/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. a : [] --> o active : [o] --> o b : [] --> o f : [o * o] --> o mark : [o] --> o active(f(X, X)) => mark(f(a, b)) active(b) => mark(a) mark(f(X, Y)) => active(f(mark(X), Y)) mark(a) => active(a) mark(b) => active(b) f(mark(X), Y) => f(X, Y) f(X, mark(Y)) => f(X, Y) f(active(X), Y) => f(X, Y) f(X, active(Y)) => f(X, Y)