Trace number 3368792

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.29 1203.24

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S1926673460-089.SATISFIABLE.cnf
MD5SUM9d309b87a927b4b93163b466ed90b7e5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.015997
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.01	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-3368792-1305403083.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.02	c Parsing time:  0.00 s
0.00/0.02	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.36/0.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.36/0.11	c Finding binary XORs  T:     0.00 s  found:       0
0.36/0.11	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.36/0.11	c calculated reachability. Time: 0.00
0.36/0.11	c Calc default polars -  time:   0.00 s pos:      43 undec:       4 neg:      53
0.36/0.11	c =========================================================================================
0.36/0.11	c types(t): F = full restart, N = normal restart
0.36/0.11	c types(t): S = simplification begin/end, E = solution found
0.36/0.11	c restart types(rt): st = static, dy = dynamic
0.36/0.11	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.36/0.11	c  B st     0         0       100      2130         0         0     10650         0   no data   no data  --
0.36/0.11	c Decided on static restart strategy
0.43/0.13	c  N st     8      4920       100      2130         0      4556     10650    100020   no data   no data  --
1.17/0.31	c  N st    10     11303       100      2130         0      4208     10650     74436   no data   no data  --
1.96/0.51	c  N st    11     17046       100      2130         0      9496     10650    186949   no data   no data  --
3.16/0.82	c  F st    12     25001       100      2130         0     11673     10650    229340   no data   no data  --
3.16/0.82	c  N st    12     25001       100      2130         0     11673     10650    229340   no data   no data  --
3.99/1.03	c Decided on static restart strategy
3.99/1.03	c  N st    18     30001       100      2130         0     10039     10650    186908   no data   no data  --
3.99/1.03	c  S st    18     30001       100      2130         0     10039     10650    186908   no data   no data  --
3.99/1.06	c  S st    18     30502       100      2130         0     10530     10650    197636   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.06	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.56/1.48	c lits-rem:      2477  cl-subs:     1983  v-elim:      0  v-fix:    0  time:  1.64 s
5.96/1.52	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.15
5.96/1.52	c calculated reachability. Time: 0.00
5.96/1.52	c  N st    18     30502       100      2130         0      8547     10650    152808   no data   no data  --
7.15/1.85	c  N st    20     37616       100      2130         0      7860     10650    127594   no data   no data  --
8.38/2.16	c  N st    21     44015       100      2130         0     13765     10650    253894   no data   no data  --
8.79/2.24	c  S st    22     45753       100      2130         0     15372     10650    288656   no data   no data  --
8.79/2.29	c  S st    22     46258       100      2130         0     15859     10650    299168   no data   no data  --
8.79/2.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.79/2.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.15/2.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
9.15/2.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.15/2.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.15/2.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
9.15/2.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.53/3.46	c lits-rem:      2743  cl-subs:     2217  v-elim:      0  v-fix:    0  time:  4.61 s
13.53/3.46	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
13.53/3.46	c vivif2 --  cl tried    13642 cl shrink        0 lits rem          0 time: 0.01
13.93/3.52	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.24
13.93/3.53	c calculated reachability. Time: 0.00
13.93/3.53	c  N st    22     46258       100      2130         0     13642     10650    248797   no data   no data  --
17.16/4.31	c  N st    23     60655       100      2130         0      9576     10650    139202   no data   no data  --
18.72/4.77	c  N st    24     69387       100      2130         0     17550     10650    303715   no data   no data  --
18.72/4.77	c  S st    24     69387       100      2130         0     17550     10650    303715   no data   no data  --
19.12/4.82	c  S st    24     69893       100      2130         0     18033     10650    314741   no data   no data  --
19.12/4.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.12/4.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
19.12/4.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
19.12/4.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.12/4.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.12/4.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
19.12/4.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
24.31/6.18	c lits-rem:      3174  cl-subs:     2901  v-elim:      0  v-fix:    0  time:  5.37 s
24.31/6.18	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
24.31/6.18	c vivif2 --  cl tried    15132 cl shrink        0 lits rem          0 time: 0.01
24.71/6.24	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.27
24.71/6.25	c calculated reachability. Time: 0.00
24.71/6.25	c  N st    24     69893       100      2130         0     15132     10650    255621   no data   no data  --
28.70/7.29	c  F st    25     87501       100      2130         0     21415     10650    375644   no data   no data  --
28.70/7.29	c  N st    25     87501       100      2130         0     21415     10650    375644   no data   no data  --
29.90/7.57	c Decided on static restart strategy
30.74/7.76	c  N st    32     95538       100      2130         0     17908     10650    304887   no data   no data  --
32.69/8.29	c  N st    34    104840       100      2130         0     14554     10650    229407   no data   no data  --
32.69/8.29	c  S st    34    104840       100      2130         0     14554     10650    229407   no data   no data  --
33.09/8.33	c  S st    34    105341       100      2130         0     15038     10650    240558   no data   no data  --
33.09/8.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
33.09/8.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
33.09/8.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
33.09/8.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
33.09/8.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.09/8.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
33.09/8.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
37.07/9.33	c lits-rem:      1730  cl-subs:      932  v-elim:      0  v-fix:    0  time:  3.97 s
37.07/9.33	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
37.07/9.34	c vivif2 --  cl tried    14106 cl shrink        0 lits rem          0 time: 0.01
37.47/9.40	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.26
37.47/9.40	c calculated reachability. Time: 0.00
37.47/9.40	c  N st    34    105341       100      2130         0     14106     10650    219186   no data   no data  --
39.11/9.90	c  N st    35    114942       100      2130         0     23048     10650    415781   no data   no data  --
43.06/10.82	c  N st    36    129342       100      2130         0     23437     10650    409730   no data   no data  --
48.65/12.27	c  N st    37    150937       100      2130         0     29546     10650    539608   no data   no data  --
50.65/12.72	c  S st    38    158011       100      2130         0     21240     10650    331375   no data   no data  --
50.65/12.77	c  S st    38    158517       100      2130         0     21733     10650    342488   no data   no data  --
50.65/12.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
50.65/12.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
50.65/12.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
50.65/12.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
50.65/12.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.65/12.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
50.65/12.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
55.43/13.93	c lits-rem:      2329  cl-subs:     2106  v-elim:      0  v-fix:    0  time:  4.58 s
55.43/13.93	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
55.43/13.94	c vivif2 --  cl tried    19627 cl shrink        0 lits rem          0 time: 0.01
55.83/14.02	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.31
55.83/14.02	c calculated reachability. Time: 0.00
55.83/14.02	c  N st    38    158517       100      2130         0     19627     10650    297220   no data   no data  --
70.99/17.87	c  N st    39    207108       100      2130         0     32232     10650    550851   no data   no data  --
81.36/20.48	c  N st    40    237775       100      2130         0     24561     10650    373507   no data   no data  --
81.36/20.48	c  S st    40    237775       100      2130         0     24561     10650    373507   no data   no data  --
81.76/20.54	c  S st    40    238280       100      2130         0     25042     10650    384233   no data   no data  --
81.76/20.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
81.76/20.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
81.76/20.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
81.76/20.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
81.76/20.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
81.76/20.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
81.76/20.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
87.38/21.96	c lits-rem:      2511  cl-subs:     1883  v-elim:      0  v-fix:    0  time:  5.59 s
87.38/21.96	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
87.38/21.96	c vivif2 --  cl tried    23159 cl shrink        0 lits rem          0 time: 0.01
87.79/22.06	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.40
87.79/22.07	c calculated reachability. Time: 0.00
87.79/22.07	c  N st    40    238280       100      2130         0     23159     10650    342834   no data   no data  --
112.88/28.37	c  F st    41    306250       100      2130         0     24882     10650    345009   no data   no data  --
112.88/28.37	c  N st    41    306250       100      2130         0     24882     10650    345009   no data   no data  --
114.87/28.87	c Decided on static restart strategy
124.46/31.24	c  N st    51    334554       100      2130         0     29095     10650    421027   no data   no data  --
133.63/33.53	c  N st    53    357420       100      2130         0     27131     10650    365709   no data   no data  --
133.63/33.53	c  S st    53    357420       100      2130         0     27131     10650    365709   no data   no data  --
134.03/33.60	c  S st    53    357923       100      2130         0     27611     10650    376759   no data   no data  --
134.03/33.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
134.03/33.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
134.03/33.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
134.03/33.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
134.03/33.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
134.03/33.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
134.03/33.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
138.81/34.81	c lits-rem:      1691  cl-subs:     1323  v-elim:      0  v-fix:    0  time:  4.75 s
138.81/34.81	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
138.81/34.82	c vivif2 --  cl tried    26288 cl shrink        0 lits rem          0 time: 0.02
139.21/34.93	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.46
139.21/34.93	c calculated reachability. Time: 0.00
139.21/34.93	c  N st    53    357923       100      2130         0     26288     10650    348557   no data   no data  --
153.22/38.43	c  N st    54    390315       100      2130         0     32163     10650    453850   no data   no data  --
173.53/43.51	c  N st    55    438903       100      2130         0     26219     10650    320081   no data   no data  --
203.85/51.11	c  N st    56    511785       100      2130         0     38759     10650    555663   no data   no data  --
215.82/54.13	c  N st    57    536884       100      2130         0     33381     10650    442527   no data   no data  --
215.82/54.13	c  S st    57    536884       100      2130         0     33381     10650    442527   no data   no data  --
216.22/54.22	c  S st    57    537390       100      2130         0     33871     10650    453793   no data   no data  --
216.22/54.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
216.22/54.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
216.22/54.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
216.22/54.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
216.22/54.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
216.22/54.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
216.22/54.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
222.20/55.78	c lits-rem:      2576  cl-subs:     1850  v-elim:      0  v-fix:    0  time:  6.12 s
222.20/55.78	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
222.20/55.78	c vivif2 --  cl tried    32021 cl shrink        0 lits rem          0 time: 0.02
223.00/55.93	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.59
223.00/55.93	c calculated reachability. Time: 0.00
223.00/55.93	c  N st    57    537390       100      2130         0     32021     10650    413525   no data   no data  --
303.99/76.21	c  N st    58    701374       100      2130         0     59739     10650    960586   no data   no data  --
358.25/89.85	c  N st    59    806085       100      2130         0     53898     10650    793002   no data   no data  --
358.25/89.85	c  S st    59    806085       100      2130         0     53898     10650    793002   no data   no data  --
359.06/90.02	c  S st    59    806588       100      2130         0     54381     10650    803946   no data   no data  --
359.06/90.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
359.06/90.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
359.06/90.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.08
359.06/90.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
359.06/90.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
359.06/90.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
359.06/90.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
377.45/94.63	c lits-rem:      2739  cl-subs:     6597  v-elim:      0  v-fix:    0  time: 18.18 s
377.45/94.63	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
377.45/94.64	c vivif2 --  cl tried    47784 cl shrink        0 lits rem          0 time: 0.04
378.60/94.91	c asymm  cl-useful: 0/1894/2130 lits-rem:0 time: 1.10
378.60/94.91	c calculated reachability. Time: 0.00
378.60/94.91	c  N st    59    806588       100      2130         0     47784     10650    681312   no data   no data  --
524.64/131.57	c  F st    60   1071876       100      2130         0     62941     10650    913381   no data   no data  --
524.64/131.57	c  N st    60   1071876       100      2130         0     62941     10650    913381   no data   no data  --
529.43/132.72	c Decided on static restart strategy
546.98/137.16	c  N st    70   1100177       100      2130         0     47935     10650    609306   no data   no data  --
575.71/144.33	c  N st    72   1136171       100      2130         0     80960     10650   1315308   no data   no data  --
597.25/149.77	c  N st    73   1168563       100      2130         0     68628     10650   1006969   no data   no data  --
623.22/156.23	c  N st    74   1209882       100      2130         0     63541     10650    933296   no data   no data  --
623.22/156.23	c  S st    74   1209882       100      2130         0     63541     10650    933296   no data   no data  --
623.98/156.42	c  S st    74   1210388       100      2130         0     64023     10650    944470   no data   no data  --
623.98/156.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
623.98/156.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
623.98/156.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.11
623.98/156.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
623.98/156.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
623.98/156.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
623.98/156.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
643.53/161.37	c lits-rem:      3387  cl-subs:     4869  v-elim:      0  v-fix:    0  time: 19.53 s
643.53/161.37	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
643.53/161.39	c vivif2 --  cl tried    59154 cl shrink        0 lits rem          0 time: 0.04
644.77/161.66	c asymm  cl-useful: 0/1460/2130 lits-rem:0 time: 1.10
644.77/161.67	c calculated reachability. Time: 0.00
644.77/161.67	c  N st    74   1210388       100      2130         0     59154     10650    840336   no data   no data  --
708.56/177.63	c  N st    75   1283272       100      2130         0     81974     10650   1276097   no data   no data  --
805.08/201.90	c  N st    76   1392597       100      2130         0     91400     10650   1467413   no data   no data  --
942.72/236.32	c  N st    77   1556581       100      2130         0     98840     10650   1619865   no data   no data  --
1067.97/267.79	c  N st    78   1710389       100      2130         0     88676     10650   1348264   no data   no data  --
1067.97/267.79	c  S st    78   1710389       100      2130         0     88676     10650   1348264   no data   no data  --
1069.17/268.07	c  S st    78   1710895       100      2130         0     89155     10650   1359300   no data   no data  --
1069.17/268.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1069.17/268.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1069.57/268.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.16
1069.57/268.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1069.57/268.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1069.57/268.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
1069.57/268.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1159.31/290.62	c lits-rem:      2866  cl-subs:    11309  v-elim:      0  v-fix:    0  time: 89.56 s
1159.31/290.62	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
1159.31/290.64	c vivif2 --  cl tried    77846 cl shrink        0 lits rem          0 time: 0.07
1160.51/290.92	c asymm  cl-useful: 0/670/2130 lits-rem:0 time: 1.12
1160.51/290.92	c calculated reachability. Time: 0.00
1160.51/290.92	c  N st    78   1710895       100      2130         0     77846     10650   1140256   no data   no data  --
1454.12/364.50	c  N st    79   2079861       100      2130         0     89570     10650   1298320   no data   no data  --
1565.04/392.35	c  N st    80   2210895       100      2130         0     93178     10650   1376005   no data   no data  --
1565.04/392.35	c  S st    80   2210895       100      2130         0     93178     10650   1376005   no data   no data  --
1566.27/392.68	c  S st    80   2211402       100      2130         0     93665     10650   1387104   no data   no data  --
1566.27/392.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1566.27/392.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1566.67/392.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.17
1566.67/392.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1566.67/392.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1566.67/392.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
1566.67/392.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1631.27/408.91	c lits-rem:      1764  cl-subs:    10835  v-elim:      0  v-fix:    0  time: 64.41 s
1631.27/408.91	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
1631.27/408.93	c vivif2 --  cl tried    82830 cl shrink        0 lits rem          0 time: 0.06
1632.50/409.25	c asymm  cl-useful: 0/1086/2130 lits-rem:0 time: 1.29
1632.50/409.26	c calculated reachability. Time: 0.00
1632.50/409.26	c  N st    80   2211402       100      2130         0     82830     10650   1173792   no data   no data  --
2153.53/539.88	c  N st    81   2711402       100      2130         0    105485     10650   1574221   no data   no data  --
2153.53/539.88	c  S st    81   2711402       100      2130         0    105485     10650   1574221   no data   no data  --
2155.12/540.25	c  S st    81   2711909       100      2130         0    105977     10650   1585786   no data   no data  --
2155.12/540.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2155.12/540.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2155.52/540.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.20
2155.52/540.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2155.52/540.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2155.52/540.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
2155.52/540.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2248.49/563.65	c lits-rem:      8298  cl-subs:    11593  v-elim:      0  v-fix:    0  time: 92.92 s
2248.49/563.65	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
2248.49/563.67	c vivif2 --  cl tried    94384 cl shrink        0 lits rem          0 time: 0.07
2250.09/564.01	c asymm  cl-useful: 0/871/2130 lits-rem:0 time: 1.36
2250.09/564.01	c calculated reachability. Time: 0.00
2250.09/564.01	c  N st    81   2711909       100      2130         0     94384     10650   1353144   no data   no data  --
2808.27/703.97	c  N st    82   3211910       100      2130         0     72221     10650    775119   no data   no data  --
2808.27/703.97	c  S st    82   3211910       100      2130         0     72221     10650    775119   no data   no data  --
2809.03/704.19	c  S st    82   3212413       100      2130         0     72700     10650    786139   no data   no data  --
2809.43/704.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2809.43/704.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2809.43/704.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.12
2809.43/704.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2809.43/704.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2809.43/704.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
2809.43/704.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2829.78/709.38	c lits-rem:       599  cl-subs:      465  v-elim:      0  v-fix:    0  time: 20.44 s
2829.78/709.38	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
2829.78/709.39	c vivif2 --  cl tried    72235 cl shrink        0 lits rem          0 time: 0.04
2830.96/709.68	c asymm  cl-useful: 0/1254/2130 lits-rem:0 time: 1.16
2830.96/709.68	c calculated reachability. Time: 0.00
2830.96/709.68	c  N st    82   3212413       100      2130         0     72235     10650    776693   no data   no data  --
3428.24/859.38	c  N st    83   3712414       100      2130         0     82269     10650    924817   no data   no data  --
3428.24/859.38	c  S st    83   3712414       100      2130         0     82269     10650    924817   no data   no data  --
3429.43/859.63	c  S st    83   3712917       100      2130         0     82750     10650    936078   no data   no data  --
3429.43/859.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3429.43/859.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3429.43/859.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.14
3429.83/859.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3429.83/859.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3429.83/859.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
3429.83/859.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3459.36/867.12	c lits-rem:       866  cl-subs:     1781  v-elim:      0  v-fix:    0  time: 29.60 s
3459.36/867.12	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
3459.36/867.13	c vivif2 --  cl tried    80969 cl shrink        0 lits rem          0 time: 0.05
3460.56/867.40	c asymm  cl-useful: 0/876/2130 lits-rem:0 time: 1.08
3460.56/867.40	c calculated reachability. Time: 0.00
3460.56/867.40	c  N st    83   3712917       100      2130         0     80969     10650    902659   no data   no data  --
3502.09/877.89	c  F st    84   3751564       100      2130         0    116432     10650   1687591   no data   no data  --
3502.09/877.89	c  N st    84   3751564       100      2130         0    116432     10650   1687591   no data   no data  --
3511.62/880.23	c Decided on static restart strategy
3549.96/889.84	c  N st    94   3779864       100      2130         0    142547     10650   2265119   no data   no data  --
3593.86/900.89	c  N st    96   3815858       100      2130         0     97932     10650   1248646   no data   no data  --
3636.11/911.43	c  N st    97   3848252       100      2130         0    127702     10650   1880106   no data   no data  --
3705.92/928.91	c  N st    98   3896841       100      2130         0     93526     10650   1141708   no data   no data  --
3800.12/952.52	c  N st    99   3969723       100      2130         0     80628     10650    856180   no data   no data  --
3925.77/984.09	c  N st   100   4079046       100      2130         0    100260     10650   1272085   no data   no data  --
4114.49/1031.36	c  N st   101   4212917       100      2130         0    140705     10650   2065018   no data   no data  --
4114.49/1031.36	c  S st   101   4212917       100      2130         0    140705     10650   2065018   no data   no data  --
4116.87/1031.91	c  S st   101   4213420       100      2130         0    141184     10650   2076274   no data   no data  --
4116.87/1031.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4116.87/1031.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4117.27/1032.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.31
4117.27/1032.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4117.27/1032.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4117.27/1032.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
4117.27/1032.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4357.47/1092.23	c lits-rem:      3284  cl-subs:    21226  v-elim:      0  v-fix:    0  time: 239.93 s
4357.47/1092.23	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
4357.47/1092.25	c vivif2 --  cl tried   119958 cl shrink        0 lits rem          0 time: 0.10
4359.42/1092.73	c asymm  cl-useful: 0/786/2130 lits-rem:0 time: 1.89
4359.42/1092.73	c calculated reachability. Time: 0.00
4359.42/1092.73	c  N st   101   4213420       100      2130         0    119958     10650   1682504   no data   no data  --
4797.41/1202.59	c  N st   102   4459397       100      2130         0     96943     10650   1141709   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-3368792-1305403083/watcher-3368792-1305403083 -o /tmp/evaluation-result-3368792-1305403083/solver-3368792-1305403083 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368792-1305403083.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.10 8.10 8.03 5/327 24138
/proc/meminfo: memFree=24963628/32951124 swapFree=44485764/67111528
[pid=24138] ppid=24136 vsize=51236 CPUtime=0.02 cores=0,2,4,6
/proc/24138/stat : 24138 (strangenight1-m) R 24136 24138 23677 0 -1 4202496 412 0 0 0 2 0 0 0 25 0 4 0 651908720 52465664 352 33554432000 4194304 4650419 140735834923792 18446744073709551615 47220478433202 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24138/statm: 12809 352 303 112 0 7774 0
[pid=24138/tid=24139] ppid=24136 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/24138/task/24139/stat : 24139 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 651908720 52465664 352 33554432000 4194304 4650419 140735834923792 18446744073709551615 244447001585 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24138/tid=24140] ppid=24136 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/24138/task/24140/stat : 24140 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 651908720 52465664 352 33554432000 4194304 4650419 140735834923792 18446744073709551615 47220478433202 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24138/tid=24141] ppid=24136 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/24138/task/24141/stat : 24141 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 651908720 52465664 352 33554432000 4194304 4650419 140735834923792 18446744073709551615 47220478433202 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.098796 s]
/proc/loadavg: 8.10 8.10 8.03 5/327 24138
/proc/meminfo: memFree=24963628/32951124 swapFree=44485764/67111528
[pid=24138] ppid=24136 vsize=282544 CPUtime=0.36 cores=0,2,4,6
/proc/24138/stat : 24138 (strangenight1-m) R 24136 24138 23677 0 -1 4202496 1681 0 0 0 36 0 0 0 25 0 4 0 651908720 289325056 1519 33554432000 4194304 4650419 140735834923792 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/24138/statm: 70636 1519 389 112 0 65601 0
[pid=24138/tid=24139] ppid=24136 vsize=282544 CPUtime=0.08 cores=0,2,4,6
/proc/24138/task/24139/stat : 24139 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 349 0 0 0 8 0 0 0 25 0 4 0 651908720 289325056 1519 33554432000 4194304 4650419 140735834923792 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24138/tid=24140] ppid=24136 vsize=282544 CPUtime=0.09 cores=0,2,4,6
/proc/24138/task/24140/stat : 24140 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 330 0 0 0 9 0 0 0 25 0 4 0 651908720 289325056 1519 33554432000 4194304 4650419 140735834923792 18446744073709551615 4333426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24138/tid=24141] ppid=24136 vsize=282544 CPUtime=0.09 cores=0,2,4,6
/proc/24138/task/24141/stat : 24141 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 249 0 0 0 9 0 0 0 25 0 4 0 651908720 289325056 1519 33554432000 4194304 4650419 140735834923792 18446744073709551615 244446642376 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 282544

[startup+0.116383 s]
/proc/loadavg: 8.10 8.10 8.03 5/327 24138
/proc/meminfo: memFree=24963628/32951124 swapFree=44485764/67111528
[pid=24138] ppid=24136 vsize=282544 CPUtime=0.43 cores=0,2,4,6
/proc/24138/stat : 24138 (strangenight1-m) R 24136 24138 23677 0 -1 4202496 1785 0 0 0 43 0 0 0 25 0 4 0 651908720 289325056 1623 33554432000 4194304 4650419 140735834923792 18446744073709551615 4368288 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/24138/statm: 70636 1623 389 112 0 65601 0
[pid=24138/tid=24139] ppid=24136 vsize=282544 CPUtime=0.1 cores=0,2,4,6
/proc/24138/task/24139/stat : 24139 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 375 0 0 0 10 0 0 0 25 0 4 0 651908720 289325056 1623 33554432000 4194304 4650419 140735834923792 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24138/tid=24140] ppid=24136 vsize=282544 CPUtime=0.11 cores=0,2,4,6
/proc/24138/task/24140/stat : 24140 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 355 0 0 0 11 0 0 0 25 0 4 0 651908720 289325056 1623 33554432000 4194304 4650419 140735834923792 18446744073709551615 4333593 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24138/tid=24141] ppid=24136 vsize=282544 CPUtime=0.11 cores=0,2,4,6
/proc/24138/task/24141/stat : 24141 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 277 0 0 0 11 0 0 0 25 0 4 0 651908720 289325056 1623 33554432000 4194304 4650419 140735834923792 18446744073709551615 4310421 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 282544

[startup+0.300349 s]
/proc/loadavg: 8.10 8.10 8.03 5/327 24138
/proc/meminfo: memFree=24963628/32951124 swapFree=44485764/67111528
[pid=24138] ppid=24136 vsize=283888 CPUtime=1.17 cores=0,2,4,6
/proc/24138/stat : 24138 (strangenight1-m) R 24136 24138 23677 0 -1 4202496 2874 0 0 0 117 0 0 0 25 0 4 0 651908720 290701312 2188 33554432000 4194304 4650419 140735834923792 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/24138/statm: 70972 2188 391 112 0 65937 0
[pid=24138/tid=24139] ppid=24136 vsize=283888 CPUtime=0.28 cores=0,2,4,6
/proc/24138/task/24139/stat : 24139 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 642 0 0 0 28 0 0 0 25 0 4 0 651908720 290701312 2188 33554432000 4194304 4650419 140735834923792 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24138/tid=24140] ppid=24136 vsize=283888 CPUtime=0.29 cores=0,2,4,6
/proc/24138/task/24140/stat : 24140 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 628 0 0 0 29 0 0 0 25 0 4 0 651908720 290701312 2188 33554432000 4194304 4650419 140735834923792 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24138/tid=24141] ppid=24136 vsize=283888 CPUtime=0.29 cores=0,2,4,6
/proc/24138/task/24141/stat : 24141 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 555 0 0 0 29 0 0 0 25 0 4 0 651908720 290701312 2188 33554432000 4194304 4650419 140735834923792 18446744073709551615 4365330 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283888

[startup+0.700274 s]
/proc/loadavg: 8.10 8.10 8.03 5/327 24138
/proc/meminfo: memFree=24963628/32951124 swapFree=44485764/67111528
[pid=24138] ppid=24136 vsize=285320 CPUtime=2.76 cores=0,2,4,6
/proc/24138/stat : 24138 (strangenight1-m) R 24136 24138 23677 0 -1 4202496 5099 0 0 0 276 0 0 0 25 0 4 0 651908720 292167680 2607 33554432000 4194304 4650419 140735834923792 18446744073709551615 4366920 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/24138/statm: 71330 2607 391 112 0 66295 0
[pid=24138/tid=24139] ppid=24136 vsize=285320 CPUtime=0.68 cores=0,2,4,6
/proc/24138/task/24139/stat : 24139 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 1204 0 0 0 68 0 0 0 25 0 4 0 651908720 292167680 2607 33554432000 4194304 4650419 140735834923792 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24138/tid=24140] ppid=24136 vsize=285320 CPUtime=0.69 cores=0,2,4,6
/proc/24138/task/24140/stat : 24140 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 1206 0 0 0 69 0 0 0 25 0 4 0 651908720 292167680 2607 33554432000 4194304 4650419 140735834923792 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24138/tid=24141] ppid=24136 vsize=285320 CPUtime=0.69 cores=0,2,4,6
/proc/24138/task/24141/stat : 24141 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 1075 0 0 0 69 0 0 0 25 0 4 0 651908720 292167680 2607 33554432000 4194304 4650419 140735834923792 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 285320

[startup+1.50113 s]
/proc/loadavg: 8.10 8.10 8.03 9/331 24142
/proc/meminfo: memFree=24951072/32951124 swapFree=44485764/67111528
[pid=24138] ppid=24136 vsize=281812 CPUtime=5.96 cores=0,2,4,6
/proc/24138/stat : 24138 (strangenight1-m) R 24136 24138 23677 0 -1 4202496 10153 0 0 0 595 1 0 0 25 0 4 0 651908720 288575488 5671 33554432000 4194304 4650419 140735834923792 18446744073709551615 4370522 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/24138/statm: 70453 5671 393 112 0 65418 0
[pid=24138/tid=24139] ppid=24136 vsize=281812 CPUtime=1.48 cores=0,2,4,6
/proc/24138/task/24139/stat : 24139 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 2974 0 0 0 148 0 0 0 25 0 4 0 651908720 288575488 5671 33554432000 4194304 4650419 140735834923792 18446744073709551615 4439082 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24138/tid=24140] ppid=24136 vsize=281812 CPUtime=1.49 cores=0,2,4,6
/proc/24138/task/24140/stat : 24140 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 2040 0 0 0 149 0 0 0 25 0 4 0 651908720 288575488 5671 33554432000 4194304 4650419 140735834923792 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24138/tid=24141] ppid=24136 vsize=281812 CPUtime=1.49 cores=0,2,4,6
/proc/24138/task/24141/stat : 24141 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 1845 0 0 0 149 0 0 0 25 0 4 0 651908720 288575488 5671 33554432000 4194304 4650419 140735834923792 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 281812

[startup+3.10083 s]
/proc/loadavg: 8.10 8.10 8.03 9/331 24142
/proc/meminfo: memFree=24931368/32951124 swapFree=44485764/67111528
[pid=24138] ppid=24136 vsize=281992 CPUtime=12.34 cores=0,2,4,6
/proc/24138/stat : 24138 (strangenight1-m) R 24136 24138 23677 0 -1 4202496 16676 0 0 0 1232 2 0 0 25 0 4 0 651908720 288759808 10036 33554432000 4194304 4650419 140735834923792 18446744073709551615 4476432 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/24138/statm: 70498 10036 393 112 0 65463 0
[pid=24138/tid=24139] ppid=24136 vsize=281992 CPUtime=3.07 cores=0,2,4,6
/proc/24138/task/24139/stat : 24139 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 3984 0 0 0 307 0 0 0 25 0 4 0 651908720 288759808 10036 33554432000 4194304 4650419 140735834923792 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24138/tid=24140] ppid=24136 vsize=281992 CPUtime=3.09 cores=0,2,4,6
/proc/24138/task/24140/stat : 24140 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 4070 0 0 0 309 0 0 0 25 0 4 0 651908720 288759808 10036 33554432000 4194304 4650419 140735834923792 18446744073709551615 4366928 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24138/tid=24141] ppid=24136 vsize=281992 CPUtime=3.09 cores=0,2,4,6
/proc/24138/task/24141/stat : 24141 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 3959 0 0 0 309 0 0 0 25 0 4 0 651908720 288759808 10036 33554432000 4194304 4650419 140735834923792 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 281992

[startup+6.30023 s]
/proc/loadavg: 8.09 8.10 8.03 9/331 24142
/proc/meminfo: memFree=24912148/32951124 swapFree=44485764/67111528
[pid=24138] ppid=24136 vsize=288108 CPUtime=25.11 cores=0,2,4,6
/proc/24138/stat : 24138 (strangenight1-m) R 24136 24138 23677 0 -1 4202496 24728 0 0 0 2508 3 0 0 25 0 4 0 651908720 295022592 13425 33554432000 4194304 4650419 140735834923792 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/24138/statm: 72027 13425 393 112 0 66992 0
[pid=24138/tid=24139] ppid=24136 vsize=288108 CPUtime=6.28 cores=0,2,4,6
/proc/24138/task/24139/stat : 24139 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 6354 0 0 0 627 1 0 0 25 0 4 0 651908720 295022592 13425 33554432000 4194304 4650419 140735834923792 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24138/tid=24140] ppid=24136 vsize=288108 CPUtime=6.28 cores=0,2,4,6
/proc/24138/task/24140/stat : 24140 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 6852 0 0 0 628 0 0 0 25 0 4 0 651908720 295022592 13425 33554432000 4194304 4650419 140735834923792 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24138/tid=24141] ppid=24136 vsize=288108 CPUtime=6.28 cores=0,2,4,6
/proc/24138/task/24141/stat : 24141 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 5519 0 0 0 628 0 0 0 25 0 4 0 651908720 295022592 13425 33554432000 4194304 4650419 140735834923792 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 288108

[startup+12.701 s]
/proc/loadavg: 8.08 8.10 8.03 9/331 24142
/proc/meminfo: memFree=24885380/32951124 swapFree=44485764/67111528
[pid=24138] ppid=24136 vsize=282464 CPUtime=50.65 cores=0,2,4,6
/proc/24138/stat : 24138 (strangenight1-m) R 24136 24138 23677 0 -1 4202496 37681 0 0 0 5059 6 0 0 25 0 4 0 651908720 289243136 17957 33554432000 4194304 4650419 140735834923792 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/24138/statm: 70616 17957 393 112 0 65581 0
[pid=24138/tid=24139] ppid=24136 vsize=282464 CPUtime=12.67 cores=0,2,4,6
/proc/24138/task/24139/stat : 24139 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 9497 0 0 0 1266 1 0 0 25 0 4 0 651908720 289243136 17957 33554432000 4194304 4650419 140735834923792 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24138/tid=24140] ppid=24136 vsize=282464 CPUtime=12.69 cores=0,2,4,6
/proc/24138/task/24140/stat : 24140 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 10102 0 0 0 1268 1 0 0 25 0 4 0 651908720 289243136 17957 33554432000 4194304 4650419 140735834923792 18446744073709551615 4315038 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24138/tid=24141] ppid=24136 vsize=282464 CPUtime=12.68 cores=0,2,4,6
/proc/24138/task/24141/stat : 24141 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 9009 0 0 0 1267 1 0 0 25 0 4 0 651908720 289243136 17957 33554432000 4194304 4650419 140735834923792 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 282464

[startup+25.5006 s]
/proc/loadavg: 8.06 8.09 8.02 9/331 24143
/proc/meminfo: memFree=24872852/32951124 swapFree=44485764/67111528
[pid=24138] ppid=24136 vsize=290640 CPUtime=101.71 cores=0,2,4,6
/proc/24138/stat : 24138 (strangenight1-m) R 24136 24138 23677 0 -1 4202496 56848 0 0 0 10161 10 0 0 25 0 4 0 651908720 297615360 21685 33554432000 4194304 4650419 140735834923792 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/24138/statm: 72660 21685 393 112 0 67625 0
[pid=24138/tid=24139] ppid=24136 vsize=290640 CPUtime=25.47 cores=0,2,4,6
/proc/24138/task/24139/stat : 24139 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 15665 0 0 0 2545 2 0 0 25 0 4 0 651908720 297615360 21685 33554432000 4194304 4650419 140735834923792 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24138/tid=24140] ppid=24136 vsize=290640 CPUtime=25.49 cores=0,2,4,6
/proc/24138/task/24140/stat : 24140 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 16413 0 0 0 2547 2 0 0 25 0 4 0 651908720 297615360 21685 33554432000 4194304 4650419 140735834923792 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24138/tid=24141] ppid=24136 vsize=290640 CPUtime=25.48 cores=0,2,4,6
/proc/24138/task/24141/stat : 24141 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 10991 0 0 0 2546 2 0 0 25 0 4 0 651908720 297615360 21685 33554432000 4194304 4650419 140735834923792 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 290640

[startup+51.1008 s]
/proc/loadavg: 8.10 8.10 8.03 9/331 24144
/proc/meminfo: memFree=24832892/32951124 swapFree=44485764/67111528
[pid=24138] ppid=24136 vsize=329740 CPUtime=203.85 cores=0,2,4,6
/proc/24138/stat : 24138 (strangenight1-m) R 24136 24138 23677 0 -1 4202496 87209 0 0 0 20368 17 0 0 25 0 4 0 651908720 337653760 30170 33554432000 4194304 4650419 140735834923792 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/24138/statm: 82435 30170 393 112 0 77400 0
[pid=24138/tid=24139] ppid=24136 vsize=329740 CPUtime=51.08 cores=0,2,4,6
/proc/24138/task/24139/stat : 24139 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 24574 0 0 0 5104 4 0 0 25 0 4 0 651908720 337653760 30170 33554432000 4194304 4650419 140735834923792 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24138/tid=24140] ppid=24136 vsize=329740 CPUtime=51.08 cores=0,2,4,6
/proc/24138/task/24140/stat : 24140 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 25518 0 0 0 5104 4 0 0 25 0 4 0 651908720 337653760 30170 33554432000 4194304 4650419 140735834923792 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24138/tid=24141] ppid=24136 vsize=329740 CPUtime=51.08 cores=0,2,4,6
/proc/24138/task/24141/stat : 24141 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 15458 0 0 0 5105 3 0 0 25 0 4 0 651908720 337653760 30170 33554432000 4194304 4650419 140735834923792 18446744073709551615 4334781 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.85
Current children cumulated vsize (KiB) 329740

[startup+102.312 s]
/proc/loadavg: 8.10 8.09 8.03 9/331 24145
/proc/meminfo: memFree=24807316/32951124 swapFree=44485764/67111528
[pid=24138] ppid=24136 vsize=342956 CPUtime=408.17 cores=0,2,4,6
/proc/24138/stat : 24138 (strangenight1-m) R 24136 24138 23677 0 -1 4202496 129907 0 0 0 40788 29 0 0 25 0 4 0 651908720 351186944 42012 33554432000 4194304 4650419 140735834923792 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/24138/statm: 85739 42012 393 112 0 80704 0
[pid=24138/tid=24139] ppid=24136 vsize=342956 CPUtime=102.29 cores=0,2,4,6
/proc/24138/task/24139/stat : 24139 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 28445 0 0 0 10224 5 0 0 25 0 4 0 651908720 351186944 42012 33554432000 4194304 4650419 140735834923792 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24138/tid=24140] ppid=24136 vsize=342956 CPUtime=102.3 cores=0,2,4,6
/proc/24138/task/24140/stat : 24140 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 41038 0 0 0 10222 8 0 0 25 0 4 0 651908720 351186944 42012 33554432000 4194304 4650419 140735834923792 18446744073709551615 4364766 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24138/tid=24141] ppid=24136 vsize=342956 CPUtime=102.29 cores=0,2,4,6
/proc/24138/task/24141/stat : 24141 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 23589 0 0 0 10223 6 0 0 25 0 4 0 651908720 351186944 42012 33554432000 4194304 4650419 140735834923792 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.17
Current children cumulated vsize (KiB) 342956

[startup+162.301 s]

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

[pid=24138] ppid=24136 vsize=504532 CPUtime=2562.49 cores=0,2,4,6
/proc/24138/stat : 24138 (strangenight1-m) R 24136 24138 23677 0 -1 4202496 383947 0 0 0 256126 123 0 0 25 0 4 0 651908720 516640768 83235 33554432000 4194304 4650419 140735834923792 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/24138/statm: 126133 83235 393 112 0 121098 0
[pid=24138/tid=24139] ppid=24136 vsize=504532 CPUtime=642.29 cores=0,2,4,6
/proc/24138/task/24139/stat : 24139 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 62650 0 0 0 64214 15 0 0 25 0 4 0 651908720 516640768 83235 33554432000 4194304 4650419 140735834923792 18446744073709551615 4315081 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24138/tid=24140] ppid=24136 vsize=504532 CPUtime=642.3 cores=0,2,4,6
/proc/24138/task/24140/stat : 24140 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 129655 0 0 0 64185 45 0 0 25 0 4 0 651908720 516640768 83235 33554432000 4194304 4650419 140735834923792 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24138/tid=24141] ppid=24136 vsize=504532 CPUtime=642.3 cores=0,2,4,6
/proc/24138/task/24141/stat : 24141 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 66850 0 0 0 64205 25 0 0 25 0 4 0 651908720 516640768 83235 33554432000 4194304 4650419 140735834923792 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2562.49
Current children cumulated vsize (KiB) 504532

[startup+702.3 s]
/proc/loadavg: 8.10 8.09 8.04 9/331 24204
/proc/meminfo: memFree=24548572/32951124 swapFree=44485764/67111528
[pid=24138] ppid=24136 vsize=515680 CPUtime=2801.85 cores=0,2,4,6
/proc/24138/stat : 24138 (strangenight1-m) R 24136 24138 23677 0 -1 4202496 404164 0 0 0 280054 131 0 0 25 0 4 0 651908720 528056320 90648 33554432000 4194304 4650419 140735834923792 18446744073709551615 4364788 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/24138/statm: 128920 90648 393 112 0 123885 0
[pid=24138/tid=24139] ppid=24136 vsize=515680 CPUtime=702.28 cores=0,2,4,6
/proc/24138/task/24139/stat : 24139 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 65150 0 0 0 70212 16 0 0 25 0 4 0 651908720 528056320 90648 33554432000 4194304 4650419 140735834923792 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24138/tid=24140] ppid=24136 vsize=515680 CPUtime=702.29 cores=0,2,4,6
/proc/24138/task/24140/stat : 24140 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 138158 0 0 0 70181 48 0 0 25 0 4 0 651908720 528056320 90648 33554432000 4194304 4650419 140735834923792 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24138/tid=24141] ppid=24136 vsize=515680 CPUtime=702.29 cores=0,2,4,6
/proc/24138/task/24141/stat : 24141 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 70727 0 0 0 70203 26 0 0 25 0 4 0 651908720 528056320 90648 33554432000 4194304 4650419 140735834923792 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2801.85
Current children cumulated vsize (KiB) 515680

[startup+762.312 s]
/proc/loadavg: 8.15 8.10 8.05 9/331 24205
/proc/meminfo: memFree=24537500/32951124 swapFree=44485764/67111528
[pid=24138] ppid=24136 vsize=596976 CPUtime=3041.25 cores=0,2,4,6
/proc/24138/stat : 24138 (strangenight1-m) R 24136 24138 23677 0 -1 4202496 420344 0 0 0 303987 138 0 0 25 0 4 0 651908720 611303424 92108 33554432000 4194304 4650419 140735834923792 18446744073709551615 4363871 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/24138/statm: 149244 92108 393 112 0 144209 0
[pid=24138/tid=24139] ppid=24136 vsize=596976 CPUtime=762.29 cores=0,2,4,6
/proc/24138/task/24139/stat : 24139 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 65535 0 0 0 76213 16 0 0 25 0 4 0 651908720 611303424 92108 33554432000 4194304 4650419 140735834923792 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24138/tid=24140] ppid=24136 vsize=596976 CPUtime=762.3 cores=0,2,4,6
/proc/24138/task/24140/stat : 24140 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 145948 0 0 0 76179 51 0 0 25 0 4 0 651908720 611303424 92108 33554432000 4194304 4650419 140735834923792 18446744073709551615 4313071 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24138/tid=24141] ppid=24136 vsize=596976 CPUtime=762.31 cores=0,2,4,6
/proc/24138/task/24141/stat : 24141 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 74303 0 0 0 76203 28 0 0 25 0 4 0 651908720 611303424 92108 33554432000 4194304 4650419 140735834923792 18446744073709551615 4366841 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3041.25
Current children cumulated vsize (KiB) 596976

[startup+822.301 s]
/proc/loadavg: 8.12 8.10 8.05 9/331 24207
/proc/meminfo: memFree=24490708/32951124 swapFree=44485764/67111528
[pid=24138] ppid=24136 vsize=610140 CPUtime=3280.61 cores=0,2,4,6
/proc/24138/stat : 24138 (strangenight1-m) R 24136 24138 23677 0 -1 4202496 438411 0 0 0 327914 147 0 0 25 0 4 0 651908720 624783360 91401 33554432000 4194304 4650419 140735834923792 18446744073709551615 4364772 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/24138/statm: 152535 91401 393 112 0 147500 0
[pid=24138/tid=24139] ppid=24136 vsize=610140 CPUtime=822.28 cores=0,2,4,6
/proc/24138/task/24139/stat : 24139 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 69009 0 0 0 82210 18 0 0 25 0 4 0 651908720 624783360 91401 33554432000 4194304 4650419 140735834923792 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24138/tid=24140] ppid=24136 vsize=610140 CPUtime=822.29 cores=0,2,4,6
/proc/24138/task/24140/stat : 24140 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 152956 0 0 0 82174 55 0 0 25 0 4 0 651908720 624783360 91401 33554432000 4194304 4650419 140735834923792 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24138/tid=24141] ppid=24136 vsize=610140 CPUtime=822.3 cores=0,2,4,6
/proc/24138/task/24141/stat : 24141 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 75674 0 0 0 82201 29 0 0 25 0 4 0 651908720 624783360 91401 33554432000 4194304 4650419 140735834923792 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3280.61
Current children cumulated vsize (KiB) 610140

[startup+882.301 s]
/proc/loadavg: 8.15 8.11 8.05 9/331 24209
/proc/meminfo: memFree=24465004/32951124 swapFree=44485764/67111528
[pid=24138] ppid=24136 vsize=610804 CPUtime=3520 cores=0,2,4,6
/proc/24138/stat : 24138 (strangenight1-m) R 24136 24138 23677 0 -1 4202496 455617 0 0 0 351846 154 0 0 25 0 4 0 651908720 625463296 96729 33554432000 4194304 4650419 140735834923792 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/24138/statm: 152701 96729 393 112 0 147666 0
[pid=24138/tid=24139] ppid=24136 vsize=610804 CPUtime=882.28 cores=0,2,4,6
/proc/24138/task/24139/stat : 24139 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 69260 0 0 0 88210 18 0 0 25 0 4 0 651908720 625463296 96729 33554432000 4194304 4650419 140735834923792 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24138/tid=24140] ppid=24136 vsize=610804 CPUtime=882.29 cores=0,2,4,6
/proc/24138/task/24140/stat : 24140 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 159265 0 0 0 88171 58 0 0 25 0 4 0 651908720 625463296 96729 33554432000 4194304 4650419 140735834923792 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24138/tid=24141] ppid=24136 vsize=610804 CPUtime=882.29 cores=0,2,4,6
/proc/24138/task/24141/stat : 24141 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 80136 0 0 0 88199 30 0 0 25 0 4 0 651908720 625463296 96729 33554432000 4194304 4650419 140735834923792 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3520
Current children cumulated vsize (KiB) 610804

[startup+942.3 s]
/proc/loadavg: 8.11 8.10 8.05 9/331 24210
/proc/meminfo: memFree=24504404/32951124 swapFree=44485764/67111528
[pid=24138] ppid=24136 vsize=611492 CPUtime=3759.39 cores=0,2,4,6
/proc/24138/stat : 24138 (strangenight1-m) R 24136 24138 23677 0 -1 4202496 470259 0 0 0 375778 161 0 0 25 0 4 0 651908720 626167808 95765 33554432000 4194304 4650419 140735834923792 18446744073709551615 4364762 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/24138/statm: 152873 95765 393 112 0 147838 0
[pid=24138/tid=24139] ppid=24136 vsize=611492 CPUtime=942.28 cores=0,2,4,6
/proc/24138/task/24139/stat : 24139 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 69558 0 0 0 94210 18 0 0 25 0 4 0 651908720 626167808 95765 33554432000 4194304 4650419 140735834923792 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24138/tid=24140] ppid=24136 vsize=611492 CPUtime=942.3 cores=0,2,4,6
/proc/24138/task/24140/stat : 24140 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 165366 0 0 0 94169 61 0 0 25 0 4 0 651908720 626167808 95765 33554432000 4194304 4650419 140735834923792 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24138/tid=24141] ppid=24136 vsize=611492 CPUtime=942.3 cores=0,2,4,6
/proc/24138/task/24141/stat : 24141 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 82218 0 0 0 94199 31 0 0 25 0 4 0 651908720 626167808 95765 33554432000 4194304 4650419 140735834923792 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3759.39
Current children cumulated vsize (KiB) 611492

[startup+1002.3 s]
/proc/loadavg: 8.04 8.08 8.05 9/331 24212
/proc/meminfo: memFree=24482420/32951124 swapFree=44485764/67111528
[pid=24138] ppid=24136 vsize=611736 CPUtime=3998.78 cores=0,2,4,6
/proc/24138/stat : 24138 (strangenight1-m) R 24136 24138 23677 0 -1 4202496 487361 0 0 0 399711 167 0 0 25 0 4 0 651908720 626417664 99815 33554432000 4194304 4650419 140735834923792 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/24138/statm: 152934 99815 393 112 0 147899 0
[pid=24138/tid=24139] ppid=24136 vsize=611736 CPUtime=1002.28 cores=0,2,4,6
/proc/24138/task/24139/stat : 24139 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 69748 0 0 0 100210 18 0 0 25 0 4 0 651908720 626417664 99815 33554432000 4194304 4650419 140735834923792 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24138/tid=24140] ppid=24136 vsize=611736 CPUtime=1002.3 cores=0,2,4,6
/proc/24138/task/24140/stat : 24140 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 172359 0 0 0 100167 63 0 0 25 0 4 0 651908720 626417664 99815 33554432000 4194304 4650419 140735834923792 18446744073709551615 4365313 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24138/tid=24141] ppid=24136 vsize=611736 CPUtime=1002.3 cores=0,2,4,6
/proc/24138/task/24141/stat : 24141 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 85903 0 0 0 100197 33 0 0 25 0 4 0 651908720 626417664 99815 33554432000 4194304 4650419 140735834923792 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3998.78
Current children cumulated vsize (KiB) 611736

[startup+1062.3 s]
/proc/loadavg: 8.12 8.09 8.05 9/331 24213
/proc/meminfo: memFree=24420148/32951124 swapFree=44485764/67111528
[pid=24138] ppid=24136 vsize=612420 CPUtime=4238.15 cores=0,2,4,6
/proc/24138/stat : 24138 (strangenight1-m) R 24136 24138 23677 0 -1 4202496 503204 0 0 0 423641 174 0 0 25 0 4 0 651908720 627118080 100548 33554432000 4194304 4650419 140735834923792 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/24138/statm: 153105 100548 393 112 0 148070 0
[pid=24138/tid=24139] ppid=24136 vsize=612420 CPUtime=1062.28 cores=0,2,4,6
/proc/24138/task/24139/stat : 24139 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 70059 0 0 0 106210 18 0 0 25 0 4 0 651908720 627118080 100548 33554432000 4194304 4650419 140735834923792 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24138/tid=24140] ppid=24136 vsize=612420 CPUtime=1062.3 cores=0,2,4,6
/proc/24138/task/24140/stat : 24140 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 179071 0 0 0 106163 67 0 0 25 0 4 0 651908720 627118080 100548 33554432000 4194304 4650419 140735834923792 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24138/tid=24141] ppid=24136 vsize=612420 CPUtime=1062.31 cores=0,2,4,6
/proc/24138/task/24141/stat : 24141 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 88485 0 0 0 106197 34 0 0 25 0 4 0 651908720 627118080 100548 33554432000 4194304 4650419 140735834923792 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4238.15
Current children cumulated vsize (KiB) 612420

[startup+1122.3 s]
/proc/loadavg: 8.17 8.10 8.06 9/331 24215
/proc/meminfo: memFree=24381292/32951124 swapFree=44485764/67111528
[pid=24138] ppid=24136 vsize=599016 CPUtime=4477.5 cores=0,2,4,6
/proc/24138/stat : 24138 (strangenight1-m) R 24136 24138 23677 0 -1 4202496 518251 0 0 0 447569 181 0 0 25 0 4 0 651908720 613392384 106102 33554432000 4194304 4650419 140735834923792 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/24138/statm: 149754 106102 393 112 0 144719 0
[pid=24138/tid=24139] ppid=24136 vsize=599016 CPUtime=1122.28 cores=0,2,4,6
/proc/24138/task/24139/stat : 24139 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 70203 0 0 0 112210 18 0 0 25 0 4 0 651908720 613392384 106102 33554432000 4194304 4650419 140735834923792 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24138/tid=24140] ppid=24136 vsize=599016 CPUtime=1122.3 cores=0,2,4,6
/proc/24138/task/24140/stat : 24140 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 187855 0 0 0 112160 70 0 0 25 0 4 0 651908720 613392384 106102 33554432000 4194304 4650419 140735834923792 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24138/tid=24141] ppid=24136 vsize=599016 CPUtime=1122.31 cores=0,2,4,6
/proc/24138/task/24141/stat : 24141 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 90653 0 0 0 112195 36 0 0 25 0 4 0 651908720 613392384 106102 33554432000 4194304 4650419 140735834923792 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4477.5
Current children cumulated vsize (KiB) 599016

[startup+1182.3 s]
/proc/loadavg: 8.18 8.11 8.06 9/331 24217
/proc/meminfo: memFree=24368492/32951124 swapFree=44485764/67111528
[pid=24138] ppid=24136 vsize=612532 CPUtime=4716.85 cores=0,2,4,6
/proc/24138/stat : 24138 (strangenight1-m) R 24136 24138 23677 0 -1 4202496 527226 0 0 0 471500 185 0 0 25 0 4 0 651908720 627232768 109798 33554432000 4194304 4650419 140735834923792 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/24138/statm: 153133 109798 393 112 0 148098 0
[pid=24138/tid=24139] ppid=24136 vsize=612532 CPUtime=1182.28 cores=0,2,4,6
/proc/24138/task/24139/stat : 24139 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 70203 0 0 0 118210 18 0 0 25 0 4 0 651908720 627232768 109798 33554432000 4194304 4650419 140735834923792 18446744073709551615 4476331 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24138/tid=24140] ppid=24136 vsize=612532 CPUtime=1182.31 cores=0,2,4,6
/proc/24138/task/24140/stat : 24140 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 189630 0 0 0 118160 71 0 0 25 0 4 0 651908720 627232768 109798 33554432000 4194304 4650419 140735834923792 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24138/tid=24141] ppid=24136 vsize=612532 CPUtime=1182.31 cores=0,2,4,6
/proc/24138/task/24141/stat : 24141 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 93601 0 0 0 118194 37 0 0 25 0 4 0 651908720 627232768 109798 33554432000 4194304 4650419 140735834923792 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4716.85
Current children cumulated vsize (KiB) 612532



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.2 s]
/proc/loadavg: 8.19 8.12 8.07 9/331 24217
/proc/meminfo: memFree=24363504/32951124 swapFree=44485764/67111528
[pid=24138] ppid=24136 vsize=612604 CPUtime=4800.24 cores=0,2,4,6
/proc/24138/stat : 24138 (strangenight1-m) R 24136 24138 23677 0 -1 4202496 533290 0 0 0 479837 187 0 0 25 0 4 0 651908720 627306496 109845 33554432000 4194304 4650419 140735834923792 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/24138/statm: 153151 109845 393 112 0 148116 0
[pid=24138/tid=24139] ppid=24136 vsize=612604 CPUtime=1203.19 cores=0,2,4,6
/proc/24138/task/24139/stat : 24139 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 70203 0 0 0 120301 18 0 0 25 0 4 0 651908720 627306496 109845 33554432000 4194304 4650419 140735834923792 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=24138/tid=24140] ppid=24136 vsize=612604 CPUtime=1203.22 cores=0,2,4,6
/proc/24138/task/24140/stat : 24140 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 192116 0 0 0 120251 71 0 0 25 0 4 0 651908720 627306496 109845 33554432000 4194304 4650419 140735834923792 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24138/tid=24141] ppid=24136 vsize=612604 CPUtime=1203.22 cores=0,2,4,6
/proc/24138/task/24141/stat : 24141 (strangenight1-m) R 24136 24138 23677 0 -1 4202560 95110 0 0 0 120284 38 0 0 25 0 4 0 651908720 627306496 109845 33554432000 4194304 4650419 140735834923792 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 612604

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.24
CPU time (s): 4800.29
CPU user time (s): 4798.4
CPU system time (s): 1.89571
CPU usage (%): 398.949
Max. virtual memory (cumulated for all children) (KiB): 666316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.4
system time used= 1.89571
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 533291
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= 234
involuntary context switches= 22276

runsolver used 3.62445 second user time and 8.85465 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-14 21:58:03
IDJOB=3368792
IDBENCH=82801
IDSOLVER=1846
FILE ID=node105/3368792-1305403083
RUNJOBID= node105-1305401876-23992
PBS_JOBID= 13324484
Free space on /tmp= 73584 MiB

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

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

MD5SUM BENCH= 9d309b87a927b4b93163b466ed90b7e5
RANDOM SEED=88183296

node105.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.825
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.65
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.825
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	: 5226.15
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.825
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.82
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.825
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.825
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	: 5410.70
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.825
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.74
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.825
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.825
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:     32951124 kB
MemFree:      24963908 kB
Buffers:        272816 kB
Cached:        5908304 kB
SwapCached:      39656 kB
Active:         908204 kB
Inactive:      6819972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24963908 kB
SwapTotal:    67111528 kB
SwapFree:     44485764 kB
Dirty:            6452 kB
Writeback:           0 kB
AnonPages:     1514632 kB
Mapped:          10988 kB
Slab:           128432 kB
PageTables:      67176 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 65755664 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= 73576 MiB
End job on node105 at 2011-05-14 22:18:08