/export/starexec/sandbox/solver/bin/starexec_run_FirstOrder /export/starexec/sandbox/benchmark/theBenchmark.xml /export/starexec/sandbox/output/output_files -------------------------------------------------------------------------------- MAYBE We consider the system theBenchmark. We are asked to determine termination of the following first-order TRS. app : [o * o] --> o cons : [] --> o fmap : [] --> o map : [] --> o nil : [] --> o t!6220f : [] --> o twice : [] --> o app(app(twice, X), Y) => app(X, app(X, Y)) app(app(map, X), nil) => nil app(app(map, X), app(app(cons, Y), Z)) => app(app(cons, app(X, Y)), app(app(map, X), Z)) app(app(fmap, nil), X) => nil app(app(fmap, app(app(cons, X), t!6220f)), Y) => app(app(cons, app(X, Y)), app(app(fmap, t!6220f), Y))