Trace number 3174217

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-Night-2-mtSAT 232.153 58.1231

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S1214523131-078.SATISFIABLE.cnf
MD5SUM3aa844b4c7696e37cd971cc91ca76859
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.004998
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses1597
Sum of the clauses size7985
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51597
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
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-3174217-1304115342.cnf'
0.00/0.00	c -- header says num vars:             75
0.00/0.00	c -- header says num clauses:        1597
0.00/0.01	c -- clauses added:            0 learnts,         1597 normals,            0 xors
0.00/0.01	c -- vars added         75
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0        75      1597         0         0      7985         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.01
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.17/0.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.17/0.85	c Finding binary XORs  T:     0.00 s  found:       0
3.17/0.85	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.17/0.85	c calculated reachability. Time: 0.00
3.17/0.85	c Calc default polars -  time:   0.00 s pos:      33 undec:       3 neg:      39
3.17/0.85	c =========================================================================================
3.17/0.85	c types(t): F = full restart, N = normal restart
3.17/0.85	c types(t): S = simplification begin/end, E = solution found
3.17/0.85	c restart types(rt): st = static, dy = dynamic
3.17/0.85	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.17/0.85	c  B st     0         0        75      1597         0         0      7985         0   no data   no data
3.17/0.85	c Decided on static restart strategy
3.17/0.85	c  N st     8      4916        75      1597         0      4506      7985     79989   no data   no data
3.17/0.85	c  N st    10     11298        75      1597         0      4152      7985     60452   no data   no data
3.17/0.85	c  N st    11     17042        75      1597         0      9301      7985    146345   no data   no data
3.17/0.85	c  F st    12     25000        75      1597         0     11472      7985    179110   no data   no data
3.17/0.85	c  N st    12     25000        75      1597         0     11472      7985    179110   no data   no data
3.99/1.05	c Decided on static restart strategy
3.99/1.05	c  N st    18     30001        75      1597         0      9830      7985    143297   no data   no data
3.99/1.05	c  S st    18     30001        75      1597         0      9830      7985    143297   no data   no data
3.99/1.05	c  S st    18     30502        75      1597         0     10297      7985    151782   no data   no data
3.99/1.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.99/1.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
3.99/1.05	c blocked clauses removed:        0 vars:      0 tried:          75 T: 0.00 s
3.99/1.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.99/1.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.99/1.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
3.99/1.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.99/1.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.99/1.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.39/1.15	c lits-rem:       238  cl-subs:     2428  v-elim:      0  v-fix:    0  time:  0.14 s
4.77/1.25	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.03
4.77/1.25	c calculated reachability. Time: 0.00
4.77/1.25	c  N st    18     30502        75      1597         0      7869      7985    114613   no data   no data
5.57/1.46	c  N st    20     37614        75      1597         0      7225      7985     94788   no data   no data
6.77/1.71	c  N st    21     44014        75      1597         0     12965      7985    190745   no data   no data
6.77/1.78	c  S st    22     45753        75      1597         0     14531      7985    217373   no data   no data
7.17/1.82	c  S st    22     46257        75      1597         0     15002      7985    225936   no data   no data
7.17/1.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.17/1.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
7.17/1.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.17/1.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.17/1.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.17/1.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
7.17/1.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.17/1.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
7.17/1.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.38/2.15	c lits-rem:       381  cl-subs:     2834  v-elim:      0  v-fix:    0  time:  0.31 s
8.38/2.15	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
8.38/2.15	c vivif2 --  cl tried    12168 cl shrink        0 lits rem          0 time: 0.00
8.38/2.20	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
8.38/2.20	c calculated reachability. Time: 0.00
8.38/2.20	c  N st    22     46257        75      1597         0     12168      7985    180876   no data   no data
11.16/2.81	c  N st    23     60655        75      1597         0     17160      7985    241632   no data   no data
12.78/3.20	c  N st    24     69385        75      1597         0     16147      7985    222765   no data   no data
12.78/3.20	c  S st    24     69385        75      1597         0     16147      7985    222765   no data   no data
12.78/3.24	c  S st    24     69887        75      1597         0     16623      7985    231341   no data   no data
12.78/3.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.78/3.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
12.78/3.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
12.78/3.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.78/3.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.78/3.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
12.78/3.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
12.78/3.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
12.78/3.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.36/3.68	c lits-rem:       307  cl-subs:     3955  v-elim:      0  v-fix:    0  time:  0.43 s
14.36/3.68	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
14.36/3.68	c vivif2 --  cl tried    12668 cl shrink        0 lits rem          0 time: 0.00
14.76/3.73	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
14.76/3.73	c calculated reachability. Time: 0.00
14.76/3.73	c  N st    24     69887        75      1597         0     12668      7985    174255   no data   no data
18.35/4.62	c  F st    25     87500        75      1597         0     18743      7985    253715   no data   no data
18.35/4.62	c  N st    25     87500        75      1597         0     18743      7985    253715   no data   no data
19.55/4.90	c Decided on static restart strategy
19.95/5.04	c  N st    32     95541        75      1597         0     15394      7985    204933   no data   no data
21.97/5.59	c  N st    34    104831        75      1597         0     12152      7985    146555   no data   no data
21.97/5.59	c  S st    34    104831        75      1597         0     12152      7985    146555   no data   no data
22.35/5.62	c  S st    34    105341        75      1597         0     12636      7985    155284   no data   no data
22.35/5.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
22.35/5.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
22.35/5.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
22.35/5.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22.35/5.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.35/5.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
22.35/5.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
22.35/5.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
22.35/5.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.75/5.70	c lits-rem:        70  cl-subs:     1193  v-elim:      0  v-fix:    0  time:  0.07 s
22.75/5.70	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
22.75/5.71	c vivif2 --  cl tried    11443 cl shrink        0 lits rem          0 time: 0.00
22.75/5.75	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
22.75/5.75	c calculated reachability. Time: 0.00
22.75/5.75	c  N st    34    105341        75      1597         0     11443      7985    138479   no data   no data
24.74/6.27	c  N st    35    114939        75      1597         0     20082      7985    279426   no data   no data
28.34/7.12	c  N st    36    129336        75      1597         0     20552      7985    278086   no data   no data
33.94/8.56	c  N st    37    150931        75      1597         0     26514      7985    366515   no data   no data
35.93/9.04	c  S st    38    158012        75      1597         0     18495      7985    229934   no data   no data
35.93/9.09	c  S st    38    158516        75      1597         0     18968      7985    238776   no data   no data
35.93/9.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
35.93/9.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
35.93/9.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
35.93/9.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
35.93/9.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.93/9.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
35.93/9.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
36.33/9.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
36.33/9.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.13/9.33	c lits-rem:       200  cl-subs:     2301  v-elim:      0  v-fix:    0  time:  0.23 s
37.13/9.33	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
37.13/9.33	c vivif2 --  cl tried    16667 cl shrink        0 lits rem          0 time: 0.00
37.13/9.39	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.06
37.13/9.39	c calculated reachability. Time: 0.00
37.13/9.39	c  N st    38    158516        75      1597         0     16667      7985    205878   no data   no data
49.91/12.56	c  N st    39    207105        75      1597         0     28918      7985    383666   no data   no data
59.11/14.87	c  N st    40    237774        75      1597         0     21504      7985    254936   no data   no data
59.11/14.87	c  S st    40    237774        75      1597         0     21504      7985    254936   no data   no data
59.51/14.93	c  S st    40    238279        75      1597         0     21991      7985    264052   no data   no data
59.51/14.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
59.51/14.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
59.51/14.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
59.51/14.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
59.51/14.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
59.51/14.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
59.51/14.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
59.51/14.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
59.51/14.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
60.71/15.20	c lits-rem:       193  cl-subs:     2326  v-elim:      0  v-fix:    0  time:  0.25 s
60.71/15.20	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
60.71/15.21	c vivif2 --  cl tried    19665 cl shrink        0 lits rem          0 time: 0.00
60.71/15.27	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.07
60.71/15.27	c calculated reachability. Time: 0.00
60.71/15.27	c  N st    40    238279        75      1597         0     19665      7985    232427   no data   no data
83.49/20.98	c  F st    41    306250        75      1597         0     21593      7985    237920   no data   no data
83.49/20.98	c  N st    41    306250        75      1597         0     21593      7985    237920   no data   no data
85.47/21.42	c Decided on static restart strategy
94.66/23.78	c  N st    51    334550        75      1597         0     25544      7985    292289   no data   no data
104.65/26.22	c  N st    53    357419        75      1597         0     23623      7985    257082   no data   no data
104.65/26.22	c  S st    53    357419        75      1597         0     23623      7985    257082   no data   no data
104.65/26.28	c  S st    53    357923        75      1597         0     24101      7985    265968   no data   no data
104.65/26.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
104.65/26.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
104.65/26.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
104.65/26.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
104.65/26.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
104.65/26.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
104.65/26.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
104.65/26.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
105.06/26.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
105.46/26.46	c lits-rem:       116  cl-subs:     1307  v-elim:      0  v-fix:    0  time:  0.15 s
105.46/26.46	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
105.46/26.46	c vivif2 --  cl tried    22794 cl shrink        0 lits rem          0 time: 0.00
105.84/26.54	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.08
105.84/26.54	c calculated reachability. Time: 0.00
105.84/26.54	c  N st    53    357923        75      1597         0     22794      7985    248047   no data   no data
117.43/29.43	c  N st    54    390316        75      1597         0     28431      7985    327727   no data   no data
137.00/34.33	c  N st    55    438906        75      1597         0     47643      7985    633309   no data   no data
166.98/41.83	c  N st    56    511788        75      1597         0     34948      7985    411256   no data   no data
178.54/44.72	c  N st    57    536884        75      1597         0     29726      7985    320935   no data   no data
178.54/44.72	c  S st    57    536884        75      1597         0     29726      7985    320935   no data   no data
178.54/44.79	c  S st    57    537388        75      1597         0     30201      7985    329384   no data   no data
178.54/44.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
178.94/44.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
178.94/44.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
178.94/44.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
178.94/44.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
178.94/44.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
178.94/44.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
178.94/44.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
178.94/44.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
179.75/45.07	c lits-rem:       161  cl-subs:     1653  v-elim:      0  v-fix:    0  time:  0.26 s
179.75/45.07	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
179.75/45.08	c vivif2 --  cl tried    28548 cl shrink        0 lits rem          0 time: 0.00
180.15/45.18	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.10
180.15/45.18	c calculated reachability. Time: 0.00
180.15/45.18	c  N st    57    537388        75      1597         0     28548      7985    308473   no data   no data
232.07/58.11	c  E st    58    656036         0      1597         0     46321      7985    572139   no data   no data
232.07/58.11	c Verified 1597 clauses.
232.07/58.11	c Verified 1597 clauses.
232.07/58.11	c Following stats are for *FIRST FINISHED THREAD ONLY*
232.07/58.11	c num threads              : 4          
232.07/58.11	c restarts                 : 58         
232.07/58.11	c dynamic restarts         : 0          
232.07/58.11	c static restarts          : 58         
232.07/58.11	c full restarts            : 3          
232.07/58.11	c total simplify time      : 0.00       
232.07/58.11	c learnts DL2              : 0          
232.07/58.11	c learnts size 2           : 0          
232.07/58.11	c learnts size 1           : 0           (0.00      % of vars)
232.07/58.11	c filedLit time            : 0.03        (0.06      % time)
232.07/58.11	c v-elim SatELite          : 0           (0.00      % vars)
232.07/58.11	c SatELite time            : 1.84        (3.16      % time)
232.07/58.11	c v-elim xor               : 0           (0.00      % vars)
232.07/58.11	c xor elim time            : 0.01        (0.01      % time)
232.07/58.11	c num binary xor trees     : 0          
232.07/58.11	c binxor trees' crown      : 0           (nan       leafs/tree)
232.07/58.11	c bin xor find time        : 0.00       
232.07/58.11	c OTF clause improved      : 69850       (0.11      clauses/conflict)
232.07/58.11	c OTF impr. size diff      : 70749       (1.01       lits/clause)
232.07/58.11	c OTF cl watch-shrink      : 0           (0.00      clauses/conflict)
232.07/58.11	c OTF cl watch-sh-lit      : 0           (nan        lits/clause)
232.07/58.11	c tried to recurMin cls    : 25163       (3.84       % of conflicts)
232.07/58.11	c updated cache            : 0           (0.00       lits/tried recurMin)
232.07/58.11	c unit cls recevied        : 0           (nan       % of units)
232.07/58.11	c unit cls sent            : 0           (nan       % of units)
232.07/58.11	c bin cls recevied         : 0          
232.07/58.11	c bin cls sent             : 0          
232.07/58.11	c clauses over max glue    : 0           (0.00      % of all clauses)
232.07/58.11	c conflicts                : 656036      (11299.83  / sec)
232.07/58.11	c decisions                : 721758      (0.64      % random)
232.07/58.11	c bogo-props               : 10668026859 (183750367.23 / sec)
232.07/58.11	c conflict literals        : 10672292    (19.19     % deleted)
232.07/58.11	c Memory used              : 300.11      MB
232.07/58.11	c single-thread CPU time   : 58.06       s
232.07/58.11	c all-threads sum CPU time : 231.95      s
232.07/58.11	s SATISFIABLE
232.07/58.11	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 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-3174217-1304115342/watcher-3174217-1304115342 -o /tmp/evaluation-result-3174217-1304115342/solver-3174217-1304115342 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174217-1304115342.cnf 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 3.69 3.96 4.28 6/179 4175
/proc/meminfo: memFree=29370152/32950928 swapFree=67111352/67111528
[pid=4175] ppid=4172 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/4175/stat : 4175 (strangenight2-m) R 4172 4175 3239 0 -1 4202496 413 0 0 0 0 0 0 0 22 0 4 0 601764839 52441088 352 33554432000 4194304 4627427 140734909978960 18446744073709551615 47519986198041 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4175/statm: 12803 352 303 106 0 7774 0
[pid=4175/tid=4176] ppid=4172 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/4175/task/4176/stat : 4176 (strangenight2-m) R 4172 4175 3239 0 -1 4202560 5 0 0 0 0 0 0 0 23 0 4 0 601764840 52441088 352 33554432000 4194304 4627427 140734909978960 18446744073709551615 47519986198041 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4175/tid=4177] ppid=4172 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/4175/task/4177/stat : 4177 (strangenight2-m) R 4172 4175 3239 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 601764840 52441088 352 33554432000 4194304 4627427 140734909978960 18446744073709551615 47519986198450 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4175/tid=4178] ppid=4172 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/4175/task/4178/stat : 4178 (strangenight2-m) R 4172 4175 3239 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 601764840 52441088 352 33554432000 4194304 4627427 140734909978960 18446744073709551615 47519986198041 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.0175429 s]
/proc/loadavg: 3.69 3.96 4.28 6/179 4175
/proc/meminfo: memFree=29370152/32950928 swapFree=67111352/67111528
[pid=4175] ppid=4172 vsize=281976 CPUtime=0.05 cores=0,2,4,6
/proc/4175/stat : 4175 (strangenight2-m) R 4172 4175 3239 0 -1 4202496 1054 0 0 0 5 0 0 0 18 0 4 0 601764839 288743424 964 33554432000 4194304 4627427 140734909978960 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4175/statm: 70494 964 383 106 0 65465 0
[pid=4175/tid=4176] ppid=4172 vsize=281976 CPUtime=0.01 cores=0,2,4,6
/proc/4175/task/4176/stat : 4176 (strangenight2-m) R 4172 4175 3239 0 -1 4202560 169 0 0 0 1 0 0 0 18 0 4 0 601764840 288743424 964 33554432000 4194304 4627427 140734909978960 18446744073709551615 4227674 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4175/tid=4177] ppid=4172 vsize=281976 CPUtime=0.01 cores=0,2,4,6
/proc/4175/task/4177/stat : 4177 (strangenight2-m) R 4172 4175 3239 0 -1 4202560 190 0 0 0 1 0 0 0 24 0 4 0 601764840 288743424 964 33554432000 4194304 4627427 140734909978960 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4175/tid=4178] ppid=4172 vsize=281976 CPUtime=0.01 cores=0,2,4,6
/proc/4175/task/4178/stat : 4178 (strangenight2-m) R 4172 4175 3239 0 -1 4202560 104 0 0 0 1 0 0 0 18 0 4 0 601764840 288743424 964 33554432000 4194304 4627427 140734909978960 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 281976

[startup+0.100528 s]
/proc/loadavg: 3.69 3.96 4.28 6/179 4175
/proc/meminfo: memFree=29370152/32950928 swapFree=67111352/67111528
[pid=4175] ppid=4172 vsize=282380 CPUtime=0.38 cores=0,2,4,6
/proc/4175/stat : 4175 (strangenight2-m) R 4172 4175 3239 0 -1 4202496 1591 0 0 0 38 0 0 0 18 0 4 0 601764839 289157120 1396 33554432000 4194304 4627427 140734909978960 18446744073709551615 4309396 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4175/statm: 70595 1397 384 106 0 65566 0
[pid=4175/tid=4176] ppid=4172 vsize=282380 CPUtime=0.09 cores=0,2,4,6
/proc/4175/task/4176/stat : 4176 (strangenight2-m) R 4172 4175 3239 0 -1 4202560 287 0 0 0 9 0 0 0 18 0 4 0 601764840 289157120 1397 33554432000 4194304 4627427 140734909978960 18446744073709551615 4309179 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4175/tid=4177] ppid=4172 vsize=282380 CPUtime=0.09 cores=0,2,4,6
/proc/4175/task/4177/stat : 4177 (strangenight2-m) R 4172 4175 3239 0 -1 4202560 303 0 0 0 9 0 0 0 24 0 4 0 601764840 289157120 1397 33554432000 4194304 4627427 140734909978960 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4175/tid=4178] ppid=4172 vsize=282380 CPUtime=0.09 cores=0,2,4,6
/proc/4175/task/4178/stat : 4178 (strangenight2-m) R 4172 4175 3239 0 -1 4202560 306 0 0 0 9 0 0 0 18 0 4 0 601764840 289157120 1397 33554432000 4194304 4627427 140734909978960 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 282380

[startup+0.300492 s]
/proc/loadavg: 3.69 3.96 4.28 6/179 4175
/proc/meminfo: memFree=29370152/32950928 swapFree=67111352/67111528
[pid=4175] ppid=4172 vsize=283908 CPUtime=1.18 cores=0,2,4,6
/proc/4175/stat : 4175 (strangenight2-m) R 4172 4175 3239 0 -1 4202496 2852 0 0 0 118 0 0 0 18 0 4 0 601764839 290721792 1700 33554432000 4194304 4627427 140734909978960 18446744073709551615 4309077 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4175/statm: 70977 1700 384 106 0 65948 0
[pid=4175/tid=4176] ppid=4172 vsize=283908 CPUtime=0.29 cores=0,2,4,6
/proc/4175/task/4176/stat : 4176 (strangenight2-m) R 4172 4175 3239 0 -1 4202560 626 0 0 0 29 0 0 0 18 0 4 0 601764840 290721792 1700 33554432000 4194304 4627427 140734909978960 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4175/tid=4177] ppid=4172 vsize=283908 CPUtime=0.29 cores=0,2,4,6
/proc/4175/task/4177/stat : 4177 (strangenight2-m) R 4172 4175 3239 0 -1 4202560 622 0 0 0 29 0 0 0 25 0 4 0 601764840 290721792 1700 33554432000 4194304 4627427 140734909978960 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4175/tid=4178] ppid=4172 vsize=283908 CPUtime=0.29 cores=0,2,4,6
/proc/4175/task/4178/stat : 4178 (strangenight2-m) R 4172 4175 3239 0 -1 4202560 589 0 0 0 29 0 0 0 18 0 4 0 601764840 290721792 1700 33554432000 4194304 4627427 140734909978960 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 283908

[startup+0.700417 s]
/proc/loadavg: 3.69 3.96 4.28 6/179 4175
/proc/meminfo: memFree=29370152/32950928 swapFree=67111352/67111528
[pid=4175] ppid=4172 vsize=284716 CPUtime=2.77 cores=0,2,4,6
/proc/4175/stat : 4175 (strangenight2-m) R 4172 4175 3239 0 -1 4202496 4373 0 0 0 277 0 0 0 18 0 4 0 601764839 291549184 2416 33554432000 4194304 4627427 140734909978960 18446744073709551615 4308419 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4175/statm: 71179 2416 384 106 0 66150 0
[pid=4175/tid=4176] ppid=4172 vsize=284716 CPUtime=0.69 cores=0,2,4,6
/proc/4175/task/4176/stat : 4176 (strangenight2-m) R 4172 4175 3239 0 -1 4202560 1024 0 0 0 69 0 0 0 18 0 4 0 601764840 291549184 2416 33554432000 4194304 4627427 140734909978960 18446744073709551615 4305425 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4175/tid=4177] ppid=4172 vsize=284716 CPUtime=0.69 cores=0,2,4,6
/proc/4175/task/4177/stat : 4177 (strangenight2-m) R 4172 4175 3239 0 -1 4202560 1029 0 0 0 69 0 0 0 25 0 4 0 601764840 291549184 2416 33554432000 4194304 4627427 140734909978960 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4175/tid=4178] ppid=4172 vsize=284716 CPUtime=0.69 cores=0,2,4,6
/proc/4175/task/4178/stat : 4178 (strangenight2-m) R 4172 4175 3239 0 -1 4202560 957 0 0 0 69 0 0 0 18 0 4 0 601764840 291549184 2416 33554432000 4194304 4627427 140734909978960 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284716

[startup+1.50027 s]
/proc/loadavg: 3.69 3.96 4.28 12/184 4180
/proc/meminfo: memFree=29346676/32950928 swapFree=67111352/67111528
[pid=4175] ppid=4172 vsize=285660 CPUtime=5.97 cores=0,2,4,6
/proc/4175/stat : 4175 (strangenight2-m) R 4172 4175 3239 0 -1 4202496 8802 0 0 0 596 1 0 0 20 0 4 0 601764839 292515840 4635 33554432000 4194304 4627427 140734909978960 18446744073709551615 4309109 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4175/statm: 71415 4635 388 106 0 66386 0
[pid=4175/tid=4176] ppid=4172 vsize=285660 CPUtime=1.49 cores=0,2,4,6
/proc/4175/task/4176/stat : 4176 (strangenight2-m) R 4172 4175 3239 0 -1 4202560 2522 0 0 0 149 0 0 0 20 0 4 0 601764840 292515840 4635 33554432000 4194304 4627427 140734909978960 18446744073709551615 4332206 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4175/tid=4177] ppid=4172 vsize=285660 CPUtime=1.48 cores=0,2,4,6
/proc/4175/task/4177/stat : 4177 (strangenight2-m) R 4172 4175 3239 0 -1 4202560 1698 0 0 0 148 0 0 0 25 0 4 0 601764840 292515840 4635 33554432000 4194304 4627427 140734909978960 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4175/tid=4178] ppid=4172 vsize=285660 CPUtime=1.48 cores=0,2,4,6
/proc/4175/task/4178/stat : 4178 (strangenight2-m) R 4172 4175 3239 0 -1 4202560 1644 0 0 0 148 0 0 0 20 0 4 0 601764840 292515840 4635 33554432000 4194304 4627427 140734909978960 18446744073709551615 4310363 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 285660

[startup+3.10098 s]
/proc/loadavg: 3.69 3.96 4.28 10/184 4180
/proc/meminfo: memFree=29315428/32950928 swapFree=67111352/67111528
[pid=4175] ppid=4172 vsize=292920 CPUtime=12.36 cores=0,2,4,6
/proc/4175/stat : 4175 (strangenight2-m) R 4172 4175 3239 0 -1 4202496 16428 0 0 0 1234 2 0 0 25 0 4 0 601764839 299950080 9281 33554432000 4194304 4627427 140734909978960 18446744073709551615 4321694 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4175/statm: 73230 9281 388 106 0 68201 0
[pid=4175/tid=4176] ppid=4172 vsize=292920 CPUtime=3.09 cores=0,2,4,6
/proc/4175/task/4176/stat : 4176 (strangenight2-m) R 4172 4175 3239 0 -1 4202560 4327 0 0 0 309 0 0 0 25 0 4 0 601764840 299950080 9281 33554432000 4194304 4627427 140734909978960 18446744073709551615 4427854 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4175/tid=4177] ppid=4172 vsize=292920 CPUtime=3.07 cores=0,2,4,6
/proc/4175/task/4177/stat : 4177 (strangenight2-m) R 4172 4175 3239 0 -1 4202560 4018 0 0 0 307 0 0 0 25 0 4 0 601764840 299950080 9281 33554432000 4194304 4627427 140734909978960 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4175/tid=4178] ppid=4172 vsize=292920 CPUtime=3.08 cores=0,2,4,6
/proc/4175/task/4178/stat : 4178 (strangenight2-m) R 4172 4175 3239 0 -1 4202560 3759 0 0 0 308 0 0 0 25 0 4 0 601764840 299950080 9281 33554432000 4194304 4627427 140734909978960 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 292920

[startup+6.30038 s]
/proc/loadavg: 4.04 4.03 4.30 10/184 4180
/proc/meminfo: memFree=29284720/32950928 swapFree=67111352/67111528
[pid=4175] ppid=4172 vsize=295960 CPUtime=25.14 cores=0,2,4,6
/proc/4175/stat : 4175 (strangenight2-m) R 4172 4175 3239 0 -1 4202496 24771 0 0 0 2511 3 0 0 25 0 4 0 601764839 303063040 11540 33554432000 4194304 4627427 140734909978960 18446744073709551615 4308399 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4175/statm: 73990 11540 388 106 0 68961 0
[pid=4175/tid=4176] ppid=4172 vsize=295960 CPUtime=6.28 cores=0,2,4,6
/proc/4175/task/4176/stat : 4176 (strangenight2-m) R 4172 4175 3239 0 -1 4202560 6041 0 0 0 628 0 0 0 25 0 4 0 601764840 303063040 11540 33554432000 4194304 4627427 140734909978960 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4175/tid=4177] ppid=4172 vsize=295960 CPUtime=6.26 cores=0,2,4,6
/proc/4175/task/4177/stat : 4177 (strangenight2-m) R 4172 4175 3239 0 -1 4202560 5996 0 0 0 626 0 0 0 25 0 4 0 601764840 303063040 11540 33554432000 4194304 4627427 140734909978960 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4175/tid=4178] ppid=4172 vsize=295960 CPUtime=6.28 cores=0,2,4,6
/proc/4175/task/4178/stat : 4178 (strangenight2-m) R 4172 4175 3239 0 -1 4202560 6462 0 0 0 628 0 0 0 25 0 4 0 601764840 303063040 11540 33554432000 4194304 4627427 140734909978960 18446744073709551615 4420275 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 295960

[startup+12.7002 s]
/proc/loadavg: 4.35 4.09 4.32 10/184 4180
/proc/meminfo: memFree=29245228/32950928 swapFree=67111352/67111528
[pid=4175] ppid=4172 vsize=299752 CPUtime=50.72 cores=0,2,4,6
/proc/4175/stat : 4175 (strangenight2-m) R 4172 4175 3239 0 -1 4202496 37330 0 0 0 5065 7 0 0 25 0 4 0 601764839 306946048 13377 33554432000 4194304 4627427 140734909978960 18446744073709551615 4309095 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4175/statm: 74938 13377 388 106 0 69909 0
[pid=4175/tid=4176] ppid=4172 vsize=299752 CPUtime=12.69 cores=0,2,4,6
/proc/4175/task/4176/stat : 4176 (strangenight2-m) R 4172 4175 3239 0 -1 4202560 9280 0 0 0 1268 1 0 0 25 0 4 0 601764840 306946048 13377 33554432000 4194304 4627427 140734909978960 18446744073709551615 4309206 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4175/tid=4177] ppid=4172 vsize=299752 CPUtime=12.62 cores=0,2,4,6
/proc/4175/task/4177/stat : 4177 (strangenight2-m) R 4172 4175 3239 0 -1 4202560 9308 0 0 0 1261 1 0 0 25 0 4 0 601764840 306946048 13377 33554432000 4194304 4627427 140734909978960 18446744073709551615 4309287 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4175/tid=4178] ppid=4172 vsize=299752 CPUtime=12.68 cores=0,2,4,6
/proc/4175/task/4178/stat : 4178 (strangenight2-m) R 4172 4175 3239 0 -1 4202560 9299 0 0 0 1267 1 0 0 25 0 4 0 601764840 306946048 13377 33554432000 4194304 4627427 140734909978960 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 299752

[startup+25.5008 s]
/proc/loadavg: 5.16 4.28 4.38 10/184 4181
/proc/meminfo: memFree=29201568/32950928 swapFree=67111352/67111528
[pid=4175] ppid=4172 vsize=291368 CPUtime=101.84 cores=0,2,4,6
/proc/4175/stat : 4175 (strangenight2-m) R 4172 4175 3239 0 -1 4202496 57560 0 0 0 10173 11 0 0 25 0 4 0 601764839 298360832 17078 33554432000 4194304 4627427 140734909978960 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4175/statm: 72842 17078 388 106 0 67813 0
[pid=4175/tid=4176] ppid=4172 vsize=291368 CPUtime=25.48 cores=0,2,4,6
/proc/4175/task/4176/stat : 4176 (strangenight2-m) R 4172 4175 3239 0 -1 4202560 14821 0 0 0 2546 2 0 0 25 0 4 0 601764840 298360832 17078 33554432000 4194304 4627427 140734909978960 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4175/tid=4177] ppid=4172 vsize=291368 CPUtime=25.35 cores=0,2,4,6
/proc/4175/task/4177/stat : 4177 (strangenight2-m) R 4172 4175 3239 0 -1 4202560 13791 0 0 0 2533 2 0 0 25 0 4 0 601764840 298360832 17078 33554432000 4194304 4627427 140734909978960 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4175/tid=4178] ppid=4172 vsize=291368 CPUtime=25.48 cores=0,2,4,6
/proc/4175/task/4178/stat : 4178 (strangenight2-m) R 4172 4175 3239 0 -1 4202560 14827 0 0 0 2546 2 0 0 25 0 4 0 601764840 298360832 17078 33554432000 4194304 4627427 140734909978960 18446744073709551615 4309290 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 291368

[startup+51.1011 s]
/proc/loadavg: 6.19 4.60 4.48 10/184 4181
/proc/meminfo: memFree=29155712/32950928 swapFree=67111352/67111528
[pid=4175] ppid=4172 vsize=286124 CPUtime=204.1 cores=0,2,4,6
/proc/4175/stat : 4175 (strangenight2-m) R 4172 4175 3239 0 -1 4202496 84825 0 0 0 20393 17 0 0 25 0 4 0 601764839 292990976 22545 33554432000 4194304 4627427 140734909978960 18446744073709551615 4309079 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4175/statm: 71531 22545 388 106 0 66502 0
[pid=4175/tid=4176] ppid=4172 vsize=286124 CPUtime=51.08 cores=0,2,4,6
/proc/4175/task/4176/stat : 4176 (strangenight2-m) R 4172 4175 3239 0 -1 4202560 22408 0 0 0 5104 4 0 0 25 0 4 0 601764840 292990976 22545 33554432000 4194304 4627427 140734909978960 18446744073709551615 4309287 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4175/tid=4177] ppid=4172 vsize=286124 CPUtime=50.81 cores=0,2,4,6
/proc/4175/task/4177/stat : 4177 (strangenight2-m) R 4172 4175 3239 0 -1 4202560 20947 0 0 0 5078 3 0 0 25 0 4 0 601764840 292990976 22545 33554432000 4194304 4627427 140734909978960 18446744073709551615 4333319 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4175/tid=4178] ppid=4172 vsize=286124 CPUtime=51.08 cores=0,2,4,6
/proc/4175/task/4178/stat : 4178 (strangenight2-m) R 4172 4175 3239 0 -1 4202560 20084 0 0 0 5105 3 0 0 25 0 4 0 601764840 292990976 22545 33554432000 4194304 4627427 140734909978960 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 286124

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

[startup+54.3005 s]
/proc/loadavg: 6.34 4.65 4.50 10/184 4181
/proc/meminfo: memFree=29152732/32950928 swapFree=67111352/67111528
[pid=4175] ppid=4172 vsize=296692 CPUtime=216.89 cores=0,2,4,6
/proc/4175/stat : 4175 (strangenight2-m) R 4172 4175 3239 0 -1 4202496 88455 0 0 0 21671 18 0 0 25 0 4 0 601764839 303812608 22366 33554432000 4194304 4627427 140734909978960 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4175/statm: 74173 22366 388 106 0 69144 0
[pid=4175/tid=4176] ppid=4172 vsize=296692 CPUtime=54.28 cores=0,2,4,6
/proc/4175/task/4176/stat : 4176 (strangenight2-m) R 4172 4175 3239 0 -1 4202560 23284 0 0 0 5424 4 0 0 25 0 4 0 601764840 303812608 22366 33554432000 4194304 4627427 140734909978960 18446744073709551615 4309220 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4175/tid=4177] ppid=4172 vsize=296692 CPUtime=54 cores=0,2,4,6
/proc/4175/task/4177/stat : 4177 (strangenight2-m) R 4172 4175 3239 0 -1 4202560 21884 0 0 0 5396 4 0 0 25 0 4 0 601764840 303812608 22366 33554432000 4194304 4627427 140734909978960 18446744073709551615 4309077 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4175/tid=4178] ppid=4172 vsize=296692 CPUtime=54.28 cores=0,2,4,6
/proc/4175/task/4178/stat : 4178 (strangenight2-m) R 4172 4175 3239 0 -1 4202560 20953 0 0 0 5425 3 0 0 25 0 4 0 601764840 303812608 22366 33554432000 4194304 4627427 140734909978960 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 216.89
Current children cumulated vsize (KiB) 296692

[startup+55.9002 s]
/proc/loadavg: 6.34 4.65 4.50 10/184 4181
/proc/meminfo: memFree=29155584/32950928 swapFree=67111352/67111528
[pid=4175] ppid=4172 vsize=296736 CPUtime=223.28 cores=0,2,4,6
/proc/4175/stat : 4175 (strangenight2-m) R 4172 4175 3239 0 -1 4202496 89686 0 0 0 22310 18 0 0 25 0 4 0 601764839 303857664 22653 33554432000 4194304 4627427 140734909978960 18446744073709551615 4309568 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4175/statm: 74184 22653 388 106 0 69155 0
[pid=4175/tid=4176] ppid=4172 vsize=296736 CPUtime=55.88 cores=0,2,4,6
/proc/4175/task/4176/stat : 4176 (strangenight2-m) R 4172 4175 3239 0 -1 4202560 23506 0 0 0 5584 4 0 0 25 0 4 0 601764840 303857664 22653 33554432000 4194304 4627427 140734909978960 18446744073709551615 4332655 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4175/tid=4177] ppid=4172 vsize=296736 CPUtime=55.59 cores=0,2,4,6
/proc/4175/task/4177/stat : 4177 (strangenight2-m) R 4172 4175 3239 0 -1 4202560 22106 0 0 0 5555 4 0 0 25 0 4 0 601764840 303857664 22653 33554432000 4194304 4627427 140734909978960 18446744073709551615 4309284 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4175/tid=4178] ppid=4172 vsize=296736 CPUtime=55.88 cores=0,2,4,6
/proc/4175/task/4178/stat : 4178 (strangenight2-m) R 4172 4175 3239 0 -1 4202560 21513 0 0 0 5585 3 0 0 25 0 4 0 601764840 303857664 22653 33554432000 4194304 4627427 140734909978960 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 223.28
Current children cumulated vsize (KiB) 296736

[startup+57.5009 s]
/proc/loadavg: 6.34 4.65 4.50 10/184 4181
/proc/meminfo: memFree=29153228/32950928 swapFree=67111352/67111528
[pid=4175] ppid=4172 vsize=307312 CPUtime=229.67 cores=0,2,4,6
/proc/4175/stat : 4175 (strangenight2-m) R 4172 4175 3239 0 -1 4202496 91941 0 0 0 22948 19 0 0 25 0 4 0 601764839 314687488 21975 33554432000 4194304 4627427 140734909978960 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4175/statm: 76828 21975 388 106 0 71799 0
[pid=4175/tid=4176] ppid=4172 vsize=307312 CPUtime=57.49 cores=0,2,4,6
/proc/4175/task/4176/stat : 4176 (strangenight2-m) R 4172 4175 3239 0 -1 4202560 24100 0 0 0 5744 5 0 0 25 0 4 0 601764840 314687488 21975 33554432000 4194304 4627427 140734909978960 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4175/tid=4177] ppid=4172 vsize=307312 CPUtime=57.18 cores=0,2,4,6
/proc/4175/task/4177/stat : 4177 (strangenight2-m) R 4172 4175 3239 0 -1 4202560 22824 0 0 0 5714 4 0 0 25 0 4 0 601764840 314687488 21975 33554432000 4194304 4627427 140734909978960 18446744073709551615 4309182 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4175/tid=4178] ppid=4172 vsize=307312 CPUtime=57.48 cores=0,2,4,6
/proc/4175/task/4178/stat : 4178 (strangenight2-m) R 4172 4175 3239 0 -1 4202560 21763 0 0 0 5745 3 0 0 25 0 4 0 601764840 314687488 21975 33554432000 4194304 4627427 140734909978960 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 229.67
Current children cumulated vsize (KiB) 307312

[startup+57.9008 s]
/proc/loadavg: 6.34 4.65 4.50 10/184 4181
/proc/meminfo: memFree=29153228/32950928 swapFree=67111352/67111528
[pid=4175] ppid=4172 vsize=307312 CPUtime=231.27 cores=0,2,4,6
/proc/4175/stat : 4175 (strangenight2-m) R 4172 4175 3239 0 -1 4202496 92195 0 0 0 23108 19 0 0 25 0 4 0 601764839 314687488 22229 33554432000 4194304 4627427 140734909978960 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4175/statm: 76828 22229 388 106 0 71799 0
[pid=4175/tid=4176] ppid=4172 vsize=307312 CPUtime=57.89 cores=0,2,4,6
/proc/4175/task/4176/stat : 4176 (strangenight2-m) R 4172 4175 3239 0 -1 4202560 24168 0 0 0 5784 5 0 0 25 0 4 0 601764840 314687488 22229 33554432000 4194304 4627427 140734909978960 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4175/tid=4177] ppid=4172 vsize=307312 CPUtime=57.58 cores=0,2,4,6
/proc/4175/task/4177/stat : 4177 (strangenight2-m) R 4172 4175 3239 0 -1 4202560 22892 0 0 0 5754 4 0 0 25 0 4 0 601764840 314687488 22229 33554432000 4194304 4627427 140734909978960 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4175/tid=4178] ppid=4172 vsize=307312 CPUtime=57.88 cores=0,2,4,6
/proc/4175/task/4178/stat : 4178 (strangenight2-m) R 4172 4175 3239 0 -1 4202560 21814 0 0 0 5785 3 0 0 25 0 4 0 601764840 314687488 22229 33554432000 4194304 4627427 140734909978960 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 231.27
Current children cumulated vsize (KiB) 307312

[startup+58.1008 s]
/proc/loadavg: 6.34 4.65 4.50 10/184 4181
/proc/meminfo: memFree=29153228/32950928 swapFree=67111352/67111528
[pid=4175] ppid=4172 vsize=307312 CPUtime=232.07 cores=0,2,4,6
/proc/4175/stat : 4175 (strangenight2-m) R 4172 4175 3239 0 -1 4202496 92319 0 0 0 23188 19 0 0 25 0 4 0 601764839 314687488 22353 33554432000 4194304 4627427 140734909978960 18446744073709551615 4309272 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4175/statm: 76828 22353 388 106 0 71799 0
[pid=4175/tid=4176] ppid=4172 vsize=307312 CPUtime=58.09 cores=0,2,4,6
/proc/4175/task/4176/stat : 4176 (strangenight2-m) R 4172 4175 3239 0 -1 4202560 24207 0 0 0 5804 5 0 0 25 0 4 0 601764840 314687488 22353 33554432000 4194304 4627427 140734909978960 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4175/tid=4177] ppid=4172 vsize=307312 CPUtime=57.78 cores=0,2,4,6
/proc/4175/task/4177/stat : 4177 (strangenight2-m) R 4172 4175 3239 0 -1 4202560 22924 0 0 0 5774 4 0 0 25 0 4 0 601764840 314687488 22353 33554432000 4194304 4627427 140734909978960 18446744073709551615 4309149 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4175/tid=4178] ppid=4172 vsize=307312 CPUtime=58.08 cores=0,2,4,6
/proc/4175/task/4178/stat : 4178 (strangenight2-m) R 4172 4175 3239 0 -1 4202560 21837 0 0 0 5805 3 0 0 25 0 4 0 601764840 314687488 22353 33554432000 4194304 4627427 140734909978960 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 232.07
Current children cumulated vsize (KiB) 307312

Child status: 10
Real time (s): 58.1231
CPU time (s): 232.153
CPU user time (s): 231.949
CPU system time (s): 0.203968
CPU usage (%): 399.415
Max. virtual memory (cumulated for all children) (KiB): 351660

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

runsolver used 0.095985 second user time and 0.223965 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-30 00:15:42
IDJOB=3174217
IDBENCH=83035
IDSOLVER=1586
FILE ID=node113/3174217-1304115342
RUNJOBID= node113-1304115342-4153
PBS_JOBID= 13170664
Free space on /tmp= 71164 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S1214523131-078.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174217-1304115342/watcher-3174217-1304115342 -o /tmp/evaluation-result-3174217-1304115342/solver-3174217-1304115342 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174217-1304115342.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 3aa844b4c7696e37cd971cc91ca76859
RANDOM SEED=1262794939

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29370704 kB
Buffers:        725560 kB
Cached:        2274324 kB
SwapCached:         12 kB
Active:         158448 kB
Inactive:      2904932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29370704 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:           11280 kB
Writeback:           0 kB
AnonPages:       63608 kB
Mapped:          14868 kB
Slab:           452992 kB
PageTables:       5096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   197584 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= 71156 MiB
End job on node113 at 2011-04-30 00:16:40