/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(d()) -> m(b()) active(d()) -> mark(c()) active(f(x,y,z)) -> f(x,y,active(z)) active(f(b(),c(),x)) -> mark(f(x,x,x)) f(x,y,mark(z)) -> mark(f(x,y,z)) f(ok(x),ok(y),ok(z)) -> ok(f(x,y,z)) proper(b()) -> ok(b()) proper(c()) -> ok(c()) proper(d()) -> ok(d()) proper(f(x,y,z)) -> f(proper(x),proper(y),proper(z)) top(mark(x)) -> top(proper(x)) top(ok(x)) -> top(active(x)) - Signature: {active/1,f/3,proper/1,top/1} / {b/0,c/0,d/0,m/1,mark/1,ok/1} - Obligation: innermost derivational complexity wrt. signature {active,b,c,d,f,m,mark,ok,proper,top} + 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