/export/starexec/sandbox/solver/bin/starexec_run_tct_dci /export/starexec/sandbox/benchmark/theBenchmark.xml /export/starexec/sandbox/output/output_files -------------------------------------------------------------------------------- MAYBE * Step 1: Failure MAYBE + Considered Problem: - Strict TRS: active(app(cons(X,XS),YS)) -> mark(cons(X,app(XS,YS))) active(app(nil(),YS)) -> mark(YS) active(from(X)) -> mark(cons(X,from(s(X)))) active(prefix(L)) -> mark(cons(nil(),zWadr(L,prefix(L)))) active(zWadr(XS,nil())) -> mark(nil()) active(zWadr(cons(X,XS),cons(Y,YS))) -> mark(cons(app(Y,cons(X,nil())),zWadr(XS,YS))) active(zWadr(nil(),YS)) -> mark(nil()) app(X1,active(X2)) -> app(X1,X2) app(X1,mark(X2)) -> app(X1,X2) app(active(X1),X2) -> app(X1,X2) app(mark(X1),X2) -> app(X1,X2) cons(X1,active(X2)) -> cons(X1,X2) cons(X1,mark(X2)) -> cons(X1,X2) cons(active(X1),X2) -> cons(X1,X2) cons(mark(X1),X2) -> cons(X1,X2) from(active(X)) -> from(X) from(mark(X)) -> from(X) mark(app(X1,X2)) -> active(app(mark(X1),mark(X2))) mark(cons(X1,X2)) -> active(cons(mark(X1),X2)) mark(from(X)) -> active(from(mark(X))) mark(nil()) -> active(nil()) mark(prefix(X)) -> active(prefix(mark(X))) mark(s(X)) -> active(s(mark(X))) mark(zWadr(X1,X2)) -> active(zWadr(mark(X1),mark(X2))) prefix(active(X)) -> prefix(X) prefix(mark(X)) -> prefix(X) s(active(X)) -> s(X) s(mark(X)) -> s(X) zWadr(X1,active(X2)) -> zWadr(X1,X2) zWadr(X1,mark(X2)) -> zWadr(X1,X2) zWadr(active(X1),X2) -> zWadr(X1,X2) zWadr(mark(X1),X2) -> zWadr(X1,X2) - Signature: {active/1,app/2,cons/2,from/1,mark/1,prefix/1,s/1,zWadr/2} / {nil/0} - Obligation: innermost derivational complexity wrt. signature {active,app,cons,from,mark,nil,prefix,s,zWadr} + Applied Processor: DecomposeCP {onSelectionCP_ = any strict-rules, withBoundCP_ = RelativeComp, withCP_ = NaturalMI {miDimension = 3, miDegree = 3, miKind = Algebraic, uargs = NoUArgs, urules = NoURules, selector = Nothing}} + Details: The processor is not applicable. The reason is some rule is duplicating. MAYBE