Trace number 3280548

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-mtUNSAT 1113.59 279.363

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-03.cnf
MD5SUM8c67f78ca36ec96e662a91c74844da21
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark154.887
Satisfiable
(Un)Satisfiability was proved
Number of variables3114
Number of clauses10827
Sum of the clauses size28341
Maximum clause length119
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 24934
Number of clauses of size 35378
Number of clauses of size 4408
Number of clauses of size 584
Number of clauses of size over 522

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-3280548-1304028691.cnf'
0.00/0.00	c -- header says num vars:           3114
0.00/0.00	c -- header says num clauses:       10827
0.00/0.02	c -- clauses added:            0 learnts,        10827 normals,            0 xors
0.00/0.02	c -- vars added       3114
0.00/0.02	c Parsing time:  0.00 s
0.00/0.02	c  N st     0         0      3114      5891      4689         0     27785         0   no data   no data
0.00/0.02	c asymm  cl-useful: 0/5891/5891 lits-rem:0 time: 0.01
0.00/0.02	c Flit:     9 Blit:      6 bXBeca:    0 bXProp:  138 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.00/0.02	c Replacing      138 vars Replaced     2761 lits Time:     0.00 s 
0.00/0.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2921 time:  0.00 s
0.00/0.03	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
0.00/0.17	c lits-rem:         0  cl-subs:      855  v-elim:    973  v-fix:    0  time:  0.01 s
0.00/0.17	c Finding binary XORs  T:     0.00 s  found:      40
0.00/0.17	c Replacing       40 vars Replaced      565 lits Time:     0.00 s 
0.00/0.17	c Finding non-binary XORs:     0.00 s (found:     976, avg size: 3.0)
0.00/0.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    330 locsubst:    22 time:   0.00
0.00/0.17	c calculated reachability. Time: 0.00
0.00/0.17	c Calc default polars -  time:   0.00 s pos:     420 undec:    1622 neg:    1072
0.00/0.17	c =========================================================================================
0.00/0.17	c types(t): F = full restart, N = normal restart
0.00/0.17	c types(t): S = simplification begin/end, E = solution found
0.00/0.17	c restart types(rt): st = static, dy = dynamic
0.00/0.17	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.17	c  B st     0         0      1578      2446      1702         0     13965         0   no data   no data
3.56/0.90	c Decided on static restart strategy
3.56/0.90	c  N st     8      4916      1578      2446      1825      4690     13965    146571   no data   no data
3.56/0.90	c  N st    10     11298      1578      2446      2106      4880     13965     93622   no data   no data
4.76/1.22	c  N st    11     17044      1578      2446      2118     10554     13965    443533   no data   no data
4.76/1.23	c Finding binary XORs  T:     0.00 s  found:       1
7.57/1.95	c  F st    12     25000      1578      2446      2224     13144     13965    695461   no data   no data
7.57/1.97	c Replacing       12 vars Replaced     8669 lits Time:     0.03 s 
7.57/1.97	c  N st    12     25000      1566      2446      2200     13144     13921    695444   no data   no data
9.15/2.30	c Decided on static restart strategy
9.15/2.30	c  N st    18     30001      1566      2446      2232     11515     13921    244453   no data   no data
9.15/2.30	c  S st    18     30001      1566      2446      2232     11515     13921    244453   no data   no data
9.15/2.34	c  S st    18     30507      1566      2446      2246     12003     13921    250714   no data   no data
9.15/2.35	c x-sub:    11 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.15/2.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    896 BRemL:    527 BRemN:      0 P:  0.5M T:  0.02
9.15/2.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.15/2.36	c bin-w-bin subsume rem          116 bins  time:  0.00 s
9.15/2.37	c subs with bin:      119  lits-rem:       238  v-fix:    0  time:  0.00 s
9.15/2.37	c Subs w/ non-existent bins:      1 l-rem:      1 v-fix:     0 done:   1566 time:  0.00 s
9.15/2.37	c Removed useless bin:       4  fixed:     0  props:   0.02M  time:  0.00 s
9.15/2.37	c lits-rem:         0  cl-subs:       29  v-elim:    206  v-fix:    0  time:  0.00 s
9.55/2.40	c subs with bin:       91  lits-rem:      3838  v-fix:    0  time:  0.02 s
9.55/2.46	c lits-rem:      1508  cl-subs:      924  v-elim:      0  v-fix:    0  time:  0.06 s
9.55/2.47	c asymm  cl-useful: 2/2491/2491 lits-rem:2 time: 0.01
9.55/2.48	c calculated reachability. Time: 0.00
9.55/2.48	c  N st    18     30507      1360      2491      1875      8823     12591    175273   no data   no data
12.35/3.17	c  N st    20     37618      1360      2491      1890      9293     12591    207442   no data   no data
12.35/3.17	c Finding binary XORs  T:     0.00 s  found:       0
14.34/3.68	c  N st    21     44019      1360      2491      1892     15600     12591    522351   no data   no data
14.34/3.68	c Finding binary XORs  T:     0.00 s  found:       0
15.54/3.90	c  S st    22     45760      1360      2491      2284     17326     12591    655823   no data   no data
15.54/3.96	c  S st    22     46265      1360      2491      2286      9726     12591    163749   no data   no data
15.54/3.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.54/3.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:    338 BRemL:    538 BRemN:      0 P:  0.4M T:  0.01
15.54/3.97	c Replacing        1 vars Replaced      130 lits Time:     0.00 s 
15.54/3.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.54/3.97	c bin-w-bin subsume rem           49 bins  time:  0.00 s
15.54/3.97	c subs with bin:       71  lits-rem:         0  v-fix:    0  time:  0.00 s
15.54/3.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1359 time:  0.00 s
15.54/3.98	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
15.54/3.98	c lits-rem:         0  cl-subs:        0  v-elim:      2  v-fix:    0  time:  0.00 s
15.54/4.00	c subs with bin:       23  lits-rem:       766  v-fix:    0  time:  0.01 s
15.96/4.02	c lits-rem:       694  cl-subs:      139  v-elim:      0  v-fix:    0  time:  0.02 s
15.96/4.02	c vivif2 --  cl tried     2426 cl shrink        6 lits rem          8 time: 0.00
15.96/4.02	c vivif2 --  cl tried     9550 cl shrink     1191 lits rem       1975 time: 0.00
15.96/4.04	c asymm  cl-useful: 0/2424/2424 lits-rem:0 time: 0.01
15.96/4.04	c calculated reachability. Time: 0.00
15.96/4.04	c  N st    22     46265      1357      2424      2045      9534     12468    157947   no data   no data
21.53/5.42	c  N st    23     60662      1357      2424      2047     14343     12468    368522   no data   no data
21.53/5.42	c Finding binary XORs  T:     0.00 s  found:       0
25.53/6.47	c  N st    24     69398      1357      2424      2857     12410     12468    203903   no data   no data
25.53/6.47	c  S st    24     69398      1357      2424      2857     12410     12468    203903   no data   no data
25.93/6.52	c  S st    24     69906      1356      2424      2881     12913     12468    210256   no data   no data
25.93/6.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.93/6.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     29 BRemL:    629 BRemN:      2 P:  0.5M T:  0.02
25.93/6.54	c Replacing        1 vars Replaced       41 lits Time:     0.00 s 
25.93/6.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.93/6.54	c bin-w-bin subsume rem           73 bins  time:  0.00 s
25.93/6.54	c subs with bin:       51  lits-rem:         3  v-fix:    0  time:  0.00 s
25.93/6.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1355 time:  0.00 s
25.93/6.54	c Removed useless bin:       1  fixed:     0  props:   0.02M  time:  0.00 s
25.93/6.54	c lits-rem:         2  cl-subs:        2  v-elim:      3  v-fix:    0  time:  0.00 s
25.93/6.56	c subs with bin:       34  lits-rem:      1193  v-fix:    0  time:  0.01 s
26.33/6.60	c lits-rem:       518  cl-subs:      143  v-elim:      0  v-fix:    0  time:  0.04 s
26.33/6.60	c vivif2 --  cl tried     2380 cl shrink        6 lits rem          8 time: 0.00
26.33/6.61	c vivif2 --  cl tried    12709 cl shrink      483 lits rem       1473 time: 0.01
26.33/6.62	c asymm  cl-useful: 3/2378/2378 lits-rem:3 time: 0.01
26.33/6.62	c calculated reachability. Time: 0.00
26.33/6.62	c  N st    24     69906      1352      2378      2197     12709     12381    202830   no data   no data
34.32/8.66	c  F st    25     87500      1352      2378      2198     18485     12380    522021   no data   no data
34.32/8.66	c  N st    25     87500      1352      2378      2198     18485     12380    522021   no data   no data
36.71/9.21	c Decided on static restart strategy
37.52/9.50	c  N st    32     95538      1352      2378      2199     26418     12380    858305   no data   no data
37.52/9.50	c Finding binary XORs  T:     0.00 s  found:       0
42.33/10.68	c  N st    34    104860      1352      2378      2213     22954     12380    718569   no data   no data
42.33/10.68	c  S st    34    104860      1352      2378      2213     22954     12380    718569   no data   no data
42.73/10.74	c  S st    34    105363      1352      2378      2234     23451     12380    724801   no data   no data
42.73/10.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      1 locsubst:     0 time:   0.00
42.73/10.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     26 BRemL:     47 BRemN:      0 P:  0.8M T:  0.02
42.73/10.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
42.73/10.77	c bin-w-bin subsume rem            8 bins  time:  0.00 s
42.73/10.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
42.73/10.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1351 time:  0.00 s
42.73/10.77	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
42.73/10.78	c lits-rem:         0  cl-subs:        3  v-elim:      3  v-fix:    0  time:  0.01 s
43.10/10.90	c subs with bin:      158  lits-rem:        45  v-fix:    0  time:  0.09 s
44.70/11.22	c lits-rem:      1574  cl-subs:      644  v-elim:      0  v-fix:    0  time:  0.33 s
44.70/11.22	c vivif2 --  cl tried     2384 cl shrink        7 lits rem          9 time: 0.00
44.70/11.26	c vivif2 --  cl tried    22395 cl shrink     3312 lits rem       8406 time: 0.04
44.70/11.29	c asymm  cl-useful: 3/2382/2382 lits-rem:7 time: 0.02
44.70/11.29	c calculated reachability. Time: 0.00
44.70/11.29	c  N st    34    105363      1348      2380      2196     22395     12364    684411   no data   no data
49.90/12.52	c  N st    35    114961      1348      2380      2196     18325     12364    384806   no data   no data
49.90/12.52	c Finding binary XORs  T:     0.00 s  found:       0
57.89/14.59	c  N st    36    129358      1348      2380      2361     17896     12364    308340   no data   no data
68.69/17.28	c  N st    37    150953      1348      2380      2378     23501     12364    445128   no data   no data
68.69/17.28	c Finding binary XORs  T:     0.00 s  found:       1
72.27/18.18	c  S st    38    158045      1347      2380      2408     30515     12349    882274   no data   no data
72.67/18.27	c  S st    38    158549      1347      2380      2412     31015     12349    888821   no data   no data
72.67/18.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      1 locsubst:     0 time:   0.00
73.08/18.30	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    1 Bins:     76 BRemL:    181 BRemN:      2 P:  1.0M T:  0.03
73.08/18.31	c Replacing        2 vars Replaced       33 lits Time:     0.01 s 
73.08/18.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
73.08/18.31	c bin-w-bin subsume rem            8 bins  time:  0.00 s
73.08/18.31	c subs with bin:        2  lits-rem:         0  v-fix:    0  time:  0.00 s
73.08/18.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1343 time:  0.00 s
73.08/18.32	c Removed useless bin:       2  fixed:     0  props:   0.02M  time:  0.00 s
73.08/18.33	c lits-rem:         0  cl-subs:        3  v-elim:      6  v-fix:    0  time:  0.01 s
73.49/18.46	c subs with bin:       54  lits-rem:      4831  v-fix:    0  time:  0.11 s
75.46/18.99	c lits-rem:      2026  cl-subs:     1067  v-elim:      0  v-fix:    0  time:  0.52 s
75.46/18.99	c vivif2 --  cl tried     2381 cl shrink        6 lits rem          8 time: 0.00
75.86/19.03	c vivif2 --  cl tried    29747 cl shrink     4635 lits rem      18501 time: 0.05
75.86/19.07	c asymm  cl-useful: 2/2379/2379 lits-rem:6 time: 0.03
75.86/19.07	c calculated reachability. Time: 0.00
75.86/19.07	c  N st    38    158549      1337      2377      2268     29747     12278    831180   no data   no data
102.22/25.60	c  N st    39    207137      1337      2377      2269     24822     12278    511182   no data   no data
102.22/25.60	c Finding binary XORs  T:     0.00 s  found:       0
118.60/29.73	c  N st    40    237823      1336      2371      2247     35499     12260    989182   no data   no data
118.60/29.73	c  S st    40    237823      1336      2371      2247     35499     12260    989182   no data   no data
119.00/29.83	c  S st    40    238328      1336      2371      2281     36000     12260    995720   no data   no data
119.00/29.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      1 locsubst:     0 time:   0.00
119.00/29.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     68 BRemL:     65 BRemN:      0 P:  1.1M T:  0.03
119.00/29.87	c Replacing        2 vars Replaced      297 lits Time:     0.00 s 
119.00/29.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
119.00/29.87	c bin-w-bin subsume rem            3 bins  time:  0.00 s
119.00/29.87	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.00 s
119.00/29.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1333 time:  0.00 s
119.00/29.87	c Removed useless bin:       1  fixed:     0  props:   0.02M  time:  0.00 s
119.00/29.88	c lits-rem:         0  cl-subs:        2  v-elim:      4  v-fix:    0  time:  0.01 s
119.80/30.01	c subs with bin:       13  lits-rem:       618  v-fix:    0  time:  0.10 s
122.99/30.89	c lits-rem:      4159  cl-subs:     2659  v-elim:      0  v-fix:    0  time:  0.88 s
122.99/30.89	c vivif2 --  cl tried     2376 cl shrink        2 lits rem          2 time: 0.00
123.40/30.94	c vivif2 --  cl tried    33251 cl shrink     3855 lits rem       7327 time: 0.04
123.40/30.98	c asymm  cl-useful: 2/2376/2376 lits-rem:4 time: 0.04
123.40/30.98	c calculated reachability. Time: 0.00
123.40/30.98	c  N st    40    238328      1329      2375      2265     33251     12240    900059   no data   no data
138.17/34.60	c Finding binary XORs  T:     0.00 s  found:       0
163.75/41.04	c  F st    41    306250      1327      2369      2258     35045     12211    961767   no data   no data
163.75/41.04	c Replacing        2 vars Replaced      556 lits Time:     0.01 s 
163.75/41.05	c  N st    41    306250      1325      2369      2257     35045     12204    961765   no data   no data
163.75/41.05	c Finding binary XORs  T:     0.00 s  found:       3
166.94/41.82	c Decided on static restart strategy
181.72/45.52	c  N st    51    334555      1323      2367      2463     39693     12189    981470   no data   no data
195.30/48.92	c  N st    53    357493      1323      2367      2473     37932     12189    922233   no data   no data
195.30/48.92	c  S st    53    357493      1323      2367      2473     37932     12189    922233   no data   no data
195.30/48.93	c Finding binary XORs  T:     0.00 s  found:       1
195.70/49.04	c  S st    53    357997      1323      2367      2480     38431     12189    929517   no data   no data
195.70/49.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
195.70/49.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bins:    206 BRemL:    214 BRemN:      0 P:  1.3M T:  0.04
196.12/49.12	c Replacing        6 vars Replaced    13185 lits Time:     0.03 s 
196.12/49.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
196.12/49.12	c bin-w-bin subsume rem           22 bins  time:  0.00 s
196.12/49.12	c subs with bin:       15  lits-rem:         0  v-fix:    0  time:  0.00 s
196.12/49.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1317 time:  0.00 s
196.12/49.12	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
196.12/49.13	c lits-rem:         0  cl-subs:        2  v-elim:      2  v-fix:    0  time:  0.01 s
196.52/49.28	c subs with bin:      102  lits-rem:      1940  v-fix:    0  time:  0.12 s
200.09/50.11	c lits-rem:      4550  cl-subs:     1685  v-elim:      0  v-fix:    0  time:  0.83 s
200.09/50.11	c vivif2 --  cl tried     2351 cl shrink        1 lits rem          1 time: 0.00
200.09/50.16	c vivif2 --  cl tried    36613 cl shrink     4180 lits rem      10270 time: 0.04
200.52/50.22	c asymm  cl-useful: 2/2351/2351 lits-rem:4 time: 0.06
200.52/50.22	c calculated reachability. Time: 0.00
200.52/50.22	c  N st    53    357997      1315      2350      2438     36610     12135    871447   no data   no data
220.47/55.28	c  N st    54    390393      1314      2350      2442     43067     12135   1246643   no data   no data
220.47/55.29	c Finding binary XORs  T:     0.00 s  found:       0
255.22/63.91	c  N st    55    438982      1312      2347      2318     36679     12107    640677   no data   no data
255.22/63.92	c Finding binary XORs  T:     0.00 s  found:       5
303.96/76.11	c  N st    56    511866      1310      2345      2418     50710     12093   1248323   no data   no data
303.96/76.12	c Finding binary XORs  T:     0.00 s  found:       0
320.34/80.20	c  N st    57    536996      1307      2326      2459     44844     12035   1020520   no data   no data
320.34/80.20	c  S st    57    536996      1307      2326      2459     44844     12035   1020520   no data   no data
320.74/80.35	c  S st    57    537502      1307      2326      2471     45348     12035   1027600   no data   no data
320.74/80.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      1 locsubst:     0 time:   0.00
321.14/80.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    127 BRemL:    164 BRemN:      0 P:  1.5M T:  0.04
321.14/80.41	c Replacing        6 vars Replaced     3161 lits Time:     0.02 s 
321.14/80.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
321.14/80.41	c bin-w-bin subsume rem           37 bins  time:  0.00 s
321.14/80.42	c subs with bin:        5  lits-rem:         2  v-fix:    0  time:  0.00 s
321.14/80.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1300 time:  0.00 s
321.14/80.42	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
321.14/80.43	c lits-rem:         0  cl-subs:        6  v-elim:      7  v-fix:    0  time:  0.01 s
321.54/80.59	c subs with bin:      349  lits-rem:      5034  v-fix:    0  time:  0.13 s
325.93/81.68	c lits-rem:      3020  cl-subs:     1997  v-elim:      0  v-fix:    0  time:  1.09 s
325.93/81.68	c vivif2 --  cl tried     2327 cl shrink        0 lits rem          0 time: 0.00
326.33/81.72	c vivif2 --  cl tried    41952 cl shrink     4236 lits rem       8512 time: 0.04
326.33/81.79	c asymm  cl-useful: 5/2327/2327 lits-rem:9 time: 0.07
326.33/81.79	c calculated reachability. Time: 0.00
326.33/81.79	c  N st    57    537502      1293      2325      2355     41952     11979    902508   no data   no data
446.58/111.84	c  N st    58    701487      1293      2325      2356     72471     11979   2433582   no data   no data
446.58/111.86	c Finding binary XORs  T:     0.00 s  found:       6
527.65/132.13	c  N st    59    806254      1289      2317      2400     66814     11933   1969348   no data   no data
527.65/132.13	c  S st    59    806254      1289      2317      2400     66814     11933   1969348   no data   no data
527.65/132.15	c Finding binary XORs  T:     0.00 s  found:      19
528.05/132.23	c Replacing       27 vars Replaced    18869 lits Time:     0.09 s 
528.85/132.47	c  S st    59    806755      1245      2260      2663     66789     11619   1958406   no data   no data
528.85/132.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      1 locsubst:     0 time:   0.01
529.25/132.55	c Flit:     0 Blit:      2 bXBeca:    1 bXProp:    2 Bins:    398 BRemL:    494 BRemN:      9 P:  2.3M T:  0.07
529.25/132.57	c Replacing        4 vars Replaced      361 lits Time:     0.02 s 
529.25/132.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
529.25/132.57	c bin-w-bin subsume rem          109 bins  time:  0.00 s
529.25/132.57	c subs with bin:       19  lits-rem:        13  v-fix:    0  time:  0.00 s
529.25/132.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1237 time:  0.00 s
529.25/132.57	c Removed useless bin:       1  fixed:     0  props:   0.02M  time:  0.00 s
529.65/132.60	c lits-rem:         4  cl-subs:        6  v-elim:      9  v-fix:    0  time:  0.02 s
532.06/133.20	c subs with bin:      625  lits-rem:     34465  v-fix:    0  time:  0.55 s
546.03/136.70	c lits-rem:      8164  cl-subs:     3827  v-elim:      0  v-fix:    0  time:  3.50 s
546.03/136.70	c vivif2 --  cl tried     2222 cl shrink        0 lits rem          0 time: 0.00
546.43/136.83	c vivif2 --  cl tried    61164 cl shrink    14533 lits rem      36209 time: 0.13
546.83/136.95	c asymm  cl-useful: 2/2222/2222 lits-rem:5 time: 0.12
546.83/136.95	c calculated reachability. Time: 0.00
546.83/136.95	c  N st    59    806755      1228      2221      2308     61162     11395   1737566   no data   no data
546.83/136.95	c Finding binary XORs  T:     0.00 s  found:       0
750.95/188.04	c  F st    60   1071876      1228      2221      2310     78561     11395   2093341   no data   no data
750.95/188.04	c  N st    60   1071876      1228      2221      2310     78561     11395   2093341   no data   no data
750.95/188.07	c Finding binary XORs  T:     0.00 s  found:      10
751.75/188.21	c Replacing       13 vars Replaced    20595 lits Time:     0.15 s 
756.15/189.33	c Decided on static restart strategy
758.57/189.96	c Finding binary XORs  T:     0.00 s  found:       3
770.14/192.83	c Finding binary XORs  T:     0.00 s  found:       1
776.54/194.44	c  N st    70   1100187      1199      2193      2343     60644     11156   1180449   no data   no data
806.90/202.10	c  N st    72   1136180      1197      2193      2347     51457     11156    731931   no data   no data
838.83/210.03	c  N st    73   1168572      1196      2193      2356     83342     11156   1975513   no data   no data
838.83/210.05	c Finding binary XORs  T:     0.00 s  found:       7
874.40/218.94	c  N st    74   1210135      1191      2182      2192     78113     11061   1887535   no data   no data
874.40/218.94	c  S st    74   1210135      1191      2182      2192     78113     11061   1887535   no data   no data
875.19/219.18	c  S st    74   1210637      1191      2182      2208     78611     11061   1894002   no data   no data
875.19/219.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      4 locsubst:     0 time:   0.01
875.59/219.27	c Flit:     0 Blit:      1 bXBeca:    0 bXProp:    8 Bins:    290 BRemL:    287 BRemN:      2 P:  2.3M T:  0.08
876.79/219.50	c Replacing       21 vars Replaced    69462 lits Time:     0.23 s 
876.79/219.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
876.79/219.50	c bin-w-bin subsume rem          142 bins  time:  0.00 s
876.79/219.50	c subs with bin:        7  lits-rem:         4  v-fix:    0  time:  0.00 s
876.79/219.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1165 time:  0.00 s
876.79/219.50	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
876.79/219.53	c lits-rem:         9  cl-subs:       13  v-elim:      8  v-fix:    0  time:  0.03 s
879.18/220.10	c subs with bin:     1313  lits-rem:     23236  v-fix:    0  time:  0.52 s
918.73/230.01	c lits-rem:      7997  cl-subs:    11711  v-elim:      0  v-fix:    0  time:  9.91 s
918.73/230.01	c vivif2 --  cl tried     2161 cl shrink        0 lits rem          0 time: 0.00
919.13/230.12	c vivif2 --  cl tried    63328 cl shrink     8799 lits rem      16307 time: 0.11
919.94/230.38	c asymm  cl-useful: 2/2161/2161 lits-rem:10 time: 0.25
919.94/230.38	c calculated reachability. Time: 0.00
919.94/230.38	c  N st    74   1210637      1157      2160      1975     63327     10817   1324144   no data   no data
919.94/230.38	c Finding binary XORs  T:     0.00 s  found:       0
985.84/246.81	c  N st    75   1283519      1157      2160      1976     89226     10817   2131454   no data   no data
985.84/246.82	c Finding binary XORs  T:     0.00 s  found:       4
1099.29/275.27	c  N st    76   1392842      1153      2150      2001    100322     10754   2240844   no data   no data
1100.09/275.41	c Finding binary XORs  T:     0.00 s  found:      36
1100.89/275.65	c Replacing       54 vars Replaced    42274 lits Time:     0.24 s 
1113.47/279.34	c Following stats are for *FIRST FINISHED THREAD ONLY*
1113.47/279.34	c num threads              : 4          
1113.47/279.34	c restarts                 : 5670       
1113.47/279.34	c dynamic restarts         : 5640       
1113.47/279.34	c static restarts          : 30         
1113.47/279.34	c full restarts            : 4          
1113.47/279.34	c total simplify time      : 0.54       
1113.47/279.34	c learnts DL2              : 0          
1113.47/279.34	c learnts size 2           : 14405      
1113.47/279.34	c learnts size 1           : 759         (24.37     % of vars)
1113.47/279.34	c filedLit time            : 0.19        (0.07      % time)
1113.47/279.34	c v-elim SatELite          : 1718        (55.17     % vars)
1113.47/279.34	c SatELite time            : 2.99        (1.08      % time)
1113.47/279.34	c v-elim xor               : 0           (0.00      % vars)
1113.47/279.34	c xor elim time            : 0.01        (0.00      % time)
1113.47/279.34	c num binary xor trees     : 243        
1113.47/279.34	c binxor trees' crown      : 371         (1.53      leafs/tree)
1113.47/279.34	c bin xor find time        : 0.03       
1113.47/279.34	c OTF clause improved      : 27314       (0.02      clauses/conflict)
1113.47/279.34	c OTF impr. size diff      : 30637       (1.12       lits/clause)
1113.47/279.34	c OTF cl watch-shrink      : 848902      (0.65      clauses/conflict)
1113.47/279.34	c OTF cl watch-sh-lit      : 3455851     (4.07       lits/clause)
1113.47/279.34	c tried to recurMin cls    : 585212      (44.65      % of conflicts)
1113.47/279.34	c updated cache            : 11942       (0.02       lits/tried recurMin)
1113.47/279.34	c unit cls recevied        : 14          (1.84      % of units)
1113.47/279.34	c unit cls sent            : 243         (32.02     % of units)
1113.47/279.34	c bin cls recevied         : 3874       
1113.47/279.34	c bin cls sent             : 5039       
1113.47/279.34	c clauses over max glue    : 0           (0.00      % of all clauses)
1113.47/279.34	c conflicts                : 1310579     (4719.15   / sec)
1113.47/279.34	c decisions                : 1739167     (1.59      % random)
1113.47/279.34	c bogo-props               : 32925550734 (118558870.85 / sec)
1113.47/279.34	c conflict literals        : 36273127    (46.10     % deleted)
1113.47/279.34	c Memory used              : 541.20      MB
1113.47/279.34	c single-thread CPU time   : 277.71      s
1113.47/279.34	c all-threads sum CPU time : 1112.65     s
1113.47/279.34	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3280548-1304028691/watcher-3280548-1304028691 -o /tmp/evaluation-result-3280548-1304028691/solver-3280548-1304028691 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3280548-1304028691.cnf 

running on 4 cores: 1,3,5,7

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: 0.00 0.00 0.00 1/172 22802
/proc/meminfo: memFree=19780136/32951124 swapFree=67111464/67111528
[pid=22802] ppid=22800 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/22802/stat : 22802 (strangenight2-m) R 22800 22802 22773 0 -1 4202496 407 0 0 0 0 0 0 0 21 0 4 0 514467121 52441088 347 33554432000 4194304 4627427 140734849781616 18446744073709551615 47857101871026 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22802/statm: 12803 347 299 106 0 7774 0
[pid=22802/tid=22803] ppid=22800 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/22802/task/22803/stat : 22803 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 4 0 514467121 52441088 347 33554432000 4194304 4627427 140734849781616 18446744073709551615 47857101871020 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22802/tid=22804] ppid=22800 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/22802/task/22804/stat : 22804 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 4 0 514467121 52441088 347 33554432000 4194304 4627427 140734849781616 18446744073709551615 47857101871030 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22802/tid=22805] ppid=22800 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/22802/task/22805/stat : 22805 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 514467121 52441088 347 33554432000 4194304 4627427 140734849781616 18446744073709551615 228244405233 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.861476 s]
/proc/loadavg: 0.00 0.00 0.00 1/172 22802
/proc/meminfo: memFree=19780136/32951124 swapFree=67111464/67111528
[pid=22802] ppid=22800 vsize=353388 CPUtime=3.41 cores=1,3,5,7
/proc/22802/stat : 22802 (strangenight2-m) R 22800 22802 22773 0 -1 4202496 7294 0 0 0 339 2 0 0 19 0 4 0 514467121 361869312 4685 33554432000 4194304 4627427 140734849781616 18446744073709551615 4321729 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22802/statm: 88347 4685 389 106 0 83318 0
[pid=22802/tid=22803] ppid=22800 vsize=353388 CPUtime=0.84 cores=1,3,5,7
/proc/22802/task/22803/stat : 22803 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 1794 0 0 0 84 0 0 0 18 0 4 0 514467121 361869312 4685 33554432000 4194304 4627427 140734849781616 18446744073709551615 4305908 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22802/tid=22804] ppid=22800 vsize=353388 CPUtime=0.84 cores=1,3,5,7
/proc/22802/task/22804/stat : 22804 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 1962 0 0 0 84 0 0 0 19 0 4 0 514467121 361869312 4685 33554432000 4194304 4627427 140734849781616 18446744073709551615 4299695 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22802/tid=22805] ppid=22800 vsize=353388 CPUtime=0.84 cores=1,3,5,7
/proc/22802/task/22805/stat : 22805 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 1217 0 0 0 84 0 0 0 19 0 4 0 514467121 361869312 4685 33554432000 4194304 4627427 140734849781616 18446744073709551615 4308362 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.41
Current children cumulated vsize (KiB) 353388

[startup+0.900468 s]
/proc/loadavg: 0.00 0.00 0.00 1/172 22802
/proc/meminfo: memFree=19780136/32951124 swapFree=67111464/67111528
[pid=22802] ppid=22800 vsize=353388 CPUtime=3.56 cores=1,3,5,7
/proc/22802/stat : 22802 (strangenight2-m) R 22800 22802 22773 0 -1 4202496 7401 0 0 0 354 2 0 0 19 0 4 0 514467121 361869312 4792 33554432000 4194304 4627427 140734849781616 18446744073709551615 4321810 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22802/statm: 88347 4792 389 106 0 83318 0
[pid=22802/tid=22803] ppid=22800 vsize=353388 CPUtime=0.88 cores=1,3,5,7
/proc/22802/task/22803/stat : 22803 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 1832 0 0 0 88 0 0 0 18 0 4 0 514467121 361869312 4792 33554432000 4194304 4627427 140734849781616 18446744073709551615 4310580 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22802/tid=22804] ppid=22800 vsize=353388 CPUtime=0.88 cores=1,3,5,7
/proc/22802/task/22804/stat : 22804 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 1993 0 0 0 88 0 0 0 19 0 4 0 514467121 361869312 4792 33554432000 4194304 4627427 140734849781616 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22802/tid=22805] ppid=22800 vsize=353388 CPUtime=0.88 cores=1,3,5,7
/proc/22802/task/22805/stat : 22805 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 1231 0 0 0 88 0 0 0 19 0 4 0 514467121 361869312 4793 33554432000 4194304 4627427 140734849781616 18446744073709551615 4310370 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 353388

[startup+1.00045 s]
/proc/loadavg: 0.00 0.00 0.00 1/172 22802
/proc/meminfo: memFree=19780136/32951124 swapFree=67111464/67111528
[pid=22802] ppid=22800 vsize=353468 CPUtime=3.96 cores=1,3,5,7
/proc/22802/stat : 22802 (strangenight2-m) R 22800 22802 22773 0 -1 4202496 7803 0 0 0 394 2 0 0 19 0 4 0 514467121 361951232 4902 33554432000 4194304 4627427 140734849781616 18446744073709551615 4321713 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22802/statm: 88367 4902 389 106 0 83338 0
[pid=22802/tid=22803] ppid=22800 vsize=353468 CPUtime=0.98 cores=1,3,5,7
/proc/22802/task/22803/stat : 22803 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 1930 0 0 0 98 0 0 0 19 0 4 0 514467121 361951232 4902 33554432000 4194304 4627427 140734849781616 18446744073709551615 4322179 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22802/tid=22804] ppid=22800 vsize=353468 CPUtime=0.98 cores=1,3,5,7
/proc/22802/task/22804/stat : 22804 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 2190 0 0 0 98 0 0 0 19 0 4 0 514467121 361951232 4902 33554432000 4194304 4627427 140734849781616 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22802/tid=22805] ppid=22800 vsize=353468 CPUtime=0.98 cores=1,3,5,7
/proc/22802/task/22805/stat : 22805 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 1270 0 0 0 98 0 0 0 19 0 4 0 514467121 361951232 4902 33554432000 4194304 4627427 140734849781616 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 353468

[startup+1.10044 s]
/proc/loadavg: 0.00 0.00 0.00 1/172 22802
/proc/meminfo: memFree=19780136/32951124 swapFree=67111464/67111528
[pid=22802] ppid=22800 vsize=345040 CPUtime=4.36 cores=1,3,5,7
/proc/22802/stat : 22802 (strangenight2-m) R 22800 22802 22773 0 -1 4202496 8187 0 0 0 434 2 0 0 19 0 4 0 514467121 353320960 5047 33554432000 4194304 4627427 140734849781616 18446744073709551615 4309260 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22802/statm: 86260 5047 389 106 0 81231 0
[pid=22802/tid=22803] ppid=22800 vsize=345040 CPUtime=1.08 cores=1,3,5,7
/proc/22802/task/22803/stat : 22803 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 2021 0 0 0 108 0 0 0 19 0 4 0 514467121 353320960 5047 33554432000 4194304 4627427 140734849781616 18446744073709551615 4308307 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22802/tid=22804] ppid=22800 vsize=345040 CPUtime=1.08 cores=1,3,5,7
/proc/22802/task/22804/stat : 22804 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 2231 0 0 0 108 0 0 0 19 0 4 0 514467121 353320960 5047 33554432000 4194304 4627427 140734849781616 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22802/tid=22805] ppid=22800 vsize=345040 CPUtime=1.08 cores=1,3,5,7
/proc/22802/task/22805/stat : 22805 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 1426 0 0 0 108 0 0 0 19 0 4 0 514467121 353320960 5047 33554432000 4194304 4627427 140734849781616 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.36
Current children cumulated vsize (KiB) 345040

[startup+1.50037 s]
/proc/loadavg: 0.00 0.00 0.00 1/172 22802
/proc/meminfo: memFree=19780136/32951124 swapFree=67111464/67111528
[pid=22802] ppid=22800 vsize=345620 CPUtime=5.96 cores=1,3,5,7
/proc/22802/stat : 22802 (strangenight2-m) R 22800 22802 22773 0 -1 4202496 9743 0 0 0 594 2 0 0 20 0 4 0 514467121 353914880 5126 33554432000 4194304 4627427 140734849781616 18446744073709551615 4322537 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22802/statm: 86405 5126 390 106 0 81376 0
[pid=22802/tid=22803] ppid=22800 vsize=345620 CPUtime=1.48 cores=1,3,5,7
/proc/22802/task/22803/stat : 22803 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 2525 0 0 0 148 0 0 0 19 0 4 0 514467121 353914880 5126 33554432000 4194304 4627427 140734849781616 18446744073709551615 4332648 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22802/tid=22804] ppid=22800 vsize=345620 CPUtime=1.48 cores=1,3,5,7
/proc/22802/task/22804/stat : 22804 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 2636 0 0 0 148 0 0 0 20 0 4 0 514467121 353914880 5126 33554432000 4194304 4627427 140734849781616 18446744073709551615 4330282 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22802/tid=22805] ppid=22800 vsize=345620 CPUtime=1.48 cores=1,3,5,7
/proc/22802/task/22805/stat : 22805 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 1599 0 0 0 148 0 0 0 20 0 4 0 514467121 353914880 5127 33554432000 4194304 4627427 140734849781616 18446744073709551615 4308396 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 345620

[startup+3.10108 s]
/proc/loadavg: 0.00 0.00 0.00 10/184 22819
/proc/meminfo: memFree=19732228/32951124 swapFree=67111464/67111528
[pid=22802] ppid=22800 vsize=337736 CPUtime=12.35 cores=1,3,5,7
/proc/22802/stat : 22802 (strangenight2-m) R 22800 22802 22773 0 -1 4202496 15383 0 0 0 1231 4 0 0 25 0 4 0 514467121 345841664 7227 33554432000 4194304 4627427 140734849781616 18446744073709551615 4333404 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22802/statm: 84434 7227 391 106 0 79405 0
[pid=22802/tid=22803] ppid=22800 vsize=337736 CPUtime=3.09 cores=1,3,5,7
/proc/22802/task/22803/stat : 22803 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 3943 0 0 0 308 1 0 0 25 0 4 0 514467121 345841664 7227 33554432000 4194304 4627427 140734849781616 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22802/tid=22804] ppid=22800 vsize=337736 CPUtime=3.08 cores=1,3,5,7
/proc/22802/task/22804/stat : 22804 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 3719 0 0 0 308 0 0 0 25 0 4 0 514467121 345841664 7227 33554432000 4194304 4627427 140734849781616 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22802/tid=22805] ppid=22800 vsize=337736 CPUtime=3.07 cores=1,3,5,7
/proc/22802/task/22805/stat : 22805 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 2512 0 0 0 307 0 0 0 25 0 4 0 514467121 345841664 7227 33554432000 4194304 4627427 140734849781616 18446744073709551615 4308606 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 337736

[startup+6.30652 s]
/proc/loadavg: 0.64 0.13 0.04 9/184 22819
/proc/meminfo: memFree=19681800/32951124 swapFree=67111464/67111528
[pid=22802] ppid=22800 vsize=365768 CPUtime=25.15 cores=1,3,5,7
/proc/22802/stat : 22802 (strangenight2-m) R 22800 22802 22773 0 -1 4202496 26145 0 0 0 2509 6 0 0 25 0 4 0 514467121 374546432 16069 33554432000 4194304 4627427 140734849781616 18446744073709551615 4302995 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22802/statm: 91442 16069 391 106 0 86413 0
[pid=22802/tid=22803] ppid=22800 vsize=365768 CPUtime=6.29 cores=1,3,5,7
/proc/22802/task/22803/stat : 22803 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 7238 0 0 0 628 1 0 0 25 0 4 0 514467121 374546432 16069 33554432000 4194304 4627427 140734849781616 18446744073709551615 4309710 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22802/tid=22804] ppid=22800 vsize=365768 CPUtime=6.29 cores=1,3,5,7
/proc/22802/task/22804/stat : 22804 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 6974 0 0 0 628 1 0 0 25 0 4 0 514467121 374546432 16069 33554432000 4194304 4627427 140734849781616 18446744073709551615 4308383 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22802/tid=22805] ppid=22800 vsize=365768 CPUtime=6.25 cores=1,3,5,7
/proc/22802/task/22805/stat : 22805 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 4297 0 0 0 625 0 0 0 25 0 4 0 514467121 374546432 16069 33554432000 4194304 4627427 140734849781616 18446744073709551615 4299545 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 365768

[startup+12.7004 s]
/proc/loadavg: 1.31 0.28 0.09 9/184 22819
/proc/meminfo: memFree=19625020/32951124 swapFree=67111464/67111528
[pid=22802] ppid=22800 vsize=366800 CPUtime=50.7 cores=1,3,5,7
/proc/22802/stat : 22802 (strangenight2-m) R 22800 22802 22773 0 -1 4202496 47807 0 0 0 5060 10 0 0 25 0 4 0 514467121 375603200 24527 33554432000 4194304 4627427 140734849781616 18446744073709551615 4309646 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22802/statm: 91700 24527 391 106 0 86671 0
[pid=22802/tid=22803] ppid=22800 vsize=366800 CPUtime=12.68 cores=1,3,5,7
/proc/22802/task/22803/stat : 22803 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 14158 0 0 0 1266 2 0 0 25 0 4 0 514467121 375603200 24527 33554432000 4194304 4627427 140734849781616 18446744073709551615 4309744 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22802/tid=22804] ppid=22800 vsize=366800 CPUtime=12.69 cores=1,3,5,7
/proc/22802/task/22804/stat : 22804 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 13123 0 0 0 1266 3 0 0 25 0 4 0 514467121 375603200 24527 33554432000 4194304 4627427 140734849781616 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22802/tid=22805] ppid=22800 vsize=366800 CPUtime=12.62 cores=1,3,5,7
/proc/22802/task/22805/stat : 22805 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 6258 0 0 0 1262 0 0 0 25 0 4 0 514467121 375603200 24527 33554432000 4194304 4627427 140734849781616 18446744073709551615 4321720 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 366800

[startup+25.5011 s]
/proc/loadavg: 2.79 0.66 0.22 9/184 22819
/proc/meminfo: memFree=19567844/32951124 swapFree=67111464/67111528
[pid=22802] ppid=22800 vsize=370868 CPUtime=101.82 cores=1,3,5,7
/proc/22802/stat : 22802 (strangenight2-m) R 22800 22802 22773 0 -1 4202496 71879 0 0 0 10168 14 0 0 25 0 4 0 514467121 379768832 31759 33554432000 4194304 4627427 140734849781616 18446744073709551615 4310020 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22802/statm: 92717 31759 391 106 0 87688 0
[pid=22802/tid=22803] ppid=22800 vsize=370868 CPUtime=25.48 cores=1,3,5,7
/proc/22802/task/22803/stat : 22803 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 20731 0 0 0 2545 3 0 0 25 0 4 0 514467121 379768832 31759 33554432000 4194304 4627427 140734849781616 18446744073709551615 4308408 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22802/tid=22804] ppid=22800 vsize=370868 CPUtime=25.48 cores=1,3,5,7
/proc/22802/task/22804/stat : 22804 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 20526 0 0 0 2544 4 0 0 25 0 4 0 514467121 379768832 31759 33554432000 4194304 4627427 140734849781616 18446744073709551615 4308717 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22802/tid=22805] ppid=22800 vsize=370868 CPUtime=25.35 cores=1,3,5,7
/proc/22802/task/22805/stat : 22805 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 9829 0 0 0 2533 2 0 0 25 0 4 0 514467121 379768832 31759 33554432000 4194304 4627427 140734849781616 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 370868

[startup+51.1006 s]
/proc/loadavg: 4.65 1.26 0.43 9/184 22820
/proc/meminfo: memFree=19507916/32951124 swapFree=67111464/67111528
[pid=22802] ppid=22800 vsize=371812 CPUtime=204.1 cores=1,3,5,7
/proc/22802/stat : 22802 (strangenight2-m) R 22800 22802 22773 0 -1 4202496 107664 0 0 0 20387 23 0 0 25 0 4 0 514467121 380735488 42588 33554432000 4194304 4627427 140734849781616 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22802/statm: 92953 42588 391 106 0 87924 0
[pid=22802/tid=22803] ppid=22800 vsize=371812 CPUtime=51.07 cores=1,3,5,7
/proc/22802/task/22803/stat : 22803 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 31073 0 0 0 5102 5 0 0 25 0 4 0 514467121 380735488 42588 33554432000 4194304 4627427 140734849781616 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22802/tid=22804] ppid=22800 vsize=371812 CPUtime=51.08 cores=1,3,5,7
/proc/22802/task/22804/stat : 22804 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 31498 0 0 0 5101 7 0 0 25 0 4 0 514467121 380735488 42588 33554432000 4194304 4627427 140734849781616 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22802/tid=22805] ppid=22800 vsize=371812 CPUtime=50.82 cores=1,3,5,7
/proc/22802/task/22805/stat : 22805 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 14839 0 0 0 5079 3 0 0 25 0 4 0 514467121 380735488 42588 33554432000 4194304 4627427 140734849781616 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 371812

[startup+102.301 s]
/proc/loadavg: 6.67 2.33 0.83 9/184 22821
/proc/meminfo: memFree=19470204/32951124 swapFree=67111464/67111528
[pid=22802] ppid=22800 vsize=386056 CPUtime=408.62 cores=1,3,5,7
/proc/22802/stat : 22802 (strangenight2-m) R 22800 22802 22773 0 -1 4202496 172165 0 0 0 40824 38 0 0 25 0 4 0 514467121 395321344 43291 33554432000 4194304 4627427 140734849781616 18446744073709551615 4309079 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22802/statm: 96514 43291 391 106 0 91485 0
[pid=22802/tid=22803] ppid=22800 vsize=386056 CPUtime=102.27 cores=1,3,5,7
/proc/22802/task/22803/stat : 22803 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 49054 0 0 0 10219 8 0 0 25 0 4 0 514467121 395321344 43291 33554432000 4194304 4627427 140734849781616 18446744073709551615 4310481 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22802/tid=22804] ppid=22800 vsize=386056 CPUtime=102.28 cores=1,3,5,7
/proc/22802/task/22804/stat : 22804 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 52483 0 0 0 10215 13 0 0 25 0 4 0 514467121 395321344 43291 33554432000 4194304 4627427 140734849781616 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22802/tid=22805] ppid=22800 vsize=386056 CPUtime=101.74 cores=1,3,5,7
/proc/22802/task/22805/stat : 22805 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 22126 0 0 0 10169 5 0 0 25 0 4 0 514467121 395321344 43291 33554432000 4194304 4627427 140734849781616 18446744073709551615 4308096 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.62
Current children cumulated vsize (KiB) 386056

[startup+162.301 s]
/proc/loadavg: 7.66 3.40 1.29 9/184 22823
/proc/meminfo: memFree=19388348/32951124 swapFree=67111464/67111528
[pid=22802] ppid=22800 vsize=489248 CPUtime=648.3 cores=1,3,5,7
/proc/22802/stat : 22802 (strangenight2-m) R 22800 22802 22773 0 -1 4202496 252395 0 0 0 64768 62 0 0 25 0 4 0 514467121 500989952 58828 33554432000 4194304 4627427 140734849781616 18446744073709551615 4321918 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22802/statm: 122312 58828 391 106 0 117283 0
[pid=22802/tid=22803] ppid=22800 vsize=489248 CPUtime=162.27 cores=1,3,5,7
/proc/22802/task/22803/stat : 22803 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 70481 0 0 0 16213 14 0 0 25 0 4 0 514467121 500989952 58828 33554432000 4194304 4627427 140734849781616 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22802/tid=22804] ppid=22800 vsize=489248 CPUtime=162.29 cores=1,3,5,7
/proc/22802/task/22804/stat : 22804 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 74329 0 0 0 16210 19 0 0 25 0 4 0 514467121 500989952 58828 33554432000 4194304 4627427 140734849781616 18446744073709551615 4324120 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22802/tid=22805] ppid=22800 vsize=489248 CPUtime=161.42 cores=1,3,5,7
/proc/22802/task/22805/stat : 22805 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 34229 0 0 0 16133 9 0 0 25 0 4 0 514467121 500989952 58828 33554432000 4194304 4627427 140734849781616 18446744073709551615 4333248 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 648.3
Current children cumulated vsize (KiB) 489248

[startup+222.3 s]
/proc/loadavg: 7.91 4.25 1.72 9/184 22825
/proc/meminfo: memFree=19350400/32951124 swapFree=67111464/67111528
[pid=22802] ppid=22800 vsize=525208 CPUtime=887.97 cores=1,3,5,7
/proc/22802/stat : 22802 (strangenight2-m) R 22800 22802 22773 0 -1 4202496 308308 0 0 0 88719 78 0 0 25 0 4 0 514467121 537812992 66924 33554432000 4194304 4627427 140734849781616 18446744073709551615 4420243 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22802/statm: 131302 66924 391 106 0 126273 0
[pid=22802/tid=22803] ppid=22800 vsize=525208 CPUtime=222.28 cores=1,3,5,7
/proc/22802/task/22803/stat : 22803 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 86766 0 0 0 22207 21 0 0 25 0 4 0 514467121 537812992 66924 33554432000 4194304 4627427 140734849781616 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22802/tid=22804] ppid=22800 vsize=525208 CPUtime=222.29 cores=1,3,5,7
/proc/22802/task/22804/stat : 22804 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 91610 0 0 0 22206 23 0 0 25 0 4 0 514467121 537812992 66924 33554432000 4194304 4627427 140734849781616 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22802/tid=22805] ppid=22800 vsize=525208 CPUtime=221.09 cores=1,3,5,7
/proc/22802/task/22805/stat : 22805 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 40614 0 0 0 22098 11 0 0 25 0 4 0 514467121 537812992 66924 33554432000 4194304 4627427 140734849781616 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 887.97
Current children cumulated vsize (KiB) 525208

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

[startup+231.101 s]
/proc/loadavg: 8.00 4.39 1.79 9/184 22825
/proc/meminfo: memFree=19319384/32951124 swapFree=67111464/67111528
[pid=22802] ppid=22800 vsize=537360 CPUtime=923.13 cores=1,3,5,7
/proc/22802/stat : 22802 (strangenight2-m) R 22800 22802 22773 0 -1 4202496 315894 0 0 0 92233 80 0 0 25 0 4 0 514467121 550256640 74504 33554432000 4194304 4627427 140734849781616 18446744073709551615 4309100 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22802/statm: 134340 74504 391 106 0 129311 0
[pid=22802/tid=22803] ppid=22800 vsize=537360 CPUtime=231.07 cores=1,3,5,7
/proc/22802/task/22803/stat : 22803 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 90876 0 0 0 23086 21 0 0 25 0 4 0 514467121 550256640 74504 33554432000 4194304 4627427 140734849781616 18446744073709551615 4420171 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22802/tid=22804] ppid=22800 vsize=537360 CPUtime=231.08 cores=1,3,5,7
/proc/22802/task/22804/stat : 22804 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 93827 0 0 0 23084 24 0 0 25 0 4 0 514467121 550256640 74504 33554432000 4194304 4627427 140734849781616 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22802/tid=22805] ppid=22800 vsize=537360 CPUtime=229.84 cores=1,3,5,7
/proc/22802/task/22805/stat : 22805 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 41172 0 0 0 22973 11 0 0 25 0 4 0 514467121 550256640 74504 33554432000 4194304 4627427 140734849781616 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 923.13
Current children cumulated vsize (KiB) 537360

[startup+256.7 s]
/proc/loadavg: 8.00 4.68 1.95 9/184 22826
/proc/meminfo: memFree=19287388/32951124 swapFree=67111464/67111528
[pid=22802] ppid=22800 vsize=416056 CPUtime=1025.38 cores=1,3,5,7
/proc/22802/stat : 22802 (strangenight2-m) R 22800 22802 22773 0 -1 4202496 333715 0 0 0 102451 87 0 0 25 0 4 0 514467121 426041344 71755 33554432000 4194304 4627427 140734849781616 18446744073709551615 4309902 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22802/statm: 104014 71755 391 106 0 98985 0
[pid=22802/tid=22803] ppid=22800 vsize=416056 CPUtime=256.67 cores=1,3,5,7
/proc/22802/task/22803/stat : 22803 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 96657 0 0 0 25645 22 0 0 25 0 4 0 514467121 426041344 71755 33554432000 4194304 4627427 140734849781616 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22802/tid=22804] ppid=22800 vsize=416056 CPUtime=256.69 cores=1,3,5,7
/proc/22802/task/22804/stat : 22804 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 100699 0 0 0 25641 28 0 0 25 0 4 0 514467121 426041344 71755 33554432000 4194304 4627427 140734849781616 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22802/tid=22805] ppid=22800 vsize=416056 CPUtime=255.31 cores=1,3,5,7
/proc/22802/task/22805/stat : 22805 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 42129 0 0 0 25519 12 0 0 25 0 4 0 514467121 426041344 71755 33554432000 4194304 4627427 140734849781616 18446744073709551615 4309228 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1025.38
Current children cumulated vsize (KiB) 416056

[startup+269.501 s]
/proc/loadavg: 8.00 4.84 2.05 9/184 22826
/proc/meminfo: memFree=19245476/32951124 swapFree=67111464/67111528
[pid=22802] ppid=22800 vsize=494068 CPUtime=1076.52 cores=1,3,5,7
/proc/22802/stat : 22802 (strangenight2-m) R 22800 22802 22773 0 -1 4202496 344818 0 0 0 107561 91 0 0 25 0 4 0 514467121 505925632 82858 33554432000 4194304 4627427 140734849781616 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22802/statm: 123517 82858 391 106 0 118488 0
[pid=22802/tid=22803] ppid=22800 vsize=494068 CPUtime=269.47 cores=1,3,5,7
/proc/22802/task/22803/stat : 22803 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 98730 0 0 0 26923 24 0 0 25 0 4 0 514467121 505925632 82858 33554432000 4194304 4627427 140734849781616 18446744073709551615 4324120 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22802/tid=22804] ppid=22800 vsize=494068 CPUtime=269.49 cores=1,3,5,7
/proc/22802/task/22804/stat : 22804 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 107312 0 0 0 26920 29 0 0 25 0 4 0 514467121 505925632 82858 33554432000 4194304 4627427 140734849781616 18446744073709551615 4420199 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22802/tid=22805] ppid=22800 vsize=494068 CPUtime=268.04 cores=1,3,5,7
/proc/22802/task/22805/stat : 22805 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 42225 0 0 0 26792 12 0 0 25 0 4 0 514467121 505925632 82858 33554432000 4194304 4627427 140734849781616 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1076.52
Current children cumulated vsize (KiB) 494068

[startup+275.901 s]
/proc/loadavg: 8.00 4.89 2.08 9/184 22826
/proc/meminfo: memFree=19234440/32951124 swapFree=67111464/67111528
[pid=22802] ppid=22800 vsize=506296 CPUtime=1102.08 cores=1,3,5,7
/proc/22802/stat : 22802 (strangenight2-m) R 22800 22802 22773 0 -1 4202496 347835 0 0 0 110116 92 0 0 25 0 4 0 514467121 518447104 85714 33554432000 4194304 4627427 140734849781616 18446744073709551615 4309961 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22802/statm: 126574 85714 391 106 0 121545 0
[pid=22802/tid=22803] ppid=22800 vsize=506296 CPUtime=275.88 cores=1,3,5,7
/proc/22802/task/22803/stat : 22803 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 100231 0 0 0 27563 25 0 0 25 0 4 0 514467121 518447104 85714 33554432000 4194304 4627427 140734849781616 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22802/tid=22804] ppid=22800 vsize=506296 CPUtime=275.89 cores=1,3,5,7
/proc/22802/task/22804/stat : 22804 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 107312 0 0 0 27560 29 0 0 25 0 4 0 514467121 518447104 85714 33554432000 4194304 4627427 140734849781616 18446744073709551615 4420272 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22802/tid=22805] ppid=22800 vsize=506296 CPUtime=274.4 cores=1,3,5,7
/proc/22802/task/22805/stat : 22805 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 42998 0 0 0 27428 12 0 0 25 0 4 0 514467121 518447104 85714 33554432000 4194304 4627427 140734849781616 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1102.08
Current children cumulated vsize (KiB) 506296

[startup+277.501 s]
/proc/loadavg: 8.00 4.89 2.08 9/184 22826
/proc/meminfo: memFree=19239648/32951124 swapFree=67111464/67111528
[pid=22802] ppid=22800 vsize=506604 CPUtime=1108.47 cores=1,3,5,7
/proc/22802/stat : 22802 (strangenight2-m) R 22800 22802 22773 0 -1 4202496 348979 0 0 0 110755 92 0 0 25 0 4 0 514467121 518762496 84276 33554432000 4194304 4627427 140734849781616 18446744073709551615 4308435 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22802/statm: 126651 84276 391 106 0 121622 0
[pid=22802/tid=22803] ppid=22800 vsize=506604 CPUtime=277.48 cores=1,3,5,7
/proc/22802/task/22803/stat : 22803 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 100456 0 0 0 27723 25 0 0 25 0 4 0 514467121 518762496 84276 33554432000 4194304 4627427 140734849781616 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22802/tid=22804] ppid=22800 vsize=506604 CPUtime=277.49 cores=1,3,5,7
/proc/22802/task/22804/stat : 22804 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 107312 0 0 0 27720 29 0 0 25 0 4 0 514467121 518762496 84276 33554432000 4194304 4627427 140734849781616 18446744073709551615 4427688 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22802/tid=22805] ppid=22800 vsize=506604 CPUtime=275.99 cores=1,3,5,7
/proc/22802/task/22805/stat : 22805 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 43126 0 0 0 27587 12 0 0 25 0 4 0 514467121 518762496 84276 33554432000 4194304 4627427 140734849781616 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1108.47
Current children cumulated vsize (KiB) 506604

[startup+278.301 s]
/proc/loadavg: 8.00 4.89 2.08 9/184 22826
/proc/meminfo: memFree=19236920/32951124 swapFree=67111464/67111528
[pid=22802] ppid=22800 vsize=506604 CPUtime=1111.48 cores=1,3,5,7
/proc/22802/stat : 22802 (strangenight2-m) S 22800 22802 22773 0 -1 4202496 349204 0 0 0 111056 92 0 0 25 0 4 0 514467121 518762496 84501 33554432000 4194304 4627427 140734849781616 18446744073709551615 47857101870644 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22802/statm: 126651 84501 391 106 0 121622 0
[pid=22802/tid=22803] ppid=22800 vsize=506604 CPUtime=278.18 cores=1,3,5,7
/proc/22802/task/22803/stat : 22803 (strangenight2-m) S 22800 22802 22773 0 -1 4202560 100549 0 0 0 27793 25 0 0 25 0 4 0 514467121 518762496 84501 33554432000 4194304 4627427 140734849781616 18446744073709551615 47857101870644 0 0 4096 2 18446604469212775744 0 0 -1 5 0 0 0
[pid=22802/tid=22804] ppid=22800 vsize=506604 CPUtime=278.29 cores=1,3,5,7
/proc/22802/task/22804/stat : 22804 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 107317 0 0 0 27800 29 0 0 25 0 4 0 514467121 518762496 84501 33554432000 4194304 4627427 140734849781616 18446744073709551615 4427421 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22802/tid=22805] ppid=22800 vsize=506604 CPUtime=276.79 cores=1,3,5,7
/proc/22802/task/22805/stat : 22805 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 43161 0 0 0 27667 12 0 0 25 0 4 0 514467121 518762496 84501 33554432000 4194304 4627427 140734849781616 18446744073709551615 47857101846059 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1111.48
Current children cumulated vsize (KiB) 506604

[startup+279.107 s]
/proc/loadavg: 7.84 4.91 2.10 7/184 22826
/proc/meminfo: memFree=19239524/32951124 swapFree=67111464/67111528
[pid=22802] ppid=22800 vsize=506604 CPUtime=1113.09 cores=1,3,5,7
/proc/22802/stat : 22802 (strangenight2-m) S 22800 22802 22773 0 -1 4202496 349285 0 0 0 111217 92 0 0 25 0 4 0 514467121 518762496 84582 33554432000 4194304 4627427 140734849781616 18446744073709551615 47857101870644 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22802/statm: 126651 84582 391 106 0 121622 0
[pid=22802/tid=22803] ppid=22800 vsize=506604 CPUtime=278.18 cores=1,3,5,7
/proc/22802/task/22803/stat : 22803 (strangenight2-m) S 22800 22802 22773 0 -1 4202560 100549 0 0 0 27793 25 0 0 25 0 4 0 514467121 518762496 84582 33554432000 4194304 4627427 140734849781616 18446744073709551615 47857101870644 0 0 4096 2 18446604469212775744 0 0 -1 5 0 0 0
[pid=22802/tid=22804] ppid=22800 vsize=506604 CPUtime=279.1 cores=1,3,5,7
/proc/22802/task/22804/stat : 22804 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 107398 0 0 0 27881 29 0 0 25 0 4 0 514467121 518762496 84582 33554432000 4194304 4627427 140734849781616 18446744073709551615 4520557 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22802/tid=22805] ppid=22800 vsize=506604 CPUtime=277.59 cores=1,3,5,7
/proc/22802/task/22805/stat : 22805 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 43161 0 0 0 27747 12 0 0 25 0 4 0 514467121 518762496 84582 33554432000 4194304 4627427 140734849781616 18446744073709551615 47857101846212 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1113.09
Current children cumulated vsize (KiB) 506604

[startup+279.3 s]
/proc/loadavg: 7.84 4.91 2.10 7/184 22826
/proc/meminfo: memFree=19239524/32951124 swapFree=67111464/67111528
[pid=22802] ppid=22800 vsize=554188 CPUtime=1113.47 cores=1,3,5,7
/proc/22802/stat : 22802 (strangenight2-m) S 22800 22802 22773 0 -1 4202496 350239 0 0 0 111255 92 0 0 25 0 4 0 514467121 567488512 85536 33554432000 4194304 4627427 140734849781616 18446744073709551615 47857101870644 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22802/statm: 138547 85536 391 106 0 133518 0
[pid=22802/tid=22803] ppid=22800 vsize=554188 CPUtime=278.18 cores=1,3,5,7
/proc/22802/task/22803/stat : 22803 (strangenight2-m) S 22800 22802 22773 0 -1 4202560 100549 0 0 0 27793 25 0 0 25 0 4 0 514467121 567488512 85536 33554432000 4194304 4627427 140734849781616 18446744073709551615 47857101870644 0 0 4096 2 18446604469212775744 0 0 -1 5 0 0 0
[pid=22802/tid=22804] ppid=22800 vsize=554188 CPUtime=279.29 cores=1,3,5,7
/proc/22802/task/22804/stat : 22804 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 108352 0 0 0 27900 29 0 0 25 0 4 0 514467121 567488512 85536 33554432000 4194304 4627427 140734849781616 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22802/tid=22805] ppid=22800 vsize=554188 CPUtime=277.78 cores=1,3,5,7
/proc/22802/task/22805/stat : 22805 (strangenight2-m) R 22800 22802 22773 0 -1 4202560 43161 0 0 0 27766 12 0 0 25 0 4 0 514467121 567488512 85536 33554432000 4194304 4627427 140734849781616 18446744073709551615 47857101846212 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1113.47
Current children cumulated vsize (KiB) 554188

Child status: 20
Real time (s): 279.363
CPU time (s): 1113.59
CPU user time (s): 1112.65
CPU system time (s): 0.942856
CPU usage (%): 398.619
Max. virtual memory (cumulated for all children) (KiB): 630892

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

runsolver used 0.424935 second user time and 1.09483 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-29 00:11:32
IDJOB=3280548
IDBENCH=20401
IDSOLVER=1586
FILE ID=node136/3280548-1304028691
RUNJOBID= node136-1304028687-22793
PBS_JOBID= 13170316
Free space on /tmp= 72336 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-03.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280548-1304028691/watcher-3280548-1304028691 -o /tmp/evaluation-result-3280548-1304028691/solver-3280548-1304028691 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3280548-1304028691.cnf

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

MD5SUM BENCH= 8c67f78ca36ec96e662a91c74844da21
RANDOM SEED=1651558620

node136.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.809
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.61
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.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.809
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.809
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:     32951124 kB
MemFree:      19780416 kB
Buffers:       1736844 kB
Cached:       10792128 kB
SwapCached:         60 kB
Active:        5679828 kB
Inactive:      6912956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19780416 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:            5676 kB
Writeback:           0 kB
AnonPages:       63304 kB
Mapped:          14392 kB
Slab:           516056 kB
PageTables:       4500 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   182152 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= 72324 MiB
End job on node136 at 2011-04-29 00:16:11