/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. 0 : [] --> o activate : [o] --> o and : [o * o] --> o cons : [o * o] --> o length : [o] --> o n!6220!6220zeros : [] --> o nil : [] --> o s : [o] --> o tt : [] --> o zeros : [] --> o zeros => cons(0, n!6220!6220zeros) and(tt, X) => activate(X) length(nil) => 0 length(cons(X, Y)) => s(length(activate(Y))) zeros => n!6220!6220zeros activate(n!6220!6220zeros) => zeros activate(X) => X