/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 y z) (RULES 0 -> 2 1 -> 2 f(0,1,x) -> f(x,x,x) f(x,y,z) -> 2 ) Problem 1: Dependency Pairs Processor: -> Pairs: F(0,1,x) -> F(x,x,x) -> Rules: 0 -> 2 1 -> 2 f(0,1,x) -> f(x,x,x) f(x,y,z) -> 2 Problem 1: SCC Processor: -> Pairs: F(0,1,x) -> F(x,x,x) -> Rules: 0 -> 2 1 -> 2 f(0,1,x) -> f(x,x,x) f(x,y,z) -> 2 ->Strongly Connected Components: ->->Cycle: ->->-> Pairs: F(0,1,x) -> F(x,x,x) ->->-> Rules: 0 -> 2 1 -> 2 f(0,1,x) -> f(x,x,x) f(x,y,z) -> 2 Problem 1: Forward Instantiation Processor: -> Pairs: F(0,1,x) -> F(x,x,x) -> Rules: 0 -> 2 1 -> 2 f(0,1,x) -> f(x,x,x) f(x,y,z) -> 2 ->Instantiated Pairs: ->->Original Pair: F(0,1,x) -> F(x,x,x) ->-> Instantiated pairs: Empty Problem 1: SCC Processor: -> Pairs: Empty -> Rules: 0 -> 2 1 -> 2 f(0,1,x) -> f(x,x,x) f(x,y,z) -> 2 ->Strongly Connected Components: There is no strongly connected component The problem is finite.