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