/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) (RULES half(s(s(x))) -> s(half(x)) half(s(0)) -> 0 half(0) -> 0 log(s(x)) -> s(log(half(s(x)))) s(log(0)) -> s(0) ) Problem 1: Dependency Pairs Processor: -> Pairs: HALF(s(s(x))) -> HALF(x) HALF(s(s(x))) -> S(half(x)) LOG(s(x)) -> HALF(s(x)) LOG(s(x)) -> LOG(half(s(x))) LOG(s(x)) -> S(log(half(s(x)))) -> Rules: half(s(s(x))) -> s(half(x)) half(s(0)) -> 0 half(0) -> 0 log(s(x)) -> s(log(half(s(x)))) s(log(0)) -> s(0) Problem 1: SCC Processor: -> Pairs: HALF(s(s(x))) -> HALF(x) HALF(s(s(x))) -> S(half(x)) LOG(s(x)) -> HALF(s(x)) LOG(s(x)) -> LOG(half(s(x))) LOG(s(x)) -> S(log(half(s(x)))) -> Rules: half(s(s(x))) -> s(half(x)) half(s(0)) -> 0 half(0) -> 0 log(s(x)) -> s(log(half(s(x)))) s(log(0)) -> s(0) ->Strongly Connected Components: ->->Cycle: ->->-> Pairs: HALF(s(s(x))) -> HALF(x) ->->-> Rules: half(s(s(x))) -> s(half(x)) half(s(0)) -> 0 half(0) -> 0 log(s(x)) -> s(log(half(s(x)))) s(log(0)) -> s(0) ->->Cycle: ->->-> Pairs: LOG(s(x)) -> LOG(half(s(x))) ->->-> Rules: half(s(s(x))) -> s(half(x)) half(s(0)) -> 0 half(0) -> 0 log(s(x)) -> s(log(half(s(x)))) s(log(0)) -> s(0) The problem is decomposed in 2 subproblems. Problem 1.1: Subterm Processor: -> Pairs: HALF(s(s(x))) -> HALF(x) -> Rules: half(s(s(x))) -> s(half(x)) half(s(0)) -> 0 half(0) -> 0 log(s(x)) -> s(log(half(s(x)))) s(log(0)) -> s(0) ->Projection: pi(HALF) = 1 Problem 1.1: SCC Processor: -> Pairs: Empty -> Rules: half(s(s(x))) -> s(half(x)) half(s(0)) -> 0 half(0) -> 0 log(s(x)) -> s(log(half(s(x)))) s(log(0)) -> s(0) ->Strongly Connected Components: There is no strongly connected component The problem is finite. Problem 1.2: Reduction Pair Processor: -> Pairs: LOG(s(x)) -> LOG(half(s(x))) -> Rules: half(s(s(x))) -> s(half(x)) half(s(0)) -> 0 half(0) -> 0 log(s(x)) -> s(log(half(s(x)))) s(log(0)) -> s(0) -> Usable rules: half(s(s(x))) -> s(half(x)) half(s(0)) -> 0 half(0) -> 0 s(log(0)) -> s(0) ->Interpretation type: Linear ->Coefficients: All rationals ->Dimension: 1 ->Bound: 2 ->Interpretation: [half](X) = 1/2.X [log](X) = 2 [s](X) = X + 1 [0] = 0 [LOG](X) = X Problem 1.2: SCC Processor: -> Pairs: Empty -> Rules: half(s(s(x))) -> s(half(x)) half(s(0)) -> 0 half(0) -> 0 log(s(x)) -> s(log(half(s(x)))) s(log(0)) -> s(0) ->Strongly Connected Components: There is no strongly connected component The problem is finite.