Trace number 3174247

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 1668.09 418.598

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.11	c Using 4 threads
0.00/0.11	c This is CryptoMiniSat 3.0.0
0.00/0.11	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.11	c Reading file 'HOME/instance-3174247-1304115886.cnf'
0.00/0.11	c -- header says num vars:             75
0.00/0.11	c -- header says num clauses:        1597
0.00/0.11	c -- clauses added:            0 learnts,         1597 normals,            0 xors
0.00/0.11	c -- vars added         75
0.00/0.11	c Parsing time:  0.00 s
0.00/0.11	c  N st     0         0        75      1597         0         0      7985         0   no data   no data
0.00/0.31	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.00
0.00/0.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
0.00/0.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.31	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.31	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.31	c calculated reachability. Time: 0.00
0.00/0.31	c Calc default polars -  time:   0.00 s pos:      30 undec:       2 neg:      43
0.00/0.31	c =========================================================================================
0.00/0.31	c types(t): F = full restart, N = normal restart
0.00/0.31	c types(t): S = simplification begin/end, E = solution found
0.00/0.31	c restart types(rt): st = static, dy = dynamic
0.00/0.31	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.31	c  B st     0         0        75      1597         0         0      7985         0   no data   no data
0.00/0.31	c Decided on static restart strategy
0.00/0.31	c  N st     8      4915        75      1597         0      4475      7985     75830   no data   no data
0.00/0.67	c  N st    10     11301        75      1597         0      4147      7985     58972   no data   no data
0.00/1.04	c  N st    11     17044        75      1597         0      9382      7985    152455   no data   no data
0.00/1.65	c  F st    12     25000        75      1597         0     11474      7985    183353   no data   no data
0.00/1.65	c  N st    12     25000        75      1597         0     11474      7985    183353   no data   no data
0.00/2.04	c Decided on static restart strategy
0.00/2.04	c  N st    18     30000        75      1597         0      9830      7985    144710   no data   no data
0.00/2.04	c  S st    18     30000        75      1597         0      9830      7985    144710   no data   no data
0.00/2.07	c  S st    18     30506        75      1597         0     10311      7985    153386   no data   no data
0.00/2.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
0.00/2.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.00/2.07	c blocked clauses removed:        0 vars:      0 tried:          75 T: 0.00 s
0.00/2.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/2.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/2.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
0.00/2.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/2.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/2.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/2.44	c lits-rem:       265  cl-subs:     2580  v-elim:      0  v-fix:    0  time:  0.16 s
0.00/2.47	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.03
0.00/2.47	c calculated reachability. Time: 0.00
0.00/2.47	c  N st    18     30506        75      1597         0      7731      7985    112378   no data   no data
0.00/3.08	c  N st    20     37618        75      1597         0      7097      7985     91816   no data   no data
0.00/3.52	c  N st    21     44018        75      1597         0     12876      7985    188995   no data   no data
10.88/3.62	c  S st    22     45759        75      1597         0     14450      7985    214955   no data   no data
10.88/3.66	c  S st    22     46262        75      1597         0     14928      7985    223844   no data   no data
10.88/3.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.88/3.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
10.88/3.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.88/3.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.88/3.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.88/3.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
10.88/3.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.88/3.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
10.88/3.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.08/3.96	c lits-rem:       311  cl-subs:     2751  v-elim:      0  v-fix:    0  time:  0.29 s
12.08/3.96	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
12.08/3.96	c vivif2 --  cl tried    12177 cl shrink        0 lits rem          0 time: 0.00
12.48/4.00	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
12.48/4.00	c calculated reachability. Time: 0.00
12.48/4.00	c  N st    22     46262        75      1597         0     12177      7985    181078   no data   no data
14.91/4.69	c  N st    23     60660        75      1597         0     17170      7985    246786   no data   no data
16.52/5.11	c  N st    24     69393        75      1597         0     16105      7985    222559   no data   no data
16.52/5.11	c  S st    24     69393        75      1597         0     16105      7985    222559   no data   no data
16.89/5.15	c  S st    24     69897        75      1597         0     16577      7985    231183   no data   no data
16.89/5.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.89/5.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
16.89/5.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.89/5.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.89/5.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.89/5.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
16.89/5.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.89/5.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
16.89/5.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.45/5.53	c lits-rem:       327  cl-subs:     3479  v-elim:      0  v-fix:    0  time:  0.37 s
18.45/5.53	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
18.45/5.54	c vivif2 --  cl tried    13098 cl shrink        0 lits rem          0 time: 0.00
18.45/5.58	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.05
18.45/5.58	c calculated reachability. Time: 0.00
18.45/5.58	c  N st    24     69897        75      1597         0     13098      7985    181694   no data   no data
22.44/6.56	c  F st    25     87501        75      1597         0     19239      7985    268279   no data   no data
22.44/6.56	c  N st    25     87501        75      1597         0     19239      7985    268279   no data   no data
23.66/6.87	c Decided on static restart strategy
24.44/7.02	c  N st    32     95541        75      1597         0     15807      7985    210035   no data   no data
26.44/7.59	c  N st    34    104845        75      1597         0     12572      7985    154346   no data   no data
26.44/7.59	c  S st    34    104845        75      1597         0     12572      7985    154346   no data   no data
26.84/7.62	c  S st    34    105348        75      1597         0     13047      7985    162948   no data   no data
26.84/7.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
26.84/7.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
26.84/7.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
26.84/7.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
26.84/7.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.84/7.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
26.84/7.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
26.84/7.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
26.84/7.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.24/7.71	c lits-rem:        95  cl-subs:     1181  v-elim:      0  v-fix:    0  time:  0.08 s
27.24/7.71	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
27.24/7.71	c vivif2 --  cl tried    11866 cl shrink        0 lits rem          0 time: 0.00
27.24/7.75	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
27.24/7.75	c calculated reachability. Time: 0.00
27.24/7.75	c  N st    34    105348        75      1597         0     11866      7985    145859   no data   no data
29.24/8.25	c  N st    35    114947        75      1597         0     20502      7985    291355   no data   no data
32.83/9.10	c  N st    36    129344        75      1597         0     20882      7985    287081   no data   no data
38.41/10.51	c  N st    37    150941        75      1597         0     26913      7985    380148   no data   no data
40.00/10.95	c  S st    38    158023        75      1597         0     18908      7985    236722   no data   no data
40.40/11.00	c  S st    38    158528        75      1597         0     19389      7985    245228   no data   no data
40.40/11.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
40.40/11.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
40.40/11.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
40.40/11.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
40.40/11.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
40.40/11.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
40.40/11.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
40.40/11.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
40.40/11.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
41.22/11.28	c lits-rem:       200  cl-subs:     2553  v-elim:      0  v-fix:    0  time:  0.26 s
41.22/11.28	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
41.22/11.28	c vivif2 --  cl tried    16836 cl shrink        0 lits rem          0 time: 0.00
41.60/11.34	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.06
41.60/11.34	c calculated reachability. Time: 0.00
41.60/11.34	c  N st    38    158528        75      1597         0     16836      7985    208140   no data   no data
54.38/14.54	c  N st    39    207116        75      1597         0     29109      7985    383768   no data   no data
63.52/16.86	c  N st    40    237794        75      1597         0     21691      7985    258272   no data   no data
63.52/16.86	c  S st    40    237794        75      1597         0     21691      7985    258272   no data   no data
63.92/16.92	c  S st    40    238296        75      1597         0     22160      7985    266862   no data   no data
63.92/16.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
63.92/16.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
63.92/16.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
63.92/16.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
63.92/16.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
63.92/16.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
63.92/16.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
63.92/16.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
63.92/16.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
64.72/17.19	c lits-rem:       226  cl-subs:     2204  v-elim:      0  v-fix:    0  time:  0.26 s
64.72/17.19	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
64.72/17.19	c vivif2 --  cl tried    19956 cl shrink        0 lits rem          0 time: 0.00
65.12/17.26	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.07
65.12/17.26	c calculated reachability. Time: 0.00
65.12/17.26	c  N st    40    238296        75      1597         0     19956      7985    237246   no data   no data
87.06/22.70	c  F st    41    306251        75      1597         0     22036      7985    245542   no data   no data
87.06/22.70	c  N st    41    306251        75      1597         0     22036      7985    245542   no data   no data
88.27/23.08	c Decided on static restart strategy
97.87/25.42	c  N st    51    334557        75      1597         0     25889      7985    302064   no data   no data
107.06/27.72	c  N st    53    357444        75      1597         0     23916      7985    260293   no data   no data
107.06/27.72	c  S st    53    357444        75      1597         0     23916      7985    260293   no data   no data
107.06/27.79	c  S st    53    357948        75      1597         0     24393      7985    268997   no data   no data
107.06/27.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
107.06/27.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
107.06/27.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
107.06/27.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
107.06/27.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
107.06/27.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
107.06/27.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
107.42/27.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
107.42/27.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
107.82/27.96	c lits-rem:       101  cl-subs:     1327  v-elim:      0  v-fix:    0  time:  0.16 s
107.82/27.96	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
107.82/27.96	c vivif2 --  cl tried    23066 cl shrink        0 lits rem          0 time: 0.00
108.22/28.04	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.07
108.22/28.04	c calculated reachability. Time: 0.00
108.22/28.04	c  N st    53    357948        75      1597         0     23066      7985    250733   no data   no data
120.61/31.19	c  N st    54    390342        75      1597         0     28883      7985    335424   no data   no data
139.37/35.82	c  N st    55    438930        75      1597         0     48101      7985    643599   no data   no data
169.32/43.36	c  N st    56    511812        75      1597         0     35317      7985    408313   no data   no data
180.11/46.00	c  N st    57    536922        75      1597         0     30069      7985    323453   no data   no data
180.11/46.00	c  S st    57    536922        75      1597         0     30069      7985    323453   no data   no data
180.11/46.08	c  S st    57    537430        75      1597         0     30552      7985    332354   no data   no data
180.11/46.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
180.11/46.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
180.11/46.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
180.11/46.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
180.11/46.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
180.11/46.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
180.11/46.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
180.11/46.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
180.51/46.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
181.32/46.37	c lits-rem:       245  cl-subs:     1699  v-elim:      0  v-fix:    0  time:  0.27 s
181.32/46.37	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
181.32/46.37	c vivif2 --  cl tried    28853 cl shrink        0 lits rem          0 time: 0.00
181.73/46.47	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.10
181.73/46.47	c calculated reachability. Time: 0.00
181.73/46.47	c  N st    57    537430        75      1597         0     28853      7985    309796   no data   no data
249.99/63.53	c  N st    58    701416        75      1597         0     55271      7985    668762   no data   no data
296.32/75.13	c  N st    59    806146        75      1597         0     49798      7985    585763   no data   no data
296.32/75.13	c  S st    59    806146        75      1597         0     49798      7985    585763   no data   no data
296.72/75.26	c  S st    59    806649        75      1597         0     50266      7985    594592   no data   no data
296.72/75.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
296.72/75.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
296.72/75.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
296.72/75.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
296.72/75.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
296.72/75.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
296.72/75.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
296.72/75.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
297.12/75.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
305.51/77.49	c lits-rem:      1723  cl-subs:     9625  v-elim:      0  v-fix:    0  time:  2.19 s
305.51/77.49	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
305.91/77.50	c vivif2 --  cl tried    40641 cl shrink        0 lits rem          0 time: 0.01
306.31/77.66	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.16
306.31/77.66	c calculated reachability. Time: 0.00
306.31/77.66	c  N st    59    806649        75      1597         0     40641      7985    464022   no data   no data
439.71/111.08	c  F st    60   1071876        75      1597         0     56403      7985    659921   no data   no data
439.71/111.08	c  N st    60   1071876        75      1597         0     56403      7985    659921   no data   no data
443.29/111.98	c Decided on static restart strategy
459.27/115.97	c  N st    70   1100179        75      1597         0     41723      7985    426169   no data   no data
479.23/120.91	c  N st    72   1136173        75      1597         0     73708      7985    961096   no data   no data
497.20/125.40	c  N st    73   1168565        75      1597         0     61459      7985    738711   no data   no data
521.95/131.68	c  N st    74   1209973        75      1597         0     56342      7985    640574   no data   no data
521.95/131.68	c  S st    74   1209973        75      1597         0     56342      7985    640574   no data   no data
522.75/131.83	c  S st    74   1210475        75      1597         0     56809      7985    649366   no data   no data
522.75/131.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
522.75/131.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
522.75/131.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
522.75/131.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
522.75/131.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
522.75/131.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
522.75/131.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
522.75/131.86	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
522.75/131.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
531.14/133.93	c lits-rem:       561  cl-subs:     8298  v-elim:      0  v-fix:    0  time:  2.05 s
531.14/133.93	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
531.14/133.93	c vivif2 --  cl tried    48511 cl shrink        0 lits rem          0 time: 0.01
531.94/134.14	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.21
531.94/134.14	c calculated reachability. Time: 0.00
531.94/134.14	c  N st    74   1210475        75      1597         0     48511      7985    538862   no data   no data
577.85/145.67	c  N st    75   1283360        75      1597         0     70806      7985    866004   no data   no data
642.98/161.94	c  N st    76   1392684        75      1597         0     80400      7985    992134   no data   no data
752.79/189.42	c  N st    77   1556668        75      1597         0     87160      7985   1067643   no data   no data
851.80/214.22	c  N st    78   1710476        75      1597         0     77169      7985    904413   no data   no data
851.80/214.22	c  S st    78   1710476        75      1597         0     77169      7985    904413   no data   no data
852.60/214.41	c  S st    78   1710981        75      1597         0     77645      7985    913263   no data   no data
852.60/214.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
852.60/214.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
852.60/214.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
852.60/214.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
852.60/214.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
852.60/214.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
852.60/214.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
852.60/214.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
852.60/214.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
873.76/219.73	c lits-rem:      1932  cl-subs:    14996  v-elim:      0  v-fix:    0  time:  5.25 s
873.76/219.73	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
873.76/219.74	c vivif2 --  cl tried    62649 cl shrink        0 lits rem          0 time: 0.01
874.56/219.99	c asymm  cl-useful: 0/1348/1597 lits-rem:0 time: 0.25
874.56/219.99	c calculated reachability. Time: 0.00
874.56/219.99	c  N st    78   1710981        75      1597         0     62649      7985    716913   no data   no data
1130.98/284.15	c  N st    79   2079949        75      1597         1     74785      7985    837070   no data   no data
1224.04/307.49	c  N st    80   2210981        75      1597         1     78782      7985    878720   no data   no data
1224.04/307.49	c  S st    80   2210981        75      1597         1     78782      7985    878720   no data   no data
1224.04/307.49	c Finding binary XORs  T:     0.00 s  found:       0
1225.23/307.73	c  S st    80   2211487        75      1597         2     79255      7985    887073   no data   no data
1225.23/307.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1225.23/307.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
1225.23/307.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1225.23/307.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1225.23/307.76	c subs with bin:        6  lits-rem:        14  v-fix:    0  time:  0.00 s
1225.23/307.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
1225.23/307.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1225.23/307.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1229.23/308.76	c subs with bin:     4108  lits-rem:      6442  v-fix:    0  time:  0.95 s
1244.42/312.52	c lits-rem:       952  cl-subs:    12081  v-elim:      0  v-fix:    0  time:  3.76 s
1244.42/312.52	c vivif2 --  cl tried     1591 cl shrink        0 lits rem          0 time: 0.00
1244.42/312.53	c vivif2 --  cl tried    63066 cl shrink        0 lits rem          0 time: 0.01
1245.19/312.79	c asymm  cl-useful: 0/1282/1591 lits-rem:0 time: 0.26
1245.19/312.79	c calculated reachability. Time: 0.00
1245.19/312.79	c  N st    80   2211487        75      1591         2     63066      7945    685621   no data   no data
1478.03/371.01	c Finding binary XORs  T:     0.00 s  found:       0
1626.62/408.29	c Finding binary XORs  T:     0.00 s  found:       0
1631.78/409.53	c  N st    81   2711487        72      1421         3     51184      6946    505585   no data   no data
1631.78/409.53	c  S st    81   2711487        72      1421         3     51184      6946    505585   no data   no data
1632.18/409.68	c  S st    81   2711987        72      1421         3     51648      6946    512880   no data   no data
1632.18/409.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1632.58/409.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
1632.58/409.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1632.58/409.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1632.58/409.70	c subs with bin:        5  lits-rem:         5  v-fix:    0  time:  0.00 s
1632.58/409.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     72 time:  0.00 s
1632.58/409.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1632.58/409.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
1632.58/409.79	c subs with bin:      601  lits-rem:      1165  v-fix:    0  time:  0.06 s
1637.77/411.05	c lits-rem:      2009  cl-subs:     6124  v-elim:      0  v-fix:    0  time:  1.26 s
1637.77/411.05	c vivif2 --  cl tried     1416 cl shrink        0 lits rem          0 time: 0.00
1637.77/411.06	c vivif2 --  cl tried    44923 cl shrink        0 lits rem          0 time: 0.01
1638.57/411.27	c asymm  cl-useful: 1/1416/1416 lits-rem:1 time: 0.21
1638.57/411.27	c calculated reachability. Time: 0.00
1638.57/411.27	c  N st    81   2711987        72      1416         3     44923      6918    434695   no data   no data
1656.95/415.82	c Finding binary XORs  T:     0.00 s  found:       0
1667.73/418.58	c Following stats are for *FIRST FINISHED THREAD ONLY*
1667.73/418.58	c num threads              : 4          
1667.73/418.58	c restarts                 : 80         
1667.73/418.58	c dynamic restarts         : 0          
1667.73/418.58	c static restarts          : 80         
1667.73/418.58	c full restarts            : 4          
1667.73/418.58	c total simplify time      : 0.95       
1667.73/418.58	c learnts DL2              : 0          
1667.73/418.58	c learnts size 2           : 131        
1667.73/418.58	c learnts size 1           : 43          (57.33     % of vars)
1667.73/418.58	c filedLit time            : 0.13        (0.03      % time)
1667.73/418.58	c v-elim SatELite          : 0           (0.00      % vars)
1667.73/418.58	c SatELite time            : 23.23       (5.61      % time)
1667.73/418.58	c v-elim xor               : 0           (0.00      % vars)
1667.73/418.58	c xor elim time            : 0.02        (0.00      % time)
1667.73/418.58	c num binary xor trees     : 0          
1667.73/418.58	c binxor trees' crown      : 0           (nan       leafs/tree)
1667.73/418.58	c bin xor find time        : 0.00       
1667.73/418.58	c OTF clause improved      : 308393      (0.11      clauses/conflict)
1667.73/418.58	c OTF impr. size diff      : 314881      (1.02       lits/clause)
1667.73/418.58	c OTF cl watch-shrink      : 73973       (0.03      clauses/conflict)
1667.73/418.58	c OTF cl watch-sh-lit      : 80201       (1.08       lits/clause)
1667.73/418.58	c tried to recurMin cls    : 128426      (4.79       % of conflicts)
1667.73/418.58	c updated cache            : 1319        (0.01       lits/tried recurMin)
1667.73/418.58	c unit cls recevied        : 2           (4.65      % of units)
1667.73/418.58	c unit cls sent            : 7           (16.28     % of units)
1667.73/418.58	c bin cls recevied         : 3          
1667.73/418.58	c bin cls sent             : 94         
1667.73/418.58	c clauses over max glue    : 0           (0.00      % of all clauses)
1667.73/418.58	c conflicts                : 2681806     (6473.70   / sec)
1667.73/418.58	c decisions                : 2927434     (0.35      % random)
1667.73/418.58	c bogo-props               : 76752784477 (185275937.45 / sec)
1667.73/418.58	c conflict literals        : 40383692    (25.06     % deleted)
1667.73/418.58	c Memory used              : 416.79      MB
1667.73/418.58	c single-thread CPU time   : 414.26      s
1667.73/418.58	c all-threads sum CPU time : 1667.16     s
1667.73/418.58	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3174247-1304115886/watcher-3174247-1304115886 -o /tmp/evaluation-result-3174247-1304115886/solver-3174247-1304115886 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174247-1304115886.cnf 

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

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


[startup+0 s]
/proc/loadavg: 3.75 4.05 5.08 11/181 27443
/proc/meminfo: memFree=30833732/32951132 swapFree=67111356/67111528
[pid=27440] ppid=27438 vsize=285800 CPUtime=10.36 cores=0,2,4,6
/proc/27440/stat : 27440 (strangenight2-m) R 27438 27440 26975 0 -1 4202496 13608 0 0 0 1035 1 0 0 22 0 4 0 523188252 292659200 7995 33554432000 4194304 4627427 140736926272480 18446744073709551615 4310580 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27440/statm: 71450 7995 388 106 0 66421 0
[pid=27440/tid=27441] ppid=27438 vsize=285800 CPUtime=1.7 cores=0,2,4,6
/proc/27440/task/27441/stat : 27441 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 2336 0 0 0 170 0 0 0 25 0 4 0 523188253 292659200 7995 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27440/tid=27442] ppid=27438 vsize=285800 CPUtime=3.44 cores=0,2,4,6
/proc/27440/task/27442/stat : 27442 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 4248 0 0 0 344 0 0 0 25 0 4 0 523188253 292659200 7995 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27440/tid=27443] ppid=27438 vsize=285800 CPUtime=3.45 cores=0,2,4,6
/proc/27440/task/27443/stat : 27443 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 4103 0 0 0 345 0 0 0 25 0 4 0 523188253 292659200 7995 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309293 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+3.56959 s]
/proc/loadavg: 3.75 4.05 5.08 11/181 27443
/proc/meminfo: memFree=30833732/32951132 swapFree=67111356/67111528
[pid=27440] ppid=27438 vsize=285800 CPUtime=10.76 cores=0,2,4,6
/proc/27440/stat : 27440 (strangenight2-m) R 27438 27440 26975 0 -1 4202496 13746 0 0 0 1075 1 0 0 22 0 4 0 523188252 292659200 8133 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309279 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27440/statm: 71450 8133 388 106 0 66421 0
[pid=27440/tid=27441] ppid=27438 vsize=285800 CPUtime=1.8 cores=0,2,4,6
/proc/27440/task/27441/stat : 27441 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 2369 0 0 0 180 0 0 0 25 0 4 0 523188253 292659200 8133 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27440/tid=27442] ppid=27438 vsize=285800 CPUtime=3.54 cores=0,2,4,6
/proc/27440/task/27442/stat : 27442 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 4285 0 0 0 354 0 0 0 25 0 4 0 523188253 292659200 8133 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309103 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27440/tid=27443] ppid=27438 vsize=285800 CPUtime=3.55 cores=0,2,4,6
/proc/27440/task/27443/stat : 27443 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 4133 0 0 0 355 0 0 0 25 0 4 0 523188253 292659200 8133 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309260 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 10.76
Current children cumulated vsize (KiB) 285800

[startup+3.60059 s]
/proc/loadavg: 3.75 4.05 5.08 11/181 27443
/proc/meminfo: memFree=30833732/32951132 swapFree=67111356/67111528
[pid=27440] ppid=27438 vsize=294660 CPUtime=10.88 cores=0,2,4,6
/proc/27440/stat : 27440 (strangenight2-m) R 27438 27440 26975 0 -1 4202496 13922 0 0 0 1087 1 0 0 22 0 4 0 523188252 301731840 8309 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309568 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27440/statm: 73665 8309 388 106 0 68636 0
[pid=27440/tid=27441] ppid=27438 vsize=294660 CPUtime=1.83 cores=0,2,4,6
/proc/27440/task/27441/stat : 27441 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 2514 0 0 0 183 0 0 0 25 0 4 0 523188253 301731840 8309 33554432000 4194304 4627427 140736926272480 18446744073709551615 4332856 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27440/tid=27442] ppid=27438 vsize=294660 CPUtime=3.58 cores=0,2,4,6
/proc/27440/task/27442/stat : 27442 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 4296 0 0 0 357 1 0 0 25 0 4 0 523188253 301731840 8309 33554432000 4194304 4627427 140736926272480 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27440/tid=27443] ppid=27438 vsize=294660 CPUtime=3.58 cores=0,2,4,6
/proc/27440/task/27443/stat : 27443 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 4144 0 0 0 358 0 0 0 25 0 4 0 523188253 301731840 8309 33554432000 4194304 4627427 140736926272480 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 10.88
Current children cumulated vsize (KiB) 294660

[startup+3.70057 s]
/proc/loadavg: 3.75 4.05 5.08 11/181 27443
/proc/meminfo: memFree=30833732/32951132 swapFree=67111356/67111528
[pid=27440] ppid=27438 vsize=294660 CPUtime=11.28 cores=0,2,4,6
/proc/27440/stat : 27440 (strangenight2-m) R 27438 27440 26975 0 -1 4202496 14552 0 0 0 1127 1 0 0 22 0 4 0 523188252 301731840 8939 33554432000 4194304 4627427 140736926272480 18446744073709551615 4420265 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27440/statm: 73665 8939 388 106 0 68636 0
[pid=27440/tid=27441] ppid=27438 vsize=294660 CPUtime=1.93 cores=0,2,4,6
/proc/27440/task/27441/stat : 27441 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 2561 0 0 0 193 0 0 0 25 0 4 0 523188253 301731840 8939 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309119 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27440/tid=27442] ppid=27438 vsize=294660 CPUtime=3.68 cores=0,2,4,6
/proc/27440/task/27442/stat : 27442 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 4330 0 0 0 367 1 0 0 25 0 4 0 523188253 301731840 8939 33554432000 4194304 4627427 140736926272480 18446744073709551615 4332840 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27440/tid=27443] ppid=27438 vsize=294660 CPUtime=3.68 cores=0,2,4,6
/proc/27440/task/27443/stat : 27443 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 4176 0 0 0 368 0 0 0 25 0 4 0 523188253 301731840 8939 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.28
Current children cumulated vsize (KiB) 294660

[startup+3.80055 s]
/proc/loadavg: 3.75 4.05 5.08 11/181 27443
/proc/meminfo: memFree=30833732/32951132 swapFree=67111356/67111528
[pid=27440] ppid=27438 vsize=294660 CPUtime=11.68 cores=0,2,4,6
/proc/27440/stat : 27440 (strangenight2-m) R 27438 27440 26975 0 -1 4202496 14653 0 0 0 1167 1 0 0 23 0 4 0 523188252 301731840 9040 33554432000 4194304 4627427 140736926272480 18446744073709551615 4420272 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27440/statm: 73665 9040 388 106 0 68636 0
[pid=27440/tid=27441] ppid=27438 vsize=294660 CPUtime=2.03 cores=0,2,4,6
/proc/27440/task/27441/stat : 27441 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 2602 0 0 0 203 0 0 0 25 0 4 0 523188253 301731840 9040 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27440/tid=27442] ppid=27438 vsize=294660 CPUtime=3.78 cores=0,2,4,6
/proc/27440/task/27442/stat : 27442 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 4362 0 0 0 377 1 0 0 25 0 4 0 523188253 301731840 9040 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27440/tid=27443] ppid=27438 vsize=294660 CPUtime=3.78 cores=0,2,4,6
/proc/27440/task/27443/stat : 27443 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 4204 0 0 0 378 0 0 0 25 0 4 0 523188253 301731840 9040 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.68
Current children cumulated vsize (KiB) 294660

[startup+3.90054 s]
/proc/loadavg: 3.75 4.05 5.08 11/181 27443
/proc/meminfo: memFree=30833732/32951132 swapFree=67111356/67111528
[pid=27440] ppid=27438 vsize=294712 CPUtime=12.08 cores=0,2,4,6
/proc/27440/stat : 27440 (strangenight2-m) R 27438 27440 26975 0 -1 4202496 14918 0 0 0 1207 1 0 0 23 0 4 0 523188252 301785088 8927 33554432000 4194304 4627427 140736926272480 18446744073709551615 4420272 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27440/statm: 73678 8927 388 106 0 68649 0
[pid=27440/tid=27441] ppid=27438 vsize=294712 CPUtime=2.13 cores=0,2,4,6
/proc/27440/task/27441/stat : 27441 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 2644 0 0 0 213 0 0 0 25 0 4 0 523188253 301785088 8927 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27440/tid=27442] ppid=27438 vsize=294712 CPUtime=3.88 cores=0,2,4,6
/proc/27440/task/27442/stat : 27442 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 4391 0 0 0 387 1 0 0 25 0 4 0 523188253 301785088 8927 33554432000 4194304 4627427 140736926272480 18446744073709551615 4330127 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27440/tid=27443] ppid=27438 vsize=294712 CPUtime=3.88 cores=0,2,4,6
/proc/27440/task/27443/stat : 27443 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 4398 0 0 0 388 0 0 0 25 0 4 0 523188253 301785088 8927 33554432000 4194304 4627427 140736926272480 18446744073709551615 4310102 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.08
Current children cumulated vsize (KiB) 294712

[startup+4.00052 s]
/proc/loadavg: 3.75 4.05 5.08 11/181 27443
/proc/meminfo: memFree=30833732/32951132 swapFree=67111356/67111528
[pid=27440] ppid=27438 vsize=294712 CPUtime=12.48 cores=0,2,4,6
/proc/27440/stat : 27440 (strangenight2-m) R 27438 27440 26975 0 -1 4202496 15020 0 0 0 1247 1 0 0 24 0 4 0 523188252 301785088 9029 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309293 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27440/statm: 73678 9029 388 106 0 68649 0
[pid=27440/tid=27441] ppid=27438 vsize=294712 CPUtime=2.22 cores=0,2,4,6
/proc/27440/task/27441/stat : 27441 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 2681 0 0 0 222 0 0 0 25 0 4 0 523188253 301785088 9029 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27440/tid=27442] ppid=27438 vsize=294712 CPUtime=3.98 cores=0,2,4,6
/proc/27440/task/27442/stat : 27442 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 4416 0 0 0 397 1 0 0 25 0 4 0 523188253 301785088 9029 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27440/tid=27443] ppid=27438 vsize=294712 CPUtime=3.98 cores=0,2,4,6
/proc/27440/task/27443/stat : 27443 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 4438 0 0 0 398 0 0 0 25 0 4 0 523188253 301785088 9029 33554432000 4194304 4627427 140736926272480 18446744073709551615 4310097 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 294712

[startup+6.30112 s]
/proc/loadavg: 4.09 4.12 5.09 9/182 27444
/proc/meminfo: memFree=30734160/32951132 swapFree=67111356/67111528
[pid=27440] ppid=27438 vsize=304288 CPUtime=21.65 cores=0,2,4,6
/proc/27440/stat : 27440 (strangenight2-m) R 27438 27440 26975 0 -1 4202496 20081 0 0 0 2162 3 0 0 25 0 4 0 523188252 311590912 11002 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309584 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27440/statm: 76072 11002 388 106 0 71043 0
[pid=27440/tid=27441] ppid=27438 vsize=304288 CPUtime=4.49 cores=0,2,4,6
/proc/27440/task/27441/stat : 27441 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 4267 0 0 0 449 0 0 0 25 0 4 0 523188253 311590912 11002 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27440/tid=27442] ppid=27438 vsize=304288 CPUtime=6.27 cores=0,2,4,6
/proc/27440/task/27442/stat : 27442 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 5999 0 0 0 626 1 0 0 25 0 4 0 523188253 311590912 11002 33554432000 4194304 4627427 140736926272480 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27440/tid=27443] ppid=27438 vsize=304288 CPUtime=6.28 cores=0,2,4,6
/proc/27440/task/27443/stat : 27443 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 5469 0 0 0 628 0 0 0 25 0 4 0 523188253 311590912 11002 33554432000 4194304 4627427 140736926272480 18446744073709551615 4527239 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 21.65
Current children cumulated vsize (KiB) 304288

[startup+12.701 s]
/proc/loadavg: 4.41 4.18 5.11 9/182 27444
/proc/meminfo: memFree=30688284/32951132 swapFree=67111356/67111528
[pid=27440] ppid=27438 vsize=306164 CPUtime=47.16 cores=0,2,4,6
/proc/27440/stat : 27440 (strangenight2-m) R 27438 27440 26975 0 -1 4202496 31072 0 0 0 4708 8 0 0 25 0 4 0 523188252 313511936 14329 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27440/statm: 76541 14330 388 106 0 71512 0
[pid=27440/tid=27441] ppid=27438 vsize=306164 CPUtime=10.82 cores=0,2,4,6
/proc/27440/task/27441/stat : 27441 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 5855 0 0 0 1079 3 0 0 25 0 4 0 523188253 313511936 14330 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27440/tid=27442] ppid=27438 vsize=306164 CPUtime=12.66 cores=0,2,4,6
/proc/27440/task/27442/stat : 27442 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 9641 0 0 0 1264 2 0 0 25 0 4 0 523188253 313511936 14330 33554432000 4194304 4627427 140736926272480 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27440/tid=27443] ppid=27438 vsize=306164 CPUtime=12.68 cores=0,2,4,6
/proc/27440/task/27443/stat : 27443 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 8890 0 0 0 1267 1 0 0 25 0 4 0 523188253 313511936 14330 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 47.16
Current children cumulated vsize (KiB) 306164

[startup+25.5068 s]
/proc/loadavg: 5.27 4.38 5.16 9/182 27445
/proc/meminfo: memFree=30633592/32951132 swapFree=67111356/67111528
[pid=27440] ppid=27438 vsize=298108 CPUtime=98.28 cores=0,2,4,6
/proc/27440/stat : 27440 (strangenight2-m) R 27438 27440 26975 0 -1 4202496 46982 0 0 0 9814 14 0 0 25 0 4 0 523188252 305262592 18282 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27440/statm: 74527 18282 388 106 0 69498 0
[pid=27440/tid=27441] ppid=27438 vsize=298108 CPUtime=23.53 cores=0,2,4,6
/proc/27440/task/27441/stat : 27441 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 9412 0 0 0 2347 6 0 0 25 0 4 0 523188253 305262592 18282 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27440/tid=27442] ppid=27438 vsize=298108 CPUtime=25.46 cores=0,2,4,6
/proc/27440/task/27442/stat : 27442 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 14065 0 0 0 2543 3 0 0 25 0 4 0 523188253 305262592 18282 33554432000 4194304 4627427 140736926272480 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27440/tid=27443] ppid=27438 vsize=298108 CPUtime=25.48 cores=0,2,4,6
/proc/27440/task/27443/stat : 27443 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 14807 0 0 0 2546 2 0 0 25 0 4 0 523188253 305262592 18282 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 98.28
Current children cumulated vsize (KiB) 298108

[startup+51.1004 s]
/proc/loadavg: 6.20 4.67 5.23 9/182 27446
/proc/meminfo: memFree=30581820/32951132 swapFree=67111356/67111528
[pid=27440] ppid=27438 vsize=320744 CPUtime=200.46 cores=0,2,4,6
/proc/27440/stat : 27440 (strangenight2-m) R 27438 27440 26975 0 -1 4202496 73666 0 0 0 20024 22 0 0 25 0 4 0 523188252 328441856 23183 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309312 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27440/statm: 80186 23183 388 106 0 75157 0
[pid=27440/tid=27441] ppid=27438 vsize=320744 CPUtime=48.98 cores=0,2,4,6
/proc/27440/task/27441/stat : 27441 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 14495 0 0 0 4889 9 0 0 25 0 4 0 523188253 328441856 23183 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27440/tid=27442] ppid=27438 vsize=320744 CPUtime=51.02 cores=0,2,4,6
/proc/27440/task/27442/stat : 27442 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 22384 0 0 0 5098 4 0 0 25 0 4 0 523188253 328441856 23183 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27440/tid=27443] ppid=27438 vsize=320744 CPUtime=51.07 cores=0,2,4,6
/proc/27440/task/27443/stat : 27443 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 22260 0 0 0 5102 5 0 0 25 0 4 0 523188253 328441856 23183 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309077 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 200.46
Current children cumulated vsize (KiB) 320744

[startup+102.301 s]
/proc/loadavg: 7.22 5.18 5.37 9/182 27447
/proc/meminfo: memFree=30510496/32951132 swapFree=67111356/67111528
[pid=27440] ppid=27438 vsize=321784 CPUtime=404.97 cores=0,2,4,6
/proc/27440/stat : 27440 (strangenight2-m) R 27438 27440 26975 0 -1 4202496 119648 0 0 0 40463 34 0 0 25 0 4 0 523188252 329506816 26817 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27440/statm: 80446 26817 388 106 0 75417 0
[pid=27440/tid=27441] ppid=27438 vsize=321784 CPUtime=99.92 cores=0,2,4,6
/proc/27440/task/27441/stat : 27441 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 22737 0 0 0 9980 12 0 0 25 0 4 0 523188253 329506816 26817 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27440/tid=27442] ppid=27438 vsize=321784 CPUtime=102.21 cores=0,2,4,6
/proc/27440/task/27442/stat : 27442 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 35165 0 0 0 10213 8 0 0 25 0 4 0 523188253 329506816 26817 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27440/tid=27443] ppid=27438 vsize=321784 CPUtime=102.25 cores=0,2,4,6
/proc/27440/task/27443/stat : 27443 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 33959 0 0 0 10219 6 0 0 25 0 4 0 523188253 329506816 26817 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 404.97
Current children cumulated vsize (KiB) 321784

[startup+162.301 s]

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

/proc/27440/task/27443/stat : 27443 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 46783 0 0 0 16215 9 0 0 25 0 4 0 523188253 346869760 34533 33554432000 4194304 4627427 140736926272480 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 644.56
Current children cumulated vsize (KiB) 338740

[startup+222.301 s]
/proc/loadavg: 7.95 6.14 5.70 9/182 27450
/proc/meminfo: memFree=30358020/32951132 swapFree=67111356/67111528
[pid=27440] ppid=27438 vsize=341720 CPUtime=884.16 cores=0,2,4,6
/proc/27440/stat : 27440 (strangenight2-m) R 27438 27440 26975 0 -1 4202496 204504 0 0 0 88359 57 0 0 25 0 4 0 523188252 349921280 45967 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309095 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27440/statm: 85430 45967 388 106 0 80401 0
[pid=27440/tid=27441] ppid=27438 vsize=341720 CPUtime=219.21 cores=0,2,4,6
/proc/27440/task/27441/stat : 27441 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 38450 0 0 0 21903 18 0 0 25 0 4 0 523188253 349921280 45967 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27440/tid=27442] ppid=27438 vsize=341720 CPUtime=222.14 cores=0,2,4,6
/proc/27440/task/27442/stat : 27442 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 56697 0 0 0 22201 13 0 0 25 0 4 0 523188253 349921280 45967 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27440/tid=27443] ppid=27438 vsize=341720 CPUtime=222.23 cores=0,2,4,6
/proc/27440/task/27443/stat : 27443 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 57481 0 0 0 22211 12 0 0 25 0 4 0 523188253 349921280 45967 33554432000 4194304 4627427 140736926272480 18446744073709551615 4310097 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 884.16
Current children cumulated vsize (KiB) 341720

[startup+282.3 s]
/proc/loadavg: 8.07 6.50 5.85 9/182 27452
/proc/meminfo: memFree=30314220/32951132 swapFree=67111356/67111528
[pid=27440] ppid=27438 vsize=353628 CPUtime=1123.79 cores=0,2,4,6
/proc/27440/stat : 27440 (strangenight2-m) R 27438 27440 26975 0 -1 4202496 235075 0 0 0 112311 68 0 0 25 0 4 0 523188252 362115072 48679 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309111 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27440/statm: 88407 48679 389 106 0 83378 0
[pid=27440/tid=27441] ppid=27438 vsize=353628 CPUtime=278.85 cores=0,2,4,6
/proc/27440/task/27441/stat : 27441 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 40987 0 0 0 27865 20 0 0 25 0 4 0 523188253 362115072 48679 33554432000 4194304 4627427 140736926272480 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27440/tid=27442] ppid=27438 vsize=353628 CPUtime=282.14 cores=0,2,4,6
/proc/27440/task/27442/stat : 27442 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 66446 0 0 0 28198 16 0 0 25 0 4 0 523188253 362115072 48679 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27440/tid=27443] ppid=27438 vsize=353628 CPUtime=282.22 cores=0,2,4,6
/proc/27440/task/27443/stat : 27443 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 67340 0 0 0 28207 15 0 0 25 0 4 0 523188253 362115072 48679 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1123.79
Current children cumulated vsize (KiB) 353628

[startup+342.307 s]
/proc/loadavg: 8.10 6.80 5.99 9/182 27453
/proc/meminfo: memFree=30271548/32951132 swapFree=67111356/67111528
[pid=27440] ppid=27438 vsize=340376 CPUtime=1363.45 cores=0,2,4,6
/proc/27440/stat : 27440 (strangenight2-m) R 27438 27440 26975 0 -1 4202496 266229 0 0 0 136266 79 0 0 25 0 4 0 523188252 348545024 50989 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27440/statm: 85094 50989 389 106 0 80065 0
[pid=27440/tid=27441] ppid=27438 vsize=340376 CPUtime=338.49 cores=0,2,4,6
/proc/27440/task/27441/stat : 27441 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 45873 0 0 0 33827 22 0 0 25 0 4 0 523188253 348545024 50989 33554432000 4194304 4627427 140736926272480 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27440/tid=27442] ppid=27438 vsize=340376 CPUtime=342.14 cores=0,2,4,6
/proc/27440/task/27442/stat : 27442 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 73827 0 0 0 34194 20 0 0 25 0 4 0 523188253 348545024 50989 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27440/tid=27443] ppid=27438 vsize=340376 CPUtime=342.23 cores=0,2,4,6
/proc/27440/task/27443/stat : 27443 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 77033 0 0 0 34205 18 0 0 25 0 4 0 523188253 348545024 50989 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1363.45
Current children cumulated vsize (KiB) 340376

[startup+402.301 s]
/proc/loadavg: 8.07 7.03 6.12 9/182 27455
/proc/meminfo: memFree=30229728/32951132 swapFree=67111356/67111528
[pid=27440] ppid=27438 vsize=350284 CPUtime=1603.03 cores=0,2,4,6
/proc/27440/stat : 27440 (strangenight2-m) R 27438 27440 26975 0 -1 4202496 292813 0 0 0 160215 88 0 0 25 0 4 0 523188252 358690816 57349 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27440/statm: 87571 57349 389 106 0 82542 0
[pid=27440/tid=27441] ppid=27438 vsize=350284 CPUtime=398.22 cores=0,2,4,6
/proc/27440/task/27441/stat : 27441 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 50832 0 0 0 39798 24 0 0 25 0 4 0 523188253 358690816 57349 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27440/tid=27442] ppid=27438 vsize=350284 CPUtime=402.13 cores=0,2,4,6
/proc/27440/task/27442/stat : 27442 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 80325 0 0 0 40191 22 0 0 25 0 4 0 523188253 358690816 57349 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27440/tid=27443] ppid=27438 vsize=350284 CPUtime=402.1 cores=0,2,4,6
/proc/27440/task/27443/stat : 27443 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 84820 0 0 0 40189 21 0 0 25 0 4 0 523188253 358690816 57349 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1603.03
Current children cumulated vsize (KiB) 350284

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

[startup+406.601 s]
/proc/loadavg: 8.14 7.06 6.13 9/182 27455
/proc/meminfo: memFree=30207904/32951132 swapFree=67111356/67111528
[pid=27440] ppid=27438 vsize=350284 CPUtime=1620.21 cores=0,2,4,6
/proc/27440/stat : 27440 (strangenight2-m) R 27438 27440 26975 0 -1 4202496 293905 0 0 0 161932 89 0 0 25 0 4 0 523188252 358690816 55310 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27440/statm: 87571 55310 389 106 0 82542 0
[pid=27440/tid=27441] ppid=27438 vsize=350284 CPUtime=402.52 cores=0,2,4,6
/proc/27440/task/27441/stat : 27441 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 51192 0 0 0 40228 24 0 0 25 0 4 0 523188253 358690816 55310 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27440/tid=27442] ppid=27438 vsize=350284 CPUtime=406.43 cores=0,2,4,6
/proc/27440/task/27442/stat : 27442 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 80617 0 0 0 40621 22 0 0 25 0 4 0 523188253 358690816 55310 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27440/tid=27443] ppid=27438 vsize=350284 CPUtime=406.37 cores=0,2,4,6
/proc/27440/task/27443/stat : 27443 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 85144 0 0 0 40616 21 0 0 25 0 4 0 523188253 358690816 55310 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1620.21
Current children cumulated vsize (KiB) 350284

[startup+413.001 s]
/proc/loadavg: 8.21 7.10 6.15 9/182 27455
/proc/meminfo: memFree=30192892/32951132 swapFree=67111356/67111528
[pid=27440] ppid=27438 vsize=426792 CPUtime=1645.77 cores=0,2,4,6
/proc/27440/stat : 27440 (strangenight2-m) R 27438 27440 26975 0 -1 4202496 297819 0 0 0 164486 91 0 0 25 0 4 0 523188252 437035008 56931 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27440/statm: 106698 56931 394 106 0 101669 0
[pid=27440/tid=27441] ppid=27438 vsize=426792 CPUtime=408.92 cores=0,2,4,6
/proc/27440/task/27441/stat : 27441 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 52214 0 0 0 40867 25 0 0 25 0 4 0 523188253 437035008 56931 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27440/tid=27442] ppid=27438 vsize=426792 CPUtime=412.83 cores=0,2,4,6
/proc/27440/task/27442/stat : 27442 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 81742 0 0 0 41261 22 0 0 25 0 4 0 523188253 437035008 56931 33554432000 4194304 4627427 140736926272480 18446744073709551615 4310894 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27440/tid=27443] ppid=27438 vsize=426792 CPUtime=412.73 cores=0,2,4,6
/proc/27440/task/27443/stat : 27443 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 86424 0 0 0 41251 22 0 0 25 0 4 0 523188253 437035008 56931 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1645.77
Current children cumulated vsize (KiB) 426792

[startup+416.201 s]
/proc/loadavg: 8.20 7.11 6.16 9/182 27455
/proc/meminfo: memFree=30187308/32951132 swapFree=67111356/67111528
[pid=27440] ppid=27438 vsize=426792 CPUtime=1658.55 cores=0,2,4,6
/proc/27440/stat : 27440 (strangenight2-m) R 27438 27440 26975 0 -1 4202496 298559 0 0 0 165764 91 0 0 25 0 4 0 523188252 437035008 57613 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309392 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27440/statm: 106698 57613 394 106 0 101669 0
[pid=27440/tid=27441] ppid=27438 vsize=426792 CPUtime=412.12 cores=0,2,4,6
/proc/27440/task/27441/stat : 27441 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 52444 0 0 0 41187 25 0 0 25 0 4 0 523188253 437035008 57613 33554432000 4194304 4627427 140736926272480 18446744073709551615 4324344 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27440/tid=27442] ppid=27438 vsize=426792 CPUtime=416.03 cores=0,2,4,6
/proc/27440/task/27442/stat : 27442 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 81993 0 0 0 41581 22 0 0 25 0 4 0 523188253 437035008 57613 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27440/tid=27443] ppid=27438 vsize=426792 CPUtime=415.9 cores=0,2,4,6
/proc/27440/task/27443/stat : 27443 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 86683 0 0 0 41568 22 0 0 25 0 4 0 523188253 437035008 57613 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1658.55
Current children cumulated vsize (KiB) 426792

[startup+417.801 s]
/proc/loadavg: 8.20 7.11 6.16 9/182 27455
/proc/meminfo: memFree=30185820/32951132 swapFree=67111356/67111528
[pid=27440] ppid=27438 vsize=426792 CPUtime=1664.94 cores=0,2,4,6
/proc/27440/stat : 27440 (strangenight2-m) R 27438 27440 26975 0 -1 4202496 298959 0 0 0 166403 91 0 0 25 0 4 0 523188252 437035008 58013 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309324 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27440/statm: 106698 58013 394 106 0 101669 0
[pid=27440/tid=27441] ppid=27438 vsize=426792 CPUtime=413.72 cores=0,2,4,6
/proc/27440/task/27441/stat : 27441 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 52591 0 0 0 41347 25 0 0 25 0 4 0 523188253 437035008 58013 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27440/tid=27442] ppid=27438 vsize=426792 CPUtime=417.63 cores=0,2,4,6
/proc/27440/task/27442/stat : 27442 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 82115 0 0 0 41741 22 0 0 25 0 4 0 523188253 437035008 58013 33554432000 4194304 4627427 140736926272480 18446744073709551615 4305493 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27440/tid=27443] ppid=27438 vsize=426792 CPUtime=417.5 cores=0,2,4,6
/proc/27440/task/27443/stat : 27443 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 86814 0 0 0 41728 22 0 0 25 0 4 0 523188253 437035008 58013 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1664.94
Current children cumulated vsize (KiB) 426792

[startup+418.207 s]
/proc/loadavg: 8.20 7.11 6.16 9/182 27455
/proc/meminfo: memFree=30183712/32951132 swapFree=67111356/67111528
[pid=27440] ppid=27438 vsize=426792 CPUtime=1666.56 cores=0,2,4,6
/proc/27440/stat : 27440 (strangenight2-m) R 27438 27440 26975 0 -1 4202496 299060 0 0 0 166565 91 0 0 25 0 4 0 523188252 437035008 58114 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27440/statm: 106698 58115 394 106 0 101669 0
[pid=27440/tid=27441] ppid=27438 vsize=426792 CPUtime=414.13 cores=0,2,4,6
/proc/27440/task/27441/stat : 27441 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 52631 0 0 0 41388 25 0 0 25 0 4 0 523188253 437035008 58115 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27440/tid=27442] ppid=27438 vsize=426792 CPUtime=418.04 cores=0,2,4,6
/proc/27440/task/27442/stat : 27442 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 82143 0 0 0 41782 22 0 0 25 0 4 0 523188253 437035008 58115 33554432000 4194304 4627427 140736926272480 18446744073709551615 4506933 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27440/tid=27443] ppid=27438 vsize=426792 CPUtime=417.9 cores=0,2,4,6
/proc/27440/task/27443/stat : 27443 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 86842 0 0 0 41768 22 0 0 25 0 4 0 523188253 437035008 58115 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309206 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1666.56
Current children cumulated vsize (KiB) 426792

[startup+418.401 s]
/proc/loadavg: 8.20 7.11 6.16 9/182 27455
/proc/meminfo: memFree=30183712/32951132 swapFree=67111356/67111528
[pid=27440] ppid=27438 vsize=426792 CPUtime=1667.33 cores=0,2,4,6
/proc/27440/stat : 27440 (strangenight2-m) R 27438 27440 26975 0 -1 4202496 299118 0 0 0 166642 91 0 0 25 0 4 0 523188252 437035008 58172 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309209 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27440/statm: 106698 58172 394 106 0 101669 0
[pid=27440/tid=27441] ppid=27438 vsize=426792 CPUtime=414.32 cores=0,2,4,6
/proc/27440/task/27441/stat : 27441 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 52648 0 0 0 41407 25 0 0 25 0 4 0 523188253 437035008 58172 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27440/tid=27442] ppid=27438 vsize=426792 CPUtime=418.23 cores=0,2,4,6
/proc/27440/task/27442/stat : 27442 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 82155 0 0 0 41801 22 0 0 25 0 4 0 523188253 437035008 58172 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27440/tid=27443] ppid=27438 vsize=426792 CPUtime=418.09 cores=0,2,4,6
/proc/27440/task/27443/stat : 27443 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 86855 0 0 0 41787 22 0 0 25 0 4 0 523188253 437035008 58172 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1667.33
Current children cumulated vsize (KiB) 426792

[startup+418.501 s]
/proc/loadavg: 8.20 7.11 6.16 9/182 27455
/proc/meminfo: memFree=30183712/32951132 swapFree=67111356/67111528
[pid=27440] ppid=27438 vsize=426792 CPUtime=1667.73 cores=0,2,4,6
/proc/27440/stat : 27440 (strangenight2-m) R 27438 27440 26975 0 -1 4202496 299144 0 0 0 166682 91 0 0 25 0 4 0 523188252 437035008 58198 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27440/statm: 106698 58198 394 106 0 101669 0
[pid=27440/tid=27441] ppid=27438 vsize=426792 CPUtime=414.42 cores=0,2,4,6
/proc/27440/task/27441/stat : 27441 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 52655 0 0 0 41417 25 0 0 25 0 4 0 523188253 437035008 58198 33554432000 4194304 4627427 140736926272480 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27440/tid=27442] ppid=27438 vsize=426792 CPUtime=418.33 cores=0,2,4,6
/proc/27440/task/27442/stat : 27442 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 82160 0 0 0 41811 22 0 0 25 0 4 0 523188253 437035008 58198 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27440/tid=27443] ppid=27438 vsize=426792 CPUtime=418.19 cores=0,2,4,6
/proc/27440/task/27443/stat : 27443 (strangenight2-m) R 27438 27440 26975 0 -1 4202560 86861 0 0 0 41797 22 0 0 25 0 4 0 523188253 437035008 58198 33554432000 4194304 4627427 140736926272480 18446744073709551615 4309293 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1667.73
Current children cumulated vsize (KiB) 426792

Child status: 20
Real time (s): 418.598
CPU time (s): 1668.09
CPU user time (s): 1667.16
CPU system time (s): 0.924859
CPU usage (%): 398.494
Max. virtual memory (cumulated for all children) (KiB): 426792

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

runsolver used 1.10283 second user time and 2.40863 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-30 00:24:46
IDJOB=3174247
IDBENCH=83065
IDSOLVER=1586
FILE ID=node131/3174247-1304115886
RUNJOBID= node131-1304115886-27417
PBS_JOBID= 13170681
Free space on /tmp= 71380 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
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-3174247-1304115886/watcher-3174247-1304115886 -o /tmp/evaluation-result-3174247-1304115886/solver-3174247-1304115886 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174247-1304115886.cnf

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

MD5SUM BENCH= 55d30b10c45b8bb435e547799f98f891
RANDOM SEED=1182482539

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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.830
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.830
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.77
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.830
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.830
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.830
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:     32951132 kB
MemFree:      30834912 kB
Buffers:        212096 kB
Cached:        1526784 kB
SwapCached:        168 kB
Active:         170692 kB
Inactive:      1639448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30834912 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           11676 kB
Writeback:           0 kB
AnonPages:       71056 kB
Mapped:          15876 kB
Slab:           243044 kB
PageTables:       5132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   275348 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71376 MiB
End job on node131 at 2011-04-30 00:31:45