Trace number 3366656

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-mt (fixed)UNSAT 1663.85 417.14

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S1750722942-074.UNKNOWN.cnf
MD5SUM55d30b10c45b8bb435e547799f98f891
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.26989
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-3366656-1305411074.cnf'
0.00/0.00	c -- header says num vars:             75
0.00/0.00	c -- header says num clauses:        1597
0.00/0.00	c -- clauses added:            0 learnts,         1597 normals,            0 xors
0.00/0.00	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
0.00/0.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.10	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.10	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.10	c calculated reachability. Time: 0.00
0.00/0.10	c Calc default polars -  time:   0.00 s pos:      30 undec:       2 neg:      43
0.00/0.10	c =========================================================================================
0.00/0.10	c types(t): F = full restart, N = normal restart
0.00/0.10	c types(t): S = simplification begin/end, E = solution found
0.00/0.10	c restart types(rt): st = static, dy = dynamic
0.00/0.10	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.10	c  B st     0         0        75      1597         0         0      7985         0   no data   no data
0.00/0.10	c Decided on static restart strategy
0.00/0.10	c  N st     8      4915        75      1597         0      4475      7985     75830   no data   no data
0.77/0.27	c  N st    10     11301        75      1597         0      4147      7985     58972   no data   no data
1.57/0.44	c  N st    11     17044        75      1597         0      9382      7985    152455   no data   no data
2.76/0.75	c  F st    12     25000        75      1597         0     11474      7985    183353   no data   no data
2.76/0.75	c  N st    12     25000        75      1597         0     11474      7985    183353   no data   no data
3.57/0.94	c Decided on static restart strategy
3.57/0.94	c  N st    18     30000        75      1597         0      9830      7985    144710   no data   no data
3.57/0.94	c  S st    18     30000        75      1597         0      9830      7985    144710   no data   no data
3.57/0.97	c  S st    18     30506        75      1597         0     10311      7985    153386   no data   no data
3.57/0.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.57/0.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
3.57/0.97	c blocked clauses removed:        0 vars:      0 tried:          75 T: 0.00 s
3.57/0.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.57/0.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.57/0.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
3.57/0.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.57/0.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.57/0.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.40/1.14	c lits-rem:       265  cl-subs:     2580  v-elim:      0  v-fix:    0  time:  0.16 s
4.40/1.17	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.03
4.40/1.17	c calculated reachability. Time: 0.00
4.40/1.17	c  N st    18     30506        75      1597         0      7731      7985    112378   no data   no data
5.56/1.48	c  N st    20     37618        75      1597         0      7097      7985     91816   no data   no data
6.76/1.72	c  N st    21     44018        75      1597         0     12876      7985    188995   no data   no data
7.16/1.83	c  S st    22     45759        75      1597         0     14450      7985    214955   no data   no data
7.16/1.86	c  S st    22     46262        75      1597         0     14928      7985    223844   no data   no data
7.16/1.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.16/1.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
7.16/1.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.16/1.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.16/1.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.16/1.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
7.16/1.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.16/1.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
7.16/1.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.35/2.17	c lits-rem:       311  cl-subs:     2751  v-elim:      0  v-fix:    0  time:  0.29 s
8.35/2.17	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
8.35/2.17	c vivif2 --  cl tried    12177 cl shrink        0 lits rem          0 time: 0.00
8.78/2.21	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
8.78/2.21	c calculated reachability. Time: 0.00
8.78/2.21	c  N st    22     46262        75      1597         0     12177      7985    181078   no data   no data
11.55/2.90	c  N st    23     60660        75      1597         0     17170      7985    246786   no data   no data
13.18/3.31	c  N st    24     69393        75      1597         0     16105      7985    222559   no data   no data
13.18/3.31	c  S st    24     69393        75      1597         0     16105      7985    222559   no data   no data
13.18/3.36	c  S st    24     69897        75      1597         0     16577      7985    231183   no data   no data
13.18/3.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.18/3.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
13.18/3.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.18/3.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.18/3.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.18/3.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
13.18/3.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.18/3.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
13.18/3.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.73/3.74	c lits-rem:       327  cl-subs:     3479  v-elim:      0  v-fix:    0  time:  0.37 s
14.73/3.74	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
14.73/3.74	c vivif2 --  cl tried    13098 cl shrink        0 lits rem          0 time: 0.00
14.73/3.79	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.05
14.73/3.79	c calculated reachability. Time: 0.00
14.73/3.79	c  N st    24     69897        75      1597         0     13098      7985    181694   no data   no data
18.72/4.77	c  F st    25     87501        75      1597         0     19239      7985    268279   no data   no data
18.72/4.77	c  N st    25     87501        75      1597         0     19239      7985    268279   no data   no data
19.92/5.08	c Decided on static restart strategy
20.72/5.23	c  N st    32     95541        75      1597         0     15807      7985    210035   no data   no data
22.71/5.79	c  N st    34    104845        75      1597         0     12572      7985    154346   no data   no data
22.71/5.79	c  S st    34    104845        75      1597         0     12572      7985    154346   no data   no data
23.11/5.83	c  S st    34    105348        75      1597         0     13047      7985    162948   no data   no data
23.11/5.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.11/5.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
23.11/5.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23.11/5.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.11/5.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.11/5.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
23.11/5.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
23.11/5.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
23.11/5.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.51/5.92	c lits-rem:        95  cl-subs:     1181  v-elim:      0  v-fix:    0  time:  0.08 s
23.51/5.92	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
23.51/5.92	c vivif2 --  cl tried    11866 cl shrink        0 lits rem          0 time: 0.00
23.51/5.96	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
23.51/5.96	c calculated reachability. Time: 0.00
23.51/5.96	c  N st    34    105348        75      1597         0     11866      7985    145859   no data   no data
25.51/6.47	c  N st    35    114947        75      1597         0     20502      7985    291355   no data   no data
29.10/7.33	c  N st    36    129344        75      1597         0     20882      7985    287081   no data   no data
34.68/8.74	c  N st    37    150941        75      1597         0     26913      7985    380148   no data   no data
36.27/9.18	c  S st    38    158023        75      1597         0     18908      7985    236722   no data   no data
36.67/9.23	c  S st    38    158528        75      1597         0     19389      7985    245228   no data   no data
36.67/9.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
36.67/9.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
36.67/9.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
36.67/9.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
36.67/9.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.67/9.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
36.67/9.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
36.67/9.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
36.67/9.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.88/9.51	c lits-rem:       200  cl-subs:     2553  v-elim:      0  v-fix:    0  time:  0.26 s
37.88/9.51	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
37.88/9.51	c vivif2 --  cl tried    16836 cl shrink        0 lits rem          0 time: 0.00
37.88/9.57	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.06
37.88/9.57	c calculated reachability. Time: 0.00
37.88/9.57	c  N st    38    158528        75      1597         0     16836      7985    208140   no data   no data
50.64/12.79	c  N st    39    207116        75      1597         0     29109      7985    383768   no data   no data
60.21/15.11	c  N st    40    237794        75      1597         0     21691      7985    258272   no data   no data
60.21/15.11	c  S st    40    237794        75      1597         0     21691      7985    258272   no data   no data
60.21/15.17	c  S st    40    238296        75      1597         0     22160      7985    266862   no data   no data
60.21/15.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
60.21/15.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
60.21/15.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
60.21/15.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
60.21/15.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
60.21/15.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
60.21/15.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
60.21/15.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
60.21/15.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
61.44/15.45	c lits-rem:       226  cl-subs:     2204  v-elim:      0  v-fix:    0  time:  0.25 s
61.44/15.45	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
61.44/15.45	c vivif2 --  cl tried    19956 cl shrink        0 lits rem          0 time: 0.00
61.85/15.51	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.07
61.85/15.51	c calculated reachability. Time: 0.00
61.85/15.51	c  N st    40    238296        75      1597         0     19956      7985    237246   no data   no data
83.38/20.91	c  F st    41    306251        75      1597         0     22036      7985    245542   no data   no data
83.38/20.91	c  N st    41    306251        75      1597         0     22036      7985    245542   no data   no data
84.94/21.30	c Decided on static restart strategy
94.51/23.71	c  N st    51    334557        75      1597         0     25889      7985    302064   no data   no data
103.69/26.03	c  N st    53    357444        75      1597         0     23916      7985    260293   no data   no data
103.69/26.03	c  S st    53    357444        75      1597         0     23916      7985    260293   no data   no data
103.69/26.09	c  S st    53    357948        75      1597         0     24393      7985    268997   no data   no data
103.69/26.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
103.69/26.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
103.69/26.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
103.69/26.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
103.69/26.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
103.69/26.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
103.69/26.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
104.09/26.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
104.09/26.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
104.49/26.26	c lits-rem:       101  cl-subs:     1327  v-elim:      0  v-fix:    0  time:  0.16 s
104.49/26.26	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
104.49/26.27	c vivif2 --  cl tried    23066 cl shrink        0 lits rem          0 time: 0.00
104.89/26.34	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.07
104.89/26.34	c calculated reachability. Time: 0.00
104.89/26.34	c  N st    53    357948        75      1597         0     23066      7985    250733   no data   no data
117.66/29.50	c  N st    54    390342        75      1597         0     28883      7985    335424   no data   no data
136.03/34.15	c  N st    55    438930        75      1597         0     48101      7985    643599   no data   no data
166.32/41.71	c  N st    56    511812        75      1597         0     35317      7985    408313   no data   no data
176.69/44.35	c  N st    57    536922        75      1597         0     30069      7985    323453   no data   no data
176.69/44.35	c  S st    57    536922        75      1597         0     30069      7985    323453   no data   no data
177.09/44.44	c  S st    57    537430        75      1597         0     30552      7985    332354   no data   no data
177.09/44.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
177.09/44.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
177.09/44.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
177.09/44.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
177.09/44.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
177.09/44.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
177.09/44.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
177.09/44.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
177.09/44.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
178.28/44.72	c lits-rem:       245  cl-subs:     1699  v-elim:      0  v-fix:    0  time:  0.27 s
178.28/44.72	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
178.28/44.73	c vivif2 --  cl tried    28853 cl shrink        0 lits rem          0 time: 0.00
178.68/44.83	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.10
178.68/44.83	c calculated reachability. Time: 0.00
178.68/44.83	c  N st    57    537430        75      1597         0     28853      7985    309796   no data   no data
246.89/61.94	c  N st    58    701416        75      1597         0     55271      7985    668762   no data   no data
293.17/73.52	c  N st    59    806146        75      1597         0     49798      7985    585763   no data   no data
293.17/73.52	c  S st    59    806146        75      1597         0     49798      7985    585763   no data   no data
293.57/73.65	c  S st    59    806649        75      1597         0     50266      7985    594592   no data   no data
293.57/73.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
293.57/73.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
293.57/73.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
293.57/73.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
293.57/73.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
293.57/73.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
293.57/73.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
293.57/73.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
293.57/73.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
302.35/75.88	c lits-rem:      1723  cl-subs:     9625  v-elim:      0  v-fix:    0  time:  2.19 s
302.35/75.88	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
302.35/75.88	c vivif2 --  cl tried    40641 cl shrink        0 lits rem          0 time: 0.01
303.18/76.04	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.16
303.18/76.04	c calculated reachability. Time: 0.00
303.18/76.04	c  N st    59    806649        75      1597         0     40641      7985    464022   no data   no data
436.77/109.54	c  F st    60   1071876        75      1597         0     56403      7985    659921   no data   no data
436.77/109.54	c  N st    60   1071876        75      1597         0     56403      7985    659921   no data   no data
440.36/110.47	c Decided on static restart strategy
456.35/114.41	c  N st    70   1100179        75      1597         0     41723      7985    426169   no data   no data
475.86/119.39	c  N st    72   1136173        75      1597         0     73708      7985    961096   no data   no data
494.21/123.94	c  N st    73   1168565        75      1597         0     61459      7985    738711   no data   no data
519.34/130.22	c  N st    74   1209973        75      1597         0     56342      7985    640574   no data   no data
519.34/130.22	c  S st    74   1209973        75      1597         0     56342      7985    640574   no data   no data
519.74/130.38	c  S st    74   1210475        75      1597         0     56809      7985    649366   no data   no data
519.74/130.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
520.13/130.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
520.13/130.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
520.13/130.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
520.13/130.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
520.13/130.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
520.13/130.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
520.13/130.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
520.13/130.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
528.50/132.51	c lits-rem:       561  cl-subs:     8298  v-elim:      0  v-fix:    0  time:  2.07 s
528.50/132.51	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
528.50/132.51	c vivif2 --  cl tried    48511 cl shrink        0 lits rem          0 time: 0.01
529.30/132.72	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.21
529.30/132.73	c calculated reachability. Time: 0.00
529.30/132.73	c  N st    74   1210475        75      1597         0     48511      7985    538862   no data   no data
575.96/144.43	c  N st    75   1283360        75      1597         0     70806      7985    866004   no data   no data
640.62/160.70	c  N st    76   1392684        75      1597         0     80400      7985    992134   no data   no data
751.08/188.37	c  N st    77   1556668        75      1597         0     87160      7985   1067643   no data   no data
850.42/213.23	c  N st    78   1710476        75      1597         0     77169      7985    904413   no data   no data
850.42/213.23	c  S st    78   1710476        75      1597         0     77169      7985    904413   no data   no data
851.25/213.43	c  S st    78   1710981        75      1597         0     77645      7985    913263   no data   no data
851.25/213.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
851.25/213.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
851.25/213.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
851.25/213.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
851.25/213.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
851.25/213.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
851.25/213.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
851.25/213.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
851.25/213.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
872.36/218.78	c lits-rem:      1932  cl-subs:    14996  v-elim:      0  v-fix:    0  time:  5.28 s
872.36/218.78	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
872.36/218.79	c vivif2 --  cl tried    62649 cl shrink        0 lits rem          0 time: 0.01
873.60/219.03	c asymm  cl-useful: 0/1348/1597 lits-rem:0 time: 0.24
873.60/219.03	c calculated reachability. Time: 0.00
873.60/219.03	c  N st    78   1710981        75      1597         0     62649      7985    716913   no data   no data
1131.62/283.72	c  N st    79   2079949        75      1597         1     74785      7985    837070   no data   no data
1225.35/307.29	c  N st    80   2210981        75      1597         1     78782      7985    878720   no data   no data
1225.35/307.29	c  S st    80   2210981        75      1597         1     78782      7985    878720   no data   no data
1225.35/307.29	c Finding binary XORs  T:     0.00 s  found:       0
1226.55/307.54	c  S st    80   2211487        75      1597         2     79255      7985    887073   no data   no data
1226.55/307.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1226.55/307.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
1226.55/307.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1226.55/307.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1226.55/307.58	c subs with bin:        6  lits-rem:        14  v-fix:    0  time:  0.00 s
1226.55/307.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
1226.55/307.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1226.55/307.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
1230.54/308.57	c subs with bin:     4108  lits-rem:      6442  v-fix:    0  time:  0.96 s
1245.69/312.35	c lits-rem:       952  cl-subs:    12081  v-elim:      0  v-fix:    0  time:  3.77 s
1245.69/312.35	c vivif2 --  cl tried     1591 cl shrink        0 lits rem          0 time: 0.00
1245.69/312.36	c vivif2 --  cl tried    63066 cl shrink        0 lits rem          0 time: 0.01
1246.88/312.62	c asymm  cl-useful: 0/1282/1591 lits-rem:0 time: 0.26
1246.88/312.63	c calculated reachability. Time: 0.00
1246.88/312.63	c  N st    80   2211487        75      1591         2     63066      7945    685621   no data   no data
1481.43/371.40	c Finding binary XORs  T:     0.00 s  found:       0
1629.81/408.66	c Finding binary XORs  T:     0.00 s  found:       0
1635.00/409.91	c  N st    81   2711487        72      1421         3     51184      6946    505585   no data   no data
1635.00/409.91	c  S st    81   2711487        72      1421         3     51184      6946    505585   no data   no data
1635.40/410.07	c  S st    81   2711987        72      1421         3     51648      6946    512880   no data   no data
1635.40/410.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1635.40/410.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
1635.40/410.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1635.40/410.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1635.40/410.09	c subs with bin:        5  lits-rem:         5  v-fix:    0  time:  0.00 s
1635.40/410.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     72 time:  0.00 s
1635.40/410.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1635.80/410.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
1635.80/410.18	c subs with bin:      601  lits-rem:      1165  v-fix:    0  time:  0.06 s
1641.02/411.46	c lits-rem:      2009  cl-subs:     6124  v-elim:      0  v-fix:    0  time:  1.28 s
1641.02/411.46	c vivif2 --  cl tried     1416 cl shrink        0 lits rem          0 time: 0.00
1641.02/411.47	c vivif2 --  cl tried    44923 cl shrink        0 lits rem          0 time: 0.01
1641.78/411.69	c asymm  cl-useful: 1/1416/1416 lits-rem:1 time: 0.22
1641.78/411.69	c calculated reachability. Time: 0.00
1641.78/411.69	c  N st    81   2711987        72      1416         3     44923      6918    434695   no data   no data
1660.13/416.28	c Finding binary XORs  T:     0.00 s  found:       0
1663.72/417.12	c Following stats are for *FIRST FINISHED THREAD ONLY*
1663.72/417.12	c num threads              : 4          
1663.72/417.12	c restarts                 : 80         
1663.72/417.12	c dynamic restarts         : 0          
1663.72/417.12	c static restarts          : 80         
1663.72/417.12	c full restarts            : 4          
1663.72/417.12	c total simplify time      : 0.82       
1663.72/417.12	c learnts DL2              : 0          
1663.72/417.12	c learnts size 2           : 134        
1663.72/417.12	c learnts size 1           : 42          (56.00     % of vars)
1663.72/417.12	c filedLit time            : 0.15        (0.04      % time)
1663.72/417.12	c v-elim SatELite          : 0           (0.00      % vars)
1663.72/417.12	c SatELite time            : 24.95       (5.99      % time)
1663.72/417.12	c v-elim xor               : 0           (0.00      % vars)
1663.72/417.12	c xor elim time            : 0.02        (0.01      % time)
1663.72/417.12	c num binary xor trees     : 0          
1663.72/417.12	c binxor trees' crown      : 0           (nan       leafs/tree)
1663.72/417.12	c bin xor find time        : 0.00       
1663.72/417.12	c OTF clause improved      : 309146      (0.11      clauses/conflict)
1663.72/417.12	c OTF impr. size diff      : 315630      (1.02       lits/clause)
1663.72/417.12	c OTF cl watch-shrink      : 75687       (0.03      clauses/conflict)
1663.72/417.12	c OTF cl watch-sh-lit      : 82244       (1.09       lits/clause)
1663.72/417.12	c tried to recurMin cls    : 129106      (4.80       % of conflicts)
1663.72/417.12	c updated cache            : 1320        (0.01       lits/tried recurMin)
1663.72/417.12	c unit cls recevied        : 2           (4.76      % of units)
1663.72/417.12	c unit cls sent            : 6           (14.29     % of units)
1663.72/417.12	c bin cls recevied         : 3          
1663.72/417.12	c bin cls sent             : 77         
1663.72/417.12	c clauses over max glue    : 0           (0.00      % of all clauses)
1663.72/417.12	c conflicts                : 2688269     (6449.82   / sec)
1663.72/417.12	c decisions                : 2934512     (0.35      % random)
1663.72/417.12	c bogo-props               : 76892387000 (184483740.25 / sec)
1663.72/417.12	c conflict literals        : 40461868    (25.07     % deleted)
1663.72/417.12	c Memory used              : 457.19      MB
1663.72/417.12	c single-thread CPU time   : 416.80      s
1663.72/417.12	c all-threads sum CPU time : 1662.78     s
1663.72/417.12	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3366656-1305411074/watcher-3366656-1305411074 -o /tmp/evaluation-result-3366656-1305411074/solver-3366656-1305411074 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366656-1305411074.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: 8.11 8.11 8.07 5/355 18890
/proc/meminfo: memFree=24452380/32950928 swapFree=67056568/67111528
[pid=18890] ppid=18888 vsize=281696 CPUtime=0.01 cores=1,3,5,7
/proc/18890/stat : 18890 (strangenight2-m) R 18888 18890 18278 0 -1 4202496 709 0 0 0 1 0 0 0 25 0 4 0 652704422 288456704 619 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294458 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18890/statm: 70424 619 357 95 0 65406 0
[pid=18890/tid=18892] ppid=18888 vsize=281696 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18892/stat : 18892 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 79 0 0 0 0 0 0 0 25 0 4 0 652704422 288456704 628 33554432000 4194304 4580107 140735240447280 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18890/tid=18893] ppid=18888 vsize=281696 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18893/stat : 18893 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 58 0 0 0 0 0 0 0 25 0 4 0 652704422 288456704 628 33554432000 4194304 4580107 140735240447280 18446744073709551615 239476355781 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18890/tid=18894] ppid=18888 vsize=281696 CPUtime=0 cores=1,3,5,7
/proc/18890/task/18894/stat : 18894 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 82 0 0 0 0 0 0 0 25 0 4 0 652704422 288456704 628 33554432000 4194304 4580107 140735240447280 18446744073709551615 4489474 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.11235 s]
/proc/loadavg: 8.11 8.11 8.07 5/355 18890
/proc/meminfo: memFree=24452380/32950928 swapFree=67056568/67111528
[pid=18890] ppid=18888 vsize=282824 CPUtime=0.42 cores=1,3,5,7
/proc/18890/stat : 18890 (strangenight2-m) R 18888 18890 18278 0 -1 4202496 1722 0 0 0 42 0 0 0 25 0 4 0 652704422 289611776 1319 33554432000 4194304 4580107 140735240447280 18446744073709551615 4318504 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18890/statm: 70706 1319 376 95 0 65688 0
[pid=18890/tid=18892] ppid=18888 vsize=282824 CPUtime=0.1 cores=1,3,5,7
/proc/18890/task/18892/stat : 18892 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 354 0 0 0 10 0 0 0 25 0 4 0 652704422 289611776 1319 33554432000 4194304 4580107 140735240447280 18446744073709551615 4293975 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18890/tid=18893] ppid=18888 vsize=282824 CPUtime=0.09 cores=1,3,5,7
/proc/18890/task/18893/stat : 18893 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 290 0 0 0 9 0 0 0 25 0 4 0 652704422 289611776 1319 33554432000 4194304 4580107 140735240447280 18446744073709551615 4304894 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18890/tid=18894] ppid=18888 vsize=282824 CPUtime=0.1 cores=1,3,5,7
/proc/18890/task/18894/stat : 18894 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 293 0 0 0 10 0 0 0 25 0 4 0 652704422 289611776 1319 33554432000 4194304 4580107 140735240447280 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 282824

[startup+0.200332 s]
/proc/loadavg: 8.11 8.11 8.07 5/355 18890
/proc/meminfo: memFree=24452380/32950928 swapFree=67056568/67111528
[pid=18890] ppid=18888 vsize=283204 CPUtime=0.77 cores=1,3,5,7
/proc/18890/stat : 18890 (strangenight2-m) R 18888 18890 18278 0 -1 4202496 2151 0 0 0 77 0 0 0 25 0 4 0 652704422 290000896 1645 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294963 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18890/statm: 70801 1645 377 95 0 65783 0
[pid=18890/tid=18892] ppid=18888 vsize=283204 CPUtime=0.19 cores=1,3,5,7
/proc/18890/task/18892/stat : 18892 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 445 0 0 0 19 0 0 0 25 0 4 0 652704422 290000896 1645 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18890/tid=18893] ppid=18888 vsize=283204 CPUtime=0.18 cores=1,3,5,7
/proc/18890/task/18893/stat : 18893 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 440 0 0 0 18 0 0 0 25 0 4 0 652704422 290000896 1645 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294510 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18890/tid=18894] ppid=18888 vsize=283204 CPUtime=0.19 cores=1,3,5,7
/proc/18890/task/18894/stat : 18894 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 385 0 0 0 19 0 0 0 25 0 4 0 652704422 290000896 1645 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294524 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 283204

[startup+0.300313 s]
/proc/loadavg: 8.11 8.11 8.07 5/355 18890
/proc/meminfo: memFree=24452380/32950928 swapFree=67056568/67111528
[pid=18890] ppid=18888 vsize=283844 CPUtime=1.17 cores=1,3,5,7
/proc/18890/stat : 18890 (strangenight2-m) R 18888 18890 18278 0 -1 4202496 2809 0 0 0 117 0 0 0 25 0 4 0 652704422 290656256 1669 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294524 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18890/statm: 70961 1669 377 95 0 65943 0
[pid=18890/tid=18892] ppid=18888 vsize=283844 CPUtime=0.29 cores=1,3,5,7
/proc/18890/task/18892/stat : 18892 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 608 0 0 0 29 0 0 0 25 0 4 0 652704422 290656256 1669 33554432000 4194304 4580107 140735240447280 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18890/tid=18893] ppid=18888 vsize=283844 CPUtime=0.28 cores=1,3,5,7
/proc/18890/task/18893/stat : 18893 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 607 0 0 0 28 0 0 0 25 0 4 0 652704422 290656256 1669 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18890/tid=18894] ppid=18888 vsize=283844 CPUtime=0.29 cores=1,3,5,7
/proc/18890/task/18894/stat : 18894 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 555 0 0 0 29 0 0 0 25 0 4 0 652704422 290656256 1670 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283844

[startup+0.700237 s]
/proc/loadavg: 8.11 8.11 8.07 5/355 18890
/proc/meminfo: memFree=24452380/32950928 swapFree=67056568/67111528
[pid=18890] ppid=18888 vsize=284636 CPUtime=2.76 cores=1,3,5,7
/proc/18890/stat : 18890 (strangenight2-m) R 18888 18890 18278 0 -1 4202496 4376 0 0 0 276 0 0 0 25 0 4 0 652704422 291467264 2427 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294627 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18890/statm: 71159 2427 378 95 0 66141 0
[pid=18890/tid=18892] ppid=18888 vsize=284636 CPUtime=0.69 cores=1,3,5,7
/proc/18890/task/18892/stat : 18892 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 988 0 0 0 69 0 0 0 25 0 4 0 652704422 291467264 2427 33554432000 4194304 4580107 140735240447280 18446744073709551615 4320793 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18890/tid=18893] ppid=18888 vsize=284636 CPUtime=0.68 cores=1,3,5,7
/proc/18890/task/18893/stat : 18893 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 1002 0 0 0 68 0 0 0 25 0 4 0 652704422 291467264 2427 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18890/tid=18894] ppid=18888 vsize=284636 CPUtime=0.69 cores=1,3,5,7
/proc/18890/task/18894/stat : 18894 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 957 0 0 0 69 0 0 0 25 0 4 0 652704422 291467264 2428 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 284636

[startup+1.50109 s]
/proc/loadavg: 8.11 8.11 8.07 9/359 18896
/proc/meminfo: memFree=24443048/32950928 swapFree=67056568/67111528
[pid=18890] ppid=18888 vsize=289716 CPUtime=5.96 cores=1,3,5,7
/proc/18890/stat : 18890 (strangenight2-m) R 18888 18890 18278 0 -1 4202496 8864 0 0 0 594 2 0 0 25 0 4 0 652704422 296669184 4785 33554432000 4194304 4580107 140735240447280 18446744073709551615 4295723 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18890/statm: 72429 4785 379 95 0 67411 0
[pid=18890/tid=18892] ppid=18888 vsize=289716 CPUtime=1.49 cores=1,3,5,7
/proc/18890/task/18892/stat : 18892 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 2523 0 0 0 149 0 0 0 25 0 4 0 652704422 296669184 4785 33554432000 4194304 4580107 140735240447280 18446744073709551615 4324523 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18890/tid=18893] ppid=18888 vsize=289716 CPUtime=1.47 cores=1,3,5,7
/proc/18890/task/18893/stat : 18893 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 1688 0 0 0 147 0 0 0 25 0 4 0 652704422 296669184 4785 33554432000 4194304 4580107 140735240447280 18446744073709551615 239476391450 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18890/tid=18894] ppid=18888 vsize=289716 CPUtime=1.48 cores=1,3,5,7
/proc/18890/task/18894/stat : 18894 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 1629 0 0 0 148 0 0 0 25 0 4 0 652704422 296669184 4785 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 289716

[startup+3.10078 s]
/proc/loadavg: 8.11 8.11 8.07 9/359 18896
/proc/meminfo: memFree=24422964/32950928 swapFree=67056568/67111528
[pid=18890] ppid=18888 vsize=300696 CPUtime=12.35 cores=1,3,5,7
/proc/18890/stat : 18890 (strangenight2-m) R 18888 18890 18278 0 -1 4202496 16551 0 0 0 1232 3 0 0 25 0 4 0 652704422 307912704 9388 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294410 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18890/statm: 75174 9388 379 95 0 70156 0
[pid=18890/tid=18892] ppid=18888 vsize=300696 CPUtime=3.08 cores=1,3,5,7
/proc/18890/task/18892/stat : 18892 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 4406 0 0 0 308 0 0 0 25 0 4 0 652704422 307912704 9388 33554432000 4194304 4580107 140735240447280 18446744073709551615 4406476 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18890/tid=18893] ppid=18888 vsize=300696 CPUtime=3.05 cores=1,3,5,7
/proc/18890/task/18893/stat : 18893 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 3966 0 0 0 305 0 0 0 25 0 4 0 652704422 307912704 9388 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18890/tid=18894] ppid=18888 vsize=300696 CPUtime=3.08 cores=1,3,5,7
/proc/18890/task/18894/stat : 18894 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 4038 0 0 0 308 0 0 0 25 0 4 0 652704422 307912704 9388 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 300696

[startup+6.30117 s]
/proc/loadavg: 8.10 8.11 8.07 9/359 18896
/proc/meminfo: memFree=24408428/32950928 swapFree=67056568/67111528
[pid=18890] ppid=18888 vsize=312396 CPUtime=25.11 cores=1,3,5,7
/proc/18890/stat : 18890 (strangenight2-m) R 18888 18890 18278 0 -1 4202496 24149 0 0 0 2507 4 0 0 25 0 4 0 652704422 319893504 11867 33554432000 4194304 4580107 140735240447280 18446744073709551615 4322619 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18890/statm: 78099 11867 379 95 0 73081 0
[pid=18890/tid=18892] ppid=18888 vsize=312396 CPUtime=6.29 cores=1,3,5,7
/proc/18890/task/18892/stat : 18892 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 6093 0 0 0 628 1 0 0 25 0 4 0 652704422 319893504 11867 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18890/tid=18893] ppid=18888 vsize=312396 CPUtime=6.22 cores=1,3,5,7
/proc/18890/task/18893/stat : 18893 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 5902 0 0 0 622 0 0 0 25 0 4 0 652704422 319893504 11867 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18890/tid=18894] ppid=18888 vsize=312396 CPUtime=6.29 cores=1,3,5,7
/proc/18890/task/18894/stat : 18894 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 6568 0 0 0 628 1 0 0 25 0 4 0 652704422 319893504 11867 33554432000 4194304 4580107 140735240447280 18446744073709551615 4406365 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 312396

[startup+12.7009 s]
/proc/loadavg: 8.09 8.11 8.07 9/359 18896
/proc/meminfo: memFree=24382888/32950928 swapFree=67056568/67111528
[pid=18890] ppid=18888 vsize=297888 CPUtime=50.64 cores=1,3,5,7
/proc/18890/stat : 18890 (strangenight2-m) R 18888 18890 18278 0 -1 4202496 36221 0 0 0 5057 7 0 0 25 0 4 0 652704422 305037312 13233 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18890/statm: 74472 13233 379 95 0 69454 0
[pid=18890/tid=18892] ppid=18888 vsize=297888 CPUtime=12.69 cores=1,3,5,7
/proc/18890/task/18892/stat : 18892 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 9476 0 0 0 1267 2 0 0 25 0 4 0 652704422 305037312 13233 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18890/tid=18893] ppid=18888 vsize=297888 CPUtime=12.55 cores=1,3,5,7
/proc/18890/task/18893/stat : 18893 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 9660 0 0 0 1254 1 0 0 25 0 4 0 652704422 305037312 13233 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18890/tid=18894] ppid=18888 vsize=297888 CPUtime=12.68 cores=1,3,5,7
/proc/18890/task/18894/stat : 18894 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 8985 0 0 0 1267 1 0 0 25 0 4 0 652704422 305037312 13233 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 297888

[startup+25.5005 s]
/proc/loadavg: 8.07 8.10 8.06 9/359 18896
/proc/meminfo: memFree=24368276/32950928 swapFree=67056568/67111528
[pid=18890] ppid=18888 vsize=291176 CPUtime=101.69 cores=1,3,5,7
/proc/18890/stat : 18890 (strangenight2-m) R 18888 18890 18278 0 -1 4202496 56365 0 0 0 10157 12 0 0 25 0 4 0 652704422 298164224 18090 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294418 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18890/statm: 72794 18090 379 95 0 67776 0
[pid=18890/tid=18892] ppid=18888 vsize=291176 CPUtime=25.49 cores=1,3,5,7
/proc/18890/task/18892/stat : 18892 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 14672 0 0 0 2545 4 0 0 25 0 4 0 652704422 298164224 18090 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18890/tid=18893] ppid=18888 vsize=291176 CPUtime=25.2 cores=1,3,5,7
/proc/18890/task/18893/stat : 18893 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 14048 0 0 0 2518 2 0 0 25 0 4 0 652704422 298164224 18090 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18890/tid=18894] ppid=18888 vsize=291176 CPUtime=25.48 cores=1,3,5,7
/proc/18890/task/18894/stat : 18894 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 14920 0 0 0 2546 2 0 0 25 0 4 0 652704422 298164224 18090 33554432000 4194304 4580107 140735240447280 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 291176

[startup+51.1006 s]
/proc/loadavg: 8.17 8.13 8.07 9/359 18897
/proc/meminfo: memFree=24351740/32950928 swapFree=67056568/67111528
[pid=18890] ppid=18888 vsize=305820 CPUtime=203.81 cores=1,3,5,7
/proc/18890/stat : 18890 (strangenight2-m) R 18888 18890 18278 0 -1 4202496 87512 0 0 0 20360 21 0 0 25 0 4 0 652704422 313159680 21035 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294952 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18890/statm: 76455 21035 379 95 0 71437 0
[pid=18890/tid=18892] ppid=18888 vsize=305820 CPUtime=51.08 cores=1,3,5,7
/proc/18890/task/18892/stat : 18892 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 23107 0 0 0 5102 6 0 0 25 0 4 0 652704422 313159680 21035 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18890/tid=18893] ppid=18888 vsize=305820 CPUtime=50.52 cores=1,3,5,7
/proc/18890/task/18893/stat : 18893 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 22331 0 0 0 5048 4 0 0 25 0 4 0 652704422 313159680 21035 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18890/tid=18894] ppid=18888 vsize=305820 CPUtime=51.09 cores=1,3,5,7
/proc/18890/task/18894/stat : 18894 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 21521 0 0 0 5104 5 0 0 25 0 4 0 652704422 313159680 21035 33554432000 4194304 4580107 140735240447280 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.81
Current children cumulated vsize (KiB) 305820

[startup+102.301 s]
/proc/loadavg: 8.21 8.14 8.08 9/359 18898
/proc/meminfo: memFree=24333616/32950928 swapFree=67056568/67111528
[pid=18890] ppid=18888 vsize=316536 CPUtime=408.08 cores=1,3,5,7
/proc/18890/stat : 18890 (strangenight2-m) R 18888 18890 18278 0 -1 4202496 138384 0 0 0 40772 36 0 0 25 0 4 0 652704422 324132864 26232 33554432000 4194304 4580107 140735240447280 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18890/statm: 79134 26232 379 95 0 74116 0
[pid=18890/tid=18892] ppid=18888 vsize=316536 CPUtime=102.29 cores=1,3,5,7
/proc/18890/task/18892/stat : 18892 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 35522 0 0 0 10220 9 0 0 25 0 4 0 652704422 324132864 26232 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18890/tid=18893] ppid=18888 vsize=316536 CPUtime=101.17 cores=1,3,5,7
/proc/18890/task/18893/stat : 18893 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 35204 0 0 0 10108 9 0 0 25 0 4 0 652704422 324132864 26232 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18890/tid=18894] ppid=18888 vsize=316536 CPUtime=102.3 cores=1,3,5,7
/proc/18890/task/18894/stat : 18894 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 33522 0 0 0 10223 7 0 0 25 0 4 0 652704422 324132864 26232 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294345 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.08
Current children cumulated vsize (KiB) 316536

[startup+162.3 s]

################
# More data... #
################

/proc/18890/task/18894/stat : 18894 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 46184 0 0 0 16217 12 0 0 25 0 4 0 652704422 308457472 36914 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 647.38
Current children cumulated vsize (KiB) 301228

[startup+222.314 s]
/proc/loadavg: 8.24 8.16 8.09 9/359 18902
/proc/meminfo: memFree=24227988/32950928 swapFree=67056568/67111528
[pid=18890] ppid=18888 vsize=322456 CPUtime=886.75 cores=1,3,5,7
/proc/18890/stat : 18890 (strangenight2-m) R 18888 18890 18278 0 -1 4202496 224434 0 0 0 88608 67 0 0 25 0 4 0 652704422 330194944 43581 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18890/statm: 80614 43581 379 95 0 75596 0
[pid=18890/tid=18892] ppid=18888 vsize=322456 CPUtime=222.27 cores=1,3,5,7
/proc/18890/task/18892/stat : 18892 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 55835 0 0 0 22210 17 0 0 25 0 4 0 652704422 330194944 43581 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294440 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18890/tid=18893] ppid=18888 vsize=322456 CPUtime=219.84 cores=1,3,5,7
/proc/18890/task/18893/stat : 18893 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 56673 0 0 0 21968 16 0 0 25 0 4 0 652704422 330194944 43581 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294468 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18890/tid=18894] ppid=18888 vsize=322456 CPUtime=222.31 cores=1,3,5,7
/proc/18890/task/18894/stat : 18894 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 55319 0 0 0 22216 15 0 0 25 0 4 0 652704422 330194944 43581 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 886.75
Current children cumulated vsize (KiB) 322456

[startup+282.3 s]
/proc/loadavg: 8.19 8.16 8.09 9/359 18903
/proc/meminfo: memFree=24212344/32950928 swapFree=67056568/67111528
[pid=18890] ppid=18888 vsize=377228 CPUtime=1126.03 cores=1,3,5,7
/proc/18890/stat : 18890 (strangenight2-m) R 18888 18890 18278 0 -1 4202496 261085 0 0 0 112524 79 0 0 25 0 4 0 652704422 386281472 48365 33554432000 4194304 4580107 140735240447280 18446744073709551615 4295723 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18890/statm: 94307 48365 379 95 0 89289 0
[pid=18890/tid=18892] ppid=18888 vsize=377228 CPUtime=282.25 cores=1,3,5,7
/proc/18890/task/18892/stat : 18892 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 65889 0 0 0 28205 20 0 0 25 0 4 0 652704422 386281472 48365 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18890/tid=18893] ppid=18888 vsize=377228 CPUtime=279.17 cores=1,3,5,7
/proc/18890/task/18893/stat : 18893 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 65817 0 0 0 27898 19 0 0 25 0 4 0 652704422 386281472 48365 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18890/tid=18894] ppid=18888 vsize=377228 CPUtime=282.3 cores=1,3,5,7
/proc/18890/task/18894/stat : 18894 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 63531 0 0 0 28211 19 0 0 25 0 4 0 652704422 386281472 48365 33554432000 4194304 4580107 140735240447280 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1126.03
Current children cumulated vsize (KiB) 377228

[startup+342.301 s]
/proc/loadavg: 8.12 8.14 8.09 9/359 18906
/proc/meminfo: memFree=24169904/32950928 swapFree=67056568/67111528
[pid=18890] ppid=18888 vsize=328956 CPUtime=1365.34 cores=1,3,5,7
/proc/18890/stat : 18890 (strangenight2-m) R 18888 18890 18278 0 -1 4202496 289654 0 0 0 136442 92 0 0 25 0 4 0 652704422 336850944 52173 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294546 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18890/statm: 82239 52173 379 95 0 77221 0
[pid=18890/tid=18892] ppid=18888 vsize=328956 CPUtime=342.24 cores=1,3,5,7
/proc/18890/task/18892/stat : 18892 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 73250 0 0 0 34202 22 0 0 25 0 4 0 652704422 336850944 52174 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18890/tid=18893] ppid=18888 vsize=328956 CPUtime=338.49 cores=1,3,5,7
/proc/18890/task/18893/stat : 18893 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 71577 0 0 0 33827 22 0 0 25 0 4 0 652704422 336850944 52174 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18890/tid=18894] ppid=18888 vsize=328956 CPUtime=342.3 cores=1,3,5,7
/proc/18890/task/18894/stat : 18894 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 70358 0 0 0 34208 22 0 0 25 0 4 0 652704422 336850944 52174 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1365.34
Current children cumulated vsize (KiB) 328956

[startup+402.3 s]
/proc/loadavg: 8.04 8.11 8.08 9/359 18907
/proc/meminfo: memFree=24149324/32950928 swapFree=67056568/67111528
[pid=18890] ppid=18888 vsize=402892 CPUtime=1604.68 cores=1,3,5,7
/proc/18890/stat : 18890 (strangenight2-m) R 18888 18890 18278 0 -1 4202496 315345 0 0 0 160365 103 0 0 25 0 4 0 652704422 412561408 56572 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18890/statm: 100723 56572 379 95 0 95705 0
[pid=18890/tid=18892] ppid=18888 vsize=402892 CPUtime=402.23 cores=1,3,5,7
/proc/18890/task/18892/stat : 18892 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 80076 0 0 0 40197 26 0 0 25 0 4 0 652704422 412561408 56572 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18890/tid=18893] ppid=18888 vsize=402892 CPUtime=397.84 cores=1,3,5,7
/proc/18890/task/18893/stat : 18893 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 77579 0 0 0 39761 23 0 0 25 0 4 0 652704422 412561408 56572 33554432000 4194304 4580107 140735240447280 18446744073709551615 4304880 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18890/tid=18894] ppid=18888 vsize=402892 CPUtime=402.3 cores=1,3,5,7
/proc/18890/task/18894/stat : 18894 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 78938 0 0 0 40204 26 0 0 25 0 4 0 652704422 412561408 56572 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1604.68
Current children cumulated vsize (KiB) 402892

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

[startup+409.601 s]
/proc/loadavg: 8.04 8.11 8.08 9/359 18908
/proc/meminfo: memFree=24158996/32950928 swapFree=67056568/67111528
[pid=18890] ppid=18888 vsize=402584 CPUtime=1633.8 cores=1,3,5,7
/proc/18890/stat : 18890 (strangenight2-m) R 18888 18890 18278 0 -1 4202496 318553 0 0 0 163276 104 0 0 25 0 4 0 652704422 412246016 55846 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18890/statm: 100646 55846 379 95 0 95628 0
[pid=18890/tid=18892] ppid=18888 vsize=402584 CPUtime=409.53 cores=1,3,5,7
/proc/18890/task/18892/stat : 18892 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 80414 0 0 0 40927 26 0 0 25 0 4 0 652704422 412246016 55846 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18890/tid=18893] ppid=18888 vsize=402584 CPUtime=405.05 cores=1,3,5,7
/proc/18890/task/18893/stat : 18893 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 78821 0 0 0 40482 23 0 0 25 0 4 0 652704422 412246016 55846 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18890/tid=18894] ppid=18888 vsize=402584 CPUtime=409.6 cores=1,3,5,7
/proc/18890/task/18894/stat : 18894 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 79504 0 0 0 40934 26 0 0 25 0 4 0 652704422 412246016 55846 33554432000 4194304 4580107 140735240447280 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1633.8
Current children cumulated vsize (KiB) 402584

[startup+412.8 s]
/proc/loadavg: 8.03 8.11 8.08 9/359 18908
/proc/meminfo: memFree=24151800/32950928 swapFree=67056568/67111528
[pid=18890] ppid=18888 vsize=402584 CPUtime=1646.56 cores=1,3,5,7
/proc/18890/stat : 18890 (strangenight2-m) R 18888 18890 18278 0 -1 4202496 319066 0 0 0 164552 104 0 0 25 0 4 0 652704422 412246016 56359 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294438 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18890/statm: 100646 56359 379 95 0 95628 0
[pid=18890/tid=18892] ppid=18888 vsize=402584 CPUtime=412.73 cores=1,3,5,7
/proc/18890/task/18892/stat : 18892 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 80414 0 0 0 41247 26 0 0 25 0 4 0 652704422 412246016 56359 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294380 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18890/tid=18893] ppid=18888 vsize=402584 CPUtime=408.21 cores=1,3,5,7
/proc/18890/task/18893/stat : 18893 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 79028 0 0 0 40798 23 0 0 25 0 4 0 652704422 412246016 56359 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294520 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18890/tid=18894] ppid=18888 vsize=402584 CPUtime=412.8 cores=1,3,5,7
/proc/18890/task/18894/stat : 18894 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 79665 0 0 0 41254 26 0 0 25 0 4 0 652704422 412246016 56359 33554432000 4194304 4580107 140735240447280 18446744073709551615 4304864 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1646.56
Current children cumulated vsize (KiB) 402584

[startup+414.401 s]
/proc/loadavg: 8.03 8.11 8.08 9/359 18908
/proc/meminfo: memFree=24152916/32950928 swapFree=67056568/67111528
[pid=18890] ppid=18888 vsize=402624 CPUtime=1652.95 cores=1,3,5,7
/proc/18890/stat : 18890 (strangenight2-m) R 18888 18890 18278 0 -1 4202496 320270 0 0 0 165191 104 0 0 25 0 4 0 652704422 412286976 55795 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294507 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18890/statm: 100656 55795 379 95 0 95638 0
[pid=18890/tid=18892] ppid=18888 vsize=402624 CPUtime=414.33 cores=1,3,5,7
/proc/18890/task/18892/stat : 18892 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 80414 0 0 0 41407 26 0 0 25 0 4 0 652704422 412286976 55795 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294701 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18890/tid=18893] ppid=18888 vsize=402624 CPUtime=409.81 cores=1,3,5,7
/proc/18890/task/18893/stat : 18893 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 79130 0 0 0 40957 24 0 0 25 0 4 0 652704422 412286976 55795 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18890/tid=18894] ppid=18888 vsize=402624 CPUtime=414.41 cores=1,3,5,7
/proc/18890/task/18894/stat : 18894 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 80641 0 0 0 41414 27 0 0 25 0 4 0 652704422 412286976 55795 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1652.95
Current children cumulated vsize (KiB) 402624

[startup+416.001 s]
/proc/loadavg: 8.03 8.11 8.08 9/359 18908
/proc/meminfo: memFree=24148692/32950928 swapFree=67056568/67111528
[pid=18890] ppid=18888 vsize=468160 CPUtime=1659.33 cores=1,3,5,7
/proc/18890/stat : 18890 (strangenight2-m) R 18888 18890 18278 0 -1 4202496 321291 0 0 0 165828 105 0 0 25 0 4 0 652704422 479395840 56816 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18890/statm: 117040 56816 379 95 0 112022 0
[pid=18890/tid=18892] ppid=18888 vsize=468160 CPUtime=415.93 cores=1,3,5,7
/proc/18890/task/18892/stat : 18892 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 80414 0 0 0 41567 26 0 0 25 0 4 0 652704422 479395840 56816 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18890/tid=18893] ppid=18888 vsize=468160 CPUtime=411.39 cores=1,3,5,7
/proc/18890/task/18893/stat : 18893 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 79878 0 0 0 41115 24 0 0 25 0 4 0 652704422 479395840 56816 33554432000 4194304 4580107 140735240447280 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18890/tid=18894] ppid=18888 vsize=468160 CPUtime=416 cores=1,3,5,7
/proc/18890/task/18894/stat : 18894 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 80797 0 0 0 41573 27 0 0 25 0 4 0 652704422 479395840 56816 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1659.33
Current children cumulated vsize (KiB) 468160

[startup+416.801 s]
/proc/loadavg: 8.03 8.11 8.08 9/359 18908
/proc/meminfo: memFree=24148692/32950928 swapFree=67056568/67111528
[pid=18890] ppid=18888 vsize=468160 CPUtime=1662.53 cores=1,3,5,7
/proc/18890/stat : 18890 (strangenight2-m) R 18888 18890 18278 0 -1 4202496 321498 0 0 0 166148 105 0 0 25 0 4 0 652704422 479395840 57023 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294513 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18890/statm: 117040 57023 379 95 0 112022 0
[pid=18890/tid=18892] ppid=18888 vsize=468160 CPUtime=416.73 cores=1,3,5,7
/proc/18890/task/18892/stat : 18892 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 80414 0 0 0 41647 26 0 0 25 0 4 0 652704422 479395840 57023 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294612 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18890/tid=18893] ppid=18888 vsize=468160 CPUtime=412.19 cores=1,3,5,7
/proc/18890/task/18893/stat : 18893 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 79959 0 0 0 41195 24 0 0 25 0 4 0 652704422 479395840 57023 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294482 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18890/tid=18894] ppid=18888 vsize=468160 CPUtime=416.8 cores=1,3,5,7
/proc/18890/task/18894/stat : 18894 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 80861 0 0 0 41653 27 0 0 25 0 4 0 652704422 479395840 57023 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1662.53
Current children cumulated vsize (KiB) 468160

[startup+417.014 s]
/proc/loadavg: 8.03 8.11 8.08 9/359 18908
/proc/meminfo: memFree=24142988/32950928 swapFree=67056568/67111528
[pid=18890] ppid=18888 vsize=468160 CPUtime=1663.37 cores=1,3,5,7
/proc/18890/stat : 18890 (strangenight2-m) R 18888 18890 18278 0 -1 4202496 321551 0 0 0 166232 105 0 0 25 0 4 0 652704422 479395840 57076 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18890/statm: 117040 57076 379 95 0 112022 0
[pid=18890/tid=18892] ppid=18888 vsize=468160 CPUtime=416.94 cores=1,3,5,7
/proc/18890/task/18892/stat : 18892 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 80414 0 0 0 41668 26 0 0 25 0 4 0 652704422 479395840 57076 33554432000 4194304 4580107 140735240447280 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18890/tid=18893] ppid=18888 vsize=468160 CPUtime=412.39 cores=1,3,5,7
/proc/18890/task/18893/stat : 18893 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 79975 0 0 0 41215 24 0 0 25 0 4 0 652704422 479395840 57076 33554432000 4194304 4580107 140735240447280 18446744073709551615 4296779 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18890/tid=18894] ppid=18888 vsize=468160 CPUtime=417.01 cores=1,3,5,7
/proc/18890/task/18894/stat : 18894 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 80879 0 0 0 41674 27 0 0 25 0 4 0 652704422 479395840 57076 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294524 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1663.37
Current children cumulated vsize (KiB) 468160

[startup+417.101 s]
/proc/loadavg: 8.03 8.11 8.08 9/359 18908
/proc/meminfo: memFree=24142988/32950928 swapFree=67056568/67111528
[pid=18890] ppid=18888 vsize=468160 CPUtime=1663.72 cores=1,3,5,7
/proc/18890/stat : 18890 (strangenight2-m) R 18888 18890 18278 0 -1 4202496 321571 0 0 0 166267 105 0 0 25 0 4 0 652704422 479395840 57096 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294455 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18890/statm: 117040 57096 379 95 0 112022 0
[pid=18890/tid=18892] ppid=18888 vsize=468160 CPUtime=417.03 cores=1,3,5,7
/proc/18890/task/18892/stat : 18892 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 80414 0 0 0 41677 26 0 0 25 0 4 0 652704422 479395840 57096 33554432000 4194304 4580107 140735240447280 18446744073709551615 4301509 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18890/tid=18893] ppid=18888 vsize=468160 CPUtime=412.47 cores=1,3,5,7
/proc/18890/task/18893/stat : 18893 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 79982 0 0 0 41223 24 0 0 25 0 4 0 652704422 479395840 57096 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294510 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18890/tid=18894] ppid=18888 vsize=468160 CPUtime=417.1 cores=1,3,5,7
/proc/18890/task/18894/stat : 18894 (strangenight2-m) R 18888 18890 18278 0 -1 4202560 80885 0 0 0 41683 27 0 0 25 0 4 0 652704422 479395840 57096 33554432000 4194304 4580107 140735240447280 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1663.72
Current children cumulated vsize (KiB) 468160

Child status: 20
Real time (s): 417.14
CPU time (s): 1663.85
CPU user time (s): 1662.78
CPU system time (s): 1.06484
CPU usage (%): 398.87
Max. virtual memory (cumulated for all children) (KiB): 468160

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

runsolver used 1.23481 second user time and 3.40548 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-15 00:11:14
IDJOB=3366656
IDBENCH=83065
IDSOLVER=1844
FILE ID=node148/3366656-1305411074
RUNJOBID= node148-1305409483-18634
PBS_JOBID= 13324501
Free space on /tmp= 72836 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S1750722942-074.UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366656-1305411074/watcher-3366656-1305411074 -o /tmp/evaluation-result-3366656-1305411074/solver-3366656-1305411074 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366656-1305411074.cnf

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

MD5SUM BENCH= 55d30b10c45b8bb435e547799f98f891
RANDOM SEED=1943529574

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.854
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.82
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.854
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.854
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.82
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.854
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:      24452536 kB
Buffers:        317500 kB
Cached:        4594420 kB
SwapCached:       8488 kB
Active:        4855320 kB
Inactive:      3291652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24452536 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:            5496 kB
Writeback:           0 kB
AnonPages:     3232800 kB
Mapped:          27756 kB
Slab:           258812 kB
PageTables:      29264 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 85053660 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= 72832 MiB
End job on node148 at 2011-05-15 00:18:11