/export/starexec/sandbox/solver/bin/starexec_run_default /export/starexec/sandbox/benchmark/theBenchmark.xml /export/starexec/sandbox/output/output_files -------------------------------------------------------------------------------- YES Problem 1: (VAR x) (RULES b(w(x)) -> w(b(x)) b(r(x)) -> r(b(x)) w(r(x)) -> r(w(x)) ) Problem 1: Dependency Pairs Processor: -> Pairs: B(w(x)) -> B(x) B(w(x)) -> W(b(x)) B(r(x)) -> B(x) W(r(x)) -> W(x) -> Rules: b(w(x)) -> w(b(x)) b(r(x)) -> r(b(x)) w(r(x)) -> r(w(x)) Problem 1: SCC Processor: -> Pairs: B(w(x)) -> B(x) B(w(x)) -> W(b(x)) B(r(x)) -> B(x) W(r(x)) -> W(x) -> Rules: b(w(x)) -> w(b(x)) b(r(x)) -> r(b(x)) w(r(x)) -> r(w(x)) ->Strongly Connected Components: ->->Cycle: ->->-> Pairs: W(r(x)) -> W(x) ->->-> Rules: b(w(x)) -> w(b(x)) b(r(x)) -> r(b(x)) w(r(x)) -> r(w(x)) ->->Cycle: ->->-> Pairs: B(w(x)) -> B(x) B(r(x)) -> B(x) ->->-> Rules: b(w(x)) -> w(b(x)) b(r(x)) -> r(b(x)) w(r(x)) -> r(w(x)) The problem is decomposed in 2 subproblems. Problem 1.1: Subterm Processor: -> Pairs: W(r(x)) -> W(x) -> Rules: b(w(x)) -> w(b(x)) b(r(x)) -> r(b(x)) w(r(x)) -> r(w(x)) ->Projection: pi(W) = 1 Problem 1.1: SCC Processor: -> Pairs: Empty -> Rules: b(w(x)) -> w(b(x)) b(r(x)) -> r(b(x)) w(r(x)) -> r(w(x)) ->Strongly Connected Components: There is no strongly connected component The problem is finite. Problem 1.2: Subterm Processor: -> Pairs: B(w(x)) -> B(x) B(r(x)) -> B(x) -> Rules: b(w(x)) -> w(b(x)) b(r(x)) -> r(b(x)) w(r(x)) -> r(w(x)) ->Projection: pi(B) = 1 Problem 1.2: SCC Processor: -> Pairs: Empty -> Rules: b(w(x)) -> w(b(x)) b(r(x)) -> r(b(x)) w(r(x)) -> r(w(x)) ->Strongly Connected Components: There is no strongly connected component The problem is finite.