/export/starexec/sandbox2/solver/bin/starexec_run_tct_dci /export/starexec/sandbox2/benchmark/theBenchmark.xml /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- MAYBE * Step 1: Failure MAYBE + Considered Problem: - Strict TRS: eq(X,Y) -> false() eq(0(),0()) -> true() eq(s(X),s(Y)) -> eq(X,Y) inf(X) -> cons(X,inf(s(X))) length(cons(X,L)) -> s(length(L)) length(nil()) -> 0() take(0(),X) -> nil() take(s(X),cons(Y,L)) -> cons(Y,take(X,L)) - Signature: {eq/2,inf/1,length/1,take/2} / {0/0,cons/2,false/0,nil/0,s/1,true/0} - Obligation: innermost derivational complexity wrt. signature {0,cons,eq,false,inf,length,nil,s,take,true} + Applied Processor: DecomposeCP {onSelectionCP_ = any strict-rules, withBoundCP_ = RelativeComp, withCP_ = NaturalMI {miDimension = 4, miDegree = 4, miKind = Algebraic, uargs = NoUArgs, urules = NoURules, selector = Nothing}} + Details: The processor is not applicable. The reason is some rule is duplicating. MAYBE