- : unit = () - : unit = () h : heuristic = - : unit = () APPLY CRITERIA (Marked dependency pairs) TRS termination of: [1] active(__(__(X,Y),Z)) -> mark(__(X,__(Y,Z))) [2] active(__(X,nil)) -> mark(X) [3] active(__(nil,X)) -> mark(X) [4] active(and(tt,X)) -> mark(X) [5] active(isNePal(__(I,__(P,I)))) -> mark(tt) [6] active(__(X1,X2)) -> __(active(X1),X2) [7] active(__(X1,X2)) -> __(X1,active(X2)) [8] active(and(X1,X2)) -> and(active(X1),X2) [9] active(isNePal(X)) -> isNePal(active(X)) [10] __(mark(X1),X2) -> mark(__(X1,X2)) [11] __(X1,mark(X2)) -> mark(__(X1,X2)) [12] and(mark(X1),X2) -> mark(and(X1,X2)) [13] isNePal(mark(X)) -> mark(isNePal(X)) [14] proper(__(X1,X2)) -> __(proper(X1),proper(X2)) [15] proper(nil) -> ok(nil) [16] proper(and(X1,X2)) -> and(proper(X1),proper(X2)) [17] proper(tt) -> ok(tt) [18] proper(isNePal(X)) -> isNePal(proper(X)) [19] __(ok(X1),ok(X2)) -> ok(__(X1,X2)) [20] and(ok(X1),ok(X2)) -> ok(and(X1,X2)) [21] isNePal(ok(X)) -> ok(isNePal(X)) [22] top(mark(X)) -> top(proper(X)) [23] top(ok(X)) -> top(active(X)) Sub problem: guided: DP termination of: END GUIDED APPLY CRITERIA (Graph splitting) Found 6 components: { --> --> --> --> } { --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> } { --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> } { --> --> --> --> --> --> --> --> --> } { --> --> --> --> } { --> --> --> --> } APPLY CRITERIA (Subterm criterion) APPLY CRITERIA (Choosing graph) Trying to solve the following constraints: { __(mark(X1),X2) >= mark(__(X1,X2)) ; __(ok(X1),ok(X2)) >= ok(__(X1,X2)) ; __(X1,mark(X2)) >= mark(__(X1,X2)) ; active(__(__(X,Y),Z)) >= mark(__(X,__(Y,Z))) ; active(__(nil,X)) >= mark(X) ; active(__(X,nil)) >= mark(X) ; active(__(X1,X2)) >= __(active(X1),X2) ; active(__(X1,X2)) >= __(X1,active(X2)) ; active(and(tt,X)) >= mark(X) ; active(and(X1,X2)) >= and(active(X1),X2) ; active(isNePal(__(I,__(P,I)))) >= mark(tt) ; active(isNePal(X)) >= isNePal(active(X)) ; and(mark(X1),X2) >= mark(and(X1,X2)) ; and(ok(X1),ok(X2)) >= ok(and(X1,X2)) ; isNePal(mark(X)) >= mark(isNePal(X)) ; isNePal(ok(X)) >= ok(isNePal(X)) ; proper(__(X1,X2)) >= __(proper(X1),proper(X2)) ; proper(nil) >= ok(nil) ; proper(and(X1,X2)) >= and(proper(X1),proper(X2)) ; proper(tt) >= ok(tt) ; proper(isNePal(X)) >= isNePal(proper(X)) ; top(mark(X)) >= top(proper(X)) ; top(ok(X)) >= top(active(X)) ; Marked_top(mark(X)) >= Marked_top(proper(X)) ; Marked_top(ok(X)) >= Marked_top(active(X)) ; } + Disjunctions:{ { Marked_top(mark(X)) > Marked_top(proper(X)) ; } { Marked_top(ok(X)) > Marked_top(active(X)) ; } } === TIMER virtual : 10.000000 === Entering poly_solver Starting Sat solver initialization Calling Sat solver... === STOPING TIMER virtual === === TIMER real : 10.000000 === === STOPING TIMER real === Sat solver returned Sat solver result read === STOPING TIMER real === === STOPING TIMER virtual === constraint: __(mark(X1),X2) >= mark(__(X1,X2)) constraint: __(ok(X1),ok(X2)) >= ok(__(X1,X2)) constraint: __(X1,mark(X2)) >= mark(__(X1,X2)) constraint: active(__(__(X,Y),Z)) >= mark(__(X,__(Y,Z))) constraint: active(__(nil,X)) >= mark(X) constraint: active(__(X,nil)) >= mark(X) constraint: active(__(X1,X2)) >= __(active(X1),X2) constraint: active(__(X1,X2)) >= __(X1,active(X2)) constraint: active(and(tt,X)) >= mark(X) constraint: active(and(X1,X2)) >= and(active(X1),X2) constraint: active(isNePal(__(I,__(P,I)))) >= mark(tt) constraint: active(isNePal(X)) >= isNePal(active(X)) constraint: and(mark(X1),X2) >= mark(and(X1,X2)) constraint: and(ok(X1),ok(X2)) >= ok(and(X1,X2)) constraint: isNePal(mark(X)) >= mark(isNePal(X)) constraint: isNePal(ok(X)) >= ok(isNePal(X)) constraint: proper(__(X1,X2)) >= __(proper(X1),proper(X2)) constraint: proper(nil) >= ok(nil) constraint: proper(and(X1,X2)) >= and(proper(X1),proper(X2)) constraint: proper(tt) >= ok(tt) constraint: proper(isNePal(X)) >= isNePal(proper(X)) constraint: top(mark(X)) >= top(proper(X)) constraint: top(ok(X)) >= top(active(X)) constraint: Marked_top(mark(X)) >= Marked_top(proper(X)) constraint: Marked_top(ok(X)) >= Marked_top(active(X)) APPLY CRITERIA (Subterm criterion) ST: Marked_proper -> 1 APPLY CRITERIA (Subterm criterion) ST: Marked_active -> 1 APPLY CRITERIA (Subterm criterion) ST: Marked___ -> 2 APPLY CRITERIA (Subterm criterion) ST: Marked_and -> 2 APPLY CRITERIA (Subterm criterion) ST: Marked_isNePal -> 1 APPLY CRITERIA (Graph splitting) Found 1 components: { --> } APPLY CRITERIA (Subterm criterion) APPLY CRITERIA (Choosing graph) Trying to solve the following constraints: { __(mark(X1),X2) >= mark(__(X1,X2)) ; __(ok(X1),ok(X2)) >= ok(__(X1,X2)) ; __(X1,mark(X2)) >= mark(__(X1,X2)) ; active(__(__(X,Y),Z)) >= mark(__(X,__(Y,Z))) ; active(__(nil,X)) >= mark(X) ; active(__(X,nil)) >= mark(X) ; active(__(X1,X2)) >= __(active(X1),X2) ; active(__(X1,X2)) >= __(X1,active(X2)) ; active(and(tt,X)) >= mark(X) ; active(and(X1,X2)) >= and(active(X1),X2) ; active(isNePal(__(I,__(P,I)))) >= mark(tt) ; active(isNePal(X)) >= isNePal(active(X)) ; and(mark(X1),X2) >= mark(and(X1,X2)) ; and(ok(X1),ok(X2)) >= ok(and(X1,X2)) ; isNePal(mark(X)) >= mark(isNePal(X)) ; isNePal(ok(X)) >= ok(isNePal(X)) ; proper(__(X1,X2)) >= __(proper(X1),proper(X2)) ; proper(nil) >= ok(nil) ; proper(and(X1,X2)) >= and(proper(X1),proper(X2)) ; proper(tt) >= ok(tt) ; proper(isNePal(X)) >= isNePal(proper(X)) ; top(mark(X)) >= top(proper(X)) ; top(ok(X)) >= top(active(X)) ; Marked_top(ok(X)) >= Marked_top(active(X)) ; } + Disjunctions:{ { Marked_top(ok(X)) > Marked_top(active(X)) ; } } === TIMER virtual : 10.000000 === Entering poly_solver Starting Sat solver initialization Calling Sat solver... === STOPING TIMER virtual === === TIMER real : 10.000000 === === STOPING TIMER real === Sat solver returned Sat solver result read === STOPING TIMER real === === STOPING TIMER virtual === constraint: __(mark(X1),X2) >= mark(__(X1,X2)) constraint: __(ok(X1),ok(X2)) >= ok(__(X1,X2)) constraint: __(X1,mark(X2)) >= mark(__(X1,X2)) constraint: active(__(__(X,Y),Z)) >= mark(__(X,__(Y,Z))) constraint: active(__(nil,X)) >= mark(X) constraint: active(__(X,nil)) >= mark(X) constraint: active(__(X1,X2)) >= __(active(X1),X2) constraint: active(__(X1,X2)) >= __(X1,active(X2)) constraint: active(and(tt,X)) >= mark(X) constraint: active(and(X1,X2)) >= and(active(X1),X2) constraint: active(isNePal(__(I,__(P,I)))) >= mark(tt) constraint: active(isNePal(X)) >= isNePal(active(X)) constraint: and(mark(X1),X2) >= mark(and(X1,X2)) constraint: and(ok(X1),ok(X2)) >= ok(and(X1,X2)) constraint: isNePal(mark(X)) >= mark(isNePal(X)) constraint: isNePal(ok(X)) >= ok(isNePal(X)) constraint: proper(__(X1,X2)) >= __(proper(X1),proper(X2)) constraint: proper(nil) >= ok(nil) constraint: proper(and(X1,X2)) >= and(proper(X1),proper(X2)) constraint: proper(tt) >= ok(tt) constraint: proper(isNePal(X)) >= isNePal(proper(X)) constraint: top(mark(X)) >= top(proper(X)) constraint: top(ok(X)) >= top(active(X)) constraint: Marked_top(ok(X)) >= Marked_top(active(X)) APPLY CRITERIA (Graph splitting) Found 0 components: APPLY CRITERIA (Graph splitting) Found 0 components: APPLY CRITERIA (Graph splitting) Found 0 components: APPLY CRITERIA (Graph splitting) Found 1 components: { --> } APPLY CRITERIA (Subterm criterion) ST: Marked___ -> 1 APPLY CRITERIA (Graph splitting) Found 0 components: APPLY CRITERIA (Graph splitting) Found 1 components: { --> } APPLY CRITERIA (Subterm criterion) ST: Marked_and -> 1 APPLY CRITERIA (Graph splitting) Found 0 components: APPLY CRITERIA (Graph splitting) Found 0 components: SOLVED { TRS termination of: [1] active(__(__(X,Y),Z)) -> mark(__(X,__(Y,Z))) [2] active(__(X,nil)) -> mark(X) [3] active(__(nil,X)) -> mark(X) [4] active(and(tt,X)) -> mark(X) [5] active(isNePal(__(I,__(P,I)))) -> mark(tt) [6] active(__(X1,X2)) -> __(active(X1),X2) [7] active(__(X1,X2)) -> __(X1,active(X2)) [8] active(and(X1,X2)) -> and(active(X1),X2) [9] active(isNePal(X)) -> isNePal(active(X)) [10] __(mark(X1),X2) -> mark(__(X1,X2)) [11] __(X1,mark(X2)) -> mark(__(X1,X2)) [12] and(mark(X1),X2) -> mark(and(X1,X2)) [13] isNePal(mark(X)) -> mark(isNePal(X)) [14] proper(__(X1,X2)) -> __(proper(X1),proper(X2)) [15] proper(nil) -> ok(nil) [16] proper(and(X1,X2)) -> and(proper(X1),proper(X2)) [17] proper(tt) -> ok(tt) [18] proper(isNePal(X)) -> isNePal(proper(X)) [19] __(ok(X1),ok(X2)) -> ok(__(X1,X2)) [20] and(ok(X1),ok(X2)) -> ok(and(X1,X2)) [21] isNePal(ok(X)) -> ok(isNePal(X)) [22] top(mark(X)) -> top(proper(X)) [23] top(ok(X)) -> top(active(X)) , CRITERION: MDP [ { DP termination of: , CRITERION: SG [ { DP termination of: , CRITERION: CG using polynomial interpretation = [ mark ] (X0) = 1*X0 + 2; [ ok ] (X0) = 1*X0; [ and ] (X0,X1) = 1*X1 + 1*X0 + 2; [ active ] (X0) = 1*X0; [ Marked_top ] (X0) = 1*X0; [ isNePal ] (X0) = 3*X0 + 2; [ __ ] (X0,X1) = 1*X1 + 3*X0 + 1; [ top ] (X0) = 0; [ tt ] () = 0; [ nil ] () = 2; [ proper ] (X0) = 1*X0; removing [ { DP termination of: , CRITERION: SG [ { DP termination of: , CRITERION: ORD [ Solution found: polynomial interpretation = [ mark ] (X0) = 3 + 1*X0 + 0; [ ok ] (X0) = 2 + 1*X0 + 0; [ and ] (X0,X1) = 3 + 1*X0 + 1*X1 + 0; [ active ] (X0) = 1*X0 + 0; [ Marked_top ] (X0) = 3*X0 + 0; [ isNePal ] (X0) = 3 + 3*X0 + 0; [ __ ] (X0,X1) = 3 + 2*X0 + 1*X1 + 0; [ top ] (X0) = 0; [ tt ] () = 0; [ nil ] () = 0; [ proper ] (X0) = 2 + 3*X0 + 0; ]} ]} ]} { DP termination of: , CRITERION: ST [ { DP termination of: , CRITERION: SG [ ]} ]} { DP termination of: , CRITERION: ST [ { DP termination of: , CRITERION: SG [ ]} ]} { DP termination of: , CRITERION: ST [ { DP termination of: , CRITERION: SG [ { DP termination of: , CRITERION: ST [ { DP termination of: , CRITERION: SG [ ]} ]} ]} ]} { DP termination of: , CRITERION: ST [ { DP termination of: , CRITERION: SG [ { DP termination of: , CRITERION: ST [ { DP termination of: , CRITERION: SG [ ]} ]} ]} ]} { DP termination of: , CRITERION: ST [ { DP termination of: , CRITERION: SG [ ]} ]} ]} ]} Cime worked for 0.204931 seconds (real time) Cime Exit Status: 0