Trace number 3175242

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? (TO) 4800.15 1201.84

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-3175242-1304103267.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
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.17/0.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
3.17/0.85	c Finding binary XORs  T:     0.00 s  found:       0
3.17/0.85	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.17/0.85	c calculated reachability. Time: 0.00
3.17/0.85	c Calc default polars -  time:   0.00 s pos:      47 undec:       6 neg:      47
3.17/0.85	c =========================================================================================
3.17/0.85	c types(t): F = full restart, N = normal restart
3.17/0.85	c types(t): S = simplification begin/end, E = solution found
3.17/0.85	c restart types(rt): st = static, dy = dynamic
3.17/0.85	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.17/0.85	c  B st     0         0       100      2130         0         0     10650         0   no data   no data  --
3.17/0.85	c Decided on static restart strategy
3.17/0.85	c  N st     8      4918       100      2130         0      4589     10650     99999   no data   no data  --
3.17/0.85	c  N st    10     11300       100      2130         0      4229     10650     73965   no data   no data  --
3.17/0.85	c  N st    11     17043       100      2130         0      9570     10650    190843   no data   no data  --
3.17/0.85	c  F st    12     25002       100      2130         0     11704     10650    235243   no data   no data  --
3.17/0.85	c  N st    12     25002       100      2130         0     11704     10650    235243   no data   no data  --
3.97/1.05	c Decided on static restart strategy
3.97/1.05	c  N st    18     30001       100      2130         0     10057     10650    186596   no data   no data  --
3.97/1.05	c  S st    18     30001       100      2130         0     10057     10650    186596   no data   no data  --
3.97/1.05	c  S st    18     30506       100      2130         0     10541     10650    197114   no data   no data  --
3.97/1.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.97/1.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.97/1.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
3.97/1.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.97/1.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.97/1.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
3.97/1.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.56/1.45	c lits-rem:      2168  cl-subs:     1926  v-elim:      0  v-fix:    0  time:  1.61 s
5.56/1.48	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.15
5.56/1.49	c calculated reachability. Time: 0.00
5.56/1.49	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.96/2.05	c  N st    21     44018       100      2130         0     13913     10650    260451   no data   no data  --
8.36/2.15	c  S st    22     45761       100      2130         0     15530     10650    296433   no data   no data  --
8.36/2.19	c  S st    22     46266       100      2130         0     16014     10650    306889   no data   no data  --
8.36/2.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.36/2.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.36/2.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
8.78/2.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.78/2.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.78/2.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
8.78/2.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.17/3.35	c lits-rem:      3959  cl-subs:     1862  v-elim:      0  v-fix:    0  time:  4.59 s
13.17/3.35	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
13.17/3.35	c vivif2 --  cl tried    14152 cl shrink        0 lits rem          0 time: 0.01
13.57/3.41	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.23
13.57/3.41	c calculated reachability. Time: 0.00
13.57/3.41	c  N st    22     46266       100      2130         0     14152     10650    261594   no data   no data  --
16.35/4.15	c  N st    23     60664       100      2130         0     10008     10650    150792   no data   no data  --
18.34/4.62	c  N st    24     69399       100      2130         0     18095     10650    324730   no data   no data  --
18.34/4.62	c  S st    24     69399       100      2130         0     18095     10650    324730   no data   no data  --
18.34/4.67	c  S st    24     69902       100      2130         0     18580     10650    335132   no data   no data  --
18.34/4.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.34/4.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
18.34/4.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
18.34/4.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.34/4.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.34/4.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
18.34/4.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
23.54/5.94	c lits-rem:      3340  cl-subs:     2474  v-elim:      0  v-fix:    0  time:  5.03 s
23.54/5.94	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
23.54/5.95	c vivif2 --  cl tried    16106 cl shrink        0 lits rem          0 time: 0.02
23.94/6.01	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.28
23.94/6.02	c calculated reachability. Time: 0.00
23.94/6.02	c  N st    24     69902       100      2130         0     16106     10650    280437   no data   no data  --
27.53/6.96	c  F st    25     87501       100      2130         0     11305     10650    162255   no data   no data  --
27.53/6.96	c  N st    25     87501       100      2130         0     11305     10650    162255   no data   no data  --
28.73/7.24	c Decided on static restart strategy
29.53/7.42	c  N st    32     95542       100      2130         0     18815     10650    328465   no data   no data  --
31.93/8.00	c  N st    34    104853       100      2130         0     15383     10650    247237   no data   no data  --
31.93/8.00	c  S st    34    104853       100      2130         0     15383     10650    247237   no data   no data  --
31.93/8.05	c  S st    34    105353       100      2130         0     15860     10650    257825   no data   no data  --
31.93/8.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
31.93/8.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
31.93/8.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
31.93/8.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
31.93/8.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.93/8.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
31.93/8.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
36.32/9.11	c lits-rem:      1998  cl-subs:     1204  v-elim:      0  v-fix:    0  time:  4.20 s
36.32/9.11	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
36.32/9.11	c vivif2 --  cl tried    14656 cl shrink        0 lits rem          0 time: 0.01
36.32/9.18	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.26
36.32/9.18	c calculated reachability. Time: 0.00
36.32/9.18	c  N st    34    105353       100      2130         0     14656     10650    229969   no data   no data  --
39.12/9.85	c  N st    35    114951       100      2130         0     23585     10650    427025   no data   no data  --
42.72/10.77	c  N st    36    129351       100      2130         0     23888     10650    420108   no data   no data  --
48.73/12.30	c  N st    37    150947       100      2130         0     15214     10650    203992   no data   no data  --
50.71/12.71	c  S st    38    158029       100      2130         0     21747     10650    345877   no data   no data  --
50.71/12.77	c  S st    38    158531       100      2130         0     22222     10650    356483   no data   no data  --
50.71/12.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
50.71/12.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
50.71/12.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
50.71/12.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
50.71/12.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.71/12.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
50.71/12.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
56.30/14.10	c lits-rem:      2656  cl-subs:     2329  v-elim:      0  v-fix:    0  time:  5.24 s
56.30/14.10	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
56.30/14.10	c vivif2 --  cl tried    19893 cl shrink        0 lits rem          0 time: 0.01
56.30/14.18	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.31
56.30/14.18	c calculated reachability. Time: 0.00
56.30/14.18	c  N st    38    158531       100      2130         0     19893     10650    305397   no data   no data  --
71.87/18.09	c  N st    39    207121       100      2130         0     32473     10650    552796   no data   no data  --
81.87/20.52	c  N st    40    237796       100      2130         0     24827     10650    375472   no data   no data  --
81.87/20.52	c  S st    40    237796       100      2130         0     24827     10650    375472   no data   no data  --
81.87/20.59	c  S st    40    238301       100      2130         0     25314     10650    386244   no data   no data  --
81.87/20.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
81.87/20.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
81.87/20.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
82.27/20.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
82.27/20.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
82.27/20.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
82.27/20.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
87.46/21.92	c lits-rem:      2809  cl-subs:     2301  v-elim:      0  v-fix:    0  time:  5.25 s
87.46/21.92	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
87.46/21.92	c vivif2 --  cl tried    23013 cl shrink        0 lits rem          0 time: 0.02
87.87/22.01	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.35
87.87/22.02	c calculated reachability. Time: 0.00
87.87/22.02	c  N st    40    238301       100      2130         0     23013     10650    338454   no data   no data  --
112.63/28.22	c  F st    41    306251       100      2130         0     24945     10650    343123   no data   no data  --
112.63/28.22	c  N st    41    306251       100      2130         0     24945     10650    343123   no data   no data  --
114.65/28.73	c Decided on static restart strategy
123.44/30.93	c  N st    51    334557       100      2130         0     28978     10650    421656   no data   no data  --
132.23/33.14	c  N st    53    357451       100      2130         0     27106     10650    366843   no data   no data  --
132.23/33.14	c  S st    53    357451       100      2130         0     27106     10650    366843   no data   no data  --
132.60/33.21	c  S st    53    357952       100      2130         0     27591     10650    377566   no data   no data  --
132.60/33.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
132.60/33.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
132.60/33.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
132.60/33.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
132.60/33.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
132.60/33.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
132.60/33.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
136.99/34.35	c lits-rem:      1996  cl-subs:     1259  v-elim:      0  v-fix:    0  time:  4.48 s
136.99/34.35	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
136.99/34.36	c vivif2 --  cl tried    26332 cl shrink        0 lits rem          0 time: 0.01
137.39/34.46	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.44
137.39/34.47	c calculated reachability. Time: 0.00
137.39/34.47	c  N st    53    357952       100      2130         0     26332     10650    350070   no data   no data  --
150.97/37.84	c  N st    54    390346       100      2130         0     32280     10650    474055   no data   no data  --
172.15/43.17	c  N st    55    438935       100      2130         0     26398     10650    321169   no data   no data  --
205.31/51.41	c  N st    56    511818       100      2130         0     39058     10650    569893   no data   no data  --
216.09/54.18	c  N st    57    536929       100      2130         0     33716     10650    452856   no data   no data  --
216.09/54.18	c  S st    57    536929       100      2130         0     33716     10650    452856   no data   no data  --
216.49/54.27	c  S st    57    537435       100      2130         0     34199     10650    464021   no data   no data  --
216.49/54.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
216.49/54.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
216.49/54.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.04
216.89/54.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
216.89/54.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
216.89/54.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
216.89/54.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
222.89/55.86	c lits-rem:      2153  cl-subs:     1607  v-elim:      0  v-fix:    0  time:  6.24 s
222.89/55.86	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
222.89/55.86	c vivif2 --  cl tried    32592 cl shrink        0 lits rem          0 time: 0.02
223.69/56.00	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.55
223.69/56.00	c calculated reachability. Time: 0.00
223.69/56.00	c  N st    57    537435       100      2130         0     32592     10650    428003   no data   no data  --
302.79/75.89	c  N st    58    701419       100      2130         0     60037     10650    968911   no data   no data  --
359.52/90.04	c  N st    59    806154       100      2130         0     54083     10650    793174   no data   no data  --
359.52/90.04	c  S st    59    806154       100      2130         0     54083     10650    793174   no data   no data  --
359.92/90.19	c  S st    59    806655       100      2130         0     54564     10650    804348   no data   no data  --
359.92/90.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
359.92/90.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
360.33/90.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.07
360.33/90.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
360.33/90.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
360.33/90.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
360.33/90.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
377.91/94.66	c lits-rem:      1682  cl-subs:     7010  v-elim:      0  v-fix:    0  time: 17.66 s
377.91/94.66	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
377.91/94.66	c vivif2 --  cl tried    47554 cl shrink        0 lits rem          0 time: 0.03
378.69/94.89	c asymm  cl-useful: 0/2046/2130 lits-rem:0 time: 0.88
378.69/94.89	c calculated reachability. Time: 0.00
378.69/94.89	c  N st    59    806655       100      2130         0     47554     10650    673298   no data   no data  --
532.13/133.28	c  F st    60   1071875       100      2130         0     63005     10650    932428   no data   no data  --
532.13/133.28	c  N st    60   1071875       100      2130         0     63005     10650    932428   no data   no data  --
536.12/134.27	c Decided on static restart strategy
556.09/139.22	c  N st    70   1100178       100      2130         0     47849     10650    603012   no data   no data  --
578.86/144.91	c  N st    72   1136170       100      2130         0     80996     10650   1344822   no data   no data  --
597.65/149.64	c  N st    73   1168563       100      2130         0     68536     10650   1047066   no data   no data  --
621.60/155.64	c  N st    74   1209982       100      2130         0     63445     10650    932070   no data   no data  --
621.60/155.64	c  S st    74   1209982       100      2130         0     63445     10650    932070   no data   no data  --
622.40/155.85	c  S st    74   1210487       100      2130         0     63925     10650    943157   no data   no data  --
622.40/155.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
622.40/155.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
622.40/155.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.10
622.80/155.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
622.80/155.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
622.80/155.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
622.80/155.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
644.77/161.44	c lits-rem:      1685  cl-subs:     5084  v-elim:      0  v-fix:    0  time: 22.07 s
644.77/161.44	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
644.77/161.45	c vivif2 --  cl tried    58841 cl shrink        0 lits rem          0 time: 0.04
645.99/161.71	c asymm  cl-useful: 0/1763/2130 lits-rem:0 time: 1.04
645.99/161.71	c calculated reachability. Time: 0.00
645.99/161.71	c  N st    74   1210487       100      2130         0     58841     10650    836455   no data   no data  --
701.50/175.61	c  N st    75   1283372       100      2130         0     81674     10650   1290397   no data   no data  --
787.40/197.17	c  N st    76   1392697       100      2130         0     91291     10650   1488781   no data   no data  --
916.43/229.40	c  N st    77   1556681       100      2130         0     98028     10650   1563217   no data   no data  --
1039.49/260.20	c  N st    78   1710488       100      2130         0     88139     10650   1348163   no data   no data  --
1039.49/260.20	c  S st    78   1710488       100      2130         0     88139     10650   1348163   no data   no data  --
1040.29/260.49	c  S st    78   1710990       100      2130         0     88627     10650   1359264   no data   no data  --
1040.69/260.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1040.69/260.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1040.69/260.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.16
1040.69/260.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1040.69/260.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1040.69/260.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
1040.69/260.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1099.80/275.34	c lits-rem:      2173  cl-subs:    10603  v-elim:      0  v-fix:    0  time: 58.93 s
1099.80/275.34	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
1099.80/275.36	c vivif2 --  cl tried    78024 cl shrink        0 lits rem          0 time: 0.06
1101.00/275.67	c asymm  cl-useful: 0/1327/2130 lits-rem:0 time: 1.25
1101.00/275.67	c calculated reachability. Time: 0.00
1101.00/275.67	c  N st    78   1710990       100      2130         0     78024     10650   1154498   no data   no data  --
1428.21/357.57	c  N st    79   2079955       100      2130         0     89890     10650   1322537   no data   no data  --
1545.25/386.84	c  N st    80   2210990       100      2130         0     93604     10650   1382128   no data   no data  --
1545.25/386.84	c  S st    80   2210990       100      2130         0     93604     10650   1382128   no data   no data  --
1546.45/387.13	c  S st    80   2211492       100      2130         0     94082     10650   1393209   no data   no data  --
1546.45/387.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1546.45/387.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1546.45/387.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.17
1546.86/387.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1546.86/387.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1546.86/387.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
1546.86/387.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1623.12/406.30	c lits-rem:      2310  cl-subs:    11036  v-elim:      0  v-fix:    0  time: 76.18 s
1623.12/406.30	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
1623.12/406.32	c vivif2 --  cl tried    83046 cl shrink        0 lits rem          0 time: 0.06
1623.92/406.58	c asymm  cl-useful: 0/803/2130 lits-rem:0 time: 1.07
1623.92/406.59	c calculated reachability. Time: 0.00
1623.92/406.59	c  N st    80   2211492       100      2130         0     83046     10650   1173830   no data   no data  --
2100.08/525.79	c  N st    81   2711494       100      2130         0    105949     10650   1585317   no data   no data  --
2100.08/525.79	c  S st    81   2711494       100      2130         0    105949     10650   1585317   no data   no data  --
2101.68/526.15	c  S st    81   2712000       100      2130         0    106438     10650   1596728   no data   no data  --
2101.68/526.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2101.68/526.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2102.08/526.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.20
2102.08/526.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2102.08/526.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2102.08/526.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
2102.08/526.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2185.16/547.04	c lits-rem:      4075  cl-subs:    11665  v-elim:      0  v-fix:    0  time: 83.01 s
2185.16/547.04	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
2185.16/547.06	c vivif2 --  cl tried    94773 cl shrink        0 lits rem          0 time: 0.07
2186.36/547.38	c asymm  cl-useful: 0/1202/2130 lits-rem:0 time: 1.30
2186.36/547.39	c calculated reachability. Time: 0.00
2186.36/547.39	c  N st    81   2712000       100      2130         0     94773     10650   1376451   no data   no data  --
2705.27/677.44	c  N st    82   3212002       100      2130         0     72412     10650    779924   no data   no data  --
2705.27/677.44	c  S st    82   3212002       100      2130         0     72412     10650    779924   no data   no data  --
2706.09/677.67	c  S st    82   3212505       100      2130         0     72893     10650    791211   no data   no data  --
2706.09/677.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2706.09/677.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2706.49/677.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.12
2706.49/677.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2706.49/677.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2706.49/677.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
2706.49/677.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2724.44/682.27	c lits-rem:       578  cl-subs:      604  v-elim:      0  v-fix:    0  time: 18.12 s
2724.44/682.27	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
2724.44/682.28	c vivif2 --  cl tried    72289 cl shrink        0 lits rem          0 time: 0.04
2725.64/682.51	c asymm  cl-useful: 0/928/2130 lits-rem:0 time: 0.93
2725.64/682.52	c calculated reachability. Time: 0.00
2725.64/682.52	c  N st    82   3212505       100      2130         0     72289     10650    780407   no data   no data  --
3295.68/825.28	c  N st    83   3712506       100      2130         0     82482     10650    934338   no data   no data  --
3295.68/825.28	c  S st    83   3712506       100      2130         0     82482     10650    934338   no data   no data  --
3296.88/825.53	c  S st    83   3713007       100      2130         0     82963     10650    945498   no data   no data  --
3296.88/825.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3296.88/825.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3296.88/825.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.14
3297.28/825.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3297.28/825.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3297.28/825.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
3297.28/825.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3320.45/831.48	c lits-rem:      1540  cl-subs:     1794  v-elim:      0  v-fix:    0  time: 23.49 s
3320.45/831.48	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
3320.85/831.50	c vivif2 --  cl tried    81169 cl shrink        0 lits rem          0 time: 0.05
3321.66/831.79	c asymm  cl-useful: 0/1298/2130 lits-rem:0 time: 1.18
3322.04/831.80	c calculated reachability. Time: 0.00
3322.04/831.80	c  N st    83   3713007       100      2130         0     81169     10650    912509   no data   no data  --
3365.20/842.70	c  F st    84   3751564       100      2130         0    116477     10650   1676601   no data   no data  --
3365.20/842.70	c  N st    84   3751564       100      2130         0    116477     10650   1676601   no data   no data  --
3373.58/844.73	c Decided on static restart strategy
3408.73/853.53	c  N st    94   3779866       100      2130         0    142513     10650   2245188   no data   no data  --
3455.88/865.35	c  N st    96   3815860       100      2130         0     97859     10650   1256756   no data   no data  --
3505.82/877.85	c  N st    97   3848252       100      2130         0    127540     10650   1876099   no data   no data  --
3570.92/894.15	c  N st    98   3896841       100      2130         0     93514     10650   1142270   no data   no data  --
3678.78/921.16	c  N st    99   3969723       100      2130         0     80606     10650    856554   no data   no data  --
3803.82/952.45	c  N st   100   4079046       100      2130         0    100163     10650   1276780   no data   no data  --
3969.60/993.90	c  N st   101   4213009       100      2130         0    141228     10650   2160177   no data   no data  --
3969.60/993.90	c  S st   101   4213009       100      2130         0    141228     10650   2160177   no data   no data  --
3971.61/994.40	c  S st   101   4213512       100      2130         0    141704     10650   2171206   no data   no data  --
3971.61/994.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3971.61/994.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3971.61/994.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.29
3972.02/994.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3972.02/994.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3972.02/994.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
3972.02/994.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4486.51/1123.32	c lits-rem:      7585  cl-subs:    17340  v-elim:      0  v-fix:    0  time: 514.24 s
4486.51/1123.32	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
4486.51/1123.35	c vivif2 --  cl tried   124364 cl shrink        0 lits rem          0 time: 0.10
4488.10/1123.78	c asymm  cl-useful: 0/673/2130 lits-rem:0 time: 1.71
4488.10/1123.78	c calculated reachability. Time: 0.00
4488.10/1123.78	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: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3175242-1304103267/watcher-3175242-1304103267 -o /tmp/evaluation-result-3175242-1304103267/solver-3175242-1304103267 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175242-1304103267.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: 8.22 8.12 7.84 7/180 29653
/proc/meminfo: memFree=30591900/32950928 swapFree=67111464/67111528
[pid=29653] ppid=29651 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/29653/stat : 29653 (strangenight1-m) R 29651 29653 29397 0 -1 4202496 416 0 0 0 0 0 0 0 25 0 4 0 521923395 52465664 356 33554432000 4194304 4650419 140733334833808 18446744073709551615 46980984202771 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29653/statm: 12809 356 306 112 0 7774 0
[pid=29653/tid=29654] ppid=29651 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/29653/task/29654/stat : 29654 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 521923396 52465664 356 33554432000 4194304 4650419 140733334833808 18446744073709551615 46980984203186 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29653/tid=29655] ppid=29651 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/29653/task/29655/stat : 29655 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 521923396 52465664 356 33554432000 4194304 4650419 140733334833808 18446744073709551615 46980984203186 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29653/tid=29656] ppid=29651 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/29653/task/29656/stat : 29656 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 521923396 52465664 356 33554432000 4194304 4650419 140733334833808 18446744073709551615 46980984202777 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.124756 s]
/proc/loadavg: 8.22 8.12 7.84 7/180 29653
/proc/meminfo: memFree=30591900/32950928 swapFree=67111464/67111528
[pid=29653] ppid=29651 vsize=291508 CPUtime=0.46 cores=0,2,4,6
/proc/29653/stat : 29653 (strangenight1-m) R 29651 29653 29397 0 -1 4202496 2036 0 0 0 46 0 0 0 18 0 4 0 521923395 298504192 1645 33554432000 4194304 4650419 140733334833808 18446744073709551615 4330361 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29653/statm: 72877 1645 391 112 0 67842 0
[pid=29653/tid=29654] ppid=29651 vsize=291508 CPUtime=0.11 cores=0,2,4,6
/proc/29653/task/29654/stat : 29654 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 469 0 0 0 11 0 0 0 18 0 4 0 521923396 298504192 1645 33554432000 4194304 4650419 140733334833808 18446744073709551615 4365325 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29653/tid=29655] ppid=29651 vsize=291508 CPUtime=0.11 cores=0,2,4,6
/proc/29653/task/29655/stat : 29655 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 373 0 0 0 11 0 0 0 18 0 4 0 521923396 298504192 1645 33554432000 4194304 4650419 140733334833808 18446744073709551615 254500735335 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29653/tid=29656] ppid=29651 vsize=291508 CPUtime=0.11 cores=0,2,4,6
/proc/29653/task/29656/stat : 29656 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 395 0 0 0 11 0 0 0 18 0 4 0 521923396 298504192 1645 33554432000 4194304 4650419 140733334833808 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 291508

[startup+0.208358 s]
/proc/loadavg: 8.22 8.12 7.84 7/180 29653
/proc/meminfo: memFree=30591900/32950928 swapFree=67111464/67111528
[pid=29653] ppid=29651 vsize=283452 CPUtime=0.8 cores=0,2,4,6
/proc/29653/stat : 29653 (strangenight1-m) R 29651 29653 29397 0 -1 4202496 2541 0 0 0 80 0 0 0 18 0 4 0 521923395 290254848 1888 33554432000 4194304 4650419 140733334833808 18446744073709551615 4365192 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29653/statm: 70863 1888 391 112 0 65828 0
[pid=29653/tid=29654] ppid=29651 vsize=283452 CPUtime=0.2 cores=0,2,4,6
/proc/29653/task/29654/stat : 29654 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 547 0 0 0 20 0 0 0 18 0 4 0 521923396 290254848 1888 33554432000 4194304 4650419 140733334833808 18446744073709551615 4520109 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29653/tid=29655] ppid=29651 vsize=283452 CPUtime=0.19 cores=0,2,4,6
/proc/29653/task/29655/stat : 29655 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 544 0 0 0 19 0 0 0 18 0 4 0 521923396 290254848 1889 33554432000 4194304 4650419 140733334833808 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29653/tid=29656] ppid=29651 vsize=283452 CPUtime=0.2 cores=0,2,4,6
/proc/29653/task/29656/stat : 29656 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 477 0 0 0 20 0 0 0 18 0 4 0 521923396 290254848 1889 33554432000 4194304 4650419 140733334833808 18446744073709551615 4520109 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.8
Current children cumulated vsize (KiB) 283452

[startup+0.301083 s]
/proc/loadavg: 8.22 8.12 7.84 7/180 29653
/proc/meminfo: memFree=30591900/32950928 swapFree=67111464/67111528
[pid=29653] ppid=29651 vsize=283896 CPUtime=1.17 cores=0,2,4,6
/proc/29653/stat : 29653 (strangenight1-m) R 29651 29653 29397 0 -1 4202496 3089 0 0 0 117 0 0 0 18 0 4 0 521923395 290709504 2043 33554432000 4194304 4650419 140733334833808 18446744073709551615 4363423 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29653/statm: 70974 2044 391 112 0 65939 0
[pid=29653/tid=29654] ppid=29651 vsize=283896 CPUtime=0.29 cores=0,2,4,6
/proc/29653/task/29654/stat : 29654 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 753 0 0 0 29 0 0 0 18 0 4 0 521923396 290709504 2044 33554432000 4194304 4650419 140733334833808 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29653/tid=29655] ppid=29651 vsize=283896 CPUtime=0.29 cores=0,2,4,6
/proc/29653/task/29655/stat : 29655 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 618 0 0 0 29 0 0 0 18 0 4 0 521923396 290709504 2044 33554432000 4194304 4650419 140733334833808 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29653/tid=29656] ppid=29651 vsize=283896 CPUtime=0.29 cores=0,2,4,6
/proc/29653/task/29656/stat : 29656 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 673 0 0 0 29 0 0 0 18 0 4 0 521923396 290709504 2044 33554432000 4194304 4650419 140733334833808 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283896

[startup+0.701003 s]
/proc/loadavg: 8.22 8.12 7.84 7/180 29653
/proc/meminfo: memFree=30591900/32950928 swapFree=67111464/67111528
[pid=29653] ppid=29651 vsize=284996 CPUtime=2.77 cores=0,2,4,6
/proc/29653/stat : 29653 (strangenight1-m) R 29651 29653 29397 0 -1 4202496 5071 0 0 0 277 0 0 0 18 0 4 0 521923395 291835904 2633 33554432000 4194304 4650419 140733334833808 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29653/statm: 71249 2633 391 112 0 66214 0
[pid=29653/tid=29654] ppid=29651 vsize=284996 CPUtime=0.69 cores=0,2,4,6
/proc/29653/task/29654/stat : 29654 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 1197 0 0 0 69 0 0 0 18 0 4 0 521923396 291835904 2633 33554432000 4194304 4650419 140733334833808 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29653/tid=29655] ppid=29651 vsize=284996 CPUtime=0.69 cores=0,2,4,6
/proc/29653/task/29655/stat : 29655 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 1185 0 0 0 69 0 0 0 18 0 4 0 521923396 291835904 2633 33554432000 4194304 4650419 140733334833808 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29653/tid=29656] ppid=29651 vsize=284996 CPUtime=0.69 cores=0,2,4,6
/proc/29653/task/29656/stat : 29656 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 1065 0 0 0 69 0 0 0 18 0 4 0 521923396 291835904 2633 33554432000 4194304 4650419 140733334833808 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284996

[startup+1.50085 s]
/proc/loadavg: 8.22 8.12 7.84 9/184 29657
/proc/meminfo: memFree=30574748/32950928 swapFree=67111464/67111528
[pid=29653] ppid=29651 vsize=286024 CPUtime=5.96 cores=0,2,4,6
/proc/29653/stat : 29653 (strangenight1-m) R 29651 29653 29397 0 -1 4202496 10026 0 0 0 595 1 0 0 20 0 4 0 521923395 292888576 5136 33554432000 4194304 4650419 140733334833808 18446744073709551615 4365084 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29653/statm: 71506 5136 393 112 0 66471 0
[pid=29653/tid=29654] ppid=29651 vsize=286024 CPUtime=1.49 cores=0,2,4,6
/proc/29653/task/29654/stat : 29654 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 2914 0 0 0 149 0 0 0 19 0 4 0 521923396 292888576 5136 33554432000 4194304 4650419 140733334833808 18446744073709551615 4370456 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29653/tid=29655] ppid=29651 vsize=286024 CPUtime=1.48 cores=0,2,4,6
/proc/29653/task/29655/stat : 29655 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 2003 0 0 0 148 0 0 0 20 0 4 0 521923396 292888576 5136 33554432000 4194304 4650419 140733334833808 18446744073709551615 4363435 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29653/tid=29656] ppid=29651 vsize=286024 CPUtime=1.49 cores=0,2,4,6
/proc/29653/task/29656/stat : 29656 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 1839 0 0 0 149 0 0 0 20 0 4 0 521923396 292888576 5136 33554432000 4194304 4650419 140733334833808 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 286024

[startup+3.10053 s]
/proc/loadavg: 8.22 8.12 7.84 9/184 29657
/proc/meminfo: memFree=30556644/32950928 swapFree=67111464/67111528
[pid=29653] ppid=29651 vsize=295388 CPUtime=12.36 cores=0,2,4,6
/proc/29653/stat : 29653 (strangenight1-m) R 29651 29653 29397 0 -1 4202496 16651 0 0 0 1233 3 0 0 25 0 4 0 521923395 302477312 9877 33554432000 4194304 4650419 140733334833808 18446744073709551615 4439082 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29653/statm: 73847 9877 393 112 0 68812 0
[pid=29653/tid=29654] ppid=29651 vsize=295388 CPUtime=3.08 cores=0,2,4,6
/proc/29653/task/29654/stat : 29654 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 4082 0 0 0 308 0 0 0 25 0 4 0 521923396 302477312 9877 33554432000 4194304 4650419 140733334833808 18446744073709551615 4370522 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29653/tid=29655] ppid=29651 vsize=295388 CPUtime=3.07 cores=0,2,4,6
/proc/29653/task/29655/stat : 29655 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 3998 0 0 0 307 0 0 0 25 0 4 0 521923396 302477312 9877 33554432000 4194304 4650419 140733334833808 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29653/tid=29656] ppid=29651 vsize=295388 CPUtime=3.09 cores=0,2,4,6
/proc/29653/task/29656/stat : 29656 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 3828 0 0 0 309 0 0 0 25 0 4 0 521923396 302477312 9877 33554432000 4194304 4650419 140733334833808 18446744073709551615 4365263 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 295388

[startup+6.30089 s]
/proc/loadavg: 8.21 8.12 7.84 9/184 29657
/proc/meminfo: memFree=30536300/32950928 swapFree=67111464/67111528
[pid=29653] ppid=29651 vsize=302056 CPUtime=25.14 cores=0,2,4,6
/proc/29653/stat : 29653 (strangenight1-m) R 29651 29653 29397 0 -1 4202496 24656 0 0 0 2510 4 0 0 25 0 4 0 521923395 309305344 13768 33554432000 4194304 4650419 140733334833808 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29653/statm: 75514 13768 393 112 0 70479 0
[pid=29653/tid=29654] ppid=29651 vsize=302056 CPUtime=6.28 cores=0,2,4,6
/proc/29653/task/29654/stat : 29654 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 6418 0 0 0 628 0 0 0 25 0 4 0 521923396 309305344 13768 33554432000 4194304 4650419 140733334833808 18446744073709551615 4364792 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29653/tid=29655] ppid=29651 vsize=302056 CPUtime=6.26 cores=0,2,4,6
/proc/29653/task/29655/stat : 29655 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 6426 0 0 0 625 1 0 0 25 0 4 0 521923396 309305344 13768 33554432000 4194304 4650419 140733334833808 18446744073709551615 4476311 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29653/tid=29656] ppid=29651 vsize=302056 CPUtime=6.28 cores=0,2,4,6
/proc/29653/task/29656/stat : 29656 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 5363 0 0 0 628 0 0 0 25 0 4 0 521923396 309305344 13768 33554432000 4194304 4650419 140733334833808 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 302056

[startup+12.7006 s]
/proc/loadavg: 8.19 8.12 7.84 9/184 29657
/proc/meminfo: memFree=30517156/32950928 swapFree=67111464/67111528
[pid=29653] ppid=29651 vsize=309452 CPUtime=50.71 cores=0,2,4,6
/proc/29653/stat : 29653 (strangenight1-m) R 29651 29653 29397 0 -1 4202496 38047 0 0 0 5064 7 0 0 25 0 4 0 521923395 316878848 18420 33554432000 4194304 4650419 140733334833808 18446744073709551615 4367232 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29653/statm: 77363 18420 393 112 0 72328 0
[pid=29653/tid=29654] ppid=29651 vsize=309452 CPUtime=12.68 cores=0,2,4,6
/proc/29653/task/29654/stat : 29654 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 10287 0 0 0 1267 1 0 0 25 0 4 0 521923396 316878848 18420 33554432000 4194304 4650419 140733334833808 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29653/tid=29655] ppid=29651 vsize=309452 CPUtime=12.62 cores=0,2,4,6
/proc/29653/task/29655/stat : 29655 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 9644 0 0 0 1261 1 0 0 25 0 4 0 521923396 316878848 18420 33554432000 4194304 4650419 140733334833808 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29653/tid=29656] ppid=29651 vsize=309452 CPUtime=12.69 cores=0,2,4,6
/proc/29653/task/29656/stat : 29656 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 8049 0 0 0 1268 1 0 0 25 0 4 0 521923396 316878848 18420 33554432000 4194304 4650419 140733334833808 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 309452

[startup+25.5011 s]
/proc/loadavg: 8.15 8.11 7.85 9/184 29658
/proc/meminfo: memFree=30483652/32950928 swapFree=67111464/67111528
[pid=29653] ppid=29651 vsize=320116 CPUtime=101.84 cores=0,2,4,6
/proc/29653/stat : 29653 (strangenight1-m) R 29651 29653 29397 0 -1 4202496 55781 0 0 0 10172 12 0 0 25 0 4 0 521923395 327798784 24531 33554432000 4194304 4650419 140733334833808 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29653/statm: 80029 24531 393 112 0 74994 0
[pid=29653/tid=29654] ppid=29651 vsize=320116 CPUtime=25.49 cores=0,2,4,6
/proc/29653/task/29654/stat : 29654 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 17327 0 0 0 2546 3 0 0 25 0 4 0 521923396 327798784 24531 33554432000 4194304 4650419 140733334833808 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29653/tid=29655] ppid=29651 vsize=320116 CPUtime=25.36 cores=0,2,4,6
/proc/29653/task/29655/stat : 29655 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 15449 0 0 0 2533 3 0 0 25 0 4 0 521923396 327798784 24531 33554432000 4194304 4650419 140733334833808 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29653/tid=29656] ppid=29651 vsize=320116 CPUtime=25.49 cores=0,2,4,6
/proc/29653/task/29656/stat : 29656 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 8739 0 0 0 2548 1 0 0 25 0 4 0 521923396 327798784 24531 33554432000 4194304 4650419 140733334833808 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 320116

[startup+51.101 s]
/proc/loadavg: 8.22 8.13 7.86 9/184 29658
/proc/meminfo: memFree=30465808/32950928 swapFree=67111464/67111528
[pid=29653] ppid=29651 vsize=321732 CPUtime=204.11 cores=0,2,4,6
/proc/29653/stat : 29653 (strangenight1-m) R 29651 29653 29397 0 -1 4202496 82531 0 0 0 20392 19 0 0 25 0 4 0 521923395 329453568 28849 33554432000 4194304 4650419 140733334833808 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29653/statm: 80433 28849 393 112 0 75398 0
[pid=29653/tid=29654] ppid=29651 vsize=321732 CPUtime=51.09 cores=0,2,4,6
/proc/29653/task/29654/stat : 29654 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 26226 0 0 0 5104 5 0 0 25 0 4 0 521923396 329453568 28849 33554432000 4194304 4650419 140733334833808 18446744073709551615 4330510 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29653/tid=29655] ppid=29651 vsize=321732 CPUtime=50.82 cores=0,2,4,6
/proc/29653/task/29655/stat : 29655 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 24771 0 0 0 5077 5 0 0 25 0 4 0 521923396 329453568 28849 33554432000 4194304 4650419 140733334833808 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29653/tid=29656] ppid=29651 vsize=321732 CPUtime=51.09 cores=0,2,4,6
/proc/29653/task/29656/stat : 29656 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 9020 0 0 0 5108 1 0 0 25 0 4 0 521923396 329453568 28850 33554432000 4194304 4650419 140733334833808 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.11
Current children cumulated vsize (KiB) 321732

[startup+102.301 s]
/proc/loadavg: 8.17 8.13 7.87 9/184 29691
/proc/meminfo: memFree=30762104/32950928 swapFree=67111464/67111528
[pid=29653] ppid=29651 vsize=317320 CPUtime=408.67 cores=0,2,4,6
/proc/29653/stat : 29653 (strangenight1-m) R 29651 29653 29397 0 -1 4202496 131429 0 0 0 40834 33 0 0 25 0 4 0 521923395 324935680 40663 33554432000 4194304 4650419 140733334833808 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29653/statm: 79330 40663 393 112 0 74295 0
[pid=29653/tid=29654] ppid=29651 vsize=317320 CPUtime=102.29 cores=0,2,4,6
/proc/29653/task/29654/stat : 29654 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 40729 0 0 0 10221 8 0 0 25 0 4 0 521923396 324935680 40663 33554432000 4194304 4650419 140733334833808 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29653/tid=29655] ppid=29651 vsize=317320 CPUtime=101.78 cores=0,2,4,6
/proc/29653/task/29655/stat : 29655 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 40583 0 0 0 10168 10 0 0 25 0 4 0 521923396 324935680 40663 33554432000 4194304 4650419 140733334833808 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29653/tid=29656] ppid=29651 vsize=317320 CPUtime=102.29 cores=0,2,4,6
/proc/29653/task/29656/stat : 29656 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 13437 0 0 0 10226 3 0 0 25 0 4 0 521923396 324935680 40663 33554432000 4194304 4650419 140733334833808 18446744073709551615 4363845 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.67
Current children cumulated vsize (KiB) 317320

[startup+162.301 s]

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

[pid=29653] ppid=29651 vsize=484008 CPUtime=2804.74 cores=0,2,4,6
/proc/29653/stat : 29653 (strangenight1-m) R 29651 29653 29397 0 -1 4202496 407940 0 0 0 280333 141 0 0 25 0 4 0 521923395 495624192 82193 33554432000 4194304 4650419 140733334833808 18446744073709551615 4365289 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29653/statm: 121002 82193 393 112 0 115967 0
[pid=29653/tid=29654] ppid=29651 vsize=484008 CPUtime=702.28 cores=0,2,4,6
/proc/29653/task/29654/stat : 29654 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 122978 0 0 0 70190 38 0 0 25 0 4 0 521923396 495624192 82193 33554432000 4194304 4650419 140733334833808 18446744073709551615 4365242 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29653/tid=29655] ppid=29651 vsize=484008 CPUtime=698.68 cores=0,2,4,6
/proc/29653/task/29655/stat : 29655 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 133674 0 0 0 69824 44 0 0 25 0 4 0 521923396 495624192 82193 33554432000 4194304 4650419 140733334833808 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29653/tid=29656] ppid=29651 vsize=484008 CPUtime=702.15 cores=0,2,4,6
/proc/29653/task/29656/stat : 29656 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 19743 0 0 0 70205 10 0 0 25 0 4 0 521923396 495624192 82193 33554432000 4194304 4650419 140733334833808 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2804.74
Current children cumulated vsize (KiB) 484008

[startup+762.3 s]
/proc/loadavg: 8.18 8.18 8.00 9/184 29720
/proc/meminfo: memFree=30378232/32950928 swapFree=67111464/67111528
[pid=29653] ppid=29651 vsize=615372 CPUtime=3044.43 cores=0,2,4,6
/proc/29653/stat : 29653 (strangenight1-m) R 29651 29653 29397 0 -1 4202496 428655 0 0 0 304293 150 0 0 25 0 4 0 521923395 630140928 88346 33554432000 4194304 4650419 140733334833808 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29653/statm: 153843 88346 393 112 0 148808 0
[pid=29653/tid=29654] ppid=29651 vsize=615372 CPUtime=762.3 cores=0,2,4,6
/proc/29653/task/29654/stat : 29654 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 127550 0 0 0 76189 41 0 0 25 0 4 0 521923396 630140928 88346 33554432000 4194304 4650419 140733334833808 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29653/tid=29655] ppid=29651 vsize=615372 CPUtime=758.35 cores=0,2,4,6
/proc/29653/task/29655/stat : 29655 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 141772 0 0 0 75788 47 0 0 25 0 4 0 521923396 630140928 88346 33554432000 4194304 4650419 140733334833808 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29653/tid=29656] ppid=29651 vsize=615372 CPUtime=762.16 cores=0,2,4,6
/proc/29653/task/29656/stat : 29656 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 19743 0 0 0 76206 10 0 0 25 0 4 0 521923396 630140928 88346 33554432000 4194304 4650419 140733334833808 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3044.43
Current children cumulated vsize (KiB) 615372

[startup+822.3 s]
/proc/loadavg: 8.12 8.16 8.00 9/184 29722
/proc/meminfo: memFree=30388228/32950928 swapFree=67111464/67111528
[pid=29653] ppid=29651 vsize=615600 CPUtime=3284.1 cores=0,2,4,6
/proc/29653/stat : 29653 (strangenight1-m) R 29651 29653 29397 0 -1 4202496 447023 0 0 0 328252 158 0 0 25 0 4 0 521923395 630374400 88779 33554432000 4194304 4650419 140733334833808 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29653/statm: 153900 88779 393 112 0 148865 0
[pid=29653/tid=29654] ppid=29651 vsize=615600 CPUtime=822.29 cores=0,2,4,6
/proc/29653/task/29654/stat : 29654 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 132272 0 0 0 82187 42 0 0 25 0 4 0 521923396 630374400 88779 33554432000 4194304 4650419 140733334833808 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29653/tid=29655] ppid=29651 vsize=615600 CPUtime=818.03 cores=0,2,4,6
/proc/29653/task/29655/stat : 29655 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 148058 0 0 0 81753 50 0 0 25 0 4 0 521923396 630374400 88779 33554432000 4194304 4650419 140733334833808 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29653/tid=29656] ppid=29651 vsize=615600 CPUtime=822.16 cores=0,2,4,6
/proc/29653/task/29656/stat : 29656 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 19744 0 0 0 82206 10 0 0 25 0 4 0 521923396 630374400 88779 33554432000 4194304 4650419 140733334833808 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.1
Current children cumulated vsize (KiB) 615600

[startup+882.307 s]
/proc/loadavg: 8.09 8.14 8.00 9/184 29724
/proc/meminfo: memFree=30381736/32950928 swapFree=67111464/67111528
[pid=29653] ppid=29651 vsize=550324 CPUtime=3523.81 cores=0,2,4,6
/proc/29653/stat : 29653 (strangenight1-m) R 29651 29653 29397 0 -1 4202496 463789 0 0 0 352216 165 0 0 25 0 4 0 521923395 563531776 86584 33554432000 4194304 4650419 140733334833808 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29653/statm: 137581 86584 393 112 0 132546 0
[pid=29653/tid=29654] ppid=29651 vsize=550324 CPUtime=882.3 cores=0,2,4,6
/proc/29653/task/29654/stat : 29654 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 135488 0 0 0 88186 44 0 0 25 0 4 0 521923396 563531776 86584 33554432000 4194304 4650419 140733334833808 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29653/tid=29655] ppid=29651 vsize=550324 CPUtime=877.73 cores=0,2,4,6
/proc/29653/task/29655/stat : 29655 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 153880 0 0 0 87720 53 0 0 25 0 4 0 521923396 563531776 86584 33554432000 4194304 4650419 140733334833808 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29653/tid=29656] ppid=29651 vsize=550324 CPUtime=882.17 cores=0,2,4,6
/proc/29653/task/29656/stat : 29656 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 19744 0 0 0 88207 10 0 0 25 0 4 0 521923396 563531776 86584 33554432000 4194304 4650419 140733334833808 18446744073709551615 4365267 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3523.81
Current children cumulated vsize (KiB) 550324

[startup+942.301 s]
/proc/loadavg: 8.08 8.13 8.00 9/184 29725
/proc/meminfo: memFree=30395088/32950928 swapFree=67111464/67111528
[pid=29653] ppid=29651 vsize=550596 CPUtime=3763.47 cores=0,2,4,6
/proc/29653/stat : 29653 (strangenight1-m) R 29651 29653 29397 0 -1 4202496 482105 0 0 0 376174 173 0 0 25 0 4 0 521923395 563810304 86017 33554432000 4194304 4650419 140733334833808 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29653/statm: 137649 86017 393 112 0 132614 0
[pid=29653/tid=29654] ppid=29651 vsize=550596 CPUtime=942.3 cores=0,2,4,6
/proc/29653/task/29654/stat : 29654 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 139799 0 0 0 94184 46 0 0 25 0 4 0 521923396 563810304 86017 33554432000 4194304 4650419 140733334833808 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29653/tid=29655] ppid=29651 vsize=550596 CPUtime=937.41 cores=0,2,4,6
/proc/29653/task/29655/stat : 29655 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 160905 0 0 0 93685 56 0 0 25 0 4 0 521923396 563810304 86017 33554432000 4194304 4650419 140733334833808 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29653/tid=29656] ppid=29651 vsize=550596 CPUtime=942.16 cores=0,2,4,6
/proc/29653/task/29656/stat : 29656 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 19744 0 0 0 94206 10 0 0 25 0 4 0 521923396 563810304 86017 33554432000 4194304 4650419 140733334833808 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.47
Current children cumulated vsize (KiB) 550596

[startup+1002.3 s]
/proc/loadavg: 8.10 8.12 8.00 9/184 29727
/proc/meminfo: memFree=30292856/32950928 swapFree=67111464/67111528
[pid=29653] ppid=29651 vsize=634356 CPUtime=4003.15 cores=0,2,4,6
/proc/29653/stat : 29653 (strangenight1-m) R 29651 29653 29397 0 -1 4202496 508272 0 0 0 400134 181 0 0 25 0 4 0 521923395 649580544 100312 33554432000 4194304 4650419 140733334833808 18446744073709551615 4433059 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29653/statm: 158589 100312 393 112 0 153554 0
[pid=29653/tid=29654] ppid=29651 vsize=634356 CPUtime=1002.29 cores=0,2,4,6
/proc/29653/task/29654/stat : 29654 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 145061 0 0 0 100182 47 0 0 25 0 4 0 521923396 649580544 100312 33554432000 4194304 4650419 140733334833808 18446744073709551615 4363862 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29653/tid=29655] ppid=29651 vsize=634356 CPUtime=997.09 cores=0,2,4,6
/proc/29653/task/29655/stat : 29655 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 167174 0 0 0 99651 58 0 0 25 0 4 0 521923396 649580544 100312 33554432000 4194304 4650419 140733334833808 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29653/tid=29656] ppid=29651 vsize=634356 CPUtime=1002.16 cores=0,2,4,6
/proc/29653/task/29656/stat : 29656 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 22946 0 0 0 100205 11 0 0 25 0 4 0 521923396 649580544 100312 33554432000 4194304 4650419 140733334833808 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.15
Current children cumulated vsize (KiB) 634356

[startup+1062.3 s]
/proc/loadavg: 8.10 8.11 8.00 9/184 29728
/proc/meminfo: memFree=30305564/32950928 swapFree=67111464/67111528
[pid=29653] ppid=29651 vsize=568932 CPUtime=4242.83 cores=0,2,4,6
/proc/29653/stat : 29653 (strangenight1-m) R 29651 29653 29397 0 -1 4202496 520190 0 0 0 424096 187 0 0 25 0 4 0 521923395 582586368 96779 33554432000 4194304 4650419 140733334833808 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29653/statm: 142233 96779 393 112 0 137198 0
[pid=29653/tid=29654] ppid=29651 vsize=568932 CPUtime=1062.3 cores=0,2,4,6
/proc/29653/task/29654/stat : 29654 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 147879 0 0 0 106181 49 0 0 25 0 4 0 521923396 582586368 96779 33554432000 4194304 4650419 140733334833808 18446744073709551615 4433090 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29653/tid=29655] ppid=29651 vsize=568932 CPUtime=1056.76 cores=0,2,4,6
/proc/29653/task/29655/stat : 29655 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 173272 0 0 0 105615 61 0 0 25 0 4 0 521923396 582586368 96779 33554432000 4194304 4650419 140733334833808 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29653/tid=29656] ppid=29651 vsize=568932 CPUtime=1062.17 cores=0,2,4,6
/proc/29653/task/29656/stat : 29656 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 23739 0 0 0 106205 12 0 0 25 0 4 0 521923396 582586368 96779 33554432000 4194304 4650419 140733334833808 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4242.83
Current children cumulated vsize (KiB) 568932

[startup+1122.3 s]
/proc/loadavg: 8.10 8.10 8.00 9/184 29730
/proc/meminfo: memFree=30303536/32950928 swapFree=67111464/67111528
[pid=29653] ppid=29651 vsize=569028 CPUtime=4482.51 cores=0,2,4,6
/proc/29653/stat : 29653 (strangenight1-m) R 29651 29653 29397 0 -1 4202496 536039 0 0 0 448057 194 0 0 25 0 4 0 521923395 582684672 96441 33554432000 4194304 4650419 140733334833808 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29653/statm: 142257 96441 393 112 0 137222 0
[pid=29653/tid=29654] ppid=29651 vsize=569028 CPUtime=1122.3 cores=0,2,4,6
/proc/29653/task/29654/stat : 29654 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 149937 0 0 0 112181 49 0 0 25 0 4 0 521923396 582684672 96441 33554432000 4194304 4650419 140733334833808 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29653/tid=29655] ppid=29651 vsize=569028 CPUtime=1116.44 cores=0,2,4,6
/proc/29653/task/29655/stat : 29655 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 179502 0 0 0 111579 65 0 0 25 0 4 0 521923396 582684672 96441 33554432000 4194304 4650419 140733334833808 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29653/tid=29656] ppid=29651 vsize=569028 CPUtime=1122.17 cores=0,2,4,6
/proc/29653/task/29656/stat : 29656 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 24252 0 0 0 112204 13 0 0 25 0 4 0 521923396 582684672 96441 33554432000 4194304 4650419 140733334833808 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.51
Current children cumulated vsize (KiB) 569028

[startup+1182.3 s]
/proc/loadavg: 8.09 8.10 8.00 9/184 29732
/proc/meminfo: memFree=30272988/32950928 swapFree=67111464/67111528
[pid=29653] ppid=29651 vsize=555548 CPUtime=4722.19 cores=0,2,4,6
/proc/29653/stat : 29653 (strangenight1-m) R 29651 29653 29397 0 -1 4202496 548032 0 0 0 472021 198 0 0 25 0 4 0 521923395 568881152 103134 33554432000 4194304 4650419 140733334833808 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29653/statm: 138887 103134 393 112 0 133852 0
[pid=29653/tid=29654] ppid=29651 vsize=555548 CPUtime=1182.3 cores=0,2,4,6
/proc/29653/task/29654/stat : 29654 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 151718 0 0 0 118180 50 0 0 25 0 4 0 521923396 568881152 103134 33554432000 4194304 4650419 140733334833808 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29653/tid=29655] ppid=29651 vsize=555548 CPUtime=1176.12 cores=0,2,4,6
/proc/29653/task/29655/stat : 29655 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 184925 0 0 0 117545 67 0 0 25 0 4 0 521923396 568881152 103134 33554432000 4194304 4650419 140733334833808 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29653/tid=29656] ppid=29651 vsize=555548 CPUtime=1182.17 cores=0,2,4,6
/proc/29653/task/29656/stat : 29656 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 24727 0 0 0 118204 13 0 0 25 0 4 0 521923396 568881152 103134 33554432000 4194304 4650419 140733334833808 18446744073709551615 4366849 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.19
Current children cumulated vsize (KiB) 555548



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.14 8.11 8.01 9/184 29732
/proc/meminfo: memFree=30273596/32950928 swapFree=67111464/67111528
[pid=29653] ppid=29651 vsize=627476 CPUtime=4800.09 cores=0,2,4,6
/proc/29653/stat : 29653 (strangenight1-m) R 29651 29653 29397 0 -1 4202496 554724 0 0 0 479809 200 0 0 25 0 4 0 521923395 642535424 107701 33554432000 4194304 4650419 140733334833808 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29653/statm: 156869 107701 393 112 0 151834 0
[pid=29653/tid=29654] ppid=29651 vsize=627476 CPUtime=1201.8 cores=0,2,4,6
/proc/29653/task/29654/stat : 29654 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 153664 0 0 0 120130 50 0 0 25 0 4 0 521923396 642535424 107701 33554432000 4194304 4650419 140733334833808 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29653/tid=29655] ppid=29651 vsize=627476 CPUtime=1195.51 cores=0,2,4,6
/proc/29653/task/29655/stat : 29655 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 186809 0 0 0 119484 67 0 0 25 0 4 0 521923396 642535424 107701 33554432000 4194304 4650419 140733334833808 18446744073709551615 4476297 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29653/tid=29656] ppid=29651 vsize=627476 CPUtime=1201.68 cores=0,2,4,6
/proc/29653/task/29656/stat : 29656 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 25171 0 0 0 120154 14 0 0 25 0 4 0 521923396 642535424 107701 33554432000 4194304 4650419 140733334833808 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 627476

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

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

[startup+1201.8 s]
/proc/loadavg: 8.14 8.11 8.01 9/184 29732
/proc/meminfo: memFree=30273596/32950928 swapFree=67111464/67111528
[pid=29653] ppid=29651 vsize=627476 CPUtime=4800.09 cores=0,2,4,6
/proc/29653/stat : 29653 (strangenight1-m) R 29651 29653 29397 0 -1 4202496 554724 0 0 0 479809 200 0 0 25 0 4 0 521923395 642535424 107701 33554432000 4194304 4650419 140733334833808 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29653/statm: 156869 107701 393 112 0 151834 0
[pid=29653/tid=29654] ppid=29651 vsize=627476 CPUtime=1201.8 cores=0,2,4,6
/proc/29653/task/29654/stat : 29654 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 153664 0 0 0 120130 50 0 0 25 0 4 0 521923396 642535424 107701 33554432000 4194304 4650419 140733334833808 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29653/tid=29655] ppid=29651 vsize=627476 CPUtime=1195.51 cores=0,2,4,6
/proc/29653/task/29655/stat : 29655 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 186809 0 0 0 119484 67 0 0 25 0 4 0 521923396 642535424 107701 33554432000 4194304 4650419 140733334833808 18446744073709551615 4476297 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29653/tid=29656] ppid=29651 vsize=627476 CPUtime=1201.68 cores=0,2,4,6
/proc/29653/task/29656/stat : 29656 (strangenight1-m) R 29651 29653 29397 0 -1 4202560 25171 0 0 0 120154 14 0 0 25 0 4 0 521923396 642535424 107701 33554432000 4194304 4650419 140733334833808 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 627476

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.84
CPU time (s): 4800.15
CPU user time (s): 4798.12
CPU system time (s): 2.02969
CPU usage (%): 399.402
Max. virtual memory (cumulated for all children) (KiB): 634408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.12
system time used= 2.02969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 554726
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= 304
involuntary context switches= 37284

runsolver used 1.90471 second user time and 4.42033 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-29 20:54:27
IDJOB=3175242
IDBENCH=82860
IDSOLVER=1588
FILE ID=node149/3175242-1304103267
RUNJOBID= node149-1304100922-29415
PBS_JOBID= 13170626
Free space on /tmp= 71928 MiB

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

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

MD5SUM BENCH= 74f6f450e8e5ce3811b2d7ad1f57d348
RANDOM SEED=801961473

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.806
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.806
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30592064 kB
Buffers:        426992 kB
Cached:        1075040 kB
SwapCached:         60 kB
Active:         523440 kB
Inactive:      1466088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30592064 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:            6248 kB
Writeback:           0 kB
AnonPages:      487400 kB
Mapped:          15512 kB
Slab:           304996 kB
PageTables:       5480 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   729536 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= 71920 MiB
End job on node149 at 2011-04-29 21:14:31