/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: cond1(true(),x) -> cond2(even(x),x) cond2(false(),x) -> cond1(neq(x,0()),p(x)) cond2(true(),x) -> cond1(neq(x,0()),div2(x)) div2(0()) -> 0() div2(s(0())) -> 0() div2(s(s(x))) -> s(div2(x)) even(0()) -> true() even(s(0())) -> false() even(s(s(x))) -> even(x) neq(0(),0()) -> false() neq(0(),s(x)) -> true() neq(s(x),0()) -> true() neq(s(x),s(y())) -> neq(x,y()) p(0()) -> 0() p(s(x)) -> x - Signature: {cond1/2,cond2/2,div2/1,even/1,neq/2,p/1} / {0/0,false/0,s/1,true/0,y/0} - Obligation: innermost derivational complexity wrt. signature {0,cond1,cond2,div2,even,false,neq,p,s,true,y} + 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