Trace number 3368878

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.47 1203.84

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S328068950-002.SATISFIABLE.cnf
MD5SUM9a5f08397d2e05808da45bc73aa751c4
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.012998
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.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368878-1305405236.cnf'
0.00/0.01	c -- header says num vars:            100
0.00/0.01	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.02	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.03
0.00/0.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
0.00/0.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.00/0.02	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.02	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.02	c calculated reachability. Time: 0.00
0.00/0.02	c Calc default polars -  time:   0.00 s pos:      48 undec:       2 neg:      50
0.00/0.02	c =========================================================================================
0.00/0.02	c types(t): F = full restart, N = normal restart
0.00/0.02	c types(t): S = simplification begin/end, E = solution found
0.00/0.02	c restart types(rt): st = static, dy = dynamic
0.00/0.02	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.02	c  B st     0         0       100      2130         0         0     10650         0   no data   no data  --
0.00/0.05	c Decided on static restart strategy
0.37/0.12	c  N st     8      4918       100      2130         0      4612     10650    105757   no data   no data  --
1.17/0.30	c  N st    10     11302       100      2130         0      4265     10650     76036   no data   no data  --
1.97/0.50	c  N st    11     17047       100      2130         0      9597     10650    192501   no data   no data  --
3.17/0.82	c  F st    12     25000       100      2130         0     11706     10650    230431   no data   no data  --
3.17/0.82	c  N st    12     25000       100      2130         0     11706     10650    230431   no data   no data  --
3.99/1.03	c Decided on static restart strategy
3.99/1.03	c  N st    18     30002       100      2130         0     10057     10650    188902   no data   no data  --
3.99/1.03	c  S st    18     30002       100      2130         0     10057     10650    188902   no data   no data  --
3.99/1.06	c  S st    18     30505       100      2130         0     10535     10650    199584   no data   no data  --
3.99/1.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.99/1.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.99/1.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
3.99/1.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.99/1.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.99/1.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
3.99/1.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.96/1.54	c lits-rem:      2140  cl-subs:     1678  v-elim:      0  v-fix:    0  time:  1.87 s
5.96/1.58	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.16
5.96/1.58	c calculated reachability. Time: 0.00
5.96/1.58	c  N st    18     30505       100      2130         0      8857     10650    160199   no data   no data  --
7.56/1.90	c  N st    20     37620       100      2130         0      8182     10650    133990   no data   no data  --
8.78/2.21	c  N st    21     44019       100      2130         0     14133     10650    266237   no data   no data  --
9.14/2.30	c  S st    22     45759       100      2130         0     15760     10650    301205   no data   no data  --
9.14/2.34	c  S st    22     46264       100      2130         0     16245     10650    312113   no data   no data  --
9.14/2.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.14/2.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.14/2.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
9.14/2.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.14/2.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.14/2.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
9.14/2.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.93/3.52	c lits-rem:      3552  cl-subs:     1923  v-elim:      0  v-fix:    0  time:  4.63 s
13.93/3.52	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
13.93/3.52	c vivif2 --  cl tried    14322 cl shrink        0 lits rem          0 time: 0.01
13.93/3.59	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.26
13.93/3.59	c calculated reachability. Time: 0.00
13.93/3.59	c  N st    22     46264       100      2130         0     14322     10650    266338   no data   no data  --
17.15/4.36	c  N st    23     60662       100      2130         0     10170     10650    151414   no data   no data  --
18.73/4.78	c  N st    24     69396       100      2130         0     18212     10650    318437   no data   no data  --
18.73/4.78	c  S st    24     69396       100      2130         0     18212     10650    318437   no data   no data  --
19.13/4.83	c  S st    24     69898       100      2130         0     18696     10650    328843   no data   no data  --
19.13/4.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.13/4.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
19.13/4.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
19.13/4.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.13/4.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.13/4.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
19.13/4.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
23.52/6.12	c lits-rem:      3476  cl-subs:     2883  v-elim:      0  v-fix:    0  time:  4.17 s
23.52/6.12	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
23.52/6.13	c vivif2 --  cl tried    15813 cl shrink        0 lits rem          0 time: 0.01
23.52/6.19	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.22
23.52/6.19	c calculated reachability. Time: 0.00
23.52/6.19	c  N st    24     69898       100      2130         0     15813     10650    268501   no data   no data  --
27.23/7.26	c  F st    25     87500       100      2130         0     11025     10650    155315   no data   no data  --
27.23/7.26	c  N st    25     87500       100      2130         0     11025     10650    155315   no data   no data  --
27.91/7.49	c Decided on static restart strategy
28.60/7.65	c  N st    32     95535       100      2130         0     18486     10650    321027   no data   no data  --
30.64/8.29	c  N st    34    104847       100      2130         0     15090     10650    240437   no data   no data  --
30.64/8.29	c  S st    34    104847       100      2130         0     15090     10650    240437   no data   no data  --
30.98/8.33	c  S st    34    105348       100      2130         0     15575     10650    251092   no data   no data  --
30.98/8.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
30.98/8.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
30.98/8.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
30.98/8.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
30.98/8.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.98/8.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
30.98/8.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
34.71/9.34	c lits-rem:      1736  cl-subs:     1265  v-elim:      0  v-fix:    0  time:  3.73 s
34.71/9.34	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
34.71/9.34	c vivif2 --  cl tried    14310 cl shrink        0 lits rem          0 time: 0.01
35.11/9.40	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.25
35.11/9.40	c calculated reachability. Time: 0.00
35.11/9.40	c  N st    34    105348       100      2130         0     14310     10650    222684   no data   no data  --
37.49/10.05	c  N st    35    114946       100      2130         0     23125     10650    410023   no data   no data  --
41.51/11.01	c  N st    36    129343       100      2130         0     23587     10650    409838   no data   no data  --
47.87/12.64	c  N st    37    150938       100      2130         0     14900     10650    196585   no data   no data  --
49.46/13.08	c  S st    38    158023       100      2130         0     21466     10650    339006   no data   no data  --
49.88/13.15	c  S st    38    158531       100      2130         0     21958     10650    350161   no data   no data  --
49.88/13.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
49.88/13.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
49.88/13.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
49.88/13.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
49.88/13.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.88/13.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
49.88/13.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
55.05/14.44	c lits-rem:      2847  cl-subs:     2240  v-elim:      0  v-fix:    0  time:  5.11 s
55.05/14.44	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
55.05/14.44	c vivif2 --  cl tried    19718 cl shrink        0 lits rem          0 time: 0.01
55.45/14.53	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.34
55.45/14.53	c calculated reachability. Time: 0.00
55.45/14.53	c  N st    38    158531       100      2130         0     19718     10650    302525   no data   no data  --
71.01/18.46	c  N st    39    207119       100      2130         0     32187     10650    530017   no data   no data  --
82.57/21.36	c  N st    40    237796       100      2130         0     24587     10650    361067   no data   no data  --
82.57/21.36	c  S st    40    237796       100      2130         0     24587     10650    361067   no data   no data  --
82.96/21.43	c  S st    40    238303       100      2130         0     25072     10650    371911   no data   no data  --
82.96/21.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
82.96/21.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
82.96/21.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
82.96/21.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
82.96/21.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
82.96/21.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
82.96/21.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
88.15/22.79	c lits-rem:      2226  cl-subs:     2338  v-elim:      0  v-fix:    0  time:  5.35 s
88.15/22.79	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
88.15/22.79	c vivif2 --  cl tried    22734 cl shrink        0 lits rem          0 time: 0.02
88.55/22.89	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.38
88.55/22.89	c calculated reachability. Time: 0.00
88.55/22.89	c  N st    40    238303       100      2130         0     22734     10650    327003   no data   no data  --
114.49/29.36	c  F st    41    306251       100      2130         0     24669     10650    339054   no data   no data  --
114.49/29.36	c  N st    41    306251       100      2130         0     24669     10650    339054   no data   no data  --
116.48/29.84	c Decided on static restart strategy
125.26/32.05	c  N st    51    334560       100      2130         0     28835     10650    421348   no data   no data  --
135.21/34.53	c  N st    53    357454       100      2130         0     26945     10650    361565   no data   no data  --
135.21/34.53	c  S st    53    357454       100      2130         0     26945     10650    361565   no data   no data  --
135.21/34.59	c  S st    53    357958       100      2130         0     27436     10650    372493   no data   no data  --
135.21/34.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
135.21/34.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
135.61/34.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
135.61/34.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
135.61/34.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
135.61/34.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
135.61/34.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
140.39/35.86	c lits-rem:      1792  cl-subs:     1263  v-elim:      0  v-fix:    0  time:  4.99 s
140.39/35.86	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
140.39/35.87	c vivif2 --  cl tried    26173 cl shrink        0 lits rem          0 time: 0.02
140.79/35.98	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.45
140.79/35.98	c calculated reachability. Time: 0.00
140.79/35.98	c  N st    53    357958       100      2130         0     26173     10650    346768   no data   no data  --
157.95/40.22	c  N st    54    390351       100      2130         0     32008     10650    461872   no data   no data  --
179.90/45.80	c  N st    55    438941       100      2130         0     26195     10650    313954   no data   no data  --
213.40/54.12	c  N st    56    511824       100      2130         0     38906     10650    567091   no data   no data  --
226.16/57.33	c  N st    57    536939       100      2130         0     33461     10650    441406   no data   no data  --
226.16/57.33	c  S st    57    536939       100      2130         0     33461     10650    441406   no data   no data  --
226.56/57.41	c  S st    57    537443       100      2130         0     33945     10650    452693   no data   no data  --
226.56/57.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
226.56/57.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
226.56/57.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
226.56/57.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
226.56/57.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
226.56/57.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
226.56/57.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
232.15/58.87	c lits-rem:      1789  cl-subs:     1383  v-elim:      0  v-fix:    0  time:  5.74 s
232.15/58.87	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
232.15/58.88	c vivif2 --  cl tried    32562 cl shrink        0 lits rem          0 time: 0.02
232.95/59.03	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.62
232.95/59.03	c calculated reachability. Time: 0.00
232.95/59.03	c  N st    57    537443       100      2130         0     32562     10650    423165   no data   no data  --
323.11/81.65	c  N st    58    701427       100      2130         0     59524     10650    917532   no data   no data  --
378.57/95.56	c  N st    59    806165       100      2130         0     54235     10650    815554   no data   no data  --
378.57/95.56	c  S st    59    806165       100      2130         0     54235     10650    815554   no data   no data  --
379.40/95.72	c  S st    59    806665       100      2130         0     54710     10650    826503   no data   no data  --
379.40/95.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
379.40/95.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
379.40/95.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.08
379.40/95.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
379.40/95.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
379.40/95.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
379.40/95.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
398.52/100.50	c lits-rem:      2663  cl-subs:     5920  v-elim:      0  v-fix:    0  time: 18.89 s
398.52/100.50	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
398.52/100.51	c vivif2 --  cl tried    48790 cl shrink        0 lits rem          0 time: 0.04
399.72/100.81	c asymm  cl-useful: 0/1761/2130 lits-rem:0 time: 1.20
399.72/100.82	c calculated reachability. Time: 0.00
399.72/100.82	c  N st    59    806665       100      2130         0     48790     10650    709437   no data   no data  --
556.92/140.25	c  F st    60   1071876       100      2130         0     63837     10650    932738   no data   no data  --
556.92/140.26	c  N st    60   1071876       100      2130         0     63837     10650    932738   no data   no data  --
561.70/141.45	c Decided on static restart strategy
578.05/145.51	c  N st    70   1100183       100      2130         0     48853     10650    623719   no data   no data  --
607.21/152.86	c  N st    72   1136177       100      2130         0     81972     10650   1353210   no data   no data  --
626.32/157.66	c  N st    73   1168569       100      2130         0     69605     10650   1076035   no data   no data  --
663.04/166.81	c  N st    74   1209997       100      2130         0     64549     10650    947990   no data   no data  --
663.04/166.81	c  S st    74   1209997       100      2130         0     64549     10650    947990   no data   no data  --
663.84/167.05	c  S st    74   1210503       100      2130         0     65037     10650    959342   no data   no data  --
663.84/167.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
663.84/167.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
663.84/167.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.12
664.25/167.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
664.25/167.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
664.25/167.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
664.25/167.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
691.76/174.02	c lits-rem:      3397  cl-subs:     5849  v-elim:      0  v-fix:    0  time: 27.50 s
691.76/174.02	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
691.76/174.03	c vivif2 --  cl tried    59188 cl shrink        0 lits rem          0 time: 0.04
692.96/174.31	c asymm  cl-useful: 0/1509/2130 lits-rem:0 time: 1.11
692.96/174.31	c calculated reachability. Time: 0.00
692.96/174.31	c  N st    74   1210503       100      2130         0     59188     10650    836270   no data   no data  --
747.22/187.99	c  N st    75   1283385       100      2130         0     82123     10650   1338068   no data   no data  --
834.60/209.89	c  N st    76   1392709       100      2130         0     91505     10650   1480220   no data   no data  --
974.63/244.96	c  N st    77   1556694       100      2130         0     98553     10650   1576135   no data   no data  --
1099.90/276.38	c  N st    78   1710503       100      2130         0     88962     10650   1383284   no data   no data  --
1099.90/276.38	c  S st    78   1710503       100      2130         0     88962     10650   1383284   no data   no data  --
1101.50/276.73	c  S st    78   1711008       100      2130         0     89441     10650   1394461   no data   no data  --
1101.50/276.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1101.50/276.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1101.50/276.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.20
1101.90/276.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1101.90/276.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1101.90/276.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
1101.90/276.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1202.05/301.99	c lits-rem:      7797  cl-subs:     9477  v-elim:      0  v-fix:    0  time: 100.32 s
1202.05/301.99	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
1202.45/302.01	c vivif2 --  cl tried    79964 cl shrink        0 lits rem          0 time: 0.07
1203.25/302.26	c asymm  cl-useful: 0/621/2130 lits-rem:0 time: 0.99
1203.25/302.26	c calculated reachability. Time: 0.00
1203.25/302.26	c  N st    78   1711008       100      2130         0     79964     10650   1197963   no data   no data  --
1538.80/386.38	c  N st    79   2079972       100      2130         0     91298     10650   1381880   no data   no data  --
1678.07/421.26	c  N st    80   2211009       100      2130         0     95046     10650   1402527   no data   no data  --
1678.07/421.26	c  S st    80   2211009       100      2130         0     95046     10650   1402527   no data   no data  --
1680.04/421.70	c  S st    80   2211512       100      2130         0     95530     10650   1413988   no data   no data  --
1680.04/421.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1680.04/421.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1680.04/421.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.23
1680.44/421.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1680.44/421.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1680.44/421.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
1680.44/421.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1786.18/448.37	c lits-rem:      8008  cl-subs:    11296  v-elim:      0  v-fix:    0  time: 105.91 s
1786.18/448.37	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
1786.18/448.39	c vivif2 --  cl tried    84234 cl shrink        0 lits rem          0 time: 0.08
1787.79/448.79	c asymm  cl-useful: 0/1090/2130 lits-rem:0 time: 1.59
1787.79/448.79	c calculated reachability. Time: 0.00
1787.79/448.79	c  N st    80   2211512       100      2130         0     84234     10650   1192479   no data   no data  --
2278.91/571.86	c  N st    81   2711513       100      2130         0    106463     10650   1538607   no data   no data  --
2278.91/571.86	c  S st    81   2711513       100      2130         0    106463     10650   1538607   no data   no data  --
2280.50/572.21	c  S st    81   2712021       100      2130         0    106953     10650   1550079   no data   no data  --
2280.50/572.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2280.50/572.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2280.50/572.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.20
2280.90/572.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2280.90/572.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2280.90/572.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
2280.90/572.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2414.56/605.81	c lits-rem:     11922  cl-subs:    14635  v-elim:      0  v-fix:    0  time: 133.61 s
2414.56/605.81	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
2414.56/605.84	c vivif2 --  cl tried    92318 cl shrink        0 lits rem          0 time: 0.09
2416.15/606.29	c asymm  cl-useful: 0/881/2130 lits-rem:0 time: 1.83
2416.55/606.30	c calculated reachability. Time: 0.00
2416.55/606.30	c  N st    81   2712021       100      2130         0     92318     10650   1293467   no data   no data  --
2971.94/745.55	c  N st    82   3212022       100      2130         0    141365     10650   2192331   no data   no data  --
2971.94/745.55	c  S st    82   3212022       100      2130         0    141365     10650   2192331   no data   no data  --
2975.52/746.42	c  S st    82   3212528       100      2130         0     71110     10650    751171   no data   no data  --
2975.52/746.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2975.52/746.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2975.52/746.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.14
2975.52/746.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2975.52/746.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2975.52/746.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
2975.52/746.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2997.46/751.90	c lits-rem:       167  cl-subs:       81  v-elim:      0  v-fix:    0  time: 21.58 s
2997.46/751.90	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
2997.46/751.91	c vivif2 --  cl tried    71029 cl shrink        0 lits rem          0 time: 0.05
2998.66/752.27	c asymm  cl-useful: 0/1288/2130 lits-rem:0 time: 1.44
2998.66/752.27	c calculated reachability. Time: 0.00
2998.66/752.27	c  N st    82   3212528       100      2130         0     71029     10650    749309   no data   no data  --
3583.23/898.73	c  N st    83   3712528       100      2130         0     81062     10650    903885   no data   no data  --
3583.23/898.73	c  S st    83   3712528       100      2130         0     81062     10650    903885   no data   no data  --
3583.99/898.97	c  S st    83   3713035       100      2130         0     81545     10650    914955   no data   no data  --
3583.99/898.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3583.99/898.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3584.39/899.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.14
3584.39/899.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3584.39/899.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3584.39/899.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
3584.39/899.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3613.11/906.20	c lits-rem:      1091  cl-subs:     1503  v-elim:      0  v-fix:    0  time: 28.57 s
3613.11/906.20	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
3613.11/906.22	c vivif2 --  cl tried    80042 cl shrink        0 lits rem          0 time: 0.06
3614.30/906.50	c asymm  cl-useful: 0/842/2130 lits-rem:0 time: 1.11
3614.30/906.50	c calculated reachability. Time: 0.00
3614.30/906.50	c  N st    83   3713035       100      2130         0     80042     10650    887135   no data   no data  --
3656.21/917.04	c  F st    84   3751563       100      2130         0    115313     10650   1649964   no data   no data  --
3656.21/917.04	c  N st    84   3751563       100      2130         0    115313     10650   1649964   no data   no data  --
3662.98/918.79	c Decided on static restart strategy
3699.69/927.92	c  N st    94   3779865       100      2130         0    141298     10650   2221401   no data   no data  --
3757.13/942.38	c  N st    96   3815859       100      2130         0     96877     10650   1235779   no data   no data  --
3797.03/952.37	c  N st    97   3848253       100      2130         0    126618     10650   1899097   no data   no data  --
3859.29/967.99	c  N st    98   3896842       100      2130         0     92537     10650   1133499   no data   no data  --
3949.84/990.62	c  N st    99   3969725       100      2130         0    159108     10650   2592973   no data   no data  --
4084.69/1024.49	c  N st   100   4079050       100      2130         0     99438     10650   1263986   no data   no data  --
4275.40/1072.20	c  N st   101   4213035       100      2130         0    140634     10650   2144733   no data   no data  --
4275.40/1072.20	c  S st   101   4213035       100      2130         0    140634     10650   2144733   no data   no data  --
4276.98/1072.66	c  S st   101   4213538       100      2130         0    141121     10650   2156321   no data   no data  --
4276.98/1072.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4276.98/1072.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4277.38/1072.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.28
4277.78/1072.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4277.78/1072.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4277.78/1072.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
4277.78/1072.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4539.51/1138.41	c lits-rem:      2462  cl-subs:    16538  v-elim:      0  v-fix:    0  time: 261.66 s
4539.51/1138.41	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
4539.51/1138.45	c vivif2 --  cl tried   124583 cl shrink        0 lits rem          0 time: 0.16
4542.28/1139.11	c asymm  cl-useful: 0/845/2130 lits-rem:0 time: 2.63
4542.28/1139.12	c calculated reachability. Time: 0.00
4542.28/1139.12	c  N st   101   4213538       100      2130         0    124583     10650   1829020   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: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3368878-1305405236/watcher-3368878-1305405236 -o /tmp/evaluation-result-3368878-1305405236/solver-3368878-1305405236 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368878-1305405236.cnf 

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

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


[startup+0 s]
/proc/loadavg: 3.92 6.08 7.28 2/279 4819
/proc/meminfo: memFree=19072284/32951132 swapFree=67093824/67111528
[pid=4819] ppid=4817 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/4819/stat : 4819 (strangenight1-m) R 4817 4819 4127 0 -1 4202496 411 0 0 0 0 0 0 0 25 0 4 0 652123260 52465664 352 33554432000 4194304 4650419 140736344708496 18446744073709551615 47870352865196 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4819/statm: 12809 352 303 112 0 7774 0
[pid=4819/tid=4820] ppid=4817 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/4819/task/4820/stat : 4820 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652123261 52465664 357 33554432000 4194304 4650419 140736344708496 18446744073709551615 47870352864793 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4819/tid=4821] ppid=4817 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/4819/task/4821/stat : 4821 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652123261 52465664 357 33554432000 4194304 4650419 140736344708496 18446744073709551615 47870352864787 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4819/tid=4822] ppid=4817 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/4819/task/4822/stat : 4822 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 4 0 652123261 52465664 357 33554432000 4194304 4650419 140736344708496 18446744073709551615 47870352864784 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.0597689 s]
/proc/loadavg: 3.92 6.08 7.28 2/279 4819
/proc/meminfo: memFree=19072284/32951132 swapFree=67093824/67111528
[pid=4819] ppid=4817 vsize=282148 CPUtime=0.21 cores=0,2,4,6
/proc/4819/stat : 4819 (strangenight1-m) R 4817 4819 4127 0 -1 4202496 1475 0 0 0 21 0 0 0 25 0 4 0 652123260 288919552 1333 33554432000 4194304 4650419 140736344708496 18446744073709551615 4364772 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4819/statm: 70537 1334 389 112 0 65502 0
[pid=4819/tid=4820] ppid=4817 vsize=282148 CPUtime=0.04 cores=0,2,4,6
/proc/4819/task/4820/stat : 4820 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 294 0 0 0 4 0 0 0 25 0 4 0 652123261 288919552 1334 33554432000 4194304 4650419 140736344708496 18446744073709551615 4365676 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4819/tid=4821] ppid=4817 vsize=282148 CPUtime=0.05 cores=0,2,4,6
/proc/4819/task/4821/stat : 4821 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 283 0 0 0 5 0 0 0 25 0 4 0 652123261 288919552 1334 33554432000 4194304 4650419 140736344708496 18446744073709551615 4366928 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4819/tid=4822] ppid=4817 vsize=282148 CPUtime=0.05 cores=0,2,4,6
/proc/4819/task/4822/stat : 4822 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 171 0 0 0 5 0 0 0 25 0 4 0 652123261 288919552 1334 33554432000 4194304 4650419 140736344708496 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 282148

[startup+0.100762 s]
/proc/loadavg: 3.92 6.08 7.28 2/279 4819
/proc/meminfo: memFree=19072284/32951132 swapFree=67093824/67111528
[pid=4819] ppid=4817 vsize=282148 CPUtime=0.37 cores=0,2,4,6
/proc/4819/stat : 4819 (strangenight1-m) R 4817 4819 4127 0 -1 4202496 1710 0 0 0 37 0 0 0 25 0 4 0 652123260 288919552 1568 33554432000 4194304 4650419 140736344708496 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4819/statm: 70537 1568 389 112 0 65502 0
[pid=4819/tid=4820] ppid=4817 vsize=282148 CPUtime=0.08 cores=0,2,4,6
/proc/4819/task/4820/stat : 4820 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 359 0 0 0 8 0 0 0 25 0 4 0 652123261 288919552 1568 33554432000 4194304 4650419 140736344708496 18446744073709551615 4334297 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4819/tid=4821] ppid=4817 vsize=282148 CPUtime=0.09 cores=0,2,4,6
/proc/4819/task/4821/stat : 4821 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 341 0 0 0 9 0 0 0 25 0 4 0 652123261 288919552 1568 33554432000 4194304 4650419 140736344708496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4819/tid=4822] ppid=4817 vsize=282148 CPUtime=0.09 cores=0,2,4,6
/proc/4819/task/4822/stat : 4822 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 220 0 0 0 9 0 0 0 25 0 4 0 652123261 288919552 1568 33554432000 4194304 4650419 140736344708496 18446744073709551615 4366816 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) 282148

[startup+0.300727 s]
/proc/loadavg: 3.92 6.08 7.28 2/279 4819
/proc/meminfo: memFree=19072284/32951132 swapFree=67093824/67111528
[pid=4819] ppid=4817 vsize=292468 CPUtime=1.17 cores=0,2,4,6
/proc/4819/stat : 4819 (strangenight1-m) R 4817 4819 4127 0 -1 4202496 3098 0 0 0 117 0 0 0 25 0 4 0 652123260 299487232 2220 33554432000 4194304 4650419 140736344708496 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4819/statm: 73117 2226 391 112 0 68082 0
[pid=4819/tid=4820] ppid=4817 vsize=292468 CPUtime=0.28 cores=0,2,4,6
/proc/4819/task/4820/stat : 4820 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 645 0 0 0 28 0 0 0 25 0 4 0 652123261 299487232 2229 33554432000 4194304 4650419 140736344708496 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4819/tid=4821] ppid=4817 vsize=292468 CPUtime=0.29 cores=0,2,4,6
/proc/4819/task/4821/stat : 4821 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 649 0 0 0 29 0 0 0 25 0 4 0 652123261 299487232 2234 33554432000 4194304 4650419 140736344708496 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4819/tid=4822] ppid=4817 vsize=292468 CPUtime=0.29 cores=0,2,4,6
/proc/4819/task/4822/stat : 4822 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 610 0 0 0 29 0 0 0 25 0 4 0 652123261 299487232 2239 33554432000 4194304 4650419 140736344708496 18446744073709551615 4516622 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) 292468

[startup+0.700657 s]
/proc/loadavg: 3.92 6.08 7.28 2/279 4819
/proc/meminfo: memFree=19072284/32951132 swapFree=67093824/67111528
[pid=4819] ppid=4817 vsize=284872 CPUtime=2.77 cores=0,2,4,6
/proc/4819/stat : 4819 (strangenight1-m) R 4817 4819 4127 0 -1 4202496 5110 0 0 0 277 0 0 0 25 0 4 0 652123260 291708928 2631 33554432000 4194304 4650419 140736344708496 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4819/statm: 71218 2631 391 112 0 66183 0
[pid=4819/tid=4820] ppid=4817 vsize=284872 CPUtime=0.68 cores=0,2,4,6
/proc/4819/task/4820/stat : 4820 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 1207 0 0 0 68 0 0 0 25 0 4 0 652123261 291708928 2631 33554432000 4194304 4650419 140736344708496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4819/tid=4821] ppid=4817 vsize=284872 CPUtime=0.69 cores=0,2,4,6
/proc/4819/task/4821/stat : 4821 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 1214 0 0 0 69 0 0 0 25 0 4 0 652123261 291708928 2631 33554432000 4194304 4650419 140736344708496 18446744073709551615 4365286 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4819/tid=4822] ppid=4817 vsize=284872 CPUtime=0.69 cores=0,2,4,6
/proc/4819/task/4822/stat : 4822 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 1028 0 0 0 69 0 0 0 25 0 4 0 652123261 291708928 2631 33554432000 4194304 4650419 140736344708496 18446744073709551615 4367232 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) 284872

[startup+1.50052 s]
/proc/loadavg: 4.24 6.11 7.28 9/289 4832
/proc/meminfo: memFree=19039048/32951132 swapFree=67093824/67111528
[pid=4819] ppid=4817 vsize=285924 CPUtime=5.96 cores=0,2,4,6
/proc/4819/stat : 4819 (strangenight1-m) R 4817 4819 4127 0 -1 4202496 10173 0 0 0 595 1 0 0 25 0 4 0 652123260 292786176 5468 33554432000 4194304 4650419 140736344708496 18446744073709551615 4443768 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4819/statm: 71481 5468 393 112 0 66446 0
[pid=4819/tid=4820] ppid=4817 vsize=285924 CPUtime=1.48 cores=0,2,4,6
/proc/4819/task/4820/stat : 4820 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 3041 0 0 0 148 0 0 0 25 0 4 0 652123261 292786176 5468 33554432000 4194304 4650419 140736344708496 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4819/tid=4821] ppid=4817 vsize=285924 CPUtime=1.49 cores=0,2,4,6
/proc/4819/task/4821/stat : 4821 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 2050 0 0 0 149 0 0 0 25 0 4 0 652123261 292786176 5468 33554432000 4194304 4650419 140736344708496 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4819/tid=4822] ppid=4817 vsize=285924 CPUtime=1.49 cores=0,2,4,6
/proc/4819/task/4822/stat : 4822 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 1730 0 0 0 149 0 0 0 25 0 4 0 652123261 292786176 5468 33554432000 4194304 4650419 140736344708496 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 285924

[startup+3.10024 s]
/proc/loadavg: 4.24 6.11 7.28 9/289 4832
/proc/meminfo: memFree=19008300/32951132 swapFree=67093824/67111528
[pid=4819] ppid=4817 vsize=286496 CPUtime=12.35 cores=0,2,4,6
/proc/4819/stat : 4819 (strangenight1-m) R 4817 4819 4127 0 -1 4202496 16894 0 0 0 1232 3 0 0 25 0 4 0 652123260 293371904 10092 33554432000 4194304 4650419 140736344708496 18446744073709551615 4439099 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4819/statm: 71624 10092 393 112 0 66589 0
[pid=4819/tid=4820] ppid=4817 vsize=286496 CPUtime=3.08 cores=0,2,4,6
/proc/4819/task/4820/stat : 4820 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 4169 0 0 0 308 0 0 0 25 0 4 0 652123261 293371904 10092 33554432000 4194304 4650419 140736344708496 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4819/tid=4821] ppid=4817 vsize=286496 CPUtime=3.08 cores=0,2,4,6
/proc/4819/task/4821/stat : 4821 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 4104 0 0 0 308 0 0 0 25 0 4 0 652123261 293371904 10092 33554432000 4194304 4650419 140736344708496 18446744073709551615 4365313 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4819/tid=4822] ppid=4817 vsize=286496 CPUtime=3.08 cores=0,2,4,6
/proc/4819/task/4822/stat : 4822 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 3841 0 0 0 308 0 0 0 25 0 4 0 652123261 293371904 10092 33554432000 4194304 4650419 140736344708496 18446744073709551615 4365286 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 286496

[startup+6.30069 s]
/proc/loadavg: 4.24 6.11 7.28 9/289 4832
/proc/meminfo: memFree=18965172/32951132 swapFree=67093824/67111528
[pid=4819] ppid=4817 vsize=296028 CPUtime=24.21 cores=0,2,4,6
/proc/4819/stat : 4819 (strangenight1-m) R 4817 4819 4127 0 -1 4202496 24184 0 0 0 2403 18 0 0 25 0 4 0 652123260 303132672 13499 33554432000 4194304 4650419 140736344708496 18446744073709551615 4365273 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4819/statm: 74007 13499 393 112 0 68972 0
[pid=4819/tid=4820] ppid=4817 vsize=296028 CPUtime=6.27 cores=0,2,4,6
/proc/4819/task/4820/stat : 4820 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 6404 0 0 0 626 1 0 0 18 0 4 0 652123261 303132672 13499 33554432000 4194304 4650419 140736344708496 18446744073709551615 4366845 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4819/tid=4821] ppid=4817 vsize=296028 CPUtime=6.28 cores=0,2,4,6
/proc/4819/task/4821/stat : 4821 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 6794 0 0 0 623 5 0 0 25 0 4 0 652123261 303132672 13499 33554432000 4194304 4650419 140736344708496 18446744073709551615 4439099 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4819/tid=4822] ppid=4817 vsize=296028 CPUtime=5.4 cores=0,2,4,6
/proc/4819/task/4822/stat : 4822 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 4800 0 0 0 531 9 0 0 25 0 4 0 652123261 303132672 13499 33554432000 4194304 4650419 140736344708496 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.21
Current children cumulated vsize (KiB) 296028

[startup+12.7006 s]
/proc/loadavg: 4.97 6.21 7.30 9/289 4833
/proc/meminfo: memFree=18923280/32951132 swapFree=67093824/67111528
[pid=4819] ppid=4817 vsize=287520 CPUtime=48.26 cores=0,2,4,6
/proc/4819/stat : 4819 (strangenight1-m) R 4817 4819 4127 0 -1 4202496 34612 0 0 0 4795 31 0 0 25 0 4 0 652123260 294420480 16350 33554432000 4194304 4650419 140736344708496 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4819/statm: 71880 16350 393 112 0 66845 0
[pid=4819/tid=4820] ppid=4817 vsize=287520 CPUtime=12.59 cores=0,2,4,6
/proc/4819/task/4820/stat : 4820 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 9333 0 0 0 1256 3 0 0 25 0 4 0 652123261 294420480 16350 33554432000 4194304 4650419 140736344708496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4819/tid=4821] ppid=4817 vsize=287520 CPUtime=12.68 cores=0,2,4,6
/proc/4819/task/4821/stat : 4821 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 9334 0 0 0 1261 7 0 0 25 0 4 0 652123261 294420480 16350 33554432000 4194304 4650419 140736344708496 18446744073709551615 4366305 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4819/tid=4822] ppid=4817 vsize=287520 CPUtime=10.41 cores=0,2,4,6
/proc/4819/task/4822/stat : 4822 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 6878 0 0 0 1025 16 0 0 25 0 4 0 652123261 294420480 16350 33554432000 4194304 4650419 140736344708496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 48.26
Current children cumulated vsize (KiB) 287520

[startup+25.5004 s]
/proc/loadavg: 5.51 6.28 7.31 9/289 4833
/proc/meminfo: memFree=18880072/32951132 swapFree=67093824/67111528
[pid=4819] ppid=4817 vsize=292024 CPUtime=99.32 cores=0,2,4,6
/proc/4819/stat : 4819 (strangenight1-m) R 4817 4819 4127 0 -1 4202496 54168 0 0 0 9896 36 0 0 25 0 4 0 652123260 299032576 21511 33554432000 4194304 4650419 140736344708496 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4819/statm: 73006 21511 393 112 0 67971 0
[pid=4819/tid=4820] ppid=4817 vsize=292024 CPUtime=25.39 cores=0,2,4,6
/proc/4819/task/4820/stat : 4820 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 15652 0 0 0 2534 5 0 0 25 0 4 0 652123261 299032576 21511 33554432000 4194304 4650419 140736344708496 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4819/tid=4821] ppid=4817 vsize=292024 CPUtime=25.48 cores=0,2,4,6
/proc/4819/task/4821/stat : 4821 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 14291 0 0 0 2539 9 0 0 25 0 4 0 652123261 299032576 21511 33554432000 4194304 4650419 140736344708496 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4819/tid=4822] ppid=4817 vsize=292024 CPUtime=23.21 cores=0,2,4,6
/proc/4819/task/4822/stat : 4822 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 10848 0 0 0 2304 17 0 0 25 0 4 0 652123261 299032576 21511 33554432000 4194304 4650419 140736344708496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 99.32
Current children cumulated vsize (KiB) 292024

[startup+51.1009 s]
/proc/loadavg: 6.36 6.42 7.33 9/289 4834
/proc/meminfo: memFree=18841340/32951132 swapFree=67093824/67111528
[pid=4819] ppid=4817 vsize=302988 CPUtime=201.43 cores=0,2,4,6
/proc/4819/stat : 4819 (strangenight1-m) R 4817 4819 4127 0 -1 4202496 83768 0 0 0 20096 47 0 0 25 0 4 0 652123260 310259712 26042 33554432000 4194304 4650419 140736344708496 18446744073709551615 4367232 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4819/statm: 75747 26042 393 112 0 70712 0
[pid=4819/tid=4820] ppid=4817 vsize=302988 CPUtime=50.96 cores=0,2,4,6
/proc/4819/task/4820/stat : 4820 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 25399 0 0 0 5086 10 0 0 25 0 4 0 652123261 310259712 26042 33554432000 4194304 4650419 140736344708496 18446744073709551615 4365286 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4819/tid=4821] ppid=4817 vsize=302988 CPUtime=51.07 cores=0,2,4,6
/proc/4819/task/4821/stat : 4821 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 22748 0 0 0 5096 11 0 0 25 0 4 0 652123261 310259712 26042 33554432000 4194304 4650419 140736344708496 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4819/tid=4822] ppid=4817 vsize=302988 CPUtime=48.82 cores=0,2,4,6
/proc/4819/task/4822/stat : 4822 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 15587 0 0 0 4863 19 0 0 25 0 4 0 652123261 310259712 26042 33554432000 4194304 4650419 140736344708496 18446744073709551615 4364792 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 201.43
Current children cumulated vsize (KiB) 302988

[startup+102.311 s]
/proc/loadavg: 7.45 6.71 7.37 9/289 4835
/proc/meminfo: memFree=18787984/32951132 swapFree=67093824/67111528
[pid=4819] ppid=4817 vsize=292500 CPUtime=405.74 cores=0,2,4,6
/proc/4819/stat : 4819 (strangenight1-m) R 4817 4819 4127 0 -1 4202496 132552 0 0 0 40510 64 0 0 25 0 4 0 652123260 299520000 36580 33554432000 4194304 4650419 140736344708496 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4819/statm: 73125 36580 393 112 0 68090 0
[pid=4819/tid=4820] ppid=4817 vsize=292500 CPUtime=102.16 cores=0,2,4,6
/proc/4819/task/4820/stat : 4820 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 40488 0 0 0 10199 17 0 0 25 0 4 0 652123261 299520000 36580 33554432000 4194304 4650419 140736344708496 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4819/tid=4821] ppid=4817 vsize=292500 CPUtime=102.29 cores=0,2,4,6
/proc/4819/task/4821/stat : 4821 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 35066 0 0 0 10215 14 0 0 25 0 4 0 652123261 299520000 36580 33554432000 4194304 4650419 140736344708496 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4819/tid=4822] ppid=4817 vsize=292500 CPUtime=100.03 cores=0,2,4,6
/proc/4819/task/4822/stat : 4822 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 24809 0 0 0 9981 22 0 0 25 0 4 0 652123261 299520000 36580 33554432000 4194304 4650419 140736344708496 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 405.74
Current children cumulated vsize (KiB) 292500

[startup+162.301 s]

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

[pid=4819] ppid=4817 vsize=483896 CPUtime=2560.2 cores=0,2,4,6
/proc/4819/stat : 4819 (strangenight1-m) R 4817 4819 4127 0 -1 4202496 375060 0 0 0 255845 175 0 0 25 0 4 0 652123260 495509504 88457 33554432000 4194304 4650419 140736344708496 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4819/statm: 120974 88457 393 112 0 115939 0
[pid=4819/tid=4820] ppid=4817 vsize=483896 CPUtime=642.05 cores=0,2,4,6
/proc/4819/task/4820/stat : 4820 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 116718 0 0 0 64148 57 0 0 25 0 4 0 652123261 495509504 88459 33554432000 4194304 4650419 140736344708496 18446744073709551615 4330956 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4819/tid=4821] ppid=4817 vsize=483896 CPUtime=642.29 cores=0,2,4,6
/proc/4819/task/4821/stat : 4821 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 101260 0 0 0 64185 44 0 0 25 0 4 0 652123261 495509504 88459 33554432000 4194304 4650419 140736344708496 18446744073709551615 4310774 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4819/tid=4822] ppid=4817 vsize=483896 CPUtime=640.04 cores=0,2,4,6
/proc/4819/task/4822/stat : 4822 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 53631 0 0 0 63968 36 0 0 25 0 4 0 652123261 495509504 88459 33554432000 4194304 4650419 140736344708496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2560.2
Current children cumulated vsize (KiB) 483896

[startup+702.301 s]
/proc/loadavg: 8.20 7.92 7.70 9/289 4851
/proc/meminfo: memFree=18353104/32951132 swapFree=67093824/67111528
[pid=4819] ppid=4817 vsize=520180 CPUtime=2799.57 cores=0,2,4,6
/proc/4819/stat : 4819 (strangenight1-m) R 4817 4819 4127 0 -1 4202496 398195 0 0 0 279770 187 0 0 25 0 4 0 652123260 532664320 94139 33554432000 4194304 4650419 140736344708496 18446744073709551615 4313339 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4819/statm: 130045 94139 393 112 0 125010 0
[pid=4819/tid=4820] ppid=4817 vsize=520180 CPUtime=702 cores=0,2,4,6
/proc/4819/task/4820/stat : 4820 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 121676 0 0 0 70139 61 0 0 25 0 4 0 652123261 532664320 94139 33554432000 4194304 4650419 140736344708496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4819/tid=4821] ppid=4817 vsize=520180 CPUtime=702.28 cores=0,2,4,6
/proc/4819/task/4821/stat : 4821 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 109338 0 0 0 70181 47 0 0 25 0 4 0 652123261 532664320 94139 33554432000 4194304 4650419 140736344708496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4819/tid=4822] ppid=4817 vsize=520180 CPUtime=700.03 cores=0,2,4,6
/proc/4819/task/4822/stat : 4822 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 58132 0 0 0 69965 38 0 0 25 0 4 0 652123261 532664320 94139 33554432000 4194304 4650419 140736344708496 18446744073709551615 4313051 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2799.57
Current children cumulated vsize (KiB) 520180

[startup+762.311 s]
/proc/loadavg: 8.13 7.95 7.72 9/289 4853
/proc/meminfo: memFree=18326048/32951132 swapFree=67093824/67111528
[pid=4819] ppid=4817 vsize=585824 CPUtime=3038.99 cores=0,2,4,6
/proc/4819/stat : 4819 (strangenight1-m) R 4817 4819 4127 0 -1 4202496 415837 0 0 0 303704 195 0 0 25 0 4 0 652123260 599883776 99494 33554432000 4194304 4650419 140736344708496 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4819/statm: 146456 99494 393 112 0 141421 0
[pid=4819/tid=4820] ppid=4817 vsize=585824 CPUtime=761.97 cores=0,2,4,6
/proc/4819/task/4820/stat : 4820 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 125677 0 0 0 76134 63 0 0 25 0 4 0 652123261 599883776 99494 33554432000 4194304 4650419 140736344708496 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4819/tid=4821] ppid=4817 vsize=585824 CPUtime=762.29 cores=0,2,4,6
/proc/4819/task/4821/stat : 4821 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 117866 0 0 0 76178 51 0 0 25 0 4 0 652123261 599883776 99494 33554432000 4194304 4650419 140736344708496 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4819/tid=4822] ppid=4817 vsize=585824 CPUtime=760.04 cores=0,2,4,6
/proc/4819/task/4822/stat : 4822 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 58523 0 0 0 75966 38 0 0 25 0 4 0 652123261 599883776 99494 33554432000 4194304 4650419 140736344708496 18446744073709551615 4313048 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3038.99
Current children cumulated vsize (KiB) 585824

[startup+822.3 s]
/proc/loadavg: 8.10 7.97 7.74 9/289 4854
/proc/meminfo: memFree=18345128/32951132 swapFree=67093824/67111528
[pid=4819] ppid=4817 vsize=627652 CPUtime=3278.34 cores=0,2,4,6
/proc/4819/stat : 4819 (strangenight1-m) R 4817 4819 4127 0 -1 4202496 437889 0 0 0 327630 204 0 0 25 0 4 0 652123260 642715648 99869 33554432000 4194304 4650419 140736344708496 18446744073709551615 4313048 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4819/statm: 156913 99869 393 112 0 151878 0
[pid=4819/tid=4820] ppid=4817 vsize=627652 CPUtime=821.92 cores=0,2,4,6
/proc/4819/task/4820/stat : 4820 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 131647 0 0 0 82126 66 0 0 25 0 4 0 652123261 642715648 99869 33554432000 4194304 4650419 140736344708496 18446744073709551615 4313370 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4819/tid=4821] ppid=4817 vsize=627652 CPUtime=822.28 cores=0,2,4,6
/proc/4819/task/4821/stat : 4821 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 124127 0 0 0 82174 54 0 0 25 0 4 0 652123261 642715648 99869 33554432000 4194304 4650419 140736344708496 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4819/tid=4822] ppid=4817 vsize=627652 CPUtime=820.03 cores=0,2,4,6
/proc/4819/task/4822/stat : 4822 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 64592 0 0 0 81963 40 0 0 25 0 4 0 652123261 642715648 99869 33554432000 4194304 4650419 140736344708496 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3278.34
Current children cumulated vsize (KiB) 627652

[startup+882.301 s]
/proc/loadavg: 8.15 8.00 7.77 9/289 4856
/proc/meminfo: memFree=18347228/32951132 swapFree=67093824/67111528
[pid=4819] ppid=4817 vsize=588412 CPUtime=3517.75 cores=0,2,4,6
/proc/4819/stat : 4819 (strangenight1-m) R 4817 4819 4127 0 -1 4202496 453114 0 0 0 351563 212 0 0 25 0 4 0 652123260 602533888 95172 33554432000 4194304 4650419 140736344708496 18446744073709551615 4366599 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4819/statm: 147103 95172 393 112 0 142068 0
[pid=4819/tid=4820] ppid=4817 vsize=588412 CPUtime=881.9 cores=0,2,4,6
/proc/4819/task/4820/stat : 4820 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 136456 0 0 0 88121 69 0 0 25 0 4 0 652123261 602533888 95172 33554432000 4194304 4650419 140736344708496 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4819/tid=4821] ppid=4817 vsize=588412 CPUtime=882.28 cores=0,2,4,6
/proc/4819/task/4821/stat : 4821 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 127526 0 0 0 88173 55 0 0 25 0 4 0 652123261 602533888 95172 33554432000 4194304 4650419 140736344708496 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4819/tid=4822] ppid=4817 vsize=588412 CPUtime=880.03 cores=0,2,4,6
/proc/4819/task/4822/stat : 4822 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 66597 0 0 0 87962 41 0 0 25 0 4 0 652123261 602533888 95172 33554432000 4194304 4650419 140736344708496 18446744073709551615 4366845 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3517.75
Current children cumulated vsize (KiB) 588412

[startup+942.301 s]
/proc/loadavg: 8.21 8.04 7.79 9/289 4857
/proc/meminfo: memFree=18322788/32951132 swapFree=67093824/67111528
[pid=4819] ppid=4817 vsize=575484 CPUtime=3757.13 cores=0,2,4,6
/proc/4819/stat : 4819 (strangenight1-m) R 4817 4819 4127 0 -1 4202496 469357 0 0 0 375494 219 0 0 25 0 4 0 652123260 589295616 96868 33554432000 4194304 4650419 140736344708496 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4819/statm: 143871 96868 393 112 0 138836 0
[pid=4819/tid=4820] ppid=4817 vsize=575484 CPUtime=941.85 cores=0,2,4,6
/proc/4819/task/4820/stat : 4820 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 141878 0 0 0 94112 73 0 0 25 0 4 0 652123261 589295616 96868 33554432000 4194304 4650419 140736344708496 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4819/tid=4821] ppid=4817 vsize=575484 CPUtime=942.28 cores=0,2,4,6
/proc/4819/task/4821/stat : 4821 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 130774 0 0 0 94172 56 0 0 25 0 4 0 652123261 589295616 96868 33554432000 4194304 4650419 140736344708496 18446744073709551615 4476812 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4819/tid=4822] ppid=4817 vsize=575484 CPUtime=940.03 cores=0,2,4,6
/proc/4819/task/4822/stat : 4822 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 68761 0 0 0 93961 42 0 0 25 0 4 0 652123261 589295616 96868 33554432000 4194304 4650419 140736344708496 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3757.13
Current children cumulated vsize (KiB) 575484

[startup+1002.3 s]
/proc/loadavg: 8.13 8.05 7.81 9/289 4859
/proc/meminfo: memFree=18307884/32951132 swapFree=67093824/67111528
[pid=4819] ppid=4817 vsize=575740 CPUtime=3996.52 cores=0,2,4,6
/proc/4819/stat : 4819 (strangenight1-m) R 4817 4819 4127 0 -1 4202496 487389 0 0 0 399423 229 0 0 25 0 4 0 652123260 589557760 98338 33554432000 4194304 4650419 140736344708496 18446744073709551615 4365361 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4819/statm: 143935 98338 393 112 0 138900 0
[pid=4819/tid=4820] ppid=4817 vsize=575740 CPUtime=1001.8 cores=0,2,4,6
/proc/4819/task/4820/stat : 4820 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 148170 0 0 0 100103 77 0 0 25 0 4 0 652123261 589557760 98338 33554432000 4194304 4650419 140736344708496 18446744073709551615 4365333 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4819/tid=4821] ppid=4817 vsize=575740 CPUtime=1002.28 cores=0,2,4,6
/proc/4819/task/4821/stat : 4821 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 131023 0 0 0 100172 56 0 0 25 0 4 0 652123261 589557760 98338 33554432000 4194304 4650419 140736344708496 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4819/tid=4822] ppid=4817 vsize=575740 CPUtime=1000.03 cores=0,2,4,6
/proc/4819/task/4822/stat : 4822 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 73715 0 0 0 99959 44 0 0 25 0 4 0 652123261 589557760 98338 33554432000 4194304 4650419 140736344708496 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3996.52
Current children cumulated vsize (KiB) 575740

[startup+1062.3 s]
/proc/loadavg: 8.09 8.05 7.82 9/289 4861
/proc/meminfo: memFree=18304128/32951132 swapFree=67093824/67111528
[pid=4819] ppid=4817 vsize=589480 CPUtime=4235.9 cores=0,2,4,6
/proc/4819/stat : 4819 (strangenight1-m) R 4817 4819 4127 0 -1 4202496 502973 0 0 0 423353 237 0 0 25 0 4 0 652123260 603627520 99045 33554432000 4194304 4650419 140736344708496 18446744073709551615 4365337 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4819/statm: 147370 99045 393 112 0 142335 0
[pid=4819/tid=4820] ppid=4817 vsize=589480 CPUtime=1061.74 cores=0,2,4,6
/proc/4819/task/4820/stat : 4820 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 154502 0 0 0 106093 81 0 0 25 0 4 0 652123261 603627520 99045 33554432000 4194304 4650419 140736344708496 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4819/tid=4821] ppid=4817 vsize=589480 CPUtime=1062.29 cores=0,2,4,6
/proc/4819/task/4821/stat : 4821 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 133038 0 0 0 106172 57 0 0 25 0 4 0 652123261 603627520 99045 33554432000 4194304 4650419 140736344708496 18446744073709551615 4368288 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4819/tid=4822] ppid=4817 vsize=589480 CPUtime=1060.03 cores=0,2,4,6
/proc/4819/task/4822/stat : 4822 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 74826 0 0 0 105958 45 0 0 25 0 4 0 652123261 603627520 99045 33554432000 4194304 4650419 140736344708496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4235.9
Current children cumulated vsize (KiB) 589480

[startup+1122.3 s]
/proc/loadavg: 8.08 8.06 7.84 9/289 4862
/proc/meminfo: memFree=18262700/32951132 swapFree=67093824/67111528
[pid=4819] ppid=4817 vsize=562536 CPUtime=4475.27 cores=0,2,4,6
/proc/4819/stat : 4819 (strangenight1-m) R 4817 4819 4127 0 -1 4202496 519956 0 0 0 447286 241 0 0 25 0 4 0 652123260 576036864 109678 33554432000 4194304 4650419 140736344708496 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/4819/statm: 140634 109678 393 112 0 135599 0
[pid=4819/tid=4820] ppid=4817 vsize=562536 CPUtime=1121.69 cores=0,2,4,6
/proc/4819/task/4820/stat : 4820 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 162451 0 0 0 112087 82 0 0 25 0 4 0 652123261 576036864 109678 33554432000 4194304 4650419 140736344708496 18446744073709551615 4432376 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4819/tid=4821] ppid=4817 vsize=562536 CPUtime=1122.29 cores=0,2,4,6
/proc/4819/task/4821/stat : 4821 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 134635 0 0 0 112171 58 0 0 25 0 4 0 652123261 576036864 109678 33554432000 4194304 4650419 140736344708496 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4819/tid=4822] ppid=4817 vsize=562536 CPUtime=1120.04 cores=0,2,4,6
/proc/4819/task/4822/stat : 4822 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 78818 0 0 0 111957 47 0 0 25 0 4 0 652123261 576036864 109678 33554432000 4194304 4650419 140736344708496 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4475.27
Current children cumulated vsize (KiB) 562536

[startup+1182.3 s]
/proc/loadavg: 8.11 8.07 7.85 9/289 4864
/proc/meminfo: memFree=18281648/32951132 swapFree=67093824/67111528
[pid=4819] ppid=4817 vsize=549056 CPUtime=4714.6 cores=0,2,4,6
/proc/4819/stat : 4819 (strangenight1-m) R 4817 4819 4127 0 -1 4202496 525632 0 0 0 471216 244 0 0 25 0 4 0 652123260 562233344 110291 33554432000 4194304 4650419 140736344708496 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4819/statm: 137264 110291 393 112 0 132229 0
[pid=4819/tid=4820] ppid=4817 vsize=549056 CPUtime=1181.32 cores=0,2,4,6
/proc/4819/task/4820/stat : 4820 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 162567 0 0 0 118049 83 0 0 25 0 4 0 652123261 562233344 110291 33554432000 4194304 4650419 140736344708496 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4819/tid=4821] ppid=4817 vsize=549056 CPUtime=1182.29 cores=0,2,4,6
/proc/4819/task/4821/stat : 4821 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 134921 0 0 0 118171 58 0 0 25 0 4 0 652123261 562233344 110291 33554432000 4194304 4650419 140736344708496 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4819/tid=4822] ppid=4817 vsize=549056 CPUtime=1180.04 cores=0,2,4,6
/proc/4819/task/4822/stat : 4822 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 80038 0 0 0 117956 48 0 0 25 0 4 0 652123261 562233344 110291 33554432000 4194304 4650419 140736344708496 18446744073709551615 4364766 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4714.6
Current children cumulated vsize (KiB) 549056



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.8 s]
/proc/loadavg: 8.15 8.08 7.86 5/284 4865
/proc/meminfo: memFree=18642276/32951132 swapFree=67093824/67111528
[pid=4819] ppid=4817 vsize=564576 CPUtime=4800.4 cores=0,2,4,6
/proc/4819/stat : 4819 (strangenight1-m) R 4817 4819 4127 0 -1 4202496 533551 0 0 0 479793 247 0 0 25 0 4 0 652123260 578125824 104667 33554432000 4194304 4650419 140736344708496 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4819/statm: 141144 104667 393 112 0 136109 0
[pid=4819/tid=4820] ppid=4817 vsize=564576 CPUtime=1202.63 cores=0,2,4,6
/proc/4819/task/4820/stat : 4820 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 168061 0 0 0 120179 84 0 0 25 0 4 0 652123261 578125824 104667 33554432000 4194304 4650419 140736344708496 18446744073709551615 4476315 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4819/tid=4821] ppid=4817 vsize=564576 CPUtime=1203.8 cores=0,2,4,6
/proc/4819/task/4821/stat : 4821 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 134921 0 0 0 120322 58 0 0 25 0 4 0 652123261 578125824 104667 33554432000 4194304 4650419 140736344708496 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4819/tid=4822] ppid=4817 vsize=564576 CPUtime=1201.54 cores=0,2,4,6
/proc/4819/task/4822/stat : 4822 (strangenight1-m) R 4817 4819 4127 0 -1 4202560 80344 0 0 0 120106 48 0 0 25 0 4 0 652123261 578125824 104667 33554432000 4194304 4650419 140736344708496 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.4
Current children cumulated vsize (KiB) 564576

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.84
CPU time (s): 4800.47
CPU user time (s): 4797.97
CPU system time (s): 2.49762
CPU usage (%): 398.765
Max. virtual memory (cumulated for all children) (KiB): 627652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.97
system time used= 2.49762
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 533552
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= 300
involuntary context switches= 20401

runsolver used 3.18552 second user time and 7.81181 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-14 22:33:56
IDJOB=3368878
IDBENCH=82887
IDSOLVER=1846
FILE ID=node131/3368878-1305405236
RUNJOBID= node131-1305405236-4805
PBS_JOBID= 13324467
Free space on /tmp= 73688 MiB

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

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

MD5SUM BENCH= 9a5f08397d2e05808da45bc73aa751c4
RANDOM SEED=914814588

node131.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      19072624 kB
Buffers:        271800 kB
Cached:        3632960 kB
SwapCached:       1504 kB
Active:       10557796 kB
Inactive:      3064148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      19072624 kB
SwapTotal:    67111528 kB
SwapFree:     67093824 kB
Dirty:            6280 kB
Writeback:           0 kB
AnonPages:     9715816 kB
Mapped:          26336 kB
Slab:           163788 kB
PageTables:      30720 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 27994224 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73684 MiB
End job on node131 at 2011-05-14 22:54:02