Trace number 3366522

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)SAT 1748.86 438.539

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S1507171828-044.SATISFIABLE.cnf
MD5SUM3fdc728117bf5d54c14944ad1e6b0800
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.035994
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of clauses1491
Sum of the clauses size4473
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31491
Number of clauses of size 40
Number of clauses of size 50
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-3366522-1305406025.cnf'
0.00/0.00	c -- header says num vars:            350
0.00/0.00	c -- header says num clauses:        1491
0.00/0.00	c -- clauses added:            0 learnts,         1491 normals,            0 xors
0.00/0.00	c -- vars added        350
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       350      1491         0         0      4473         0   no data   no data
0.00/0.00	c asymm  cl-useful: 0/1491/1491 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    350 time:  0.00 s
0.00/0.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:      9  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:     160 undec:      26 neg:     164
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       341      1483         0         0      4511         0   no data   no data
0.00/0.11	c Decided on static restart strategy
0.77/0.21	c  N st     8      4920       341      1483         0      4771      4511     79680   no data   no data
1.17/0.35	c  N st    10     11302       341      1483         0      4421      4511     57794   no data   no data
2.37/0.60	c  N st    11     17046       341      1483         0      9948      4511    153036   no data   no data
3.56/0.97	c  F st    12     25001       341      1483         0     12137      4511    191592   no data   no data
3.56/0.97	c  N st    12     25001       341      1483         0     12137      4511    191592   no data   no data
4.39/1.20	c Decided on static restart strategy
4.39/1.20	c  N st    18     30000       341      1483         0     10504      4511    153986   no data   no data
4.39/1.20	c  S st    18     30000       341      1483         0     10504      4511    153986   no data   no data
4.81/1.23	c  S st    18     30504       341      1483         0     11008      4511    163036   no data   no data
4.81/1.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.81/1.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
4.81/1.24	c blocked clauses removed:       10 vars:      2 tried:         341 T: 0.00 s
4.81/1.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.81/1.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.81/1.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    339 time:  0.00 s
4.81/1.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.81/1.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.81/1.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.16/1.30	c lits-rem:       139  cl-subs:     1052  v-elim:      0  v-fix:    0  time:  0.05 s
5.16/1.30	c asymm  cl-useful: 0/1473/1473 lits-rem:0 time: 0.01
5.16/1.30	c calculated reachability. Time: 0.00
5.16/1.30	c  N st    18     30504       339      1473         0      9940      4481    145236   no data   no data
6.35/1.68	c  N st    20     37616       339      1473         0      9228      4481    118141   no data   no data
7.95/2.02	c  N st    21     44017       339      1473         0     15396      4481    222049   no data   no data
8.35/2.12	c  S st    22     45756       339      1473         0     17088      4481    251291   no data   no data
8.35/2.17	c  S st    22     46258       339      1473         0      8962      4481    102419   no data   no data
8.35/2.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.35/2.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
8.35/2.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.35/2.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.35/2.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.35/2.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    339 time:  0.00 s
8.35/2.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.35/2.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
8.35/2.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.35/2.18	c lits-rem:        23  cl-subs:      231  v-elim:      0  v-fix:    0  time:  0.01 s
8.35/2.18	c vivif2 --  cl tried     1473 cl shrink        0 lits rem          0 time: 0.00
8.35/2.18	c vivif2 --  cl tried     8731 cl shrink        0 lits rem          0 time: 0.00
8.35/2.19	c asymm  cl-useful: 0/1473/1473 lits-rem:0 time: 0.00
8.35/2.19	c calculated reachability. Time: 0.00
8.35/2.19	c  N st    22     46258       339      1473         0      8731      4481     99008   no data   no data
11.93/3.03	c  N st    23     60655       339      1473         0     12923      4481    157963   no data   no data
13.92/3.58	c  N st    24     69388       339      1473         0     10792      4481    119505   no data   no data
13.92/3.58	c  S st    24     69388       339      1473         0     10792      4481    119505   no data   no data
14.32/3.61	c  S st    24     69889       339      1473         0     11293      4481    128599   no data   no data
14.32/3.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.32/3.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
14.32/3.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.32/3.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.32/3.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.32/3.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    339 time:  0.00 s
14.32/3.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.32/3.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
14.32/3.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.32/3.63	c lits-rem:        45  cl-subs:      297  v-elim:      0  v-fix:    0  time:  0.01 s
14.32/3.63	c vivif2 --  cl tried     1473 cl shrink        0 lits rem          0 time: 0.00
14.32/3.63	c vivif2 --  cl tried    10996 cl shrink        0 lits rem          0 time: 0.00
14.32/3.64	c asymm  cl-useful: 0/1473/1473 lits-rem:0 time: 0.01
14.32/3.64	c calculated reachability. Time: 0.00
14.32/3.64	c  N st    24     69889       339      1473         0     10996      4481    124102   no data   no data
18.70/4.76	c  F st    25     87500       339      1473         0     16406      4481    216733   no data   no data
18.70/4.76	c  N st    25     87500       339      1473         0     16406      4481    216733   no data   no data
20.30/5.11	c Decided on static restart strategy
21.10/5.36	c  N st    32     95535       339      1473         0     24182      4481    356936   no data   no data
23.89/6.02	c  N st    34    104835       339      1473         0     20639      4481    282480   no data   no data
23.89/6.02	c  S st    34    104835       339      1473         0     20639      4481    282480   no data   no data
23.89/6.08	c  S st    34    105339       339      1473         0     21142      4481    292293   no data   no data
23.89/6.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.89/6.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
23.89/6.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23.89/6.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.89/6.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.89/6.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    339 time:  0.00 s
23.89/6.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
23.89/6.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
24.29/6.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.69/6.29	c lits-rem:       150  cl-subs:     1510  v-elim:      0  v-fix:    0  time:  0.19 s
24.69/6.29	c vivif2 --  cl tried     1473 cl shrink        0 lits rem          0 time: 0.00
24.69/6.29	c vivif2 --  cl tried    19632 cl shrink        0 lits rem          0 time: 0.00
25.09/6.30	c asymm  cl-useful: 0/1473/1473 lits-rem:0 time: 0.01
25.09/6.30	c calculated reachability. Time: 0.00
25.09/6.30	c  N st    34    105339       339      1473         0     19632      4481    264982   no data   no data
28.27/7.10	c  N st    35    114938       339      1473         0     15420      4481    171807   no data   no data
32.67/8.22	c  N st    36    129335       339      1473         0     14875      4481    151908   no data   no data
39.05/9.88	c  N st    37    150930       339      1473         0     20186      4481    237846   no data   no data
41.03/10.39	c  S st    38    158009       339      1473         0     27077      4481    369119   no data   no data
41.43/10.46	c  S st    38    158514       339      1473         0     27580      4481    378340   no data   no data
41.43/10.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
41.43/10.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
41.43/10.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
41.43/10.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
41.43/10.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
41.43/10.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    339 time:  0.00 s
41.43/10.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
41.43/10.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
41.43/10.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
42.63/10.77	c lits-rem:       212  cl-subs:     2221  v-elim:      0  v-fix:    0  time:  0.28 s
42.63/10.77	c vivif2 --  cl tried     1473 cl shrink        0 lits rem          0 time: 0.00
42.63/10.77	c vivif2 --  cl tried    25359 cl shrink        0 lits rem          0 time: 0.00
42.63/10.79	c asymm  cl-useful: 0/1473/1473 lits-rem:0 time: 0.01
42.63/10.79	c calculated reachability. Time: 0.00
42.63/10.79	c  N st    38    158514       339      1473         0     25359      4481    340590   no data   no data
60.18/15.17	c  N st    39    207103       339      1473         0     19968      4481    207536   no data   no data
71.35/17.98	c  N st    40    237771       339      1473         0     30286      4481    386173   no data   no data
71.35/17.98	c  S st    40    237771       339      1473         0     30286      4481    386173   no data   no data
71.75/18.05	c  S st    40    238274       339      1473         0     30788      4481    395531   no data   no data
71.75/18.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
71.75/18.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
71.75/18.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
71.75/18.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
71.75/18.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
71.75/18.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    339 time:  0.00 s
71.75/18.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
71.75/18.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
71.75/18.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
73.74/18.51	c lits-rem:       283  cl-subs:     2800  v-elim:      0  v-fix:    0  time:  0.43 s
73.74/18.51	c vivif2 --  cl tried     1473 cl shrink        0 lits rem          0 time: 0.00
73.74/18.51	c vivif2 --  cl tried    27988 cl shrink        0 lits rem          0 time: 0.00
73.74/18.53	c asymm  cl-useful: 0/1473/1473 lits-rem:0 time: 0.02
73.74/18.53	c calculated reachability. Time: 0.00
73.74/18.53	c  N st    40    238274       339      1473         0     27988      4481    353236   no data   no data
99.67/25.02	c  F st    41    306250       339      1473         0     30041      4481    353570   no data   no data
99.67/25.02	c  N st    41    306250       339      1473         0     30041      4481    353570   no data   no data
101.65/25.50	c Decided on static restart strategy
112.03/28.13	c  N st    51    334558       339      1473         0     34179      4481    409854   no data   no data
122.82/30.90	c  N st    53    357411       339      1473         0     32021      4481    354645   no data   no data
122.82/30.90	c  S st    53    357411       339      1473         0     32021      4481    354645   no data   no data
123.25/30.98	c  S st    53    357911       339      1473         0     32520      4481    364078   no data   no data
123.25/30.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
123.25/30.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
123.25/30.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
123.25/30.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
123.25/30.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
123.25/30.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    339 time:  0.00 s
123.25/30.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
123.25/30.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
123.59/31.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
124.79/31.30	c lits-rem:       124  cl-subs:     2422  v-elim:      0  v-fix:    0  time:  0.30 s
124.79/31.30	c vivif2 --  cl tried     1473 cl shrink        0 lits rem          0 time: 0.00
124.79/31.31	c vivif2 --  cl tried    30098 cl shrink        0 lits rem          0 time: 0.00
124.79/31.33	c asymm  cl-useful: 0/1473/1473 lits-rem:0 time: 0.02
124.79/31.33	c calculated reachability. Time: 0.00
124.79/31.33	c  N st    53    357911       339      1473         0     30098      4481    328999   no data   no data
138.35/34.72	c  N st    54    390303       339      1473         0     36207      4481    427599   no data   no data
161.09/40.41	c  N st    55    438891       339      1473         0     30090      4481    304695   no data   no data
194.97/48.95	c  N st    56    511773       339      1473         0     43258      4481    495800   no data   no data
207.74/52.10	c  N st    57    536866       339      1473         0     37753      4481    413261   no data   no data
207.74/52.10	c  S st    57    536866       339      1473         0     37753      4481    413261   no data   no data
208.14/52.20	c  S st    57    537367       339      1473         0     38253      4481    422526   no data   no data
208.14/52.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
208.14/52.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
208.14/52.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
208.14/52.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
208.14/52.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
208.14/52.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    339 time:  0.00 s
208.14/52.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
208.14/52.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
208.14/52.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
209.34/52.54	c lits-rem:       373  cl-subs:     2132  v-elim:      0  v-fix:    0  time:  0.31 s
209.34/52.54	c vivif2 --  cl tried     1473 cl shrink        0 lits rem          0 time: 0.00
209.34/52.54	c vivif2 --  cl tried    36121 cl shrink        0 lits rem          0 time: 0.00
209.34/52.56	c asymm  cl-useful: 0/1473/1473 lits-rem:0 time: 0.02
209.34/52.57	c calculated reachability. Time: 0.00
209.34/52.57	c  N st    57    537367       339      1473         0     36121      4481    390384   no data   no data
298.29/74.88	c  N st    58    701351       339      1473         0     64586      4481    796842   no data   no data
360.88/90.50	c  N st    59    806050       339      1473         0     58411      4481    650294   no data   no data
360.88/90.50	c  S st    59    806050       339      1473         0     58411      4481    650294   no data   no data
361.28/90.66	c  S st    59    806554       339      1473         0     58911      4481    659758   no data   no data
361.28/90.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
361.28/90.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
361.28/90.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
361.28/90.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
361.28/90.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
361.28/90.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    339 time:  0.00 s
361.28/90.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
361.28/90.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
361.68/90.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
367.67/92.28	c lits-rem:       764  cl-subs:    10710  v-elim:      0  v-fix:    0  time:  1.56 s
367.67/92.28	c vivif2 --  cl tried     1473 cl shrink        0 lits rem          0 time: 0.00
367.67/92.28	c vivif2 --  cl tried    48201 cl shrink        0 lits rem          0 time: 0.01
368.07/92.32	c asymm  cl-useful: 0/1473/1473 lits-rem:0 time: 0.03
368.07/92.32	c calculated reachability. Time: 0.00
368.07/92.32	c  N st    59    806554       339      1473         0     48201      4481    522219   no data   no data
535.18/134.21	c  F st    60   1071876       339      1473         0     64250      4481    718668   no data   no data
535.18/134.21	c  N st    60   1071876       339      1473         0     64250      4481    718668   no data   no data
538.75/135.13	c Decided on static restart strategy
556.70/139.60	c  N st    70   1100181       339      1473         0     48535      4481    464361   no data   no data
581.42/145.86	c  N st    72   1136175       339      1473         0     82810      4481   1054382   no data   no data
602.15/151.01	c  N st    73   1168567       339      1473         0     69796      4481    811338   no data   no data
630.08/158.06	c  N st    74   1209831       339      1473         0     64404      4481    729649   no data   no data
630.08/158.06	c  S st    74   1209831       339      1473         0     64404      4481    729649   no data   no data
630.88/158.27	c  S st    74   1210334       339      1473         0     64905      4481    739172   no data   no data
630.88/158.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
630.88/158.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
630.88/158.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
630.88/158.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
630.88/158.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
630.88/158.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    339 time:  0.00 s
630.88/158.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
631.28/158.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
631.28/158.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
637.25/159.88	c lits-rem:       338  cl-subs:     6163  v-elim:      0  v-fix:    0  time:  1.56 s
637.25/159.88	c vivif2 --  cl tried     1473 cl shrink        0 lits rem          0 time: 0.00
637.25/159.89	c vivif2 --  cl tried    58742 cl shrink        0 lits rem          0 time: 0.01
637.65/159.94	c asymm  cl-useful: 0/1473/1473 lits-rem:0 time: 0.05
637.65/159.94	c calculated reachability. Time: 0.00
637.65/159.94	c  N st    74   1210334       339      1473         0     58742      4481    647312   no data   no data
695.08/174.30	c  N st    75   1283216       339      1473         0     82694      4481   1047185   no data   no data
778.43/195.28	c  N st    76   1392539       339      1473         0     92625      4481   1226305   no data   no data
910.43/228.37	c  N st    77   1556525       339      1473         0     99744      4481   1237521   no data   no data
1032.88/259.07	c  N st    78   1710334       339      1473         0     88961      4481   1005908   no data   no data
1032.88/259.07	c  S st    78   1710334       339      1473         0     88961      4481   1005908   no data   no data
1034.08/259.37	c  S st    78   1710837       339      1473         0     89461      4481   1016168   no data   no data
1034.08/259.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1034.48/259.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
1034.48/259.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1034.48/259.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1034.48/259.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1034.48/259.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    339 time:  0.00 s
1034.48/259.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1034.48/259.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1034.48/259.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1056.00/264.82	c lits-rem:       977  cl-subs:    18518  v-elim:      0  v-fix:    0  time:  5.36 s
1056.00/264.82	c vivif2 --  cl tried     1473 cl shrink        0 lits rem          0 time: 0.00
1056.00/264.83	c vivif2 --  cl tried    70943 cl shrink        0 lits rem          0 time: 0.01
1056.40/264.91	c asymm  cl-useful: 0/1473/1473 lits-rem:0 time: 0.08
1056.40/264.91	c calculated reachability. Time: 0.00
1056.40/264.91	c  N st    78   1710837       339      1473         0     70943      4481    761337   no data   no data
1360.68/341.27	c  N st    79   2079806       339      1473         4     83258      4481    855219   no data   no data
1399.82/351.07	c Finding binary XORs  T:     0.00 s  found:       0
1472.35/369.21	c  N st    80   2210838       338      1454         9     78912      4438    938559   no data   no data
1472.35/369.21	c  S st    80   2210838       338      1454         9     78912      4438    938559   no data   no data
1473.15/369.45	c  S st    80   2211339       337      1454         9     79408      4438    947820   no data   no data
1473.15/369.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1473.15/369.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      9 BRemL:      1 BRemN:      0 P:  0.9M T:  0.03
1473.15/369.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1473.15/369.49	c bin-w-bin subsume rem            8 bins  time:  0.00 s
1473.15/369.49	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.00 s
1473.15/369.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    337 time:  0.00 s
1473.15/369.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1473.55/369.50	c lits-rem:         0  cl-subs:        0  v-elim:      2  v-fix:    0  time:  0.01 s
1473.55/369.59	c subs with bin:      379  lits-rem:      2133  v-fix:    0  time:  0.06 s
1484.71/372.33	c lits-rem:      1219  cl-subs:     9247  v-elim:      0  v-fix:    0  time:  2.74 s
1484.71/372.33	c vivif2 --  cl tried     1419 cl shrink        0 lits rem          0 time: 0.00
1484.71/372.35	c vivif2 --  cl tried    63799 cl shrink        0 lits rem          0 time: 0.01
1485.11/372.40	c asymm  cl-useful: 0/1419/1419 lits-rem:0 time: 0.06
1485.11/372.41	c calculated reachability. Time: 0.00
1485.11/372.41	c  N st    80   2211339       335      1419        18     63799      4355    733349   no data   no data
1748.73/438.52	c  E st    81   2491028         0      1419        19     91022      4355   1010264   no data   no data
1748.73/438.52	c Verified 1419 clauses.
1748.73/438.52	c Solution needs extension. Extending.
1748.73/438.52	c Verified 1419 clauses.
1748.73/438.52	c Following stats are for *FIRST FINISHED THREAD ONLY*
1748.73/438.52	c num threads              : 4          
1748.73/438.52	c restarts                 : 81         
1748.73/438.52	c dynamic restarts         : 0          
1748.73/438.52	c static restarts          : 81         
1748.73/438.52	c full restarts            : 4          
1748.73/438.52	c total simplify time      : 0.06       
1748.73/438.52	c learnts DL2              : 0          
1748.73/438.52	c learnts size 2           : 45         
1748.73/438.52	c learnts size 1           : 2           (0.57      % of vars)
1748.73/438.52	c filedLit time            : 0.15        (0.04      % time)
1748.73/438.52	c v-elim SatELite          : 13          (3.71      % vars)
1748.73/438.52	c SatELite time            : 12.73       (2.91      % time)
1748.73/438.52	c v-elim xor               : 0           (0.00      % vars)
1748.73/438.52	c xor elim time            : 0.02        (0.00      % time)
1748.73/438.52	c num binary xor trees     : 0          
1748.73/438.52	c binxor trees' crown      : 0           (nan       leafs/tree)
1748.73/438.52	c bin xor find time        : 0.00       
1748.73/438.52	c OTF clause improved      : 118572      (0.05      clauses/conflict)
1748.73/438.52	c OTF impr. size diff      : 124331      (1.05       lits/clause)
1748.73/438.52	c OTF cl watch-shrink      : 575839      (0.23      clauses/conflict)
1748.73/438.52	c OTF cl watch-sh-lit      : 721025      (1.25       lits/clause)
1748.73/438.52	c tried to recurMin cls    : 237788      (9.55       % of conflicts)
1748.73/438.52	c updated cache            : 4778        (0.02       lits/tried recurMin)
1748.73/438.52	c unit cls recevied        : 1           (50.00     % of units)
1748.73/438.52	c unit cls sent            : 1           (50.00     % of units)
1748.73/438.52	c bin cls recevied         : 1          
1748.73/438.52	c bin cls sent             : 26         
1748.73/438.52	c clauses over max glue    : 0           (0.00      % of all clauses)
1748.73/438.52	c conflicts                : 2491028     (5683.71   / sec)
1748.73/438.52	c decisions                : 2851582     (0.36      % random)
1748.73/438.52	c bogo-props               : 62750464855 (143175886.36 / sec)
1748.73/438.52	c conflict literals        : 40729909    (31.30     % deleted)
1748.73/438.52	c Memory used              : 356.90      MB
1748.73/438.52	c single-thread CPU time   : 438.28      s
1748.73/438.52	c all-threads sum CPU time : 1747.96     s
1748.73/438.52	s SATISFIABLE
1748.73/438.52	v -1 -2 3 -4 5 -6 -7 -8 -9 10 11 -12 -13 -14 15 -16 -17 18 19 20 21 22 -23 24 25 26 -27 -28 -29 -30 -31 32 33 -34 -35 36 -37 -38 -39 -40 41 42 -43 44 -45 46 47 -48 -49 50 -51 -52 53 -54 -55 56 57 58 -59 60 -61 62 -63 -64 -65 -66 -67 -68 69 70 71 -72 73 74 75 -76 -77 -78 -79 -80 81 82 -83 -84 -85 86 -87 88 -89 -90 91 -92 -93 -94 95 96 -97 -98 -99 100 -101 102 -103 104 -105 -106 107 -108 109 110 -111 112 113 -114 115 -116 -117 118 -119 -120 121 -122 -123 -124 -125 -126 -127 128 -129 130 131 -132 -133 -134 135 136 -137 138 -139 140 -141 -142 -143 144 -145 146 147 148 -149 150 151 152 153 -154 -155 -156 157 158 -159 -160 -161 162 -163 164 -165 -166 -167 -168 -169 -170 -171 -172 -173 174 -175 -176 177 178 -179 -180 -181 182 -183 -184 185 -186 187 188 189 190 -191 -192 193 -194 195 196 197 -198 -199 -200 201 -202 -203 204 205 206 207 208 -209 -210 -211 -212 -213 -214 -215 216 217 -218 -219 -220 -221 222 223 -224 225 -226 -227 -228 -229 -230 -231 -232 -233 -234 235 -236 -237 -238 -239 -240 241 242 -243 244 245 -246 247 248 -249 250 -251 -252 253 254 255 -256 -257 258 -259 260 -261 -262 263 -264 -265 266 267 268 269 -270 -271 272 273 -274 275 276 277 -278 -279 -280 281 -282 -283 284 285 -286 -287 -288 289 290 291 -292 293 -294 -295 296 297 -298 299 -300 -301 -302 -303 304 305 -306 -307 308 309 -310 311 -312 313 314 -315 -316 317 -318 -319 -320 -321 322 -323 -324 -325 326 -327 -328 -329 -330 -331 332 -333 334 335 336 337 -338 -339 340 -341 342 343 344 345 -346 347 348 349 350 0

Verifier Data

OK

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-3366522-1305406025/watcher-3366522-1305406025 -o /tmp/evaluation-result-3366522-1305406025/solver-3366522-1305406025 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366522-1305406025.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.45 4.48 5.89 4/366 17543
/proc/meminfo: memFree=22611640/32951124 swapFree=67111348/67111528
[pid=17543] ppid=17541 vsize=247776 CPUtime=0 cores=0,2,4,6
/proc/17543/stat : 17543 (strangenight2-m) D 17541 17543 17510 0 -1 4202496 454 0 0 0 0 0 0 0 25 0 4 0 652200227 253722624 381 33554432000 4194304 4580107 140735763617184 18446744073709551615 212687336133 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17543/statm: 61944 382 323 95 0 56926 0
[pid=17543/tid=17544] ppid=17541 vsize=207948 CPUtime=0 cores=0,2,4,6
/proc/17543/task/17544/stat : 17544 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 173 0 0 0 0 0 0 0 25 0 4 0 652200227 212938752 808 33554432000 4194304 4580107 140735763617184 18446744073709551615 4489196 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17543/tid=17545] ppid=17541 vsize=207948 CPUtime=0 cores=0,2,4,6
/proc/17543/task/17545/stat : 17545 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 26 0 0 0 0 0 0 0 25 0 4 0 652200227 212938752 808 33554432000 4194304 4580107 140735763617184 18446744073709551615 212687780334 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17543/tid=17546] ppid=17541 vsize=207948 CPUtime=0 cores=0,2,4,6
/proc/17543/task/17546/stat : 17546 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 96 0 0 0 0 0 0 0 25 0 4 0 652200227 212938752 808 33554432000 4194304 4580107 140735763617184 18446744073709551615 4489474 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.114146 s]
/proc/loadavg: 3.45 4.48 5.89 4/366 17543
/proc/meminfo: memFree=22611640/32951124 swapFree=67111348/67111528
[pid=17543] ppid=17541 vsize=216460 CPUtime=0.42 cores=0,2,4,6
/proc/17543/stat : 17543 (strangenight2-m) R 17541 17543 17510 0 -1 4202496 1491 0 0 0 42 0 0 0 25 0 4 0 652200227 221655040 1411 33554432000 4194304 4580107 140735763617184 18446744073709551615 4293179 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17543/statm: 54115 1411 377 95 0 49097 0
[pid=17543/tid=17544] ppid=17541 vsize=216460 CPUtime=0.11 cores=0,2,4,6
/proc/17543/task/17544/stat : 17544 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 302 0 0 0 11 0 0 0 25 0 4 0 652200227 221655040 1411 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17543/tid=17545] ppid=17541 vsize=216460 CPUtime=0.09 cores=0,2,4,6
/proc/17543/task/17545/stat : 17545 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 242 0 0 0 9 0 0 0 25 0 4 0 652200227 221655040 1411 33554432000 4194304 4580107 140735763617184 18446744073709551615 4293685 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17543/tid=17546] ppid=17541 vsize=216460 CPUtime=0.1 cores=0,2,4,6
/proc/17543/task/17546/stat : 17546 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 228 0 0 0 10 0 0 0 25 0 4 0 652200227 221655040 1411 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 216460

[startup+0.201107 s]
/proc/loadavg: 3.45 4.48 5.89 4/366 17543
/proc/meminfo: memFree=22611640/32951124 swapFree=67111348/67111528
[pid=17543] ppid=17541 vsize=217372 CPUtime=0.77 cores=0,2,4,6
/proc/17543/stat : 17543 (strangenight2-m) R 17541 17543 17510 0 -1 4202496 1977 0 0 0 77 0 0 0 25 0 4 0 652200227 222588928 1476 33554432000 4194304 4580107 140735763617184 18446744073709551615 4320667 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17543/statm: 54343 1476 377 95 0 49325 0
[pid=17543/tid=17544] ppid=17541 vsize=217372 CPUtime=0.19 cores=0,2,4,6
/proc/17543/task/17544/stat : 17544 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 423 0 0 0 19 0 0 0 25 0 4 0 652200227 222588928 1476 33554432000 4194304 4580107 140735763617184 18446744073709551615 4316365 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17543/tid=17545] ppid=17541 vsize=217372 CPUtime=0.18 cores=0,2,4,6
/proc/17543/task/17545/stat : 17545 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 372 0 0 0 18 0 0 0 25 0 4 0 652200227 222588928 1476 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17543/tid=17546] ppid=17541 vsize=217372 CPUtime=0.19 cores=0,2,4,6
/proc/17543/task/17546/stat : 17546 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 343 0 0 0 19 0 0 0 25 0 4 0 652200227 222588928 1476 33554432000 4194304 4580107 140735763617184 18446744073709551615 4293698 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 217372

[startup+0.30109 s]
/proc/loadavg: 3.45 4.48 5.89 4/366 17543
/proc/meminfo: memFree=22611640/32951124 swapFree=67111348/67111528
[pid=17543] ppid=17541 vsize=217504 CPUtime=1.17 cores=0,2,4,6
/proc/17543/stat : 17543 (strangenight2-m) R 17541 17543 17510 0 -1 4202496 2328 0 0 0 117 0 0 0 25 0 4 0 652200227 222724096 1827 33554432000 4194304 4580107 140735763617184 18446744073709551615 4341610 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17543/statm: 54376 1828 377 95 0 49358 0
[pid=17543/tid=17544] ppid=17541 vsize=217504 CPUtime=0.29 cores=0,2,4,6
/proc/17543/task/17544/stat : 17544 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 508 0 0 0 29 0 0 0 25 0 4 0 652200227 222724096 1828 33554432000 4194304 4580107 140735763617184 18446744073709551615 4293179 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17543/tid=17545] ppid=17541 vsize=217504 CPUtime=0.28 cores=0,2,4,6
/proc/17543/task/17545/stat : 17545 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 462 0 0 0 28 0 0 0 25 0 4 0 652200227 222724096 1828 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294438 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17543/tid=17546] ppid=17541 vsize=217504 CPUtime=0.29 cores=0,2,4,6
/proc/17543/task/17546/stat : 17546 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 437 0 0 0 29 0 0 0 25 0 4 0 652200227 222724096 1828 33554432000 4194304 4580107 140735763617184 18446744073709551615 4341610 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 217504

[startup+0.701017 s]
/proc/loadavg: 3.45 4.48 5.89 4/366 17543
/proc/meminfo: memFree=22611640/32951124 swapFree=67111348/67111528
[pid=17543] ppid=17541 vsize=218808 CPUtime=2.76 cores=0,2,4,6
/proc/17543/stat : 17543 (strangenight2-m) R 17541 17543 17510 0 -1 4202496 4046 0 0 0 276 0 0 0 25 0 4 0 652200227 224059392 2059 33554432000 4194304 4580107 140735763617184 18446744073709551615 4295723 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17543/statm: 54702 2059 377 95 0 49684 0
[pid=17543/tid=17544] ppid=17541 vsize=218808 CPUtime=0.69 cores=0,2,4,6
/proc/17543/task/17544/stat : 17544 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 934 0 0 0 69 0 0 0 25 0 4 0 652200227 224059392 2059 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294513 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17543/tid=17545] ppid=17541 vsize=218808 CPUtime=0.68 cores=0,2,4,6
/proc/17543/task/17545/stat : 17545 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 910 0 0 0 68 0 0 0 25 0 4 0 652200227 224059392 2059 33554432000 4194304 4580107 140735763617184 18446744073709551615 4293134 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17543/tid=17546] ppid=17541 vsize=218808 CPUtime=0.69 cores=0,2,4,6
/proc/17543/task/17546/stat : 17546 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 864 0 0 0 69 0 0 0 25 0 4 0 652200227 224059392 2059 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 218808

[startup+1.50087 s]
/proc/loadavg: 3.45 4.48 5.89 9/377 17555
/proc/meminfo: memFree=22584288/32951124 swapFree=67111348/67111528
[pid=17543] ppid=17541 vsize=219556 CPUtime=5.95 cores=0,2,4,6
/proc/17543/stat : 17543 (strangenight2-m) R 17541 17543 17510 0 -1 4202496 7424 0 0 0 594 1 0 0 25 0 4 0 652200227 224825344 3759 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17543/statm: 54889 3759 379 95 0 49871 0
[pid=17543/tid=17544] ppid=17541 vsize=219556 CPUtime=1.49 cores=0,2,4,6
/proc/17543/task/17544/stat : 17544 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 1588 0 0 0 149 0 0 0 25 0 4 0 652200227 224825344 3759 33554432000 4194304 4580107 140735763617184 18446744073709551615 4298615 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17543/tid=17545] ppid=17541 vsize=219556 CPUtime=1.46 cores=0,2,4,6
/proc/17543/task/17545/stat : 17545 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 1402 0 0 0 146 0 0 0 25 0 4 0 652200227 224825344 3759 33554432000 4194304 4580107 140735763617184 18446744073709551615 4340648 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17543/tid=17546] ppid=17541 vsize=219556 CPUtime=1.49 cores=0,2,4,6
/proc/17543/task/17546/stat : 17546 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 1509 0 0 0 149 0 0 0 25 0 4 0 652200227 224825344 3759 33554432000 4194304 4580107 140735763617184 18446744073709551615 4293680 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 219556

[startup+3.10058 s]
/proc/loadavg: 3.82 4.54 5.90 9/377 17555
/proc/meminfo: memFree=22552372/32951124 swapFree=67111348/67111528
[pid=17543] ppid=17541 vsize=226116 CPUtime=12.33 cores=0,2,4,6
/proc/17543/stat : 17543 (strangenight2-m) R 17541 17543 17510 0 -1 4202496 14841 0 0 0 1231 2 0 0 25 0 4 0 652200227 231542784 7549 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17543/statm: 56529 7549 379 95 0 51511 0
[pid=17543/tid=17544] ppid=17541 vsize=226116 CPUtime=3.09 cores=0,2,4,6
/proc/17543/task/17544/stat : 17544 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 3235 0 0 0 309 0 0 0 25 0 4 0 652200227 231542784 7549 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17543/tid=17545] ppid=17541 vsize=226116 CPUtime=3.05 cores=0,2,4,6
/proc/17543/task/17545/stat : 17545 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 3836 0 0 0 305 0 0 0 25 0 4 0 652200227 231542784 7549 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294410 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17543/tid=17546] ppid=17541 vsize=226116 CPUtime=3.07 cores=0,2,4,6
/proc/17543/task/17546/stat : 17546 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 3732 0 0 0 307 0 0 0 25 0 4 0 652200227 231542784 7549 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 226116

[startup+6.301 s]
/proc/loadavg: 3.82 4.54 5.90 9/377 17555
/proc/meminfo: memFree=22525200/32951124 swapFree=67111348/67111528
[pid=17543] ppid=17541 vsize=226848 CPUtime=25.09 cores=0,2,4,6
/proc/17543/stat : 17543 (strangenight2-m) R 17541 17543 17510 0 -1 4202496 23744 0 0 0 2505 4 0 0 25 0 4 0 652200227 232292352 10717 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17543/statm: 56712 10717 379 95 0 51694 0
[pid=17543/tid=17544] ppid=17541 vsize=226848 CPUtime=6.29 cores=0,2,4,6
/proc/17543/task/17544/stat : 17544 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 5902 0 0 0 629 0 0 0 25 0 4 0 652200227 232292352 10717 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17543/tid=17545] ppid=17541 vsize=226848 CPUtime=6.21 cores=0,2,4,6
/proc/17543/task/17545/stat : 17545 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 6033 0 0 0 620 1 0 0 25 0 4 0 652200227 232292352 10717 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17543/tid=17546] ppid=17541 vsize=226848 CPUtime=6.28 cores=0,2,4,6
/proc/17543/task/17546/stat : 17546 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 5128 0 0 0 627 1 0 0 25 0 4 0 652200227 232292352 10717 33554432000 4194304 4580107 140735763617184 18446744073709551615 4293100 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 226848

[startup+12.7008 s]
/proc/loadavg: 4.15 4.59 5.91 9/377 17555
/proc/meminfo: memFree=22484468/32951124 swapFree=67111348/67111528
[pid=17543] ppid=17541 vsize=232336 CPUtime=50.61 cores=0,2,4,6
/proc/17543/stat : 17543 (strangenight2-m) R 17541 17543 17510 0 -1 4202496 36190 0 0 0 5055 6 0 0 25 0 4 0 652200227 237912064 14262 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294581 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17543/statm: 58084 14262 379 95 0 53066 0
[pid=17543/tid=17544] ppid=17541 vsize=232336 CPUtime=12.68 cores=0,2,4,6
/proc/17543/task/17544/stat : 17544 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 9006 0 0 0 1268 0 0 0 25 0 4 0 652200227 237912064 14262 33554432000 4194304 4580107 140735763617184 18446744073709551615 4295888 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17543/tid=17545] ppid=17541 vsize=232336 CPUtime=12.53 cores=0,2,4,6
/proc/17543/task/17545/stat : 17545 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 8489 0 0 0 1252 1 0 0 25 0 4 0 652200227 237912064 14262 33554432000 4194304 4580107 140735763617184 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17543/tid=17546] ppid=17541 vsize=232336 CPUtime=12.68 cores=0,2,4,6
/proc/17543/task/17546/stat : 17546 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 8497 0 0 0 1267 1 0 0 25 0 4 0 652200227 237912064 14262 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 232336

[startup+25.5005 s]
/proc/loadavg: 5.07 4.78 5.95 9/377 17556
/proc/meminfo: memFree=22450796/32951124 swapFree=67111348/67111528
[pid=17543] ppid=17541 vsize=235668 CPUtime=101.65 cores=0,2,4,6
/proc/17543/stat : 17543 (strangenight2-m) R 17541 17543 17510 0 -1 4202496 56395 0 0 0 10155 10 0 0 25 0 4 0 652200227 241324032 17785 33554432000 4194304 4580107 140735763617184 18446744073709551615 4320987 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17543/statm: 58917 17785 379 95 0 53899 0
[pid=17543/tid=17544] ppid=17541 vsize=235668 CPUtime=25.49 cores=0,2,4,6
/proc/17543/task/17544/stat : 17544 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 14203 0 0 0 2547 2 0 0 25 0 4 0 652200227 241324032 17785 33554432000 4194304 4580107 140735763617184 18446744073709551615 4295379 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17543/tid=17545] ppid=17541 vsize=235668 CPUtime=25.17 cores=0,2,4,6
/proc/17543/task/17545/stat : 17545 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 13799 0 0 0 2515 2 0 0 25 0 4 0 652200227 241324032 17785 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294570 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17543/tid=17546] ppid=17541 vsize=235668 CPUtime=25.48 cores=0,2,4,6
/proc/17543/task/17546/stat : 17546 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 12866 0 0 0 2546 2 0 0 25 0 4 0 652200227 241324032 17785 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 235668

[startup+51.1008 s]
/proc/loadavg: 6.07 5.03 6.00 9/377 17556
/proc/meminfo: memFree=22411976/32951124 swapFree=67111348/67111528
[pid=17543] ppid=17541 vsize=227364 CPUtime=203.75 cores=0,2,4,6
/proc/17543/stat : 17543 (strangenight2-m) R 17541 17543 17510 0 -1 4202496 84571 0 0 0 20357 18 0 0 25 0 4 0 652200227 232820736 22820 33554432000 4194304 4580107 140735763617184 18446744073709551615 4293755 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17543/statm: 56841 22820 379 95 0 51823 0
[pid=17543/tid=17544] ppid=17541 vsize=227364 CPUtime=51.09 cores=0,2,4,6
/proc/17543/task/17544/stat : 17544 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 21550 0 0 0 5106 3 0 0 25 0 4 0 652200227 232820736 22820 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294345 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17543/tid=17545] ppid=17541 vsize=227364 CPUtime=50.48 cores=0,2,4,6
/proc/17543/task/17545/stat : 17545 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 21052 0 0 0 5044 4 0 0 25 0 4 0 652200227 232820736 22820 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294761 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17543/tid=17546] ppid=17541 vsize=227364 CPUtime=51.07 cores=0,2,4,6
/proc/17543/task/17546/stat : 17546 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 19102 0 0 0 5103 4 0 0 25 0 4 0 652200227 232820736 22820 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.75
Current children cumulated vsize (KiB) 227364

[startup+102.301 s]
/proc/loadavg: 7.39 5.58 6.13 9/377 17558
/proc/meminfo: memFree=22362112/32951124 swapFree=67111348/67111528
[pid=17543] ppid=17541 vsize=249428 CPUtime=407.96 cores=0,2,4,6
/proc/17543/stat : 17543 (strangenight2-m) R 17541 17543 17510 0 -1 4202496 130882 0 0 0 40767 29 0 0 25 0 4 0 652200227 255414272 29481 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294367 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17543/statm: 62357 29481 379 95 0 57339 0
[pid=17543/tid=17544] ppid=17541 vsize=249480 CPUtime=102.3 cores=0,2,4,6
/proc/17543/task/17544/stat : 17544 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 33491 0 0 0 10224 6 0 0 25 0 4 0 652200227 255467520 28707 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17543/tid=17545] ppid=17541 vsize=249480 CPUtime=101.08 cores=0,2,4,6
/proc/17543/task/17545/stat : 17545 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 31715 0 0 0 10101 7 0 0 25 0 4 0 652200227 255467520 28707 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294468 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17543/tid=17546] ppid=17541 vsize=249480 CPUtime=102.27 cores=0,2,4,6
/proc/17543/task/17546/stat : 17546 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 30824 0 0 0 10221 6 0 0 25 0 4 0 652200227 255467520 28707 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 407.96
Current children cumulated vsize (KiB) 249428

[startup+162.301 s]

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

/proc/17543/task/17546/stat : 17546 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 53043 0 0 0 28210 13 0 0 25 0 4 0 652200227 372178944 53279 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1125.79
Current children cumulated vsize (KiB) 363456

[startup+342.301 s]
/proc/loadavg: 8.10 6.97 6.57 9/377 17564
/proc/meminfo: memFree=22158660/32951124 swapFree=67111348/67111528
[pid=17543] ppid=17541 vsize=364268 CPUtime=1365.07 cores=0,2,4,6
/proc/17543/stat : 17543 (strangenight2-m) R 17541 17543 17510 0 -1 4202496 271897 0 0 0 136432 75 0 0 25 0 4 0 652200227 373010432 55751 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17543/statm: 91067 55751 379 95 0 86049 0
[pid=17543/tid=17544] ppid=17541 vsize=364268 CPUtime=342.29 cores=0,2,4,6
/proc/17543/task/17544/stat : 17544 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 71879 0 0 0 34211 18 0 0 25 0 4 0 652200227 373010432 55751 33554432000 4194304 4580107 140735763617184 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17543/tid=17545] ppid=17541 vsize=364268 CPUtime=338.23 cores=0,2,4,6
/proc/17543/task/17545/stat : 17545 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 66548 0 0 0 33803 20 0 0 25 0 4 0 652200227 373010432 55751 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17543/tid=17546] ppid=17541 vsize=364268 CPUtime=342.22 cores=0,2,4,6
/proc/17543/task/17546/stat : 17546 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 56998 0 0 0 34207 15 0 0 25 0 4 0 652200227 373010432 55751 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1365.07
Current children cumulated vsize (KiB) 364268

[startup+402.301 s]
/proc/loadavg: 8.09 7.15 6.65 9/377 17566
/proc/meminfo: memFree=22124784/32951124 swapFree=67111348/67111528
[pid=17543] ppid=17541 vsize=353528 CPUtime=1604.36 cores=0,2,4,6
/proc/17543/stat : 17543 (strangenight2-m) R 17541 17543 17510 0 -1 4202496 294551 0 0 0 160353 83 0 0 25 0 4 0 652200227 362012672 62632 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294356 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17543/statm: 88382 62632 379 95 0 83364 0
[pid=17543/tid=17544] ppid=17541 vsize=353528 CPUtime=402.3 cores=0,2,4,6
/proc/17543/task/17544/stat : 17544 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 77587 0 0 0 40210 20 0 0 25 0 4 0 652200227 362012672 62632 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17543/tid=17545] ppid=17541 vsize=353528 CPUtime=397.53 cores=0,2,4,6
/proc/17543/task/17545/stat : 17545 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 72836 0 0 0 39730 23 0 0 25 0 4 0 652200227 362012672 62632 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17543/tid=17546] ppid=17541 vsize=353528 CPUtime=402.21 cores=0,2,4,6
/proc/17543/task/17546/stat : 17546 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 58198 0 0 0 40206 15 0 0 25 0 4 0 652200227 362012672 62632 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1604.36
Current children cumulated vsize (KiB) 353528

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

[startup+409.601 s]
/proc/loadavg: 8.15 7.20 6.67 9/377 17566
/proc/meminfo: memFree=22109896/32951124 swapFree=67111348/67111528
[pid=17543] ppid=17541 vsize=353528 CPUtime=1633.47 cores=0,2,4,6
/proc/17543/stat : 17543 (strangenight2-m) R 17541 17543 17510 0 -1 4202496 296287 0 0 0 163262 85 0 0 25 0 4 0 652200227 362012672 64368 33554432000 4194304 4580107 140735763617184 18446744073709551615 4295679 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17543/statm: 88382 64368 379 95 0 83364 0
[pid=17543/tid=17544] ppid=17541 vsize=353528 CPUtime=409.6 cores=0,2,4,6
/proc/17543/task/17544/stat : 17544 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 78270 0 0 0 40939 21 0 0 25 0 4 0 652200227 362012672 64368 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294449 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17543/tid=17545] ppid=17541 vsize=353528 CPUtime=404.74 cores=0,2,4,6
/proc/17543/task/17545/stat : 17545 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 72929 0 0 0 40451 23 0 0 25 0 4 0 652200227 362012672 64368 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17543/tid=17546] ppid=17541 vsize=353528 CPUtime=409.5 cores=0,2,4,6
/proc/17543/task/17546/stat : 17546 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 58611 0 0 0 40935 15 0 0 25 0 4 0 652200227 362012672 64368 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1633.47
Current children cumulated vsize (KiB) 353528

[startup+422.4 s]
/proc/loadavg: 8.20 7.25 6.70 9/377 17566
/proc/meminfo: memFree=22118328/32951124 swapFree=67111348/67111528
[pid=17543] ppid=17541 vsize=365224 CPUtime=1684.54 cores=0,2,4,6
/proc/17543/stat : 17543 (strangenight2-m) R 17541 17543 17510 0 -1 4202496 300511 0 0 0 168368 86 0 0 25 0 4 0 652200227 373989376 62846 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294546 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17543/statm: 91306 62846 379 95 0 86288 0
[pid=17543/tid=17544] ppid=17541 vsize=365224 CPUtime=422.41 cores=0,2,4,6
/proc/17543/task/17544/stat : 17544 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 78743 0 0 0 42220 21 0 0 25 0 4 0 652200227 373989376 62847 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17543/tid=17545] ppid=17541 vsize=365224 CPUtime=417.4 cores=0,2,4,6
/proc/17543/task/17545/stat : 17545 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 74809 0 0 0 41716 24 0 0 25 0 4 0 652200227 373989376 62847 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294396 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17543/tid=17546] ppid=17541 vsize=365224 CPUtime=422.31 cores=0,2,4,6
/proc/17543/task/17546/stat : 17546 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 58699 0 0 0 42216 15 0 0 25 0 4 0 652200227 373989376 62847 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1684.54
Current children cumulated vsize (KiB) 365224

[startup+428.801 s]
/proc/loadavg: 8.18 7.27 6.71 9/377 17566
/proc/meminfo: memFree=22114608/32951124 swapFree=67111348/67111528
[pid=17543] ppid=17541 vsize=353640 CPUtime=1710.05 cores=0,2,4,6
/proc/17543/stat : 17543 (strangenight2-m) R 17541 17543 17510 0 -1 4202496 302176 0 0 0 170918 87 0 0 25 0 4 0 652200227 362127360 62536 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17543/statm: 88410 62536 379 95 0 83392 0
[pid=17543/tid=17544] ppid=17541 vsize=353640 CPUtime=428.8 cores=0,2,4,6
/proc/17543/task/17544/stat : 17544 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 78743 0 0 0 42859 21 0 0 25 0 4 0 652200227 362127360 62536 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17543/tid=17545] ppid=17541 vsize=353640 CPUtime=423.72 cores=0,2,4,6
/proc/17543/task/17545/stat : 17545 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 76070 0 0 0 42348 24 0 0 25 0 4 0 652200227 362127360 62536 33554432000 4194304 4580107 140735763617184 18446744073709551615 4293907 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17543/tid=17546] ppid=17541 vsize=353640 CPUtime=428.7 cores=0,2,4,6
/proc/17543/task/17546/stat : 17546 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 58699 0 0 0 42855 15 0 0 25 0 4 0 652200227 362127360 62536 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1710.05
Current children cumulated vsize (KiB) 353640

[startup+435.201 s]
/proc/loadavg: 8.17 7.28 6.71 9/377 17567
/proc/meminfo: memFree=22125644/32951124 swapFree=67111348/67111528
[pid=17543] ppid=17541 vsize=365460 CPUtime=1735.57 cores=0,2,4,6
/proc/17543/stat : 17543 (strangenight2-m) R 17541 17543 17510 0 -1 4202496 304772 0 0 0 173470 87 0 0 25 0 4 0 652200227 374231040 63165 33554432000 4194304 4580107 140735763617184 18446744073709551615 4293235 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17543/statm: 91365 63165 379 95 0 86347 0
[pid=17543/tid=17544] ppid=17541 vsize=365460 CPUtime=435.2 cores=0,2,4,6
/proc/17543/task/17544/stat : 17544 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 79667 0 0 0 43499 21 0 0 25 0 4 0 652200227 374231040 63165 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294345 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17543/tid=17545] ppid=17541 vsize=365460 CPUtime=430.04 cores=0,2,4,6
/proc/17543/task/17545/stat : 17545 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 76611 0 0 0 42980 24 0 0 25 0 4 0 652200227 374231040 63165 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17543/tid=17546] ppid=17541 vsize=365460 CPUtime=435.1 cores=0,2,4,6
/proc/17543/task/17546/stat : 17546 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 58699 0 0 0 43495 15 0 0 25 0 4 0 652200227 374231040 63165 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1735.57
Current children cumulated vsize (KiB) 365460

[startup+436.814 s]
/proc/loadavg: 8.17 7.28 6.71 9/377 17567
/proc/meminfo: memFree=22121660/32951124 swapFree=67111348/67111528
[pid=17543] ppid=17541 vsize=365460 CPUtime=1742 cores=0,2,4,6
/proc/17543/stat : 17543 (strangenight2-m) R 17541 17543 17510 0 -1 4202496 305176 0 0 0 174112 88 0 0 25 0 4 0 652200227 374231040 63569 33554432000 4194304 4580107 140735763617184 18446744073709551615 4322437 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17543/statm: 91365 63569 379 95 0 86347 0
[pid=17543/tid=17544] ppid=17541 vsize=365460 CPUtime=436.81 cores=0,2,4,6
/proc/17543/task/17544/stat : 17544 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 79805 0 0 0 43660 21 0 0 25 0 4 0 652200227 374231040 63569 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17543/tid=17545] ppid=17541 vsize=365460 CPUtime=431.63 cores=0,2,4,6
/proc/17543/task/17545/stat : 17545 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 76725 0 0 0 43138 25 0 0 25 0 4 0 652200227 374231040 63569 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17543/tid=17546] ppid=17541 vsize=365460 CPUtime=436.71 cores=0,2,4,6
/proc/17543/task/17546/stat : 17546 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 58699 0 0 0 43656 15 0 0 25 0 4 0 652200227 374231040 63569 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1742
Current children cumulated vsize (KiB) 365460

[startup+437.601 s]
/proc/loadavg: 8.17 7.28 6.71 9/377 17567
/proc/meminfo: memFree=22121660/32951124 swapFree=67111348/67111528
[pid=17543] ppid=17541 vsize=365460 CPUtime=1745.14 cores=0,2,4,6
/proc/17543/stat : 17543 (strangenight2-m) R 17541 17543 17510 0 -1 4202496 305367 0 0 0 174426 88 0 0 25 0 4 0 652200227 374231040 63760 33554432000 4194304 4580107 140735763617184 18446744073709551615 4295676 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17543/statm: 91365 63760 379 95 0 86347 0
[pid=17543/tid=17544] ppid=17541 vsize=365460 CPUtime=437.6 cores=0,2,4,6
/proc/17543/task/17544/stat : 17544 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 79864 0 0 0 43739 21 0 0 25 0 4 0 652200227 374231040 63760 33554432000 4194304 4580107 140735763617184 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17543/tid=17545] ppid=17541 vsize=365460 CPUtime=432.42 cores=0,2,4,6
/proc/17543/task/17545/stat : 17545 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 76776 0 0 0 43217 25 0 0 25 0 4 0 652200227 374231040 63760 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17543/tid=17546] ppid=17541 vsize=365460 CPUtime=437.5 cores=0,2,4,6
/proc/17543/task/17546/stat : 17546 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 58699 0 0 0 43735 15 0 0 25 0 4 0 652200227 374231040 63760 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1745.14
Current children cumulated vsize (KiB) 365460

[startup+438 s]
/proc/loadavg: 8.15 7.29 6.72 9/377 17567
/proc/meminfo: memFree=22118808/32951124 swapFree=67111348/67111528
[pid=17543] ppid=17541 vsize=365460 CPUtime=1746.73 cores=0,2,4,6
/proc/17543/stat : 17543 (strangenight2-m) R 17541 17543 17510 0 -1 4202496 305458 0 0 0 174585 88 0 0 25 0 4 0 652200227 374231040 63851 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294589 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17543/statm: 91365 63851 379 95 0 86347 0
[pid=17543/tid=17544] ppid=17541 vsize=365460 CPUtime=438 cores=0,2,4,6
/proc/17543/task/17544/stat : 17544 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 79888 0 0 0 43779 21 0 0 25 0 4 0 652200227 374231040 63851 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17543/tid=17545] ppid=17541 vsize=365460 CPUtime=432.81 cores=0,2,4,6
/proc/17543/task/17545/stat : 17545 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 76802 0 0 0 43256 25 0 0 25 0 4 0 652200227 374231040 63851 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17543/tid=17546] ppid=17541 vsize=365460 CPUtime=437.9 cores=0,2,4,6
/proc/17543/task/17546/stat : 17546 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 58699 0 0 0 43775 15 0 0 25 0 4 0 652200227 374231040 63851 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1746.73
Current children cumulated vsize (KiB) 365460

[startup+438.4 s]
/proc/loadavg: 8.15 7.29 6.72 9/377 17567
/proc/meminfo: memFree=22118808/32951124 swapFree=67111348/67111528
[pid=17543] ppid=17541 vsize=365460 CPUtime=1748.33 cores=0,2,4,6
/proc/17543/stat : 17543 (strangenight2-m) R 17541 17543 17510 0 -1 4202496 305556 0 0 0 174745 88 0 0 25 0 4 0 652200227 374231040 63949 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17543/statm: 91365 63949 379 95 0 86347 0
[pid=17543/tid=17544] ppid=17541 vsize=365460 CPUtime=438.4 cores=0,2,4,6
/proc/17543/task/17544/stat : 17544 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 79913 0 0 0 43819 21 0 0 25 0 4 0 652200227 374231040 63949 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17543/tid=17545] ppid=17541 vsize=365460 CPUtime=433.21 cores=0,2,4,6
/proc/17543/task/17545/stat : 17545 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 76830 0 0 0 43296 25 0 0 25 0 4 0 652200227 374231040 63949 33554432000 4194304 4580107 140735763617184 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17543/tid=17546] ppid=17541 vsize=365460 CPUtime=438.3 cores=0,2,4,6
/proc/17543/task/17546/stat : 17546 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 58699 0 0 0 43815 15 0 0 25 0 4 0 652200227 374231040 63949 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1748.33
Current children cumulated vsize (KiB) 365460

[startup+438.5 s]
/proc/loadavg: 8.15 7.29 6.72 9/377 17567
/proc/meminfo: memFree=22118808/32951124 swapFree=67111348/67111528
[pid=17543] ppid=17541 vsize=365460 CPUtime=1748.73 cores=0,2,4,6
/proc/17543/stat : 17543 (strangenight2-m) R 17541 17543 17510 0 -1 4202496 305579 0 0 0 174785 88 0 0 25 0 4 0 652200227 374231040 63972 33554432000 4194304 4580107 140735763617184 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17543/statm: 91365 63972 379 95 0 86347 0
[pid=17543/tid=17544] ppid=17541 vsize=365460 CPUtime=438.5 cores=0,2,4,6
/proc/17543/task/17544/stat : 17544 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 79919 0 0 0 43829 21 0 0 25 0 4 0 652200227 374231040 63972 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17543/tid=17545] ppid=17541 vsize=365460 CPUtime=433.31 cores=0,2,4,6
/proc/17543/task/17545/stat : 17545 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 76835 0 0 0 43306 25 0 0 25 0 4 0 652200227 374231040 63972 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17543/tid=17546] ppid=17541 vsize=365460 CPUtime=438.4 cores=0,2,4,6
/proc/17543/task/17546/stat : 17546 (strangenight2-m) R 17541 17543 17510 0 -1 4202560 58699 0 0 0 43825 15 0 0 25 0 4 0 652200227 374231040 63972 33554432000 4194304 4580107 140735763617184 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1748.73
Current children cumulated vsize (KiB) 365460

Child status: 10
Real time (s): 438.539
CPU time (s): 1748.86
CPU user time (s): 1747.96
CPU system time (s): 0.895863
CPU usage (%): 398.791
Max. virtual memory (cumulated for all children) (KiB): 472916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1747.96
system time used= 0.895863
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 305595
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= 191
involuntary context switches= 13003

runsolver used 1.53277 second user time and 3.67044 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-14 22:47:05
IDJOB=3366522
IDBENCH=82931
IDSOLVER=1844
FILE ID=node139/3366522-1305406025
RUNJOBID= node139-1305406025-17528
PBS_JOBID= 13324507
Free space on /tmp= 73360 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v350-c1491-S1507171828-044.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366522-1305406025/watcher-3366522-1305406025 -o /tmp/evaluation-result-3366522-1305406025/solver-3366522-1305406025 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366522-1305406025.cnf

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

MD5SUM BENCH= 3fdc728117bf5d54c14944ad1e6b0800
RANDOM SEED=1484961623

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22612184 kB
Buffers:        298592 kB
Cached:        2889184 kB
SwapCached:          0 kB
Active:        7971404 kB
Inactive:      2060140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22612184 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            5604 kB
Writeback:           0 kB
AnonPages:     6843160 kB
Mapped:          28304 kB
Slab:           203280 kB
PageTables:      38144 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 76772176 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= 73348 MiB
End job on node139 at 2011-05-14 22:54:24