/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. 1 : [] --> o a : [o * o] --> o lambda : [o] --> o p : [o * o] --> o t : [] --> o a(lambda(X), Y) => lambda(a(X, p(1, a(Y, t)))) a(p(X, Y), Z) => p(a(X, Z), a(Y, Z)) a(a(X, Y), Z) => a(X, a(Y, Z)) lambda(X) => X a(X, Y) => X a(X, Y) => Y p(X, Y) => X p(X, Y) => Y