/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. 0 : [] --> o app : [o * o] --> o lim : [] --> o n : [] --> o rec : [] --> o rectuv : [] --> o s : [] --> o app(app(app(app(rec, X), Y), Z), 0) => X app(app(app(app(rec, X), Y), Z), app(s, U)) => app(app(Y, U), app(app(app(app(rec, X), Y), Z), U)) app(app(app(app(rec, X), Y), Z), app(lim, U)) => app(app(Z, U), app(app(app(app(rectuv, X), Y), Z), app(U, n))) app(app(app(app(rectuv, X), Y), Z), n) => app(app(app(app(rec, X), Y), Z), n)