Trace number 3257536

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.07 1300.01

General information on the benchmark

NameCRAFTED/modcircuits/
mod4block_3vars_7gates.cnf
MD5SUMcc925e6de728ca79f6f89379842f14b0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables574
Number of clauses118394
Sum of the clauses size692282
Maximum clause length24
Minimum clause length1
Number of clauses of size 1160
Number of clauses of size 21597
Number of clauses of size 30
Number of clauses of size 41923
Number of clauses of size 57170
Number of clauses of size over 5107544

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-3257536-1303469839.cnf'
0.00/0.00	c -- header says num vars:            574
0.00/0.00	c -- header says num clauses:      118394
0.01/0.04	c -- clauses added:            0 learnts,       118394 normals,            0 xors
0.01/0.04	c -- vars added        574
0.01/0.04	c Parsing time:  0.04 s
0.01/0.04	c  N st     0         0       574    116637      1597         0    692122         0   no data   no data
0.29/0.33	c asymm  cl-useful: 469/11962/60637 lits-rem:469 time: 0.07
0.29/0.34	c Flit:    16 Blit:     15 bXBeca:    0 bXProp:   17 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
0.29/0.38	c Replacing       17 vars Replaced     6672 lits Time:     0.01 s 
0.29/0.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.29/0.39	c bin-w-bin subsume rem          313 bins  time:  0.00 s
0.39/0.48	c subs with bin:    16868  lits-rem:         0  v-fix:    0  time:  0.09 s
0.39/0.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    366 time:  0.00 s
0.39/0.48	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.48/0.54	c lits-rem:        36  cl-subs:      549  v-elim:     48  v-fix:    0  time:  0.06 s
0.48/0.54	c Finding binary XORs  T:     0.00 s  found:       0
0.48/0.55	c Finding non-binary XORs:     0.02 s (found:       0, avg size: nan)
0.48/0.55	c calculated reachability. Time: 0.00
0.48/0.55	c Calc default polars -  time:   0.00 s pos:      77 undec:     330 neg:     167
0.48/0.55	c =========================================================================================
0.48/0.55	c types(t): F = full restart, N = normal restart
0.48/0.55	c types(t): S = simplification begin/end, E = solution found
0.48/0.55	c restart types(rt): st = static, dy = dynamic
0.48/0.55	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.48/0.55	c  B st     0         0       318     25583       778         0    151188         0   no data   no data
0.58/0.65	c  N dy    16      4055       313     25583       794      3916    151144     57541      7.93     10.08
0.69/0.78	c  N dy    38      8477       312     25581       634      8147    150731    123162      8.10      8.53
0.89/0.92	c  N dy    58     12543       312     25581       641     12061    150704    183145      8.01      8.54
0.99/1.09	c  N dy    81     16675       311     25581       647     16055    150669    244293      7.92      8.36
1.19/1.23	c Finding binary XORs  T:     0.00 s  found:       1
1.19/1.29	c  N dy   106     20747       311     25581       566     10335    150483    100276      8.00      8.44
1.38/1.46	c  N dy   134     24758       311     25581       568     14222    150470    164374      8.12     11.12
1.38/1.48	c  F st   137     25002       311     25581       568     14458    150466    168005      8.13   no data
1.38/1.48	c Replacing        1 vars Replaced     2579 lits Time:     0.00 s 
1.68/1.73	c  N dy   143     30001       310     25561       566     19254    150345    264645      8.13   no data
1.68/1.73	c  S st   143     30001       310     25561       566     19254    150345    264645      8.13   no data
1.68/1.76	c  S st   143     30505       310     25561       566     19735    150342    270676      8.13   no data
1.68/1.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.68/1.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    157 BRemL:    123 BRemN:      0 P:  0.8M T:  0.01
1.68/1.78	c blocked clauses removed:        1 vars:      2 tried:         310 T: 0.00 s
1.68/1.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.68/1.79	c subs with bin:       73  lits-rem:      6628  v-fix:    0  time:  0.01 s
1.68/1.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    308 time:  0.00 s
1.68/1.79	c Removed useless bin:      31  fixed:     0  props:   0.00M  time:  0.00 s
1.78/1.83	c lits-rem:      6624  cl-subs:      160  v-elim:      0  v-fix:    0  time:  0.04 s
1.78/1.85	c subs with bin:       16  lits-rem:      1267  v-fix:    0  time:  0.02 s
2.19/2.26	c lits-rem:      5221  cl-subs:     1507  v-elim:      0  v-fix:    0  time:  0.41 s
2.38/2.45	c asymm  cl-useful: 22/13204/25166 lits-rem:25 time: 0.19
2.38/2.45	c calculated reachability. Time: 0.00
2.38/2.45	c  N dy   143     30505       308     25165       581     18373    135128    249874      8.13   no data
2.38/2.45	c Finding binary XORs  T:     0.00 s  found:       0
2.68/2.71	c  N dy   158     34594       307     25165       585     22343    135121    325022      8.11     13.34
3.08/3.10	c  N dy   183     40424       306     25165       596     27960    135116    424652      8.11      8.70
3.39/3.41	c  N dy   214     44564       306     25165       596     17087    135112    173817      8.22      8.71
3.39/3.49	c  S st   226     45760       306     25165       597     18246    135110    194093      8.26   no data
3.49/3.52	c  S st   226     46260       306     25165       597     18739    135109    201226      8.26   no data
3.49/3.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.49/3.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      5 BRemN:      4 P:  0.7M T:  0.01
3.49/3.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.49/3.54	c bin-w-bin subsume rem            6 bins  time:  0.00 s
3.49/3.54	c subs with bin:        7  lits-rem:         0  v-fix:    0  time:  0.00 s
3.49/3.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    306 time:  0.00 s
3.49/3.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.49/3.55	c lits-rem:        10  cl-subs:       72  v-elim:      0  v-fix:    0  time:  0.01 s
3.49/3.56	c subs with bin:       19  lits-rem:         9  v-fix:    0  time:  0.01 s
3.59/3.64	c lits-rem:       929  cl-subs:      339  v-elim:      0  v-fix:    0  time:  0.08 s
3.59/3.65	c vivif2 --  cl tried    24589 cl shrink        0 lits rem          0 time: 0.00
3.59/3.65	c vivif2 --  cl tried    18053 cl shrink      170 lits rem        396 time: 0.00
3.89/3.91	c asymm  cl-useful: 177/15712/24589 lits-rem:183 time: 0.26
3.89/3.91	c calculated reachability. Time: 0.00
3.89/3.91	c  N dy   226     46260       306     24589       521     18053    132088    193852      8.26   no data
4.09/4.19	c  N dy   263     50298       306     24589       524     21981    132084    268206      8.39     10.79
4.19/4.22	c Finding binary XORs  T:     0.00 s  found:       0
4.40/4.45	c  N dy   293     54312       306     24589       524     25919    132082    337128      8.44      8.91
4.69/4.76	c  N dy   320     58320       306     24589       524     29784    132081    407861      8.51     10.78
5.09/5.10	c  N dy   354     62335       306     24589       524     33689    132081    478398      8.62      9.40
5.39/5.50	c  N dy   380     66914       306     24589       525     20134    132074    187070      8.66      9.12
5.59/5.67	c  S st   401     69390       306     24589       525     22544    132071    231480      8.71   no data
5.69/5.71	c  S st   401     69893       306     24589       525     23036    132068    238133      8.71   no data
5.69/5.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.69/5.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     19 BRemL:     17 BRemN:      0 P:  0.8M T:  0.01
5.69/5.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
5.69/5.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.69/5.73	c subs with bin:        9  lits-rem:         1  v-fix:    0  time:  0.00 s
5.69/5.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    306 time:  0.00 s
5.69/5.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.69/5.74	c lits-rem:        24  cl-subs:       17  v-elim:      0  v-fix:    0  time:  0.01 s
5.69/5.75	c subs with bin:       70  lits-rem:        20  v-fix:    0  time:  0.01 s
5.79/5.88	c lits-rem:      1333  cl-subs:      789  v-elim:      0  v-fix:    0  time:  0.12 s
5.79/5.88	c vivif2 --  cl tried    24377 cl shrink       53 lits rem         53 time: 0.00
5.79/5.88	c vivif2 --  cl tried    22363 cl shrink      138 lits rem        237 time: 0.00
5.99/6.06	c asymm  cl-useful: 98/8665/24377 lits-rem:201 time: 0.17
5.99/6.06	c calculated reachability. Time: 0.00
5.99/6.06	c  N dy   401     69893       306     24341       564     22363    130522    230120      8.71   no data
5.99/6.06	c Finding binary XORs  T:     0.00 s  found:       1
6.39/6.41	c  N dy   424     74378       306     24341       565     26703    130522    312390      8.75      9.93
6.69/6.79	c  N dy   456     79199       306     24341       565     31342    130521    393537      8.81      9.34
7.18/7.28	c  N dy   498     84721       306     24341       565     36709    130517    491379      8.88      9.39
7.48/7.54	c  F st   515     87500       306     24341       565     39394    130516    536862      8.90   no data
7.48/7.55	c Replacing        1 vars Replaced     1244 lits Time:     0.00 s 
7.78/7.85	c  N st   520     90796       305     24337       560     22435    130493    208690      8.90   no data
8.28/8.32	c  N dy   541     96644       305     24337       560     28060    130493    317110      8.91      9.54
8.88/8.99	c  N dy   565    104016       305     24337       560     35132    130492    434063      8.89      9.42
8.98/9.05	c  S st   574    104839       305     24337       560     35945    130492    450689      8.90   no data
9.09/9.11	c  S st   574    105343       305     24337       561     36436    130490    458239      8.90   no data
9.09/9.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.09/9.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      3 BRemL:      0 BRemN:      0 P:  1.0M T:  0.01
9.09/9.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.09/9.13	c bin-w-bin subsume rem           29 bins  time:  0.00 s
9.09/9.13	c subs with bin:       68  lits-rem:         5  v-fix:    0  time:  0.00 s
9.09/9.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    305 time:  0.00 s
9.09/9.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.09/9.16	c lits-rem:        19  cl-subs:      185  v-elim:      0  v-fix:    0  time:  0.03 s
9.09/9.19	c subs with bin:       22  lits-rem:        43  v-fix:    0  time:  0.01 s
9.59/9.65	c lits-rem:      2496  cl-subs:     1755  v-elim:      0  v-fix:    0  time:  0.46 s
9.59/9.65	c vivif2 --  cl tried    24044 cl shrink        0 lits rem          0 time: 0.00
9.59/9.66	c vivif2 --  cl tried    34699 cl shrink      371 lits rem        531 time: 0.01
9.80/9.81	c asymm  cl-useful: 45/3888/24044 lits-rem:53 time: 0.15
9.80/9.82	c calculated reachability. Time: 0.00
9.80/9.82	c  N dy   574    105343       305     24044       535     34699    129064    433718      8.90   no data
10.49/10.55	c  N dy   623    112520       305     24044       535     41638    129064    561901      8.97      9.47
11.19/11.25	c  N dy   678    120236       305     24044       535     27573    129063    269330      9.05      9.64
11.59/11.60	c Finding binary XORs  T:     0.00 s  found:       0
11.99/12.00	c  N dy   716    128825       305     24044       535     35836    129062    417829      9.06      9.67
12.79/12.84	c  N dy   766    137098       305     24044       535     43848    129062    561952      9.11     11.24
13.59/13.63	c  N dy   808    145870       305     24044       535     29466    129061    295153      9.12      9.78
14.39/14.45	c  N dy   855    155320       305     24044       535     38531    129060    453638      9.14      9.75
14.69/14.70	c  S st   871    158014       305     24044       535     41092    129060    502792      9.14   no data
14.69/14.76	c  S st   871    158514       305     24044       535     41586    129060    510631      9.14   no data
14.69/14.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.69/14.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      3 BRemL:      0 BRemN:      0 P:  1.1M T:  0.02
14.69/14.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.69/14.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.69/14.78	c subs with bin:        0  lits-rem:         6  v-fix:    0  time:  0.00 s
14.69/14.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    305 time:  0.00 s
14.69/14.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.69/14.79	c lits-rem:         3  cl-subs:        5  v-elim:      0  v-fix:    0  time:  0.01 s
14.78/14.82	c subs with bin:        0  lits-rem:         1  v-fix:    0  time:  0.02 s
15.39/15.47	c lits-rem:      2888  cl-subs:     2207  v-elim:      0  v-fix:    0  time:  0.64 s
15.39/15.47	c vivif2 --  cl tried    23993 cl shrink        0 lits rem          0 time: 0.00
15.39/15.48	c vivif2 --  cl tried    39425 cl shrink      541 lits rem        870 time: 0.01
15.58/15.62	c asymm  cl-useful: 49/5484/23993 lits-rem:51 time: 0.14
15.58/15.62	c calculated reachability. Time: 0.00
15.58/15.62	c  N dy   871    158514       305     23993       538     39425    128754    481300      9.14   no data
16.69/16.73	c  N dy   936    168969       305     23993       538     25526    128754    206611      9.20      9.77
17.79/17.80	c  N dy  1014    180684       305     23993       539     36853    128754    418397      9.26      9.77
18.39/18.45	c Finding binary XORs  T:     0.00 s  found:       0
18.99/19.05	c  N dy  1075    192922       305     23993       540     48734    128754    651698      9.28      9.84
20.19/20.21	c  N dy  1114    205562       305     23993       540     35995    128754    397811      9.22      9.71
21.59/21.65	c  N dy  1213    218760       305     23993       540     48819    128753    636742      9.30     10.72
22.99/23.06	c  N dy  1306    232766       305     23993       540     36228    128753    374344      9.35     14.67
23.49/23.55	c  S st  1329    237772       305     23993       540     41040    128753    469337      9.35      8.16
23.59/23.62	c  S st  1329    238273       305     23993       540     41536    128752    476616      9.35   no data
23.59/23.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.59/23.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      7 BRemN:      0 P:  1.1M T:  0.02
23.59/23.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23.59/23.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.59/23.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.59/23.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    305 time:  0.00 s
23.59/23.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
23.59/23.65	c lits-rem:         1  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.01 s
23.59/23.68	c subs with bin:       28  lits-rem:         4  v-fix:    0  time:  0.02 s
24.09/24.10	c lits-rem:      2108  cl-subs:     1710  v-elim:      0  v-fix:    0  time:  0.42 s
24.09/24.11	c vivif2 --  cl tried    23959 cl shrink        0 lits rem          0 time: 0.00
24.09/24.12	c vivif2 --  cl tried    39830 cl shrink      356 lits rem        651 time: 0.01
24.19/24.26	c asymm  cl-useful: 17/3653/23959 lits-rem:17 time: 0.14
24.19/24.26	c calculated reachability. Time: 0.00
24.19/24.26	c  N dy  1329    238273       305     23959       533     39830    128535    453022      9.35   no data
25.89/25.96	c  N dy  1416    253519       305     23959       533     27589    128535    205452      9.38     12.19
27.39/27.47	c  N dy  1511    269789       305     23959       533     43347    128535    489202      9.42      9.95
29.38/29.46	c  N dy  1619    287083       305     23959       534     32019    128534    273770      9.44     10.04
31.39/31.46	c  N dy  1716    305618       305     23959       534     49684    128532    574274      9.46      9.97
31.49/31.53	c  F st  1722    306252       305     23959       534     50304    128532    586237      9.46   no data
33.49/33.58	c  N dy  1812    325208       305     23959       534     39595    128528    397714      9.51     12.99
35.89/35.95	c  N dy  1942    345209       305     23959       534     58958    128527    761992      9.55     10.13
37.19/37.20	c  S st  2006    357411       305     23959       534     40902    128524    406335      9.55      5.10
37.19/37.26	c  S st  2006    357915       305     23959       534     41399    128523    414111      9.55   no data
37.19/37.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
37.19/37.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.02
37.19/37.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
37.19/37.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
37.19/37.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.19/37.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    305 time:  0.00 s
37.19/37.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
37.19/37.30	c lits-rem:        11  cl-subs:       17  v-elim:      0  v-fix:    0  time:  0.01 s
37.29/37.32	c subs with bin:        4  lits-rem:         2  v-fix:    0  time:  0.01 s
37.59/37.62	c lits-rem:      1818  cl-subs:     1223  v-elim:      0  v-fix:    0  time:  0.30 s
37.59/37.62	c vivif2 --  cl tried    23913 cl shrink        0 lits rem          0 time: 0.00
37.59/37.63	c vivif2 --  cl tried    40201 cl shrink      261 lits rem        363 time: 0.01
37.69/37.77	c asymm  cl-useful: 24/3552/23913 lits-rem:24 time: 0.14
37.69/37.77	c calculated reachability. Time: 0.00
37.69/37.77	c  N dy  2006    357915       305     23913       534     40201    128284    396773      9.55   no data
40.08/40.16	c  N dy  2121    377939       305     23913       534     59393    128283    740415      9.57     10.87
42.49/42.52	c  N dy  2233    398950       305     23913       535     48905    128283    552410      9.59     10.12
44.89/44.95	c  N dy  2333    419016       305     23913       535     36435    128282    311984      9.59     12.42
47.09/47.16	c  N dy  2414    439022       305     23913       535     55726    128281    667650      9.57     10.12
49.69/49.75	c  N dy  2525    459208       305     23913       535     42459    128280    414153      9.59     10.29
52.19/52.27	c  N dy  2626    479649       305     23913       535     62002    128279    770720      9.60     10.15
54.69/54.76	c  N dy  2726    499682       305     23913       535     47662    128279    485039      9.61     10.85
57.39/57.48	c  N dy  2854    519772       305     23913       535     67019    128278    847490      9.63     12.43
59.48/59.59	c  S st  2966    536872       305     23913       535     48863    128278    507483      9.65   no data
59.58/59.66	c  S st  2966    537373       305     23913       535     49355    128277    515881      9.65   no data
59.58/59.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
59.58/59.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P:  1.2M T:  0.02
59.58/59.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
59.58/59.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
59.58/59.69	c subs with bin:       51  lits-rem:        11  v-fix:    0  time:  0.00 s
59.58/59.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    305 time:  0.00 s
59.58/59.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
59.68/59.70	c lits-rem:         9  cl-subs:       14  v-elim:      0  v-fix:    0  time:  0.01 s
59.68/59.73	c subs with bin:        7  lits-rem:        18  v-fix:    0  time:  0.01 s
60.18/60.24	c lits-rem:      2800  cl-subs:     1939  v-elim:      0  v-fix:    0  time:  0.51 s
60.18/60.24	c vivif2 --  cl tried    23779 cl shrink        0 lits rem          0 time: 0.00
60.18/60.25	c vivif2 --  cl tried    47478 cl shrink      538 lits rem        972 time: 0.01
60.39/60.41	c asymm  cl-useful: 40/2415/23779 lits-rem:40 time: 0.15
60.39/60.41	c calculated reachability. Time: 0.00
60.39/60.41	c  N dy  2966    537373       305     23779       536     47478    127484    490636      9.65   no data
62.99/63.07	c  N dy  3083    557510       305     23779       536     66675    127484    825768      9.67     10.26
65.59/65.61	c  N dy  3192    577599       305     23779       536     50515    127484    527965      9.67     10.99
68.29/68.37	c  N dy  3299    597635       305     23779       536     69772    127484    879985      9.69     10.26
70.79/70.80	c  N dy  3376    617646       305     23779       537     52569    127484    558107      9.68     10.23
73.59/73.64	c  N dy  3493    637669       305     23779       537     71729    127484    894947      9.70     13.21
76.29/76.31	c  N dy  3614    658022       305     23779       537     53798    127482    550802      9.72     10.42
77.39/77.45	c Finding binary XORs  T:     0.00 s  found:       0
79.29/79.35	c  N dy  3701    679577       305     23779       538     74359    127482    903086      9.71     10.27
81.99/82.08	c  N dy  3808    699779       305     23779       538     55376    127481    563820      9.72     10.31
85.09/85.17	c  N dy  3954    720718       305     23779       538     75490    127481    923587      9.74     10.33
87.79/87.87	c  N dy  4044    740789       305     23779       538     55430    127481    562264      9.74     11.69
90.69/90.76	c  N dy  4149    760821       305     23779       538     74705    127481    916726      9.75     11.60
93.50/93.56	c  N dy  4248    780869       305     23779       538     53498    127481    506453      9.75     15.13
96.29/96.37	c  N dy  4296    802850       305     23779       538     74188    127481    833890      9.73     10.42
96.89/96.91	c  S st  4320    806059       305     23779       538     77288    127481    892993      9.74     11.58
96.99/97.00	c  S st  4320    806564       305     23779       538     77778    127481    900966      9.74   no data
96.99/97.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
96.99/97.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.03
96.99/97.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
96.99/97.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
96.99/97.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
96.99/97.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    305 time:  0.00 s
96.99/97.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
96.99/97.06	c lits-rem:        19  cl-subs:       24  v-elim:      0  v-fix:    0  time:  0.02 s
97.09/97.11	c subs with bin:       18  lits-rem:        32  v-fix:    0  time:  0.03 s
99.19/99.22	c lits-rem:      5865  cl-subs:     8195  v-elim:      0  v-fix:    0  time:  2.11 s
99.19/99.23	c vivif2 --  cl tried    23738 cl shrink        0 lits rem          0 time: 0.00
99.19/99.26	c vivif2 --  cl tried    69582 cl shrink     1219 lits rem       2640 time: 0.03
99.39/99.49	c asymm  cl-useful: 89/1735/23738 lits-rem:89 time: 0.23
99.39/99.49	c calculated reachability. Time: 0.00
99.39/99.49	c  N dy  4320    806564       305     23738       538     69582    127203    795776      9.74   no data
102.59/102.67	c  N dy  4399    826575       305     23738       538     47902    127203    430626      9.73     11.20
105.39/105.44	c  N dy  4492    846999       305     23738       538     67518    127203    796465      9.73     10.37
108.69/108.70	c  N dy  4556    867336       305     23738       539     44827    127203    350254      9.72     10.27
111.59/111.69	c  N dy  4670    888940       305     23738       539     65565    127203    732528      9.72     10.31
114.89/114.99	c  N dy  4755    909234       305     23738       539     84863    127203   1058520      9.72     10.24
117.79/117.84	c  N dy  4840    929506       305     23738       541     61120    127203    598516      9.72     10.29
120.89/120.99	c  N dy  4935    950490       305     23738       541     81107    127203    960444      9.72     10.25
124.10/124.12	c  N dy  5026    971638       305     23738       542     57530    127203    548918      9.72     10.23
127.20/127.21	c  N dy  5132    991699       305     23738       542     76828    127203    904186      9.72     11.68
128.30/128.36	c Finding binary XORs  T:     0.00 s  found:       0
130.50/130.56	c  N dy  5209   1011759       305     23738       543     51078    127203    419428      9.72     11.77
133.49/133.56	c  N dy  5316   1032368       305     23738       544     70836    127201    773385      9.73     10.39
136.99/137.09	c  N dy  5434   1052386       305     23738       544     90093    127201   1132745      9.74     12.37
139.99/140.08	c  F st  5552   1071875       305     23738       544     62951    127200    639569      9.75      9.24
140.09/140.17	c  N st  5554   1072501       305     23738       544     63552    127200    651009      9.75   no data
143.49/143.51	c  N dy  5639   1093275       305     23738       544     83570    127200   1030633      9.75     10.29
146.99/147.04	c  N dy  5750   1113916       305     23738       544     56379    127200    502007      9.76     10.29
150.10/150.18	c  N dy  5863   1133985       305     23738       545     75620    127199    846556      9.77     12.05
153.70/153.78	c  N dy  5935   1154082       305     23738       545     94570    127199   1157059      9.76     10.34
157.20/157.25	c  N dy  6046   1175703       305     23738       545     67442    127199    692467      9.77     10.37
160.69/160.77	c  N dy  6167   1195760       305     23738       545     86709    127199   1044745      9.78     11.62
163.60/163.64	c  S st  6232   1209846       305     23738       545     51352    127199    392234      9.78      7.17
163.70/163.72	c  S st  6232   1210354       305     23738       545     51854    127199    400525      9.78   no data
163.70/163.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
163.70/163.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.02
163.70/163.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
163.70/163.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
163.70/163.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
163.70/163.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    305 time:  0.00 s
163.70/163.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
163.70/163.76	c lits-rem:         1  cl-subs:      132  v-elim:      0  v-fix:    0  time:  0.01 s
163.70/163.78	c subs with bin:      387  lits-rem:        80  v-fix:    0  time:  0.01 s
163.90/163.99	c lits-rem:      1692  cl-subs:     1312  v-elim:      0  v-fix:    0  time:  0.21 s
163.90/163.99	c vivif2 --  cl tried    23600 cl shrink        0 lits rem          0 time: 0.00
164.00/164.01	c vivif2 --  cl tried    50161 cl shrink      190 lits rem        215 time: 0.01
164.10/164.15	c asymm  cl-useful: 50/1861/23600 lits-rem:50 time: 0.14
164.10/164.15	c calculated reachability. Time: 0.00
164.10/164.15	c  N dy  6232   1210354       305     23600       545     50161    126591    384840      9.78   no data
167.10/167.17	c  N dy  6348   1230402       305     23600       545     69515    126591    747029      9.79     10.46
170.79/170.88	c  N dy  6414   1250941       305     23600       546     88953    126590   1061036      9.78     10.50
174.49/174.58	c  N dy  6535   1270987       305     23600       546     58464    126590    520502      9.79     10.32
178.99/179.03	c  N dy  6642   1296956       305     23600       547     83232    126590    967595      9.79     10.31
182.39/182.44	c Finding binary XORs  T:     0.00 s  found:       0
183.30/183.31	c  N dy  6738   1317053       305     23600       548     51645    126590    381495      9.79     12.60
186.59/186.66	c  N dy  6846   1339904       305     23600       548     73625    126590    780877      9.79     10.32
190.39/190.49	c  N dy  6954   1359920       305     23600       549     92703    126590   1115797      9.80     14.09
194.19/194.21	c  N dy  7062   1379944       305     23600       549     60269    126590    527157      9.80     10.65
197.50/197.57	c  N dy  7147   1399999       305     23600       549     79372    126590    859058      9.80     10.64
201.60/201.61	c  N dy  7284   1420039       305     23600       549     98529    126590   1203830      9.81     10.42
205.29/205.34	c  N dy  7371   1440110       305     23600       549     65276    126590    634853      9.81     11.20
209.01/209.07	c  N dy  7514   1460526       305     23600       550     84931    126590   1004550      9.82     10.49
213.20/213.28	c  N dy  7638   1480588       305     23600       550    104254    126590   1362547      9.83     10.44
217.00/217.02	c  N dy  7733   1500681       305     23600       550     69673    126590    661567      9.83     12.30
220.69/220.73	c  N dy  7823   1520687       305     23600       550     88787    126590    995653      9.83     12.15
225.29/225.31	c  N dy  7913   1541406       305     23600       550    108575    126590   1348235      9.83     10.39
228.90/228.94	c  N dy  8014   1561723       305     23600       550     73405    126590    724132      9.83     10.49
232.60/232.67	c  N dy  8115   1581800       305     23600       551     92442    126590   1052460      9.84     10.39
237.19/237.22	c  N dy  8223   1601809       305     23600       551     56200    126590    412262      9.84     13.18
240.69/240.75	c  N dy  8326   1621896       305     23600       551     75309    126590    752643      9.85     11.42
244.49/244.57	c  N dy  8408   1641999       305     23600       551     94496    126590   1095050      9.84     10.38
249.30/249.31	c  N dy  8470   1662582       305     23600       551     57835    126590    439827      9.84     10.44
253.69/253.74	c  N dy  8538   1687421       305     23600       552     81250    126590    823656      9.83     10.35
258.10/258.13	c Finding binary XORs  T:     0.00 s  found:       1
258.10/258.15	c  N dy  8609   1708322       304     23599       512     86051    126520    961791      9.82     10.75
258.51/258.60	c  S st  8614   1710354       303     23599       519     87931    126520    988378      9.82      8.88
258.70/258.71	c  S st  8614   1710855       303     23599       519     88425    126520    996557      9.82   no data
258.70/258.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
258.70/258.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      1 BRemN:      0 P:  1.8M T:  0.04
258.70/258.78	c Replacing        1 vars Replaced     1013 lits Time:     0.02 s 
258.70/258.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
258.70/258.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
258.70/258.79	c subs with bin:      240  lits-rem:       448  v-fix:    0  time:  0.00 s
258.70/258.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    302 time:  0.00 s
258.70/258.79	c Removed useless bin:       1  fixed:     0  props:   0.00M  time:  0.00 s
258.80/258.81	c lits-rem:        14  cl-subs:      153  v-elim:      0  v-fix:    0  time:  0.02 s
258.90/258.91	c subs with bin:      402  lits-rem:      3743  v-fix:    0  time:  0.07 s
260.80/260.86	c lits-rem:      8036  cl-subs:     4455  v-elim:      0  v-fix:    0  time:  1.95 s
260.80/260.87	c vivif2 --  cl tried    23052 cl shrink        0 lits rem          0 time: 0.00
260.90/260.90	c vivif2 --  cl tried    82411 cl shrink      985 lits rem       1796 time: 0.03
261.00/261.07	c asymm  cl-useful: 6/1294/23052 lits-rem:14 time: 0.18
261.00/261.08	c calculated reachability. Time: 0.00
261.00/261.08	c  N dy  8614   1710855       302     23052       489     82411    123419    914628      9.82   no data
263.60/263.64	c Finding binary XORs  T:     0.00 s  found:       0
265.01/265.07	c  N dy  8708   1730951       302     23052       492     55870    123419    442927      9.82     10.70
268.41/268.47	c  N dy  8801   1750964       302     23052       492     75092    123419    793138      9.82     12.79
272.40/272.46	c  N dy  8877   1771059       302     23052       492     94137    123419   1119472      9.81     14.15
277.90/277.92	c  N dy  8979   1793367       302     23052       492     59899    123419    485525      9.81     10.43
281.20/281.21	c  N dy  9050   1813682       302     23052       493     79099    123419    800936      9.81     10.33
285.30/285.37	c  N dy  9147   1833746       302     23052       494     98267    123419   1139655      9.81     11.15
289.90/289.91	c  N dy  9234   1854106       302     23052       495     60008    123419    467306      9.81     10.48
293.40/293.40	c  N dy  9340   1874197       302     23052       495     79255    123419    817111      9.81     10.36
297.29/297.34	c  N dy  9417   1894230       302     23052       495     98322    123419   1154789      9.81     16.48
297.69/297.78	c Finding binary XORs  T:     0.00 s  found:       0
301.99/302.09	c  N dy  9538   1914323       302     23052       496    117513    123419   1500727      9.81     11.97
306.00/306.03	c  N dy  9633   1934776       302     23052       496     77715    123419    765435      9.82     10.34
310.30/310.34	c  N dy  9739   1955221       302     23052       496     97254    123419   1122505      9.82     10.44
314.80/314.86	c  N dy  9824   1975674       302     23052       498    116660    123419   1458106      9.82     10.39
319.40/319.40	c  N dy  9895   1996546       302     23052       499     75794    123419    706235      9.81     10.35
323.60/323.66	c  N dy 10007   2018488       302     23052       500     96647    123419   1069110      9.82     10.41
328.10/328.13	c  N dy 10107   2038628       302     23052       500    115826    123418   1407339      9.82     10.38
333.50/333.52	c Finding binary XORs  T:     0.00 s  found:       0
333.50/333.53	c  N dy 10186   2063983       301     22810       479     72332    122328    648769      9.81     10.39
337.40/337.46	c  N dy 10286   2084251       301     22810       481     91803    122328   1002164      9.81     10.36
341.90/341.94	c  N dy 10392   2104385       301     22810       482    110935    122328   1331698      9.82     10.47
346.60/346.65	c  N dy 10514   2125856       301     22810       482     71468    122328    639837      9.82     10.38
350.50/350.58	c  N dy 10628   2146546       301     22810       482     91148    122328    987816      9.83     10.38
354.80/354.85	c  N dy 10749   2166630       301     22810       482    110460    122328   1340703      9.84     14.34
359.50/359.58	c  N dy 10814   2186663       301     22810       482     67090    122328    549429      9.83     10.91
363.20/363.25	c  N dy 10918   2206761       301     22810       482     86209    122328    887685      9.84     12.15
364.01/364.10	c  S st 10945   2210855       301     22810       482     90108    122328    956520      9.84   no data
364.20/364.21	c  S st 10945   2211358       301     22810       482     90606    122328    965566      9.84   no data
364.20/364.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
364.20/364.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      2 BRemL:      0 BRemN:      0 P:  1.8M T:  0.03
364.20/364.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
364.20/364.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
364.20/364.25	c subs with bin:       10  lits-rem:         5  v-fix:    0  time:  0.00 s
364.20/364.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    301 time:  0.00 s
364.20/364.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
364.20/364.27	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.02 s
364.30/364.36	c subs with bin:      550  lits-rem:       106  v-fix:    0  time:  0.06 s
366.10/366.15	c lits-rem:      5727  cl-subs:     5852  v-elim:      0  v-fix:    0  time:  1.79 s
366.10/366.15	c vivif2 --  cl tried    22761 cl shrink        0 lits rem          0 time: 0.00
366.10/366.18	c vivif2 --  cl tried    84242 cl shrink      775 lits rem       1578 time: 0.03
366.31/366.35	c asymm  cl-useful: 5/1559/22761 lits-rem:8 time: 0.17
366.31/366.36	c calculated reachability. Time: 0.00
366.31/366.36	c  N dy 10945   2211358       301     22761       485     84242    122080    885023      9.84   no data
366.31/366.36	c Finding binary XORs  T:     0.00 s  found:       0
370.90/370.96	c  N dy 11036   2231447       301     22761       485    103258    122080   1209733      9.84     10.40
375.70/375.78	c  N dy 11172   2251463       301     22761       486    122490    122080   1567416      9.85     12.04
379.80/379.85	c  N dy 11249   2271547       301     22761       487     77858    122080    751453      9.84     10.49
384.41/384.47	c  N dy 11301   2293897       301     22761       487     98980    122080   1105131      9.84     10.37
389.31/389.31	c  N dy 11406   2313932       301     22761       488    118036    122080   1441587      9.84     10.98
394.50/394.57	c  N dy 11528   2334007       301     22761       488     72009    122080    621489      9.84     11.15
399.50/399.56	c  N dy 11587   2358271       301     22761       489     95028    122080    999441      9.84     10.64
401.70/401.77	c Finding binary XORs  T:     0.00 s  found:       0
404.40/404.42	c  N dy 11688   2378304       301     22761       490    114125    122079   1334933      9.84     12.14
406.50/406.59	c Finding binary XORs  T:     0.00 s  found:       0
410.21/410.22	c  N dy 11778   2398366       300     22587       475     62004    121304    464364      9.83     11.74
413.51/413.56	c  N dy 11872   2418400       300     22587       475     81206    121304    808164      9.83     10.50
417.80/417.80	c  N dy 11976   2438415       300     22587       475    100239    121304   1148086      9.84     10.39
422.60/422.62	c  N dy 12102   2458422       300     22587       475    119421    121304   1509060      9.85     12.57
427.30/427.38	c  N dy 12212   2478560       300     22587       476     73378    121304    643565      9.85     10.40
431.40/431.48	c  N dy 12312   2498903       300     22587       476     92704    121304    976924      9.85     10.40
435.91/435.97	c  N dy 12411   2518988       300     22587       476    111818    121304   1313516      9.85     15.06
441.01/441.00	c  N dy 12536   2539067       300     22587       476    130965    121304   1649750      9.86     10.46
447.41/447.40	c  N dy 12676   2567403       300     22587       476     90414    121304    896678      9.86     10.43
452.01/452.00	c  N dy 12775   2587505       300     22587       476    109576    121304   1220033      9.87     10.39
457.01/457.08	c  N dy 12916   2607537       300     22587       476    128734    121304   1570226      9.88     10.74
462.31/462.32	c  N dy 13021   2627639       300     22587       476     79002    121304    694927      9.88     11.60
466.42/466.43	c  N dy 13108   2647659       300     22587       476     98088    121303   1029090      9.88     10.73
471.21/471.30	c  N dy 13211   2667703       300     22587       476    117104    121303   1355545      9.88     13.40
476.22/476.28	c  N dy 13287   2688220       300     22587       476    136557    121303   1692579      9.88     10.41
481.11/481.11	c  N dy 13395   2709038       300     22587       476     86269    121303    811138      9.89     10.45
481.61/481.62	c  S st 13414   2711358       300     22587       476     88499    121303    850447      9.89   no data
481.71/481.72	c  S st 13414   2711863       300     22587       476     89000    121303    859545      9.89   no data
481.71/481.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
481.71/481.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.04
481.71/481.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
481.71/481.76	c bin-w-bin subsume rem            1 bins  time:  0.00 s
481.71/481.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
481.71/481.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
481.71/481.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
481.71/481.78	c lits-rem:         0  cl-subs:        7  v-elim:      0  v-fix:    0  time:  0.02 s
481.81/481.83	c subs with bin:       59  lits-rem:        34  v-fix:    0  time:  0.03 s
482.91/482.99	c lits-rem:      4355  cl-subs:     4144  v-elim:      0  v-fix:    0  time:  1.16 s
483.01/483.00	c vivif2 --  cl tried    22570 cl shrink        0 lits rem          0 time: 0.00
483.01/483.02	c vivif2 --  cl tried    84807 cl shrink      407 lits rem        789 time: 0.02
483.11/483.15	c asymm  cl-useful: 1/1409/22570 lits-rem:1 time: 0.13
483.11/483.15	c calculated reachability. Time: 0.00
483.11/483.15	c  N dy 13414   2711863       300     22570       475     84807    121199    806081      9.89   no data
487.61/487.65	c  N dy 13524   2731941       300     22570       475    103997    121199   1142815      9.89     10.43
492.51/492.58	c  N dy 13615   2752017       300     22570       475    123194    121199   1481240      9.89     11.66
498.61/498.64	c  N dy 13750   2772713       300     22570       475     71688    121199    542261      9.90     10.44
502.81/502.82	c  N dy 13861   2792986       300     22570       476     90892    121199    875230      9.90     10.45
507.60/507.68	c  N dy 13957   2813003       300     22570       476    109961    121199   1199878      9.90     11.83
512.71/512.73	c  N dy 14035   2833067       300     22570       476    128950    121199   1521695      9.90     11.69
518.21/518.26	c  N dy 14127   2853354       300     22570       476     76109    121199    610828      9.90     10.43
522.52/522.52	c  N dy 14204   2873406       300     22570       477     95100    121199    926393      9.90     13.88
527.31/527.30	c  N dy 14297   2894066       300     22570       477    114768    121199   1268182      9.90     10.49
533.21/533.20	c  N dy 14394   2915517       300     22570       477    135039    121199   1599703      9.90     10.43
539.52/539.59	c  N dy 14461   2938807       300     22570       478     83943    121199    709775      9.90     10.63
541.22/541.29	c Finding binary XORs  T:     0.00 s  found:       0
543.91/543.96	c  N dy 14548   2958904       299     22175       455     84820    119378    789438      9.90     11.92
548.51/548.55	c  N dy 14661   2978925       299     22175       455    103920    119378   1120473      9.90     10.52
553.22/553.24	c  N dy 14747   2998994       299     22175       455    123103    119378   1460120      9.90     11.55
558.01/558.03	c  N dy 14864   3019064       299     22175       455     79235    119378    722516      9.91     10.61
562.31/562.31	c  N dy 14973   3039165       299     22175       455     98547    119378   1080633      9.91     13.49
567.11/567.17	c  N dy 15077   3059580       299     22175       456    117961    119378   1425744      9.91     10.45
573.12/573.15	c  N dy 15195   3080661       299     22175       456    138080    119377   1788383      9.92     10.47
578.21/578.23	c  N dy 15314   3100691       299     22175       456     85443    119377    788199      9.92     10.61
582.92/582.93	c  N dy 15415   3120707       299     22175       456    104564    119377   1145712      9.92     10.45
588.21/588.25	c  N dy 15555   3140803       299     22175       456    123815    119375   1505104      9.93     10.62
594.02/594.03	c  N dy 15661   3160870       299     22175       457    142839    119375   1839111      9.93     13.37
599.21/599.21	c  N dy 15765   3180920       299     22175       457     87461    119375    819815      9.93     10.78
603.41/603.43	c  N dy 15845   3200970       299     22175       457    106393    119375   1154441      9.93     11.89
606.21/606.20	c  S st 15898   3211865       299     22175       457    116666    119375   1327692      9.94   no data
606.31/606.36	c  S st 15898   3212368       299     22175       457    117160    119375   1336848      9.94   no data
606.31/606.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
606.41/606.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.3M T:  0.05
606.41/606.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
606.41/606.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
606.41/606.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
606.41/606.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    299 time:  0.00 s
606.41/606.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
606.41/606.45	c lits-rem:         1  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.02 s
606.51/606.56	c subs with bin:      336  lits-rem:       100  v-fix:    0  time:  0.08 s
610.11/610.14	c lits-rem:      7416  cl-subs:     8865  v-elim:      0  v-fix:    0  time:  3.58 s
610.11/610.14	c vivif2 --  cl tried    22170 cl shrink        0 lits rem          0 time: 0.00
610.11/610.18	c vivif2 --  cl tried   107962 cl shrink     1344 lits rem       2372 time: 0.04
610.31/610.35	c asymm  cl-useful: 4/1449/22170 lits-rem:4 time: 0.16
610.31/610.35	c calculated reachability. Time: 0.00
610.31/610.35	c  N dy 15898   3212368       299     22170       457    107962    119338   1214155      9.94   no data
615.71/615.71	c  N dy 15986   3233174       299     22170       457    127972    119338   1613190      9.93     10.47
621.71/621.72	c  N dy 16028   3254245       299     22170       457    147647    119338   1914254      9.93     10.48
626.71/626.73	c  N dy 16112   3274254       299     22170       457     90715    119338    831138      9.93     11.06
631.62/631.60	c  N dy 16217   3294336       299     22170       458    109835    119338   1176323      9.93     11.60
636.83/636.88	c  N dy 16326   3314397       299     22170       459    128836    119338   1526640      9.93     11.54
642.92/642.95	c  N dy 16450   3334498       299     22170       459    148104    119338   1888042      9.94     11.87
647.62/647.60	c Finding binary XORs  T:     0.00 s  found:       0
648.32/648.38	c  N dy 16552   3354586       299     22170       461     89821    119338    817283      9.94     11.42
653.42/653.41	c  N dy 16678   3374677       299     22170       461    108974    119338   1158739      9.94     16.35
659.02/659.05	c  N dy 16799   3394890       299     22170       463    128200    119338   1502635      9.95     10.49
665.42/665.47	c  N dy 16940   3416352       299     22170       463    148746    119338   1888953      9.95     10.96
671.31/671.37	c  N dy 17041   3436561       299     22170       463     89295    119338    797033      9.95     10.50
676.31/676.30	c  N dy 17124   3456696       299     22170       464    108364    119338   1149716      9.95     10.52
681.71/681.74	c  N dy 17235   3477449       299     22170       464    128311    119338   1543863      9.96     10.49
688.11/688.14	c  N dy 17342   3497953       299     22170       464    147852    119338   1885188      9.96     10.53
693.91/693.97	c  N dy 17454   3517980       299     22170       464     87029    119338    739921      9.96     11.88
694.91/694.95	c Finding binary XORs  T:     0.00 s  found:       0
698.62/698.67	c  N dy 17525   3538141       299     22170       466    106229    119338   1097321      9.96     10.64
704.03/704.06	c  N dy 17658   3558220       299     22170       467    125444    119338   1448414      9.96     12.03
710.02/710.07	c  N dy 17782   3578235       299     22170       468    144573    119338   1801783      9.97     11.41
716.92/716.98	c  N dy 17901   3598612       299     22170       468     82984    119338    653968      9.97     10.52
721.42/721.42	c  N dy 18011   3618675       299     22170       468    102146    119338   1013998      9.97     11.95
726.62/726.66	c  N dy 18125   3638700       299     22170       469    121220    119338   1351229      9.98     12.09
731.62/731.65	c Finding binary XORs  T:     0.00 s  found:       0
732.32/732.30	c  N dy 18237   3658710       299     22170       470    140289    119338   1695687      9.98     15.14
739.52/739.53	c  N dy 18352   3681628       299     22170       470    162101    119338   2089494      9.98     10.52
744.82/744.81	c  N dy 18466   3701664       299     22170       470     99311    119338    937741      9.98     12.50
747.52/747.57	c  S st 18543   3712368       299     22170       470    109587    119338   1138179      9.99   no data
747.72/747.72	c  S st 18543   3712872       299     22170       470    110088    119338   1147159      9.99   no data
747.72/747.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
747.72/747.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      1 BRemN:      0 P:  2.2M T:  0.05
747.72/747.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
747.72/747.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
747.72/747.78	c subs with bin:      262  lits-rem:       227  v-fix:    0  time:  0.00 s
747.72/747.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    299 time:  0.00 s
747.72/747.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
747.82/747.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
747.92/747.94	c subs with bin:      991  lits-rem:       819  v-fix:    0  time:  0.11 s
750.02/750.03	c lits-rem:      6029  cl-subs:     4928  v-elim:      0  v-fix:    0  time:  2.09 s
750.02/750.03	c vivif2 --  cl tried    21908 cl shrink        0 lits rem          0 time: 0.00
750.02/750.07	c vivif2 --  cl tried   104169 cl shrink     1201 lits rem       2312 time: 0.03
750.22/750.25	c asymm  cl-useful: 29/1034/21908 lits-rem:30 time: 0.18
750.22/750.26	c calculated reachability. Time: 0.00
750.22/750.26	c  N dy 18543   3712872       299     21908       470    104169    117721   1071918      9.99   no data
755.42/755.43	c  N dy 18640   3732933       299     21908       470    123241    117721   1406409      9.99     12.17
760.52/760.57	c  F st 18728   3751562       299     21908       470    140761    117721   1704384      9.99   no data
761.13/761.17	c  N st 18732   3753598       299     21908       470    142703    117721   1739899      9.99   no data
769.93/769.91	c  N dy 18838   3779431       299     21908       471     84427    117721    657291      9.99     10.66
776.22/776.20	c  N dy 18938   3805315       299     21908       471    108960    117721   1083132      9.99     10.66
781.72/781.78	c  N dy 19029   3825316       299     21908       471    127985    117721   1441998      9.99     12.35
787.82/787.88	c  N dy 19122   3845391       299     21908       472    147120    117721   1803333      9.99     12.23
794.42/794.49	c  N dy 19243   3865479       299     21908       473    166340    117721   2164590     10.00     12.15
799.82/799.85	c  N dy 19341   3885710       299     21908       473    102098    117721    985671     10.00     10.57
805.13/805.15	c  N dy 19445   3905745       299     21908       473    121194    117721   1341654     10.00     12.32
811.12/811.15	c  N dy 19532   3925754       299     21908       473    140241    117721   1682173     10.00     13.97
817.42/817.47	c  N dy 19623   3945795       299     21908       473    159127    117721   2002752     10.00     13.90
818.52/818.51	c Finding binary XORs  T:     0.00 s  found:       0
823.72/823.78	c  N dy 19713   3966397       299     21908       475     94184    117721    832601     10.00     10.69
828.52/828.53	c  N dy 19794   3986485       299     21908       476    113256    117721   1169351     10.00     10.62
834.22/834.24	c  N dy 19896   4006496       299     21908       476    132374    117721   1516094     10.00     10.54
840.62/840.63	c  N dy 19994   4027392       299     21908       476    152271    117721   1893868     10.00     10.63
848.52/848.55	c  N dy 20136   4047870       299     21908       476     86111    117721    660820     10.01     10.71
853.12/853.10	c  N dy 20218   4068186       299     21908       476    105267    117721    991551     10.01     10.57
858.53/858.55	c  N dy 20309   4088305       299     21908       477    124474    117721   1347205     10.01     10.86
864.64/864.60	c  N dy 20432   4108689       299     21908       477    143851    117721   1707724     10.01     10.58
871.43/871.44	c  N dy 20562   4128916       299     21908       477    163137    117721   2069105     10.02     10.56
877.73/877.72	c  N dy 20613   4148943       299     21908       478     95506    117721    831988     10.01     11.75
883.43/883.40	c  N dy 20732   4171191       299     21908       478    116609    117721   1203275     10.02     10.61
889.33/889.32	c  N dy 20834   4191206       299     21908       478    135608    117721   1545776     10.02     12.83
896.03/896.08	c  N dy 20940   4212197       299     21908       478    155586    117721   1910786     10.02     10.75
896.33/896.34	c  S st 20947   4212872       299     21908       478    156232    117721   1923718     10.02   no data
896.54/896.54	c  S st 20947   4213379       299     21908       478    156730    117721   1932878     10.02   no data
896.54/896.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
896.63/896.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.8M T:  0.07
896.63/896.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
896.63/896.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
896.63/896.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
896.63/896.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    299 time:  0.00 s
896.63/896.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
896.63/896.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
897.13/897.15	c subs with bin:     2107  lits-rem:       672  v-fix:    0  time:  0.42 s
904.33/904.30	c lits-rem:     14681  cl-subs:    12849  v-elim:      0  v-fix:    0  time:  7.15 s
904.33/904.30	c vivif2 --  cl tried    21907 cl shrink        0 lits rem          0 time: 0.00
904.33/904.37	c vivif2 --  cl tried   141775 cl shrink     2725 lits rem       4805 time: 0.07
904.53/904.55	c asymm  cl-useful: 30/796/21907 lits-rem:30 time: 0.18
904.53/904.55	c calculated reachability. Time: 0.00
904.53/904.55	c  N dy 20947   4213379       299     21907       478    141775    117682   1730088     10.02   no data
907.03/907.03	c Finding binary XORs  T:     0.00 s  found:       0
913.03/913.07	c Finding binary XORs  T:     0.00 s  found:       0
913.13/913.10	c  N dy 21011   4238992       298     21907       424    132186    117608   1625407     10.01     10.56
918.73/918.75	c  N dy 21136   4259112       298     21907       424     89380    117608    801896     10.02     10.58
923.93/923.97	c  N dy 21292   4279206       298     21907       424    108718    117608   1178106     10.03     12.86
929.63/929.65	c  N dy 21426   4299270       298     21907       424    127871    117608   1546591     10.03     10.63
936.13/936.17	c  N dy 21588   4319316       298     21907       424    147007    117608   1916474     10.04     14.41
943.22/943.30	c  N dy 21707   4339409       298     21907       424    166214    117608   2282769     10.04     12.28
949.33/949.39	c  N dy 21839   4360871       298     21907       424    102713    117608   1014466     10.05     10.58
955.42/955.42	c  N dy 21962   4381162       298     21907       424    122091    117608   1373163     10.05     10.65
962.02/962.03	c  N dy 22086   4401253       298     21907       424    141269    117608   1732909     10.05     11.74
969.13/969.11	c  N dy 22202   4421364       298     21907       425    160446    117608   2077212     10.06     10.71
976.83/976.83	c  N dy 22328   4442318       298     21907       426     92901    117608    767244     10.06     10.77
982.03/982.01	c  N dy 22449   4462988       298     21907       426    112660    117608   1136157     10.06     10.70
988.74/988.78	c  N dy 22555   4486280       298     21907       426    134740    117608   1535977     10.07     10.62
995.64/995.62	c  N dy 22669   4506373       298     21907       426    153846    117608   1880636     10.07     12.73
1003.14/1003.15	c  N dy 22788   4526415       298     21907       426    172916    117608   2240143     10.07     10.73
1009.33/1009.40	c  N dy 22872   4546514       298     21907       427    102756    117608    951860     10.07     10.61
1012.43/1012.43	c Finding binary XORs  T:     0.00 s  found:       0
1015.13/1015.15	c  N dy 22992   4566559       298     21907       429    121929    117608   1300456     10.07     13.40
1021.53/1021.56	c  N dy 23141   4586641       298     21907       429    141178    117608   1673178     10.08     12.40
1028.33/1028.33	c  N dy 23214   4606772       298     21907       430    160138    117608   1996336     10.08     10.65
1033.03/1033.02	c Finding binary XORs  T:     0.00 s  found:       0
1036.13/1036.11	c  N dy 23351   4626857       297     21275       411    158440    114251   2057452     10.08     11.31
1041.74/1041.78	c  N dy 23492   4646943       297     21275       411     99329    114251    969689     10.09     11.61
1047.13/1047.13	c  N dy 23609   4667006       297     21275       411    118538    114251   1332017     10.09     10.89
1053.53/1053.53	c  N dy 23772   4687294       297     21275       411    138120    114251   1722033     10.10     10.64
1060.53/1060.51	c  N dy 23866   4707316       297     21275       411    157083    114251   2070591     10.10     13.32
1063.13/1063.17	c  S st 23904   4713380       297     21275       411    162838    114251   2174827     10.10   no data
1063.33/1063.37	c  S st 23904   4713884       297     21275       411    163337    114251   2185104     10.10   no data
1063.33/1063.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1063.43/1063.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.8M T:  0.08
1063.43/1063.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1063.43/1063.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1063.43/1063.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1063.43/1063.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    297 time:  0.00 s
1063.43/1063.47	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1063.53/1063.51	c lits-rem:         3  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1063.64/1063.65	c subs with bin:       28  lits-rem:         7  v-fix:    0  time:  0.08 s
1071.83/1071.87	c lits-rem:     11934  cl-subs:    11282  v-elim:      0  v-fix:    0  time:  8.22 s
1071.83/1071.87	c vivif2 --  cl tried    21275 cl shrink        0 lits rem          0 time: 0.00
1071.93/1071.97	c vivif2 --  cl tried   152027 cl shrink     4283 lits rem       7104 time: 0.09
1072.23/1072.21	c asymm  cl-useful: 18/920/21275 lits-rem:18 time: 0.24
1072.23/1072.21	c calculated reachability. Time: 0.00
1072.23/1072.21	c  N dy 23904   4713884       297     21275       411    152027    114226   2003188     10.10   no data
1080.14/1080.15	c  N dy 24060   4733983       297     21275       411    171289    114226   2367561     10.11     10.67
1086.24/1086.26	c  N dy 24176   4753986       297     21275       411    102517    114226    957536     10.11     12.26
1091.84/1091.85	c  N dy 24320   4774012       297     21275       411    121633    114226   1306598     10.12     13.14
1098.34/1098.30	c  N dy 24457   4794021       297     21275       411    140776    114226   1663252     10.12     10.77
1105.93/1105.91	c  N dy 24592   4815221       297     21275       411    161015    114226   2041767     10.12     10.68
1113.84/1113.86	c  N dy 24745   4835222       297     21275       411    180153    114226   2410786     10.13     11.85
1120.24/1120.29	c  N dy 24868   4855273       297     21275       411    108139    114226   1046421     10.13     12.56
1126.34/1126.33	c  N dy 25024   4875321       297     21275       411    127371    114226   1421388     10.14     10.95
1132.64/1132.66	c  N dy 25139   4895376       297     21275       411    146500    114226   1784870     10.14     12.17
1140.24/1140.27	c  N dy 25290   4915477       297     21275       411    165610    114226   2139306     10.15     10.99
1148.35/1148.39	c  N dy 25383   4935501       297     21275       411    184488    114226   2477922     10.15     10.72
1154.83/1154.84	c  N dy 25506   4956428       297     21275       411    111169    114226   1084740     10.15     10.76
1161.14/1161.12	c  N dy 25642   4976833       297     21275       411    130590    114226   1442768     10.15     10.83
1167.94/1167.98	c  N dy 25759   4996867       297     21275       412    149603    114226   1789642     10.16     10.73
1175.74/1175.72	c  N dy 25874   5016942       297     21275       413    168598    114226   2124601     10.16     11.71
1183.74/1183.76	c  N dy 25999   5037264       297     21275       413    187864    114226   2472968     10.16     10.81
1190.04/1190.01	c  N dy 26111   5057291       297     21275       413    112211    114226   1069818     10.16     12.54
1196.04/1196.02	c  N dy 26238   5077465       297     21275       413    131399    114226   1429288     10.17     10.97
1203.14/1203.19	c  N dy 26365   5098264       297     21275       413    151207    114226   1802096     10.17     10.73
1210.54/1210.50	c  N dy 26476   5118330       297     21275       413    170248    114226   2153915     10.17     11.62
1218.44/1218.40	c  N dy 26569   5138369       297     21275       413    189246    114226   2501962     10.17     12.11
1225.44/1225.44	c  N dy 26663   5160654       297     21275       414    114553    114226   1081919     10.17     10.71
1232.04/1232.01	c  N dy 26794   5181714       297     21275       414    134737    114226   1470907     10.18     10.77
1238.95/1238.91	c  N dy 26915   5201799       297     21275       414    153785    114226   1814610     10.18     10.80
1243.35/1243.35	c  S st 26989   5213885       297     21275       414    165395    114226   2045921     10.18      7.52
1243.55/1243.59	c  S st 26989   5214387       297     21275       414    165894    114226   2054055     10.18   no data
1243.55/1243.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1243.65/1243.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     16 BRemL:     18 BRemN:      0 P:  2.8M T:  0.07
1243.65/1243.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1243.65/1243.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1243.65/1243.67	c subs with bin:        0  lits-rem:         1  v-fix:    0  time:  0.00 s
1243.65/1243.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    297 time:  0.00 s
1243.65/1243.68	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1243.75/1243.71	c lits-rem:         4  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.04 s
1244.95/1244.92	c subs with bin:     3770  lits-rem:       662  v-fix:    0  time:  1.15 s
1252.15/1252.15	c lits-rem:     11585  cl-subs:    10062  v-elim:      0  v-fix:    0  time:  7.23 s
1252.15/1252.16	c vivif2 --  cl tried    21266 cl shrink       81 lits rem         81 time: 0.00
1252.25/1252.23	c vivif2 --  cl tried   152070 cl shrink     3402 lits rem       5442 time: 0.07
1252.45/1252.45	c asymm  cl-useful: 7/700/21266 lits-rem:7 time: 0.23
1252.45/1252.46	c calculated reachability. Time: 0.00
1252.45/1252.46	c  N dy 26989   5214387       297     21266       412    152070    114087   1852603     10.18   no data
1252.45/1252.46	c Finding binary XORs  T:     0.00 s  found:       0
1259.45/1259.45	c  N dy 27062   5234469       297     21266       413    171080    114087   2193804     10.18     10.72
1268.14/1268.10	c  N dy 27204   5254564       297     21266       413    190289    114087   2561803     10.18     12.07
1275.04/1275.06	c  N dy 27357   5274790       297     21266       413    113085    114087   1073597     10.19     10.92
1281.94/1281.92	c  N dy 27484   5296406       297     21266       413    133786    114087   1473057     10.19     10.87
1289.54/1289.51	c  N dy 27601   5317015       297     21266       413    153388    114087   1841971     10.19     10.81
1297.44/1297.43	c  N dy 27725   5337133       297     21266       414    172435    114087   2188884     10.20     10.93

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-3257536-1303469839/watcher-3257536-1303469839 -o /tmp/evaluation-result-3257536-1303469839/solver-3257536-1303469839 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3257536-1303469839.cnf 

running on 2 cores: 4,6

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.86 3.95 3.55 5/189 18483
/proc/meminfo: memFree=13506016/32951124 swapFree=67111528/67111528
[pid=18483] ppid=18481 vsize=29648 CPUtime=0 cores=4,6
/proc/18483/stat : 18483 (strangenight2-s) R 18481 18483 18276 0 -1 4202496 716 0 0 0 0 0 0 0 25 0 1 0 439399534 30359552 656 33554432000 4194304 4627331 140736177738224 18446744073709551615 4507122 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18483/statm: 7412 656 320 106 0 2383 0

[startup+0.019286 s]
/proc/loadavg: 3.86 3.95 3.55 5/189 18483
/proc/meminfo: memFree=13506016/32951124 swapFree=67111528/67111528
[pid=18483] ppid=18481 vsize=31188 CPUtime=0.01 cores=4,6
/proc/18483/stat : 18483 (strangenight2-s) R 18481 18483 18276 0 -1 4202496 1390 0 0 0 1 0 0 0 25 0 1 0 439399534 31936512 1330 33554432000 4194304 4627331 140736177738224 18446744073709551615 4507164 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18483/statm: 7797 1332 322 106 0 2768 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 31188

[startup+0.100307 s]
/proc/loadavg: 3.86 3.95 3.55 5/189 18483
/proc/meminfo: memFree=13506016/32951124 swapFree=67111528/67111528
[pid=18483] ppid=18481 vsize=34280 CPUtime=0.09 cores=4,6
/proc/18483/stat : 18483 (strangenight2-s) R 18481 18483 18276 0 -1 4202496 2792 0 0 0 9 0 0 0 25 0 1 0 439399534 35102720 2732 33554432000 4194304 4627331 140736177738224 18446744073709551615 4324160 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18483/statm: 8570 2732 342 106 0 3541 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34280

[startup+0.300259 s]
/proc/loadavg: 3.86 3.95 3.55 5/189 18483
/proc/meminfo: memFree=13506016/32951124 swapFree=67111528/67111528
[pid=18483] ppid=18481 vsize=34280 CPUtime=0.29 cores=4,6
/proc/18483/stat : 18483 (strangenight2-s) R 18481 18483 18276 0 -1 4202496 2798 0 0 0 29 0 0 0 25 0 1 0 439399534 35102720 2738 33554432000 4194304 4627331 140736177738224 18446744073709551615 4309077 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18483/statm: 8570 2738 343 106 0 3541 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34280

[startup+0.70118 s]
/proc/loadavg: 3.86 3.95 3.55 5/189 18483
/proc/meminfo: memFree=13506016/32951124 swapFree=67111528/67111528
[pid=18483] ppid=18481 vsize=42444 CPUtime=0.69 cores=4,6
/proc/18483/stat : 18483 (strangenight2-s) R 18481 18483 18276 0 -1 4202496 5361 0 0 0 69 0 0 0 25 0 1 0 439399534 43462656 4777 33554432000 4194304 4627331 140736177738224 18446744073709551615 4310085 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18483/statm: 10611 4777 373 106 0 5582 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42444

[startup+1.50099 s]
/proc/loadavg: 3.86 3.95 3.55 5/190 18484
/proc/meminfo: memFree=13484308/32951124 swapFree=67111528/67111528
[pid=18483] ppid=18481 vsize=44392 CPUtime=1.48 cores=4,6
/proc/18483/stat : 18483 (strangenight2-s) R 18481 18483 18276 0 -1 4202496 6224 0 0 0 148 0 0 0 25 0 1 0 439399534 45457408 4083 33554432000 4194304 4627331 140736177738224 18446744073709551615 4309212 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18483/statm: 11098 4083 375 106 0 6069 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 44392

[startup+3.10071 s]
/proc/loadavg: 3.96 3.97 3.56 5/190 18484
/proc/meminfo: memFree=13467568/32951124 swapFree=67111528/67111528
[pid=18483] ppid=18481 vsize=51272 CPUtime=3.08 cores=4,6
/proc/18483/stat : 18483 (strangenight2-s) R 18481 18483 18276 0 -1 4202496 8094 0 0 0 308 0 0 0 25 0 1 0 439399534 52502528 5949 33554432000 4194304 4627331 140736177738224 18446744073709551615 4310065 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18483/statm: 12818 5949 379 106 0 7789 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 51272

[startup+6.30106 s]
/proc/loadavg: 3.96 3.97 3.56 5/190 18511
/proc/meminfo: memFree=13459396/32951124 swapFree=67111528/67111528
[pid=18483] ppid=18481 vsize=51720 CPUtime=6.29 cores=4,6
/proc/18483/stat : 18483 (strangenight2-s) R 18481 18483 18276 0 -1 4202496 9759 0 0 0 628 1 0 0 25 0 1 0 439399534 52961280 5998 33554432000 4194304 4627331 140736177738224 18446744073709551615 4309117 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18483/statm: 12930 5998 379 106 0 7901 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 51720

[startup+12.7008 s]
/proc/loadavg: 4.04 3.99 3.57 5/190 18538
/proc/meminfo: memFree=13442252/32951124 swapFree=67111528/67111528
[pid=18483] ppid=18481 vsize=56976 CPUtime=12.69 cores=4,6
/proc/18483/stat : 18483 (strangenight2-s) R 18481 18483 18276 0 -1 4202496 13099 0 0 0 1267 2 0 0 25 0 1 0 439399534 58343424 7525 33554432000 4194304 4627331 140736177738224 18446744073709551615 4310062 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18483/statm: 14244 7525 379 106 0 9215 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 56976

[startup+25.5002 s]
/proc/loadavg: 4.10 4.00 3.58 5/190 18538
/proc/meminfo: memFree=13392864/32951124 swapFree=67111528/67111528
[pid=18483] ppid=18481 vsize=59948 CPUtime=25.49 cores=4,6
/proc/18483/stat : 18483 (strangenight2-s) R 18481 18483 18276 0 -1 4202496 18022 0 0 0 2546 3 0 0 25 0 1 0 439399534 61386752 8492 33554432000 4194304 4627331 140736177738224 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18483/statm: 14987 8492 379 106 0 9958 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 59948

[startup+51.1012 s]
/proc/loadavg: 4.06 4.00 3.59 5/190 18539
/proc/meminfo: memFree=13388064/32951124 swapFree=67111528/67111528
[pid=18483] ppid=18481 vsize=60204 CPUtime=51.09 cores=4,6
/proc/18483/stat : 18483 (strangenight2-s) R 18481 18483 18276 0 -1 4202496 25841 0 0 0 5104 5 0 0 25 0 1 0 439399534 61648896 8406 33554432000 4194304 4627331 140736177738224 18446744073709551615 4310070 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18483/statm: 15051 8406 379 106 0 10022 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 60204

[startup+102.307 s]
/proc/loadavg: 4.02 4.00 3.61 5/190 18540
/proc/meminfo: memFree=13342460/32951124 swapFree=67111528/67111528
[pid=18483] ppid=18481 vsize=73544 CPUtime=102.29 cores=4,6
/proc/18483/stat : 18483 (strangenight2-s) R 18481 18483 18276 0 -1 4202496 40744 0 0 0 10221 8 0 0 25 0 1 0 439399534 75309056 11039 33554432000 4194304 4627331 140736177738224 18446744073709551615 4309566 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18483/statm: 18386 11039 379 106 0 13357 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 73544

[startup+162.301 s]
/proc/loadavg: 4.01 4.00 3.63 5/190 18542
/proc/meminfo: memFree=13312284/32951124 swapFree=67111528/67111528
[pid=18483] ppid=18481 vsize=73864 CPUtime=162.29 cores=4,6
/proc/18483/stat : 18483 (strangenight2-s) R 18481 18483 18276 0 -1 4202496 52628 0 0 0 16218 11 0 0 25 0 1 0 439399534 75636736 11971 33554432000 4194304 4627331 140736177738224 18446744073709551615 4310085 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18483/statm: 18466 11971 379 106 0 13437 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 73864

[startup+222.301 s]
/proc/loadavg: 4.00 4.00 3.65 5/191 18545
/proc/meminfo: memFree=13279380/32951124 swapFree=67111528/67111528
[pid=18483] ppid=18481 vsize=74156 CPUtime=222.29 cores=4,6
/proc/18483/stat : 18483 (strangenight2-s) R 18481 18483 18276 0 -1 4202496 63187 0 0 0 22214 15 0 0 25 0 1 0 439399534 75935744 11910 33554432000 4194304 4627331 140736177738224 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18483/statm: 18539 11910 379 106 0 13510 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 74156

[startup+282.3 s]
/proc/loadavg: 4.00 4.00 3.67 5/190 18554
/proc/meminfo: memFree=13243840/32951124 swapFree=67111528/67111528
[pid=18483] ppid=18481 vsize=87228 CPUtime=282.3 cores=4,6
/proc/18483/stat : 18483 (strangenight2-s) R 18481 18483 18276 0 -1 4202496 72919 0 0 0 28212 18 0 0 25 0 1 0 439399534 89321472 14079 33554432000 4194304 4627331 140736177738224 18446744073709551615 4309132 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18483/statm: 21807 14079 379 106 0 16778 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 87228

[startup+342.3 s]
/proc/loadavg: 4.03 4.01 3.69 5/190 18556
/proc/meminfo: memFree=13230912/32951124 swapFree=67111528/67111528
[pid=18483] ppid=18481 vsize=76392 CPUtime=342.3 cores=4,6
/proc/18483/stat : 18483 (strangenight2-s) R 18481 18483 18276 0 -1 4202496 81891 0 0 0 34209 21 0 0 25 0 1 0 439399534 78225408 12900 33554432000 4194304 4627331 140736177738224 18446744073709551615 4310104 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18483/statm: 19098 12900 379 106 0 14069 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 76392

[startup+402.3 s]
/proc/loadavg: 3.98 3.99 3.70 5/190 18611
/proc/meminfo: memFree=13240424/32951124 swapFree=67111528/67111528
[pid=18483] ppid=18481 vsize=88388 CPUtime=402.3 cores=4,6
/proc/18483/stat : 18483 (strangenight2-s) R 18481 18483 18276 0 -1 4202496 90387 0 0 0 40207 23 0 0 25 0 1 0 439399534 90509312 14808 33554432000 4194304 4627331 140736177738224 18446744073709551615 4309066 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18483/statm: 22097 14808 379 106 0 17068 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 88388

[startup+462.301 s]
/proc/loadavg: 3.99 3.99 3.72 5/190 18613
/proc/meminfo: memFree=13217068/32951124 swapFree=67111528/67111528
[pid=18483] ppid=18481 vsize=90824 CPUtime=462.31 cores=4,6
/proc/18483/stat : 18483 (strangenight2-s) R 18481 18483 18276 0 -1 4202496 94987 0 0 0 46206 25 0 0 25 0 1 0 439399534 93003776 14968 33554432000 4194304 4627331 140736177738224 18446744073709551615 4327460 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18483/statm: 22706 14968 379 106 0 17677 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 90824

[startup+522.301 s]
/proc/loadavg: 3.99 3.99 3.74 5/190 18615
/proc/meminfo: memFree=13185632/32951124 swapFree=67111528/67111528
[pid=18483] ppid=18481 vsize=90984 CPUtime=522.31 cores=4,6
/proc/18483/stat : 18483 (strangenight2-s) R 18481 18483 18276 0 -1 4202496 102398 0 0 0 52205 26 0 0 25 0 1 0 439399534 93167616 15221 33554432000 4194304 4627331 140736177738224 18446744073709551615 4305393 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18483/statm: 22746 15221 379 106 0 17717 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 90984

[startup+582.301 s]
/proc/loadavg: 3.99 3.99 3.75 5/190 18616
/proc/meminfo: memFree=13159544/32951124 swapFree=67111528/67111528
[pid=18483] ppid=18481 vsize=92428 CPUtime=582.32 cores=4,6
/proc/18483/stat : 18483 (strangenight2-s) R 18481 18483 18276 0 -1 4202496 108045 0 0 0 58204 28 0 0 25 0 1 0 439399534 94646272 16097 33554432000 4194304 4627331 140736177738224 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18483/statm: 23107 16097 379 106 0 18078 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 92428

[startup+642.301 s]
/proc/loadavg: 3.99 3.99 3.76 5/190 18618
/proc/meminfo: memFree=13157784/32951124 swapFree=67111528/67111528
[pid=18483] ppid=18481 vsize=92940 CPUtime=642.32 cores=4,6
/proc/18483/stat : 18483 (strangenight2-s) R 18481 18483 18276 0 -1 4202496 112430 0 0 0 64203 29 0 0 25 0 1 0 439399534 95170560 17725 33554432000 4194304 4627331 140736177738224 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18483/statm: 23235 17725 379 106 0 18206 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 92940

[startup+702.301 s]
/proc/loadavg: 3.99 3.99 3.77 5/190 18619
/proc/meminfo: memFree=13141628/32951124 swapFree=67111528/67111528
[pid=18483] ppid=18481 vsize=106012 CPUtime=702.32 cores=4,6
/proc/18483/stat : 18483 (strangenight2-s) R 18481 18483 18276 0 -1 4202496 116916 0 0 0 70202 30 0 0 25 0 1 0 439399534 108556288 19558 33554432000 4194304 4627331 140736177738224 18446744073709551615 4507164 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18483/statm: 26503 19558 379 106 0 21474 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 106012

[startup+762.307 s]
/proc/loadavg: 3.99 3.99 3.78 5/190 18621
/proc/meminfo: memFree=13133672/32951124 swapFree=67111528/67111528
[pid=18483] ppid=18481 vsize=106112 CPUtime=762.33 cores=4,6
/proc/18483/stat : 18483 (strangenight2-s) R 18481 18483 18276 0 -1 4202496 120298 0 0 0 76202 31 0 0 25 0 1 0 439399534 108658688 20214 33554432000 4194304 4627331 140736177738224 18446744073709551615 4309132 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18483/statm: 26528 20214 379 106 0 21499 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 106112

[startup+822.301 s]
/proc/loadavg: 4.05 4.01 3.80 5/190 18623
/proc/meminfo: memFree=13133904/32951124 swapFree=67111528/67111528
[pid=18483] ppid=18481 vsize=92940 CPUtime=822.32 cores=4,6
/proc/18483/stat : 18483 (strangenight2-s) R 18481 18483 18276 0 -1 4202496 123493 0 0 0 82200 32 0 0 25 0 1 0 439399534 95170560 17726 33554432000 4194304 4627331 140736177738224 18446744073709551615 4309228 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18483/statm: 23235 17726 379 106 0 18206 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 92940

[startup+882.301 s]
/proc/loadavg: 4.01 4.00 3.81 5/190 18624
/proc/meminfo: memFree=13146640/32951124 swapFree=67111528/67111528
[pid=18483] ppid=18481 vsize=92940 CPUtime=882.33 cores=4,6
/proc/18483/stat : 18483 (strangenight2-s) R 18481 18483 18276 0 -1 4202496 126364 0 0 0 88200 33 0 0 25 0 1 0 439399534 95170560 17726 33554432000 4194304 4627331 140736177738224 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18483/statm: 23235 17726 379 106 0 18206 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 92940

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.82 5/190 18626
/proc/meminfo: memFree=13101852/32951124 swapFree=67111528/67111528
[pid=18483] ppid=18481 vsize=116260 CPUtime=942.32 cores=4,6
/proc/18483/stat : 18483 (strangenight2-s) R 18481 18483 18276 0 -1 4202496 131893 0 0 0 94199 33 0 0 25 0 1 0 439399534 119050240 23255 33554432000 4194304 4627331 140736177738224 18446744073709551615 4309555 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18483/statm: 29065 23255 379 106 0 24036 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 116260

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.83 5/190 18627
/proc/meminfo: memFree=13076760/32951124 swapFree=67111528/67111528
[pid=18483] ppid=18481 vsize=116260 CPUtime=1002.34 cores=4,6
/proc/18483/stat : 18483 (strangenight2-s) R 18481 18483 18276 0 -1 4202496 132015 0 0 0 100200 34 0 0 25 0 1 0 439399534 119050240 23377 33554432000 4194304 4627331 140736177738224 18446744073709551615 4309245 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18483/statm: 29065 23377 379 106 0 24036 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 116260

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.83 5/190 18629
/proc/meminfo: memFree=13066084/32951124 swapFree=67111528/67111528
[pid=18483] ppid=18481 vsize=116260 CPUtime=1062.33 cores=4,6
/proc/18483/stat : 18483 (strangenight2-s) R 18481 18483 18276 0 -1 4202496 135068 0 0 0 106199 34 0 0 25 0 1 0 439399534 119050240 23377 33554432000 4194304 4627331 140736177738224 18446744073709551615 4309218 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18483/statm: 29065 23377 379 106 0 24036 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 116260

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.84 5/190 18631
/proc/meminfo: memFree=13030080/32951124 swapFree=67111528/67111528
[pid=18483] ppid=18481 vsize=139236 CPUtime=1122.34 cores=4,6
/proc/18483/stat : 18483 (strangenight2-s) R 18481 18483 18276 0 -1 4202496 139482 0 0 0 112198 36 0 0 25 0 1 0 439399534 142577664 27676 33554432000 4194304 4627331 140736177738224 18446744073709551615 4309193 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18483/statm: 34809 27676 379 106 0 29780 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 139236

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.84 5/190 18632
/proc/meminfo: memFree=13008968/32951124 swapFree=67111528/67111528
[pid=18483] ppid=18481 vsize=139352 CPUtime=1182.34 cores=4,6
/proc/18483/stat : 18483 (strangenight2-s) R 18481 18483 18276 0 -1 4202496 144070 0 0 0 118196 38 0 0 25 0 1 0 439399534 142696448 29080 33554432000 4194304 4627331 140736177738224 18446744073709551615 4309552 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18483/statm: 34838 29080 379 106 0 29809 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 139352

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.85 5/190 18634
/proc/meminfo: memFree=12995540/32951124 swapFree=67111528/67111528
[pid=18483] ppid=18481 vsize=139460 CPUtime=1242.35 cores=4,6
/proc/18483/stat : 18483 (strangenight2-s) R 18481 18483 18276 0 -1 4202496 146762 0 0 0 124196 39 0 0 25 0 1 0 439399534 142807040 28597 33554432000 4194304 4627331 140736177738224 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18483/statm: 34865 28597 379 106 0 29836 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 139460



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.08 4.02 3.86 4/188 18636
/proc/meminfo: memFree=13156216/32951124 swapFree=67111528/67111528
[pid=18483] ppid=18481 vsize=125556 CPUtime=1300.05 cores=4,6
/proc/18483/stat : 18483 (strangenight2-s) R 18481 18483 18276 0 -1 4202496 147832 0 0 0 129966 39 0 0 25 0 1 0 439399534 128569344 26046 33554432000 4194304 4627331 140736177738224 18446744073709551615 4309117 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18483/statm: 31389 26046 379 106 0 26360 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 125556

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.07
CPU user time (s): 1299.67
CPU system time (s): 0.401938
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 195304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.67
system time used= 0.401938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147832
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= 6
involuntary context switches= 2349

runsolver used 2.24766 second user time and 4.87726 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-22 12:57:19
IDJOB=3257536
IDBENCH=71139
IDSOLVER=1587
FILE ID=node143/3257536-1303469839
RUNJOBID= node143-1303468536-18295
PBS_JOBID= 13107196
Free space on /tmp= 72100 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st
BENCH NAME= SAT09/CRAFTED/modcircuits/mod4block_3vars_7gates.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3257536-1303469839/watcher-3257536-1303469839 -o /tmp/evaluation-result-3257536-1303469839/solver-3257536-1303469839 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3257536-1303469839.cnf

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

MD5SUM BENCH= cc925e6de728ca79f6f89379842f14b0
RANDOM SEED=887103063

node143.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.846
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.69
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.846
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	: 5226.15
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.846
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.74
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.846
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.83
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.846
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.846
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.83
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.846
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.74
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.846
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13506420 kB
Buffers:       1228080 kB
Cached:       17566548 kB
SwapCached:          0 kB
Active:        8647536 kB
Inactive:     10265376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13506420 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           30308 kB
Writeback:           0 kB
AnonPages:      118468 kB
Mapped:          16444 kB
Slab:           468092 kB
PageTables:       5160 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   325564 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= 72096 MiB
End job on node143 at 2011-04-22 13:19:01