/export/starexec/sandbox2/solver/bin/starexec_run_FirstOrder /export/starexec/sandbox2/benchmark/theBenchmark.xml /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- MAYBE We consider the system theBenchmark. We are asked to determine termination of the following first-order TRS. and : [] --> o app : [o * o] --> o cons : [] --> o false : [] --> o filter : [] --> o filter2 : [] --> o map : [] --> o nil : [] --> o not : [] --> o or : [] --> o true : [] --> o app(not, app(not, X)) => X app(not, app(app(or, X), Y)) => app(app(and, app(not, X)), app(not, Y)) app(not, app(app(and, X), Y)) => app(app(or, app(not, X)), app(not, Y)) app(app(and, X), app(app(or, Y), Z)) => app(app(or, app(app(and, X), Y)), app(app(and, X), Z)) app(app(and, app(app(or, X), Y)), Z) => app(app(or, app(app(and, Z), X)), app(app(and, Z), 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(filter, X), nil) => nil app(app(filter, X), app(app(cons, Y), Z)) => app(app(app(app(filter2, app(X, Y)), X), Y), Z) app(app(app(app(filter2, true), X), Y), Z) => app(app(cons, Y), app(app(filter, X), Z)) app(app(app(app(filter2, false), X), Y), Z) => app(app(filter, X), Z)