/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 active : [o] --> o afterNth : [o * o] --> o cons : [o * o] --> o fst : [o] --> o head : [o] --> o mark : [o] --> o natsFrom : [o] --> o nil : [] --> o pair : [o * o] --> o s : [o] --> o sel : [o * o] --> o snd : [o] --> o splitAt : [o * o] --> o tail : [o] --> o take : [o * o] --> o u : [o * o * o * o] --> o active(natsFrom(X)) => mark(cons(X, natsFrom(s(X)))) active(fst(pair(X, Y))) => mark(X) active(snd(pair(X, Y))) => mark(Y) active(splitAt(0, X)) => mark(pair(nil, X)) active(splitAt(s(X), cons(Y, Z))) => mark(u(splitAt(X, Z), X, Y, Z)) active(u(pair(X, Y), Z, U, V)) => mark(pair(cons(U, X), Y)) active(head(cons(X, Y))) => mark(X) active(tail(cons(X, Y))) => mark(Y) active(sel(X, Y)) => mark(head(afterNth(X, Y))) active(take(X, Y)) => mark(fst(splitAt(X, Y))) active(afterNth(X, Y)) => mark(snd(splitAt(X, Y))) mark(natsFrom(X)) => active(natsFrom(mark(X))) mark(cons(X, Y)) => active(cons(mark(X), Y)) mark(s(X)) => active(s(mark(X))) mark(fst(X)) => active(fst(mark(X))) mark(pair(X, Y)) => active(pair(mark(X), mark(Y))) mark(snd(X)) => active(snd(mark(X))) mark(splitAt(X, Y)) => active(splitAt(mark(X), mark(Y))) mark(0) => active(0) mark(nil) => active(nil) mark(u(X, Y, Z, U)) => active(u(mark(X), Y, Z, U)) mark(head(X)) => active(head(mark(X))) mark(tail(X)) => active(tail(mark(X))) mark(sel(X, Y)) => active(sel(mark(X), mark(Y))) mark(afterNth(X, Y)) => active(afterNth(mark(X), mark(Y))) mark(take(X, Y)) => active(take(mark(X), mark(Y))) natsFrom(mark(X)) => natsFrom(X) natsFrom(active(X)) => natsFrom(X) cons(mark(X), Y) => cons(X, Y) cons(X, mark(Y)) => cons(X, Y) cons(active(X), Y) => cons(X, Y) cons(X, active(Y)) => cons(X, Y) s(mark(X)) => s(X) s(active(X)) => s(X) fst(mark(X)) => fst(X) fst(active(X)) => fst(X) pair(mark(X), Y) => pair(X, Y) pair(X, mark(Y)) => pair(X, Y) pair(active(X), Y) => pair(X, Y) pair(X, active(Y)) => pair(X, Y) snd(mark(X)) => snd(X) snd(active(X)) => snd(X) splitAt(mark(X), Y) => splitAt(X, Y) splitAt(X, mark(Y)) => splitAt(X, Y) splitAt(active(X), Y) => splitAt(X, Y) splitAt(X, active(Y)) => splitAt(X, Y) u(mark(X), Y, Z, U) => u(X, Y, Z, U) u(X, mark(Y), Z, U) => u(X, Y, Z, U) u(X, Y, mark(Z), U) => u(X, Y, Z, U) u(X, Y, Z, mark(U)) => u(X, Y, Z, U) u(active(X), Y, Z, U) => u(X, Y, Z, U) u(X, active(Y), Z, U) => u(X, Y, Z, U) u(X, Y, active(Z), U) => u(X, Y, Z, U) u(X, Y, Z, active(U)) => u(X, Y, Z, U) head(mark(X)) => head(X) head(active(X)) => head(X) tail(mark(X)) => tail(X) tail(active(X)) => tail(X) sel(mark(X), Y) => sel(X, Y) sel(X, mark(Y)) => sel(X, Y) sel(active(X), Y) => sel(X, Y) sel(X, active(Y)) => sel(X, Y) afterNth(mark(X), Y) => afterNth(X, Y) afterNth(X, mark(Y)) => afterNth(X, Y) afterNth(active(X), Y) => afterNth(X, Y) afterNth(X, active(Y)) => afterNth(X, Y) take(mark(X), Y) => take(X, Y) take(X, mark(Y)) => take(X, Y) take(active(X), Y) => take(X, Y) take(X, active(Y)) => take(X, Y)