/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: a__b() -> b() a__b() -> c() a__f(X,g(X),Y) -> a__f(Y,Y,Y) a__f(X1,X2,X3) -> f(X1,X2,X3) a__g(X) -> g(X) a__g(b()) -> c() mark(b()) -> a__b() mark(c()) -> c() mark(f(X1,X2,X3)) -> a__f(X1,X2,X3) mark(g(X)) -> a__g(mark(X)) - Signature: {a__b/0,a__f/3,a__g/1,mark/1} / {b/0,c/0,f/3,g/1} - Obligation: innermost derivational complexity wrt. signature {a__b,a__f,a__g,b,c,f,g,mark} + 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