/export/starexec/sandbox2/solver/bin/starexec_run_default /export/starexec/sandbox2/benchmark/theBenchmark.xml /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- NO Problem 1: (VAR v_NonEmpty:S x:S) (RULES f(f(x:S)) -> b f(g(a)) -> f(s(g(b))) g(x:S) -> f(g(x:S)) ) Problem 1: Dependency Pairs Processor: -> Pairs: F(g(a)) -> F(s(g(b))) F(g(a)) -> G(b) G(x:S) -> F(g(x:S)) G(x:S) -> G(x:S) -> Rules: f(f(x:S)) -> b f(g(a)) -> f(s(g(b))) g(x:S) -> f(g(x:S)) Problem 1: Infinite Processor: -> Pairs: F(g(a)) -> F(s(g(b))) F(g(a)) -> G(b) G(x:S) -> F(g(x:S)) G(x:S) -> G(x:S) -> Rules: f(f(x:S)) -> b f(g(a)) -> f(s(g(b))) g(x:S) -> f(g(x:S)) -> Pairs in cycle: G(x:S) -> G(x:S) The problem is infinite.