Trace number 3262288

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night2-st? (TO) 1300.02 1300.01

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-20_390.cnf
MD5SUM9f9afdb81b528e7852015fad23de6353
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark193.51
Satisfiable
(Un)Satisfiability was proved
Number of variables195
Number of clauses20607
Sum of the clauses size92222
Maximum clause length20
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 265
Number of clauses of size 318744
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51798

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3262288-1303545466.cnf'
0.00/0.00	c -- header says num vars:            195
0.00/0.00	c -- header says num clauses:       20607
0.00/0.10	c -- clauses added:            0 learnts,        20607 normals,            0 xors
0.00/0.10	c -- vars added        195
0.00/0.10	c Parsing time:  0.01 s
0.00/0.10	c  N st     0         0       195     20542        65         0     92222         0   no data   no data
0.00/0.11	c asymm  cl-useful: 0/20542/20542 lits-rem:0 time: 0.11
0.00/0.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.00/0.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    195 time:  0.00 s
0.00/0.12	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
0.19/0.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
0.19/0.22	c Finding binary XORs  T:     0.00 s  found:       0
0.19/0.23	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.19/0.23	c calculated reachability. Time: 0.00
0.19/0.23	c Calc default polars -  time:   0.00 s pos:     195 undec:       0 neg:       0
0.19/0.23	c =========================================================================================
0.19/0.23	c types(t): F = full restart, N = normal restart
0.19/0.23	c types(t): S = simplification begin/end, E = solution found
0.19/0.23	c restart types(rt): st = static, dy = dynamic
0.19/0.23	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.19/0.23	c  B st     0         0       195     20542        65         0     92222         0   no data   no data
0.39/0.44	c  N dy    12      4164       195     20542        65      3970     92222     76529     10.56     11.14
0.59/0.69	c  N dy    16      8780       195     20542        65      5951     92222     98556      9.59     10.12
0.89/0.96	c  N dy    27     13650       195     20542        65      6532     92222     98585      9.46     10.03
1.19/1.21	c  N dy    55     17709       195     20542        65     10404     92222    167251      9.67     12.58
1.39/1.45	c  N dy    75     21724       195     20542        65      8858     92222    132923      9.72     10.27
1.59/1.65	c  F st    84     25000       195     20542        65     11957     92222    188364      9.67      8.49
1.69/1.74	c  N st    87     26190       195     20542        65      6654     92222     93928      9.67   no data
1.89/1.96	c  S st    90     30000       195     20542        65     10262     92222    161880      9.67   no data
1.89/1.99	c  S st    90     30504       195     20542        65     10760     92222    172194      9.67   no data
1.89/1.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.99/2.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
1.99/2.00	c blocked clauses removed:        0 vars:      0 tried:         195 T: 0.00 s
1.99/2.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.99/2.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.99/2.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    195 time:  0.00 s
1.99/2.01	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
1.99/2.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
1.99/2.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.09/2.13	c lits-rem:       210  cl-subs:     2227  v-elim:      0  v-fix:    0  time:  0.11 s
2.29/2.30	c asymm  cl-useful: 5/20542/20542 lits-rem:5 time: 0.17
2.29/2.31	c calculated reachability. Time: 0.00
2.29/2.31	c  N dy    90     30504       195     20542        65      8533     92217    150339      9.67   no data
2.49/2.57	c  N dy   107     34684       195     20542        65     12453     92217    217852      9.73     10.26
2.88/2.93	c  N dy   126     40348       195     20542        65     10356     92217    157474      9.71     10.24
3.08/3.18	c  N dy   135     44491       195     20542        65     14215     92217    221090      9.63     10.36
3.18/3.26	c  S st   144     45759       195     20542        65     15428     92217    243431      9.64      9.09
3.29/3.30	c  S st   144     46262       195     20542        65     15925     92217    253945      9.64   no data
3.29/3.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.29/3.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
3.29/3.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.29/3.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.29/3.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.29/3.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    195 time:  0.00 s
3.29/3.31	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
3.29/3.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.29/3.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.48/3.50	c lits-rem:       232  cl-subs:     3247  v-elim:      0  v-fix:    0  time:  0.17 s
3.48/3.50	c vivif2 --  cl tried    20542 cl shrink        0 lits rem          0 time: 0.00
3.48/3.50	c vivif2 --  cl tried    12678 cl shrink        0 lits rem          0 time: 0.00
3.68/3.71	c asymm  cl-useful: 1/20542/20542 lits-rem:1 time: 0.20
3.68/3.71	c calculated reachability. Time: 0.00
3.68/3.71	c  N dy   144     46262       195     20542        65     12678     92216    221999      9.64   no data
3.88/3.99	c  N dy   168     50395       195     20542        65     16590     92216    290792      9.69     10.23
4.28/4.32	c  N dy   190     55397       195     20542        65     13003     92216    200055      9.68     10.20
4.58/4.60	c  N dy   208     59784       195     20542        65     17148     92216    273790      9.69     10.23
4.88/4.90	c  N dy   222     64245       195     20542        65     12040     92216    170300      9.67     10.21
5.08/5.19	c  N dy   243     68671       195     20542        65     16232     92216    243932      9.70     10.22
5.18/5.24	c  S st   249     69394       195     20542        65     16912     92216    256120      9.71   no data
5.18/5.28	c  S st   249     69896       195     20542        65     17411     92216    266590      9.71   no data
5.18/5.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.18/5.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
5.18/5.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
5.18/5.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.18/5.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.18/5.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    195 time:  0.00 s
5.18/5.29	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
5.18/5.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.28/5.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.38/5.47	c lits-rem:       289  cl-subs:     2333  v-elim:      0  v-fix:    0  time:  0.16 s
5.38/5.47	c vivif2 --  cl tried    20542 cl shrink        0 lits rem          0 time: 0.00
5.38/5.47	c vivif2 --  cl tried    15078 cl shrink        0 lits rem          0 time: 0.00
5.59/5.68	c asymm  cl-useful: 0/20542/20542 lits-rem:0 time: 0.21
5.59/5.69	c calculated reachability. Time: 0.00
5.59/5.69	c  N dy   249     69896       195     20542        65     15078     92216    243107      9.71   no data
5.98/6.00	c  N dy   279     74372       195     20542        65     19302     92216    318822      9.76     11.38
6.28/6.34	c  N dy   307     79189       195     20542        65     13537     92216    195361      9.79     11.67
6.59/6.67	c  N dy   329     84258       195     20542        65     18328     92216    279087      9.80     11.80
6.88/6.91	c  F st   346     87500       195     20542        65     21413     92216    335507      9.81   no data
7.08/7.16	c  N st   351     90797       195     20542        65     13239     92216    188256      9.81   no data
7.48/7.53	c  N dy   356     96612       195     20542        65     18695     92216    278492      9.76     10.30
7.98/8.01	c  N dy   384    103022       195     20542        65     12491     92216    165319      9.77     10.29
8.09/8.13	c  S st   394    104846       195     20542        65     14228     92216    194812      9.77   no data
8.09/8.16	c  S st   394    105352       195     20542        65     14729     92216    205093      9.77   no data
8.09/8.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.09/8.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
8.09/8.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.09/8.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.09/8.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.09/8.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    195 time:  0.00 s
8.09/8.18	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
8.09/8.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
8.09/8.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.19/8.27	c lits-rem:       124  cl-subs:     1371  v-elim:      0  v-fix:    0  time:  0.08 s
8.19/8.27	c vivif2 --  cl tried    20542 cl shrink        0 lits rem          0 time: 0.00
8.19/8.27	c vivif2 --  cl tried    13358 cl shrink        0 lits rem          0 time: 0.00
8.39/8.47	c asymm  cl-useful: 0/20542/20542 lits-rem:0 time: 0.19
8.39/8.47	c calculated reachability. Time: 0.00
8.39/8.47	c  N dy   394    105352       195     20542        65     13358     92216    193697      9.77   no data
8.99/9.08	c  N dy   418    114559       195     20542        65     22021     92216    343373      9.74     10.29
9.59/9.60	c  N dy   434    121881       195     20542        65     15718     92216    228427      9.69     13.26
10.09/10.15	c  N dy   463    129802       195     20542        65     23229     92216    357320      9.68     10.19
10.69/10.79	c  N dy   504    138086       195     20542        65     16926     92216    240087      9.70     11.12
11.39/11.41	c  N dy   540    146895       195     20542        65     25311     92216    385744      9.70     10.22
12.09/12.17	c  N dy   591    156850       195     20542        65     19550     92216    275214      9.73     10.26
12.19/12.25	c  S st   594    158030       195     20542        65     20664     92216    293847      9.73      9.69
12.19/12.29	c  S st   594    158532       195     20542        65     21156     92216    303301      9.73   no data
12.29/12.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.29/12.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.00
12.29/12.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
12.29/12.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.29/12.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.29/12.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    195 time:  0.00 s
12.29/12.31	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
12.29/12.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
12.29/12.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.49/12.50	c lits-rem:       239  cl-subs:     2322  v-elim:      0  v-fix:    0  time:  0.17 s
12.49/12.50	c vivif2 --  cl tried    20542 cl shrink        0 lits rem          0 time: 0.00
12.49/12.50	c vivif2 --  cl tried    18834 cl shrink        0 lits rem          0 time: 0.00
12.69/12.74	c asymm  cl-useful: 0/20542/20542 lits-rem:0 time: 0.24
12.69/12.74	c calculated reachability. Time: 0.00
12.69/12.74	c  N dy   594    158532       195     20542        65     18834     92216    282045      9.73   no data
13.49/13.50	c  N dy   635    168941       195     20542        65     28684     92216    450915      9.72     10.26
14.29/14.34	c  N dy   670    179763       195     20542        65     22894     92216    326028      9.71     10.97
15.19/15.24	c  N dy   730    191261       195     20542        65     33847     92216    519532      9.73     11.00
16.09/16.16	c  N dy   780    203512       195     20542        65     28448     92216    413785      9.73     10.30
17.18/17.24	c  N dy   829    217269       195     20542        65     23461     92216    317230      9.72     10.27
18.28/18.34	c  N dy   902    231137       195     20542        65     36593     92216    545824      9.74     11.46
18.79/18.86	c  S st   930    237798       195     20542        65     23934     92216    314986      9.74   no data
18.88/18.90	c  S st   930    238302       195     20542        65     24431     92216    325508      9.74   no data
18.88/18.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.88/18.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
18.88/18.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18.88/18.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.88/18.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.88/18.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    195 time:  0.00 s
18.88/18.91	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
18.88/18.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
18.88/18.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.08/19.13	c lits-rem:       284  cl-subs:     2469  v-elim:      0  v-fix:    0  time:  0.20 s
19.08/19.13	c vivif2 --  cl tried    20542 cl shrink        0 lits rem          0 time: 0.00
19.08/19.14	c vivif2 --  cl tried    21962 cl shrink        0 lits rem          0 time: 0.00
19.28/19.38	c asymm  cl-useful: 0/20542/20542 lits-rem:0 time: 0.25
19.28/19.39	c calculated reachability. Time: 0.00
19.28/19.39	c  N dy   930    238302       195     20542        65     21962     92216    303697      9.74   no data
20.59/20.62	c  N dy   987    254085       195     20542        65     36821     92216    557939      9.74     10.31
21.89/21.93	c  N dy  1033    270700       195     20542        65     32773     92216    461248      9.72     10.36
23.28/23.35	c  N dy  1109    288181       195     20542        65     28487     92216    376801      9.73     10.27
24.78/24.88	c  F st  1185    306250       195     20542        65     23873     92216    291684      9.73   no data
24.88/24.92	c  N st  1187    306875       195     20542        65     24472     92216    302195      9.73   no data
26.39/26.47	c  N dy  1237    326528       195     20542        65     42984     92216    613800      9.72     10.34
28.18/28.20	c  N dy  1342    346950       195     20542        65     39702     92216    558410      9.74     10.25
29.19/29.20	c  S st  1394    357453       195     20542        65     26046     92216    315869      9.74      9.59
29.19/29.24	c  S st  1394    357956       195     20542        65     26544     92216    325968      9.74   no data
29.19/29.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
29.19/29.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
29.19/29.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
29.19/29.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.19/29.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.19/29.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    195 time:  0.00 s
29.19/29.25	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
29.19/29.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
29.19/29.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.39/29.47	c lits-rem:       236  cl-subs:     2425  v-elim:      0  v-fix:    0  time:  0.20 s
29.39/29.47	c vivif2 --  cl tried    20542 cl shrink        0 lits rem          0 time: 0.00
29.39/29.48	c vivif2 --  cl tried    24119 cl shrink        0 lits rem          0 time: 0.00
29.69/29.73	c asymm  cl-useful: 0/20542/20542 lits-rem:0 time: 0.25
29.69/29.73	c calculated reachability. Time: 0.00
29.69/29.73	c  N dy  1394    357956       195     20542        65     24119     92216    307068      9.74   no data
31.39/31.44	c  N dy  1465    379301       195     20542        65     44309     92216    648564      9.73     10.26
33.09/33.18	c  N dy  1541    399309       195     20542        65     38623     92216    525885      9.73     10.84
34.88/34.96	c  N dy  1609    419396       195     20542        65     32096     92216    407661      9.72     10.27
36.68/36.74	c  N dy  1680    439860       195     20542        65     51476     92216    730560      9.71     10.48
38.49/38.54	c  N dy  1780    459954       195     20542        65     44038     92216    615348      9.72     10.32
40.38/40.42	c  N dy  1854    480238       195     20542        65     35792     92216    471551      9.72     10.23
42.18/42.25	c  N dy  1920    500563       195     20542        65     54925     92216    780122      9.70     10.42
43.99/44.10	c  N dy  1993    521382       195     20542        65     46254     92216    640089      9.70     10.27
45.59/45.65	c  S st  2046    536934       195     20542        65     31727     92216    399603      9.70      9.82
45.59/45.69	c  S st  2046    537435       195     20542        65     32216     92216    408993      9.70   no data
45.59/45.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
45.69/45.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
45.69/45.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
45.69/45.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
45.69/45.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.69/45.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    195 time:  0.00 s
45.69/45.71	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
45.69/45.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
45.69/45.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.98/46.01	c lits-rem:       511  cl-subs:     2364  v-elim:      0  v-fix:    0  time:  0.28 s
45.98/46.01	c vivif2 --  cl tried    20542 cl shrink        0 lits rem          0 time: 0.00
45.98/46.02	c vivif2 --  cl tried    29852 cl shrink        0 lits rem          0 time: 0.01
46.29/46.35	c asymm  cl-useful: 0/20542/20542 lits-rem:0 time: 0.33
46.29/46.35	c calculated reachability. Time: 0.00
46.29/46.35	c  N dy  2046    537435       195     20542        65     29852     92216    391013      9.70   no data
47.98/48.01	c  N dy  2098    557443       195     20542        65     48695     92216    700301      9.68     10.30
49.98/50.04	c  N dy  2179    577964       195     20542        65     37933     92216    507098      9.68     10.21
51.88/51.99	c  N dy  2246    598358       195     20542        65     57157     92216    824038      9.67     10.22
53.99/54.06	c  N dy  2337    619670       195     20542        65     46124     92216    640743      9.67     10.27
56.19/56.23	c  N dy  2424    640206       195     20542        65     33496     92216    425355      9.67     10.20
57.99/58.04	c  N dy  2493    660754       195     20542        65     52834     92216    740287      9.66     10.23
60.09/60.10	c  N dy  2569    680813       195     20542        65     38751     92216    491404      9.66     10.24
61.89/61.93	c  N dy  2642    701063       195     20542        65     57879     92216    807873      9.65     10.18
63.99/64.01	c  N dy  2733    721135       195     20542        65     42804     92216    549415      9.66     10.17
65.88/65.95	c  N dy  2805    741740       195     20542        65     62241     92216    865135      9.65     10.18
67.88/67.93	c  N dy  2882    761868       195     20542        65     46378     92216    600525      9.65     10.25
69.78/69.89	c  N dy  2977    781957       195     20542        65     65435     92216    923848      9.66     11.15
71.88/71.97	c  N dy  3052    802996       195     20542        65     49362     92216    633054      9.66     10.26
72.18/72.27	c  S st  3067    806152       195     20542        65     52377     92216    682906      9.66      9.86
72.28/72.33	c  S st  3067    806655       195     20542        65     52871     92216    691973      9.66   no data
72.28/72.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
72.28/72.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.01
72.28/72.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
72.28/72.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
72.28/72.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
72.28/72.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    195 time:  0.00 s
72.28/72.35	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
72.28/72.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
72.28/72.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
73.48/73.50	c lits-rem:      1485  cl-subs:     6431  v-elim:      0  v-fix:    0  time:  1.11 s
73.48/73.50	c vivif2 --  cl tried    20542 cl shrink        0 lits rem          0 time: 0.00
73.48/73.52	c vivif2 --  cl tried    46440 cl shrink        0 lits rem          0 time: 0.01
73.58/73.69	c asymm  cl-useful: 0/3945/20542 lits-rem:0 time: 0.17
73.58/73.69	c calculated reachability. Time: 0.00
73.58/73.69	c  N dy  3067    806655       195     20542        65     46440     92216    629858      9.66   no data
75.58/75.68	c  N dy  3135    826767       195     20542        65     65543     92216    942117      9.65     10.18
77.89/77.91	c  N dy  3206    848860       195     20542        65     49632     92216    644648      9.65     10.28
79.99/80.04	c  N dy  3293    868902       195     20542        65     68590     92216    958857      9.65     10.60
82.09/82.18	c  N dy  3375    889116       195     20542        65     49906     92216    646205      9.65     10.16
84.18/84.22	c  N dy  3449    909176       195     20542        65     68865     92216    957366      9.65     10.17
86.28/86.37	c  N dy  3530    929257       195     20542        65     49156     92216    623369      9.65     10.23
88.28/88.39	c  N dy  3617    949483       195     20542        65     68371     92216    944417      9.65     10.18
90.49/90.58	c  N dy  3662    969713       195     20542        65     47697     92216    577931      9.64     10.30
92.49/92.54	c  N dy  3735    990234       195     20542        65     67088     92216    894585      9.63     10.16
94.79/94.88	c  N dy  3801   1010450       195     20542        65     45566     92216    533919      9.63     10.20
96.69/96.78	c  N dy  3883   1030543       195     20542        65     64589     92216    851135      9.63     10.14
99.18/99.23	c  N dy  3962   1050613       195     20542        65     41972     92216    463175      9.63     10.16
100.98/101.04	c  N dy  4046   1070646       195     20542        65     60873     92216    776083      9.63     10.14
101.08/101.17	c  F st  4053   1071875       195     20542        65     62031     92216    795249      9.63   no data
103.18/103.26	c  N dy  4104   1091914       195     20542        65     81076     92216   1106799      9.63     10.20
105.29/105.39	c  N dy  4180   1112574       195     20542        65     57990     92216    721031      9.62     10.14
107.49/107.54	c  N dy  4256   1132727       195     20542        65     77089     92216   1033747      9.62     10.25
109.78/109.83	c  N dy  4320   1152790       195     20542        65     52573     92216    613301      9.62     11.61
111.68/111.78	c  N dy  4390   1172881       195     20542        65     71508     92216    918136      9.62     10.36
114.18/114.29	c  N dy  4469   1193011       195     20542        65     46131     92216    498292      9.62     10.16
115.78/115.82	c  S st  4517   1209982       195     20542        65     62126     92216    758513      9.61     10.12
115.78/115.88	c  S st  4517   1210485       195     20542        65     62620     92216    768120      9.61   no data
115.78/115.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
115.88/115.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
115.88/115.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
115.88/115.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
115.88/115.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
115.88/115.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    195 time:  0.00 s
115.88/115.90	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
115.88/115.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
115.88/115.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
117.49/117.51	c lits-rem:      2128  cl-subs:     8733  v-elim:      0  v-fix:    0  time:  1.56 s
117.49/117.51	c vivif2 --  cl tried    20542 cl shrink        0 lits rem          0 time: 0.00
117.49/117.52	c vivif2 --  cl tried    53887 cl shrink        0 lits rem          0 time: 0.01
117.69/117.70	c asymm  cl-useful: 0/6000/20542 lits-rem:0 time: 0.18
117.69/117.71	c calculated reachability. Time: 0.00
117.69/117.71	c  N dy  4517   1210485       195     20542        65     53887     92216    689640      9.61   no data
119.79/119.87	c  N dy  4612   1231120       195     20542        65     73340     92216   1009945      9.61     10.22
122.39/122.46	c  N dy  4682   1251158       195     20542        65     47176     92216    527407      9.61     10.15
124.29/124.36	c  N dy  4751   1271707       195     20542        65     66534     92216    839145      9.61     10.13
126.79/126.86	c  N dy  4834   1292704       195     20542        65     86374     92216   1163846      9.61     10.16
129.18/129.20	c  N dy  4917   1312854       195     20542        65     59276     92216    720217      9.60     10.18
131.38/131.40	c  N dy  5001   1333285       195     20542        65     78575     92216   1039500      9.60     10.22
133.99/134.06	c  N dy  5098   1353289       195     20542        65     50370     92216    566096      9.61     10.31
135.89/136.00	c  N dy  5168   1373379       195     20542        65     69362     92216    875610      9.60     10.14
138.39/138.47	c  N dy  5251   1394698       195     20542        65     89498     92216   1205727      9.60     10.27
140.79/140.89	c  N dy  5324   1415240       195     20542        65     60808     92216    723737      9.60     10.14
142.99/143.07	c  N dy  5402   1435506       195     20542        65     79944     92216   1037323      9.60     10.14
145.79/145.86	c  N dy  5489   1456179       195     20542        65     50344     92216    539352      9.60     10.18
147.69/147.78	c  N dy  5571   1476425       195     20542        65     69466     92216    856983      9.60     10.16
150.09/150.16	c  N dy  5647   1497240       195     20542        65     89140     92216   1177966      9.60     10.11
152.59/152.69	c  N dy  5725   1517360       195     20542        65     58058     92216    658003      9.60     10.11
154.68/154.70	c  N dy  5800   1537409       195     20542        65     77006     92216    966663      9.60     10.93
157.08/157.18	c  N dy  5899   1557496       195     20542        65     95963     92216   1279381      9.60     10.21
159.49/159.57	c  N dy  5967   1577596       195     20542        65     63945     92216    746701      9.60     10.76
161.69/161.78	c  N dy  6043   1597868       195     20542        65     83086     92216   1054311      9.60     10.11
164.29/164.32	c  N dy  6114   1618023       195     20542        65    102083     92216   1357459      9.60     10.11
166.59/166.64	c  N dy  6183   1638292       195     20542        65     69260     92216    821678      9.60     10.11
168.89/168.95	c  N dy  6264   1658420       195     20542        65     88286     92216   1133613      9.60     10.19
171.79/171.85	c  N dy  6367   1678448       195     20542        65     54352     92216    572008      9.60     11.02
173.79/173.85	c  N dy  6465   1698543       195     20542        65     73359     92216    885706      9.60     10.11
175.09/175.19	c  S st  6515   1710485       195     20542        65     84672     92216   1070402      9.60   no data
175.19/175.26	c  S st  6515   1710987       195     20542        65     85167     92216   1080209      9.60   no data
175.19/175.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
175.19/175.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.02
175.19/175.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
175.19/175.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
175.19/175.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
175.19/175.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    195 time:  0.00 s
175.19/175.30	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
175.28/175.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
175.28/175.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
178.48/178.51	c lits-rem:      2948  cl-subs:    11101  v-elim:      0  v-fix:    0  time:  3.15 s
178.48/178.51	c vivif2 --  cl tried    20542 cl shrink        0 lits rem          0 time: 0.00
178.48/178.53	c vivif2 --  cl tried    74066 cl shrink        0 lits rem          0 time: 0.02
178.68/178.71	c asymm  cl-useful: 0/10597/20542 lits-rem:0 time: 0.18
178.68/178.71	c calculated reachability. Time: 0.00
178.68/178.71	c  N dy  6515   1710987       195     20542        65     74066     92216    974240      9.60   no data
181.08/181.16	c  N dy  6591   1731205       195     20542        65     93170     92216   1282263      9.60     10.25
183.99/184.02	c  N dy  6676   1751360       195     20542        65     58591     92216    653951      9.60     10.13
186.09/186.14	c  N dy  6760   1771647       195     20542        65     77744     92216    966667      9.60     10.12
188.49/188.52	c  N dy  6821   1791662       195     20542        65     96581     92216   1264245      9.59     10.10
191.49/191.58	c  N dy  6903   1812351       195     20542        66     61523     92216    689863      9.59     10.23
193.69/193.75	c  N dy  6968   1832354       195     20542        66     80355     92216    983753      9.59     10.88
196.19/196.27	c  N dy  7061   1852488       195     20542        66     99377     92216   1295293      9.59     10.10
198.89/198.98	c  N dy  7127   1872508       195     20542        66     62643     92216    698931      9.59     12.06
201.09/201.15	c  N dy  7217   1892511       195     20542        66     81517     92216   1008128      9.59     10.72
203.59/203.63	c  N dy  7307   1912599       195     20542        66    100479     92216   1324215      9.59     10.98
206.49/206.52	c  N dy  7399   1932654       195     20542        66     62860     92216    694455      9.59     10.14
208.59/208.63	c  N dy  7466   1952936       195     20542        66     82011     92216   1002670      9.59     10.19
211.08/211.13	c  N dy  7528   1973215       195     20542        66    101143     92216   1309187      9.59     10.24
213.98/214.04	c  N dy  7602   1993265       195     20542        66     62489     92216    681324      9.58     10.09
216.18/216.25	c  N dy  7671   2014242       195     20542        66     82214     92216    996135      9.58     10.14
218.59/218.67	c  N dy  7746   2034281       195     20542        66    101175     92216   1306415      9.58     10.18
221.69/221.71	c  N dy  7842   2054386       195     20542        66     61679     92216    662290      9.58     10.15
223.79/223.84	c  N dy  7908   2074507       195     20542        66     80654     92216    962359      9.58     10.10
226.48/226.56	c  N dy  7992   2096289       195     20542        66    101162     92216   1290253      9.58     10.09
229.58/229.65	c  N dy  8068   2116827       195     20542        66     61114     92216    642778      9.58     10.14
231.68/231.71	c  N dy  8139   2136930       195     20542        66     80034     92216    944053      9.58     12.85
233.99/234.07	c  N dy  8214   2157173       195     20542        66     99112     92216   1253997      9.58     10.11
236.89/236.91	c  N dy  8296   2177578       195     20542        66    118342     92216   1556419      9.58     10.18
239.49/239.51	c  N dy  8374   2197670       195     20542        66     77003     92216    896168      9.58     12.19
240.99/241.05	c  S st  8434   2210987       195     20542        66     89556     92216   1098073      9.58   no data
241.08/241.12	c  S st  8434   2211488       195     20542        66     90050     92216   1108893      9.58   no data
241.08/241.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
241.08/241.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.02
241.08/241.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
241.08/241.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
241.08/241.16	c subs with bin:        5  lits-rem:         0  v-fix:    0  time:  0.00 s
241.08/241.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    195 time:  0.00 s
241.08/241.16	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
241.08/241.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
241.28/241.30	c subs with bin:      735  lits-rem:       225  v-fix:    0  time:  0.10 s
244.48/244.53	c lits-rem:      3494  cl-subs:    12661  v-elim:      0  v-fix:    0  time:  3.23 s
244.48/244.54	c vivif2 --  cl tried    20537 cl shrink        0 lits rem          0 time: 0.00
244.48/244.55	c vivif2 --  cl tried    76654 cl shrink        0 lits rem          0 time: 0.02
244.68/244.74	c asymm  cl-useful: 0/2529/20537 lits-rem:0 time: 0.18
244.68/244.74	c calculated reachability. Time: 0.00
244.68/244.74	c  N dy  8434   2211488       195     20537        66     76654     92203    986797      9.58   no data
247.18/247.24	c  N dy  8510   2231599       195     20537        66     95615     92203   1281224      9.58     10.15
249.98/250.00	c  N dy  8583   2251790       195     20537        66    114635     92203   1590260      9.58     10.10
252.88/252.92	c  N dy  8680   2271863       195     20537        66     72615     92203    843300      9.58     11.50
255.19/255.26	c  N dy  8761   2292040       195     20537        66     91659     92203   1152267      9.58     10.18
257.99/258.01	c  N dy  8851   2312102       195     20537        66    110580     92203   1456929      9.58     10.19
261.39/261.44	c  N dy  8943   2332382       195     20537        66     67629     92203    759060      9.58     10.13
263.68/263.70	c  N dy  9026   2352488       195     20537        66     86550     92203   1061877      9.58     10.14
266.29/266.39	c  N dy  9110   2372828       195     20537        66    105787     92203   1375723      9.58     10.09
269.29/269.33	c  N dy  9192   2392912       195     20537        66    124817     92203   1683430      9.58     10.09
272.09/272.16	c  N dy  9276   2414961       195     20537        66     82425     92203    984628      9.58     10.19
274.59/274.69	c  N dy  9350   2434995       195     20537        66    101283     92203   1284282      9.58     10.16
277.49/277.53	c  N dy  9433   2455112       195     20537        66    120256     92203   1587519      9.58     10.09
280.38/280.44	c  N dy  9504   2475157       195     20537        66     75022     92203    842932      9.57     10.29
282.70/282.80	c  N dy  9589   2495258       195     20537        66     93964     92203   1149535      9.57     10.10
285.49/285.53	c  N dy  9675   2515456       195     20537        66    113004     92203   1453727      9.57     10.15
288.89/288.90	c  N dy  9758   2535587       195     20537        66     67062     92203    715979      9.58     10.08
291.08/291.11	c  N dy  9818   2555816       195     20537        66     86093     92203   1012643      9.57     10.29
293.49/293.57	c  N dy  9881   2576081       195     20537        66    105210     92203   1314600      9.57     10.09
296.28/296.39	c  N dy  9955   2596215       195     20537        66    124181     92203   1615487      9.57     10.08
299.38/299.47	c  N dy 10023   2617696       195     20537        66     78433     92203    887629      9.57     10.15
301.89/301.90	c  N dy 10103   2637795       195     20537        66     97345     92203   1189131      9.57     10.22
304.49/304.54	c  N dy 10175   2658274       195     20537        66    116532     92203   1487737      9.56     10.07
307.99/308.01	c  N dy 10240   2678502       195     20537        66     68747     92203    730597      9.56     10.08
310.19/310.23	c  N dy 10313   2698836       195     20537        66     87976     92203   1039241      9.56     10.08
311.69/311.79	c  S st 10353   2711488       195     20537        66     99873     92203   1228742      9.56      8.81
311.79/311.87	c  S st 10353   2711989       195     20537        66    100370     92203   1238391      9.56   no data
311.79/311.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
311.89/311.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.03
311.89/311.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
311.89/311.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
311.89/311.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
311.89/311.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    195 time:  0.00 s
311.89/311.92	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
311.89/311.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
311.89/311.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
315.80/315.89	c lits-rem:      4201  cl-subs:    14720  v-elim:      0  v-fix:    0  time:  3.91 s
315.80/315.89	c vivif2 --  cl tried    20537 cl shrink        0 lits rem          0 time: 0.00
315.89/315.91	c vivif2 --  cl tried    85650 cl shrink        0 lits rem          0 time: 0.02
316.09/316.12	c asymm  cl-useful: 0/2666/20537 lits-rem:0 time: 0.20
316.09/316.12	c calculated reachability. Time: 0.00
316.09/316.12	c  N dy 10353   2711989       195     20537        66     85650     92203   1101039      9.56   no data
318.69/318.79	c  N dy 10432   2732049       195     20537        66    104570     92203   1403740      9.56     11.85
321.69/321.76	c  N dy 10499   2752193       195     20537        66    123579     92203   1706194      9.56     10.10
325.08/325.11	c  N dy 10574   2772373       195     20537        66     75137     92203    858646      9.56     10.06
327.38/327.46	c  N dy 10643   2792670       195     20537        66     94316     92203   1161853      9.55     10.08
330.00/330.09	c  N dy 10713   2812733       195     20537        66    113208     92203   1457693      9.55     10.65
332.99/333.09	c  N dy 10776   2833130       195     20537        66    132319     92203   1755571      9.55     10.15
336.28/336.31	c  N dy 10847   2853988       195     20537        66     83358     92203    971241      9.55     10.08
338.80/338.86	c  N dy 10918   2874007       195     20537        66    102233     92203   1268897      9.55     10.88
341.59/341.68	c  N dy 11018   2894100       195     20537        66    121156     92203   1574159      9.55     10.84
345.29/345.30	c  N dy 11095   2914371       195     20537        66     70666     92203    759538      9.55     10.08
347.49/347.53	c  N dy 11163   2934720       195     20537        66     89859     92203   1066292      9.55     10.05
350.19/350.20	c  N dy 11232   2955390       195     20537        66    109348     92203   1369981      9.55     10.08
353.19/353.22	c  N dy 11326   2975442       195     20537        66    128197     92203   1668568      9.55     13.06
356.58/356.65	c  N dy 11398   2995714       195     20537        66     76735     92203    850053      9.55     10.07
358.98/359.02	c  N dy 11484   3015804       195     20537        66     95643     92203   1158824      9.55     10.05
361.69/361.73	c  N dy 11544   3035891       195     20537        66    114567     92203   1453941      9.54     10.92
364.59/364.67	c  N dy 11609   3055907       195     20537        66    133389     92203   1747501      9.54     10.10
367.99/368.01	c  N dy 11665   3076120       195     20537        66     80891     92203    903747      9.54     10.05
370.38/370.46	c  N dy 11748   3096200       195     20537        66     99811     92203   1206811      9.54     10.85
373.09/373.15	c  N dy 11807   3116420       195     20537        66    118864     92203   1506186      9.54     10.05
376.20/376.26	c  N dy 11879   3136879       195     20537        66    138116     92203   1808194      9.54     10.05
379.39/379.47	c  N dy 11959   3156937       195     20537        66     84567     92203    965159      9.53     11.25
381.89/381.95	c  N dy 12022   3176962       195     20537        66    103410     92203   1259804      9.53     10.05
384.69/384.74	c  N dy 12087   3197386       195     20537        66    122664     92203   1561354      9.53     10.07
386.89/386.93	c  S st 12143   3211989       195     20537        66    136402     92203   1774643      9.53      9.52
386.99/387.04	c  S st 12143   3212493       195     20537        66    136897     92203   1783592      9.53   no data
386.99/387.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
386.99/387.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.05
387.09/387.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
387.09/387.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
387.09/387.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
387.09/387.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    195 time:  0.00 s
387.09/387.10	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
387.09/387.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
387.19/387.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
395.29/395.35	c lits-rem:      7706  cl-subs:    25792  v-elim:      0  v-fix:    0  time:  8.14 s
395.29/395.35	c vivif2 --  cl tried    20537 cl shrink        0 lits rem          0 time: 0.00
395.29/395.38	c vivif2 --  cl tried   111105 cl shrink        0 lits rem          0 time: 0.03
395.59/395.61	c asymm  cl-useful: 0/2774/20537 lits-rem:0 time: 0.23
395.59/395.61	c calculated reachability. Time: 0.00
395.59/395.61	c  N dy 12143   3212493       195     20537        66    111105     92203   1531409      9.53   no data
398.89/398.93	c  N dy 12203   3233976       195     20537        66    131359     92203   1846713      9.53     10.06
402.69/402.74	c  N dy 12281   3254297       195     20537        66     77788     92203    886273      9.53     10.09
405.29/405.38	c  N dy 12337   3276321       195     20537        66     98460     92203   1201989      9.52     10.08
408.09/408.17	c  N dy 12410   3296532       195     20537        67    117451     92203   1491195      9.52     10.04
411.18/411.20	c  N dy 12491   3316734       195     20537        68    136531     92203   1794388      9.52     10.03
414.80/414.83	c  N dy 12560   3336737       195     20537        68     81373     92203    918876      9.52     10.04
417.29/417.35	c  N dy 12649   3357311       195     20537        68    100709     92203   1221444      9.52     10.03
420.09/420.11	c  N dy 12725   3377360       195     20537        68    119615     92203   1522898      9.52     10.03
423.09/423.15	c  N dy 12800   3397473       195     20537        68    138534     92203   1824297      9.52     10.03
426.59/426.66	c  N dy 12868   3418080       195     20537        68     82827     92203    939318      9.52     10.05
429.09/429.19	c  N dy 12964   3438239       195     20537        68    101877     92203   1242185      9.52     10.05
431.89/431.96	c  N dy 13045   3458293       195     20537        68    120823     92203   1544509      9.52     10.96
434.39/434.41	c Finding binary XORs  T:     0.00 s  found:       0
435.09/435.10	c  N dy 13118   3478339       195     20537        69    139728     92203   1837350      9.52     10.02
438.79/438.80	c  N dy 13195   3498778       195     20537        69     82744     92203    932078      9.52     10.06
441.19/441.25	c  N dy 13269   3519182       195     20537        69    101967     92203   1234722      9.52     10.03
443.99/444.08	c  N dy 13342   3539183       195     20537        69    120784     92203   1530965      9.52     11.01
447.18/447.29	c  N dy 13417   3560123       195     20537        69    140528     92203   1839871      9.52     10.03
451.09/451.13	c  N dy 13512   3580139       195     20537        69     82241     92203    922795      9.52     10.62
453.49/453.58	c  N dy 13568   3600533       195     20537        69    101327     92203   1216839      9.52     10.03
456.29/456.34	c  N dy 13631   3620699       195     20537        69    120265     92203   1511764      9.51     10.03
459.68/459.80	c  N dy 13723   3642136       195     20537        69    140540     92203   1829454      9.51     10.04
463.79/463.82	c  N dy 13808   3662473       195     20537        69     81524     92203    909257      9.51     10.03
466.19/466.27	c  N dy 13871   3682542       195     20537        70    100322     92203   1192383      9.51     10.07
468.99/469.07	c  N dy 13953   3702624       195     20537        70    119278     92203   1493195      9.51     10.05
470.49/470.56	c  S st 13995   3712493       195     20537        70    128632     92203   1643851      9.51   no data
470.59/470.65	c  S st 13995   3712997       195     20537        70    129126     92203   1652927      9.51   no data
470.59/470.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
470.69/470.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.04
470.69/470.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
470.69/470.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
470.69/470.71	c subs with bin:       20  lits-rem:         0  v-fix:    0  time:  0.00 s
470.69/470.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    195 time:  0.00 s
470.69/470.71	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
470.69/470.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
471.89/471.91	c subs with bin:     5420  lits-rem:      2707  v-fix:    0  time:  1.13 s
478.09/478.15	c lits-rem:      5234  cl-subs:    17007  v-elim:      0  v-fix:    0  time:  6.24 s
478.09/478.16	c vivif2 --  cl tried    20517 cl shrink        0 lits rem          0 time: 0.00
478.09/478.18	c vivif2 --  cl tried   106699 cl shrink        0 lits rem          0 time: 0.03
478.28/478.39	c asymm  cl-useful: 0/7280/20517 lits-rem:0 time: 0.20
478.28/478.39	c calculated reachability. Time: 0.00
478.28/478.39	c  N dy 13995   3712997       195     20517        70    106699     92151   1434830      9.51   no data
481.48/481.52	c  N dy 14082   3733076       195     20517        70    125536     92151   1725637      9.51     10.03
484.58/484.61	c  F st 14155   3751562       195     20517        70    142970     92151   1996438      9.51      9.63
484.88/484.92	c  N st 14159   3753596       195     20517        70    144907     92151   2027033      9.51   no data
488.59/488.64	c  N dy 14232   3773724       195     20517        70     85434     92151    996759      9.51     10.02
490.99/491.07	c  N dy 14301   3793728       195     20517        70    104341     92151   1294445      9.51     11.35
493.78/493.83	c  N dy 14335   3813793       195     20517        70    123224     92151   1577339      9.51     10.06
496.88/496.99	c  N dy 14399   3833868       195     20517        70    142092     92151   1869331      9.51     10.02
500.99/501.07	c  N dy 14446   3855639       195     20517        70     82774     92151    929842      9.50     10.01
503.49/503.54	c  N dy 14514   3875894       195     20517        70    101797     92151   1226891      9.50     10.05
506.19/506.29	c  N dy 14585   3895896       195     20517        70    120628     92151   1521065      9.50     10.03
509.49/509.50	c  N dy 14642   3917245       195     20517        70    140655     92151   1824665      9.50     10.01
512.69/512.79	c  N dy 14717   3937266       195     20517        70    159458     92151   2113635      9.50     10.14
515.89/516.00	c  N dy 14770   3957305       195     20517        70     97560     92151   1148900      9.50     11.68
518.79/518.80	c  N dy 14841   3977385       195     20517        71    116407     92151   1438415      9.49     10.01
521.69/521.73	c  N dy 14916   3997389       195     20517        71    135326     92151   1734153      9.49     10.00
525.09/525.11	c  N dy 15004   4017501       195     20517        71    154242     92151   2027608      9.49     10.13
528.79/528.87	c  N dy 15073   4037522       195     20517        71     91321     92151   1058399      9.49     10.06
531.49/531.57	c  N dy 15149   4057820       195     20517        71    110411     92151   1359253      9.49     10.01
534.49/534.54	c  N dy 15221   4078476       195     20517        72    129846     92151   1661846      9.49     10.03
537.79/537.88	c  N dy 15289   4099336       195     20517        72    149480     92151   1959333      9.49     10.02
542.18/542.28	c  N dy 15378   4119772       195     20517        72     85987     92151    980771      9.49     10.01
544.78/544.84	c  N dy 15446   4139964       195     20517        72    104897     92151   1262858      9.49      9.99
545.69/545.72	c Finding binary XORs  T:     0.00 s  found:       0
547.59/547.67	c  N dy 15530   4159968       195     20517        73    123651     92151   1552656      9.49     10.01
550.59/550.65	c  N dy 15591   4180202       195     20517        73    142642     92151   1846749      9.49     10.00
553.99/554.01	c  N dy 15656   4200422       195     20517        74    161629     92151   2129437      9.49      9.99
556.69/556.73	c  S st 15698   4212997       195     20517        74     89842     92151   1023905      9.48   no data
556.78/556.81	c  S st 15698   4213497       195     20517        74     90329     92151   1031959      9.48   no data
556.78/556.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
556.78/556.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.03
556.78/556.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
556.78/556.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
556.78/556.85	c subs with bin:       18  lits-rem:         0  v-fix:    0  time:  0.00 s
556.78/556.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    195 time:  0.00 s
556.78/556.85	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
556.78/556.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
557.28/557.38	c subs with bin:     4233  lits-rem:      3579  v-fix:    0  time:  0.49 s
559.28/559.33	c lits-rem:      3770  cl-subs:     4539  v-elim:      0  v-fix:    0  time:  1.95 s
559.28/559.33	c vivif2 --  cl tried    20499 cl shrink        0 lits rem          0 time: 0.00
559.28/559.35	c vivif2 --  cl tried    81557 cl shrink        0 lits rem          0 time: 0.02
559.38/559.47	c asymm  cl-useful: 0/5250/20499 lits-rem:0 time: 0.12
559.38/559.47	c calculated reachability. Time: 0.00
559.38/559.47	c  N dy 15698   4213497       195     20499        74     81557     92105    954938      9.48   no data
561.98/562.04	c  N dy 15790   4233541       195     20499        74    100416     92105   1250437      9.48     10.02
564.78/564.86	c  N dy 15847   4253595       195     20499        74    119174     92105   1535442      9.48     10.01
567.89/567.92	c  N dy 15903   4274086       195     20499        74    138407     92105   1827323      9.48     10.02
571.49/571.52	c  N dy 15967   4295204       195     20499        75    158233     92105   2126109      9.48      9.98
575.48/575.56	c  N dy 16035   4315328       195     20499        75     92908     92105   1082559      9.48     10.02
578.48/578.51	c  N dy 16101   4335395       195     20499        75    111819     92105   1368103      9.48     10.00
581.49/581.51	c  N dy 16168   4355492       195     20499        75    130754     92105   1655533      9.48     11.23
584.69/584.70	c  N dy 16239   4376295       195     20499        75    150258     92105   1953108      9.48     10.00
588.38/588.42	c  N dy 16324   4397429       195     20499        75    170141     92105   2256580      9.47     10.00
591.79/591.85	c  N dy 16399   4417526       195     20499        75    103754     92105   1236228      9.47     10.14
594.48/594.58	c  N dy 16470   4437581       195     20499        75    122557     92105   1523560      9.47     10.05
597.68/597.75	c  N dy 16566   4457636       195     20499        75    141490     92105   1820064      9.47      9.99
601.49/601.59	c  N dy 16642   4480753       195     20499        75    163170     92105   2146991      9.47     10.01
605.59/605.61	c  N dy 16722   4501366       195     20499        75     96097     92105   1104783      9.47     10.02
608.19/608.27	c  N dy 16794   4521552       195     20499        75    115086     92105   1397368      9.47     10.00
611.39/611.42	c  N dy 16865   4542006       195     20499        75    134241     92105   1684919      9.47      9.99
614.79/614.80	c  N dy 16949   4562331       195     20499        75    153433     92105   1982123      9.47      9.97
618.29/618.35	c  N dy 17027   4582425       195     20499        76    172316     92105   2268320      9.47      9.99
621.98/622.04	c  N dy 17099   4603327       195     20499        76    104530     92105   1229925      9.47     10.02
624.79/624.90	c  N dy 17177   4623401       195     20499        76    123426     92105   1517922      9.47      9.97
627.98/628.06	c  N dy 17247   4643592       195     20499        76    142362     92105   1809026      9.47     10.09
629.98/630.00	c Finding binary XORs  T:     0.00 s  found:       0
631.49/631.54	c  N dy 17311   4664910       195     20499        77    162366     92105   2112482      9.47      9.98
635.79/635.80	c  N dy 17394   4685270       195     20499        77     93190     92105   1067248      9.47     10.11
638.38/638.49	c  N dy 17460   4706092       195     20499        77    112712     92105   1370721      9.46      9.97
639.48/639.54	c  S st 17480   4713498       195     20499        77    119692     92105   1477820      9.46      8.56
639.58/639.63	c  S st 17480   4714001       195     20499        77    120186     92105   1488274      9.46   no data
639.58/639.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
639.58/639.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.04
639.58/639.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
639.58/639.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
639.58/639.68	c subs with bin:       14  lits-rem:         0  v-fix:    0  time:  0.00 s
639.58/639.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    195 time:  0.00 s
639.58/639.68	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
639.68/639.70	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
640.08/640.10	c subs with bin:     2063  lits-rem:      1814  v-fix:    0  time:  0.35 s
644.98/645.06	c lits-rem:      6243  cl-subs:    13247  v-elim:      0  v-fix:    0  time:  4.96 s
644.98/645.06	c vivif2 --  cl tried    20485 cl shrink        0 lits rem          0 time: 0.00
644.98/645.09	c vivif2 --  cl tried   104876 cl shrink        0 lits rem          0 time: 0.03
645.28/645.31	c asymm  cl-useful: 0/1971/20485 lits-rem:0 time: 0.21
645.28/645.31	c calculated reachability. Time: 0.00
645.28/645.31	c  N dy 17480   4714001       195     20485        77    104876     92069   1340497      9.46   no data
648.19/648.24	c  N dy 17549   4734020       195     20485        77    123688     92069   1626294      9.46      9.97
651.49/651.57	c  N dy 17625   4754139       195     20485        77    142599     92069   1914136      9.46      9.97
654.88/654.93	c  N dy 17676   4774259       195     20485        77    161505     92069   2199137      9.46     10.02
659.48/659.52	c  N dy 17752   4794372       195     20485        77     91593     92069   1045714      9.46     10.03
662.19/662.23	c  N dy 17827   4814450       195     20485        77    110467     92069   1328662      9.46     10.10
665.09/665.19	c  N dy 17887   4834635       195     20485        77    129484     92069   1613918      9.46      9.99
668.59/668.69	c  N dy 17975   4854665       195     20485        77    148402     92069   1907039      9.46     10.14
672.59/672.68	c  N dy 18062   4874869       195     20485        78    167516     92069   2198432      9.46      9.97
676.98/677.07	c  N dy 18152   4894997       195     20485        78     96321     92069   1106121      9.46     10.00
679.79/679.82	c  N dy 18227   4915304       195     20485        78    115508     92069   1396587      9.46      9.97
682.68/682.77	c  N dy 18291   4935380       195     20485        78    134344     92069   1684595      9.46      9.98
685.98/686.08	c  N dy 18368   4955466       195     20485        78    153299     92069   1972719      9.45     10.06
689.89/689.94	c  N dy 18451   4976165       195     20485        78    172736     92069   2262612      9.45      9.99
693.98/694.05	c  N dy 18516   4996260       195     20485        78    100376     92069   1173652      9.45     10.32
696.68/696.78	c  N dy 18572   5016339       195     20485        78    119198     92069   1458083      9.45     13.73
699.89/699.94	c  N dy 18653   5036557       195     20485        78    138274     92069   1752772      9.45     10.01
703.39/703.41	c  N dy 18717   5057352       195     20485        79    157821     92069   2042512      9.45      9.99
706.99/707.07	c  N dy 18780   5078107       195     20485        79    177382     92069   2336271      9.45      9.97
711.19/711.26	c  N dy 18846   5099492       195     20485        79    105347     92069   1218431      9.45     10.02
713.99/714.06	c  N dy 18918   5119536       195     20485        79    124185     92069   1507823      9.45      9.96
717.19/717.26	c  N dy 18990   5139725       195     20485        79    143267     92069   1799246      9.45      9.95
720.49/720.60	c  N dy 19040   5159765       195     20485        79    162008     92069   2072745      9.44     10.00
724.38/724.41	c  N dy 19114   5180872       195     20485        80    181806     92069   2370540      9.44      9.99
728.20/728.29	c  N dy 19172   5201275       195     20485        80    107937     92069   1229268      9.44      9.95
729.99/730.00	c  S st 19204   5214001       195     20485        80    119880     92069   1403067      9.44   no data
729.99/730.09	c  S st 19204   5214504       195     20485        80    120372     92069   1412337      9.44   no data
730.09/730.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
730.09/730.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.04
730.09/730.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
730.09/730.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
730.09/730.15	c subs with bin:       13  lits-rem:         0  v-fix:    0  time:  0.00 s
730.09/730.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    195 time:  0.00 s
730.09/730.15	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
730.09/730.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
730.40/730.49	c subs with bin:     1373  lits-rem:      2089  v-fix:    0  time:  0.28 s
735.59/735.68	c lits-rem:     11862  cl-subs:    14140  v-elim:      0  v-fix:    0  time:  5.19 s
735.59/735.68	c vivif2 --  cl tried    20472 cl shrink        0 lits rem          0 time: 0.00
735.69/735.71	c vivif2 --  cl tried   104859 cl shrink        0 lits rem          0 time: 0.03
735.89/735.91	c asymm  cl-useful: 0/1803/20472 lits-rem:0 time: 0.21
735.89/735.92	c calculated reachability. Time: 0.00
735.89/735.92	c  N dy 19204   5214504       195     20472        80    104859     92036   1257033      9.44   no data
737.29/737.38	c Finding binary XORs  T:     0.00 s  found:       0
738.69/738.73	c  N dy 19263   5234622       195     20472        81    123786     92036   1536516      9.44      9.94
741.79/741.83	c  N dy 19331   5254684       195     20472        84    142614     92036   1809168      9.44     10.00
744.99/745.06	c  N dy 19379   5274840       195     20472        84    161597     92036   2090553      9.43      9.95
748.69/748.70	c  N dy 19430   5295108       195     20472        85    180540     92036   2363764      9.43     10.01
748.69/748.70	c Finding binary XORs  T:     0.00 s  found:       0
752.78/752.86	c  N dy 19482   5315165       195     20472        89    105783     92036   1185876      9.43     10.19
753.88/753.90	c Finding binary XORs  T:     0.00 s  found:       0
755.48/755.50	c  N dy 19528   5335347       195     20472        91    124658     92036   1458508      9.43      9.93
758.08/758.11	c Finding binary XORs  T:     0.00 s  found:       0
758.88/758.98	c  N dy 19604   5355635       194     20154        67    119722     90860   1502376      9.43     10.08
762.18/762.27	c  N dy 19711   5376251       194     20154        67    139057     90860   1808622      9.43      9.93
766.08/766.12	c  N dy 19786   5396847       194     20154        67    158319     90860   2099361      9.43     10.13
769.88/769.99	c  N dy 19859   5417084       194     20154        68     94835     90860   1103616      9.43      9.96
772.78/772.89	c  N dy 19950   5437902       194     20154        68    114392     90860   1412085      9.43     10.04
775.88/775.93	c  N dy 20030   5458617       194     20154        68    133881     90860   1710531      9.43      9.97
779.38/779.46	c  N dy 20140   5479050       194     20154        68    153092     90860   2011006      9.43      9.95
783.08/783.17	c  N dy 20243   5499237       194     20154        68    172019     90860   2308019      9.43      9.94
787.19/787.24	c  N dy 20347   5519274       194     20154        68    101220     90860   1176086      9.43      9.97
790.09/790.17	c  N dy 20438   5539765       194     20154        68    120478     90860   1472927      9.43      9.96
793.29/793.37	c  N dy 20526   5559967       194     20154        68    139454     90860   1768780      9.43      9.99
797.19/797.25	c  N dy 20620   5581601       194     20154        69    159828     90860   2079374      9.43     10.00
801.08/801.17	c  N dy 20720   5601653       194     20154        69    178712     90860   2369918      9.43     10.73
805.30/805.38	c  N dy 20810   5621773       194     20154        69    103874     90860   1183583      9.43     10.00
808.39/808.41	c  N dy 20898   5642287       194     20154        69    123188     90860   1477582      9.43      9.94
811.59/811.63	c  N dy 20990   5662987       194     20154        69    142544     90860   1776097      9.43      9.96
814.99/815.05	c  N dy 21086   5683152       194     20154        69    161437     90860   2066076      9.43      9.97
818.89/818.91	c  N dy 21173   5703268       194     20154        69    180256     90860   2353379      9.43      9.93
820.99/821.08	c  S st 21225   5714506       194     20154        69    190831     90860   2518091      9.43      9.60
821.19/821.20	c  S st 21225   5715007       194     20154        69    191328     90860   2527159      9.43   no data
821.19/821.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
821.19/821.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.4M T:  0.07
821.19/821.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
821.19/821.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
821.19/821.29	c subs with bin:       10  lits-rem:         0  v-fix:    0  time:  0.00 s
821.19/821.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    194 time:  0.00 s
821.19/821.29	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
821.29/821.33	c lits-rem:         0  cl-subs:       15  v-elim:      0  v-fix:    0  time:  0.04 s
821.88/821.95	c subs with bin:     1661  lits-rem:      1330  v-fix:    0  time:  0.55 s
837.48/837.56	c lits-rem:     10870  cl-subs:    32087  v-elim:      0  v-fix:    0  time: 15.61 s
837.48/837.56	c vivif2 --  cl tried    20129 cl shrink        0 lits rem          0 time: 0.00
837.58/837.60	c vivif2 --  cl tried   157580 cl shrink        0 lits rem          0 time: 0.04
837.78/837.87	c asymm  cl-useful: 0/1447/20129 lits-rem:0 time: 0.27
837.78/837.88	c calculated reachability. Time: 0.00
837.78/837.88	c  N dy 21225   5715007       194     20129        69    157580     90534   2187762      9.43   no data
841.69/841.76	c  N dy 21288   5735274       194     20129        70    176518     90534   2464703      9.43      9.94
846.39/846.48	c  N dy 21357   5755400       194     20129        70    100382     90534   1137873      9.43      9.95
849.29/849.37	c  N dy 21436   5775872       194     20129        70    119622     90534   1426064      9.43      9.96
852.29/852.36	c  N dy 21503   5795961       194     20129        70    138522     90534   1710529      9.43      9.94
855.59/855.60	c  N dy 21559   5816074       194     20129        70    157366     90534   1991491      9.43     10.00
859.19/859.30	c  N dy 21639   5836432       194     20129        70    176432     90534   2284738      9.43      9.99
864.19/864.27	c  N dy 21720   5856562       194     20129        70     98109     90534   1074468      9.43      9.99
867.08/867.14	c  N dy 21779   5876646       194     20129        70    116917     90534   1360082      9.42      9.97
870.29/870.38	c  N dy 21848   5896804       194     20129        70    135984     90534   1649020      9.42      9.95
873.50/873.55	c  N dy 21899   5916930       194     20129        70    154962     90534   1929232      9.42      9.99
876.39/876.49	c Finding binary XORs  T:     0.00 s  found:       0
876.89/876.91	c  N dy 21946   5936931       194     20129        71    173723     90534   2200398      9.42      9.93
880.69/880.71	c  N dy 22010   5956998       194     20129        71    192512     90534   2484431      9.42     10.91
884.79/884.85	c  N dy 22072   5977484       194     20129        71    112863     90534   1282558      9.42      9.94
887.80/887.80	c  N dy 22154   5997749       194     20129        71    131808     90534   1575562      9.42      9.92
890.99/891.02	c  N dy 22223   6017861       194     20129        71    150742     90534   1861442      9.42      9.99
894.49/894.51	c  N dy 22303   6037866       194     20129        71    169533     90534   2144053      9.42     10.45
898.19/898.27	c  N dy 22359   6057875       194     20129        71    188368     90534   2427360      9.42     10.07
902.79/902.80	c  N dy 22423   6078205       194     20129        71    107251     90534   1198724      9.42     10.17
905.59/905.66	c  N dy 22504   6098230       194     20129        71    126117     90534   1486522      9.42     10.74
908.79/908.85	c  N dy 22581   6118371       194     20129        71    145073     90534   1776497      9.42      9.93
912.19/912.24	c  N dy 22644   6138523       194     20129        71    163868     90534   2055557      9.41      9.97
915.89/915.99	c  N dy 22711   6158592       194     20129        71    182766     90534   2339026      9.41      9.95
919.99/920.09	c  N dy 22789   6178909       194     20129        71    201897     90534   2629968      9.41      9.91
923.99/924.10	c  N dy 22862   6198915       194     20129        71    119379     90534   1382930      9.41      9.91
926.49/926.53	c  S st 22924   6215010       194     20129        71    134480     90534   1610081      9.41      9.93
926.59/926.63	c  S st 22924   6215514       194     20129        71    134978     90534   1620058      9.41   no data
926.59/926.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
926.59/926.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.05
926.59/926.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
926.59/926.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
926.59/926.69	c subs with bin:       10  lits-rem:         0  v-fix:    0  time:  0.00 s
926.59/926.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    194 time:  0.00 s
926.59/926.69	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
926.69/926.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
926.89/926.99	c subs with bin:     1102  lits-rem:      1190  v-fix:    0  time:  0.23 s
933.39/933.40	c lits-rem:      9344  cl-subs:    16956  v-elim:      0  v-fix:    0  time:  6.41 s
933.39/933.40	c vivif2 --  cl tried    20119 cl shrink        0 lits rem          0 time: 0.00
933.39/933.43	c vivif2 --  cl tried   116920 cl shrink        0 lits rem          0 time: 0.03
933.59/933.66	c asymm  cl-useful: 0/3000/20119 lits-rem:0 time: 0.23
933.59/933.66	c calculated reachability. Time: 0.00
933.59/933.66	c  N dy 22924   6215514       194     20119        71    116920     90508   1452675      9.41   no data
936.69/936.72	c  N dy 22979   6235566       194     20119        72    135713     90508   1727122      9.41     11.06
940.09/940.16	c  N dy 23053   6255662       194     20119        72    154610     90508   2005419      9.41      9.99
943.99/944.01	c  N dy 23126   6276211       194     20119        72    173973     90508   2296415      9.41     10.03
947.78/947.84	c  N dy 23185   6296241       194     20119        72    192785     90508   2575225      9.41     10.07
952.69/952.73	c  N dy 23266   6316682       194     20119        72    110150     90508   1256519      9.41      9.91
955.58/955.63	c  N dy 23331   6337313       194     20119        72    129450     90508   1546254      9.41      9.93
958.98/959.02	c  N dy 23406   6358361       194     20119        72    149303     90508   1847140      9.41      9.92
962.49/962.51	c  N dy 23473   6378448       194     20119        72    168107     90508   2126140      9.40      9.94
966.38/966.44	c  N dy 23514   6398458       194     20119        73    186745     90508   2387687      9.40      9.97
972.29/972.32	c  N dy 23575   6419337       194     20119        73    103460     90508   1145994      9.40      9.91
975.09/975.17	c  N dy 23632   6439366       194     20119        73    122251     90508   1424072      9.40     10.72
978.09/978.17	c  N dy 23692   6459468       194     20119        73    141087     90508   1703964      9.40      9.90
981.78/981.84	c  N dy 23758   6481050       194     20119        74    161329     90508   1997059      9.40      9.92
985.49/985.50	c  N dy 23835   6501186       194     20119        74    180243     90508   2280475      9.40      9.91
989.49/989.50	c  N dy 23913   6521189       194     20119        74    198976     90508   2559988      9.40      9.93
994.19/994.28	c  N dy 23987   6541655       194     20119        74    114295     90508   1306348      9.40      9.96
997.19/997.21	c  N dy 24052   6561754       194     20119        74    133158     90508   1590581      9.40      9.92
1000.29/1000.33	c  N dy 24121   6581842       194     20119        74    151907     90508   1866565      9.39      9.89
1001.99/1002.05	c Finding binary XORs  T:     0.00 s  found:       0
1003.69/1003.76	c  N dy 24184   6601909       194     20119        75    170670     90508   2139520      9.39     10.95
1007.70/1007.74	c  N dy 24267   6623085       194     20119        76    190591     90508   2432446      9.39      9.90
1011.79/1011.83	c  N dy 24339   6643206       194     20119        77    209471     90508   2711726      9.39      9.89
1016.09/1016.10	c  N dy 24424   6663883       194     20119        77    123918     90508   1421547      9.39      9.89
1019.18/1019.21	c  N dy 24519   6683983       194     20119        77    142817     90508   1712802      9.39      9.93
1022.59/1022.65	c  N dy 24600   6704106       194     20119        77    161703     90508   2000472      9.39      9.95
1024.59/1024.60	c  S st 24643   6715515       194     20119        78    172407     90508   2159621      9.39      8.84
1024.69/1024.72	c  S st 24643   6716017       194     20119        78    172902     90508   2169836      9.39   no data
1024.69/1024.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1024.69/1024.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.06
1024.79/1024.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1024.79/1024.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1024.79/1024.80	c subs with bin:       26  lits-rem:         0  v-fix:    0  time:  0.00 s
1024.79/1024.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    194 time:  0.00 s
1024.79/1024.80	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
1024.79/1024.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1026.79/1026.81	c subs with bin:     6491  lits-rem:      8191  v-fix:    0  time:  1.91 s
1036.89/1036.99	c lits-rem:     13633  cl-subs:    22922  v-elim:      0  v-fix:    0  time: 10.18 s
1036.99/1037.00	c vivif2 --  cl tried    20093 cl shrink        0 lits rem          0 time: 0.00
1036.99/1037.04	c vivif2 --  cl tried   143489 cl shrink        0 lits rem          0 time: 0.04
1037.19/1037.27	c asymm  cl-useful: 0/5426/20093 lits-rem:0 time: 0.23
1037.19/1037.28	c calculated reachability. Time: 0.00
1037.19/1037.28	c  N dy 24643   6716017       194     20093        79    143489     90444   1874160      9.39   no data
1037.19/1037.28	c Finding binary XORs  T:     0.00 s  found:       0
1040.79/1040.82	c  N dy 24695   6736948       194     20093        80    163139     90444   2156415      9.39      9.94
1044.79/1044.81	c  N dy 24762   6757406       194     20093        80    182321     90444   2438558      9.39      9.95
1048.69/1048.77	c  N dy 24818   6777794       194     20093        82    201368     90444   2711799      9.39     10.13
1053.29/1053.30	c  N dy 24876   6797986       194     20093        82    115199     90444   1293362      9.39      9.95
1056.10/1056.11	c  N dy 24929   6818139       194     20093        82    134114     90444   1572430      9.38      9.94
1056.69/1056.71	c Finding binary XORs  T:     0.00 s  found:       0
1059.49/1059.53	c  N dy 24990   6839382       194     20093        84    154023     90444   1855095      9.38      9.88
1063.09/1063.20	c  N dy 25076   6859426       194     20093        84    172843     90444   2138267      9.38      9.94
1066.89/1066.97	c  N dy 25137   6879430       194     20093        85    191457     90444   2400861      9.38     11.78
1070.99/1071.00	c  N dy 25201   6899726       194     20093        86    210450     90444   2674241      9.38      9.88
1074.59/1074.62	c Finding binary XORs  T:     0.00 s  found:       0
1075.69/1075.78	c  N dy 25265   6920947       194     20093        87    123957     90444   1409882      9.38      9.90
1078.79/1078.85	c  N dy 25319   6941400       194     20093        91    143086     90444   1674670      9.38      9.96
1078.79/1078.85	c Finding binary XORs  T:     0.00 s  found:       0
1081.89/1081.95	c Finding binary XORs  T:     0.00 s  found:       0
1082.09/1082.13	c  N dy 25364   6962236       194     20093        96    162561     90444   1947648      9.38      9.87
1085.59/1085.62	c  N dy 25453   6982407       193     20093        97    181546     90444   2235415      9.38      9.89
1089.49/1089.58	c  N dy 25545   7002582       193     20093        97    200545     90444   2524885      9.38      9.97
1094.79/1094.85	c  N dy 25620   7022648       193     20093        97    111834     90444   1214032      9.38      9.87
1097.59/1097.66	c  N dy 25686   7042929       193     20093        97    130858     90444   1497962      9.37      9.89
1100.69/1100.76	c  N dy 25757   7062991       193     20093        97    149688     90444   1780488      9.37     12.38
1104.89/1104.90	c  N dy 25868   7086689       193     20093        97    171953     90444   2120665      9.37     10.02
1108.59/1108.68	c  N dy 25963   7106694       193     20093        97    190750     90444   2408772      9.38     10.58
1112.89/1112.93	c  N dy 26055   7126767       193     20093        97    209559     90444   2695179      9.38     11.64
1117.49/1117.57	c  N dy 26146   7146806       193     20093        97    119719     90444   1316531      9.38     11.58
1120.40/1120.43	c  N dy 26226   7166853       193     20093        98    138569     90444   1601057      9.38     10.02
1123.69/1123.76	c  N dy 26320   7186942       193     20093        98    157528     90444   1886731      9.38      9.92
1127.19/1127.28	c  N dy 26383   7207022       193     20093        98    176371     90444   2168593      9.37     10.01
1128.99/1129.00	c  S st 26419   7216019       193     20093        98    184821     90444   2296299      9.37      8.87
1129.09/1129.12	c  S st 26419   7216521       193     20093        98    185316     90444   2305439      9.37   no data
1129.09/1129.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1129.19/1129.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.3M T:  0.07
1129.19/1129.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1129.19/1129.21	c bin-w-bin subsume rem            1 bins  time:  0.00 s
1129.19/1129.21	c subs with bin:       21  lits-rem:         0  v-fix:    0  time:  0.00 s
1129.19/1129.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
1129.19/1129.22	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
1129.19/1129.25	c lits-rem:         0  cl-subs:       15  v-elim:      0  v-fix:    0  time:  0.04 s
1130.39/1130.49	c subs with bin:     3970  lits-rem:      3818  v-fix:    0  time:  1.17 s
1141.79/1141.84	c lits-rem:     11332  cl-subs:    24802  v-elim:      0  v-fix:    0  time: 11.35 s
1141.79/1141.84	c vivif2 --  cl tried    19745 cl shrink        0 lits rem          0 time: 0.00
1141.79/1141.88	c vivif2 --  cl tried   141420 cl shrink        0 lits rem          0 time: 0.04
1142.09/1142.12	c asymm  cl-useful: 0/5151/19745 lits-rem:0 time: 0.23
1142.09/1142.12	c calculated reachability. Time: 0.00
1142.09/1142.12	c  N dy 26419   7216521       193     19745        70    141420     88919   1865177      9.37   no data
1145.69/1145.78	c  N dy 26501   7236745       193     19745        70    160459     88919   2154579      9.37      9.88
1149.79/1149.85	c  N dy 26585   7257510       193     19745        70    179987     88919   2447597      9.37      9.95
1154.00/1154.00	c  N dy 26667   7277600       193     19745        70    198840     88919   2726154      9.37      9.98
1158.10/1158.14	c  N dy 26728   7298517       193     19745        70    116964     88919   1328163      9.37      9.89
1161.10/1161.11	c  N dy 26811   7318597       193     19745        70    135767     88919   1608273      9.37     12.30
1164.30/1164.38	c  N dy 26878   7338611       193     19745        71    154607     88919   1890193      9.37     10.16
1168.30/1168.36	c  N dy 26956   7361049       193     19745        71    175705     88919   2199606      9.37      9.90
1172.60/1172.62	c  N dy 27025   7381074       193     19745        71    194442     88919   2474812      9.37      9.89
1178.70/1178.77	c  N dy 27092   7404186       193     19745        71    109615     88919   1190560      9.37      9.90
1181.60/1181.66	c  N dy 27161   7424897       193     19745        71    129080     88919   1481149      9.37      9.87
1184.80/1184.89	c  N dy 27230   7445031       193     19745        71    147997     88919   1759428      9.37      9.91
1188.30/1188.34	c  N dy 27304   7465221       193     19745        71    166940     88919   2042178      9.37      9.88
1190.90/1190.95	c Finding binary XORs  T:     0.00 s  found:       0
1192.20/1192.26	c  N dy 27380   7486441       193     19745        72    186857     88919   2340454      9.37      9.94
1196.00/1196.08	c  N dy 27432   7506555       193     19745        72    205626     88919   2616403      9.37      9.88
1201.20/1201.21	c  N dy 27514   7526878       193     19745        72    115123     88919   1238809      9.37      9.88
1204.09/1204.13	c  N dy 27583   7546951       193     19745        72    134039     88919   1519276      9.37     12.13
1207.20/1207.23	c  N dy 27644   7567133       193     19745        72    152942     88919   1800280      9.36      9.88
1210.70/1210.73	c  N dy 27711   7587769       193     19745        72    172288     88919   2088237      9.36      9.90
1214.50/1214.51	c  N dy 27780   7607813       193     19745        73    191129     88919   2365330      9.36      9.90
1218.49/1218.51	c  N dy 27857   7627876       193     19745        73    209937     88919   2645893      9.36      9.92
1223.90/1223.93	c  N dy 27910   7649846       193     19745        74    118921     88919   1274605      9.36      9.96
1226.79/1226.84	c  N dy 27992   7669913       193     19745        74    137817     88919   1560312      9.36     10.95
1230.09/1230.14	c  N dy 28070   7690136       193     19745        74    156857     88919   1838988      9.36      9.90
1233.89/1233.90	c  N dy 28171   7710803       193     19745        74    176382     88919   2132695      9.36      9.87
1234.89/1234.94	c  S st 28184   7716521       193     19745        74    181773     88919   2210942      9.36      9.87
1234.99/1235.05	c  S st 28184   7717024       193     19745        74    182272     88919   2219782      9.36   no data
1234.99/1235.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1235.09/1235.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.07
1235.09/1235.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1235.09/1235.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1235.09/1235.13	c subs with bin:       18  lits-rem:         0  v-fix:    0  time:  0.00 s
1235.09/1235.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
1235.09/1235.13	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
1235.09/1235.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1236.69/1236.79	c subs with bin:     5426  lits-rem:      3085  v-fix:    0  time:  1.56 s
1249.19/1249.27	c lits-rem:     15086  cl-subs:    29148  v-elim:      0  v-fix:    0  time: 12.47 s
1249.19/1249.27	c vivif2 --  cl tried    19727 cl shrink        0 lits rem          0 time: 0.00
1249.29/1249.31	c vivif2 --  cl tried   147698 cl shrink        0 lits rem          0 time: 0.04
1249.29/1249.34	c asymm  cl-useful: 0/929/19727 lits-rem:0 time: 0.03
1249.29/1249.34	c calculated reachability. Time: 0.00
1249.29/1249.34	c  N dy 28184   7717024       193     19727        74    147698     88873   1889591      9.36   no data
1252.99/1253.04	c  N dy 28253   7737130       193     19727        74    166635     88873   2168413      9.36      9.90
1257.10/1257.14	c  N dy 28334   7757729       193     19727        74    185902     88873   2452319      9.36     10.11
1260.70/1260.76	c Finding binary XORs  T:     0.00 s  found:       0
1261.20/1261.23	c  N dy 28394   7777741       193     19727        76    204615     88873   2719069      9.36     10.48
1265.69/1265.73	c  N dy 28459   7798159       193     19727        76    223871     88873   3001491      9.36      9.86
1269.79/1269.85	c  N dy 28517   7818538       193     19727        76    130942     88873   1496859      9.36      9.87
1273.09/1273.10	c  N dy 28594   7838812       193     19727        76    149995     88873   1776711      9.36      9.86
1276.99/1277.03	c  N dy 28656   7859258       193     19727        76    169231     88873   2062159      9.36      9.89
1280.89/1280.96	c  N dy 28707   7879542       193     19727        77    188223     88873   2333534      9.35     10.04
1284.90/1284.98	c  N dy 28760   7899739       193     19727        77    207157     88873   2605221      9.35      9.89
1288.89/1288.96	c  N dy 28818   7919854       193     19727        79    226008     88873   2874240      9.35      9.91
1291.50/1291.57	c Finding binary XORs  T:     0.00 s  found:       0
1293.30/1293.33	c  N dy 28897   7939897       193     19727        81    131049     88873   1464594      9.35      9.91
1296.40/1296.47	c  N dy 28961   7960428       193     19727        81    150324     88873   1748594      9.35      9.89
1299.80/1299.83	c  N dy 29022   7980473       193     19727        82    169124     88873   2021322      9.35     13.82

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3262288-1303545466/watcher-3262288-1303545466 -o /tmp/evaluation-result-3262288-1303545466/solver-3262288-1303545466 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3262288-1303545466.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.16 3.86 3.71 4/174 5085
/proc/meminfo: memFree=13808924/32951124 swapFree=67111528/67111528
[pid=5085] ppid=5083 vsize=30768 CPUtime=0.1 cores=5,7
/proc/5085/stat : 5085 (strangenight2-s) R 5083 5085 4084 0 -1 4202496 961 0 0 0 10 0 0 0 25 0 1 0 446962855 31506432 901 33554432000 4194304 4627331 140734742461888 18446744073709551615 4308259 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5085/statm: 7692 901 341 106 0 2663 0

[startup+0.151346 s]
/proc/loadavg: 3.16 3.86 3.71 4/174 5085
/proc/meminfo: memFree=13808924/32951124 swapFree=67111528/67111528
[pid=5085] ppid=5083 vsize=35364 CPUtime=0.14 cores=5,7
/proc/5085/stat : 5085 (strangenight2-s) R 5083 5085 4084 0 -1 4202496 2099 0 0 0 14 0 0 0 25 0 1 0 446962855 36212736 1996 33554432000 4194304 4627331 140734742461888 18446744073709551615 4427451 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5085/statm: 8841 1996 358 106 0 3812 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 35364

[startup+0.200337 s]
/proc/loadavg: 3.16 3.86 3.71 4/174 5085
/proc/meminfo: memFree=13808924/32951124 swapFree=67111528/67111528
[pid=5085] ppid=5083 vsize=35364 CPUtime=0.19 cores=5,7
/proc/5085/stat : 5085 (strangenight2-s) R 5083 5085 4084 0 -1 4202496 2099 0 0 0 19 0 0 0 25 0 1 0 446962855 36212736 1996 33554432000 4194304 4627331 140734742461888 18446744073709551615 4427140 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5085/statm: 8841 1996 358 106 0 3812 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 35364

[startup+0.300317 s]
/proc/loadavg: 3.16 3.86 3.71 4/174 5085
/proc/meminfo: memFree=13808924/32951124 swapFree=67111528/67111528
[pid=5085] ppid=5083 vsize=34080 CPUtime=0.29 cores=5,7
/proc/5085/stat : 5085 (strangenight2-s) R 5083 5085 4084 0 -1 4202496 2142 0 0 0 29 0 0 0 25 0 1 0 446962855 34897920 1796 33554432000 4194304 4627331 140734742461888 18446744073709551615 4309873 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5085/statm: 8520 1796 372 106 0 3491 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34080

[startup+0.700247 s]
/proc/loadavg: 3.16 3.86 3.71 4/174 5085
/proc/meminfo: memFree=13808924/32951124 swapFree=67111528/67111528
[pid=5085] ppid=5083 vsize=34080 CPUtime=0.69 cores=5,7
/proc/5085/stat : 5085 (strangenight2-s) R 5083 5085 4084 0 -1 4202496 2293 0 0 0 69 0 0 0 25 0 1 0 446962855 34897920 1947 33554432000 4194304 4627331 140734742461888 18446744073709551615 4309168 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5085/statm: 8520 1947 373 106 0 3491 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34080

[startup+1.5001 s]
/proc/loadavg: 3.16 3.86 3.71 5/190 5106
/proc/meminfo: memFree=13771132/32951124 swapFree=67111528/67111528
[pid=5085] ppid=5083 vsize=35560 CPUtime=1.49 cores=5,7
/proc/5085/stat : 5085 (strangenight2-s) R 5083 5085 4084 0 -1 4202496 3076 0 0 0 149 0 0 0 25 0 1 0 446962855 36413440 2015 33554432000 4194304 4627331 140734742461888 18446744073709551615 4309033 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5085/statm: 8890 2015 373 106 0 3861 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35560

[startup+3.10082 s]
/proc/loadavg: 3.23 3.87 3.72 5/190 5106
/proc/meminfo: memFree=13757244/32951124 swapFree=67111528/67111528
[pid=5085] ppid=5083 vsize=40944 CPUtime=3.08 cores=5,7
/proc/5085/stat : 5085 (strangenight2-s) R 5083 5085 4084 0 -1 4202496 5230 0 0 0 308 0 0 0 25 0 1 0 446962855 41926656 3299 33554432000 4194304 4627331 140734742461888 18446744073709551615 4309068 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5085/statm: 10236 3299 378 106 0 5207 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 40944

[startup+6.30025 s]
/proc/loadavg: 3.23 3.87 3.72 5/190 5106
/proc/meminfo: memFree=13737016/32951124 swapFree=67111528/67111528
[pid=5085] ppid=5083 vsize=44508 CPUtime=6.28 cores=5,7
/proc/5085/stat : 5085 (strangenight2-s) R 5083 5085 4084 0 -1 4202496 7655 0 0 0 628 0 0 0 25 0 1 0 446962855 45576192 4117 33554432000 4194304 4627331 140734742461888 18446744073709551615 4309068 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5085/statm: 11127 4117 378 106 0 6098 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 44508

[startup+12.7011 s]
/proc/loadavg: 3.35 3.87 3.72 5/190 5107
/proc/meminfo: memFree=13730564/32951124 swapFree=67111528/67111528
[pid=5085] ppid=5083 vsize=46176 CPUtime=12.69 cores=5,7
/proc/5085/stat : 5085 (strangenight2-s) R 5083 5085 4084 0 -1 4202496 11330 0 0 0 1268 1 0 0 25 0 1 0 446962855 47284224 4614 33554432000 4194304 4627331 140734742461888 18446744073709551615 4309077 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5085/statm: 11544 4614 378 106 0 6515 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 46176

[startup+25.5008 s]
/proc/loadavg: 3.45 3.87 3.72 5/190 5107
/proc/meminfo: memFree=13716724/32951124 swapFree=67111528/67111528
[pid=5085] ppid=5083 vsize=48560 CPUtime=25.48 cores=5,7
/proc/5085/stat : 5085 (strangenight2-s) R 5083 5085 4084 0 -1 4202496 17709 0 0 0 2546 2 0 0 25 0 1 0 446962855 49725440 5207 33554432000 4194304 4627331 140734742461888 18446744073709551615 4327520 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5085/statm: 12140 5207 378 106 0 7111 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 48560

[startup+51.1002 s]
/proc/loadavg: 3.63 3.88 3.73 5/190 5108
/proc/meminfo: memFree=13701560/32951124 swapFree=67111528/67111528
[pid=5085] ppid=5083 vsize=52816 CPUtime=51.08 cores=5,7
/proc/5085/stat : 5085 (strangenight2-s) R 5083 5085 4084 0 -1 4202496 28407 0 0 0 5104 4 0 0 25 0 1 0 446962855 54083584 6359 33554432000 4194304 4627331 140734742461888 18446744073709551615 4309540 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5085/statm: 13204 6359 378 106 0 8175 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 52816

[startup+102.301 s]
/proc/loadavg: 3.85 3.90 3.74 5/190 5109
/proc/meminfo: memFree=13659384/32951124 swapFree=67111528/67111528
[pid=5085] ppid=5083 vsize=63228 CPUtime=102.29 cores=5,7
/proc/5085/stat : 5085 (strangenight2-s) R 5083 5085 4084 0 -1 4202496 47678 0 0 0 10221 8 0 0 25 0 1 0 446962855 64745472 9013 33554432000 4194304 4627331 140734742461888 18446744073709551615 4309057 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5085/statm: 15807 9013 378 106 0 10778 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 63228

[startup+162.3 s]
/proc/loadavg: 3.94 3.91 3.75 6/190 5111
/proc/meminfo: memFree=13638004/32951124 swapFree=67111528/67111528
[pid=5085] ppid=5083 vsize=65784 CPUtime=162.29 cores=5,7
/proc/5085/stat : 5085 (strangenight2-s) R 5083 5085 4084 0 -1 4202496 65379 0 0 0 16216 13 0 0 25 0 1 0 446962855 67362816 9847 33554432000 4194304 4627331 140734742461888 18446744073709551615 4309128 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5085/statm: 16446 9847 378 106 0 11417 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 65784

[startup+222.307 s]
/proc/loadavg: 3.98 3.93 3.76 5/190 5121
/proc/meminfo: memFree=13600592/32951124 swapFree=67111528/67111528
[pid=5085] ppid=5083 vsize=77164 CPUtime=222.29 cores=5,7
/proc/5085/stat : 5085 (strangenight2-s) R 5083 5085 4084 0 -1 4202496 82970 0 0 0 22212 17 0 0 25 0 1 0 446962855 79015936 11880 33554432000 4194304 4627331 140734742461888 18446744073709551615 4309245 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5085/statm: 19291 11880 378 106 0 14262 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 77164

[startup+282.301 s]
/proc/loadavg: 4.05 3.95 3.78 5/190 5123
/proc/meminfo: memFree=13579204/32951124 swapFree=67111528/67111528
[pid=5085] ppid=5083 vsize=78932 CPUtime=282.29 cores=5,7
/proc/5085/stat : 5085 (strangenight2-s) R 5083 5085 4084 0 -1 4202496 96718 0 0 0 28208 21 0 0 25 0 1 0 446962855 80826368 12634 33554432000 4194304 4627331 140734742461888 18446744073709551615 4305850 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5085/statm: 19733 12634 378 106 0 14704 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 78932

[startup+342.3 s]
/proc/loadavg: 4.13 3.99 3.80 5/190 5124
/proc/meminfo: memFree=13570240/32951124 swapFree=67111528/67111528
[pid=5085] ppid=5083 vsize=83868 CPUtime=342.29 cores=5,7
/proc/5085/stat : 5085 (strangenight2-s) R 5083 5085 4084 0 -1 4202496 110210 0 0 0 34205 24 0 0 25 0 1 0 446962855 85880832 14496 33554432000 4194304 4627331 140734742461888 18446744073709551615 4308367 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5085/statm: 20967 14496 378 106 0 15938 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 83868

[startup+402.3 s]
/proc/loadavg: 4.09 4.00 3.82 5/190 5126
/proc/meminfo: memFree=13530020/32951124 swapFree=67111528/67111528
[pid=5085] ppid=5083 vsize=98304 CPUtime=402.29 cores=5,7
/proc/5085/stat : 5085 (strangenight2-s) R 5083 5085 4084 0 -1 4202496 125001 0 0 0 40202 27 0 0 25 0 1 0 446962855 100663296 16709 33554432000 4194304 4627331 140734742461888 18446744073709551615 4309315 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5085/statm: 24576 16709 378 106 0 19547 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 98304

[startup+462.301 s]
/proc/loadavg: 4.03 4.00 3.82 5/190 5155
/proc/meminfo: memFree=13568224/32951124 swapFree=67111528/67111528
[pid=5085] ppid=5083 vsize=98492 CPUtime=462.29 cores=5,7
/proc/5085/stat : 5085 (strangenight2-s) R 5083 5085 4084 0 -1 4202496 136721 0 0 0 46198 31 0 0 25 0 1 0 446962855 100855808 18131 33554432000 4194304 4627331 140734742461888 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5085/statm: 24623 18131 378 106 0 19594 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 98492

[startup+522.301 s]
/proc/loadavg: 4.01 4.00 3.83 5/190 5156
/proc/meminfo: memFree=13559788/32951124 swapFree=67111528/67111528
[pid=5085] ppid=5083 vsize=99076 CPUtime=522.29 cores=5,7
/proc/5085/stat : 5085 (strangenight2-s) R 5083 5085 4084 0 -1 4202496 147800 0 0 0 52195 34 0 0 25 0 1 0 446962855 101453824 18084 33554432000 4194304 4627331 140734742461888 18446744073709551615 4309043 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5085/statm: 24769 18084 378 106 0 19740 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 99076

[startup+582.3 s]
/proc/loadavg: 4.00 4.00 3.84 5/190 5158
/proc/meminfo: memFree=13527480/32951124 swapFree=67111528/67111528
[pid=5085] ppid=5083 vsize=99436 CPUtime=582.29 cores=5,7
/proc/5085/stat : 5085 (strangenight2-s) R 5083 5085 4084 0 -1 4202496 159089 0 0 0 58192 37 0 0 25 0 1 0 446962855 101822464 18026 33554432000 4194304 4627331 140734742461888 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5085/statm: 24859 18026 378 106 0 19830 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 99436

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.84 5/190 5159
/proc/meminfo: memFree=13526228/32951124 swapFree=67111528/67111528
[pid=5085] ppid=5083 vsize=99624 CPUtime=642.28 cores=5,7
/proc/5085/stat : 5085 (strangenight2-s) R 5083 5085 4084 0 -1 4202496 170452 0 0 0 64189 39 0 0 25 0 1 0 446962855 102014976 17737 33554432000 4194304 4627331 140734742461888 18446744073709551615 4420147 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5085/statm: 24906 17737 378 106 0 19877 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 99624

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.85 5/190 5161
/proc/meminfo: memFree=13503620/32951124 swapFree=67111528/67111528
[pid=5085] ppid=5083 vsize=99860 CPUtime=702.29 cores=5,7
/proc/5085/stat : 5085 (strangenight2-s) R 5083 5085 4084 0 -1 4202496 180315 0 0 0 70186 43 0 0 25 0 1 0 446962855 102256640 18285 33554432000 4194304 4627331 140734742461888 18446744073709551615 4309212 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5085/statm: 24965 18285 378 106 0 19936 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 99860

[startup+762.301 s]
/proc/loadavg: 4.00 4.00 3.85 5/190 5163
/proc/meminfo: memFree=13480752/32951124 swapFree=67111528/67111528
[pid=5085] ppid=5083 vsize=113840 CPUtime=762.29 cores=5,7
/proc/5085/stat : 5085 (strangenight2-s) R 5083 5085 4084 0 -1 4202496 189643 0 0 0 76185 44 0 0 25 0 1 0 446962855 116572160 21457 33554432000 4194304 4627331 140734742461888 18446744073709551615 4309873 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5085/statm: 28460 21457 378 106 0 23431 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 113840

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.86 5/190 5164
/proc/meminfo: memFree=13472668/32951124 swapFree=67111528/67111528
[pid=5085] ppid=5083 vsize=126748 CPUtime=822.28 cores=5,7
/proc/5085/stat : 5085 (strangenight2-s) R 5083 5085 4084 0 -1 4202496 196753 0 0 0 82182 46 0 0 25 0 1 0 446962855 129789952 25464 33554432000 4194304 4627331 140734742461888 18446744073709551615 4420136 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5085/statm: 31687 25464 378 106 0 26658 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 126748

[startup+882.307 s]
/proc/loadavg: 4.10 4.03 3.88 5/190 5166
/proc/meminfo: memFree=13455180/32951124 swapFree=67111528/67111528
[pid=5085] ppid=5083 vsize=126748 CPUtime=882.3 cores=5,7
/proc/5085/stat : 5085 (strangenight2-s) R 5083 5085 4084 0 -1 4202496 201114 0 0 0 88182 48 0 0 25 0 1 0 446962855 129789952 26597 33554432000 4194304 4627331 140734742461888 18446744073709551615 4324309 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5085/statm: 31687 26597 378 106 0 26658 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 126748

[startup+942.301 s]
/proc/loadavg: 4.09 4.04 3.89 5/190 5167
/proc/meminfo: memFree=13435684/32951124 swapFree=67111528/67111528
[pid=5085] ppid=5083 vsize=142320 CPUtime=942.29 cores=5,7
/proc/5085/stat : 5085 (strangenight2-s) R 5083 5085 4084 0 -1 4202496 207375 0 0 0 94180 49 0 0 25 0 1 0 446962855 145735680 29568 33554432000 4194304 4627331 140734742461888 18446744073709551615 4302272 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5085/statm: 35580 29568 378 106 0 30551 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 142320

[startup+1002.3 s]
/proc/loadavg: 4.03 4.03 3.89 5/190 5169
/proc/meminfo: memFree=13442112/32951124 swapFree=67111528/67111528
[pid=5085] ppid=5083 vsize=126748 CPUtime=1002.29 cores=5,7
/proc/5085/stat : 5085 (strangenight2-s) R 5083 5085 4084 0 -1 4202496 211441 0 0 0 100178 51 0 0 25 0 1 0 446962855 129789952 26597 33554432000 4194304 4627331 140734742461888 18446744073709551615 4309562 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5085/statm: 31687 26597 378 106 0 26658 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 126748

[startup+1062.3 s]
/proc/loadavg: 4.01 4.02 3.90 5/190 5171
/proc/meminfo: memFree=13432656/32951124 swapFree=67111528/67111528
[pid=5085] ppid=5083 vsize=126748 CPUtime=1062.29 cores=5,7
/proc/5085/stat : 5085 (strangenight2-s) R 5083 5085 4084 0 -1 4202496 215382 0 0 0 106177 52 0 0 25 0 1 0 446962855 129789952 26616 33554432000 4194304 4627331 140734742461888 18446744073709551615 4309247 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5085/statm: 31687 26616 378 106 0 26658 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 126748

[startup+1122.3 s]
/proc/loadavg: 4.00 4.02 3.91 5/190 5172
/proc/meminfo: memFree=13410064/32951124 swapFree=67111528/67111528
[pid=5085] ppid=5083 vsize=138336 CPUtime=1122.29 cores=5,7
/proc/5085/stat : 5085 (strangenight2-s) R 5083 5085 4084 0 -1 4202496 220107 0 0 0 112175 54 0 0 25 0 1 0 446962855 141656064 27874 33554432000 4194304 4627331 140734742461888 18446744073709551615 4309163 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5085/statm: 34584 27874 378 106 0 29555 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 138336

[startup+1182.3 s]
/proc/loadavg: 4.00 4.01 3.91 5/190 5174
/proc/meminfo: memFree=13408544/32951124 swapFree=67111528/67111528
[pid=5085] ppid=5083 vsize=138336 CPUtime=1182.3 cores=5,7
/proc/5085/stat : 5085 (strangenight2-s) R 5083 5085 4084 0 -1 4202496 221833 0 0 0 118175 55 0 0 25 0 1 0 446962855 141656064 29527 33554432000 4194304 4627331 140734742461888 18446744073709551615 4309315 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5085/statm: 34584 29527 378 106 0 29555 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 138336

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 5175
/proc/meminfo: memFree=13414856/32951124 swapFree=67111528/67111528
[pid=5085] ppid=5083 vsize=128708 CPUtime=1242.29 cores=5,7
/proc/5085/stat : 5085 (strangenight2-s) R 5083 5085 4084 0 -1 4202496 229247 0 0 0 124172 57 0 0 25 0 1 0 446962855 131796992 25466 33554432000 4194304 4627331 140734742461888 18446744073709551615 4420162 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5085/statm: 32177 25466 378 106 0 27148 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 128708



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 5177
/proc/meminfo: memFree=13410128/32951124 swapFree=67111528/67111528
[pid=5085] ppid=5083 vsize=128940 CPUtime=1300 cores=5,7
/proc/5085/stat : 5085 (strangenight2-s) R 5083 5085 4084 0 -1 4202496 236850 0 0 0 129940 60 0 0 25 0 1 0 446962855 132034560 25247 33554432000 4194304 4627331 140734742461888 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5085/statm: 32235 25247 378 106 0 27206 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 128940

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 5177
/proc/meminfo: memFree=13410128/32951124 swapFree=67111528/67111528
[pid=5085] ppid=5083 vsize=128940 CPUtime=1300 cores=5,7
/proc/5085/stat : 5085 (strangenight2-s) R 5083 5085 4084 0 -1 4202496 236850 0 0 0 129940 60 0 0 25 0 1 0 446962855 132034560 25247 33554432000 4194304 4627331 140734742461888 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5085/statm: 32235 25247 378 106 0 27206 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 128940

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.02
CPU user time (s): 1299.41
CPU system time (s): 0.608907
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 209056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.41
system time used= 0.608907
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 236850
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13
involuntary context switches= 1817

runsolver used 2.09068 second user time and 5.03623 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-23 09:57:46
IDJOB=3262288
IDBENCH=83292
IDSOLVER=1587
FILE ID=node146/3262288-1303545466
RUNJOBID= node146-1303545466-5066
PBS_JOBID= 13143092
Free space on /tmp= 72564 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-20_390.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262288-1303545466/watcher-3262288-1303545466 -o /tmp/evaluation-result-3262288-1303545466/solver-3262288-1303545466 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3262288-1303545466.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 9f9afdb81b528e7852015fad23de6353
RANDOM SEED=1269040428

node146.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13809824 kB
Buffers:       2065840 kB
Cached:       16483000 kB
SwapCached:          0 kB
Active:        9553108 kB
Inactive:      9059420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13809824 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           17288 kB
Writeback:           0 kB
AnonPages:       63616 kB
Mapped:          14492 kB
Slab:           465764 kB
PageTables:       4340 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189012 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72540 MiB
End job on node146 at 2011-04-23 10:19:28