/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 cond(true,x,y) -> cond(gr(x,y),p(x),s(y)) gr(0,x) -> false gr(s(x),0) -> true gr(s(x),s(y)) -> gr(x,y) p(0) -> 0 p(s(x)) -> x ) Problem 1: Innermost Equivalent Processor: -> Rules: cond(true,x,y) -> cond(gr(x,y),p(x),s(y)) gr(0,x) -> false gr(s(x),0) -> true gr(s(x),s(y)) -> gr(x,y) p(0) -> 0 p(s(x)) -> x -> The term rewriting system is non-overlaping or locally confluent overlay system. Therefore, innermost termination implies termination. Problem 1: Dependency Pairs Processor: -> Pairs: COND(true,x,y) -> COND(gr(x,y),p(x),s(y)) COND(true,x,y) -> GR(x,y) COND(true,x,y) -> P(x) GR(s(x),s(y)) -> GR(x,y) -> Rules: cond(true,x,y) -> cond(gr(x,y),p(x),s(y)) gr(0,x) -> false gr(s(x),0) -> true gr(s(x),s(y)) -> gr(x,y) p(0) -> 0 p(s(x)) -> x Problem 1: SCC Processor: -> Pairs: COND(true,x,y) -> COND(gr(x,y),p(x),s(y)) COND(true,x,y) -> GR(x,y) COND(true,x,y) -> P(x) GR(s(x),s(y)) -> GR(x,y) -> Rules: cond(true,x,y) -> cond(gr(x,y),p(x),s(y)) gr(0,x) -> false gr(s(x),0) -> true gr(s(x),s(y)) -> gr(x,y) p(0) -> 0 p(s(x)) -> x ->Strongly Connected Components: ->->Cycle: ->->-> Pairs: GR(s(x),s(y)) -> GR(x,y) ->->-> Rules: cond(true,x,y) -> cond(gr(x,y),p(x),s(y)) gr(0,x) -> false gr(s(x),0) -> true gr(s(x),s(y)) -> gr(x,y) p(0) -> 0 p(s(x)) -> x ->->Cycle: ->->-> Pairs: COND(true,x,y) -> COND(gr(x,y),p(x),s(y)) ->->-> Rules: cond(true,x,y) -> cond(gr(x,y),p(x),s(y)) gr(0,x) -> false gr(s(x),0) -> true gr(s(x),s(y)) -> gr(x,y) p(0) -> 0 p(s(x)) -> x The problem is decomposed in 2 subproblems. Problem 1.1: Subterm Processor: -> Pairs: GR(s(x),s(y)) -> GR(x,y) -> Rules: cond(true,x,y) -> cond(gr(x,y),p(x),s(y)) gr(0,x) -> false gr(s(x),0) -> true gr(s(x),s(y)) -> gr(x,y) p(0) -> 0 p(s(x)) -> x ->Projection: pi(GR) = 1 Problem 1.1: SCC Processor: -> Pairs: Empty -> Rules: cond(true,x,y) -> cond(gr(x,y),p(x),s(y)) gr(0,x) -> false gr(s(x),0) -> true gr(s(x),s(y)) -> gr(x,y) p(0) -> 0 p(s(x)) -> x ->Strongly Connected Components: There is no strongly connected component The problem is finite. Problem 1.2: Reduction Pairs Processor: -> Pairs: COND(true,x,y) -> COND(gr(x,y),p(x),s(y)) -> Rules: cond(true,x,y) -> cond(gr(x,y),p(x),s(y)) gr(0,x) -> false gr(s(x),0) -> true gr(s(x),s(y)) -> gr(x,y) p(0) -> 0 p(s(x)) -> x -> Usable rules: gr(0,x) -> false gr(s(x),0) -> true gr(s(x),s(y)) -> gr(x,y) p(0) -> 0 p(s(x)) -> x ->Interpretation type: Linear ->Coefficients: All rationals ->Dimension: 1 ->Bound: 2 ->Interpretation: [gr](X1,X2) = 2.X1 [p](X) = 1/2.X [0] = 0 [false] = 0 [s](X) = 2.X + 1 [true] = 1 [COND](X1,X2,X3) = 1/2.X1 + 2.X2 Problem 1.2: SCC Processor: -> Pairs: Empty -> Rules: cond(true,x,y) -> cond(gr(x,y),p(x),s(y)) gr(0,x) -> false gr(s(x),0) -> true gr(s(x),s(y)) -> gr(x,y) p(0) -> 0 p(s(x)) -> x ->Strongly Connected Components: There is no strongly connected component The problem is finite.