Trace number 3368851

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-1-mt (fixed)? (TO) 4800.3 1201.93

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S206772908-015.UNKNOWN.cnf
MD5SUM74f6f450e8e5ce3811b2d7ad1f57d348
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark326.484
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
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 52130
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 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3368851-1307656903.cnf'
0.00/0.00	c -- header says num vars:            100
0.00/0.00	c -- header says num clauses:        2130
0.00/0.01	c -- clauses added:            0 learnts,         2130 normals,            0 xors
0.00/0.01	c -- vars added        100
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       100      2130         0         0     10650         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.03
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.17/0.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
3.17/0.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.17/0.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.17/0.83	c Finding binary XORs  T:     0.00 s  found:       0
3.17/0.83	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.17/0.83	c calculated reachability. Time: 0.00
3.17/0.83	c Calc default polars -  time:   0.00 s pos:      47 undec:       6 neg:      47
3.17/0.83	c =========================================================================================
3.17/0.83	c types(t): F = full restart, N = normal restart
3.17/0.83	c types(t): S = simplification begin/end, E = solution found
3.17/0.83	c restart types(rt): st = static, dy = dynamic
3.17/0.83	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.17/0.83	c  B st     0         0       100      2130         0         0     10650         0   no data   no data  --
3.17/0.83	c Decided on static restart strategy
3.17/0.83	c  N st     8      4918       100      2130         0      4589     10650     99999   no data   no data  --
3.17/0.83	c  N st    10     11300       100      2130         0      4229     10650     73965   no data   no data  --
3.17/0.83	c  N st    11     17043       100      2130         0      9570     10650    190843   no data   no data  --
3.17/0.83	c  F st    12     25002       100      2130         0     11704     10650    235243   no data   no data  --
3.17/0.83	c  N st    12     25002       100      2130         0     11704     10650    235243   no data   no data  --
3.58/1.00	c Decided on static restart strategy
3.58/1.00	c  N st    18     30001       100      2130         0     10057     10650    186596   no data   no data  --
3.58/1.00	c  S st    18     30001       100      2130         0     10057     10650    186596   no data   no data  --
3.99/1.03	c  S st    18     30506       100      2130         0     10541     10650    197114   no data   no data  --
3.99/1.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.99/1.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.99/1.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
3.99/1.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.99/1.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.99/1.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
3.99/1.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.57/1.44	c lits-rem:      2168  cl-subs:     1926  v-elim:      0  v-fix:    0  time:  1.62 s
5.57/1.48	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.15
5.57/1.48	c calculated reachability. Time: 0.00
5.57/1.48	c  N st    18     30506       100      2130         0      8615     10650    153306   no data   no data  --
6.77/1.79	c  N st    20     37617       100      2130         0      7943     10650    128443   no data   no data  --
7.97/2.05	c  N st    21     44018       100      2130         0     13913     10650    260451   no data   no data  --
8.39/2.14	c  S st    22     45761       100      2130         0     15530     10650    296433   no data   no data  --
8.39/2.19	c  S st    22     46266       100      2130         0     16014     10650    306889   no data   no data  --
8.39/2.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.39/2.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.39/2.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
8.39/2.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.39/2.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.39/2.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
8.39/2.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.18/3.34	c lits-rem:      3959  cl-subs:     1862  v-elim:      0  v-fix:    0  time:  4.56 s
13.18/3.34	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
13.18/3.34	c vivif2 --  cl tried    14152 cl shrink        0 lits rem          0 time: 0.01
13.56/3.40	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.24
13.56/3.40	c calculated reachability. Time: 0.00
13.56/3.40	c  N st    22     46266       100      2130         0     14152     10650    261594   no data   no data  --
16.36/4.14	c  N st    23     60664       100      2130         0     10008     10650    150792   no data   no data  --
18.35/4.61	c  N st    24     69399       100      2130         0     18095     10650    324730   no data   no data  --
18.35/4.61	c  S st    24     69399       100      2130         0     18095     10650    324730   no data   no data  --
18.35/4.66	c  S st    24     69902       100      2130         0     18580     10650    335132   no data   no data  --
18.35/4.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.35/4.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
18.35/4.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
18.35/4.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.35/4.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.35/4.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
18.35/4.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
23.54/5.93	c lits-rem:      3340  cl-subs:     2474  v-elim:      0  v-fix:    0  time:  5.02 s
23.54/5.93	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
23.54/5.93	c vivif2 --  cl tried    16106 cl shrink        0 lits rem          0 time: 0.01
23.94/6.00	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.28
23.94/6.00	c calculated reachability. Time: 0.00
23.94/6.00	c  N st    24     69902       100      2130         0     16106     10650    280437   no data   no data  --
27.53/6.95	c  F st    25     87501       100      2130         0     11305     10650    162255   no data   no data  --
27.53/6.95	c  N st    25     87501       100      2130         0     11305     10650    162255   no data   no data  --
28.73/7.23	c Decided on static restart strategy
29.53/7.40	c  N st    32     95542       100      2130         0     18815     10650    328465   no data   no data  --
31.53/7.98	c  N st    34    104853       100      2130         0     15383     10650    247237   no data   no data  --
31.53/7.98	c  S st    34    104853       100      2130         0     15383     10650    247237   no data   no data  --
31.93/8.02	c  S st    34    105353       100      2130         0     15860     10650    257825   no data   no data  --
31.93/8.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
31.93/8.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
31.93/8.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
31.93/8.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
31.93/8.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.93/8.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
31.93/8.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
35.93/9.08	c lits-rem:      1998  cl-subs:     1204  v-elim:      0  v-fix:    0  time:  4.16 s
35.93/9.08	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
35.93/9.08	c vivif2 --  cl tried    14656 cl shrink        0 lits rem          0 time: 0.01
36.32/9.15	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.26
36.32/9.15	c calculated reachability. Time: 0.00
36.32/9.15	c  N st    34    105353       100      2130         0     14656     10650    229969   no data   no data  --
39.14/9.82	c  N st    35    114951       100      2130         0     23585     10650    427025   no data   no data  --
42.72/10.74	c  N st    36    129351       100      2130         0     23888     10650    420108   no data   no data  --
48.71/12.26	c  N st    37    150947       100      2130         0     15214     10650    203992   no data   no data  --
50.31/12.67	c  S st    38    158029       100      2130         0     21747     10650    345877   no data   no data  --
50.71/12.73	c  S st    38    158531       100      2130         0     22222     10650    356483   no data   no data  --
50.71/12.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
50.71/12.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
50.71/12.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
50.71/12.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
50.71/12.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.71/12.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
50.71/12.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
55.90/14.06	c lits-rem:      2656  cl-subs:     2329  v-elim:      0  v-fix:    0  time:  5.24 s
55.90/14.06	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
55.90/14.06	c vivif2 --  cl tried    19893 cl shrink        0 lits rem          0 time: 0.01
56.30/14.14	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.31
56.30/14.14	c calculated reachability. Time: 0.00
56.30/14.14	c  N st    38    158531       100      2130         0     19893     10650    305397   no data   no data  --
71.89/18.03	c  N st    39    207121       100      2130         0     32473     10650    552796   no data   no data  --
81.47/20.46	c  N st    40    237796       100      2130         0     24827     10650    375472   no data   no data  --
81.47/20.46	c  S st    40    237796       100      2130         0     24827     10650    375472   no data   no data  --
81.87/20.52	c  S st    40    238301       100      2130         0     25314     10650    386244   no data   no data  --
81.87/20.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
81.87/20.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
81.87/20.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
81.87/20.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
81.87/20.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
81.87/20.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
81.87/20.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
87.06/21.86	c lits-rem:      2809  cl-subs:     2301  v-elim:      0  v-fix:    0  time:  5.25 s
87.06/21.86	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
87.06/21.86	c vivif2 --  cl tried    23013 cl shrink        0 lits rem          0 time: 0.01
87.47/21.95	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.35
87.47/21.95	c calculated reachability. Time: 0.00
87.47/21.95	c  N st    40    238301       100      2130         0     23013     10650    338454   no data   no data  --
112.23/28.15	c  F st    41    306251       100      2130         0     24945     10650    343123   no data   no data  --
112.23/28.15	c  N st    41    306251       100      2130         0     24945     10650    343123   no data   no data  --
114.25/28.65	c Decided on static restart strategy
123.04/30.84	c  N st    51    334557       100      2130         0     28978     10650    421656   no data   no data  --
131.83/33.04	c  N st    53    357451       100      2130         0     27106     10650    366843   no data   no data  --
131.83/33.04	c  S st    53    357451       100      2130         0     27106     10650    366843   no data   no data  --
132.20/33.11	c  S st    53    357952       100      2130         0     27591     10650    377566   no data   no data  --
132.20/33.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
132.20/33.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
132.20/33.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
132.20/33.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
132.20/33.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
132.20/33.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
132.20/33.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
136.60/34.25	c lits-rem:      1996  cl-subs:     1259  v-elim:      0  v-fix:    0  time:  4.48 s
136.60/34.25	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
136.60/34.26	c vivif2 --  cl tried    26332 cl shrink        0 lits rem          0 time: 0.01
137.00/34.37	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.43
137.00/34.37	c calculated reachability. Time: 0.00
137.00/34.37	c  N st    53    357952       100      2130         0     26332     10650    350070   no data   no data  --
150.58/37.74	c  N st    54    390346       100      2130         0     32280     10650    474055   no data   no data  --
171.75/43.07	c  N st    55    438935       100      2130         0     26398     10650    321169   no data   no data  --
204.91/51.31	c  N st    56    511818       100      2130         0     39058     10650    569893   no data   no data  --
215.69/54.08	c  N st    57    536929       100      2130         0     33716     10650    452856   no data   no data  --
215.69/54.08	c  S st    57    536929       100      2130         0     33716     10650    452856   no data   no data  --
216.09/54.17	c  S st    57    537435       100      2130         0     34199     10650    464021   no data   no data  --
216.09/54.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
216.09/54.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
216.09/54.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.04
216.09/54.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
216.09/54.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
216.09/54.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
216.09/54.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
222.49/55.75	c lits-rem:      2153  cl-subs:     1607  v-elim:      0  v-fix:    0  time:  6.20 s
222.49/55.75	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
222.49/55.75	c vivif2 --  cl tried    32592 cl shrink        0 lits rem          0 time: 0.02
222.89/55.89	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.55
222.89/55.89	c calculated reachability. Time: 0.00
222.89/55.89	c  N st    57    537435       100      2130         0     32592     10650    428003   no data   no data  --
302.38/75.79	c  N st    58    701419       100      2130         0     60037     10650    968911   no data   no data  --
359.11/89.93	c  N st    59    806154       100      2130         0     54083     10650    793174   no data   no data  --
359.11/89.93	c  S st    59    806154       100      2130         0     54083     10650    793174   no data   no data  --
359.51/90.08	c  S st    59    806655       100      2130         0     54564     10650    804348   no data   no data  --
359.51/90.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
359.51/90.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
359.93/90.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.07
359.93/90.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
359.93/90.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
359.93/90.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
359.93/90.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
377.50/94.53	c lits-rem:      1682  cl-subs:     7010  v-elim:      0  v-fix:    0  time: 17.55 s
377.50/94.53	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
377.50/94.54	c vivif2 --  cl tried    47554 cl shrink        0 lits rem          0 time: 0.03
378.28/94.77	c asymm  cl-useful: 0/2046/2130 lits-rem:0 time: 0.95
378.28/94.78	c calculated reachability. Time: 0.00
378.28/94.78	c  N st    59    806655       100      2130         0     47554     10650    673298   no data   no data  --
531.30/133.10	c  F st    60   1071875       100      2130         0     63005     10650    932428   no data   no data  --
531.30/133.10	c  N st    60   1071875       100      2130         0     63005     10650    932428   no data   no data  --
535.27/134.09	c Decided on static restart strategy
555.24/139.01	c  N st    70   1100178       100      2130         0     47849     10650    603012   no data   no data  --
578.01/144.71	c  N st    72   1136170       100      2130         0     80996     10650   1344822   no data   no data  --
596.79/149.44	c  N st    73   1168563       100      2130         0     68536     10650   1047066   no data   no data  --
620.75/155.43	c  N st    74   1209982       100      2130         0     63445     10650    932070   no data   no data  --
620.75/155.43	c  S st    74   1209982       100      2130         0     63445     10650    932070   no data   no data  --
621.56/155.64	c  S st    74   1210487       100      2130         0     63925     10650    943157   no data   no data  --
621.56/155.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
621.56/155.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
621.56/155.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.10
621.95/155.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
621.95/155.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
621.95/155.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
621.95/155.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
643.53/161.18	c lits-rem:      1685  cl-subs:     5084  v-elim:      0  v-fix:    0  time: 21.88 s
643.53/161.18	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
643.53/161.19	c vivif2 --  cl tried    58841 cl shrink        0 lits rem          0 time: 0.04
644.73/161.44	c asymm  cl-useful: 0/1763/2130 lits-rem:0 time: 1.02
644.73/161.45	c calculated reachability. Time: 0.00
644.73/161.45	c  N st    74   1210487       100      2130         0     58841     10650    836455   no data   no data  --
698.71/175.07	c  N st    75   1283372       100      2130         0     81674     10650   1290397   no data   no data  --
785.73/196.99	c  N st    76   1392697       100      2130         0     91291     10650   1488781   no data   no data  --
913.93/229.08	c  N st    77   1556681       100      2130         0     98028     10650   1563217   no data   no data  --
1036.57/259.70	c  N st    78   1710488       100      2130         0     88139     10650   1348163   no data   no data  --
1036.57/259.70	c  S st    78   1710488       100      2130         0     88139     10650   1348163   no data   no data  --
1037.37/259.99	c  S st    78   1710990       100      2130         0     88627     10650   1359264   no data   no data  --
1037.77/260.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1037.77/260.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1037.77/260.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.16
1037.77/260.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1037.77/260.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1037.77/260.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
1037.77/260.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1096.88/274.85	c lits-rem:      2173  cl-subs:    10603  v-elim:      0  v-fix:    0  time: 58.97 s
1096.88/274.85	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
1096.88/274.86	c vivif2 --  cl tried    78024 cl shrink        0 lits rem          0 time: 0.06
1098.08/275.17	c asymm  cl-useful: 0/1327/2130 lits-rem:0 time: 1.23
1098.08/275.17	c calculated reachability. Time: 0.00
1098.08/275.17	c  N st    78   1710990       100      2130         0     78024     10650   1154498   no data   no data  --
1424.05/356.74	c  N st    79   2079955       100      2130         0     89890     10650   1322537   no data   no data  --
1541.11/386.07	c  N st    80   2210990       100      2130         0     93604     10650   1382128   no data   no data  --
1541.11/386.07	c  S st    80   2210990       100      2130         0     93604     10650   1382128   no data   no data  --
1542.29/386.39	c  S st    80   2211492       100      2130         0     94082     10650   1393209   no data   no data  --
1542.29/386.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1542.29/386.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1542.68/386.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.19
1542.68/386.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1542.68/386.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1542.68/386.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
1542.68/386.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1616.58/404.94	c lits-rem:      2310  cl-subs:    11036  v-elim:      0  v-fix:    0  time: 73.73 s
1616.58/404.94	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
1616.58/404.96	c vivif2 --  cl tried    83046 cl shrink        0 lits rem          0 time: 0.06
1617.78/405.21	c asymm  cl-useful: 0/803/2130 lits-rem:0 time: 1.01
1617.78/405.22	c calculated reachability. Time: 0.00
1617.78/405.22	c  N st    80   2211492       100      2130         0     83046     10650   1173830   no data   no data  --
2091.54/523.84	c  N st    81   2711494       100      2130         0    105949     10650   1585317   no data   no data  --
2091.54/523.84	c  S st    81   2711494       100      2130         0    105949     10650   1585317   no data   no data  --
2093.14/524.20	c  S st    81   2712000       100      2130         0    106438     10650   1596728   no data   no data  --
2093.14/524.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2093.14/524.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2093.14/524.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.20
2093.54/524.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2093.54/524.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2093.54/524.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
2093.54/524.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2176.21/545.05	c lits-rem:      4075  cl-subs:    11665  v-elim:      0  v-fix:    0  time: 82.87 s
2176.21/545.05	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
2176.21/545.07	c vivif2 --  cl tried    94773 cl shrink        0 lits rem          0 time: 0.07
2177.41/545.39	c asymm  cl-useful: 0/1202/2130 lits-rem:0 time: 1.29
2177.81/545.40	c calculated reachability. Time: 0.00
2177.81/545.40	c  N st    81   2712000       100      2130         0     94773     10650   1376451   no data   no data  --
2694.31/674.70	c  N st    82   3212002       100      2130         0     72412     10650    779924   no data   no data  --
2694.31/674.70	c  S st    82   3212002       100      2130         0     72412     10650    779924   no data   no data  --
2695.11/674.93	c  S st    82   3212505       100      2130         0     72893     10650    791211   no data   no data  --
2695.11/674.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2695.11/674.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2695.11/674.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.11
2695.11/674.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2695.11/674.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2695.11/674.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
2695.11/674.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2713.48/679.52	c lits-rem:       578  cl-subs:      604  v-elim:      0  v-fix:    0  time: 18.09 s
2713.48/679.52	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
2713.48/679.53	c vivif2 --  cl tried    72289 cl shrink        0 lits rem          0 time: 0.04
2714.29/679.77	c asymm  cl-useful: 0/928/2130 lits-rem:0 time: 0.93
2714.29/679.77	c calculated reachability. Time: 0.00
2714.29/679.77	c  N st    82   3212505       100      2130         0     72289     10650    780407   no data   no data  --
3281.90/821.86	c  N st    83   3712506       100      2130         0     82482     10650    934338   no data   no data  --
3281.90/821.86	c  S st    83   3712506       100      2130         0     82482     10650    934338   no data   no data  --
3283.10/822.12	c  S st    83   3713007       100      2130         0     82963     10650    945498   no data   no data  --
3283.10/822.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3283.10/822.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3283.10/822.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.14
3283.10/822.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3283.10/822.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3283.10/822.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
3283.10/822.19	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3306.67/828.03	c lits-rem:      1540  cl-subs:     1794  v-elim:      0  v-fix:    0  time: 23.34 s
3306.67/828.03	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
3306.67/828.04	c vivif2 --  cl tried    81169 cl shrink        0 lits rem          0 time: 0.05
3307.89/828.34	c asymm  cl-useful: 0/1298/2130 lits-rem:0 time: 1.18
3307.89/828.34	c calculated reachability. Time: 0.00
3307.89/828.34	c  N st    83   3713007       100      2130         0     81169     10650    912509   no data   no data  --
3351.43/839.21	c  F st    84   3751564       100      2130         0    116477     10650   1676601   no data   no data  --
3351.43/839.21	c  N st    84   3751564       100      2130         0    116477     10650   1676601   no data   no data  --
3359.41/841.23	c Decided on static restart strategy
3394.15/849.99	c  N st    94   3779866       100      2130         0    142513     10650   2245188   no data   no data  --
3441.30/861.77	c  N st    96   3815860       100      2130         0     97859     10650   1256756   no data   no data  --
3487.65/873.34	c  N st    97   3848252       100      2130         0    127540     10650   1876099   no data   no data  --
3555.94/890.40	c  N st    98   3896841       100      2130         0     93514     10650   1142270   no data   no data  --
3663.41/917.33	c  N st    99   3969723       100      2130         0     80606     10650    856554   no data   no data  --
3788.02/948.57	c  N st   100   4079046       100      2130         0    100163     10650   1276780   no data   no data  --
3953.41/989.93	c  N st   101   4213009       100      2130         0    141228     10650   2160177   no data   no data  --
3953.41/989.93	c  S st   101   4213009       100      2130         0    141228     10650   2160177   no data   no data  --
3955.39/990.44	c  S st   101   4213512       100      2130         0    141704     10650   2171206   no data   no data  --
3955.39/990.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3955.39/990.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3955.79/990.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.29
3955.79/990.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3955.79/990.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3955.79/990.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
3955.79/990.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4451.11/1114.56	c lits-rem:      7585  cl-subs:    17340  v-elim:      0  v-fix:    0  time: 495.08 s
4451.11/1114.56	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
4451.11/1114.59	c vivif2 --  cl tried   124364 cl shrink        0 lits rem          0 time: 0.10
4453.11/1115.01	c asymm  cl-useful: 0/673/2130 lits-rem:0 time: 1.67
4453.11/1115.01	c calculated reachability. Time: 0.00
4453.11/1115.01	c  N st   101   4213512       100      2130         0    124364     10650   1824664   no data   no data  --

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3368851-1307656903/watcher-3368851-1307656903 -o /tmp/evaluation-result-3368851-1307656903/solver-3368851-1307656903 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368851-1307656903.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: 6.90 7.67 6.10 3/175 13477
/proc/meminfo: memFree=31839708/32951124 swapFree=67076880/67111528
[pid=13477] ppid=13474 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/13477/stat : 13477 (strangenight1-m) R 13474 13477 13044 0 -1 4202496 412 0 1 0 0 0 0 0 19 0 4 0 877288010 52465664 353 33554432000 4194304 4650419 140735886718768 18446744073709551615 47207715665842 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13477/statm: 12809 353 303 112 0 7774 0
[pid=13477/tid=13478] ppid=13474 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/13477/task/13478/stat : 13478 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 4 0 877288011 52465664 353 33554432000 4194304 4650419 140735886718768 18446744073709551615 212687731697 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13477/tid=13479] ppid=13474 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/13477/task/13479/stat : 13479 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 877288011 52465664 353 33554432000 4194304 4650419 140735886718768 18446744073709551615 212682706330 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13477/tid=13480] ppid=13474 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/13477/task/13480/stat : 13480 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 877288011 52465664 353 33554432000 4194304 4650419 140735886718768 18446744073709551615 212682707176 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.0993941 s]
/proc/loadavg: 6.90 7.67 6.10 3/175 13477
/proc/meminfo: memFree=31839708/32951124 swapFree=67076880/67111528
[pid=13477] ppid=13474 vsize=282552 CPUtime=0.37 cores=0,2,4,6
/proc/13477/stat : 13477 (strangenight1-m) R 13474 13477 13044 0 -1 4202496 1749 0 1 0 37 0 0 0 18 0 4 0 877288010 289333248 1604 33554432000 4194304 4650419 140735886718768 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13477/statm: 70638 1604 389 112 0 65603 0
[pid=13477/tid=13478] ppid=13474 vsize=282552 CPUtime=0.09 cores=0,2,4,6
/proc/13477/task/13478/stat : 13478 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 368 0 0 0 9 0 0 0 21 0 4 0 877288011 289333248 1604 33554432000 4194304 4650419 140735886718768 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13477/tid=13479] ppid=13474 vsize=282552 CPUtime=0.09 cores=0,2,4,6
/proc/13477/task/13479/stat : 13479 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 342 0 0 0 9 0 0 0 18 0 4 0 877288011 289333248 1604 33554432000 4194304 4650419 140735886718768 18446744073709551615 4334389 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13477/tid=13480] ppid=13474 vsize=282552 CPUtime=0.09 cores=0,2,4,6
/proc/13477/task/13480/stat : 13480 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 264 0 0 0 9 0 0 0 18 0 4 0 877288011 289333248 1604 33554432000 4194304 4650419 140735886718768 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282552

[startup+0.100393 s]
/proc/loadavg: 6.90 7.67 6.10 3/175 13477
/proc/meminfo: memFree=31839708/32951124 swapFree=67076880/67111528
[pid=13477] ppid=13474 vsize=282552 CPUtime=0.37 cores=0,2,4,6
/proc/13477/stat : 13477 (strangenight1-m) R 13474 13477 13044 0 -1 4202496 1752 0 1 0 37 0 0 0 18 0 4 0 877288010 289333248 1607 33554432000 4194304 4650419 140735886718768 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13477/statm: 70638 1607 389 112 0 65603 0
[pid=13477/tid=13478] ppid=13474 vsize=282552 CPUtime=0.09 cores=0,2,4,6
/proc/13477/task/13478/stat : 13478 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 368 0 0 0 9 0 0 0 21 0 4 0 877288011 289333248 1607 33554432000 4194304 4650419 140735886718768 18446744073709551615 4363386 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13477/tid=13479] ppid=13474 vsize=282552 CPUtime=0.09 cores=0,2,4,6
/proc/13477/task/13479/stat : 13479 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 343 0 0 0 9 0 0 0 18 0 4 0 877288011 289333248 1607 33554432000 4194304 4650419 140735886718768 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13477/tid=13480] ppid=13474 vsize=282552 CPUtime=0.09 cores=0,2,4,6
/proc/13477/task/13480/stat : 13480 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 265 0 0 0 9 0 0 0 18 0 4 0 877288011 289333248 1607 33554432000 4194304 4650419 140735886718768 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282552

[startup+0.300357 s]
/proc/loadavg: 6.90 7.67 6.10 3/175 13477
/proc/meminfo: memFree=31839708/32951124 swapFree=67076880/67111528
[pid=13477] ppid=13474 vsize=284140 CPUtime=1.17 cores=0,2,4,6
/proc/13477/stat : 13477 (strangenight1-m) R 13474 13477 13044 0 -1 4202496 3114 0 1 0 117 0 0 0 18 0 4 0 877288010 290959360 2049 33554432000 4194304 4650419 140735886718768 18446744073709551615 4366845 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13477/statm: 71035 2049 391 112 0 66000 0
[pid=13477/tid=13478] ppid=13474 vsize=284140 CPUtime=0.29 cores=0,2,4,6
/proc/13477/task/13478/stat : 13478 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 781 0 0 0 29 0 0 0 21 0 4 0 877288011 290959360 2049 33554432000 4194304 4650419 140735886718768 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13477/tid=13479] ppid=13474 vsize=284140 CPUtime=0.29 cores=0,2,4,6
/proc/13477/task/13479/stat : 13479 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 613 0 0 0 29 0 0 0 18 0 4 0 877288011 290959360 2049 33554432000 4194304 4650419 140735886718768 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13477/tid=13480] ppid=13474 vsize=284140 CPUtime=0.29 cores=0,2,4,6
/proc/13477/task/13480/stat : 13480 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 668 0 0 0 29 0 0 0 18 0 4 0 877288011 290959360 2049 33554432000 4194304 4650419 140735886718768 18446744073709551615 4365227 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) 284140

[startup+0.700283 s]
/proc/loadavg: 6.90 7.67 6.10 3/175 13477
/proc/meminfo: memFree=31839708/32951124 swapFree=67076880/67111528
[pid=13477] ppid=13474 vsize=285304 CPUtime=2.77 cores=0,2,4,6
/proc/13477/stat : 13477 (strangenight1-m) R 13474 13477 13044 0 -1 4202496 5089 0 1 0 277 0 0 0 18 0 4 0 877288010 292151296 2632 33554432000 4194304 4650419 140735886718768 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13477/statm: 71326 2632 391 112 0 66291 0
[pid=13477/tid=13478] ppid=13474 vsize=285304 CPUtime=0.69 cores=0,2,4,6
/proc/13477/task/13478/stat : 13478 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 1225 0 0 0 69 0 0 0 22 0 4 0 877288011 292151296 2632 33554432000 4194304 4650419 140735886718768 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13477/tid=13479] ppid=13474 vsize=285304 CPUtime=0.69 cores=0,2,4,6
/proc/13477/task/13479/stat : 13479 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 1178 0 0 0 69 0 0 0 18 0 4 0 877288011 292151296 2632 33554432000 4194304 4650419 140735886718768 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13477/tid=13480] ppid=13474 vsize=285304 CPUtime=0.69 cores=0,2,4,6
/proc/13477/task/13480/stat : 13480 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 1058 0 0 0 69 0 0 0 18 0 4 0 877288011 292151296 2632 33554432000 4194304 4650419 140735886718768 18446744073709551615 4364766 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285304

[startup+1.50114 s]
/proc/loadavg: 6.90 7.67 6.10 11/184 13489
/proc/meminfo: memFree=31817912/32951124 swapFree=67076880/67111528
[pid=13477] ppid=13474 vsize=281620 CPUtime=5.97 cores=0,2,4,6
/proc/13477/stat : 13477 (strangenight1-m) R 13474 13477 13044 0 -1 4202496 10049 0 1 0 596 1 0 0 20 0 4 0 877288010 288378880 5279 33554432000 4194304 4650419 140735886718768 18446744073709551615 4364762 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13477/statm: 70405 5279 393 112 0 65370 0
[pid=13477/tid=13478] ppid=13474 vsize=281620 CPUtime=1.48 cores=0,2,4,6
/proc/13477/task/13478/stat : 13478 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 2928 0 0 0 148 0 0 0 25 0 4 0 877288011 288378880 5280 33554432000 4194304 4650419 140735886718768 18446744073709551615 4370526 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13477/tid=13479] ppid=13474 vsize=281620 CPUtime=1.49 cores=0,2,4,6
/proc/13477/task/13479/stat : 13479 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 2011 0 0 0 149 0 0 0 20 0 4 0 877288011 288378880 5280 33554432000 4194304 4650419 140735886718768 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13477/tid=13480] ppid=13474 vsize=281620 CPUtime=1.49 cores=0,2,4,6
/proc/13477/task/13480/stat : 13480 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 1832 0 0 0 149 0 0 0 20 0 4 0 877288011 288378880 5280 33554432000 4194304 4650419 140735886718768 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 281620

[startup+3.10085 s]
/proc/loadavg: 6.90 7.67 6.10 9/184 13489
/proc/meminfo: memFree=31787160/32951124 swapFree=67076880/67111528
[pid=13477] ppid=13474 vsize=281804 CPUtime=12.36 cores=0,2,4,6
/proc/13477/stat : 13477 (strangenight1-m) R 13474 13477 13044 0 -1 4202496 16524 0 1 0 1234 2 0 0 25 0 4 0 877288010 288567296 9896 33554432000 4194304 4650419 140735886718768 18446744073709551615 4438399 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13477/statm: 70451 9896 393 112 0 65416 0
[pid=13477/tid=13478] ppid=13474 vsize=281804 CPUtime=3.07 cores=0,2,4,6
/proc/13477/task/13478/stat : 13478 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 3968 0 0 0 307 0 0 0 25 0 4 0 877288011 288567296 9896 33554432000 4194304 4650419 140735886718768 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13477/tid=13479] ppid=13474 vsize=281804 CPUtime=3.09 cores=0,2,4,6
/proc/13477/task/13479/stat : 13479 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 4029 0 0 0 309 0 0 0 25 0 4 0 877288011 288567296 9896 33554432000 4194304 4650419 140735886718768 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13477/tid=13480] ppid=13474 vsize=281804 CPUtime=3.08 cores=0,2,4,6
/proc/13477/task/13480/stat : 13480 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 3796 0 0 0 308 0 0 0 25 0 4 0 877288011 288567296 9896 33554432000 4194304 4650419 140735886718768 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 281804

[startup+6.30026 s]
/proc/loadavg: 6.99 7.68 6.11 9/184 13490
/proc/meminfo: memFree=31738156/32951124 swapFree=67076880/67111528
[pid=13477] ppid=13474 vsize=287944 CPUtime=25.14 cores=0,2,4,6
/proc/13477/stat : 13477 (strangenight1-m) R 13474 13477 13044 0 -1 4202496 24585 0 1 0 2510 4 0 0 25 0 4 0 877288010 294854656 13020 33554432000 4194304 4650419 140735886718768 18446744073709551615 4334290 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13477/statm: 71986 13020 393 112 0 66951 0
[pid=13477/tid=13478] ppid=13474 vsize=287944 CPUtime=6.25 cores=0,2,4,6
/proc/13477/task/13478/stat : 13478 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 6252 0 0 0 625 0 0 0 25 0 4 0 877288011 294854656 13020 33554432000 4194304 4650419 140735886718768 18446744073709551615 4304308 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13477/tid=13479] ppid=13474 vsize=287944 CPUtime=6.28 cores=0,2,4,6
/proc/13477/task/13479/stat : 13479 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 6503 0 0 0 628 0 0 0 25 0 4 0 877288011 294854656 13020 33554432000 4194304 4650419 140735886718768 18446744073709551615 4439099 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13477/tid=13480] ppid=13474 vsize=287944 CPUtime=6.29 cores=0,2,4,6
/proc/13477/task/13480/stat : 13480 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 5417 0 0 0 628 1 0 0 25 0 4 0 877288011 294854656 13020 33554432000 4194304 4650419 140735886718768 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 287944

[startup+12.7011 s]
/proc/loadavg: 7.07 7.68 6.12 9/184 13490
/proc/meminfo: memFree=31694756/32951124 swapFree=67076880/67111528
[pid=13477] ppid=13474 vsize=282736 CPUtime=50.71 cores=0,2,4,6
/proc/13477/stat : 13477 (strangenight1-m) R 13474 13477 13044 0 -1 4202496 37788 0 1 0 5064 7 0 0 25 0 4 0 877288010 289521664 16545 33554432000 4194304 4650419 140735886718768 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13477/statm: 70684 16545 393 112 0 65649 0
[pid=13477/tid=13478] ppid=13474 vsize=282736 CPUtime=12.62 cores=0,2,4,6
/proc/13477/task/13478/stat : 13478 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 9916 0 0 0 1261 1 0 0 25 0 4 0 877288011 289521664 16545 33554432000 4194304 4650419 140735886718768 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13477/tid=13479] ppid=13474 vsize=282736 CPUtime=12.69 cores=0,2,4,6
/proc/13477/task/13479/stat : 13479 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 9710 0 0 0 1268 1 0 0 25 0 4 0 877288011 289521664 16545 33554432000 4194304 4650419 140735886718768 18446744073709551615 4365348 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13477/tid=13480] ppid=13474 vsize=282736 CPUtime=12.68 cores=0,2,4,6
/proc/13477/task/13480/stat : 13480 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 8404 0 0 0 1267 1 0 0 25 0 4 0 877288011 289521664 16545 33554432000 4194304 4650419 140735886718768 18446744073709551615 4366928 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 282736

[startup+25.5008 s]
/proc/loadavg: 7.27 7.70 6.14 9/184 13490
/proc/meminfo: memFree=31631024/32951124 swapFree=67076880/67111528
[pid=13477] ppid=13474 vsize=300724 CPUtime=101.84 cores=0,2,4,6
/proc/13477/stat : 13477 (strangenight1-m) R 13474 13477 13044 0 -1 4202496 58174 0 1 0 10173 11 0 0 25 0 4 0 877288010 307941376 23565 33554432000 4194304 4650419 140735886718768 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13477/statm: 75181 23565 393 112 0 70146 0
[pid=13477/tid=13478] ppid=13474 vsize=300724 CPUtime=25.36 cores=0,2,4,6
/proc/13477/task/13478/stat : 13478 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 16122 0 0 0 2534 2 0 0 25 0 4 0 877288011 307941376 23565 33554432000 4194304 4650419 140735886718768 18446744073709551615 4313071 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13477/tid=13479] ppid=13474 vsize=300724 CPUtime=25.48 cores=0,2,4,6
/proc/13477/task/13479/stat : 13479 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 16032 0 0 0 2546 2 0 0 25 0 4 0 877288011 307941376 23565 33554432000 4194304 4650419 140735886718768 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13477/tid=13480] ppid=13474 vsize=300724 CPUtime=25.48 cores=0,2,4,6
/proc/13477/task/13480/stat : 13480 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 11345 0 0 0 2546 2 0 0 25 0 4 0 877288011 307941376 23565 33554432000 4194304 4650419 140735886718768 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 300724

[startup+51.1011 s]
/proc/loadavg: 7.60 7.74 6.20 9/184 13491
/proc/meminfo: memFree=31584440/32951124 swapFree=67076880/67111528
[pid=13477] ppid=13474 vsize=310540 CPUtime=204.11 cores=0,2,4,6
/proc/13477/stat : 13477 (strangenight1-m) R 13474 13477 13044 0 -1 4202496 89042 0 1 0 20391 20 0 0 25 0 4 0 877288010 317992960 27047 33554432000 4194304 4650419 140735886718768 18446744073709551615 4365321 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13477/statm: 77635 27047 393 112 0 72600 0
[pid=13477/tid=13478] ppid=13474 vsize=310540 CPUtime=50.83 cores=0,2,4,6
/proc/13477/task/13478/stat : 13478 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 25085 0 0 0 5079 4 0 0 25 0 4 0 877288011 317992960 27047 33554432000 4194304 4650419 140735886718768 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13477/tid=13479] ppid=13474 vsize=310540 CPUtime=51.08 cores=0,2,4,6
/proc/13477/task/13479/stat : 13479 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 25281 0 0 0 5103 5 0 0 25 0 4 0 877288011 317992960 27047 33554432000 4194304 4650419 140735886718768 18446744073709551615 4364779 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13477/tid=13480] ppid=13474 vsize=310540 CPUtime=51.08 cores=0,2,4,6
/proc/13477/task/13480/stat : 13480 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 15710 0 0 0 5105 3 0 0 25 0 4 0 877288011 317992960 27047 33554432000 4194304 4650419 140735886718768 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 204.11
Current children cumulated vsize (KiB) 310540

[startup+102.307 s]
/proc/loadavg: 7.82 7.77 6.29 9/184 13492
/proc/meminfo: memFree=31516328/32951124 swapFree=67076880/67111528
[pid=13477] ppid=13474 vsize=324572 CPUtime=408.66 cores=0,2,4,6
/proc/13477/stat : 13477 (strangenight1-m) R 13474 13477 13044 0 -1 4202496 138047 0 1 0 40832 34 0 0 25 0 4 0 877288010 332361728 38897 33554432000 4194304 4650419 140735886718768 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13477/statm: 81143 38897 393 112 0 76108 0
[pid=13477/tid=13478] ppid=13474 vsize=324572 CPUtime=101.75 cores=0,2,4,6
/proc/13477/task/13478/stat : 13478 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 37151 0 0 0 10168 7 0 0 25 0 4 0 877288011 332361728 38897 33554432000 4194304 4650419 140735886718768 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13477/tid=13479] ppid=13474 vsize=324572 CPUtime=102.29 cores=0,2,4,6
/proc/13477/task/13479/stat : 13479 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 40306 0 0 0 10219 10 0 0 25 0 4 0 877288011 332361728 38897 33554432000 4194304 4650419 140735886718768 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13477/tid=13480] ppid=13474 vsize=324572 CPUtime=102.3 cores=0,2,4,6
/proc/13477/task/13480/stat : 13480 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 22929 0 0 0 10224 6 0 0 25 0 4 0 877288011 332361728 38897 33554432000 4194304 4650419 140735886718768 18446744073709551615 4365231 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.66
Current children cumulated vsize (KiB) 324572

[startup+162.301 s]

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

[pid=13477] ppid=13474 vsize=528280 CPUtime=2804.56 cores=0,2,4,6
/proc/13477/stat : 13477 (strangenight1-m) R 13474 13477 13044 0 -1 4202496 423627 0 1 0 280318 138 0 0 25 0 4 0 877288010 540958720 83154 33554432000 4194304 4650419 140735886718768 18446744073709551615 4334268 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13477/statm: 132070 83154 393 112 0 127035 0
[pid=13477/tid=13478] ppid=13474 vsize=528280 CPUtime=697.65 cores=0,2,4,6
/proc/13477/task/13478/stat : 13478 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 83186 0 0 0 69743 22 0 0 25 0 4 0 877288011 540958720 83154 33554432000 4194304 4650419 140735886718768 18446744073709551615 4313058 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13477/tid=13479] ppid=13474 vsize=528280 CPUtime=702.3 cores=0,2,4,6
/proc/13477/task/13479/stat : 13479 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 137148 0 0 0 70185 45 0 0 25 0 4 0 877288011 540958720 83155 33554432000 4194304 4650419 140735886718768 18446744073709551615 4520021 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13477/tid=13480] ppid=13474 vsize=528280 CPUtime=702.29 cores=0,2,4,6
/proc/13477/task/13480/stat : 13480 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 65804 0 0 0 70207 22 0 0 25 0 4 0 877288011 540958720 83155 33554432000 4194304 4650419 140735886718768 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2804.56
Current children cumulated vsize (KiB) 528280

[startup+762.306 s]
/proc/loadavg: 8.04 8.07 7.20 9/184 13513
/proc/meminfo: memFree=31061876/32951124 swapFree=67076880/67111528
[pid=13477] ppid=13474 vsize=596500 CPUtime=3044.26 cores=0,2,4,6
/proc/13477/stat : 13477 (strangenight1-m) R 13474 13477 13044 0 -1 4202496 445697 0 1 0 304280 146 0 0 25 0 4 0 877288010 610816000 89589 33554432000 4194304 4650419 140735886718768 18446744073709551615 4365289 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13477/statm: 149125 89589 393 112 0 144090 0
[pid=13477/tid=13478] ppid=13474 vsize=596500 CPUtime=757.33 cores=0,2,4,6
/proc/13477/task/13478/stat : 13478 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 84353 0 0 0 75710 23 0 0 25 0 4 0 877288011 610816000 89589 33554432000 4194304 4650419 140735886718768 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13477/tid=13479] ppid=13474 vsize=596500 CPUtime=762.31 cores=0,2,4,6
/proc/13477/task/13479/stat : 13479 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 145296 0 0 0 76183 48 0 0 25 0 4 0 877288011 610816000 89589 33554432000 4194304 4650419 140735886718768 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13477/tid=13480] ppid=13474 vsize=596500 CPUtime=762.3 cores=0,2,4,6
/proc/13477/task/13480/stat : 13480 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 70057 0 0 0 76206 24 0 0 25 0 4 0 877288011 610816000 89589 33554432000 4194304 4650419 140735886718768 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3044.26
Current children cumulated vsize (KiB) 596500

[startup+822.3 s]
/proc/loadavg: 8.08 8.07 7.26 9/184 13514
/proc/meminfo: memFree=31061236/32951124 swapFree=67076880/67111528
[pid=13477] ppid=13474 vsize=596784 CPUtime=3283.91 cores=0,2,4,6
/proc/13477/stat : 13477 (strangenight1-m) R 13474 13477 13044 0 -1 4202496 463677 0 1 0 328238 153 0 0 25 0 4 0 877288010 611106816 87827 33554432000 4194304 4650419 140735886718768 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13477/statm: 149196 87827 393 112 0 144161 0
[pid=13477/tid=13478] ppid=13474 vsize=596784 CPUtime=816.99 cores=0,2,4,6
/proc/13477/task/13478/stat : 13478 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 85044 0 0 0 81676 23 0 0 25 0 4 0 877288011 611106816 87827 33554432000 4194304 4650419 140735886718768 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13477/tid=13479] ppid=13474 vsize=596784 CPUtime=822.3 cores=0,2,4,6
/proc/13477/task/13479/stat : 13479 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 151147 0 0 0 82180 50 0 0 25 0 4 0 877288011 611106816 87827 33554432000 4194304 4650419 140735886718768 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13477/tid=13480] ppid=13474 vsize=596784 CPUtime=822.3 cores=0,2,4,6
/proc/13477/task/13480/stat : 13480 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 72212 0 0 0 82205 25 0 0 25 0 4 0 877288011 611106816 87827 33554432000 4194304 4650419 140735886718768 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3283.91
Current children cumulated vsize (KiB) 596784

[startup+882.3 s]
/proc/loadavg: 8.03 8.05 7.30 9/184 13516
/proc/meminfo: memFree=30993988/32951124 swapFree=67076880/67111528
[pid=13477] ppid=13474 vsize=599144 CPUtime=3523.58 cores=0,2,4,6
/proc/13477/stat : 13477 (strangenight1-m) R 13474 13477 13044 0 -1 4202496 479503 0 1 0 352198 160 0 0 25 0 4 0 877288010 613523456 88445 33554432000 4194304 4650419 140735886718768 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13477/statm: 149786 88445 393 112 0 144751 0
[pid=13477/tid=13478] ppid=13474 vsize=599144 CPUtime=876.66 cores=0,2,4,6
/proc/13477/task/13478/stat : 13478 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 85652 0 0 0 87642 24 0 0 25 0 4 0 877288011 613523456 88445 33554432000 4194304 4650419 140735886718768 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13477/tid=13479] ppid=13474 vsize=599144 CPUtime=882.3 cores=0,2,4,6
/proc/13477/task/13479/stat : 13479 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 156928 0 0 0 88177 53 0 0 25 0 4 0 877288011 613523456 88445 33554432000 4194304 4650419 140735886718768 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13477/tid=13480] ppid=13474 vsize=599144 CPUtime=882.3 cores=0,2,4,6
/proc/13477/task/13480/stat : 13480 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 75820 0 0 0 88204 26 0 0 25 0 4 0 877288011 613523456 88445 33554432000 4194304 4650419 140735886718768 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3523.58
Current children cumulated vsize (KiB) 599144

[startup+942.3 s]
/proc/loadavg: 8.05 8.05 7.35 9/184 13518
/proc/meminfo: memFree=30989980/32951124 swapFree=67076880/67111528
[pid=13477] ppid=13474 vsize=600728 CPUtime=3763.26 cores=0,2,4,6
/proc/13477/stat : 13477 (strangenight1-m) R 13474 13477 13044 0 -1 4202496 497194 0 1 0 376160 166 0 0 25 0 4 0 877288010 615145472 91672 33554432000 4194304 4650419 140735886718768 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13477/statm: 150182 91672 393 112 0 145147 0
[pid=13477/tid=13478] ppid=13474 vsize=600728 CPUtime=936.33 cores=0,2,4,6
/proc/13477/task/13478/stat : 13478 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 86127 0 0 0 93609 24 0 0 25 0 4 0 877288011 615145472 91672 33554432000 4194304 4650419 140735886718768 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13477/tid=13479] ppid=13474 vsize=600728 CPUtime=942.31 cores=0,2,4,6
/proc/13477/task/13479/stat : 13479 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 164607 0 0 0 94175 56 0 0 25 0 4 0 877288011 615145472 91673 33554432000 4194304 4650419 140735886718768 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13477/tid=13480] ppid=13474 vsize=600728 CPUtime=942.3 cores=0,2,4,6
/proc/13477/task/13480/stat : 13480 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 78264 0 0 0 94203 27 0 0 25 0 4 0 877288011 615145472 91673 33554432000 4194304 4650419 140735886718768 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3763.26
Current children cumulated vsize (KiB) 600728

[startup+1002.3 s]
/proc/loadavg: 8.05 8.06 7.39 9/184 13519
/proc/meminfo: memFree=30975680/32951124 swapFree=67076880/67111528
[pid=13477] ppid=13474 vsize=601832 CPUtime=4002.92 cores=0,2,4,6
/proc/13477/stat : 13477 (strangenight1-m) R 13474 13477 13044 0 -1 4202496 518403 0 1 0 400118 174 0 0 25 0 4 0 877288010 616275968 94167 33554432000 4194304 4650419 140735886718768 18446744073709551615 4432392 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13477/statm: 150458 94167 393 112 0 145423 0
[pid=13477/tid=13478] ppid=13474 vsize=601832 CPUtime=995.99 cores=0,2,4,6
/proc/13477/task/13478/stat : 13478 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 86128 0 0 0 99575 24 0 0 25 0 4 0 877288011 616275968 94167 33554432000 4194304 4650419 140735886718768 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13477/tid=13479] ppid=13474 vsize=601832 CPUtime=1002.3 cores=0,2,4,6
/proc/13477/task/13479/stat : 13479 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 171706 0 0 0 100171 59 0 0 25 0 4 0 877288011 616275968 94167 33554432000 4194304 4650419 140735886718768 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13477/tid=13480] ppid=13474 vsize=601832 CPUtime=1002.3 cores=0,2,4,6
/proc/13477/task/13480/stat : 13480 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 81023 0 0 0 100202 28 0 0 25 0 4 0 877288011 616275968 94167 33554432000 4194304 4650419 140735886718768 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4002.92
Current children cumulated vsize (KiB) 601832

[startup+1062.3 s]
/proc/loadavg: 8.20 8.09 7.44 9/184 13521
/proc/meminfo: memFree=30969704/32951124 swapFree=67076880/67111528
[pid=13477] ppid=13474 vsize=601892 CPUtime=4242.6 cores=0,2,4,6
/proc/13477/stat : 13477 (strangenight1-m) R 13474 13477 13044 0 -1 4202496 530170 0 1 0 424082 178 0 0 25 0 4 0 877288010 616337408 97242 33554432000 4194304 4650419 140735886718768 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13477/statm: 150473 97242 393 112 0 145438 0
[pid=13477/tid=13478] ppid=13474 vsize=601892 CPUtime=1055.68 cores=0,2,4,6
/proc/13477/task/13478/stat : 13478 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 86619 0 0 0 105543 25 0 0 25 0 4 0 877288011 616337408 97242 33554432000 4194304 4650419 140735886718768 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13477/tid=13479] ppid=13474 vsize=601892 CPUtime=1062.31 cores=0,2,4,6
/proc/13477/task/13479/stat : 13479 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 176373 0 0 0 106169 62 0 0 25 0 4 0 877288011 616337408 97242 33554432000 4194304 4650419 140735886718768 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13477/tid=13480] ppid=13474 vsize=601892 CPUtime=1062.3 cores=0,2,4,6
/proc/13477/task/13480/stat : 13480 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 83824 0 0 0 106202 28 0 0 25 0 4 0 877288011 616337408 97242 33554432000 4194304 4650419 140735886718768 18446744073709551615 4330605 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4242.6
Current children cumulated vsize (KiB) 601892

[startup+1122.3 s]
/proc/loadavg: 8.15 8.09 7.48 9/184 13522
/proc/meminfo: memFree=30956260/32951124 swapFree=67076880/67111528
[pid=13477] ppid=13474 vsize=601988 CPUtime=4482.27 cores=0,2,4,6
/proc/13477/stat : 13477 (strangenight1-m) R 13474 13477 13044 0 -1 4202496 545770 0 1 0 448041 186 0 0 25 0 4 0 877288010 616435712 101113 33554432000 4194304 4650419 140735886718768 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13477/statm: 150497 101113 393 112 0 145462 0
[pid=13477/tid=13478] ppid=13474 vsize=601988 CPUtime=1115.34 cores=0,2,4,6
/proc/13477/task/13478/stat : 13478 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 86619 0 0 0 111509 25 0 0 25 0 4 0 877288011 616435712 101113 33554432000 4194304 4650419 140735886718768 18446744073709551615 4441399 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13477/tid=13479] ppid=13474 vsize=601988 CPUtime=1122.31 cores=0,2,4,6
/proc/13477/task/13479/stat : 13479 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 182581 0 0 0 112165 66 0 0 25 0 4 0 877288011 616435712 101113 33554432000 4194304 4650419 140735886718768 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13477/tid=13480] ppid=13474 vsize=601988 CPUtime=1122.3 cores=0,2,4,6
/proc/13477/task/13480/stat : 13480 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 87547 0 0 0 112200 30 0 0 25 0 4 0 877288011 616435712 101113 33554432000 4194304 4650419 140735886718768 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4482.27
Current children cumulated vsize (KiB) 601988

[startup+1182.3 s]
/proc/loadavg: 8.15 8.10 7.52 9/184 13524
/proc/meminfo: memFree=30941092/32951124 swapFree=67076880/67111528
[pid=13477] ppid=13474 vsize=588508 CPUtime=4721.94 cores=0,2,4,6
/proc/13477/stat : 13477 (strangenight1-m) R 13474 13477 13044 0 -1 4202496 557790 0 1 0 472002 192 0 0 25 0 4 0 877288010 602632192 104287 33554432000 4194304 4650419 140735886718768 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13477/statm: 147127 104287 393 112 0 142092 0
[pid=13477/tid=13478] ppid=13474 vsize=588508 CPUtime=1175.01 cores=0,2,4,6
/proc/13477/task/13478/stat : 13478 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 86619 0 0 0 117476 25 0 0 25 0 4 0 877288011 602632192 104287 33554432000 4194304 4650419 140735886718768 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13477/tid=13479] ppid=13474 vsize=588508 CPUtime=1182.31 cores=0,2,4,6
/proc/13477/task/13479/stat : 13479 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 187723 0 0 0 118164 67 0 0 25 0 4 0 877288011 602632192 104287 33554432000 4194304 4650419 140735886718768 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13477/tid=13480] ppid=13474 vsize=588508 CPUtime=1182.31 cores=0,2,4,6
/proc/13477/task/13480/stat : 13480 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 89255 0 0 0 118199 32 0 0 25 0 4 0 877288011 602632192 104287 33554432000 4194304 4650419 140735886718768 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4721.94
Current children cumulated vsize (KiB) 588508



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.11 8.09 7.53 5/179 13525
/proc/meminfo: memFree=31420136/32951124 swapFree=67076880/67111528
[pid=13477] ppid=13474 vsize=642300 CPUtime=4800.25 cores=0,2,4,6
/proc/13477/stat : 13477 (strangenight1-m) R 13474 13477 13044 0 -1 4202496 564805 0 1 0 479831 194 0 0 25 0 4 0 877288010 657715200 104545 33554432000 4194304 4650419 140735886718768 18446744073709551615 4366931 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13477/statm: 160575 104545 393 112 0 155540 0
[pid=13477/tid=13478] ppid=13474 vsize=642300 CPUtime=1194.5 cores=0,2,4,6
/proc/13477/task/13478/stat : 13478 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 86778 0 0 0 119425 25 0 0 25 0 4 0 877288011 657715200 104545 33554432000 4194304 4650419 140735886718768 18446744073709551615 4313071 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13477/tid=13479] ppid=13474 vsize=642300 CPUtime=1201.92 cores=0,2,4,6
/proc/13477/task/13479/stat : 13479 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 193351 0 0 0 120124 68 0 0 25 0 4 0 877288011 657715200 104545 33554432000 4194304 4650419 140735886718768 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13477/tid=13480] ppid=13474 vsize=642300 CPUtime=1201.92 cores=0,2,4,6
/proc/13477/task/13480/stat : 13480 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 89255 0 0 0 120160 32 0 0 25 0 4 0 877288011 657715200 104545 33554432000 4194304 4650419 140735886718768 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 642300

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1201.9 s]
/proc/loadavg: 8.11 8.09 7.53 5/179 13525
/proc/meminfo: memFree=31420136/32951124 swapFree=67076880/67111528
[pid=13477] ppid=13474 vsize=642300 CPUtime=4800.25 cores=0,2,4,6
/proc/13477/stat : 13477 (strangenight1-m) R 13474 13477 13044 0 -1 4202496 564805 0 1 0 479831 194 0 0 25 0 4 0 877288010 657715200 104545 33554432000 4194304 4650419 140735886718768 18446744073709551615 4366931 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13477/statm: 160575 104545 393 112 0 155540 0
[pid=13477/tid=13478] ppid=13474 vsize=642300 CPUtime=1194.5 cores=0,2,4,6
/proc/13477/task/13478/stat : 13478 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 86778 0 0 0 119425 25 0 0 25 0 4 0 877288011 657715200 104545 33554432000 4194304 4650419 140735886718768 18446744073709551615 4313071 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13477/tid=13479] ppid=13474 vsize=642300 CPUtime=1201.92 cores=0,2,4,6
/proc/13477/task/13479/stat : 13479 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 193351 0 0 0 120124 68 0 0 25 0 4 0 877288011 657715200 104545 33554432000 4194304 4650419 140735886718768 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13477/tid=13480] ppid=13474 vsize=642300 CPUtime=1201.92 cores=0,2,4,6
/proc/13477/task/13480/stat : 13480 (strangenight1-m) R 13474 13477 13044 0 -1 4202560 89255 0 0 0 120160 32 0 0 25 0 4 0 877288011 657715200 104545 33554432000 4194304 4650419 140735886718768 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 642300

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.93
CPU time (s): 4800.3
CPU user time (s): 4798.34
CPU system time (s): 1.9617
CPU usage (%): 399.382
Max. virtual memory (cumulated for all children) (KiB): 655892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.34
system time used= 1.9617
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 564805
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 210
involuntary context switches= 35559

runsolver used 1.9947 second user time and 4.52331 second system time

The end

Launcher Data

Begin job on node139 at 2011-06-10 00:01:43
IDJOB=3368851
IDBENCH=82860
IDSOLVER=1846
FILE ID=node139/3368851-1307656903
RUNJOBID= node139-1307656903-13454
PBS_JOBID= 13549418
Free space on /tmp= 74200 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v100-c2130-S206772908-015.UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368851-1307656903/watcher-3368851-1307656903 -o /tmp/evaluation-result-3368851-1307656903/solver-3368851-1307656903 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368851-1307656903.cnf

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

MD5SUM BENCH= 74f6f450e8e5ce3811b2d7ad1f57d348
RANDOM SEED=435485051

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:      31840432 kB
Buffers:        222204 kB
Cached:         643412 kB
SwapCached:       3520 kB
Active:         440340 kB
Inactive:       459240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31840432 kB
SwapTotal:    67111528 kB
SwapFree:     67076880 kB
Dirty:           12592 kB
Writeback:           0 kB
AnonPages:       31512 kB
Mapped:          13704 kB
Slab:           145300 kB
PageTables:       4836 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187276 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= 74188 MiB
End job on node139 at 2011-06-10 00:21:47