/export/starexec/sandbox/solver/bin/starexec_run_default /export/starexec/sandbox/benchmark/theBenchmark.xml /export/starexec/sandbox/output/output_files -------------------------------------------------------------------------------- YES Problem 1: (VAR v_NonEmpty:S x:S y:S) (RULES g(x:S,y:S) -> h(x:S,y:S) h(f(x:S),y:S) -> f(g(x:S,y:S)) ) Problem 1: Innermost Equivalent Processor: -> Rules: g(x:S,y:S) -> h(x:S,y:S) h(f(x:S),y:S) -> f(g(x:S,y:S)) -> 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:S,y:S) -> H(x:S,y:S) H(f(x:S),y:S) -> G(x:S,y:S) -> Rules: g(x:S,y:S) -> h(x:S,y:S) h(f(x:S),y:S) -> f(g(x:S,y:S)) Problem 1: SCC Processor: -> Pairs: G(x:S,y:S) -> H(x:S,y:S) H(f(x:S),y:S) -> G(x:S,y:S) -> Rules: g(x:S,y:S) -> h(x:S,y:S) h(f(x:S),y:S) -> f(g(x:S,y:S)) ->Strongly Connected Components: ->->Cycle: ->->-> Pairs: G(x:S,y:S) -> H(x:S,y:S) H(f(x:S),y:S) -> G(x:S,y:S) ->->-> Rules: g(x:S,y:S) -> h(x:S,y:S) h(f(x:S),y:S) -> f(g(x:S,y:S)) Problem 1: Subterm Processor: -> Pairs: G(x:S,y:S) -> H(x:S,y:S) H(f(x:S),y:S) -> G(x:S,y:S) -> Rules: g(x:S,y:S) -> h(x:S,y:S) h(f(x:S),y:S) -> f(g(x:S,y:S)) ->Projection: pi(G) = 1 pi(H) = 1 Problem 1: SCC Processor: -> Pairs: G(x:S,y:S) -> H(x:S,y:S) -> Rules: g(x:S,y:S) -> h(x:S,y:S) h(f(x:S),y:S) -> f(g(x:S,y:S)) ->Strongly Connected Components: There is no strongly connected component The problem is finite.