/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 const : [] --> o fix : [] --> o subst : [] --> o app(app(const, X), Y) => X app(app(app(subst, X), Y), Z) => app(app(X, Z), app(Y, Z)) app(app(fix, X), Y) => app(app(X, app(fix, X)), Y)