- : unit = () h : heuristic = - : unit = () APPLY CRITERIA (Marked dependency pairs) TRS termination of: [1] active(zeros) -> mark(cons(0,zeros)) [2] active(and(tt,X)) -> mark(X) [3] active(length(nil)) -> mark(0) [4] active(length(cons(N,L))) -> mark(s(length(L))) [5] active(cons(X1,X2)) -> cons(active(X1),X2) [6] active(and(X1,X2)) -> and(active(X1),X2) [7] active(length(X)) -> length(active(X)) [8] active(s(X)) -> s(active(X)) [9] cons(mark(X1),X2) -> mark(cons(X1,X2)) [10] and(mark(X1),X2) -> mark(and(X1,X2)) [11] length(mark(X)) -> mark(length(X)) [12] s(mark(X)) -> mark(s(X)) [13] proper(zeros) -> ok(zeros) [14] proper(cons(X1,X2)) -> cons(proper(X1),proper(X2)) [15] proper(0) -> ok(0) [16] proper(and(X1,X2)) -> and(proper(X1),proper(X2)) [17] proper(tt) -> ok(tt) [18] proper(length(X)) -> length(proper(X)) [19] proper(nil) -> ok(nil) [20] proper(s(X)) -> s(proper(X)) [21] cons(ok(X1),ok(X2)) -> ok(cons(X1,X2)) [22] and(ok(X1),ok(X2)) -> ok(and(X1,X2)) [23] length(ok(X)) -> ok(length(X)) [24] s(ok(X)) -> ok(s(X)) [25] top(mark(X)) -> top(proper(X)) [26] top(ok(X)) -> top(active(X)) Sub problem: guided: DP termination of: END GUIDED APPLY CRITERIA (Graph splitting) Found 7 components: { --> --> --> --> } { --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> } { --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> } { --> --> --> --> } { --> --> --> --> } { --> --> --> --> } { --> --> --> --> } APPLY CRITERIA (Choosing graph) Trying to solve the following constraints: { cons(mark(X1),X2) >= mark(cons(X1,X2)) ; cons(ok(X1),ok(X2)) >= ok(cons(X1,X2)) ; active(cons(X1,X2)) >= cons(active(X1),X2) ; active(zeros) >= mark(cons(0,zeros)) ; active(and(tt,X)) >= mark(X) ; active(and(X1,X2)) >= and(active(X1),X2) ; active(length(cons(N,L))) >= mark(s(length(L))) ; active(length(nil)) >= mark(0) ; active(length(X)) >= length(active(X)) ; active(s(X)) >= s(active(X)) ; and(mark(X1),X2) >= mark(and(X1,X2)) ; and(ok(X1),ok(X2)) >= ok(and(X1,X2)) ; length(mark(X)) >= mark(length(X)) ; length(ok(X)) >= ok(length(X)) ; s(mark(X)) >= mark(s(X)) ; s(ok(X)) >= ok(s(X)) ; proper(cons(X1,X2)) >= cons(proper(X1),proper(X2)) ; proper(0) >= ok(0) ; proper(zeros) >= ok(zeros) ; proper(and(X1,X2)) >= and(proper(X1),proper(X2)) ; proper(tt) >= ok(tt) ; proper(length(X)) >= length(proper(X)) ; proper(nil) >= ok(nil) ; proper(s(X)) >= s(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 === 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 : 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 timeout reached === 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 51.091791 seconds (real time) Cime Exit Status: 0