Trace number 3368267

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 (fixed)UNSAT 307.598 307.589

General information on the benchmark

NameSAT03/industrial/goldberg/hard_eq_check/
c6288mul.miter.shuffled-as.sat03-346.cnf
MD5SUM9799c8db3562549113e4a12f98721530
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark42.8615
Satisfiable
(Un)Satisfiability was proved
Number of variables9540
Number of clauses61421
Sum of the clauses size207840
Maximum clause length64
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 214116
Number of clauses of size 328488
Number of clauses of size 40
Number of clauses of size 518816
Number of clauses of size over 51

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-3368267-1305393776.cnf'
0.00/0.00	c -- header says num vars:           9540
0.00/0.00	c -- header says num clauses:       61421
0.00/0.03	c -- clauses added:            0 learnts,        61421 normals,            0 xors
0.00/0.03	c -- vars added       9540
0.00/0.03	c Parsing time:  0.02 s
0.00/0.03	c  N st     0         0      9540     47305     14116         0    207840         0   no data   no data
0.19/0.28	c asymm  cl-useful: 6008/47305/47305 lits-rem:8358 time: 0.25
0.29/0.33	c Flit:  1634 Blit:    292 bXBeca:    0 bXProp:  399 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
0.29/0.34	c Cleaning up after failed var search:     0.01 s 
0.29/0.35	c Replacing      399 vars Replaced     9167 lits Time:     0.00 s 
0.29/0.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.29/0.36	c bin-w-bin subsume rem          549 bins  time:  0.00 s
0.29/0.37	c subs with bin:     6671  lits-rem:      5375  v-fix:    0  time:  0.01 s
0.29/0.38	c Subs w/ non-existent bins:   2061 l-rem:   1741 v-fix:     2 done:   7181 time:  0.01 s
0.29/0.38	c Removed useless bin:    2699  fixed:     5  props:   0.35M  time:  0.01 s
0.38/0.44	c lits-rem:        63  cl-subs:     1463  v-elim:   1949  v-fix:    0  time:  0.05 s
0.38/0.44	c Finding binary XORs  T:     0.00 s  found:       0
0.38/0.45	c Finding non-binary XORs:     0.01 s (found:      25, avg size: 3.0)
0.38/0.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
0.38/0.45	c calculated reachability. Time: 0.00
0.38/0.45	c Calc default polars -  time:   0.00 s pos:    2568 undec:    4335 neg:    2637
0.38/0.45	c =========================================================================================
0.38/0.45	c types(t): F = full restart, N = normal restart
0.38/0.45	c types(t): S = simplification begin/end, E = solution found
0.38/0.45	c restart types(rt): st = static, dy = dynamic
0.38/0.45	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.38/0.45	c  B st     0         0      5227     21426      8352         0     94792         0   no data   no data
0.68/0.73	c  N dy    14      4039      5226     21426      8739      3620     94788     39085      5.54      5.94
0.99/1.10	c  N dy    38      8421      5226     21426      9050      4078     94784     19324      5.86      6.34
1.39/1.44	c  N dy    65     12783      5226     21426      9276      8174     94784     84398      6.20      6.75
1.79/1.84	c  N dy    97     16928      5226     21426      9486      6139     94784     27751      6.67      7.20
2.21/2.22	c  N dy   130     20951      5226     21426      9678      9943     94782    111769      7.01      8.13
2.21/2.27	c Finding binary XORs  T:     0.00 s  found:       1
2.59/2.65	c  F st   164     25001      5226     21423      9808     13816     94758    218545      7.42   no data
2.59/2.65	c Replacing        1 vars Replaced       80 lits Time:     0.00 s 
2.59/2.66	c  N st   164     25001      5225     21423      9806     13814     94758    218535      7.42   no data
3.20/3.23	c  N dy   170     30001      5225     21423      9869     11185     94758    162580      7.42   no data
3.20/3.23	c  S st   170     30001      5225     21423      9869     11185     94758    162580      7.42   no data
3.20/3.29	c  S st   170     30502      5225     21423      9960     11593     94758    166087      7.42   no data
3.20/3.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.49/3.53	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:   10 Bins:  39376 BRemL:  26754 BRemN:      0 P:  4.3M T:  0.23
3.49/3.53	c Replacing       10 vars Replaced     1159 lits Time:     0.01 s 
3.49/3.54	c blocked clauses removed:        8 vars:      1 tried:        5142 T: 0.00 s
3.49/3.54	c bin-w-bin subsume rem           91 bins  time:  0.00 s
3.49/3.55	c subs with bin:     3465  lits-rem:      3202  v-fix:    0  time:  0.01 s
3.49/3.56	c Subs w/ non-existent bins:     36 l-rem:    945 v-fix:     0 done:   5213 time:  0.01 s
3.49/3.56	c Removed useless bin:     498  fixed:     0  props:   0.13M  time:  0.00 s
3.49/3.58	c lits-rem:        21  cl-subs:      365  v-elim:    283  v-fix:    0  time:  0.02 s
3.59/3.61	c subs with bin:      759  lits-rem:      1769  v-fix:    0  time:  0.02 s
3.59/3.63	c lits-rem:       358  cl-subs:      644  v-elim:      0  v-fix:    0  time:  0.02 s
3.59/3.63	c Added XOR as norm:24
3.79/3.88	c asymm  cl-useful: 943/18694/18694 lits-rem:1126 time: 0.25
3.79/3.88	c calculated reachability. Time: 0.00
3.79/3.88	c  N dy   170     30502      4930     18633     21132      8917     83704    112626      7.42   no data
3.79/3.89	c Finding binary XORs  T:     0.00 s  found:       0
4.30/4.34	c  N dy   206     34556      4929     18633     21160     12935     83704    244499      7.82      8.67
4.69/4.79	c  N dy   240     38592      4929     18633     21173     16940     83704    370586      8.13      8.85
5.19/5.20	c  N dy   272     42597      4929     18633     21198     12350     83704    169675      8.28      9.05
5.50/5.56	c  S st   298     45753      4929     18633     21206     15484     83704    268447      8.43   no data
5.59/5.63	c  S st   298     46253      4929     18633     21225     15962     83704    274310      8.43   no data
5.59/5.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.79/5.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    8 Bins:   6088 BRemL:   4670 BRemN:    212 P:  4.4M T:  0.20
5.79/5.84	c Replacing        8 vars Replaced      735 lits Time:     0.01 s 
5.79/5.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
5.79/5.84	c bin-w-bin subsume rem          727 bins  time:  0.00 s
5.79/5.85	c subs with bin:     1011  lits-rem:       648  v-fix:    0  time:  0.00 s
5.79/5.85	c Subs w/ non-existent bins:      0 l-rem:     63 v-fix:     0 done:   4921 time:  0.01 s
5.79/5.86	c Removed useless bin:     103  fixed:     0  props:   0.12M  time:  0.00 s
5.79/5.88	c lits-rem:        58  cl-subs:     1061  v-elim:    480  v-fix:    0  time:  0.03 s
5.89/5.90	c subs with bin:       47  lits-rem:        69  v-fix:    0  time:  0.01 s
5.89/5.91	c lits-rem:        87  cl-subs:       86  v-elim:      0  v-fix:    0  time:  0.01 s
5.89/5.91	c vivif2 --  cl tried    18462 cl shrink     1012 lits rem       1205 time: 0.00
5.89/5.92	c vivif2 --  cl tried    11577 cl shrink      939 lits rem       2540 time: 0.01
6.19/6.20	c asymm  cl-useful: 434/18269/18269 lits-rem:440 time: 0.28
6.19/6.20	c calculated reachability. Time: 0.00
6.19/6.20	c  N dy   298     46253      4441     18267     17592     11544     78735    100537      8.43   no data
6.19/6.20	c Finding binary XORs  T:     0.00 s  found:       0
6.60/6.63	c  N dy   328     50359      4441     18267     17608     15617     78735    214582      8.53      9.04
6.99/7.06	c  N dy   356     54511      4441     18267     17630     11948     78735    169308      8.62      9.34
7.39/7.49	c  N dy   387     58599      4441     18267     17656     15987     78735    289037      8.71     12.00
7.89/7.97	c  N dy   417     62604      4441     18267     17667     19969     78735    415960      8.82     13.46
8.39/8.43	c  N dy   448     66722      4441     18267     17685     13576     78734    153072      8.89      9.39
8.69/8.73	c  S st   470     69379      4441     18267     17702     16205     78734    235986      8.94   no data
8.69/8.79	c  S st   470     69879      4441     18267     17711     16695     78734    241489      8.94   no data
8.69/8.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.89/8.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    5 Bins:   3714 BRemL:   2019 BRemN:    342 P:  4.1M T:  0.18
8.89/8.98	c Replacing        5 vars Replaced      389 lits Time:     0.00 s 
8.89/8.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.89/8.99	c bin-w-bin subsume rem          288 bins  time:  0.00 s
8.89/8.99	c subs with bin:      474  lits-rem:       127  v-fix:    0  time:  0.00 s
8.99/9.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4436 time:  0.01 s
8.99/9.00	c Removed useless bin:      82  fixed:     0  props:   0.11M  time:  0.00 s
8.99/9.02	c lits-rem:        23  cl-subs:      788  v-elim:    260  v-fix:    0  time:  0.02 s
8.99/9.03	c subs with bin:       53  lits-rem:        36  v-fix:    0  time:  0.01 s
8.99/9.04	c lits-rem:        56  cl-subs:      103  v-elim:      0  v-fix:    0  time:  0.01 s
8.99/9.05	c vivif2 --  cl tried    17836 cl shrink      282 lits rem        327 time: 0.00
8.99/9.05	c vivif2 --  cl tried    12257 cl shrink      504 lits rem       1602 time: 0.00
9.29/9.33	c asymm  cl-useful: 368/17791/17791 lits-rem:658 time: 0.28
9.29/9.33	c calculated reachability. Time: 0.00
9.29/9.33	c  N dy   470     69879      4176     17647     16695     12257     74567     97922      8.94   no data
9.29/9.33	c Finding binary XORs  T:     0.00 s  found:       1
9.69/9.78	c  N dy   502     74344      4176     17647     16705     16683     74567    231443      9.03      9.56
10.19/10.27	c  N dy   537     79209      4176     17647     16715     11554     74567    113828      9.11      9.71
10.69/10.76	c  N dy   571     84412      4176     17647     16731     16723     74567    256857      9.15      9.83
11.01/11.03	c  F st   588     87500      4176     17647     16744     19727     74567    334017      9.16      7.70
11.01/11.04	c Replacing        1 vars Replaced      126 lits Time:     0.00 s 
11.50/11.52	c  N st   593     90800      4175     17647     16750     23012     74563    516588      9.16   no data
12.11/12.20	c  N dy   623     96600      4174     17647     16767     16371     74563    219031      9.24     15.94
12.80/12.88	c  N dy   668    102823      4174     17647     16784     22537     74563    405148      9.32     11.61
13.10/13.15	c  S st   684    104818      4174     17647     16789     24527     74563    470929      9.36   no data
13.21/13.23	c  S st   684    105319      4174     17647     16795     25017     74563    477710      9.36   no data
13.21/13.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.39/13.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   15 Bins:   1739 BRemL:   1169 BRemN:    111 P:  4.4M T:  0.17
13.39/13.42	c Replacing       15 vars Replaced     1837 lits Time:     0.01 s 
13.39/13.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.39/13.42	c bin-w-bin subsume rem          158 bins  time:  0.00 s
13.39/13.43	c subs with bin:      111  lits-rem:        97  v-fix:    0  time:  0.00 s
13.39/13.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4159 time:  0.00 s
13.39/13.43	c Removed useless bin:      20  fixed:     0  props:   0.10M  time:  0.00 s
13.39/13.45	c lits-rem:         0  cl-subs:      407  v-elim:     85  v-fix:    0  time:  0.02 s
13.39/13.49	c subs with bin:       61  lits-rem:       178  v-fix:    0  time:  0.03 s
13.49/13.53	c lits-rem:       384  cl-subs:      209  v-elim:      0  v-fix:    0  time:  0.04 s
13.49/13.53	c vivif2 --  cl tried    17385 cl shrink       98 lits rem        101 time: 0.00
13.49/13.55	c vivif2 --  cl tried    20469 cl shrink     2228 lits rem       8995 time: 0.02
13.79/13.87	c asymm  cl-useful: 116/17382/17382 lits-rem:141 time: 0.32
13.79/13.88	c calculated reachability. Time: 0.00
13.79/13.88	c  N dy   684    105319      4074     17370     16289     20469     72544    226874      9.36   no data
13.79/13.88	c Finding binary XORs  T:     0.00 s  found:       0
14.59/14.61	c  N dy   725    112228      4074     17370     16303     16018     72543    159205      9.40      9.91
15.19/15.27	c  N dy   764    119403      4074     17370     16318     23116     72543    341921      9.40     12.80
15.99/16.07	c  N dy   805    127184      4074     17370     16332     16176     72543    118267      9.40     10.06
16.89/16.95	c  N dy   857    135396      4074     17370     16352     24335     72542    349629      9.44     10.11
17.89/17.99	c  N dy   908    144070      4074     17370     16368     16781     72542    117132      9.50     10.76
18.99/19.05	c  N dy   978    153341      4074     17370     16383     25997     72542    416504      9.58     10.18
19.49/19.54	c  S st  1003    157978      4074     17370     16395     30582     72542    549933      9.60   no data
19.59/19.63	c  S st  1003    158479      4074     17370     16400     31077     72542    558952      9.60   no data
19.59/19.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.80/19.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   22 Bins:   1203 BRemL:    866 BRemN:     29 P:  4.8M T:  0.18
19.80/19.83	c Replacing       22 vars Replaced     3261 lits Time:     0.01 s 
19.80/19.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
19.80/19.83	c bin-w-bin subsume rem           56 bins  time:  0.00 s
19.80/19.84	c subs with bin:       63  lits-rem:        37  v-fix:    0  time:  0.00 s
19.80/19.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4052 time:  0.00 s
19.80/19.84	c Removed useless bin:       7  fixed:     0  props:   0.10M  time:  0.00 s
19.80/19.86	c lits-rem:         3  cl-subs:      211  v-elim:     27  v-fix:    0  time:  0.02 s
19.89/19.95	c subs with bin:       75  lits-rem:       745  v-fix:    0  time:  0.08 s
19.99/20.06	c lits-rem:       981  cl-subs:      302  v-elim:      0  v-fix:    0  time:  0.11 s
19.99/20.07	c vivif2 --  cl tried    17187 cl shrink       26 lits rem         27 time: 0.00
20.09/20.10	c vivif2 --  cl tried    28823 cl shrink     4988 lits rem      23686 time: 0.03
20.39/20.47	c asymm  cl-useful: 46/17186/17186 lits-rem:67 time: 0.37
20.39/20.47	c calculated reachability. Time: 0.00
20.39/20.47	c  N dy  1003    158479      4025     17176     16205     28823     71499    395997      9.60   no data
20.39/20.47	c Finding binary XORs  T:     0.00 s  found:       0
21.59/21.62	c  N dy  1069    168615      4025     17176     16223     23285     71499    270827      9.65     12.84
23.00/23.07	c  N dy  1139    180699      4025     17176     16243     35288     71499    646935      9.71     10.32
24.29/24.33	c  N dy  1194    192278      4025     17176     16258     28620     71499    359020      9.72     10.44
25.49/25.53	c  N dy  1220    206890      4025     17176     16273     23872     71498    166047      9.59     10.30
26.89/26.99	c  N dy  1290    220118      4025     17176     16295     36958     71498    530702      9.60     21.84
28.69/28.71	c  N dy  1378    234473      4024     17176     16333     31480     71498    381817      9.66     10.34
29.09/29.11	c  S st  1398    237718      4024     17176     16339     34682     71498    482545      9.67   no data
29.19/29.20	c  S st  1398    238219      4024     17176     16348     35174     71498    489607      9.67   no data
29.19/29.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
29.29/29.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   34 Bins:    910 BRemL:    561 BRemN:      4 P:  4.9M T:  0.18
29.39/29.40	c Replacing       34 vars Replaced     5065 lits Time:     0.01 s 
29.39/29.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
29.39/29.40	c bin-w-bin subsume rem           66 bins  time:  0.00 s
29.39/29.41	c subs with bin:       35  lits-rem:         9  v-fix:    0  time:  0.00 s
29.39/29.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   3990 time:  0.00 s
29.39/29.41	c Removed useless bin:       7  fixed:     0  props:   0.10M  time:  0.00 s
29.39/29.43	c lits-rem:         1  cl-subs:      169  v-elim:     10  v-fix:    0  time:  0.02 s
29.49/29.54	c subs with bin:      160  lits-rem:       492  v-fix:    0  time:  0.09 s
29.60/29.67	c lits-rem:      1182  cl-subs:      597  v-elim:      0  v-fix:    0  time:  0.13 s
29.60/29.68	c vivif2 --  cl tried    17001 cl shrink        4 lits rem          5 time: 0.00
29.71/29.71	c vivif2 --  cl tried    33637 cl shrink     4562 lits rem      23165 time: 0.03
30.00/30.01	c asymm  cl-useful: 23/13870/17000 lits-rem:42 time: 0.31
30.00/30.02	c calculated reachability. Time: 0.00
30.00/30.02	c  N dy  1398    238219      3980     16991     16404     33637     70607    431647      9.67   no data
30.00/30.02	c Finding binary XORs  T:     0.00 s  found:       1
31.80/31.87	c  N dy  1487    253441      3980     16991     16421     28036     70607    255527      9.74     11.62
33.89/33.98	c  N dy  1595    269678      3980     16991     16435     44179     70607    769116      9.81     13.27
35.99/36.03	c  N dy  1690    286939      3980     16991     16452     39355     70607    567644      9.86     10.50
38.40/38.46	c  N dy  1795    305413      3980     16991     16467     34773     70607    392584      9.91     10.59
38.51/38.57	c  F st  1799    306251      3980     16991     16468     35608     70607    416682      9.91     10.34
38.51/38.58	c Replacing        1 vars Replaced      141 lits Time:     0.00 s 
41.19/41.25	c  N dy  1881    325819      3979     16991     16474     31108     70607    220956      9.94     10.48
43.79/43.80	c  N dy  1992    345856      3979     16991     16494     50976     70607    818207      9.98     12.99
45.19/45.25	c  S st  2057    357328      3979     16991     16503     37436     70607    368618     10.00      7.37
45.29/45.34	c  S st  2057    357831      3979     16991     16504     37935     70607    378692     10.00   no data
45.29/45.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
45.49/45.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   33 Bins:    662 BRemL:    452 BRemN:      4 P:  5.0M T:  0.18
45.49/45.53	c Replacing       33 vars Replaced     4419 lits Time:     0.01 s 
45.49/45.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
45.49/45.54	c bin-w-bin subsume rem           65 bins  time:  0.00 s
45.49/45.54	c subs with bin:       19  lits-rem:        10  v-fix:    0  time:  0.00 s
45.49/45.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   3946 time:  0.00 s
45.49/45.55	c Removed useless bin:       4  fixed:     0  props:   0.10M  time:  0.00 s
45.49/45.57	c lits-rem:         0  cl-subs:      125  v-elim:      8  v-fix:    0  time:  0.02 s
45.59/45.63	c subs with bin:      195  lits-rem:       515  v-fix:    0  time:  0.05 s
45.69/45.72	c lits-rem:      1209  cl-subs:      754  v-elim:      0  v-fix:    0  time:  0.08 s
45.69/45.72	c vivif2 --  cl tried    16871 cl shrink        1 lits rem          1 time: 0.00
45.69/45.74	c vivif2 --  cl tried    36284 cl shrink     2874 lits rem      13010 time: 0.02
45.79/45.82	c asymm  cl-useful: 0/3001/16871 lits-rem:0 time: 0.07
45.79/45.82	c calculated reachability. Time: 0.00
45.79/45.82	c  N dy  2057    357831      3938     16871     16440     36284     69960    338926     10.00   no data
45.99/46.01	c Finding binary XORs  T:     0.00 s  found:       0
48.59/48.64	c  N dy  2177    378758      3938     16871     16460     56961     69960    968383     10.04     10.64
51.00/51.06	c  N dy  2259    398789      3938     16871     16471     50806     69960    725559     10.03     10.58
54.19/54.25	c  N dy  2397    418931      3938     16871     16482     44034     69960    571138     10.10     10.64
57.39/57.44	c  N dy  2523    438971      3938     16871     16494     36223     69960    245157     10.16     11.75
59.99/60.08	c  N dy  2623    459017      3938     16871     16507     56131     69960    852532     10.18     10.88
63.09/63.12	c  N dy  2743    479108      3938     16871     16519     47300     69960    505042     10.22     17.18
66.00/66.05	c  N dy  2840    499184      3938     16871     16535     67239     69960   1109685     10.23     10.96
68.79/68.88	c  N dy  2946    519224      3938     16871     16546     57330     69960    772290     10.26     10.86
71.80/71.87	c  S st  3057    536746      3938     16871     16553     44045     69959    365228     10.30   no data
71.90/71.97	c  S st  3057    537250      3938     16871     16554     44548     69959    375581     10.30   no data
71.90/71.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
72.10/72.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   33 Bins:    437 BRemL:    506 BRemN:      0 P:  5.3M T:  0.18
72.10/72.16	c Replacing       33 vars Replaced     5261 lits Time:     0.01 s 
72.10/72.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
72.10/72.16	c bin-w-bin subsume rem           49 bins  time:  0.00 s
72.10/72.17	c subs with bin:       13  lits-rem:         9  v-fix:    0  time:  0.00 s
72.10/72.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   3905 time:  0.00 s
72.10/72.18	c Removed useless bin:       3  fixed:     0  props:   0.11M  time:  0.00 s
72.10/72.19	c lits-rem:         0  cl-subs:      115  v-elim:      5  v-fix:    0  time:  0.02 s
72.20/72.25	c subs with bin:      204  lits-rem:       211  v-fix:    0  time:  0.04 s
72.30/72.32	c lits-rem:       934  cl-subs:      771  v-elim:      0  v-fix:    0  time:  0.07 s
72.30/72.32	c vivif2 --  cl tried    16751 cl shrink        0 lits rem          0 time: 0.00
72.30/72.35	c vivif2 --  cl tried    42959 cl shrink     1430 lits rem       8009 time: 0.02
72.80/72.85	c asymm  cl-useful: 41/16751/16751 lits-rem:45 time: 0.50
72.80/72.85	c calculated reachability. Time: 0.00
72.80/72.85	c  N dy  3057    537250      3900     16749     16305     42959     69311    348788     10.30   no data
72.80/72.85	c Finding binary XORs  T:     0.00 s  found:       0
75.70/75.79	c  N dy  3142    562024      3900     16749     16322     67261     69311    948203     10.25     10.92
78.50/78.55	c  N dy  3233    582133      3900     16749     16330     55288     69311    656841     10.26     10.87
81.70/81.79	c  N dy  3340    602167      3900     16749     16342     75019     69311   1265591     10.28     15.24
84.40/84.43	c  N dy  3427    622170      3900     16749     16360     62317     69311    783719     10.28     13.17
87.79/87.80	c  N dy  3541    642239      3900     16749     16371     49359     69311    385186     10.30     10.90
90.49/90.57	c  N dy  3638    662305      3900     16749     16389     69105     69311    946254     10.30     17.30
94.20/94.30	c  N dy  3766    682792      3900     16749     16399     55319     69311    523090     10.35     11.13
97.50/97.52	c  N dy  3874    705019      3900     16749     16408     77182     69311   1146826     10.35     11.31
100.89/100.99	c  N dy  3994    725161      3900     16749     16418     61970     69311    704694     10.38     11.10
101.29/101.34	c Finding binary XORs  T:     0.00 s  found:      31
104.40/104.42	c  N dy  4107    745263      3899     16745     16424     81218     69295   1379142     10.40     11.07
107.09/107.14	c  N dy  4138    766906      3899     16745     16440     66662     69295    596815     10.34     11.04
111.19/111.21	c  N dy  4276    787105      3899     16745     16454     86693     69295   1312256     10.38     10.95
114.49/114.57	c  S st  4388    805876      3899     16745     16475     68410     69295    741438     10.40     10.19
114.69/114.71	c  S st  4388    806381      3899     16745     16477     68913     69295    752334     10.40   no data
114.69/114.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
114.90/114.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   17 Bins:    411 BRemL:    319 BRemN:      0 P:  6.8M T:  0.22
114.90/114.96	c Replacing       48 vars Replaced    18083 lits Time:     0.02 s 
114.90/114.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
114.90/114.96	c bin-w-bin subsume rem           53 bins  time:  0.00 s
114.90/114.97	c subs with bin:       16  lits-rem:         0  v-fix:    0  time:  0.00 s
114.90/114.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   3851 time:  0.00 s
114.90/114.97	c Removed useless bin:       3  fixed:     0  props:   0.11M  time:  0.00 s
115.00/115.00	c lits-rem:         2  cl-subs:      113  v-elim:      7  v-fix:    0  time:  0.02 s
115.10/115.15	c subs with bin:      785  lits-rem:      1499  v-fix:    0  time:  0.12 s
115.40/115.48	c lits-rem:      3499  cl-subs:     2317  v-elim:      0  v-fix:    0  time:  0.33 s
115.40/115.48	c vivif2 --  cl tried    16617 cl shrink        5 lits rem          7 time: 0.00
115.51/115.53	c vivif2 --  cl tried    63491 cl shrink     5182 lits rem      27226 time: 0.05
115.80/115.81	c asymm  cl-useful: 16/5833/16612 lits-rem:18 time: 0.28
115.80/115.81	c calculated reachability. Time: 0.00
115.80/115.81	c  N dy  4388    806381      3844     16611     16358     63488     68654    665098     10.40   no data
115.80/115.82	c Finding binary XORs  T:     0.00 s  found:       2
119.29/119.32	c  N dy  4482    829583      3844     16611     16377     86335     68654   1294594     10.39     11.09
122.99/123.01	c  N dy  4596    849623      3844     16611     16384     67039     68654    745587     10.42     11.07
126.50/126.56	c  N dy  4700    869696      3844     16611     16395     86864     68654   1391245     10.42     19.72
129.90/129.99	c  N dy  4800    889969      3844     16611     16407     67832     68654    614631     10.43     11.09
133.49/133.54	c  N dy  4894    911478      3844     16611     16417     89118     68654   1267634     10.42     11.27
137.29/137.31	c  N dy  4992    931517      3844     16611     16427     69371     68654    644418     10.43     13.52
140.80/140.86	c  N dy  5102    951557      3844     16611     16443     89142     68654   1251370     10.44     11.08
144.30/144.31	c  N dy  5190    971616      3843     16611     16473     68342     68654    540465     10.43     11.27
145.30/145.39	c Finding binary XORs  T:     0.00 s  found:      29
148.30/148.36	c  N dy  5325    991905      3842     16603     16466     86869     68622   1246029     10.46     11.06
152.99/153.03	c  N dy  5452   1012019      3842     16603     16472     66061     68622    469832     10.48     11.10
156.89/156.99	c  N dy  5587   1032095      3841     16603     16488     85990     68622   1187144     10.51     14.69
161.39/161.44	c  N dy  5714   1052112      3838     16603     16512    105865     68622   1884964     10.53     11.20
165.40/165.44	c  F st  5830   1071875      3838     16603     16518     82137     68622    927745     10.55     10.22
165.40/165.47	c Replacing       31 vars Replaced    10139 lits Time:     0.02 s 
165.50/165.57	c  N st  5831   1072126      3807     16587     16391     80710     68550    929017     10.55   no data
169.20/169.25	c  N dy  5892   1092166      3807     16587     16416    100450     68550   1546050     10.54     11.71
172.90/172.92	c  N dy  5959   1112917      3806     16587     16429     77592     68550    749070     10.52     11.09
177.10/177.17	c  N dy  6078   1133004      3806     16587     16432     97551     68550   1448528     10.54     17.42
181.10/181.17	c Finding binary XORs  T:     0.00 s  found:      20
182.09/182.19	c  N dy  6207   1153094      3805     16579     16430     71944     68518    522727     10.56     11.47
186.29/186.39	c  N dy  6314   1173138      3805     16579     16435     91802     68518   1181689     10.57     12.01
190.70/190.75	c  N dy  6401   1193983      3805     16579     16439    112362     68518   1787884     10.56     11.39
194.40/194.40	c  S st  6490   1209572      3805     16579     16445     82270     68518    761862     10.58   no data
194.50/194.57	c  S st  6490   1210072      3805     16579     16448     82767     68518    774357     10.58   no data
194.50/194.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
194.80/194.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    6 Bins:    511 BRemL:    393 BRemN:      2 P:  7.3M T:  0.24
194.80/194.83	c Replacing       26 vars Replaced     4702 lits Time:     0.01 s 
194.80/194.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
194.80/194.83	c bin-w-bin subsume rem           85 bins  time:  0.00 s
194.80/194.84	c subs with bin:       14  lits-rem:         0  v-fix:    0  time:  0.00 s
194.80/194.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   3779 time:  0.00 s
194.80/194.84	c Removed useless bin:       1  fixed:     0  props:   0.11M  time:  0.00 s
194.80/194.87	c lits-rem:         1  cl-subs:      102  v-elim:      3  v-fix:    0  time:  0.03 s
194.90/194.98	c subs with bin:      950  lits-rem:      1123  v-fix:    0  time:  0.08 s
195.30/195.31	c lits-rem:      3959  cl-subs:     2541  v-elim:      0  v-fix:    0  time:  0.33 s
195.30/195.32	c vivif2 --  cl tried    16466 cl shrink        0 lits rem          0 time: 0.00
195.30/195.37	c vivif2 --  cl tried    78620 cl shrink     4097 lits rem      17189 time: 0.05
195.60/195.65	c asymm  cl-useful: 0/7259/16466 lits-rem:0 time: 0.28
195.60/195.65	c calculated reachability. Time: 0.00
195.60/195.65	c  N dy  6490   1210072      3776     16466     16399     78616     67976    714756     10.58   no data
195.60/195.65	c Finding binary XORs  T:     0.00 s  found:       0
199.59/199.69	c  N dy  6575   1234343      3776     16466     16414    102374     67976   1318637     10.56     11.46
204.80/204.80	c  N dy  6697   1254579      3776     16466     16418     73632     67976    509506     10.57     11.13
208.40/208.45	c  N dy  6758   1274954      3775     16466     16440     93581     67976    994245     10.55     11.20
213.41/213.47	c  N dy  6893   1295000      3775     16466     16448    113538     67976   1706917     10.57     12.28
218.10/218.18	c  N dy  7008   1315063      3775     16466     16461     86092     67976    828322     10.58     13.87
222.90/222.94	c  N dy  7125   1335251      3775     16466     16467    106198     67976   1525046     10.59     11.25
228.10/228.15	c  N dy  7249   1355260      3775     16466     16474    126132     67976   2231241     10.61     13.66
232.50/232.56	c  N dy  7385   1375333      3775     16466     16480     96769     67976   1211317     10.62     11.23
236.80/236.82	c  N dy  7463   1395409      3775     16466     16484    116640     67976   1780111     10.62     15.89
240.40/240.43	c Finding binary XORs  T:     0.00 s  found:      33
240.50/240.59	c  N dy  7527   1415418      3774     16458     16520     86178     67944    662467     10.60     12.38
245.20/245.26	c  N dy  7661   1435525      3774     16458     16529    106225     67944   1381234     10.62     11.32
249.80/249.86	c  N dy  7743   1455536      3773     16458     16534    126074     67944   1961300     10.61     16.51
254.01/254.01	c  N dy  7827   1476387      3773     16458     16554     96930     67944    883920     10.60     11.54
258.51/258.57	c  N dy  7920   1498510      3772     16458     16575    118797     67944   1510079     10.59     11.27
262.09/262.16	c  N dy  7964   1518569      3772     16458     16611     89915     67944    608346     10.57     11.25
266.00/266.09	c Finding binary XORs  T:     0.00 s  found:      23
266.11/266.13	c Replacing       56 vars Replaced    29275 lits Time:     0.04 s 
266.22/266.26	c  N dy  8073   1538607      3714     16442     16413    103832     67856   1117206     10.57     12.47
270.51/270.51	c  N dy  8166   1560109      3714     16442     16425    125059     67856   1687289     10.56     11.35
274.30/274.33	c  N dy  8227   1580233      3714     16442     16457     95767     67856    724516     10.55     11.17
277.70/277.75	c  N dy  8279   1600534      3714     16442     16479    115712     67856   1205409     10.53     11.10
281.20/281.22	c  N dy  8332   1620682      3714     16442     16498    135525     67856   1648794     10.51     11.14
283.00/283.08	c Finding binary XORs  T:     0.00 s  found:      23
284.60/284.62	c  N dy  8369   1640940      3712     16438     16537    104433     67840    868240     10.49     11.13
287.70/287.76	c  N dy  8401   1662117      3711     16438     16556    125129     67840   1241907     10.46     11.13
291.20/291.27	c  N dy  8419   1683829      3710     16438     16578    146247     67840   1611243     10.43     11.02
294.50/294.52	c  N dy  8447   1704590      3710     16438     16583    116574     67840    992980     10.41     11.02
295.20/295.27	c  S st  8453   1710073      3710     16438     16588    121929     67840   1077176     10.40     10.61
295.40/295.48	c  S st  8453   1710574      3710     16438     16589    122428     67840   1090878     10.40   no data
295.40/295.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
295.81/295.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    8 Bins:    789 BRemL:    785 BRemN:      1 P:  9.4M T:  0.31
295.81/295.84	c Replacing       31 vars Replaced    14785 lits Time:     0.03 s 
295.81/295.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
295.81/295.84	c bin-w-bin subsume rem          152 bins  time:  0.00 s
295.81/295.85	c subs with bin:        6  lits-rem:         8  v-fix:    0  time:  0.00 s
295.81/295.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   3679 time:  0.00 s
295.81/295.85	c Removed useless bin:       0  fixed:     0  props:   0.12M  time:  0.00 s
295.81/295.89	c lits-rem:         4  cl-subs:      114  v-elim:     13  v-fix:    0  time:  0.03 s
296.00/296.06	c subs with bin:     3262  lits-rem:      6179  v-fix:    0  time:  0.13 s
296.50/296.51	c lits-rem:      7400  cl-subs:     5737  v-elim:      0  v-fix:    0  time:  0.45 s
296.50/296.51	c vivif2 --  cl tried    16287 cl shrink        6 lits rem          7 time: 0.00
296.50/296.58	c vivif2 --  cl tried   108512 cl shrink     6507 lits rem      12801 time: 0.06
296.70/296.73	c asymm  cl-useful: 0/3195/16287 lits-rem:0 time: 0.16
296.70/296.74	c calculated reachability. Time: 0.00
296.70/296.74	c  N dy  8453   1710574      3666     16287     16252    108505     67143    923264     10.40   no data
296.70/296.74	c Finding binary XORs  T:     0.00 s  found:       1
300.00/300.09	c  N dy  8461   1733126      3665     16287     16268    130321     67143   1234650     10.36     10.99
303.80/303.87	c  N dy  8465   1754924      3664     16287     16279    151298     67143   1566061     10.33     10.90
306.80/306.88	c  N dy  8471   1779254      3586     15954     15348    103962     65691    780500     10.30     11.04
306.91/306.92	c Finding binary XORs  T:     0.00 s  found:      10
307.50/307.58	c  E dy  8473   1786645      3518     15637     14481    101893     64258    760188     10.28      3.41
307.50/307.58	c num threads              : 1          
307.50/307.58	c restarts                 : 8473       
307.50/307.58	c dynamic restarts         : 8443       
307.50/307.58	c static restarts          : 30         
307.50/307.58	c full restarts            : 4          
307.50/307.58	c total simplify time      : 0.28       
307.50/307.58	c learnts DL2              : 0          
307.50/307.58	c learnts size 2           : 84519      
307.50/307.58	c learnts size 1           : 2219        (23.26     % of vars)
307.50/307.58	c filedLit time            : 2.34        (0.76      % time)
307.50/307.58	c v-elim SatELite          : 3131        (32.82     % vars)
307.50/307.58	c SatELite time            : 1.61        (0.52      % time)
307.50/307.58	c v-elim xor               : 0           (0.00      % vars)
307.50/307.58	c xor elim time            : 0.04        (0.01      % time)
307.50/307.58	c num binary xor trees     : 763        
307.50/307.58	c binxor trees' crown      : 765         (1.00      leafs/tree)
307.50/307.58	c bin xor find time        : 0.07       
307.50/307.58	c OTF clause improved      : 21001       (0.01      clauses/conflict)
307.50/307.58	c OTF impr. size diff      : 23869       (1.14       lits/clause)
307.50/307.58	c OTF cl watch-shrink      : 1197756     (0.67      clauses/conflict)
307.50/307.58	c OTF cl watch-sh-lit      : 5634349     (4.70       lits/clause)
307.50/307.58	c tried to recurMin cls    : 787454      (44.07      % of conflicts)
307.50/307.58	c updated cache            : 25492       (0.03       lits/tried recurMin)
307.50/307.58	c clauses over max glue    : 0           (0.00      % of all clauses)
307.50/307.58	c conflicts                : 1786645     (5812.26   / sec)
307.50/307.58	c decisions                : 3438837     (0.64      % random)
307.50/307.58	c bogo-props               : 27717995292 (90171413.17 / sec)
307.50/307.58	c conflict literals        : 51808999    (37.38     % deleted)
307.50/307.58	c Memory used              : 99.49       MB
307.50/307.58	c CPU time                 : 307.39      s
307.50/307.58	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: 961)

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 3.11 2.34 2.65 4/326 9142
/proc/meminfo: memFree=23037272/32951124 swapFree=59305796/67111528
[pid=9142] ppid=9140 vsize=33544 CPUtime=0 cores=5,7
/proc/9142/stat : 9142 (strangenight2-s) R 9140 9142 8223 0 -1 4202496 1728 0 0 0 0 0 0 0 25 0 1 0 729608067 34349056 1441 33554432000 4194304 4580011 140734941797456 18446744073709551615 4489100 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9142/statm: 8386 1442 324 95 0 3368 0

[startup+0.0642589 s]
/proc/loadavg: 3.11 2.34 2.65 4/326 9142
/proc/meminfo: memFree=23037272/32951124 swapFree=59305796/67111528
[pid=9142] ppid=9140 vsize=35872 CPUtime=0.05 cores=5,7
/proc/9142/stat : 9142 (strangenight2-s) R 9140 9142 8223 0 -1 4202496 2578 0 0 0 5 0 0 0 25 0 1 0 729608067 36732928 2291 33554432000 4194304 4580011 140734941797456 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9142/statm: 8968 2291 340 95 0 3950 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 35872

[startup+0.100253 s]
/proc/loadavg: 3.11 2.34 2.65 4/326 9142
/proc/meminfo: memFree=23037272/32951124 swapFree=59305796/67111528
[pid=9142] ppid=9140 vsize=35872 CPUtime=0.09 cores=5,7
/proc/9142/stat : 9142 (strangenight2-s) R 9140 9142 8223 0 -1 4202496 2605 0 0 0 9 0 0 0 25 0 1 0 729608067 36732928 2318 33554432000 4194304 4580011 140734941797456 18446744073709551615 4293872 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9142/statm: 8968 2319 340 95 0 3950 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35872

[startup+0.300216 s]
/proc/loadavg: 3.11 2.34 2.65 4/326 9142
/proc/meminfo: memFree=23037272/32951124 swapFree=59305796/67111528
[pid=9142] ppid=9140 vsize=36300 CPUtime=0.29 cores=5,7
/proc/9142/stat : 9142 (strangenight2-s) R 9140 9142 8223 0 -1 4202496 2720 0 0 0 29 0 0 0 25 0 1 0 729608067 37171200 2433 33554432000 4194304 4580011 140734941797456 18446744073709551615 4292903 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9142/statm: 9075 2433 342 95 0 4057 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36300

[startup+0.700139 s]
/proc/loadavg: 3.11 2.34 2.65 4/326 9142
/proc/meminfo: memFree=23037272/32951124 swapFree=59305796/67111528
[pid=9142] ppid=9140 vsize=42528 CPUtime=0.68 cores=5,7
/proc/9142/stat : 9142 (strangenight2-s) R 9140 9142 8223 0 -1 4202496 4707 0 0 0 68 0 0 0 25 0 1 0 729608067 43548672 4021 33554432000 4194304 4580011 140734941797456 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9142/statm: 10632 4021 364 95 0 5614 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 42528

[startup+1.501 s]
/proc/loadavg: 3.18 2.36 2.66 5/327 9143
/proc/meminfo: memFree=23022384/32951124 swapFree=59305796/67111528
[pid=9142] ppid=9140 vsize=43408 CPUtime=1.49 cores=5,7
/proc/9142/stat : 9142 (strangenight2-s) R 9140 9142 8223 0 -1 4202496 5034 0 0 0 149 0 0 0 25 0 1 0 729608067 44449792 3829 33554432000 4194304 4580011 140734941797456 18446744073709551615 4294931 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9142/statm: 10852 3829 364 95 0 5834 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43408

[startup+3.10069 s]
/proc/loadavg: 3.18 2.36 2.66 5/327 9143
/proc/meminfo: memFree=23022152/32951124 swapFree=59305796/67111528
[pid=9142] ppid=9140 vsize=43468 CPUtime=3.09 cores=5,7
/proc/9142/stat : 9142 (strangenight2-s) R 9140 9142 8223 0 -1 4202496 5881 0 0 0 308 1 0 0 25 0 1 0 729608067 44511232 3866 33554432000 4194304 4580011 140734941797456 18446744073709551615 4294313 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9142/statm: 10867 3866 365 95 0 5849 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 43468

[startup+6.30111 s]
/proc/loadavg: 3.25 2.39 2.67 5/327 9143
/proc/meminfo: memFree=23017040/32951124 swapFree=59305796/67111528
[pid=9142] ppid=9140 vsize=49604 CPUtime=6.29 cores=5,7
/proc/9142/stat : 9142 (strangenight2-s) R 9140 9142 8223 0 -1 4202496 8247 0 0 0 628 1 0 0 25 0 1 0 729608067 50794496 5594 33554432000 4194304 4580011 140734941797456 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9142/statm: 12401 5594 366 95 0 7383 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 49604

[startup+12.7009 s]
/proc/loadavg: 3.31 2.42 2.67 5/327 9143
/proc/meminfo: memFree=23007744/32951124 swapFree=59305796/67111528
[pid=9142] ppid=9140 vsize=67496 CPUtime=12.7 cores=5,7
/proc/9142/stat : 9142 (strangenight2-s) R 9140 9142 8223 0 -1 4202496 10422 0 0 0 1268 2 0 0 25 0 1 0 729608067 69115904 7162 33554432000 4194304 4580011 140734941797456 18446744073709551615 4318414 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9142/statm: 16874 7162 366 95 0 11856 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 67496

[startup+25.5005 s]
/proc/loadavg: 3.41 2.47 2.69 5/327 9143
/proc/meminfo: memFree=22973888/32951124 swapFree=59305796/67111528
[pid=9142] ppid=9140 vsize=77060 CPUtime=25.49 cores=5,7
/proc/9142/stat : 9142 (strangenight2-s) R 9140 9142 8223 0 -1 4202496 15009 0 0 0 2547 2 0 0 25 0 1 0 729608067 78909440 10083 33554432000 4194304 4580011 140734941797456 18446744073709551615 4294346 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9142/statm: 19265 10083 366 95 0 14247 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 77060

[startup+51.1008 s]
/proc/loadavg: 3.70 2.63 2.73 5/327 9144
/proc/meminfo: memFree=22967768/32951124 swapFree=59305796/67111528
[pid=9142] ppid=9140 vsize=77660 CPUtime=51.1 cores=5,7
/proc/9142/stat : 9142 (strangenight2-s) R 9140 9142 8223 0 -1 4202496 21236 0 0 0 5106 4 0 0 25 0 1 0 729608067 79523840 11676 33554432000 4194304 4580011 140734941797456 18446744073709551615 4318676 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9142/statm: 19415 11676 366 95 0 14397 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 77660

[startup+102.312 s]
/proc/loadavg: 3.87 2.84 2.80 5/327 9145
/proc/meminfo: memFree=22920084/32951124 swapFree=59305796/67111528
[pid=9142] ppid=9140 vsize=78648 CPUtime=102.31 cores=5,7
/proc/9142/stat : 9142 (strangenight2-s) R 9140 9142 8223 0 -1 4202496 33604 0 0 0 10224 7 0 0 25 0 1 0 729608067 80535552 12974 33554432000 4194304 4580011 140734941797456 18446744073709551615 4292881 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9142/statm: 19662 12974 366 95 0 14644 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 78648

[startup+162.301 s]
/proc/loadavg: 4.06 3.08 2.88 5/327 9147
/proc/meminfo: memFree=22896804/32951124 swapFree=59305796/67111528
[pid=9142] ppid=9140 vsize=79708 CPUtime=162.29 cores=5,7
/proc/9142/stat : 9142 (strangenight2-s) R 9140 9142 8223 0 -1 4202496 49502 0 0 0 16219 10 0 0 25 0 1 0 729608067 81620992 14377 33554432000 4194304 4580011 140734941797456 18446744073709551615 4293219 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9142/statm: 19927 14377 366 95 0 14909 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 79708

[startup+222.301 s]
/proc/loadavg: 4.02 3.24 2.95 5/327 9176
/proc/meminfo: memFree=22884804/32951124 swapFree=59305796/67111528
[pid=9142] ppid=9140 vsize=84528 CPUtime=222.3 cores=5,7
/proc/9142/stat : 9142 (strangenight2-s) R 9140 9142 8223 0 -1 4202496 64721 0 0 0 22215 15 0 0 25 0 1 0 729608067 86556672 14857 33554432000 4194304 4580011 140734941797456 18446744073709551615 4294595 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9142/statm: 21132 14857 366 95 0 16114 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 84528

[startup+282.301 s]
/proc/loadavg: 4.01 3.38 3.01 5/327 9177
/proc/meminfo: memFree=22859436/32951124 swapFree=59305796/67111528
[pid=9142] ppid=9140 vsize=86032 CPUtime=282.3 cores=5,7
/proc/9142/stat : 9142 (strangenight2-s) R 9140 9142 8223 0 -1 4202496 78214 0 0 0 28212 18 0 0 25 0 1 0 729608067 88096768 15432 33554432000 4194304 4580011 140734941797456 18446744073709551615 4294656 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9142/statm: 21508 15432 366 95 0 16490 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 86032

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

[startup+294.301 s]
/proc/loadavg: 4.00 3.40 3.02 5/327 9177
/proc/meminfo: memFree=22865376/32951124 swapFree=59305796/67111528
[pid=9142] ppid=9140 vsize=87232 CPUtime=294.3 cores=5,7
/proc/9142/stat : 9142 (strangenight2-s) R 9140 9142 8223 0 -1 4202496 82184 0 0 0 29411 19 0 0 25 0 1 0 729608067 89325568 14769 33554432000 4194304 4580011 140734941797456 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9142/statm: 21808 14769 366 95 0 16790 0
Current children cumulated CPU time (s) 294.3
Current children cumulated vsize (KiB) 87232

[startup+300.7 s]
/proc/loadavg: 4.00 3.41 3.02 5/327 9178
/proc/meminfo: memFree=22845040/32951124 swapFree=59305796/67111528
[pid=9142] ppid=9140 vsize=102032 CPUtime=300.7 cores=5,7
/proc/9142/stat : 9142 (strangenight2-s) R 9140 9142 8223 0 -1 4202496 86380 0 0 0 30051 19 0 0 25 0 1 0 729608067 104480768 18965 33554432000 4194304 4580011 140734941797456 18446744073709551615 4294304 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9142/statm: 25508 18965 366 95 0 20490 0
Current children cumulated CPU time (s) 300.7
Current children cumulated vsize (KiB) 102032

[startup+303.901 s]
/proc/loadavg: 4.00 3.42 3.03 5/327 9178
/proc/meminfo: memFree=22843792/32951124 swapFree=59305796/67111528
[pid=9142] ppid=9140 vsize=102032 CPUtime=303.9 cores=5,7
/proc/9142/stat : 9142 (strangenight2-s) R 9140 9142 8223 0 -1 4202496 86714 0 0 0 30371 19 0 0 25 0 1 0 729608067 104480768 19299 33554432000 4194304 4580011 140734941797456 18446744073709551615 4294920 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9142/statm: 25508 19299 366 95 0 20490 0
Current children cumulated CPU time (s) 303.9
Current children cumulated vsize (KiB) 102032

[startup+305.5 s]
/proc/loadavg: 4.00 3.42 3.03 5/327 9178
/proc/meminfo: memFree=22847140/32951124 swapFree=59305796/67111528
[pid=9142] ppid=9140 vsize=101872 CPUtime=305.5 cores=5,7
/proc/9142/stat : 9142 (strangenight2-s) R 9140 9142 8223 0 -1 4202496 88002 0 0 0 30531 19 0 0 25 0 1 0 729608067 104316928 18056 33554432000 4194304 4580011 140734941797456 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9142/statm: 25468 18056 366 95 0 20450 0
Current children cumulated CPU time (s) 305.5
Current children cumulated vsize (KiB) 101872

[startup+306.3 s]
/proc/loadavg: 4.00 3.43 3.03 5/327 9178
/proc/meminfo: memFree=22845156/32951124 swapFree=59305796/67111528
[pid=9142] ppid=9140 vsize=101872 CPUtime=306.3 cores=5,7
/proc/9142/stat : 9142 (strangenight2-s) R 9140 9142 8223 0 -1 4202496 88098 0 0 0 30611 19 0 0 25 0 1 0 729608067 104316928 18152 33554432000 4194304 4580011 140734941797456 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9142/statm: 25468 18152 366 95 0 20450 0
Current children cumulated CPU time (s) 306.3
Current children cumulated vsize (KiB) 101872

[startup+307.1 s]
/proc/loadavg: 4.00 3.43 3.03 5/327 9178
/proc/meminfo: memFree=22842924/32951124 swapFree=59305796/67111528
[pid=9142] ppid=9140 vsize=101872 CPUtime=307.1 cores=5,7
/proc/9142/stat : 9142 (strangenight2-s) R 9140 9142 8223 0 -1 4202496 88235 0 0 0 30690 20 0 0 25 0 1 0 729608067 104316928 18289 33554432000 4194304 4580011 140734941797456 18446744073709551615 4294304 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9142/statm: 25468 18289 366 95 0 20450 0
Current children cumulated CPU time (s) 307.1
Current children cumulated vsize (KiB) 101872

[startup+307.501 s]
/proc/loadavg: 4.00 3.43 3.03 5/327 9178
/proc/meminfo: memFree=22842924/32951124 swapFree=59305796/67111528
[pid=9142] ppid=9140 vsize=101872 CPUtime=307.5 cores=5,7
/proc/9142/stat : 9142 (strangenight2-s) R 9140 9142 8223 0 -1 4202496 88291 0 0 0 30730 20 0 0 25 0 1 0 729608067 104316928 18345 33554432000 4194304 4580011 140734941797456 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9142/statm: 25468 18345 366 95 0 20450 0
Current children cumulated CPU time (s) 307.5
Current children cumulated vsize (KiB) 101872

Child status: 20
Real time (s): 307.589
CPU time (s): 307.598
CPU user time (s): 307.392
CPU system time (s): 0.205968
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 102032

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

runsolver used 0.927858 second user time and 2.16667 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-14 19:22:56
IDJOB=3368267
IDBENCH=84205
IDSOLVER=1845
FILE ID=node111/3368267-1305393776
RUNJOBID= node111-1305393724-9020
PBS_JOBID= 13324403
Free space on /tmp= 73656 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT03/industrial/goldberg/hard_eq_check/c6288mul.miter.shuffled-as.sat03-346.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368267-1305393776/watcher-3368267-1305393776 -o /tmp/evaluation-result-3368267-1305393776/solver-3368267-1305393776 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3368267-1305393776.cnf

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

MD5SUM BENCH= 9799c8db3562549113e4a12f98721530
RANDOM SEED=763894947

node111.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.849
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.849
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	: 5428.12
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.849
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.849
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.849
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.849
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.849
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.67
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.849
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:      23037560 kB
Buffers:        255432 kB
Cached:        6324596 kB
SwapCached:      13720 kB
Active:         907072 kB
Inactive:      8790684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23037560 kB
SwapTotal:    67111528 kB
SwapFree:     59305796 kB
Dirty:            6656 kB
Writeback:           0 kB
AnonPages:     3112884 kB
Mapped:          13764 kB
Slab:           113992 kB
PageTables:      36988 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 53494112 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= 73652 MiB
End job on node111 at 2011-05-14 19:28:04