/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 c -> d g(X) -> h(X) h(d) -> g(c) ) Problem 1: Dependency Pairs Processor: -> Pairs: G(X) -> H(X) H(d) -> C H(d) -> G(c) -> Rules: c -> d g(X) -> h(X) h(d) -> g(c) Problem 1: SCC Processor: -> Pairs: G(X) -> H(X) H(d) -> C H(d) -> G(c) -> Rules: c -> d g(X) -> h(X) h(d) -> g(c) ->Strongly Connected Components: ->->Cycle: ->->-> Pairs: G(X) -> H(X) H(d) -> G(c) ->->-> Rules: c -> d g(X) -> h(X) h(d) -> g(c) Problem 1: Infinite Processor: -> Pairs: G(X) -> H(X) H(d) -> G(c) -> Rules: c -> d g(X) -> h(X) h(d) -> g(c) -> Pairs in cycle: G(c) -> H(c) H(c) -> H(d) H(d) -> G(c) The problem is infinite.