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