/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: even(0()) -> true() even(s(0())) -> false() even(s(s(x))) -> even(x) half(0()) -> 0() half(s(s(x))) -> s(half(x)) if_times(false(),s(x),y) -> plus(y,times(x,y)) if_times(true(),s(x),y) -> plus(times(half(s(x)),y),times(half(s(x)),y)) plus(0(),y) -> y plus(s(x),y) -> s(plus(x,y)) times(0(),y) -> 0() times(s(x),y) -> if_times(even(s(x)),s(x),y) - Signature: {even/1,half/1,if_times/3,plus/2,times/2} / {0/0,false/0,s/1,true/0} - Obligation: innermost derivational complexity wrt. signature {0,even,false,half,if_times,plus,s,times,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