/export/starexec/sandbox/solver/bin/starexec_run_tct_dc /export/starexec/sandbox/benchmark/theBenchmark.xml /export/starexec/sandbox/output/output_files -------------------------------------------------------------------------------- MAYBE * Step 1: Failure MAYBE + Considered Problem: - Strict TRS: active(b()) -> mark(a()) active(f(X1,X2,X3)) -> f(X1,active(X2),X3) active(f(a(),X,X)) -> mark(f(X,b(),b())) f(X1,mark(X2),X3) -> mark(f(X1,X2,X3)) f(ok(X1),ok(X2),ok(X3)) -> ok(f(X1,X2,X3)) proper(a()) -> ok(a()) proper(b()) -> ok(b()) proper(f(X1,X2,X3)) -> f(proper(X1),proper(X2),proper(X3)) top(mark(X)) -> top(proper(X)) top(ok(X)) -> top(active(X)) - Signature: {active/1,f/3,proper/1,top/1} / {a/0,b/0,mark/1,ok/1} - Obligation: derivational complexity wrt. signature {a,active,b,f,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: application of cp failed MAYBE