/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. check : [o] --> o free : [o] --> o new : [o] --> o old : [o] --> o serve : [] --> o top : [o] --> o top(free(X)) => top(check(new(X))) new(free(X)) => free(new(X)) old(free(X)) => free(old(X)) new(serve) => free(serve) old(serve) => free(serve) check(free(X)) => free(check(X)) check(new(X)) => new(check(X)) check(old(X)) => old(check(X)) check(old(X)) => old(X)