Trace number 3264884

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-stSAT 659.437 659.417

General information on the benchmark

NameSAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/
mod2c-rand3bip-sat-220-3.shuffled-as.sat05-2490.cnf
MD5SUM8e6def53b47a48972a9a9fc80e087610
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark70.2133
Satisfiable
(Un)Satisfiability was proved
Number of variables311
Number of clauses2192
Sum of the clauses size9664
Maximum clause length6
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 41352
Number of clauses of size 5784
Number of clauses of size over 556

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-3264884-1303573723.cnf'
0.00/0.00	c -- header says num vars:            311
0.00/0.00	c -- header says num clauses:        2192
0.00/0.00	c -- clauses added:            0 learnts,         2192 normals,            0 xors
0.00/0.00	c -- vars added        311
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       311      2192         0         0      9664         0   no data   no data
0.00/0.00	c asymm  cl-useful: 144/2192/2192 lits-rem:144 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    311 time:  0.00 s
0.00/0.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.00	c lits-rem:      1298  cl-subs:      679  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.00	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:     116 undec:      85 neg:     110
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       311      1513         0         0      5273         0   no data   no data
0.00/0.04	c Decided on static restart strategy
0.10/0.14	c  N st     8      4914       311      1513         1      4577      5273     84350   no data   no data
0.40/0.42	c  N st    10     11297       311      1513         3      4112      5273     49945   no data   no data
0.70/0.71	c  N st    11     17041       311      1513         3      9310      5273    152030   no data   no data
1.20/1.21	c  F st    12     25001       311      1513         3     11341      5273    179544   no data   no data
1.20/1.21	c  N st    12     25001       311      1513         3     11341      5273    179544   no data   no data
1.40/1.47	c Decided on static restart strategy
1.40/1.47	c  N st    18     30000       311      1513         3      9690      5273    143108   no data   no data
1.40/1.47	c  S st    18     30000       311      1513         3      9690      5273    143108   no data   no data
1.50/1.51	c  S st    18     30502       311      1513         4     10171      5271    153811   no data   no data
1.50/1.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.50/1.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.50/1.51	c Replacing        1 vars Replaced     2173 lits Time:     0.00 s 
1.50/1.51	c blocked clauses removed:        0 vars:      0 tried:         310 T: 0.00 s
1.50/1.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.50/1.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.50/1.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    310 time:  0.00 s
1.50/1.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.50/1.52	c lits-rem:         5  cl-subs:       12  v-elim:      0  v-fix:    0  time:  0.00 s
1.50/1.52	c subs with bin:        4  lits-rem:         3  v-fix:    0  time:  0.00 s
1.70/1.77	c lits-rem:       870  cl-subs:     3740  v-elim:      0  v-fix:    0  time:  0.25 s
1.70/1.77	c asymm  cl-useful: 6/1496/1496 lits-rem:6 time: 0.00
1.70/1.77	c calculated reachability. Time: 0.00
1.70/1.77	c  N st    18     30502       310      1496         2      6376      5192     87141   no data   no data
2.10/2.15	c  N st    20     37614       310      1496         2     12790      5192    216754   no data   no data
2.49/2.54	c  N st    21     44014       310      1496         2     11584      5192    177577   no data   no data
2.59/2.64	c  S st    22     45753       310      1496         2     13154      5192    208084   no data   no data
2.59/2.68	c  S st    22     46255       310      1496         2     13644      5192    219355   no data   no data
2.59/2.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.59/2.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
2.59/2.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.59/2.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.59/2.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.59/2.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    310 time:  0.00 s
2.59/2.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.59/2.69	c lits-rem:         6  cl-subs:        4  v-elim:      0  v-fix:    0  time:  0.00 s
2.59/2.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.09/3.15	c lits-rem:       753  cl-subs:     3852  v-elim:      0  v-fix:    0  time:  0.46 s
3.09/3.15	c vivif2 --  cl tried     1489 cl shrink        0 lits rem          0 time: 0.00
3.09/3.15	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
3.09/3.16	c asymm  cl-useful: 1/1489/1489 lits-rem:1 time: 0.01
3.09/3.16	c calculated reachability. Time: 0.00
3.09/3.16	c  N st    22     46255       310      1489         2      9795      5159    152517   no data   no data
3.99/4.04	c  N st    23     60652       310      1489         2     14895      5159    226305   no data   no data
4.59/4.62	c  N st    24     69383       310      1489         2     13910      5159    198241   no data   no data
4.59/4.62	c  S st    24     69383       310      1489         2     13910      5159    198241   no data   no data
4.59/4.66	c  S st    24     69885       310      1489         2     14400      5159    209533   no data   no data
4.59/4.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.59/4.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
4.59/4.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4.59/4.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.59/4.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.59/4.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    310 time:  0.00 s
4.59/4.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.59/4.67	c lits-rem:         1  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.59/4.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.09/5.12	c lits-rem:       522  cl-subs:     4578  v-elim:      0  v-fix:    0  time:  0.44 s
5.09/5.12	c vivif2 --  cl tried     1488 cl shrink        0 lits rem          0 time: 0.00
5.09/5.12	c vivif2 --  cl tried     9823 cl shrink        0 lits rem          0 time: 0.00
5.09/5.13	c asymm  cl-useful: 2/1488/1488 lits-rem:2 time: 0.01
5.09/5.13	c calculated reachability. Time: 0.00
5.09/5.13	c  N st    24     69885       310      1488         2      9823      5153    133066   no data   no data
6.29/6.34	c  F st    25     87500       310      1488         2     15518      5153    221757   no data   no data
6.29/6.34	c  N st    25     87500       310      1488         2     15518      5153    221757   no data   no data
6.69/6.74	c Decided on static restart strategy
6.89/6.94	c  N st    32     95538       310      1488         2     12445      5153    164408   no data   no data
7.49/7.52	c  N st    34    104828       310      1488         2     20858      5153    339885   no data   no data
7.49/7.52	c  S st    34    104828       310      1488         2     20858      5153    339885   no data   no data
7.49/7.59	c  S st    34    105330       310      1488         2     21339      5153    350971   no data   no data
7.49/7.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.49/7.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
7.49/7.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.49/7.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.49/7.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.49/7.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    310 time:  0.00 s
7.49/7.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.60/7.60	c lits-rem:         2  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.01 s
7.60/7.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.59/8.66	c lits-rem:      1824  cl-subs:     5634  v-elim:      0  v-fix:    0  time:  1.05 s
8.59/8.66	c vivif2 --  cl tried     1483 cl shrink        0 lits rem          0 time: 0.00
8.59/8.66	c vivif2 --  cl tried    15707 cl shrink        0 lits rem          0 time: 0.00
8.59/8.67	c asymm  cl-useful: 0/1483/1483 lits-rem:0 time: 0.01
8.59/8.67	c calculated reachability. Time: 0.00
8.59/8.67	c  N st    34    105330       310      1483         2     15707      5124    254637   no data   no data
9.29/9.37	c  N st    35    114928       310      1483         2     13044      5124    164369   no data   no data
10.39/10.42	c  N st    36    129326       310      1483         2     13779      5124    172447   no data   no data
12.00/12.05	c  N st    37    150921       310      1483         2     19531      5124    280769   no data   no data
12.60/12.62	c  S st    38    157996       310      1483         2     25741      5124    399030   no data   no data
12.60/12.69	c  S st    38    158504       310      1483         2     26236      5123    411103   no data   no data
12.60/12.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.70/12.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
12.70/12.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
12.70/12.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.70/12.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.70/12.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    310 time:  0.00 s
12.70/12.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
12.70/12.70	c lits-rem:         3  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.01 s
12.70/12.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.59/14.66	c lits-rem:      2136  cl-subs:     9511  v-elim:      0  v-fix:    0  time:  1.95 s
14.59/14.66	c vivif2 --  cl tried     1481 cl shrink        0 lits rem          0 time: 0.00
14.59/14.67	c vivif2 --  cl tried    16725 cl shrink        0 lits rem          0 time: 0.00
14.59/14.68	c asymm  cl-useful: 0/1481/1481 lits-rem:0 time: 0.01
14.59/14.68	c calculated reachability. Time: 0.00
14.59/14.68	c  N st    38    158504       310      1481         2     16725      5111    258459   no data   no data
18.70/18.77	c  N st    39    207093       310      1481         2     30220      5111    453765   no data   no data
21.39/21.41	c  N st    40    237756       310      1481         2     25473      5111    357770   no data   no data
21.39/21.41	c  S st    40    237756       310      1481         2     25473      5111    357770   no data   no data
21.39/21.49	c  S st    40    238259       310      1481         2     25965      5111    369946   no data   no data
21.39/21.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
21.49/21.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
21.49/21.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
21.49/21.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
21.49/21.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.49/21.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    310 time:  0.00 s
21.49/21.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
21.49/21.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
21.49/21.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.00/23.06	c lits-rem:      1499  cl-subs:     9484  v-elim:      0  v-fix:    0  time:  1.54 s
23.00/23.06	c vivif2 --  cl tried     1481 cl shrink        0 lits rem          0 time: 0.00
23.00/23.06	c vivif2 --  cl tried    16481 cl shrink        0 lits rem          0 time: 0.00
23.00/23.07	c asymm  cl-useful: 0/1481/1481 lits-rem:0 time: 0.01
23.00/23.07	c calculated reachability. Time: 0.00
23.00/23.07	c  N st    40    238259       310      1481         2     16481      5111    228317   no data   no data
29.30/29.39	c  F st    41    306250       310      1481         2     22116      5111    290404   no data   no data
29.30/29.39	c  N st    41    306250       310      1481         2     22116      5111    290404   no data   no data
29.70/29.75	c Decided on static restart strategy
31.99/32.01	c  N st    51    334551       310      1481         2     27127      5111    380461   no data   no data
34.29/34.33	c  N st    53    357388       310      1481         2     26021      5111    359869   no data   no data
34.29/34.33	c  S st    53    357388       310      1481         2     26021      5111    359869   no data   no data
34.39/34.41	c  S st    53    357891       310      1481         2     26510      5111    372059   no data   no data
34.39/34.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
34.39/34.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
34.39/34.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
34.39/34.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
34.39/34.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
34.39/34.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    310 time:  0.00 s
34.39/34.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
34.39/34.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
34.39/34.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.49/35.54	c lits-rem:      2418  cl-subs:     5082  v-elim:      0  v-fix:    0  time:  1.10 s
35.49/35.54	c vivif2 --  cl tried     1481 cl shrink        0 lits rem          0 time: 0.00
35.49/35.54	c vivif2 --  cl tried    21428 cl shrink        0 lits rem          0 time: 0.00
35.49/35.55	c asymm  cl-useful: 0/1481/1481 lits-rem:0 time: 0.01
35.49/35.56	c calculated reachability. Time: 0.00
35.49/35.56	c  N st    53    357891       310      1481         2     21428      5111    294283   no data   no data
38.69/38.77	c  N st    54    390283       310      1481         2     28041      5111    390013   no data   no data
43.79/43.81	c  N st    55    438873       310      1481         2     23879      5111    305081   no data   no data
51.09/51.19	c  N st    56    511755       310      1481         2     37649      5111    525915   no data   no data
53.99/54.04	c  N st    57    536836       310      1481         2     33267      5111    467521   no data   no data
53.99/54.04	c  S st    57    536836       310      1481         2     33267      5111    467521   no data   no data
54.09/54.13	c  S st    57    537340       310      1481         3     33755      5111    479136   no data   no data
54.09/54.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
54.09/54.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
54.09/54.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
54.09/54.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
54.09/54.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
54.09/54.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    310 time:  0.00 s
54.09/54.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
54.09/54.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
54.09/54.15	c subs with bin:        2  lits-rem:         0  v-fix:    0  time:  0.00 s
56.19/56.21	c lits-rem:      3228  cl-subs:     9006  v-elim:      0  v-fix:    0  time:  2.06 s
56.19/56.22	c vivif2 --  cl tried     1481 cl shrink        0 lits rem          0 time: 0.00
56.19/56.22	c vivif2 --  cl tried    24747 cl shrink        0 lits rem          0 time: 0.00
56.19/56.24	c asymm  cl-useful: 2/1481/1481 lits-rem:2 time: 0.02
56.19/56.24	c calculated reachability. Time: 0.00
56.19/56.24	c  N st    57    537340       310      1481         3     24747      5109    348307   no data   no data
75.10/75.17	c  N st    58    701327       310      1481         3     55121      5109    812713   no data   no data
75.10/75.17	c Finding binary XORs  T:     0.00 s  found:       0
88.00/88.08	c  N st    59    806010       310      1481         3     52132      5109    730709   no data   no data
88.00/88.08	c  S st    59    806010       310      1481         3     52132      5109    730709   no data   no data
88.19/88.21	c  S st    59    806517       310      1481         3     52621      5109    742537   no data   no data
88.19/88.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
88.19/88.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
88.19/88.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
88.19/88.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
88.19/88.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
88.19/88.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    310 time:  0.00 s
88.19/88.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
88.19/88.24	c lits-rem:         2  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
88.19/88.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
95.09/95.14	c lits-rem:      4368  cl-subs:    20881  v-elim:      0  v-fix:    0  time:  6.89 s
95.09/95.14	c vivif2 --  cl tried     1479 cl shrink        0 lits rem          0 time: 0.00
95.09/95.15	c vivif2 --  cl tried    31742 cl shrink        0 lits rem          0 time: 0.00
95.09/95.17	c asymm  cl-useful: 2/1479/1479 lits-rem:2 time: 0.02
95.09/95.17	c calculated reachability. Time: 0.00
95.09/95.17	c  N st    59    806517       310      1479         3     31742      5099    436312   no data   no data
133.90/133.92	c  F st    60   1071876       310      1479         3     53730      5099    729514   no data   no data
133.90/133.92	c  N st    60   1071876       310      1479         3     53730      5099    729514   no data   no data
134.60/134.62	c Decided on static restart strategy
138.20/138.26	c  N st    70   1100179       310      1479         3     40459      5099    532311   no data   no data
143.20/143.22	c  N st    72   1136172       310      1479         3     71522      5099   1103075   no data   no data
147.90/147.98	c  N st    73   1168564       310      1479         3     61025      5099    870151   no data   no data
154.00/154.05	c  N st    74   1209776       310      1479         3     57441      5099    851533   no data   no data
154.00/154.05	c  S st    74   1209776       310      1479         3     57441      5099    851533   no data   no data
154.19/154.20	c  S st    74   1210277       310      1479         3     57925      5099    863081   no data   no data
154.19/154.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
154.19/154.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.01
154.19/154.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
154.19/154.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
154.19/154.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
154.19/154.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    310 time:  0.00 s
154.19/154.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
154.19/154.23	c lits-rem:         1  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.01 s
154.19/154.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
161.39/161.47	c lits-rem:      7931  cl-subs:    14548  v-elim:      0  v-fix:    0  time:  7.22 s
161.39/161.47	c vivif2 --  cl tried     1478 cl shrink        0 lits rem          0 time: 0.00
161.39/161.48	c vivif2 --  cl tried    43377 cl shrink        0 lits rem          0 time: 0.01
161.49/161.50	c asymm  cl-useful: 0/1478/1478 lits-rem:0 time: 0.03
161.49/161.51	c calculated reachability. Time: 0.00
161.49/161.51	c  N st    74   1210277       310      1478         3     43377      5095    649695   no data   no data
171.29/171.30	c  N st    75   1283159       310      1478         3     68551      5095   1021991   no data   no data
188.00/188.05	c  N st    76   1392482       310      1478         3     78156      5095   1133339   no data   no data
214.51/214.56	c  N st    77   1556466       310      1478         3     86108      5095   1219175   no data   no data
240.70/240.74	c  N st    78   1710277       310      1478         3     80285      5095   1143890   no data   no data
240.70/240.74	c  S st    78   1710277       310      1478         3     80285      5095   1143890   no data   no data
240.91/240.94	c  S st    78   1710777       310      1478         3     80776      5095   1155378   no data   no data
240.91/240.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
240.91/240.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.02
240.91/240.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
240.91/240.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
240.91/240.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
240.91/240.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    310 time:  0.00 s
240.91/240.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
240.91/240.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
241.00/241.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
257.70/257.77	c lits-rem:      8462  cl-subs:    38005  v-elim:      0  v-fix:    0  time: 16.76 s
257.70/257.77	c vivif2 --  cl tried     1478 cl shrink        0 lits rem          0 time: 0.00
257.70/257.77	c vivif2 --  cl tried    42771 cl shrink        0 lits rem          0 time: 0.01
257.80/257.80	c asymm  cl-useful: 0/1478/1478 lits-rem:0 time: 0.03
257.80/257.81	c calculated reachability. Time: 0.00
257.80/257.81	c  N st    78   1710777       310      1478         3     42771      5092    590352   no data   no data
320.20/320.26	c  N st    79   2079741       310      1478         3     61585      5092    806189   no data   no data
345.90/345.95	c  N st    80   2210777       310      1478         3     67625      5092    916705   no data   no data
345.90/345.95	c  S st    80   2210777       310      1478         3     67625      5092    916705   no data   no data
346.10/346.16	c  S st    80   2211280       310      1478         3     68119      5092    928738   no data   no data
346.10/346.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
346.10/346.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
346.10/346.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
346.10/346.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
346.10/346.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
346.10/346.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    310 time:  0.00 s
346.10/346.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
346.10/346.19	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.01 s
346.20/346.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
355.50/355.54	c lits-rem:      8532  cl-subs:    22067  v-elim:      0  v-fix:    0  time:  9.33 s
355.50/355.54	c vivif2 --  cl tried     1476 cl shrink        0 lits rem          0 time: 0.00
355.50/355.55	c vivif2 --  cl tried    46052 cl shrink        0 lits rem          0 time: 0.01
355.50/355.58	c asymm  cl-useful: 0/1476/1476 lits-rem:0 time: 0.03
355.50/355.58	c calculated reachability. Time: 0.00
355.50/355.58	c  N st    80   2211280       310      1476         3     46052      5086    611951   no data   no data
454.31/454.31	c  N st    81   2711280       310      1476         5     75695      5086   1004886   no data   no data
454.31/454.31	c  S st    81   2711280       310      1476         5     75695      5086   1004886   no data   no data
454.40/454.47	c  S st    81   2711783       310      1476         6     76174      5086   1016110   no data   no data
454.40/454.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
454.40/454.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
454.40/454.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
454.40/454.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
454.40/454.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
454.40/454.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    310 time:  0.00 s
454.40/454.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
454.50/454.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
456.60/456.65	c subs with bin:     5206  lits-rem:      1782  v-fix:    0  time:  2.11 s
464.00/464.04	c lits-rem:      7999  cl-subs:    19826  v-elim:      0  v-fix:    0  time:  7.39 s
464.00/464.04	c vivif2 --  cl tried     1476 cl shrink        0 lits rem          0 time: 0.00
464.00/464.05	c vivif2 --  cl tried    51142 cl shrink       48 lits rem         48 time: 0.01
464.00/464.09	c asymm  cl-useful: 0/1476/1476 lits-rem:0 time: 0.04
464.00/464.09	c calculated reachability. Time: 0.00
464.00/464.09	c  N st    81   2711783       310      1476         6     51142      5086    676666   no data   no data
570.51/570.51	c Finding binary XORs  T:     0.00 s  found:       0
570.91/570.94	c  N st    82   3211783       309      1461        13     46439      5047    595766   no data   no data
570.91/570.94	c  S st    82   3211783       309      1461        13     46439      5047    595766   no data   no data
571.01/571.08	c  S st    82   3212287       309      1461        13     46923      5047    605474   no data   no data
571.01/571.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
571.01/571.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
571.01/571.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
571.01/571.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
571.01/571.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
571.01/571.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    309 time:  0.00 s
571.01/571.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
571.11/571.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
571.31/571.34	c subs with bin:     1446  lits-rem:      2116  v-fix:    0  time:  0.22 s
573.60/573.61	c lits-rem:      4054  cl-subs:     4226  v-elim:      0  v-fix:    0  time:  2.27 s
573.60/573.61	c vivif2 --  cl tried     1461 cl shrink        0 lits rem          0 time: 0.00
573.60/573.62	c vivif2 --  cl tried    41251 cl shrink        0 lits rem          0 time: 0.01
573.60/573.65	c asymm  cl-useful: 0/1461/1461 lits-rem:0 time: 0.03
573.60/573.65	c calculated reachability. Time: 0.00
573.60/573.65	c  N st    82   3212287       309      1461        13     41251      5047    519689   no data   no data
625.61/625.64	c Finding binary XORs  T:     0.00 s  found:       0
651.81/651.80	c Finding binary XORs  T:     0.00 s  found:       0
654.61/654.63	c Finding binary XORs  T:     0.00 s  found:       1
659.41/659.41	c  E st    83   3696980         0      1416        28     50728      4914    618982   no data   no data
659.41/659.41	c Verified 1416 clauses.
659.41/659.41	c Verified 1416 clauses.
659.41/659.41	c num threads              : 1          
659.41/659.41	c restarts                 : 83         
659.41/659.41	c dynamic restarts         : 0          
659.41/659.41	c static restarts          : 83         
659.41/659.41	c full restarts            : 4          
659.41/659.41	c total simplify time      : 1.93       
659.41/659.41	c learnts DL2              : 0          
659.41/659.41	c learnts size 2           : 102        
659.41/659.41	c learnts size 1           : 4           (1.29      % of vars)
659.41/659.41	c filedLit time            : 0.13        (0.02      % time)
659.41/659.41	c v-elim SatELite          : 0           (0.00      % vars)
659.41/659.41	c SatELite time            : 58.67       (8.90      % time)
659.41/659.41	c v-elim xor               : 0           (0.00      % vars)
659.41/659.41	c xor elim time            : 0.03        (0.00      % time)
659.41/659.41	c num binary xor trees     : 2          
659.41/659.41	c binxor trees' crown      : 2           (1.00      leafs/tree)
659.41/659.41	c bin xor find time        : 0.00       
659.41/659.41	c OTF clause improved      : 521243      (0.14      clauses/conflict)
659.41/659.41	c OTF impr. size diff      : 541342      (1.04       lits/clause)
659.41/659.41	c OTF cl watch-shrink      : 262114      (0.07      clauses/conflict)
659.41/659.41	c OTF cl watch-sh-lit      : 310841      (1.19       lits/clause)
659.41/659.41	c tried to recurMin cls    : 189459      (5.12       % of conflicts)
659.41/659.41	c updated cache            : 2073        (0.01       lits/tried recurMin)
659.41/659.41	c clauses over max glue    : 0           (0.00      % of all clauses)
659.41/659.41	c conflicts                : 3696980     (5607.97   / sec)
659.41/659.41	c decisions                : 3859401     (0.33      % random)
659.41/659.41	c bogo-props               : 194488720013 (295021039.35 / sec)
659.41/659.41	c conflict literals        : 57159446    (42.72     % deleted)
659.41/659.41	c Memory used              : 99.80       MB
659.41/659.41	c CPU time                 : 659.24      s
659.41/659.41	s SATISFIABLE
659.41/659.41	v -1 2 3 4 5 6 -7 -8 -9 10 -11 12 13 14 -15 -16 17 -18 19 20 -21 22 -23 24 -25 -26 -27 -28 -29 30 -31 32 33 34 35 -36 37 38 -39 -40 -41 -42 -43 44 45 46 47 -48 49 -50 51 -52 -53 54 55 -56 57 58 59 -60 61 62 -63 64 -65 66 67 68 -69 -70 -71 -72 73 -74 -75 76 77 78 -79 80 81 -82 -83 -84 85 86 87 -88 89 -90 91 -92 -93 94 95 -96 97 -98 -99 -100 101 102 -103 -104 105 106 107 108 -109 -110 -111 -112 113 -114 -115 -116 -117 -118 119 -120 121 -122 -123 124 125 126 127 -128 -129 130 -131 132 -133 134 -135 -136 137 138 139 -140 141 -142 143 144 -145 146 -147 -148 -149 150 151 -152 153 154 -155 156 -157 158 -159 160 161 -162 163 -164 -165 166 -167 168 169 -170 -171 172 173 174 -175 -176 177 -178 179 180 181 182 -183 -184 -185 -186 187 188 189 -190 191 192 193 194 195 -196 197 -198 -199 200 201 202 -203 -204 -205 -206 207 208 -209 210 -211 212 -213 214 215 -216 217 -218 219 220 221 222 223 224 -225 -226 227 -228 229 230 231 232 233 -234 235 236 237 -238 -239 240 -241 -242 243 -244 245 -246 247 248 249 -250 251 -252 253 254 255 -256 -257 -258 259 -260 261 262 263 264 265 266 267 268 -269 270 -271 272 273 -274 -275 276 -277 -278 -279 -280 281 -282 283 -284 -285 286 -287 288 -289 -290 -291 -292 -293 294 295 -296 -297 298 -299 300 -301 -302 -303 -304 -305 306 307 308 -309 310 -311 0

Verifier Data

OK

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 2.56 3.16 3.40 4/188 27892
/proc/meminfo: memFree=19271228/32951124 swapFree=67111416/67111528
[pid=27892] ppid=27890 vsize=29796 CPUtime=0 cores=4,6
/proc/27892/stat : 27892 (strangenight2-s) R 27890 27892 27040 0 -1 4202496 536 0 0 0 0 0 0 0 22 0 1 0 468970465 30511104 476 33554432000 4194304 4627331 140736734254848 18446744073709551615 4238031 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27892/statm: 7449 476 344 106 0 2420 0

[startup+0.0491159 s]
/proc/loadavg: 2.56 3.16 3.40 4/188 27892
/proc/meminfo: memFree=19271228/32951124 swapFree=67111416/67111528
[pid=27892] ppid=27890 vsize=30280 CPUtime=0.04 cores=4,6
/proc/27892/stat : 27892 (strangenight2-s) R 27890 27892 27040 0 -1 4202496 719 0 0 0 4 0 0 0 23 0 1 0 468970465 31006720 659 33554432000 4194304 4627331 140736734254848 18446744073709551615 4310110 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27892/statm: 7570 659 370 106 0 2541 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 30280

[startup+0.101077 s]
/proc/loadavg: 2.56 3.16 3.40 4/188 27892
/proc/meminfo: memFree=19271228/32951124 swapFree=67111416/67111528
[pid=27892] ppid=27890 vsize=30280 CPUtime=0.1 cores=4,6
/proc/27892/stat : 27892 (strangenight2-s) R 27890 27892 27040 0 -1 4202496 754 0 0 0 10 0 0 0 23 0 1 0 468970465 31006720 694 33554432000 4194304 4627331 140736734254848 18446744073709551615 4329597 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27892/statm: 7570 695 370 106 0 2541 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 30280

[startup+0.301038 s]
/proc/loadavg: 2.56 3.16 3.40 4/188 27892
/proc/meminfo: memFree=19271228/32951124 swapFree=67111416/67111528
[pid=27892] ppid=27890 vsize=30772 CPUtime=0.3 cores=4,6
/proc/27892/stat : 27892 (strangenight2-s) R 27890 27892 27040 0 -1 4202496 946 0 0 0 30 0 0 0 23 0 1 0 468970465 31510528 771 33554432000 4194304 4627331 140736734254848 18446744073709551615 4324973 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27892/statm: 7693 771 371 106 0 2664 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 30772

[startup+0.700994 s]
/proc/loadavg: 2.56 3.16 3.40 4/188 27892
/proc/meminfo: memFree=19271228/32951124 swapFree=67111416/67111528
[pid=27892] ppid=27890 vsize=31020 CPUtime=0.7 cores=4,6
/proc/27892/stat : 27892 (strangenight2-s) R 27890 27892 27040 0 -1 4202496 1229 0 0 0 70 0 0 0 25 0 1 0 468970465 31764480 894 33554432000 4194304 4627331 140736734254848 18446744073709551615 4306524 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27892/statm: 7755 894 371 106 0 2726 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 31020

[startup+1.50086 s]
/proc/loadavg: 2.56 3.16 3.40 5/194 27903
/proc/meminfo: memFree=19257168/32951124 swapFree=67111416/67111528
[pid=27892] ppid=27890 vsize=31720 CPUtime=1.5 cores=4,6
/proc/27892/stat : 27892 (strangenight2-s) R 27890 27892 27040 0 -1 4202496 1785 0 0 0 150 0 0 0 25 0 1 0 468970465 32481280 1003 33554432000 4194304 4627331 140736734254848 18446744073709551615 4309110 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27892/statm: 7930 1003 373 106 0 2901 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 31720

[startup+3.10056 s]
/proc/loadavg: 2.56 3.16 3.40 5/194 27903
/proc/meminfo: memFree=19237452/32951124 swapFree=67111416/67111528
[pid=27892] ppid=27890 vsize=38312 CPUtime=3.09 cores=4,6
/proc/27892/stat : 27892 (strangenight2-s) R 27890 27892 27040 0 -1 4202496 3746 0 0 0 309 0 0 0 25 0 1 0 468970465 39231488 2605 33554432000 4194304 4627331 140736734254848 18446744073709551615 4420060 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27892/statm: 9578 2605 378 106 0 4549 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38312

[startup+6.30097 s]
/proc/loadavg: 2.68 3.17 3.41 5/194 27904
/proc/meminfo: memFree=19219404/32951124 swapFree=67111416/67111528
[pid=27892] ppid=27890 vsize=39628 CPUtime=6.29 cores=4,6
/proc/27892/stat : 27892 (strangenight2-s) R 27890 27892 27040 0 -1 4202496 5212 0 0 0 629 0 0 0 25 0 1 0 468970465 40579072 2887 33554432000 4194304 4627331 140736734254848 18446744073709551615 4309566 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27892/statm: 9907 2887 378 106 0 4878 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 39628

[startup+12.7008 s]
/proc/loadavg: 2.78 3.19 3.41 5/194 27904
/proc/meminfo: memFree=19213116/32951124 swapFree=67111416/67111528
[pid=27892] ppid=27890 vsize=43520 CPUtime=12.7 cores=4,6
/proc/27892/stat : 27892 (strangenight2-s) R 27890 27892 27040 0 -1 4202496 8219 0 0 0 1269 1 0 0 25 0 1 0 468970465 44564480 3964 33554432000 4194304 4627331 140736734254848 18446744073709551615 4309163 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27892/statm: 10880 3964 378 106 0 5851 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 43520

[startup+25.5005 s]
/proc/loadavg: 3.05 3.22 3.42 5/194 27904
/proc/meminfo: memFree=19196392/32951124 swapFree=67111416/67111528
[pid=27892] ppid=27890 vsize=47336 CPUtime=25.49 cores=4,6
/proc/27892/stat : 27892 (strangenight2-s) R 27890 27892 27040 0 -1 4202496 12211 0 0 0 2548 1 0 0 25 0 1 0 468970465 48472064 4755 33554432000 4194304 4627331 140736734254848 18446744073709551615 4309873 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27892/statm: 11834 4755 378 106 0 6805 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 47336

[startup+51.1008 s]
/proc/loadavg: 3.37 3.29 3.43 5/194 27905
/proc/meminfo: memFree=19188336/32951124 swapFree=67111416/67111528
[pid=27892] ppid=27890 vsize=49436 CPUtime=51.09 cores=4,6
/proc/27892/stat : 27892 (strangenight2-s) R 27890 27892 27040 0 -1 4202496 20089 0 0 0 5106 3 0 0 25 0 1 0 468970465 50622464 5328 33554432000 4194304 4627331 140736734254848 18446744073709551615 4309077 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27892/statm: 12359 5328 378 106 0 7330 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 49436

[startup+102.306 s]
/proc/loadavg: 3.73 3.39 3.46 5/194 27906
/proc/meminfo: memFree=19137728/32951124 swapFree=67111416/67111528
[pid=27892] ppid=27890 vsize=61476 CPUtime=102.3 cores=4,6
/proc/27892/stat : 27892 (strangenight2-s) R 27890 27892 27040 0 -1 4202496 32925 0 0 0 10225 5 0 0 25 0 1 0 468970465 62951424 8201 33554432000 4194304 4627331 140736734254848 18446744073709551615 4308387 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27892/statm: 15369 8201 378 106 0 10340 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 61476

[startup+162.301 s]
/proc/loadavg: 3.93 3.52 3.49 5/194 27908
/proc/meminfo: memFree=19123808/32951124 swapFree=67111416/67111528
[pid=27892] ppid=27890 vsize=65844 CPUtime=162.29 cores=4,6
/proc/27892/stat : 27892 (strangenight2-s) R 27890 27892 27040 0 -1 4202496 44538 0 0 0 16223 6 0 0 25 0 1 0 468970465 67424256 9489 33554432000 4194304 4627331 140736734254848 18446744073709551615 4309555 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27892/statm: 16461 9489 378 106 0 11432 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 65844

[startup+222.301 s]
/proc/loadavg: 4.13 3.63 3.53 5/194 27909
/proc/meminfo: memFree=19110028/32951124 swapFree=67111416/67111528
[pid=27892] ppid=27890 vsize=66284 CPUtime=222.3 cores=4,6
/proc/27892/stat : 27892 (strangenight2-s) R 27890 27892 27040 0 -1 4202496 55877 0 0 0 22221 9 0 0 25 0 1 0 468970465 67874816 9735 33554432000 4194304 4627331 140736734254848 18446744073709551615 4310062 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27892/statm: 16571 9735 378 106 0 11542 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 66284

[startup+282.301 s]
/proc/loadavg: 4.04 3.70 3.56 5/194 27911
/proc/meminfo: memFree=19071460/32951124 swapFree=67111416/67111528
[pid=27892] ppid=27890 vsize=76972 CPUtime=282.3 cores=4,6
/proc/27892/stat : 27892 (strangenight2-s) R 27890 27892 27040 0 -1 4202496 65719 0 0 0 28218 12 0 0 25 0 1 0 468970465 78819328 12251 33554432000 4194304 4627331 140736734254848 18446744073709551615 4309555 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27892/statm: 19243 12251 378 106 0 14214 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 76972

[startup+342.301 s]
/proc/loadavg: 4.09 3.78 3.59 5/194 27912
/proc/meminfo: memFree=19060040/32951124 swapFree=67111416/67111528
[pid=27892] ppid=27890 vsize=77328 CPUtime=342.3 cores=4,6
/proc/27892/stat : 27892 (strangenight2-s) R 27890 27892 27040 0 -1 4202496 74875 0 0 0 34216 14 0 0 25 0 1 0 468970465 79183872 12725 33554432000 4194304 4627331 140736734254848 18446744073709551615 4309066 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27892/statm: 19332 12725 378 106 0 14303 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 77328

[startup+402.301 s]
/proc/loadavg: 4.03 3.82 3.62 5/194 27914
/proc/meminfo: memFree=19055300/32951124 swapFree=67111416/67111528
[pid=27892] ppid=27890 vsize=78028 CPUtime=402.31 cores=4,6
/proc/27892/stat : 27892 (strangenight2-s) R 27890 27892 27040 0 -1 4202496 82896 0 0 0 40215 16 0 0 25 0 1 0 468970465 79900672 12745 33554432000 4194304 4627331 140736734254848 18446744073709551615 4309068 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27892/statm: 19507 12745 378 106 0 14478 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 78028

[startup+462.301 s]
/proc/loadavg: 4.06 3.86 3.64 5/194 27916
/proc/meminfo: memFree=19044584/32951124 swapFree=67111416/67111528
[pid=27892] ppid=27890 vsize=79720 CPUtime=462.3 cores=4,6
/proc/27892/stat : 27892 (strangenight2-s) R 27890 27892 27040 0 -1 4202496 90601 0 0 0 46213 17 0 0 25 0 1 0 468970465 81633280 12676 33554432000 4194304 4627331 140736734254848 18446744073709551615 4467748 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27892/statm: 19930 12676 378 106 0 14901 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 79720

[startup+522.301 s]
/proc/loadavg: 4.17 3.92 3.67 5/194 27917
/proc/meminfo: memFree=19014564/32951124 swapFree=67111416/67111528
[pid=27892] ppid=27890 vsize=90860 CPUtime=522.31 cores=4,6
/proc/27892/stat : 27892 (strangenight2-s) R 27890 27892 27040 0 -1 4202496 95314 0 0 0 52213 18 0 0 25 0 1 0 468970465 93040640 15012 33554432000 4194304 4627331 140736734254848 18446744073709551615 4324722 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27892/statm: 22715 15012 378 106 0 17686 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 90860

[startup+582.301 s]
/proc/loadavg: 4.06 3.93 3.69 5/194 27919
/proc/meminfo: memFree=19003384/32951124 swapFree=67111416/67111528
[pid=27892] ppid=27890 vsize=91164 CPUtime=582.31 cores=4,6
/proc/27892/stat : 27892 (strangenight2-s) R 27890 27892 27040 0 -1 4202496 97685 0 0 0 58213 18 0 0 25 0 1 0 468970465 93351936 15396 33554432000 4194304 4627331 140736734254848 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27892/statm: 22791 15396 378 106 0 17762 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 91164

[startup+642.301 s]
/proc/loadavg: 4.02 3.94 3.71 5/194 27920
/proc/meminfo: memFree=18973856/32951124 swapFree=67111416/67111528
[pid=27892] ppid=27890 vsize=102192 CPUtime=642.32 cores=4,6
/proc/27892/stat : 27892 (strangenight2-s) R 27890 27892 27040 0 -1 4202496 99445 0 0 0 64213 19 0 0 25 0 1 0 468970465 104644608 17156 33554432000 4194304 4627331 140736734254848 18446744073709551615 4332989 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27892/statm: 25548 17156 378 106 0 20519 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 102192

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

[startup+652.701 s]
/proc/loadavg: 4.02 3.94 3.71 5/194 27921
/proc/meminfo: memFree=18977064/32951124 swapFree=67111416/67111528
[pid=27892] ppid=27890 vsize=102192 CPUtime=652.71 cores=4,6
/proc/27892/stat : 27892 (strangenight2-s) R 27890 27892 27040 0 -1 4202496 99445 0 0 0 65252 19 0 0 25 0 1 0 468970465 104644608 17156 33554432000 4194304 4627331 140736734254848 18446744073709551615 4309079 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27892/statm: 25548 17156 378 106 0 20519 0
Current children cumulated CPU time (s) 652.71
Current children cumulated vsize (KiB) 102192

[startup+655.901 s]
/proc/loadavg: 4.02 3.94 3.71 5/194 27921
/proc/meminfo: memFree=18971360/32951124 swapFree=67111416/67111528
[pid=27892] ppid=27890 vsize=102192 CPUtime=655.91 cores=4,6
/proc/27892/stat : 27892 (strangenight2-s) R 27890 27892 27040 0 -1 4202496 99446 0 0 0 65572 19 0 0 25 0 1 0 468970465 104644608 17157 33554432000 4194304 4627331 140736734254848 18446744073709551615 4310338 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27892/statm: 25548 17157 378 106 0 20519 0
Current children cumulated CPU time (s) 655.91
Current children cumulated vsize (KiB) 102192

[startup+657.5 s]
/proc/loadavg: 4.02 3.94 3.71 5/194 27921
/proc/meminfo: memFree=18970616/32951124 swapFree=67111416/67111528
[pid=27892] ppid=27890 vsize=102192 CPUtime=657.51 cores=4,6
/proc/27892/stat : 27892 (strangenight2-s) R 27890 27892 27040 0 -1 4202496 99446 0 0 0 65732 19 0 0 25 0 1 0 468970465 104644608 17157 33554432000 4194304 4627331 140736734254848 18446744073709551615 4309079 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27892/statm: 25548 17157 378 106 0 20519 0
Current children cumulated CPU time (s) 657.51
Current children cumulated vsize (KiB) 102192

[startup+658.301 s]
/proc/loadavg: 4.01 3.94 3.71 5/194 27921
/proc/meminfo: memFree=18969748/32951124 swapFree=67111416/67111528
[pid=27892] ppid=27890 vsize=102192 CPUtime=658.31 cores=4,6
/proc/27892/stat : 27892 (strangenight2-s) R 27890 27892 27040 0 -1 4202496 99446 0 0 0 65812 19 0 0 25 0 1 0 468970465 104644608 17157 33554432000 4194304 4627331 140736734254848 18446744073709551615 4309068 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27892/statm: 25548 17157 378 106 0 20519 0
Current children cumulated CPU time (s) 658.31
Current children cumulated vsize (KiB) 102192

[startup+659.101 s]
/proc/loadavg: 4.01 3.94 3.71 5/194 27921
/proc/meminfo: memFree=18969252/32951124 swapFree=67111416/67111528
[pid=27892] ppid=27890 vsize=102192 CPUtime=659.11 cores=4,6
/proc/27892/stat : 27892 (strangenight2-s) R 27890 27892 27040 0 -1 4202496 99446 0 0 0 65892 19 0 0 25 0 1 0 468970465 104644608 17157 33554432000 4194304 4627331 140736734254848 18446744073709551615 4309066 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27892/statm: 25548 17157 378 106 0 20519 0
Current children cumulated CPU time (s) 659.11
Current children cumulated vsize (KiB) 102192

[startup+659.301 s]
/proc/loadavg: 4.01 3.94 3.71 5/194 27921
/proc/meminfo: memFree=18969252/32951124 swapFree=67111416/67111528
[pid=27892] ppid=27890 vsize=102192 CPUtime=659.31 cores=4,6
/proc/27892/stat : 27892 (strangenight2-s) R 27890 27892 27040 0 -1 4202496 99446 0 0 0 65912 19 0 0 25 0 1 0 468970465 104644608 17157 33554432000 4194304 4627331 140736734254848 18446744073709551615 4310085 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27892/statm: 25548 17157 378 106 0 20519 0
Current children cumulated CPU time (s) 659.31
Current children cumulated vsize (KiB) 102192

[startup+659.401 s]
/proc/loadavg: 4.01 3.94 3.71 5/194 27921
/proc/meminfo: memFree=18969252/32951124 swapFree=67111416/67111528
[pid=27892] ppid=27890 vsize=102192 CPUtime=659.41 cores=4,6
/proc/27892/stat : 27892 (strangenight2-s) R 27890 27892 27040 0 -1 4202496 99446 0 0 0 65922 19 0 0 25 0 1 0 468970465 104644608 17157 33554432000 4194304 4627331 140736734254848 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27892/statm: 25548 17157 378 106 0 20519 0
Current children cumulated CPU time (s) 659.41
Current children cumulated vsize (KiB) 102192

Child status: 10
Real time (s): 659.417
CPU time (s): 659.437
CPU user time (s): 659.237
CPU system time (s): 0.199969
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 104112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 659.237
system time used= 0.199969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99462
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= 549

runsolver used 1.17182 second user time and 2.43063 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-23 17:48:43
IDJOB=3264884
IDBENCH=85357
IDSOLVER=1587
FILE ID=node134/3264884-1303573723
RUNJOBID= node134-1303573722-27861
PBS_JOBID= 13150295
Free space on /tmp= 71088 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st
BENCH NAME= SAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/mod2c-rand3bip-sat-220-3.shuffled-as.sat05-2490.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264884-1303573723/watcher-3264884-1303573723 -o /tmp/evaluation-result-3264884-1303573723/solver-3264884-1303573723 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3264884-1303573723.cnf

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

MD5SUM BENCH= 8e6def53b47a48972a9a9fc80e087610
RANDOM SEED=2086838776

node134.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.831
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.831
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.67
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.831
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.83
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.831
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	: 7186.06
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.831
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.80
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.831
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.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19271508 kB
Buffers:       2333108 kB
Cached:       10729732 kB
SwapCached:        108 kB
Active:        8854948 kB
Inactive:      4277100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19271508 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:           17640 kB
Writeback:           0 kB
AnonPages:       68812 kB
Mapped:          16204 kB
Slab:           483464 kB
PageTables:       5148 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   256472 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71080 MiB
End job on node134 at 2011-04-23 17:59:42