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