/export/starexec/sandbox2/solver/bin/starexec_run_default /export/starexec/sandbox2/benchmark/theBenchmark.xml /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- YES Problem 1: (VAR x y) (RULES g(x,y) -> h(x,y) h(f(x),y) -> f(g(x,y)) ) Problem 1: Innermost Equivalent Processor: -> Rules: g(x,y) -> h(x,y) h(f(x),y) -> f(g(x,y)) -> The term rewriting system is non-overlaping or locally confluent overlay system. Therefore, innermost termination implies termination. Problem 1: Dependency Pairs Processor: -> Pairs: G(x,y) -> H(x,y) H(f(x),y) -> G(x,y) -> Rules: g(x,y) -> h(x,y) h(f(x),y) -> f(g(x,y)) Problem 1: SCC Processor: -> Pairs: G(x,y) -> H(x,y) H(f(x),y) -> G(x,y) -> Rules: g(x,y) -> h(x,y) h(f(x),y) -> f(g(x,y)) ->Strongly Connected Components: ->->Cycle: ->->-> Pairs: G(x,y) -> H(x,y) H(f(x),y) -> G(x,y) ->->-> Rules: g(x,y) -> h(x,y) h(f(x),y) -> f(g(x,y)) Problem 1: Subterm Processor: -> Pairs: G(x,y) -> H(x,y) H(f(x),y) -> G(x,y) -> Rules: g(x,y) -> h(x,y) h(f(x),y) -> f(g(x,y)) ->Projection: pi(G) = 1 pi(H) = 1 Problem 1: SCC Processor: -> Pairs: G(x,y) -> H(x,y) -> Rules: g(x,y) -> h(x,y) h(f(x),y) -> f(g(x,y)) ->Strongly Connected Components: There is no strongly connected component The problem is finite.