/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 xs y ys) (RULES isnoc(cons(x,ys)) -> tp2(cons(x,xs),y) | isnoc(ys) -> tp2(xs,y) isnoc(cons(y,nil)) -> tp2(nil,y) ) Problem 1: Valid CTRS Processor: -> Rules: isnoc(cons(x,ys)) -> tp2(cons(x,xs),y) | isnoc(ys) -> tp2(xs,y) isnoc(cons(y,nil)) -> tp2(nil,y) -> The system is a deterministic 3-CTRS. Problem 1: Dependency Pairs Processor: Conditional Termination Problem 1: -> Pairs: Empty -> QPairs: Empty -> Rules: isnoc(cons(x,ys)) -> tp2(cons(x,xs),y) | isnoc(ys) -> tp2(xs,y) isnoc(cons(y,nil)) -> tp2(nil,y) Conditional Termination Problem 2: -> Pairs: ISNOC(cons(x,ys)) -> ISNOC(ys) -> QPairs: Empty -> Rules: isnoc(cons(x,ys)) -> tp2(cons(x,xs),y) | isnoc(ys) -> tp2(xs,y) isnoc(cons(y,nil)) -> tp2(nil,y) The problem is decomposed in 2 subproblems. Problem 1.1: SCC Processor: -> Pairs: Empty -> QPairs: Empty -> Rules: isnoc(cons(x,ys)) -> tp2(cons(x,xs),y) | isnoc(ys) -> tp2(xs,y) isnoc(cons(y,nil)) -> tp2(nil,y) ->Strongly Connected Components: There is no strongly connected component The problem is finite. Problem 1.2: SCC Processor: -> Pairs: ISNOC(cons(x,ys)) -> ISNOC(ys) -> QPairs: Empty -> Rules: isnoc(cons(x,ys)) -> tp2(cons(x,xs),y) | isnoc(ys) -> tp2(xs,y) isnoc(cons(y,nil)) -> tp2(nil,y) ->Strongly Connected Components: ->->Cycle: ->->-> Pairs: ISNOC(cons(x,ys)) -> ISNOC(ys) ->->-> Rules: isnoc(cons(x,ys)) -> tp2(cons(x,xs),y) | isnoc(ys) -> tp2(xs,y) isnoc(cons(y,nil)) -> tp2(nil,y) Problem 1.2: Conditional Subterm Processor: -> Pairs: ISNOC(cons(x,ys)) -> ISNOC(ys) -> QPairs: Empty -> Rules: isnoc(cons(x,ys)) -> tp2(cons(x,xs),y) | isnoc(ys) -> tp2(xs,y) isnoc(cons(y,nil)) -> tp2(nil,y) ->Projection: pi(ISNOC) = 1 Problem 1.2: SCC Processor: -> Pairs: Empty -> QPairs: Empty -> Rules: isnoc(cons(x,ys)) -> tp2(cons(x,xs),y) | isnoc(ys) -> tp2(xs,y) isnoc(cons(y,nil)) -> tp2(nil,y) ->Strongly Connected Components: There is no strongly connected component The problem is finite.