/export/starexec/sandbox/solver/bin/starexec_run_default /export/starexec/sandbox/benchmark/theBenchmark.xml /export/starexec/sandbox/output/output_files -------------------------------------------------------------------------------- YES Problem 1: (VAR y) (RULES f(a,y) -> f(y,g(y)) g(a) -> b g(b) -> b ) Problem 1: Innermost Equivalent Processor: -> Rules: f(a,y) -> f(y,g(y)) g(a) -> b g(b) -> b -> The term rewriting system is non-overlaping or locally confluent overlay system. Therefore, innermost termination implies termination. Problem 1: Dependency Pairs Processor: -> Pairs: F(a,y) -> F(y,g(y)) F(a,y) -> G(y) -> Rules: f(a,y) -> f(y,g(y)) g(a) -> b g(b) -> b Problem 1: SCC Processor: -> Pairs: F(a,y) -> F(y,g(y)) F(a,y) -> G(y) -> Rules: f(a,y) -> f(y,g(y)) g(a) -> b g(b) -> b ->Strongly Connected Components: ->->Cycle: ->->-> Pairs: F(a,y) -> F(y,g(y)) ->->-> Rules: f(a,y) -> f(y,g(y)) g(a) -> b g(b) -> b Problem 1: Reduction Pairs Processor: -> Pairs: F(a,y) -> F(y,g(y)) -> Rules: f(a,y) -> f(y,g(y)) g(a) -> b g(b) -> b -> Usable rules: g(a) -> b g(b) -> b ->Interpretation type: Linear ->Coefficients: Natural Numbers ->Dimension: 1 ->Bound: 2 ->Interpretation: [g](X) = 0 [a] = 1 [b] = 0 [F](X1,X2) = 2.X1 + 2.X2 Problem 1: SCC Processor: -> Pairs: Empty -> Rules: f(a,y) -> f(y,g(y)) g(a) -> b g(b) -> b ->Strongly Connected Components: There is no strongly connected component The problem is finite.