Trace number 3262244

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-stUNSAT 458.096 458.086

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-20_381.cnf
MD5SUM7976b5f6c5f2fc75af91292df6b31e76
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark61.7746
Satisfiable
(Un)Satisfiability was proved
Number of variables191
Number of clauses19482
Sum of the clauses size85088
Maximum clause length20
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2253
Number of clauses of size 317631
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51598

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-3262244-1303545466.cnf'
0.00/0.00	c -- header says num vars:            191
0.00/0.00	c -- header says num clauses:       19482
0.00/0.00	c -- clauses added:            0 learnts,        19482 normals,            0 xors
0.00/0.00	c -- vars added        191
0.05/0.08	c Parsing time:  0.01 s
0.05/0.08	c  N st     0         0       191     19229       253         0     85088         0   no data   no data
0.09/0.11	c asymm  cl-useful: 0/19229/19229 lits-rem:0 time: 0.11
0.09/0.11	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.09/0.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.09/0.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.09/0.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.09/0.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    190 time:  0.00 s
0.09/0.12	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
0.19/0.23	c lits-rem:         0  cl-subs:        9  v-elim:      0  v-fix:    0  time:  0.10 s
0.19/0.23	c Finding binary XORs  T:     0.00 s  found:       0
0.19/0.23	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.19/0.23	c calculated reachability. Time: 0.00
0.19/0.23	c Calc default polars -  time:   0.00 s pos:     190 undec:       1 neg:       0
0.19/0.23	c =========================================================================================
0.19/0.23	c types(t): F = full restart, N = normal restart
0.19/0.23	c types(t): S = simplification begin/end, E = solution found
0.19/0.23	c restart types(rt): st = static, dy = dynamic
0.19/0.23	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.19/0.23	c  B st     0         0       190     19220        63         0     84509         0   no data   no data
0.39/0.44	c  N dy    12      4020       190     19220        63      3803     84509     63841      8.76      9.23
0.59/0.67	c  N dy    38      8081       190     19220        63      5320     84509     84231      9.24      9.97
0.89/0.91	c  N dy    61     12169       190     19220        63      5177     84509     72074      9.44     12.26
1.10/1.19	c  N dy    76     16706       190     19220        63      9499     84509    142171      9.36      9.89
1.39/1.47	c  N dy    93     21376       190     19220        63      8574     84509    120006      9.32      9.87
1.69/1.70	c  F st   103     25000       190     19220        63     12038     84509    175693      9.25      8.85
1.69/1.75	c  N st   105     25626       190     19220        63     12648     84509    185907      9.25   no data
1.99/2.03	c  N dy   109     30001       190     19220        63     10294     84509    139863      9.25   no data
1.99/2.03	c  S st   109     30001       190     19220        63     10294     84509    139863      9.25   no data
1.99/2.06	c  S st   109     30504       190     19220        63     10795     84509    147984      9.25   no data
1.99/2.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.99/2.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
1.99/2.07	c blocked clauses removed:        0 vars:      0 tried:         190 T: 0.00 s
1.99/2.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.99/2.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.99/2.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    190 time:  0.00 s
1.99/2.07	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
1.99/2.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
1.99/2.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.20/2.21	c lits-rem:       381  cl-subs:     2372  v-elim:      0  v-fix:    0  time:  0.13 s
2.29/2.38	c asymm  cl-useful: 3/19220/19220 lits-rem:3 time: 0.17
2.29/2.38	c calculated reachability. Time: 0.00
2.29/2.38	c  N dy   109     30504       190     19220        63      8423     84506    125237      9.25   no data
2.59/2.64	c  N dy   122     34612       190     19220        63     12299     84505    185035      9.18      9.80
2.89/2.92	c  N dy   135     38629       190     19220        63      8650     84505    107670      9.16      9.75
3.19/3.20	c  N dy   150     43087       190     19220        63     12907     84505    174677      9.12      9.61
3.30/3.39	c  S st   163     45756       190     19220        63     15453     84505    215828      9.12   no data
3.39/3.43	c  S st   163     46257       190     19220        63     15950     84505    224422      9.12   no data
3.39/3.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.39/3.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
3.39/3.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.39/3.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.39/3.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.39/3.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    190 time:  0.00 s
3.39/3.44	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
3.39/3.44	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.00 s
3.39/3.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.59/3.61	c lits-rem:       336  cl-subs:     2579  v-elim:      0  v-fix:    0  time:  0.16 s
3.59/3.61	c vivif2 --  cl tried    19219 cl shrink        0 lits rem          0 time: 0.00
3.59/3.62	c vivif2 --  cl tried    13371 cl shrink        0 lits rem          0 time: 0.00
3.79/3.83	c asymm  cl-useful: 3/19219/19219 lits-rem:3 time: 0.21
3.79/3.83	c calculated reachability. Time: 0.00
3.79/3.83	c  N dy   163     46257       190     19219        63     13371     84482    199692      9.12   no data
4.19/4.23	c  N dy   181     52016       190     19219        63     10388     84482    136052      9.08      9.58
4.49/4.50	c  N dy   201     56046       190     19219        63     14247     84482    198664      9.09     10.34
4.79/4.81	c  N dy   223     60370       190     19219        63     18368     84482    265676      9.10      9.58
4.99/5.09	c  N dy   240     64435       190     19219        63     12780     84482    169398      9.11     16.05
5.39/5.42	c  N dy   241     69387       190     19219        63     17436     84482    234375      9.00      8.18
5.39/5.42	c  S st   241     69387       190     19219        63     17436     84482    234375      9.00      8.18
5.39/5.46	c  S st   241     69889       190     19219        63     17934     84482    243409      9.00   no data
5.39/5.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.39/5.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
5.39/5.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
5.39/5.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.39/5.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.39/5.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    190 time:  0.00 s
5.39/5.48	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
5.39/5.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.39/5.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.70/5.70	c lits-rem:       425  cl-subs:     3662  v-elim:      0  v-fix:    0  time:  0.21 s
5.70/5.71	c vivif2 --  cl tried    19219 cl shrink        0 lits rem          0 time: 0.00
5.70/5.71	c vivif2 --  cl tried    14272 cl shrink        0 lits rem          0 time: 0.00
5.90/5.93	c asymm  cl-useful: 0/19219/19219 lits-rem:0 time: 0.22
5.90/5.94	c calculated reachability. Time: 0.00
5.90/5.94	c  N dy   241     69889       190     19219        63     14272     84482    208709      9.00   no data
6.20/6.27	c  N dy   258     74360       190     19219        63     18498     84482    274748      8.99      9.61
6.60/6.63	c  N dy   277     79231       190     19219        63     12833     84482    159717      8.99      9.47
6.89/6.99	c  N dy   290     84603       190     19219        63     17866     84482    238308      8.97      9.45
7.19/7.20	c  F st   303     87500       190     19219        63     20620     84482    282871      8.97      8.80
7.39/7.46	c  N st   308     90798       190     19219        63     12433     84482    146416      8.97   no data
7.79/7.87	c  N dy   328     96742       190     19219        63     18058     84482    236158      8.97      9.49
8.29/8.36	c  N dy   349    103342       190     19219        63     24338     84482    337233      8.96      9.48
8.49/8.50	c  S st   355    104833       190     19219        63     13476     84482    153937      8.96   no data
8.49/8.53	c  S st   355    105335       190     19219        63     13972     84482    162046      8.96   no data
8.49/8.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.49/8.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
8.49/8.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.49/8.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.49/8.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.49/8.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    190 time:  0.00 s
8.49/8.54	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
8.49/8.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
8.49/8.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.59/8.63	c lits-rem:       107  cl-subs:     1521  v-elim:      0  v-fix:    0  time:  0.07 s
8.59/8.63	c vivif2 --  cl tried    19219 cl shrink        0 lits rem          0 time: 0.00
8.59/8.63	c vivif2 --  cl tried    12451 cl shrink        0 lits rem          0 time: 0.00
8.80/8.83	c asymm  cl-useful: 0/19219/19219 lits-rem:0 time: 0.20
8.80/8.83	c calculated reachability. Time: 0.00
8.80/8.83	c  N dy   355    105335       190     19219        63     12451     84481    150765      8.96   no data
9.29/9.39	c  N dy   375    113393       190     19219        63     20119     84481    266345      8.92      9.40
9.99/10.04	c  N dy   408    121487       190     19219        63     14533     84481    169492      8.92      9.40
10.49/10.59	c  N dy   435    129287       190     19219        63     21946     84481    284342      8.92      9.45
11.19/11.29	c  N dy   475    137597       190     19219        63     15606     84481    181771      8.93      9.43
11.89/11.95	c  N dy   512    146504       190     19219        63     24060     84481    314848      8.94      9.42
12.69/12.74	c  N dy   552    155987       190     19219        63     17888     84481    215627      8.94      9.43
12.79/12.89	c  S st   558    158002       190     19219        63     19813     84481    245228      8.94   no data
12.89/12.93	c  S st   558    158507       190     19219        63     20317     84481    254074      8.94   no data
12.89/12.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.89/12.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
12.89/12.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
12.89/12.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.89/12.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.89/12.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    190 time:  0.00 s
12.89/12.94	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
12.89/12.95	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.00 s
12.89/12.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.09/13.13	c lits-rem:       337  cl-subs:     2217  v-elim:      0  v-fix:    0  time:  0.17 s
13.09/13.14	c vivif2 --  cl tried    19218 cl shrink        0 lits rem          0 time: 0.00
13.09/13.14	c vivif2 --  cl tried    18100 cl shrink        0 lits rem          0 time: 0.00
13.29/13.38	c asymm  cl-useful: 0/19218/19218 lits-rem:0 time: 0.24
13.29/13.39	c calculated reachability. Time: 0.00
13.29/13.39	c  N dy   558    158507       190     19218        63     18100     84461    235534      8.94   no data
14.09/14.17	c  N dy   588    168659       190     19218        63     27764     84461    383330      8.93      9.50
14.99/15.05	c  N dy   611    179519       190     19218        63     21956     84461    278655      8.90      9.37
16.00/16.03	c  N dy   663    191137       190     19218        63     32948     84461    447521      8.91      9.42
16.99/17.03	c  N dy   713    203418       190     19218        63     27615     84461    359950      8.91      9.47
18.09/18.17	c  N dy   766    216734       190     19218        63     22201     84461    261635      8.90      9.38
19.29/19.33	c  N dy   825    230800       190     19218        63     35486     84461    464493      8.90      9.46
19.89/19.94	c  S st   864    237763       190     19218        63     23140     84461    267429      8.91      8.58
19.89/19.98	c  S st   864    238264       190     19218        63     23639     84461    276245      8.91   no data
19.89/19.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.89/19.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
19.99/20.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
19.99/20.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.99/20.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.99/20.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    190 time:  0.00 s
19.99/20.00	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
19.99/20.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
19.99/20.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.19/20.21	c lits-rem:       359  cl-subs:     1938  v-elim:      0  v-fix:    0  time:  0.19 s
20.19/20.21	c vivif2 --  cl tried    19218 cl shrink        0 lits rem          0 time: 0.00
20.19/20.21	c vivif2 --  cl tried    21701 cl shrink        0 lits rem          0 time: 0.00
20.39/20.47	c asymm  cl-useful: 0/19218/19218 lits-rem:0 time: 0.25
20.39/20.47	c calculated reachability. Time: 0.00
20.39/20.47	c  N dy   864    238264       190     19218        63     21701     84461    259745      8.91   no data
21.69/21.72	c  N dy   927    253500       190     19218        63     36184     84461    483495      8.91      9.42
23.00/23.08	c  N dy   978    269694       190     19218        63     31654     84461    396515      8.90     10.37
24.59/24.64	c  N dy  1045    287070       190     19218        63     27254     84461    314053      8.89      9.36
26.30/26.33	c  N dy  1115    305411       190     19218        63     22902     84461    240487      8.89     10.47
26.30/26.39	c  F st  1118    306253       190     19218        63     23698     84461    252902      8.89      8.38
27.89/27.98	c  N dy  1173    325435       190     19218        63     41951     84461    535861      8.88      9.37
29.79/29.80	c  N dy  1266    345809       190     19218        63     38479     84461    472409      8.89      9.43
30.89/30.97	c  S st  1322    357397       190     19218        63     25783     84461    269315      8.90      9.29
30.99/31.02	c  S st  1322    357902       190     19218        63     26283     84461    278747      8.90   no data
30.99/31.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
30.99/31.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
30.99/31.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
30.99/31.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
30.99/31.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.99/31.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    190 time:  0.00 s
30.99/31.03	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
30.99/31.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
30.99/31.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.19/31.22	c lits-rem:       349  cl-subs:     1729  v-elim:      0  v-fix:    0  time:  0.17 s
31.19/31.22	c vivif2 --  cl tried    19218 cl shrink        0 lits rem          0 time: 0.00
31.19/31.23	c vivif2 --  cl tried    24554 cl shrink        0 lits rem          0 time: 0.00
31.49/31.50	c asymm  cl-useful: 0/19218/19218 lits-rem:0 time: 0.27
31.49/31.50	c calculated reachability. Time: 0.00
31.49/31.50	c  N dy  1322    357902       190     19218        63     24554     84461    265701      8.90   no data
33.19/33.23	c  N dy  1388    377945       190     19218        64     43471     84461    548125      8.89      9.38
34.99/35.06	c  N dy  1470    397991       190     19218        64     37840     84461    447134      8.89     11.16
36.99/37.01	c  N dy  1548    418312       190     19218        64     31565     84461    346306      8.88      9.53
38.89/38.90	c  N dy  1611    438489       190     19218        64     50682     84461    628896      8.87      9.35
40.79/40.81	c  N dy  1694    458641       190     19218        64     43232     84461    515076      8.87      9.37
42.80/42.85	c  N dy  1787    478671       190     19218        64     34755     84461    382239      8.87     10.02
44.69/44.76	c  N dy  1872    498700       190     19218        64     53725     84461    668043      8.87      9.35
46.69/46.75	c  N dy  1953    519172       190     19218        64     44715     84461    524336      8.87      9.39
48.59/48.65	c  S st  2018    536853       190     19218        64     32100     84461    332103      8.87      8.17
48.69/48.70	c  S st  2018    537354       190     19218        64     32585     84461    340264      8.87   no data
48.69/48.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
48.69/48.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
48.69/48.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
48.69/48.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
48.69/48.72	c subs with bin:        6  lits-rem:         0  v-fix:    0  time:  0.00 s
48.69/48.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    190 time:  0.00 s
48.69/48.72	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
48.69/48.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
48.69/48.75	c subs with bin:      493  lits-rem:        81  v-fix:    0  time:  0.02 s
48.99/49.02	c lits-rem:       413  cl-subs:     2685  v-elim:      0  v-fix:    0  time:  0.27 s
48.99/49.02	c vivif2 --  cl tried    19212 cl shrink        0 lits rem          0 time: 0.00
48.99/49.03	c vivif2 --  cl tried    29407 cl shrink        0 lits rem          0 time: 0.01
49.29/49.38	c asymm  cl-useful: 1/19212/19212 lits-rem:1 time: 0.34
49.29/49.38	c calculated reachability. Time: 0.00
49.29/49.38	c  N dy  2018    537354       190     19212        64     29407     84444    317887      8.87   no data
51.19/51.24	c  N dy  2081    557532       190     19212        64     48474     84444    600818      8.86      9.35
53.39/53.40	c  N dy  2154    577689       190     19212        64     37346     84444    416844      8.85      9.39
55.39/55.44	c  N dy  2237    598220       190     19212        64     56749     84444    706252      8.85      9.34
57.49/57.56	c  N dy  2324    618626       190     19212        64     44902     84444    519954      8.85      9.35
59.59/59.68	c  N dy  2396    638825       190     19212        64     63992     84444    804332      8.85      9.32
61.69/61.73	c  N dy  2478    659067       190     19212        64     51008     84444    605564      8.85      9.32
63.99/64.05	c  N dy  2557    679107       190     19212        64     36887     84444    391846      8.85      9.36
66.00/66.00	c  N dy  2635    699134       190     19212        64     55867     84444    674636      8.85      9.33
68.20/68.25	c  N dy  2704    719322       190     19212        64     40873     84444    447444      8.84      9.31
70.30/70.35	c  N dy  2790    739681       190     19212        64     60231     84444    733430      8.84      9.35
72.60/72.68	c  N dy  2875    760770       190     19212        64     45042     84444    505353      8.84      9.35
74.89/74.91	c  N dy  2942    780826       190     19212        64     64010     84444    777232      8.84      9.35
77.19/77.22	c  N dy  3022    800891       190     19212        64     46965     84444    528509      8.83      9.32
77.69/77.76	c  S st  3048    806031       190     19212        64     51830     84444    602068      8.84      8.26
77.79/77.82	c  S st  3048    806533       190     19212        64     52329     84444    610586      8.84   no data
77.79/77.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
77.79/77.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.01
77.79/77.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
77.79/77.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
77.79/77.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
77.79/77.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    190 time:  0.00 s
77.79/77.85	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
77.79/77.86	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.01 s
77.79/77.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
78.89/78.95	c lits-rem:      1874  cl-subs:     6480  v-elim:      0  v-fix:    0  time:  1.06 s
78.89/78.95	c vivif2 --  cl tried    19211 cl shrink        0 lits rem          0 time: 0.00
78.89/78.96	c vivif2 --  cl tried    45849 cl shrink        0 lits rem          0 time: 0.01
79.09/79.14	c asymm  cl-useful: 0/3993/19211 lits-rem:0 time: 0.18
79.09/79.14	c calculated reachability. Time: 0.00
79.09/79.14	c  N dy  3048    806533       190     19211        64     45849     84424    554362      8.84   no data
81.39/81.44	c  N dy  3120    826617       190     19211        64     64934     84424    833034      8.83      9.44
83.90/83.90	c  N dy  3187    847337       190     19211        64     47806     84424    542168      8.83      9.29
86.10/86.17	c  N dy  3247    867594       190     19211        64     67036     84424    819212      8.82      9.35
88.50/88.55	c  N dy  3321    887699       190     19211        64     48166     84424    546439      8.82      9.28
90.90/90.92	c  N dy  3389    909073       190     19211        64     68392     84424    836188      8.81      9.45
93.29/93.30	c  N dy  3450    929164       190     19211        64     48634     84424    538668      8.80      9.30
95.50/95.55	c  N dy  3528    949217       190     19211        64     67606     84424    817732      8.80      9.33
97.99/98.00	c  N dy  3588    969866       190     19211        64     47419     84424    515118      8.79      9.38
100.19/100.22	c  N dy  3663    990391       190     19211        64     66846     84424    800231      8.79      9.30
102.79/102.89	c  N dy  3733   1011147       190     19211        64     45797     84424    479081      8.78      9.26
104.99/105.01	c  N dy  3815   1031195       190     19211        64     64791     84424    759019      8.78      9.32
107.70/107.72	c  N dy  3894   1051270       190     19211        64     42147     84424    414171      8.78      9.27
109.69/109.77	c  N dy  3984   1071348       190     19211        64     61164     84424    695015      8.78      9.90
109.79/109.84	c  F st  3988   1071875       190     19211        64     61667     84424    702315      8.78   no data
112.20/112.24	c  N dy  4058   1091893       190     19211        64     80628     84424    980687      8.78      9.26
114.49/114.57	c  N dy  4145   1111911       190     19211        64     56955     84424    622870      8.78      9.91
116.89/116.93	c  N dy  4222   1132121       190     19211        64     76087     84424    896743      8.78      9.30
119.39/119.46	c  N dy  4300   1152314       190     19211        64     51718     84424    537000      8.78      9.28
121.69/121.74	c  N dy  4383   1172389       190     19211        64     70717     84424    816887      8.78      9.25
124.40/124.48	c  N dy  4437   1192470       190     19211        64     45230     84424    431775      8.77      9.24
126.10/126.17	c  S st  4510   1209799       190     19211        64     61635     84424    670060      8.77      8.07
126.20/126.23	c  S st  4510   1210301       190     19211        64     62128     84424    677729      8.77   no data
126.20/126.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
126.20/126.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
126.20/126.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
126.20/126.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
126.20/126.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
126.20/126.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    190 time:  0.00 s
126.20/126.26	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
126.20/126.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
126.30/126.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
127.80/127.83	c lits-rem:      4241  cl-subs:     7553  v-elim:      0  v-fix:    0  time:  1.53 s
127.80/127.84	c vivif2 --  cl tried    19211 cl shrink        0 lits rem          0 time: 0.00
127.80/127.85	c vivif2 --  cl tried    54575 cl shrink        0 lits rem          0 time: 0.01
128.00/128.04	c asymm  cl-useful: 0/5798/19211 lits-rem:0 time: 0.19
128.00/128.04	c calculated reachability. Time: 0.00
128.00/128.04	c  N dy  4510   1210301       190     19211        64     54575     84424    609150      8.77   no data
130.39/130.44	c  N dy  4569   1231652       190     19211        64     74687     84424    893545      8.77      9.24
133.19/133.21	c  N dy  4654   1251701       190     19211        64     48450     84424    476448      8.77      9.26
135.30/135.34	c  N dy  4731   1271801       190     19211        64     67452     84424    749063      8.76      9.24
137.89/137.99	c  N dy  4812   1292264       190     19211        65     86817     84424   1029327      8.76      9.26
140.40/140.47	c  N dy  4880   1312397       190     19211        65     59634     84424    636164      8.76      9.27
142.90/142.90	c  N dy  4959   1332449       190     19211        65     78524     84424    907313      8.76     11.21
145.70/145.76	c  N dy  5029   1352642       190     19211        65     50442     84424    492370      8.76      9.32
148.10/148.18	c  N dy  5115   1374897       190     19211        65     71493     84424    798563      8.75      9.23
150.70/150.76	c  N dy  5207   1395107       190     19211        65     90527     84424   1077642      8.76      9.26
153.29/153.34	c  N dy  5294   1415313       190     19211        65     61490     84424    647079      8.76      9.24
155.59/155.69	c  N dy  5369   1435387       190     19211        65     80425     84424    914786      8.75      9.22
158.70/158.74	c  N dy  5434   1456813       190     19211        65     51546     84424    486673      8.75      9.29
160.90/160.95	c  N dy  5511   1477088       190     19211        65     70728     84424    759876      8.75      9.21
163.50/163.56	c  N dy  5589   1497102       190     19211        65     89672     84424   1029841      8.75      9.28
166.29/166.30	c  N dy  5670   1517346       190     19211        65     58765     84424    584144      8.75      9.21
168.59/168.63	c  N dy  5756   1537937       190     19211        65     78229     84424    866390      8.75      9.29
171.20/171.22	c  N dy  5827   1557943       190     19211        65     97067     84424   1135071      8.74     10.67
173.80/173.84	c  N dy  5896   1577991       190     19211        65     65064     84424    659760      8.74      9.20
176.39/176.45	c  N dy  5963   1599596       190     19211        66     85489     84424    946863      8.73      9.21
179.49/179.56	c  N dy  6031   1619621       190     19211        66     52364     84424    469582      8.73      9.22
181.70/181.75	c Finding binary XORs  T:     0.00 s  found:       0
181.80/181.84	c  N dy  6095   1640280       190     19211        67     71888     84424    743396      8.73      9.25
184.50/184.58	c  N dy  6192   1660508       190     19211        67     91029     84424   1020890      8.73      9.29
187.49/187.54	c  N dy  6265   1680559       190     19211        67     57001     84424    526860      8.73      9.25
189.79/189.80	c  N dy  6335   1701062       190     19211        67     76275     84424    797176      8.73      9.24
190.89/190.97	c  S st  6366   1710301       190     19211        67     84966     84424    920270      8.72      9.06
190.99/191.04	c  S st  6366   1710802       190     19211        67     85463     84424    928551      8.72   no data
190.99/191.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
190.99/191.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.02
190.99/191.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
190.99/191.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
190.99/191.07	c subs with bin:       15  lits-rem:         0  v-fix:    0  time:  0.00 s
190.99/191.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    190 time:  0.00 s
190.99/191.07	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
190.99/191.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
191.19/191.23	c subs with bin:     1005  lits-rem:       872  v-fix:    0  time:  0.12 s
194.60/194.67	c lits-rem:      6989  cl-subs:    15688  v-elim:      0  v-fix:    0  time:  3.44 s
194.60/194.68	c vivif2 --  cl tried    19196 cl shrink        0 lits rem          0 time: 0.00
194.60/194.69	c vivif2 --  cl tried    68770 cl shrink        0 lits rem          0 time: 0.02
194.79/194.89	c asymm  cl-useful: 0/9405/19196 lits-rem:0 time: 0.19
194.79/194.89	c calculated reachability. Time: 0.00
194.79/194.89	c  N dy  6366   1710802       190     19196        67     68770     84385    778489      8.72   no data
197.39/197.45	c  N dy  6447   1730870       190     19196        68     87740     84385   1050198      8.72      9.27
200.70/200.75	c  N dy  6523   1750946       190     19196        68     53333     84385    484587      8.72      9.83
202.90/202.99	c  N dy  6595   1771524       190     19196        69     72694     84385    758848      8.72      9.23
205.50/205.51	c  N dy  6679   1791608       190     19196        69     91610     84385   1031394      8.72      9.33
208.70/208.71	c  N dy  6758   1811763       190     19196        69     56196     84385    521205      8.72      9.23
210.99/211.03	c  N dy  6828   1832158       190     19196        69     75504     84385    800995      8.72      9.24
211.59/211.68	c Finding binary XORs  T:     0.00 s  found:       0
213.59/213.67	c  N dy  6902   1852493       190     19196        71     94611     84385   1071860      8.72      9.20
216.90/216.93	c  N dy  6980   1872909       190     19196        72     58319     84385    536826      8.71      9.37
219.10/219.16	c  N dy  7047   1892981       190     19196        72     77252     84385    805747      8.71      9.28
221.80/221.80	c  N dy  7117   1913069       190     19196        72     96166     84385   1074056      8.71      9.76
225.00/225.07	c  N dy  7190   1933377       190     19196        72     58792     84385    534502      8.71      9.18
227.40/227.47	c  N dy  7257   1954686       190     19196        72     78916     84385    814795      8.70      9.23
230.10/230.10	c  N dy  7319   1974943       190     19196        74     97959     84385   1075678      8.70      9.25
233.40/233.46	c  N dy  7372   1995519       190     19196        74     59924     84385    541025      8.69      9.17
235.80/235.80	c  N dy  7450   2015747       190     19196        74     79009     84385    811843      8.69      9.19
236.00/236.06	c Finding binary XORs  T:     0.00 s  found:       0
238.29/238.32	c  N dy  7521   2035774       190     19196        75     97848     84385   1069973      8.69     11.97
240.80/240.89	c Finding binary XORs  T:     0.00 s  found:       0
241.70/241.70	c  N dy  7581   2056060       190     19196        79     58539     84385    511456      8.69      9.16
243.80/243.87	c  N dy  7638   2076483       190     19196        81     77810     84385    779251      8.68      9.22
245.80/245.87	c Finding binary XORs  T:     0.00 s  found:       0
246.30/246.37	c  N dy  7706   2096519       190     19196        84     96667     84385   1039356      8.68      9.14
249.30/249.33	c  N dy  7780   2116660       190     19196        84    115686     84385   1306961      8.68      9.15
252.30/252.35	c  N dy  7859   2136686       190     19196        86     75183     84385    737257      8.68      9.14
254.90/254.97	c  N dy  7949   2156721       190     19196        87     94102     84385   1005116      8.68     10.10
255.30/255.37	c Finding binary XORs  T:     0.00 s  found:       0
257.50/257.59	c Finding binary XORs  T:     0.00 s  found:       0
257.90/257.95	c  N dy  8023   2176942       189     18864        66    104643     83171   1192605      8.67      9.26
260.80/260.85	c  N dy  8101   2197056       189     18864        66     67600     83171    658781      8.67      9.18
262.40/262.50	c  S st  8168   2210802       189     18864        66     80601     83171    844270      8.67   no data
262.50/262.57	c  S st  8168   2211304       189     18864        66     81094     83171    851971      8.67   no data
262.50/262.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
262.60/262.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.02
262.60/262.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
262.60/262.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
262.60/262.60	c subs with bin:       16  lits-rem:         0  v-fix:    0  time:  0.00 s
262.60/262.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    189 time:  0.00 s
262.60/262.60	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
262.60/262.62	c lits-rem:         0  cl-subs:       15  v-elim:      0  v-fix:    0  time:  0.02 s
262.70/262.77	c subs with bin:     1164  lits-rem:      1297  v-fix:    0  time:  0.12 s
265.50/265.59	c lits-rem:      7482  cl-subs:    11358  v-elim:      0  v-fix:    0  time:  2.81 s
265.50/265.59	c vivif2 --  cl tried    18833 cl shrink        0 lits rem          0 time: 0.00
265.60/265.61	c vivif2 --  cl tried    68572 cl shrink        0 lits rem          0 time: 0.02
265.80/265.80	c asymm  cl-useful: 0/2680/18833 lits-rem:0 time: 0.20
265.80/265.81	c calculated reachability. Time: 0.00
265.80/265.81	c  N dy  8168   2211304       189     18833        66     68572     82829    741570      8.67   no data
268.40/268.44	c  N dy  8228   2231334       189     18833        66     87411     82829    998629      8.67      9.19
271.29/271.33	c  N dy  8291   2251409       189     18833        67    106335     82829   1258284      8.67      9.51
274.60/274.68	c  N dy  8358   2271833       189     18833        67     66715     82829    639752      8.67      9.15
275.50/275.54	c Finding binary XORs  T:     0.00 s  found:       0
276.90/276.99	c  N dy  8413   2292357       189     18833        73     85906     82829    893984      8.66      9.12
278.40/278.40	c Finding binary XORs  T:     0.00 s  found:       0
279.70/279.77	c  N dy  8478   2312433       188     18500        62     84607     81621    942793      8.66      9.73
282.90/282.97	c  N dy  8567   2332704       188     18500        62     52954     81621    485062      8.66      9.13
285.10/285.17	c  N dy  8635   2352760       188     18500        63     71860     81621    746461      8.66      9.13
287.80/287.84	c  N dy  8696   2373710       188     18500        63     91594     81621   1019640      8.65      9.12
290.70/290.77	c  N dy  8770   2393881       188     18500        63    110685     81621   1283247      8.65      9.13
293.60/293.70	c  N dy  8839   2414135       188     18500        63     72177     81621    713333      8.65      9.14
296.29/296.32	c  N dy  8924   2434178       188     18500        63     91024     81621    977033      8.65      9.14
299.29/299.34	c  N dy  9008   2454201       188     18500        63    109902     81621   1238653      8.65      9.21
302.70/302.75	c  N dy  9073   2474320       188     18500        63     67718     81621    638847      8.65      9.13
305.10/305.17	c  N dy  9160   2494407       188     18500        63     86645     81621    906020      8.65      9.19
308.01/308.04	c  N dy  9238   2514550       188     18500        64    105632     81621   1169544      8.64      9.11
309.70/309.79	c Finding binary XORs  T:     0.00 s  found:       0
311.20/311.28	c  N dy  9303   2535174       188     18500        66    124973     81621   1432653      8.64      9.13
314.40/314.44	c  N dy  9382   2556093       188     18500        66     81169     81621    821600      8.64      9.11
317.10/317.16	c  N dy  9461   2576225       188     18500        66    100119     81621   1078493      8.64      9.16
320.40/320.49	c  N dy  9515   2598594       188     18500        67    121035     81621   1354310      8.63      9.14
323.90/323.99	c  N dy  9566   2618630       188     18500        69     74711     81621    701593      8.63      9.10
325.51/325.50	c Finding binary XORs  T:     0.00 s  found:       0
326.61/326.61	c  N dy  9629   2638929       188     18500        70     93917     81621    963865      8.63      9.09
329.60/329.66	c  N dy  9699   2660078       188     18500        71    113833     81621   1236907      8.63      9.12
333.10/333.11	c  N dy  9770   2680367       188     18500        71    132933     81621   1494142      8.62      9.11
336.00/336.07	c  N dy  9835   2700442       188     18500        72     85298     81621    836966      8.62      9.08
337.50/337.57	c  S st  9874   2711304       188     18500        72     95521     81621    974364      8.62      6.62
337.60/337.66	c  S st  9874   2711805       188     18500        72     96016     81621    981346      8.62   no data
337.60/337.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
337.60/337.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.03
337.60/337.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
337.60/337.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
337.60/337.70	c subs with bin:       45  lits-rem:         0  v-fix:    0  time:  0.00 s
337.60/337.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    188 time:  0.00 s
337.60/337.70	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
337.70/337.72	c lits-rem:         0  cl-subs:       15  v-elim:      0  v-fix:    0  time:  0.02 s
338.10/338.19	c subs with bin:     3811  lits-rem:      3992  v-fix:    0  time:  0.44 s
342.20/342.20	c lits-rem:     10536  cl-subs:    17456  v-elim:      0  v-fix:    0  time:  4.01 s
342.20/342.20	c vivif2 --  cl tried    18440 cl shrink        0 lits rem          0 time: 0.00
342.20/342.22	c vivif2 --  cl tried    74749 cl shrink        0 lits rem          0 time: 0.02
342.40/342.42	c asymm  cl-useful: 0/2848/18440 lits-rem:0 time: 0.20
342.40/342.43	c calculated reachability. Time: 0.00
342.40/342.43	c  N dy  9874   2711805       188     18440        72     74749     81210    795785      8.62   no data
345.10/345.19	c  N dy  9934   2732091       188     18440        73     93936     81210   1055511      8.62      9.10
345.90/345.98	c Finding binary XORs  T:     0.00 s  found:       0
348.30/348.37	c  N dy  9993   2752518       188     18440        75    113175     81210   1309788      8.61      9.08
351.91/352.00	c  N dy 10044   2773658       188     18440        77    132967     81210   1563344      8.61      9.07
352.70/352.79	c Finding binary XORs  T:     0.00 s  found:       0
355.00/355.06	c  N dy 10084   2794061       188     18440        84     85119     81210    835214      8.60      9.07
355.80/355.84	c Finding binary XORs  T:     0.00 s  found:       0
358.00/358.05	c  N dy 10132   2816416       187     18440        93    106016     81210   1106729      8.60      9.14
358.10/358.16	c Finding binary XORs  T:     0.00 s  found:       0
361.40/361.48	c  N dy 10208   2838053       187     18152        71    116184     80164   1281263      8.60      9.06
364.80/364.85	c  N dy 10275   2858080       187     18152        72     71978     80164    688990      8.59      9.09
365.60/365.61	c Finding binary XORs  T:     0.00 s  found:       0
367.41/367.45	c  N dy 10326   2878248       187     18152        76     90928     80164    936222      8.59      9.10
367.90/367.99	c Finding binary XORs  T:     0.00 s  found:       0
370.71/370.72	c  N dy 10388   2900993       186     17814        69    106238     78938   1153646      8.58      9.07
372.60/372.69	c Finding binary XORs  T:     0.00 s  found:       0
373.91/373.91	c  N dy 10435   2921268       186     17814        76    125200     78938   1397157      8.58      9.04
374.40/374.45	c Finding binary XORs  T:     0.00 s  found:       0
376.90/376.99	c  N dy 10502   2941871       185     17493        62     70731     77820    705988      8.58      9.12
379.71/379.73	c  N dy 10574   2962087       185     17493        62     89755     77819    959587      8.58      9.05
382.00/382.05	c Finding binary XORs  T:     0.00 s  found:       0
382.71/382.70	c  N dy 10634   2982225       185     17493        65    108699     77819   1207070      8.57      9.07
386.50/386.54	c  N dy 10708   3002535       185     17493        65     65292     77819    592626      8.57      9.27
389.00/389.04	c  N dy 10769   3022977       185     17493        65     84470     77819    846695      8.57      9.04
392.10/392.10	c  N dy 10832   3043228       185     17493        66    103539     77819   1094867      8.57      9.06
394.40/394.44	c Finding binary XORs  T:     0.00 s  found:       0
395.40/395.48	c  N dy 10897   3063585       185     17493        68    122597     77819   1345307      8.57      9.03
399.50/399.56	c  N dy 10961   3083867       185     17493        69     74189     77819    695636      8.56      9.03
401.20/401.20	c Finding binary XORs  T:     0.00 s  found:       0
402.51/402.52	c  N dy 11029   3104094       185     17493        71     93245     77819    951589      8.56      9.02
404.20/404.25	c Finding binary XORs  T:     0.00 s  found:       0
405.60/405.63	c  N dy 11094   3124157       184     17155        67    104725     76589   1123903      8.56      9.10
409.11/409.15	c  N dy 11168   3145621       184     17155        70    124861     76589   1387574      8.56      9.03
409.50/409.50	c Finding binary XORs  T:     0.00 s  found:       0
412.80/412.81	c  N dy 11242   3165974       184     17155        70     77314     76589    725847      8.56      9.01
413.40/413.44	c Finding binary XORs  T:     0.00 s  found:       0
415.40/415.48	c  N dy 11302   3186029       184     17155        77     96051     76589    968082      8.55      9.07
418.61/418.68	c  N dy 11364   3206255       184     17155        79    115097     76589   1213483      8.55      9.02
418.81/418.87	c Finding binary XORs  T:     0.00 s  found:       0
419.61/419.60	c  S st 11382   3211805       184     17155        80    120298     76589   1280339      8.55      7.97
419.71/419.72	c  S st 11382   3212308       184     17155        80    120794     76589   1288198      8.55   no data
419.71/419.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
419.71/419.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.04
419.71/419.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
419.71/419.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
419.71/419.77	c subs with bin:      115  lits-rem:         0  v-fix:    0  time:  0.00 s
419.71/419.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    184 time:  0.00 s
419.71/419.77	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
419.71/419.79	c lits-rem:         0  cl-subs:       57  v-elim:      0  v-fix:    0  time:  0.02 s
421.81/421.83	c subs with bin:    11905  lits-rem:     12272  v-fix:    0  time:  2.00 s
429.71/429.75	c lits-rem:     26385  cl-subs:    25107  v-elim:      0  v-fix:    0  time:  7.92 s
429.71/429.75	c vivif2 --  cl tried    16983 cl shrink        0 lits rem          0 time: 0.00
429.71/429.77	c vivif2 --  cl tried    83782 cl shrink        0 lits rem          0 time: 0.02
429.91/429.99	c asymm  cl-useful: 0/6765/16983 lits-rem:0 time: 0.22
430.01/430.00	c calculated reachability. Time: 0.00
430.01/430.00	c  N dy 11382   3212308       184     16983        84     83782     75201    938745      8.55   no data
430.71/430.78	c Finding binary XORs  T:     0.00 s  found:       0
433.21/433.22	c  N dy 11428   3232784       183     16717        75    101248     74177   1160523      8.55      9.06
434.80/434.84	c Finding binary XORs  T:     0.00 s  found:       0
436.71/436.73	c  N dy 11486   3252875       183     16717        79    120063     74177   1396384      8.54      9.19
439.10/439.15	c Finding binary XORs  T:     0.00 s  found:       0
441.11/441.16	c  N dy 11526   3273171       183     16717        82     70612     74177    647949      8.54      9.09
442.70/442.74	c Finding binary XORs  T:     0.00 s  found:       0
443.90/443.91	c  N dy 11574   3293254       182     16478        77     85646     73288    847492      8.53      8.99
445.51/445.58	c Finding binary XORs  T:     0.00 s  found:       0
446.90/446.90	c  N dy 11599   3313586       182     16478        89    104603     73288   1070642      8.53      9.01
447.20/447.22	c Finding binary XORs  T:     0.00 s  found:       0
449.30/449.34	c Finding binary XORs  T:     0.00 s  found:       0
450.50/450.55	c  N dy 11650   3334918       180     16195        98    111900     72278   1179539      8.52      9.05
450.91/450.96	c Finding binary XORs  T:     0.00 s  found:       0
453.11/453.18	c Finding binary XORs  T:     0.00 s  found:       0
454.60/454.61	c  N dy 11687   3355441       179     15898       111     64030     71218    587200      8.52      8.99
454.80/454.81	c Finding binary XORs  T:     0.00 s  found:       0
455.90/455.95	c Finding binary XORs  T:     0.00 s  found:       0
457.10/457.13	c Finding binary XORs  T:     0.00 s  found:       0
458.00/458.00	c Finding binary XORs  T:     0.00 s  found:       0
458.00/458.07	c  E dy 11712   3380430       155     12348       404     31924     56925    295712      8.51      3.86
458.00/458.07	c num threads              : 1          
458.00/458.07	c restarts                 : 11712      
458.00/458.07	c dynamic restarts         : 11682      
458.00/458.07	c static restarts          : 30         
458.00/458.08	c full restarts            : 4          
458.00/458.08	c total simplify time      : 1.21       
458.00/458.08	c learnts DL2              : 0          
458.00/458.08	c learnts size 2           : 940        
458.00/458.08	c learnts size 1           : 58          (30.37     % of vars)
458.00/458.08	c filedLit time            : 0.19        (0.04      % time)
458.00/458.08	c v-elim SatELite          : 0           (0.00      % vars)
458.00/458.08	c SatELite time            : 22.19       (4.85      % time)
458.00/458.08	c v-elim xor               : 0           (0.00      % vars)
458.00/458.08	c xor elim time            : 0.04        (0.01      % time)
458.00/458.08	c num binary xor trees     : 0          
458.00/458.08	c binxor trees' crown      : 0           (nan       leafs/tree)
458.00/458.08	c bin xor find time        : 0.02       
458.00/458.08	c OTF clause improved      : 190659      (0.06      clauses/conflict)
458.00/458.08	c OTF impr. size diff      : 209480      (1.10       lits/clause)
458.00/458.08	c OTF cl watch-shrink      : 2475666     (0.73      clauses/conflict)
458.00/458.08	c OTF cl watch-sh-lit      : 9685118     (3.91       lits/clause)
458.00/458.08	c tried to recurMin cls    : 524717      (15.52      % of conflicts)
458.00/458.08	c updated cache            : 2015        (0.00       lits/tried recurMin)
458.00/458.08	c clauses over max glue    : 0           (0.00      % of all clauses)
458.00/458.08	c conflicts                : 3380430     (7383.20   / sec)
458.00/458.08	c decisions                : 4253668     (0.16      % random)
458.00/458.08	c bogo-props               : 68885178455 (150452150.74 / sec)
458.00/458.08	c conflict literals        : 46923119    (57.46     % deleted)
458.00/458.08	c Memory used              : 96.59       MB
458.00/458.08	c CPU time                 : 457.85      s
458.00/458.08	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 3.16 3.86 3.71 6/178 5089
/proc/meminfo: memFree=13807552/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=30268 CPUtime=0 cores=0,2
/proc/5089/stat : 5089 (strangenight2-s) R 5087 5089 4084 0 -1 4202496 736 0 0 0 0 0 0 0 24 0 1 0 446962855 30994432 675 33554432000 4194304 4627331 140733482472784 18446744073709551615 4506837 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5089/statm: 7567 675 321 106 0 2538 0

[startup+0.0558121 s]
/proc/loadavg: 3.16 3.86 3.71 6/178 5089
/proc/meminfo: memFree=13807552/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=30748 CPUtime=0.05 cores=0,2
/proc/5089/stat : 5089 (strangenight2-s) R 5087 5089 4084 0 -1 4202496 932 0 0 0 5 0 0 0 24 0 1 0 446962855 31485952 871 33554432000 4194304 4627331 140733482472784 18446744073709551615 4308567 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5089/statm: 7687 871 341 106 0 2658 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 30748

[startup+0.100804 s]
/proc/loadavg: 3.16 3.86 3.71 6/178 5089
/proc/meminfo: memFree=13807552/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=30748 CPUtime=0.09 cores=0,2
/proc/5089/stat : 5089 (strangenight2-s) R 5087 5089 4084 0 -1 4202496 932 0 0 0 9 0 0 0 24 0 1 0 446962855 31485952 871 33554432000 4194304 4627331 140733482472784 18446744073709551615 4308285 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5089/statm: 7687 871 341 106 0 2658 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30748

[startup+0.300778 s]
/proc/loadavg: 3.16 3.86 3.71 6/178 5089
/proc/meminfo: memFree=13807552/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=33968 CPUtime=0.29 cores=0,2
/proc/5089/stat : 5089 (strangenight2-s) R 5087 5089 4084 0 -1 4202496 2077 0 0 0 29 0 0 0 25 0 1 0 446962855 34783232 1697 33554432000 4194304 4627331 140733482472784 18446744073709551615 4309315 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5089/statm: 8492 1697 372 106 0 3463 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33968

[startup+0.700708 s]
/proc/loadavg: 3.16 3.86 3.71 6/178 5089
/proc/meminfo: memFree=13807552/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=33968 CPUtime=0.69 cores=0,2
/proc/5089/stat : 5089 (strangenight2-s) R 5087 5089 4084 0 -1 4202496 2219 0 0 0 69 0 0 0 25 0 1 0 446962855 34783232 1839 33554432000 4194304 4627331 140733482472784 18446744073709551615 4309033 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5089/statm: 8492 1839 373 106 0 3463 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33968

[startup+1.50055 s]
/proc/loadavg: 3.16 3.86 3.71 5/190 5106
/proc/meminfo: memFree=13772248/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=35388 CPUtime=1.49 cores=0,2
/proc/5089/stat : 5089 (strangenight2-s) R 5087 5089 4084 0 -1 4202496 2965 0 0 0 149 0 0 0 25 0 1 0 446962855 36237312 1908 33554432000 4194304 4627331 140733482472784 18446744073709551615 4308583 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5089/statm: 8847 1908 373 106 0 3818 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35388

[startup+3.10029 s]
/proc/loadavg: 3.23 3.87 3.72 5/190 5106
/proc/meminfo: memFree=13760220/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=39864 CPUtime=3.09 cores=0,2
/proc/5089/stat : 5089 (strangenight2-s) R 5087 5089 4084 0 -1 4202496 4846 0 0 0 309 0 0 0 19 0 1 0 446962855 40820736 2988 33554432000 4194304 4627331 140733482472784 18446744073709551615 4309364 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5089/statm: 9966 2988 378 106 0 4937 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39864

[startup+6.3007 s]
/proc/loadavg: 3.23 3.87 3.72 5/190 5106
/proc/meminfo: memFree=13737016/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=43404 CPUtime=6.3 cores=0,2
/proc/5089/stat : 5089 (strangenight2-s) R 5087 5089 4084 0 -1 4202496 6850 0 0 0 629 1 0 0 25 0 1 0 446962855 44445696 4048 33554432000 4194304 4627331 140733482472784 18446744073709551615 4309063 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5089/statm: 10851 4048 378 106 0 5822 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 43404

[startup+12.7006 s]
/proc/loadavg: 3.29 3.87 3.72 5/190 5107
/proc/meminfo: memFree=13730564/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=43760 CPUtime=12.69 cores=0,2
/proc/5089/stat : 5089 (strangenight2-s) R 5087 5089 4084 0 -1 4202496 10161 0 0 0 1268 1 0 0 25 0 1 0 446962855 44810240 3928 33554432000 4194304 4627331 140733482472784 18446744073709551615 4308248 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5089/statm: 10940 3928 378 106 0 5911 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 43760

[startup+25.5003 s]
/proc/loadavg: 3.45 3.87 3.72 5/190 5107
/proc/meminfo: memFree=13717096/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=46284 CPUtime=25.49 cores=0,2
/proc/5089/stat : 5089 (strangenight2-s) R 5087 5089 4084 0 -1 4202496 15483 0 0 0 2546 3 0 0 25 0 1 0 446962855 47394816 4782 33554432000 4194304 4627331 140733482472784 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5089/statm: 11571 4782 378 106 0 6542 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 46284

[startup+51.1007 s]
/proc/loadavg: 3.63 3.88 3.73 5/190 5108
/proc/meminfo: memFree=13701808/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=50468 CPUtime=51.09 cores=0,2
/proc/5089/stat : 5089 (strangenight2-s) R 5087 5089 4084 0 -1 4202496 24876 0 0 0 5105 4 0 0 25 0 1 0 446962855 51679232 5827 33554432000 4194304 4627331 140733482472784 18446744073709551615 4309238 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5089/statm: 12617 5827 382 106 0 7588 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 50468

[startup+102.307 s]
/proc/loadavg: 3.85 3.90 3.74 5/190 5109
/proc/meminfo: memFree=13659632/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=59932 CPUtime=102.3 cores=0,2
/proc/5089/stat : 5089 (strangenight2-s) R 5087 5089 4084 0 -1 4202496 40738 0 0 0 10223 7 0 0 25 0 1 0 446962855 61370368 8314 33554432000 4194304 4627331 140733482472784 18446744073709551615 4324262 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5089/statm: 14983 8314 378 106 0 9954 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 59932

[startup+162.301 s]
/proc/loadavg: 3.94 3.91 3.75 6/190 5111
/proc/meminfo: memFree=13638128/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=63428 CPUtime=162.3 cores=0,2
/proc/5089/stat : 5089 (strangenight2-s) R 5087 5089 4084 0 -1 4202496 56300 0 0 0 16219 11 0 0 25 0 1 0 446962855 64950272 9095 33554432000 4194304 4627331 140733482472784 18446744073709551615 4302946 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5089/statm: 15857 9095 378 106 0 10828 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 63428

[startup+222.301 s]
/proc/loadavg: 3.98 3.93 3.76 5/190 5121
/proc/meminfo: memFree=13600716/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=72364 CPUtime=222.3 cores=0,2
/proc/5089/stat : 5089 (strangenight2-s) R 5087 5089 4084 0 -1 4202496 70517 0 0 0 22215 15 0 0 25 0 1 0 446962855 74100736 11434 33554432000 4194304 4627331 140733482472784 18446744073709551615 4327402 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5089/statm: 18091 11434 378 106 0 13062 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 72364

[startup+282.3 s]
/proc/loadavg: 4.05 3.95 3.78 5/190 5123
/proc/meminfo: memFree=13579328/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=84928 CPUtime=282.3 cores=0,2
/proc/5089/stat : 5089 (strangenight2-s) R 5087 5089 4084 0 -1 4202496 81854 0 0 0 28212 18 0 0 25 0 1 0 446962855 86966272 13847 33554432000 4194304 4627331 140733482472784 18446744073709551615 4308367 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5089/statm: 21232 13847 378 106 0 16203 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 84928

[startup+342.301 s]
/proc/loadavg: 4.05 3.97 3.80 5/190 5124
/proc/meminfo: memFree=13570364/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=77804 CPUtime=342.3 cores=0,2
/proc/5089/stat : 5089 (strangenight2-s) R 5087 5089 4084 0 -1 4202496 92151 0 0 0 34210 20 0 0 25 0 1 0 446962855 79671296 12403 33554432000 4194304 4627331 140733482472784 18446744073709551615 4309132 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5089/statm: 19451 12403 383 106 0 14422 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 77804

[startup+402.301 s]
/proc/loadavg: 4.09 4.00 3.82 5/190 5126
/proc/meminfo: memFree=13530144/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=86120 CPUtime=402.3 cores=0,2
/proc/5089/stat : 5089 (strangenight2-s) R 5087 5089 4084 0 -1 4202496 98073 0 0 0 40208 22 0 0 25 0 1 0 446962855 88186880 13997 33554432000 4194304 4627331 140733482472784 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5089/statm: 21530 13997 378 106 0 16501 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 86120

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

[startup+409.501 s]
/proc/loadavg: 4.07 4.00 3.82 5/190 5126
/proc/meminfo: memFree=13533232/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=86120 CPUtime=409.5 cores=0,2
/proc/5089/stat : 5089 (strangenight2-s) R 5087 5089 4084 0 -1 4202496 98160 0 0 0 40928 22 0 0 25 0 1 0 446962855 88186880 14084 33554432000 4194304 4627331 140733482472784 18446744073709551615 4309536 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5089/statm: 21530 14084 378 106 0 16501 0
Current children cumulated CPU time (s) 409.5
Current children cumulated vsize (KiB) 86120

[startup+435.101 s]
/proc/loadavg: 4.05 4.00 3.82 5/190 5127
/proc/meminfo: memFree=13516976/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=98904 CPUtime=435.1 cores=0,2
/proc/5089/stat : 5089 (strangenight2-s) R 5087 5089 4084 0 -1 4202496 101785 0 0 0 43487 23 0 0 25 0 1 0 446962855 101277696 17709 33554432000 4194304 4627331 140733482472784 18446744073709551615 4309261 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5089/statm: 24726 17709 378 106 0 19697 0
Current children cumulated CPU time (s) 435.1
Current children cumulated vsize (KiB) 98904

[startup+447.901 s]
/proc/loadavg: 4.04 4.00 3.82 5/190 5127
/proc/meminfo: memFree=13513256/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=98904 CPUtime=447.9 cores=0,2
/proc/5089/stat : 5089 (strangenight2-s) R 5087 5089 4084 0 -1 4202496 102204 0 0 0 44767 23 0 0 25 0 1 0 446962855 101277696 18128 33554432000 4194304 4627331 140733482472784 18446744073709551615 4309540 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5089/statm: 24726 18128 378 106 0 19697 0
Current children cumulated CPU time (s) 447.9
Current children cumulated vsize (KiB) 98904

[startup+454.307 s]
/proc/loadavg: 4.03 4.00 3.82 5/190 5127
/proc/meminfo: memFree=13513752/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=98904 CPUtime=454.31 cores=0,2
/proc/5089/stat : 5089 (strangenight2-s) R 5087 5089 4084 0 -1 4202496 102666 0 0 0 45408 23 0 0 25 0 1 0 446962855 101277696 18590 33554432000 4194304 4627331 140733482472784 18446744073709551615 4327608 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5089/statm: 24726 18590 378 106 0 19697 0
Current children cumulated CPU time (s) 454.31
Current children cumulated vsize (KiB) 98904

[startup+455.9 s]
/proc/loadavg: 4.03 4.00 3.82 5/190 5127
/proc/meminfo: memFree=13512388/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=98904 CPUtime=455.9 cores=0,2
/proc/5089/stat : 5089 (strangenight2-s) R 5087 5089 4084 0 -1 4202496 102666 0 0 0 45567 23 0 0 25 0 1 0 446962855 101277696 18590 33554432000 4194304 4627331 140733482472784 18446744073709551615 4308384 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5089/statm: 24726 18590 378 106 0 19697 0
Current children cumulated CPU time (s) 455.9
Current children cumulated vsize (KiB) 98904

[startup+456.7 s]
/proc/loadavg: 4.03 4.00 3.82 5/190 5127
/proc/meminfo: memFree=13516604/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=98904 CPUtime=456.7 cores=0,2
/proc/5089/stat : 5089 (strangenight2-s) R 5087 5089 4084 0 -1 4202496 102666 0 0 0 45647 23 0 0 25 0 1 0 446962855 101277696 18590 33554432000 4194304 4627331 140733482472784 18446744073709551615 4310082 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5089/statm: 24726 18590 378 106 0 19697 0
Current children cumulated CPU time (s) 456.7
Current children cumulated vsize (KiB) 98904

[startup+457.501 s]
/proc/loadavg: 4.03 4.00 3.82 5/190 5127
/proc/meminfo: memFree=13514868/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=98904 CPUtime=457.51 cores=0,2
/proc/5089/stat : 5089 (strangenight2-s) R 5087 5089 4084 0 -1 4202496 102666 0 0 0 45728 23 0 0 25 0 1 0 446962855 101277696 18590 33554432000 4194304 4627331 140733482472784 18446744073709551615 4324248 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5089/statm: 24726 18590 378 106 0 19697 0
Current children cumulated CPU time (s) 457.51
Current children cumulated vsize (KiB) 98904

[startup+457.901 s]
/proc/loadavg: 4.03 4.00 3.82 5/190 5127
/proc/meminfo: memFree=13514868/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=98904 CPUtime=457.9 cores=0,2
/proc/5089/stat : 5089 (strangenight2-s) R 5087 5089 4084 0 -1 4202496 102666 0 0 0 45767 23 0 0 25 0 1 0 446962855 101277696 18590 33554432000 4194304 4627331 140733482472784 18446744073709551615 4309873 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5089/statm: 24726 18590 378 106 0 19697 0
Current children cumulated CPU time (s) 457.9
Current children cumulated vsize (KiB) 98904

[startup+458.001 s]
/proc/loadavg: 4.03 4.00 3.82 5/190 5127
/proc/meminfo: memFree=13514868/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=98904 CPUtime=458 cores=0,2
/proc/5089/stat : 5089 (strangenight2-s) R 5087 5089 4084 0 -1 4202496 102666 0 0 0 45777 23 0 0 25 0 1 0 446962855 101277696 18590 33554432000 4194304 4627331 140733482472784 18446744073709551615 4324160 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5089/statm: 24726 18590 378 106 0 19697 0
Current children cumulated CPU time (s) 458
Current children cumulated vsize (KiB) 98904

Child status: 20
Real time (s): 458.086
CPU time (s): 458.096
CPU user time (s): 457.855
CPU system time (s): 0.240963
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 98904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 457.855
system time used= 0.240963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 102677
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= 9
involuntary context switches= 1454

runsolver used 0.799878 second user time and 1.72074 second system time

The end

Launcher Data

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

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

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

MD5SUM BENCH= 7976b5f6c5f2fc75af91292df6b31e76
RANDOM SEED=1269040428

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13808824 kB
Buffers:       2065840 kB
Cached:       16483776 kB
SwapCached:          0 kB
Active:        9556552 kB
Inactive:      9057192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13808824 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           18452 kB
Writeback:           0 kB
AnonPages:       64392 kB
Mapped:          15268 kB
Slab:           465764 kB
PageTables:       4728 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   198180 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

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