/export/starexec/sandbox/solver/bin/starexec_run_default /export/starexec/sandbox/benchmark/theBenchmark.xml /export/starexec/sandbox/output/output_files -------------------------------------------------------------------------------- NO Problem 1: (VAR x) (RULES f(s(0),g(x)) -> f(x,g(x)) g(s(x)) -> g(x) ) Problem 1: Dependency Pairs Processor: -> Pairs: F(s(0),g(x)) -> F(x,g(x)) G(s(x)) -> G(x) -> Rules: f(s(0),g(x)) -> f(x,g(x)) g(s(x)) -> g(x) Problem 1: SCC Processor: -> Pairs: F(s(0),g(x)) -> F(x,g(x)) G(s(x)) -> G(x) -> Rules: f(s(0),g(x)) -> f(x,g(x)) g(s(x)) -> g(x) ->Strongly Connected Components: ->->Cycle: ->->-> Pairs: G(s(x)) -> G(x) ->->-> Rules: f(s(0),g(x)) -> f(x,g(x)) g(s(x)) -> g(x) ->->Cycle: ->->-> Pairs: F(s(0),g(x)) -> F(x,g(x)) ->->-> Rules: f(s(0),g(x)) -> f(x,g(x)) g(s(x)) -> g(x) Problem 1: Forward Instantiation Processor: -> Pairs: F(s(0),g(x)) -> F(x,g(x)) -> Rules: f(s(0),g(x)) -> f(x,g(x)) g(s(x)) -> g(x) ->Instantiated Pairs: ->->Original Pair: F(s(0),g(x)) -> F(x,g(x)) ->-> Instantiated pairs: F(s(0),g(s(0))) -> F(s(0),g(s(0))) Problem 1: Infinite Processor: -> Pairs: F(s(0),g(s(0))) -> F(s(0),g(s(0))) -> Rules: f(s(0),g(x)) -> f(x,g(x)) g(s(x)) -> g(x) -> Pairs in cycle: F(s(0),g(s(0))) -> F(s(0),g(s(0))) The problem is infinite.