- : unit = () h : heuristic = - : unit = () APPLY CRITERIA (Marked dependency pairs) TRS termination of: [1] active(and(tt,X)) -> mark(X) [2] active(plus(N,0)) -> mark(N) [3] active(plus(N,s(M))) -> mark(s(plus(N,M))) [4] active(x(N,0)) -> mark(0) [5] active(x(N,s(M))) -> mark(plus(x(N,M),N)) [6] mark(and(X1,X2)) -> active(and(mark(X1),X2)) [7] mark(tt) -> active(tt) [8] mark(plus(X1,X2)) -> active(plus(mark(X1),mark(X2))) [9] mark(0) -> active(0) [10] mark(s(X)) -> active(s(mark(X))) [11] mark(x(X1,X2)) -> active(x(mark(X1),mark(X2))) [12] and(mark(X1),X2) -> and(X1,X2) [13] and(X1,mark(X2)) -> and(X1,X2) [14] and(active(X1),X2) -> and(X1,X2) [15] and(X1,active(X2)) -> and(X1,X2) [16] plus(mark(X1),X2) -> plus(X1,X2) [17] plus(X1,mark(X2)) -> plus(X1,X2) [18] plus(active(X1),X2) -> plus(X1,X2) [19] plus(X1,active(X2)) -> plus(X1,X2) [20] s(mark(X)) -> s(X) [21] s(active(X)) -> s(X) [22] x(mark(X1),X2) -> x(X1,X2) [23] x(X1,mark(X2)) -> x(X1,X2) [24] x(active(X1),X2) -> x(X1,X2) [25] x(X1,active(X2)) -> x(X1,X2) Sub problem: guided: DP termination of: END GUIDED APPLY CRITERIA (Graph splitting) Found 5 components: { --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> } { --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> } { --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> } { --> --> --> --> } { --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> } APPLY CRITERIA (Choosing graph) Trying to solve the following constraints: { mark(and(X1,X2)) >= active(and(mark(X1),X2)) ; mark(tt) >= active(tt) ; mark(plus(X1,X2)) >= active(plus(mark(X1),mark(X2))) ; mark(0) >= active(0) ; mark(s(X)) >= active(s(mark(X))) ; mark(x(X1,X2)) >= active(x(mark(X1),mark(X2))) ; active(and(tt,X)) >= mark(X) ; active(plus(N,0)) >= mark(N) ; active(plus(N,s(M))) >= mark(s(plus(N,M))) ; active(x(N,0)) >= mark(0) ; active(x(N,s(M))) >= mark(plus(x(N,M),N)) ; and(mark(X1),X2) >= and(X1,X2) ; and(active(X1),X2) >= and(X1,X2) ; and(X1,mark(X2)) >= and(X1,X2) ; and(X1,active(X2)) >= and(X1,X2) ; plus(mark(X1),X2) >= plus(X1,X2) ; plus(active(X1),X2) >= plus(X1,X2) ; plus(X1,mark(X2)) >= plus(X1,X2) ; plus(X1,active(X2)) >= plus(X1,X2) ; s(mark(X)) >= s(X) ; s(active(X)) >= s(X) ; x(mark(X1),X2) >= x(X1,X2) ; x(active(X1),X2) >= x(X1,X2) ; x(X1,mark(X2)) >= x(X1,X2) ; x(X1,active(X2)) >= x(X1,X2) ; Marked_mark(and(X1,X2)) >= Marked_mark(X1) ; Marked_mark(and(X1,X2)) >= Marked_active(and(mark(X1),X2)) ; Marked_mark(plus(X1,X2)) >= Marked_mark(X1) ; Marked_mark(plus(X1,X2)) >= Marked_mark(X2) ; Marked_mark(plus(X1,X2)) >= Marked_active(plus(mark(X1),mark(X2))) ; Marked_mark(s(X)) >= Marked_mark(X) ; Marked_mark(s(X)) >= Marked_active(s(mark(X))) ; Marked_mark(x(X1,X2)) >= Marked_mark(X1) ; Marked_mark(x(X1,X2)) >= Marked_mark(X2) ; Marked_mark(x(X1,X2)) >= Marked_active(x(mark(X1),mark(X2))) ; Marked_active(and(tt,X)) >= Marked_mark(X) ; Marked_active(plus(N,0)) >= Marked_mark(N) ; Marked_active(plus(N,s(M))) >= Marked_mark(s(plus(N,M))) ; Marked_active(x(N,s(M))) >= Marked_mark(plus(x(N,M),N)) ; } + Disjunctions:{ { Marked_mark(and(X1,X2)) > Marked_mark(X1) ; } { Marked_mark(and(X1,X2)) > Marked_active(and(mark(X1),X2)) ; } { Marked_mark(plus(X1,X2)) > Marked_mark(X1) ; } { Marked_mark(plus(X1,X2)) > Marked_mark(X2) ; } { Marked_mark(plus(X1,X2)) > Marked_active(plus(mark(X1),mark(X2))) ; } { Marked_mark(s(X)) > Marked_mark(X) ; } { Marked_mark(s(X)) > Marked_active(s(mark(X))) ; } { Marked_mark(x(X1,X2)) > Marked_mark(X1) ; } { Marked_mark(x(X1,X2)) > Marked_mark(X2) ; } { Marked_mark(x(X1,X2)) > Marked_active(x(mark(X1),mark(X2))) ; } { Marked_active(and(tt,X)) > Marked_mark(X) ; } { Marked_active(plus(N,0)) > Marked_mark(N) ; } { Marked_active(plus(N,s(M))) > Marked_mark(s(plus(N,M))) ; } { Marked_active(x(N,s(M))) > Marked_mark(plus(x(N,M),N)) ; } } === 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(and(X1,X2)) >= active(and(mark(X1),X2)) constraint: mark(tt) >= active(tt) constraint: mark(plus(X1,X2)) >= active(plus(mark(X1),mark(X2))) constraint: mark(0) >= active(0) constraint: mark(s(X)) >= active(s(mark(X))) constraint: mark(x(X1,X2)) >= active(x(mark(X1),mark(X2))) constraint: active(and(tt,X)) >= mark(X) constraint: active(plus(N,0)) >= mark(N) constraint: active(plus(N,s(M))) >= mark(s(plus(N,M))) constraint: active(x(N,0)) >= mark(0) constraint: active(x(N,s(M))) >= mark(plus(x(N,M),N)) constraint: and(mark(X1),X2) >= and(X1,X2) constraint: and(active(X1),X2) >= and(X1,X2) constraint: and(X1,mark(X2)) >= and(X1,X2) constraint: and(X1,active(X2)) >= and(X1,X2) constraint: plus(mark(X1),X2) >= plus(X1,X2) constraint: plus(active(X1),X2) >= plus(X1,X2) constraint: plus(X1,mark(X2)) >= plus(X1,X2) constraint: plus(X1,active(X2)) >= plus(X1,X2) constraint: s(mark(X)) >= s(X) constraint: s(active(X)) >= s(X) constraint: x(mark(X1),X2) >= x(X1,X2) constraint: x(active(X1),X2) >= x(X1,X2) constraint: x(X1,mark(X2)) >= x(X1,X2) constraint: x(X1,active(X2)) >= x(X1,X2) constraint: Marked_mark(and(X1,X2)) >= Marked_mark(X1) constraint: Marked_mark(and(X1,X2)) >= Marked_active(and(mark(X1),X2)) constraint: Marked_mark(plus(X1,X2)) >= Marked_mark(X1) constraint: Marked_mark(plus(X1,X2)) >= Marked_mark(X2) constraint: Marked_mark(plus(X1,X2)) >= Marked_active(plus(mark(X1),mark(X2))) constraint: Marked_mark(s(X)) >= Marked_mark(X) constraint: Marked_mark(s(X)) >= Marked_active(s(mark(X))) constraint: Marked_mark(x(X1,X2)) >= Marked_mark(X1) constraint: Marked_mark(x(X1,X2)) >= Marked_mark(X2) constraint: Marked_mark(x(X1,X2)) >= Marked_active(x(mark(X1),mark(X2))) constraint: Marked_active(and(tt,X)) >= Marked_mark(X) constraint: Marked_active(plus(N,0)) >= Marked_mark(N) constraint: Marked_active(plus(N,s(M))) >= Marked_mark(s(plus(N,M))) constraint: Marked_active(x(N,s(M))) >= Marked_mark(plus(x(N,M),N)) APPLY CRITERIA (Choosing graph) Trying to solve the following constraints: { mark(and(X1,X2)) >= active(and(mark(X1),X2)) ; mark(tt) >= active(tt) ; mark(plus(X1,X2)) >= active(plus(mark(X1),mark(X2))) ; mark(0) >= active(0) ; mark(s(X)) >= active(s(mark(X))) ; mark(x(X1,X2)) >= active(x(mark(X1),mark(X2))) ; active(and(tt,X)) >= mark(X) ; active(plus(N,0)) >= mark(N) ; active(plus(N,s(M))) >= mark(s(plus(N,M))) ; active(x(N,0)) >= mark(0) ; active(x(N,s(M))) >= mark(plus(x(N,M),N)) ; and(mark(X1),X2) >= and(X1,X2) ; and(active(X1),X2) >= and(X1,X2) ; and(X1,mark(X2)) >= and(X1,X2) ; and(X1,active(X2)) >= and(X1,X2) ; plus(mark(X1),X2) >= plus(X1,X2) ; plus(active(X1),X2) >= plus(X1,X2) ; plus(X1,mark(X2)) >= plus(X1,X2) ; plus(X1,active(X2)) >= plus(X1,X2) ; s(mark(X)) >= s(X) ; s(active(X)) >= s(X) ; x(mark(X1),X2) >= x(X1,X2) ; x(active(X1),X2) >= x(X1,X2) ; x(X1,mark(X2)) >= x(X1,X2) ; x(X1,active(X2)) >= x(X1,X2) ; Marked_and(mark(X1),X2) >= Marked_and(X1,X2) ; Marked_and(active(X1),X2) >= Marked_and(X1,X2) ; Marked_and(X1,mark(X2)) >= Marked_and(X1,X2) ; Marked_and(X1,active(X2)) >= Marked_and(X1,X2) ; } + Disjunctions:{ { Marked_and(mark(X1),X2) > Marked_and(X1,X2) ; } { Marked_and(active(X1),X2) > Marked_and(X1,X2) ; } { Marked_and(X1,mark(X2)) > Marked_and(X1,X2) ; } { Marked_and(X1,active(X2)) > Marked_and(X1,X2) ; } } === 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 === STOPING TIMER real === === STOPING TIMER virtual === No solution found for these parameters. Entering rpo_solver === TIMER virtual : 25.000000 === Search parameters: AFS type: 2 ; time limit: 25.. === STOPING TIMER virtual === === TIMER virtual : 25.000000 === Search parameters: AFS type: 2 ; time limit: 25.. === STOPING TIMER virtual === === TIMER virtual : 25.000000 === Search parameters: AFS type: 2 ; time limit: 25.. === STOPING TIMER virtual === === TIMER virtual : 25.000000 === Search parameters: AFS type: 2 ; time limit: 25.. === STOPING TIMER virtual === === TIMER virtual : 15.000000 === Entering poly_solver Starting Sat solver initialization Calling Sat solver... === STOPING TIMER virtual === === TIMER real : 15.000000 === === STOPING TIMER real === Sat solver returned === STOPING TIMER real === === STOPING TIMER virtual === No solution found for these parameters. === TIMER virtual : 50.000000 === trying sub matrices of size: 1 Matrix interpretation constraints generated. Search parameters: LINEAR MATRIX 3x3 (strict=1x1) ; time limit: 50.. Termination constraints generated. Starting Sat solver initialization Calling Sat solver... === STOPING TIMER virtual === === TIMER real : 50.000000 === === STOPING TIMER real === Sat solver returned === STOPING TIMER real === === STOPING TIMER virtual === No solution found for these parameters. No solution found for these constraints. APPLY CRITERIA (ID_CRIT) NOT SOLVED No proof found Cime worked for 33.074465 seconds (real time) Cime Exit Status: 0