/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. app : [o * o] --> o cons : [] --> o false : [] --> o filter : [] --> o filtersub : [] --> o nil : [] --> o true : [] --> o app(app(filter, X), nil) => nil app(app(filter, X), app(app(cons, Y), Z)) => app(app(app(filtersub, app(X, Y)), X), app(app(cons, Y), Z)) app(app(app(filtersub, true), X), app(app(cons, Y), Z)) => app(app(cons, Y), app(app(filter, X), Z)) app(app(app(filtersub, false), X), app(app(cons, Y), Z)) => app(app(filter, X), Z)