/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. 2nd : [o] --> o a!6220!62202nd : [o] --> o a!6220!6220from : [o] --> o cons : [o * o] --> o from : [o] --> o mark : [o] --> o s : [o] --> o a!6220!62202nd(cons(X, cons(Y, Z))) => mark(Y) a!6220!6220from(X) => cons(mark(X), from(s(X))) mark(2nd(X)) => a!6220!62202nd(mark(X)) mark(from(X)) => a!6220!6220from(mark(X)) mark(cons(X, Y)) => cons(mark(X), Y) mark(s(X)) => s(mark(X)) a!6220!62202nd(X) => 2nd(X) a!6220!6220from(X) => from(X)