/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. L : [o] --> o R : [o] --> o a : [o] --> o b : [o] --> o a(L(X)) => L(a(X)) R(a(a(X))) => a(a(a(R(X)))) b(L(X)) => b(R(a(X))) R(b(X)) => L(b(X)) R(a(b(X))) => L(a(b(X)))