Trace number 3369047

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.34 1203.45

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S1741857700-014.UNKNOWN.cnf
MD5SUM68bf08be908d1e2b9826bc30706a7365
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark349.016
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-3369047-1305410853.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:      52 undec:       6 neg:      42
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.06	c Decided on static restart strategy
0.37/0.12	c  N st     8      4914       100      2130         0      4636     10650    101962   no data   no data  --
1.17/0.31	c  N st    10     11297       100      2130         0      4225     10650     73262   no data   no data  --
1.97/0.50	c  N st    11     17040       100      2130         0      9547     10650    191555   no data   no data  --
2.77/0.78	c  F st    12     25000       100      2130         0     11729     10650    234080   no data   no data  --
2.77/0.78	c  N st    12     25000       100      2130         0     11729     10650    234080   no data   no data  --
3.57/0.99	c Decided on static restart strategy
3.57/0.99	c  N st    18     30000       100      2130         0     10056     10650    182284   no data   no data  --
3.57/0.99	c  S st    18     30000       100      2130         0     10056     10650    182284   no data   no data  --
4.00/1.02	c  S st    18     30503       100      2130         0     10535     10650    193343   no data   no data  --
4.00/1.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.00/1.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.00/1.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
4.00/1.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.00/1.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.00/1.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
4.00/1.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.56/1.45	c lits-rem:      1864  cl-subs:     1978  v-elim:      0  v-fix:    0  time:  1.70 s
5.56/1.49	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.16
5.56/1.49	c calculated reachability. Time: 0.00
5.56/1.49	c  N st    18     30503       100      2130         0      8557     10650    150354   no data   no data  --
7.15/1.85	c  N st    20     37613       100      2130         0      7877     10650    126383   no data   no data  --
8.38/2.15	c  N st    21     44012       100      2130         0     13770     10650    249271   no data   no data  --
8.80/2.26	c  S st    22     45755       100      2130         0     15378     10650    283355   no data   no data  --
9.15/2.31	c  S st    22     46260       100      2130         0     15866     10650    293710   no data   no data  --
9.15/2.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.15/2.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.15/2.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
9.15/2.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.15/2.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.15/2.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
9.15/2.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.93/3.53	c lits-rem:      2537  cl-subs:     2287  v-elim:      0  v-fix:    0  time:  4.83 s
13.93/3.53	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
13.93/3.53	c vivif2 --  cl tried    13579 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.22
13.93/3.59	c calculated reachability. Time: 0.00
13.93/3.59	c  N st    22     46260       100      2130         0     13579     10650    243983   no data   no data  --
17.16/4.33	c  N st    23     60658       100      2130         0      9559     10650    138864   no data   no data  --
18.72/4.75	c  N st    24     69392       100      2130         0     17664     10650    310720   no data   no data  --
18.72/4.75	c  S st    24     69392       100      2130         0     17664     10650    310720   no data   no data  --
18.72/4.80	c  S st    24     69893       100      2130         0     18147     10650    321284   no data   no data  --
19.12/4.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.12/4.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
19.12/4.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
19.12/4.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.12/4.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.12/4.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
19.12/4.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
24.31/6.13	c lits-rem:      4109  cl-subs:     2411  v-elim:      0  v-fix:    0  time:  5.28 s
24.31/6.13	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
24.31/6.14	c vivif2 --  cl tried    15736 cl shrink        0 lits rem          0 time: 0.01
24.71/6.20	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.28
24.71/6.21	c calculated reachability. Time: 0.00
24.71/6.21	c  N st    24     69893       100      2130         0     15736     10650    269418   no data   no data  --
28.30/7.18	c  F st    25     87502       100      2130         0     21957     10650    393571   no data   no data  --
28.30/7.18	c  N st    25     87502       100      2130         0     21957     10650    393571   no data   no data  --
29.50/7.47	c Decided on static restart strategy
30.33/7.65	c  N st    32     95543       100      2130         0     18369     10650    310625   no data   no data  --
33.09/8.33	c  N st    34    104840       100      2130         0     14959     10650    232493   no data   no data  --
33.09/8.33	c  S st    34    104840       100      2130         0     14959     10650    232493   no data   no data  --
33.09/8.37	c  S st    34    105346       100      2130         0     15441     10650    243155   no data   no data  --
33.09/8.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
33.09/8.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
33.09/8.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
33.09/8.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
33.09/8.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.09/8.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
33.09/8.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
37.47/9.43	c lits-rem:      1577  cl-subs:     1230  v-elim:      0  v-fix:    0  time:  4.16 s
37.47/9.43	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
37.47/9.43	c vivif2 --  cl tried    14211 cl shrink        0 lits rem          0 time: 0.01
37.47/9.49	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.23
37.47/9.49	c calculated reachability. Time: 0.00
37.47/9.49	c  N st    34    105346       100      2130         0     14211     10650    216804   no data   no data  --
40.27/10.15	c  N st    35    114945       100      2130         0     23049     10650    403823   no data   no data  --
44.25/11.11	c  N st    36    129344       100      2130         0     23550     10650    419131   no data   no data  --
50.64/12.79	c  N st    37    150940       100      2130         0     14821     10650    195773   no data   no data  --
52.68/13.21	c  S st    38    158019       100      2130         0     21362     10650    340297   no data   no data  --
52.68/13.26	c  S st    38    158522       100      2130         0     21845     10650    351062   no data   no data  --
52.68/13.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
52.68/13.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
52.68/13.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
52.68/13.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
52.68/13.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
52.68/13.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
52.68/13.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
57.81/14.57	c lits-rem:      2833  cl-subs:     1899  v-elim:      0  v-fix:    0  time:  5.14 s
57.81/14.57	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
57.81/14.57	c vivif2 --  cl tried    19946 cl shrink        0 lits rem          0 time: 0.02
58.21/14.67	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.37
58.21/14.67	c calculated reachability. Time: 0.00
58.21/14.67	c  N st    38    158522       100      2130         0     19946     10650    308572   no data   no data  --
74.62/18.76	c  N st    39    207114       100      2130         0     32412     10650    554187   no data   no data  --
85.35/21.43	c  N st    40    237784       100      2130         0     24930     10650    373807   no data   no data  --
85.35/21.43	c  S st    40    237784       100      2130         0     24930     10650    373807   no data   no data  --
85.35/21.49	c  S st    40    238287       100      2130         0     25406     10650    384566   no data   no data  --
85.35/21.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
85.35/21.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
85.75/21.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
85.75/21.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
85.75/21.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
85.75/21.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
85.75/21.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
90.93/22.85	c lits-rem:      2819  cl-subs:     1954  v-elim:      0  v-fix:    0  time:  5.36 s
90.93/22.85	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
90.93/22.86	c vivif2 --  cl tried    23452 cl shrink        0 lits rem          0 time: 0.02
91.33/22.95	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.38
91.33/22.95	c calculated reachability. Time: 0.00
91.33/22.95	c  N st    40    238287       100      2130         0     23452     10650    343219   no data   no data  --
117.26/29.48	c  F st    41    306250       100      2130         0     25242     10650    349468   no data   no data  --
117.26/29.48	c  N st    41    306250       100      2130         0     25242     10650    349468   no data   no data  --
119.24/29.91	c Decided on static restart strategy
128.83/32.36	c  N st    51    334555       100      2130         0     29245     10650    417979   no data   no data  --
137.99/34.63	c  N st    53    357430       100      2130         0     27360     10650    371062   no data   no data  --
137.99/34.63	c  S st    53    357430       100      2130         0     27360     10650    371062   no data   no data  --
138.39/34.70	c  S st    53    357932       100      2130         0     27842     10650    381559   no data   no data  --
138.39/34.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
138.39/34.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
138.39/34.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
138.39/34.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
138.39/34.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
138.39/34.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
138.39/34.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
143.18/35.93	c lits-rem:      1623  cl-subs:     1426  v-elim:      0  v-fix:    0  time:  4.83 s
143.18/35.93	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
143.18/35.93	c vivif2 --  cl tried    26416 cl shrink        0 lits rem          0 time: 0.02
143.58/36.04	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.46
143.58/36.05	c calculated reachability. Time: 0.00
143.58/36.05	c  N st    53    357932       100      2130         0     26416     10650    350800   no data   no data  --
159.13/39.93	c  N st    54    390325       100      2130         0     32353     10650    465086   no data   no data  --
180.27/45.28	c  N st    55    438915       100      2130         0     26354     10650    318220   no data   no data  --
210.22/52.73	c  N st    56    511797       100      2130         0     39151     10650    571924   no data   no data  --
221.37/55.59	c  N st    57    536898       100      2130         0     33841     10650    449198   no data   no data  --
221.37/55.59	c  S st    57    536898       100      2130         0     33841     10650    449198   no data   no data  --
221.77/55.68	c  S st    57    537405       100      2130         0     34332     10650    460299   no data   no data  --
221.77/55.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
221.77/55.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
221.77/55.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.04
222.17/55.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
222.17/55.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
222.17/55.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
222.17/55.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
227.78/57.11	c lits-rem:      1890  cl-subs:     1608  v-elim:      0  v-fix:    0  time:  5.59 s
227.78/57.11	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
227.78/57.11	c vivif2 --  cl tried    32724 cl shrink        0 lits rem          0 time: 0.02
228.19/57.26	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.59
228.19/57.26	c calculated reachability. Time: 0.00
228.19/57.26	c  N st    57    537405       100      2130         0     32724     10650    426925   no data   no data  --
309.13/77.52	c  N st    58    701389       100      2130         0     59879     10650    938878   no data   no data  --
363.38/91.14	c  N st    59    806108       100      2130         0     54505     10650    829379   no data   no data  --
363.38/91.14	c  S st    59    806108       100      2130         0     54505     10650    829379   no data   no data  --
363.80/91.31	c  S st    59    806613       100      2130         0     54988     10650    840257   no data   no data  --
364.22/91.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
364.22/91.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
364.22/91.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.08
364.22/91.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
364.22/91.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
364.22/91.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
364.22/91.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
382.92/96.05	c lits-rem:      3084  cl-subs:     5495  v-elim:      0  v-fix:    0  time: 18.72 s
382.92/96.05	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
382.92/96.06	c vivif2 --  cl tried    49493 cl shrink        0 lits rem          0 time: 0.04
384.11/96.36	c asymm  cl-useful: 0/1827/2130 lits-rem:0 time: 1.20
384.11/96.36	c calculated reachability. Time: 0.00
384.11/96.36	c  N st    59    806613       100      2130         0     49493     10650    730679   no data   no data  --
535.69/134.34	c  F st    60   1071876       100      2130         0     64441     10650    964981   no data   no data  --
535.69/134.34	c  N st    60   1071876       100      2130         0     64441     10650    964981   no data   no data  --
540.08/135.44	c Decided on static restart strategy
559.23/140.25	c  N st    70   1100180       100      2130         0     49411     10650    638642   no data   no data  --
585.16/146.80	c  N st    72   1136173       100      2130         0     82562     10650   1374382   no data   no data  --
605.90/151.95	c  N st    73   1168566       100      2130         0     70198     10650   1093214   no data   no data  --
636.62/159.67	c  N st    74   1209920       100      2130         0     64930     10650    938374   no data   no data  --
636.62/159.67	c  S st    74   1209920       100      2130         0     64930     10650    938374   no data   no data  --
637.42/159.86	c  S st    74   1210424       100      2130         0     65410     10650    949183   no data   no data  --
637.42/159.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
637.42/159.87	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
637.42/159.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.10
637.82/159.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
637.82/159.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
637.82/159.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
637.82/159.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
660.55/165.63	c lits-rem:      2738  cl-subs:     6410  v-elim:      0  v-fix:    0  time: 22.76 s
660.55/165.63	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
660.55/165.64	c vivif2 --  cl tried    59000 cl shrink        0 lits rem          0 time: 0.04
661.75/165.91	c asymm  cl-useful: 0/1496/2130 lits-rem:0 time: 1.09
661.75/165.92	c calculated reachability. Time: 0.00
661.75/165.92	c  N st    74   1210424       100      2130         0     59000     10650    824123   no data   no data  --
719.63/180.43	c  N st    75   1283307       100      2130         0     82335     10650   1324659   no data   no data  --
804.55/201.71	c  N st    76   1392630       100      2130         0     91553     10650   1498057   no data   no data  --
936.59/234.82	c  N st    77   1556614       100      2130         0     98682     10650   1612795   no data   no data  --
1060.24/265.88	c  N st    78   1710425       100      2130         0     88148     10650   1305339   no data   no data  --
1060.24/265.88	c  S st    78   1710425       100      2130         0     88148     10650   1305339   no data   no data  --
1061.47/266.14	c  S st    78   1710926       100      2130         0     88618     10650   1316303   no data   no data  --
1061.47/266.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1061.47/266.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1061.47/266.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.16
1061.88/266.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1061.88/266.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1061.88/266.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
1061.88/266.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1125.66/282.26	c lits-rem:      7737  cl-subs:    12740  v-elim:      0  v-fix:    0  time: 63.98 s
1125.66/282.26	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
1125.66/282.28	c vivif2 --  cl tried    75878 cl shrink        0 lits rem          0 time: 0.06
1126.46/282.47	c asymm  cl-useful: 0/634/2130 lits-rem:0 time: 0.75
1126.46/282.47	c calculated reachability. Time: 0.00
1126.46/282.47	c  N st    78   1710926       100      2130         0     75878     10650   1083943   no data   no data  --
1436.80/360.24	c  N st    79   2079890       100      2130         0     87902     10650   1274778   no data   no data  --
1554.07/389.62	c  N st    80   2210926       100      2130         0     92202     10650   1375205   no data   no data  --
1554.07/389.62	c  S st    80   2210926       100      2130         0     92202     10650   1375205   no data   no data  --
1555.27/389.96	c  S st    80   2211429       100      2130         0     92679     10650   1386555   no data   no data  --
1555.27/389.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1555.27/389.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1555.67/390.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.18
1555.67/390.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1555.67/390.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1555.67/390.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
1555.67/390.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1639.42/411.08	c lits-rem:      3752  cl-subs:     7874  v-elim:      0  v-fix:    0  time: 83.82 s
1639.42/411.08	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
1639.82/411.10	c vivif2 --  cl tried    84805 cl shrink        0 lits rem          0 time: 0.07
1641.06/411.49	c asymm  cl-useful: 0/1046/2130 lits-rem:0 time: 1.54
1641.06/411.49	c calculated reachability. Time: 0.00
1641.06/411.49	c  N st    80   2211429       100      2130         0     84805     10650   1226241   no data   no data  --
2136.89/535.73	c  N st    81   2711430       100      2130         0    106976     10650   1593774   no data   no data  --
2136.89/535.73	c  S st    81   2711430       100      2130         0    106976     10650   1593774   no data   no data  --
2138.05/536.08	c  S st    81   2711931       100      2130         0    107448     10650   1605052   no data   no data  --
2138.05/536.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2138.05/536.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2138.45/536.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.21
2138.45/536.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2138.45/536.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2138.45/536.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
2138.45/536.19	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2241.79/562.07	c lits-rem:      2600  cl-subs:    13169  v-elim:      0  v-fix:    0  time: 103.21 s
2241.79/562.07	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
2241.79/562.09	c vivif2 --  cl tried    94279 cl shrink        0 lits rem          0 time: 0.07
2243.36/562.44	c asymm  cl-useful: 0/878/2130 lits-rem:0 time: 1.38
2243.36/562.44	c calculated reachability. Time: 0.00
2243.36/562.44	c  N st    81   2711931       100      2130         0     94279     10650   1359644   no data   no data  --
2820.56/707.10	c  N st    82   3211932       100      2130         0     72647     10650    776804   no data   no data  --
2820.56/707.10	c  S st    82   3211932       100      2130         0     72647     10650    776804   no data   no data  --
2821.40/707.32	c  S st    82   3212437       100      2130         0     73131     10650    787608   no data   no data  --
2821.40/707.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2821.40/707.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2821.40/707.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.11
2821.40/707.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2821.40/707.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2821.40/707.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
2821.40/707.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2838.11/711.57	c lits-rem:       364  cl-subs:      468  v-elim:      0  v-fix:    0  time: 16.73 s
2838.11/711.57	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
2838.11/711.58	c vivif2 --  cl tried    72663 cl shrink        0 lits rem          0 time: 0.04
2839.30/711.86	c asymm  cl-useful: 0/1249/2130 lits-rem:0 time: 1.10
2839.30/711.86	c calculated reachability. Time: 0.00
2839.30/711.86	c  N st    82   3212437       100      2130         0     72663     10650    779261   no data   no data  --
3434.06/860.91	c  N st    83   3712439       100      2130         0     82650     10650    927959   no data   no data  --
3434.06/860.91	c  S st    83   3712439       100      2130         0     82650     10650    927959   no data   no data  --
3434.86/861.17	c  S st    83   3712948       100      2130         0     83143     10650    939697   no data   no data  --
3434.86/861.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3434.86/861.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3435.28/861.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.13
3435.28/861.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3435.28/861.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3435.28/861.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
3435.28/861.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3459.18/867.23	c lits-rem:      1213  cl-subs:     1856  v-elim:      0  v-fix:    0  time: 23.86 s
3459.18/867.23	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
3459.18/867.24	c vivif2 --  cl tried    81287 cl shrink        0 lits rem          0 time: 0.05
3459.98/867.49	c asymm  cl-useful: 0/881/2130 lits-rem:0 time: 1.00
3459.98/867.49	c calculated reachability. Time: 0.00
3459.98/867.49	c  N st    83   3712948       100      2130         0     81287     10650    904080   no data   no data  --
3503.46/878.33	c  F st    84   3751562       100      2130         0    116581     10650   1661404   no data   no data  --
3503.46/878.33	c  N st    84   3751562       100      2130         0    116581     10650   1661404   no data   no data  --
3512.24/880.55	c Decided on static restart strategy
3550.12/890.06	c  N st    94   3779869       100      2130         0    142639     10650   2232633   no data   no data  --
3600.39/902.65	c  N st    96   3815861       100      2130         0     97790     10650   1208822   no data   no data  --
3643.07/913.38	c  N st    97   3848254       100      2130         0    127392     10650   1843516   no data   no data  --
3707.74/929.53	c  N st    98   3896842       100      2130         0     93324     10650   1133289   no data   no data  --
3809.01/954.91	c  N st    99   3969726       100      2130         0     80442     10650    848510   no data   no data  --
3940.65/987.99	c  N st   100   4079049       100      2130         0     99936     10650   1257394   no data   no data  --
4102.23/1028.43	c  N st   101   4212948       100      2130         0    141233     10650   2165658   no data   no data  --
4102.23/1028.43	c  S st   101   4212948       100      2130         0    141233     10650   2165658   no data   no data  --
4104.20/1028.94	c  S st   101   4213449       100      2130         0    141706     10650   2176473   no data   no data  --
4104.20/1028.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4104.20/1028.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4104.60/1029.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.29
4104.60/1029.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4104.60/1029.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4104.60/1029.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
4104.60/1029.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4306.81/1079.77	c lits-rem:      7602  cl-subs:    16146  v-elim:      0  v-fix:    0  time: 202.09 s
4306.81/1079.77	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
4307.21/1079.80	c vivif2 --  cl tried   125560 cl shrink        0 lits rem          0 time: 0.10
4308.44/1080.17	c asymm  cl-useful: 0/694/2130 lits-rem:0 time: 1.49
4308.44/1080.18	c calculated reachability. Time: 0.00
4308.44/1080.18	c  N st   101   4213449       100      2130         0    125560     10650   1855265   no data   no data  --
4754.34/1191.95	c  N st   102   4459426       100      2130         0    101594     10650   1239638   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-3369047-1305410853/watcher-3369047-1305410853 -o /tmp/evaluation-result-3369047-1305410853/solver-3369047-1305410853 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3369047-1305410853.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: 0.00 0.00 0.08 8/350 16443
/proc/meminfo: memFree=25792692/32951124 swapFree=40554400/67111528
[pid=16443] ppid=16441 vsize=51236 CPUtime=0.01 cores=0,2,4,6
/proc/16443/stat : 16443 (strangenight1-m) R 16441 16443 16402 0 -1 4202496 412 0 0 0 1 0 0 0 23 0 4 0 652685753 52465664 352 33554432000 4194304 4650419 140736938250688 18446744073709551615 47529813329836 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16443/statm: 12809 352 303 112 0 7774 0
[pid=16443/tid=16444] ppid=16441 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/16443/task/16444/stat : 16444 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 652685753 52465664 352 33554432000 4194304 4650419 140736938250688 18446744073709551615 230809222129 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16443/tid=16445] ppid=16441 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/16443/task/16445/stat : 16445 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 652685753 52465664 352 33554432000 4194304 4650419 140736938250688 18446744073709551615 47529813329842 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16443/tid=16446] ppid=16441 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/16443/task/16446/stat : 16446 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 652685753 52465664 352 33554432000 4194304 4650419 140736938250688 18446744073709551615 47529813329842 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.0948521 s]
/proc/loadavg: 0.00 0.00 0.08 8/350 16443
/proc/meminfo: memFree=25792692/32951124 swapFree=40554400/67111528
[pid=16443] ppid=16441 vsize=282548 CPUtime=0.35 cores=0,2,4,6
/proc/16443/stat : 16443 (strangenight1-m) R 16441 16443 16402 0 -1 4202496 1681 0 0 0 35 0 0 0 18 0 4 0 652685753 289329152 1530 33554432000 4194304 4650419 140736938250688 18446744073709551615 4364788 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16443/statm: 70637 1530 389 112 0 65602 0
[pid=16443/tid=16444] ppid=16441 vsize=282548 CPUtime=0.08 cores=0,2,4,6
/proc/16443/task/16444/stat : 16444 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 346 0 0 0 8 0 0 0 25 0 4 0 652685753 289329152 1531 33554432000 4194304 4650419 140736938250688 18446744073709551615 4331084 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16443/tid=16445] ppid=16441 vsize=282548 CPUtime=0.08 cores=0,2,4,6
/proc/16443/task/16445/stat : 16445 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 332 0 0 0 8 0 0 0 18 0 4 0 652685753 289329152 1531 33554432000 4194304 4650419 140736938250688 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16443/tid=16446] ppid=16441 vsize=282548 CPUtime=0.08 cores=0,2,4,6
/proc/16443/task/16446/stat : 16446 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 240 0 0 0 8 0 0 0 25 0 4 0 652685753 289329152 1531 33554432000 4194304 4650419 140736938250688 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 282548

[startup+0.10085 s]
/proc/loadavg: 0.00 0.00 0.08 8/350 16443
/proc/meminfo: memFree=25792692/32951124 swapFree=40554400/67111528
[pid=16443] ppid=16441 vsize=282548 CPUtime=0.37 cores=0,2,4,6
/proc/16443/stat : 16443 (strangenight1-m) R 16441 16443 16402 0 -1 4202496 1709 0 0 0 37 0 0 0 18 0 4 0 652685753 289329152 1558 33554432000 4194304 4650419 140736938250688 18446744073709551615 4360483 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16443/statm: 70637 1558 389 112 0 65602 0
[pid=16443/tid=16444] ppid=16441 vsize=282548 CPUtime=0.08 cores=0,2,4,6
/proc/16443/task/16444/stat : 16444 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 350 0 0 0 8 0 0 0 25 0 4 0 652685753 289329152 1558 33554432000 4194304 4650419 140736938250688 18446744073709551615 4331761 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16443/tid=16445] ppid=16441 vsize=282548 CPUtime=0.09 cores=0,2,4,6
/proc/16443/task/16445/stat : 16445 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 337 0 0 0 9 0 0 0 18 0 4 0 652685753 289329152 1558 33554432000 4194304 4650419 140736938250688 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16443/tid=16446] ppid=16441 vsize=282548 CPUtime=0.09 cores=0,2,4,6
/proc/16443/task/16446/stat : 16446 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 245 0 0 0 9 0 0 0 25 0 4 0 652685753 289329152 1558 33554432000 4194304 4650419 140736938250688 18446744073709551615 4315286 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282548

[startup+0.300813 s]
/proc/loadavg: 0.00 0.00 0.08 8/350 16443
/proc/meminfo: memFree=25792692/32951124 swapFree=40554400/67111528
[pid=16443] ppid=16441 vsize=283852 CPUtime=1.17 cores=0,2,4,6
/proc/16443/stat : 16443 (strangenight1-m) R 16441 16443 16402 0 -1 4202496 2873 0 0 0 117 0 0 0 18 0 4 0 652685753 290664448 2192 33554432000 4194304 4650419 140736938250688 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16443/statm: 70963 2192 391 112 0 65928 0
[pid=16443/tid=16444] ppid=16441 vsize=283852 CPUtime=0.28 cores=0,2,4,6
/proc/16443/task/16444/stat : 16444 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 644 0 0 0 28 0 0 0 25 0 4 0 652685753 290664448 2192 33554432000 4194304 4650419 140736938250688 18446744073709551615 4313443 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16443/tid=16445] ppid=16441 vsize=283852 CPUtime=0.29 cores=0,2,4,6
/proc/16443/task/16445/stat : 16445 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 630 0 0 0 29 0 0 0 18 0 4 0 652685753 290664448 2192 33554432000 4194304 4650419 140736938250688 18446744073709551615 4349680 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16443/tid=16446] ppid=16441 vsize=283852 CPUtime=0.29 cores=0,2,4,6
/proc/16443/task/16446/stat : 16446 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 534 0 0 0 29 0 0 0 25 0 4 0 652685753 290664448 2192 33554432000 4194304 4650419 140736938250688 18446744073709551615 4313780 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283852

[startup+0.700741 s]
/proc/loadavg: 0.00 0.00 0.08 8/350 16443
/proc/meminfo: memFree=25792692/32951124 swapFree=40554400/67111528
[pid=16443] ppid=16441 vsize=285240 CPUtime=2.77 cores=0,2,4,6
/proc/16443/stat : 16443 (strangenight1-m) R 16441 16443 16402 0 -1 4202496 5132 0 0 0 277 0 0 0 18 0 4 0 652685753 292085760 2638 33554432000 4194304 4650419 140736938250688 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16443/statm: 71310 2638 391 112 0 66275 0
[pid=16443/tid=16444] ppid=16441 vsize=285240 CPUtime=0.68 cores=0,2,4,6
/proc/16443/task/16444/stat : 16444 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 1228 0 0 0 68 0 0 0 25 0 4 0 652685753 292085760 2638 33554432000 4194304 4650419 140736938250688 18446744073709551615 4365387 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16443/tid=16445] ppid=16441 vsize=285240 CPUtime=0.69 cores=0,2,4,6
/proc/16443/task/16445/stat : 16445 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 1191 0 0 0 69 0 0 0 18 0 4 0 652685753 292085760 2638 33554432000 4194304 4650419 140736938250688 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16443/tid=16446] ppid=16441 vsize=285240 CPUtime=0.69 cores=0,2,4,6
/proc/16443/task/16446/stat : 16446 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 1074 0 0 0 69 0 0 0 25 0 4 0 652685753 292085760 2638 33554432000 4194304 4650419 140736938250688 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285240

[startup+1.5006 s]
/proc/loadavg: 0.00 0.00 0.08 10/354 16447
/proc/meminfo: memFree=25776292/32951124 swapFree=40554400/67111528
[pid=16443] ppid=16441 vsize=281840 CPUtime=5.96 cores=0,2,4,6
/proc/16443/stat : 16443 (strangenight1-m) R 16441 16443 16402 0 -1 4202496 10106 0 0 0 595 1 0 0 20 0 4 0 652685753 288604160 5285 33554432000 4194304 4650419 140736938250688 18446744073709551615 4363432 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16443/statm: 70460 5285 393 112 0 65425 0
[pid=16443/tid=16444] ppid=16441 vsize=281840 CPUtime=1.47 cores=0,2,4,6
/proc/16443/task/16444/stat : 16444 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 3003 0 0 0 147 0 0 0 25 0 4 0 652685753 288604160 5285 33554432000 4194304 4650419 140736938250688 18446744073709551615 4542168 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16443/tid=16445] ppid=16441 vsize=281840 CPUtime=1.49 cores=0,2,4,6
/proc/16443/task/16445/stat : 16445 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 2036 0 0 0 149 0 0 0 20 0 4 0 652685753 288604160 5285 33554432000 4194304 4650419 140736938250688 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16443/tid=16446] ppid=16441 vsize=281840 CPUtime=1.49 cores=0,2,4,6
/proc/16443/task/16446/stat : 16446 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 1830 0 0 0 149 0 0 0 25 0 4 0 652685753 288604160 5285 33554432000 4194304 4650419 140736938250688 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 281840

[startup+3.10031 s]
/proc/loadavg: 0.64 0.13 0.13 9/354 16447
/proc/meminfo: memFree=25736736/32951124 swapFree=40554400/67111528
[pid=16443] ppid=16441 vsize=282012 CPUtime=12.35 cores=0,2,4,6
/proc/16443/stat : 16443 (strangenight1-m) R 16441 16443 16402 0 -1 4202496 16712 0 0 0 1233 2 0 0 25 0 4 0 652685753 288780288 10143 33554432000 4194304 4650419 140736938250688 18446744073709551615 4476315 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16443/statm: 70503 10143 393 112 0 65468 0
[pid=16443/tid=16444] ppid=16441 vsize=282012 CPUtime=3.05 cores=0,2,4,6
/proc/16443/task/16444/stat : 16444 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 4034 0 0 0 305 0 0 0 25 0 4 0 652685753 288780288 10143 33554432000 4194304 4650419 140736938250688 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16443/tid=16445] ppid=16441 vsize=282012 CPUtime=3.09 cores=0,2,4,6
/proc/16443/task/16445/stat : 16445 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 4042 0 0 0 309 0 0 0 25 0 4 0 652685753 288780288 10143 33554432000 4194304 4650419 140736938250688 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16443/tid=16446] ppid=16441 vsize=282012 CPUtime=3.09 cores=0,2,4,6
/proc/16443/task/16446/stat : 16446 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 3895 0 0 0 309 0 0 0 25 0 4 0 652685753 288780288 10143 33554432000 4194304 4650419 140736938250688 18446744073709551615 4315069 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 282012

[startup+6.30072 s]
/proc/loadavg: 0.64 0.13 0.13 9/354 16447
/proc/meminfo: memFree=25700316/32951124 swapFree=40554400/67111528
[pid=16443] ppid=16441 vsize=287896 CPUtime=25.11 cores=0,2,4,6
/proc/16443/stat : 16443 (strangenight1-m) R 16441 16443 16402 0 -1 4202496 24550 0 0 0 2508 3 0 0 25 0 4 0 652685753 294805504 13079 33554432000 4194304 4650419 140736938250688 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16443/statm: 71974 13079 393 112 0 66939 0
[pid=16443/tid=16444] ppid=16441 vsize=287896 CPUtime=6.22 cores=0,2,4,6
/proc/16443/task/16444/stat : 16444 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 6349 0 0 0 621 1 0 0 25 0 4 0 652685753 294805504 13079 33554432000 4194304 4650419 140736938250688 18446744073709551615 4364746 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16443/tid=16445] ppid=16441 vsize=287896 CPUtime=6.28 cores=0,2,4,6
/proc/16443/task/16445/stat : 16445 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 6650 0 0 0 628 0 0 0 25 0 4 0 652685753 294805504 13079 33554432000 4194304 4650419 140736938250688 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16443/tid=16446] ppid=16441 vsize=287896 CPUtime=6.28 cores=0,2,4,6
/proc/16443/task/16446/stat : 16446 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 5474 0 0 0 628 0 0 0 25 0 4 0 652685753 294805504 13079 33554432000 4194304 4650419 140736938250688 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 287896

[startup+12.7006 s]
/proc/loadavg: 1.77 0.39 0.21 9/354 16447
/proc/meminfo: memFree=25658748/32951124 swapFree=40554400/67111528
[pid=16443] ppid=16441 vsize=282812 CPUtime=50.64 cores=0,2,4,6
/proc/16443/stat : 16443 (strangenight1-m) R 16441 16443 16402 0 -1 4202496 36761 0 0 0 5059 5 0 0 25 0 4 0 652685753 289599488 17170 33554432000 4194304 4650419 140736938250688 18446744073709551615 4334047 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16443/statm: 70703 17170 393 112 0 65668 0
[pid=16443/tid=16444] ppid=16441 vsize=282812 CPUtime=12.55 cores=0,2,4,6
/proc/16443/task/16444/stat : 16444 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 10004 0 0 0 1253 2 0 0 25 0 4 0 652685753 289599488 17170 33554432000 4194304 4650419 140736938250688 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16443/tid=16445] ppid=16441 vsize=282812 CPUtime=12.69 cores=0,2,4,6
/proc/16443/task/16445/stat : 16445 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 9881 0 0 0 1268 1 0 0 25 0 4 0 652685753 289599488 17170 33554432000 4194304 4650419 140736938250688 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16443/tid=16446] ppid=16441 vsize=282812 CPUtime=12.69 cores=0,2,4,6
/proc/16443/task/16446/stat : 16446 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 8235 0 0 0 1268 1 0 0 25 0 4 0 652685753 289599488 17170 33554432000 4194304 4650419 140736938250688 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 282812

[startup+25.5002 s]
/proc/loadavg: 2.73 0.64 0.29 9/354 16447
/proc/meminfo: memFree=25605564/32951124 swapFree=40554400/67111528
[pid=16443] ppid=16441 vsize=290636 CPUtime=101.7 cores=0,2,4,6
/proc/16443/stat : 16443 (strangenight1-m) R 16441 16443 16402 0 -1 4202496 56947 0 0 0 10160 10 0 0 25 0 4 0 652685753 297611264 22465 33554432000 4194304 4650419 140736938250688 18446744073709551615 4303950 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16443/statm: 72659 22465 393 112 0 67624 0
[pid=16443/tid=16444] ppid=16441 vsize=290636 CPUtime=25.2 cores=0,2,4,6
/proc/16443/task/16444/stat : 16444 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 15932 0 0 0 2517 3 0 0 25 0 4 0 652685753 297611264 22465 33554432000 4194304 4650419 140736938250688 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16443/tid=16445] ppid=16441 vsize=290636 CPUtime=25.49 cores=0,2,4,6
/proc/16443/task/16445/stat : 16445 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 16448 0 0 0 2546 3 0 0 25 0 4 0 652685753 297611264 22465 33554432000 4194304 4650419 140736938250688 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16443/tid=16446] ppid=16441 vsize=290636 CPUtime=25.49 cores=0,2,4,6
/proc/16443/task/16446/stat : 16446 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 11683 0 0 0 2548 1 0 0 25 0 4 0 652685753 297611264 22465 33554432000 4194304 4650419 140736938250688 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 290636

[startup+51.1005 s]
/proc/loadavg: 4.58 1.25 0.50 9/354 16448
/proc/meminfo: memFree=25543488/32951124 swapFree=40554400/67111528
[pid=16443] ppid=16441 vsize=298512 CPUtime=203.81 cores=0,2,4,6
/proc/16443/stat : 16443 (strangenight1-m) R 16441 16443 16402 0 -1 4202496 84421 0 0 0 20366 15 0 0 25 0 4 0 652685753 305676288 26463 33554432000 4194304 4650419 140736938250688 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16443/statm: 74628 26463 393 112 0 69593 0
[pid=16443/tid=16444] ppid=16441 vsize=298512 CPUtime=50.53 cores=0,2,4,6
/proc/16443/task/16444/stat : 16444 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 24619 0 0 0 5048 5 0 0 25 0 4 0 652685753 305676288 26463 33554432000 4194304 4650419 140736938250688 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16443/tid=16445] ppid=16441 vsize=298512 CPUtime=51.09 cores=0,2,4,6
/proc/16443/task/16445/stat : 16445 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 25314 0 0 0 5105 4 0 0 25 0 4 0 652685753 305676288 26463 33554432000 4194304 4650419 140736938250688 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16443/tid=16446] ppid=16441 vsize=298512 CPUtime=51.08 cores=0,2,4,6
/proc/16443/task/16446/stat : 16446 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 15828 0 0 0 5106 2 0 0 25 0 4 0 652685753 305676288 26463 33554432000 4194304 4650419 140736938250688 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.81
Current children cumulated vsize (KiB) 298512

[startup+102.313 s]
/proc/loadavg: 6.74 2.41 0.94 9/354 16449
/proc/meminfo: memFree=25481712/32951124 swapFree=40554400/67111528
[pid=16443] ppid=16441 vsize=317520 CPUtime=408.1 cores=0,2,4,6
/proc/16443/stat : 16443 (strangenight1-m) R 16441 16443 16402 0 -1 4202496 135669 0 0 0 40783 27 0 0 25 0 4 0 652685753 325140480 35126 33554432000 4194304 4650419 140736938250688 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16443/statm: 79380 35126 393 112 0 74345 0
[pid=16443/tid=16444] ppid=16441 vsize=317520 CPUtime=101.18 cores=0,2,4,6
/proc/16443/task/16444/stat : 16444 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 38887 0 0 0 10110 8 0 0 25 0 4 0 652685753 325140480 35126 33554432000 4194304 4650419 140736938250688 18446744073709551615 4334365 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16443/tid=16445] ppid=16441 vsize=317520 CPUtime=102.3 cores=0,2,4,6
/proc/16443/task/16445/stat : 16445 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 40089 0 0 0 10224 6 0 0 25 0 4 0 652685753 325140480 35126 33554432000 4194304 4650419 140736938250688 18446744073709551615 4438220 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16443/tid=16446] ppid=16441 vsize=317520 CPUtime=102.3 cores=0,2,4,6
/proc/16443/task/16446/stat : 16446 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 23252 0 0 0 10226 4 0 0 25 0 4 0 652685753 325140480 35126 33554432000 4194304 4650419 140736938250688 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.1
Current children cumulated vsize (KiB) 317520

[startup+162.3 s]

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

[pid=16443] ppid=16441 vsize=518456 CPUtime=2562.1 cores=0,2,4,6
/proc/16443/stat : 16443 (strangenight1-m) R 16441 16443 16402 0 -1 4202496 400994 0 0 0 256090 120 0 0 25 0 4 0 652685753 530898944 85459 33554432000 4194304 4650419 140736938250688 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16443/statm: 129614 85459 393 112 0 124579 0
[pid=16443/tid=16444] ppid=16441 vsize=518456 CPUtime=635.26 cores=0,2,4,6
/proc/16443/task/16444/stat : 16444 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 85908 0 0 0 63504 22 0 0 25 0 4 0 652685753 530898944 85459 33554432000 4194304 4650419 140736938250688 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16443/tid=16445] ppid=16441 vsize=518456 CPUtime=642.32 cores=0,2,4,6
/proc/16443/task/16445/stat : 16445 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 128011 0 0 0 64193 39 0 0 25 0 4 0 652685753 530898944 85459 33554432000 4194304 4650419 140736938250688 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16443/tid=16446] ppid=16441 vsize=518456 CPUtime=642.31 cores=0,2,4,6
/proc/16443/task/16446/stat : 16446 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 65090 0 0 0 64210 21 0 0 25 0 4 0 652685753 530898944 85459 33554432000 4194304 4650419 140736938250688 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2562.1
Current children cumulated vsize (KiB) 518456

[startup+702.301 s]
/proc/loadavg: 8.12 7.35 4.35 9/354 16465
/proc/meminfo: memFree=25086432/32951124 swapFree=40554400/67111528
[pid=16443] ppid=16441 vsize=518936 CPUtime=2801.41 cores=0,2,4,6
/proc/16443/stat : 16443 (strangenight1-m) R 16441 16443 16402 0 -1 4202496 421520 0 0 0 280011 130 0 0 25 0 4 0 652685753 531390464 85061 33554432000 4194304 4650419 140736938250688 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16443/statm: 129734 85061 393 112 0 124699 0
[pid=16443/tid=16444] ppid=16441 vsize=518936 CPUtime=694.61 cores=0,2,4,6
/proc/16443/task/16444/stat : 16444 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 87042 0 0 0 69438 23 0 0 25 0 4 0 652685753 531390464 85061 33554432000 4194304 4650419 140736938250688 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16443/tid=16445] ppid=16441 vsize=518936 CPUtime=702.31 cores=0,2,4,6
/proc/16443/task/16445/stat : 16445 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 136073 0 0 0 70189 42 0 0 25 0 4 0 652685753 531390464 85061 33554432000 4194304 4650419 140736938250688 18446744073709551615 4334040 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16443/tid=16446] ppid=16441 vsize=518936 CPUtime=702.3 cores=0,2,4,6
/proc/16443/task/16446/stat : 16446 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 68054 0 0 0 70207 23 0 0 25 0 4 0 652685753 531390464 85061 33554432000 4194304 4650419 140736938250688 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2801.41
Current children cumulated vsize (KiB) 518936

[startup+762.314 s]
/proc/loadavg: 8.18 7.50 4.58 9/354 16467
/proc/meminfo: memFree=25076244/32951124 swapFree=40554400/67111528
[pid=16443] ppid=16441 vsize=584756 CPUtime=3040.79 cores=0,2,4,6
/proc/16443/stat : 16443 (strangenight1-m) R 16441 16443 16402 0 -1 4202496 441969 0 0 0 303944 135 0 0 25 0 4 0 652685753 598790144 85568 33554432000 4194304 4650419 140736938250688 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16443/statm: 146189 85568 393 112 0 141154 0
[pid=16443/tid=16444] ppid=16441 vsize=584756 CPUtime=753.95 cores=0,2,4,6
/proc/16443/task/16444/stat : 16444 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 87084 0 0 0 75372 23 0 0 25 0 4 0 652685753 598790144 85568 33554432000 4194304 4650419 140736938250688 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16443/tid=16445] ppid=16441 vsize=584756 CPUtime=762.32 cores=0,2,4,6
/proc/16443/task/16445/stat : 16445 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 145077 0 0 0 76188 44 0 0 25 0 4 0 652685753 598790144 85568 33554432000 4194304 4650419 140736938250688 18446744073709551615 4476432 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16443/tid=16446] ppid=16441 vsize=584756 CPUtime=762.31 cores=0,2,4,6
/proc/16443/task/16446/stat : 16446 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 70877 0 0 0 76208 23 0 0 25 0 4 0 652685753 598790144 85568 33554432000 4194304 4650419 140736938250688 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3040.79
Current children cumulated vsize (KiB) 584756

[startup+822.301 s]
/proc/loadavg: 8.12 7.60 4.80 9/354 16469
/proc/meminfo: memFree=25050808/32951124 swapFree=40554400/67111528
[pid=16443] ppid=16441 vsize=585176 CPUtime=3280.08 cores=0,2,4,6
/proc/16443/stat : 16443 (strangenight1-m) R 16441 16443 16402 0 -1 4202496 460614 0 0 0 327864 144 0 0 25 0 4 0 652685753 599220224 91079 33554432000 4194304 4650419 140736938250688 18446744073709551615 4366920 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16443/statm: 146294 91080 393 112 0 141259 0
[pid=16443/tid=16444] ppid=16441 vsize=585176 CPUtime=813.29 cores=0,2,4,6
/proc/16443/task/16444/stat : 16444 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 87185 0 0 0 81306 23 0 0 25 0 4 0 652685753 599220224 91080 33554432000 4194304 4650419 140736938250688 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16443/tid=16445] ppid=16441 vsize=585176 CPUtime=822.31 cores=0,2,4,6
/proc/16443/task/16445/stat : 16445 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 151930 0 0 0 82184 47 0 0 25 0 4 0 652685753 599220224 91080 33554432000 4194304 4650419 140736938250688 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16443/tid=16446] ppid=16441 vsize=585176 CPUtime=822.3 cores=0,2,4,6
/proc/16443/task/16446/stat : 16446 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 75277 0 0 0 82205 25 0 0 25 0 4 0 652685753 599220224 91080 33554432000 4194304 4650419 140736938250688 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3280.08
Current children cumulated vsize (KiB) 585176

[startup+882.301 s]
/proc/loadavg: 8.10 7.69 5.00 9/354 16470
/proc/meminfo: memFree=25043220/32951124 swapFree=40554400/67111528
[pid=16443] ppid=16441 vsize=585624 CPUtime=3519.42 cores=0,2,4,6
/proc/16443/stat : 16443 (strangenight1-m) R 16441 16443 16402 0 -1 4202496 475596 0 0 0 351792 150 0 0 25 0 4 0 652685753 599678976 87514 33554432000 4194304 4650419 140736938250688 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16443/statm: 146406 87514 393 112 0 141371 0
[pid=16443/tid=16444] ppid=16441 vsize=585624 CPUtime=872.63 cores=0,2,4,6
/proc/16443/task/16444/stat : 16444 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 87275 0 0 0 87240 23 0 0 25 0 4 0 652685753 599678976 87514 33554432000 4194304 4650419 140736938250688 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16443/tid=16445] ppid=16441 vsize=585624 CPUtime=882.31 cores=0,2,4,6
/proc/16443/task/16445/stat : 16445 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 158056 0 0 0 88182 49 0 0 25 0 4 0 652685753 599678976 87514 33554432000 4194304 4650419 140736938250688 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16443/tid=16446] ppid=16441 vsize=585624 CPUtime=882.31 cores=0,2,4,6
/proc/16443/task/16446/stat : 16446 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 76341 0 0 0 88205 26 0 0 25 0 4 0 652685753 599678976 87514 33554432000 4194304 4650419 140736938250688 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3519.42
Current children cumulated vsize (KiB) 585624

[startup+942.301 s]
/proc/loadavg: 8.08 7.76 5.19 9/354 16472
/proc/meminfo: memFree=24994968/32951124 swapFree=40554400/67111528
[pid=16443] ppid=16441 vsize=599092 CPUtime=3758.75 cores=0,2,4,6
/proc/16443/stat : 16443 (strangenight1-m) R 16441 16443 16402 0 -1 4202496 494654 0 0 0 375718 157 0 0 25 0 4 0 652685753 613470208 92244 33554432000 4194304 4650419 140736938250688 18446744073709551615 4364762 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16443/statm: 149773 92244 393 112 0 144738 0
[pid=16443/tid=16444] ppid=16441 vsize=599092 CPUtime=931.98 cores=0,2,4,6
/proc/16443/task/16444/stat : 16444 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 89056 0 0 0 93174 24 0 0 25 0 4 0 652685753 613470208 92244 33554432000 4194304 4650419 140736938250688 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16443/tid=16445] ppid=16441 vsize=599092 CPUtime=942.31 cores=0,2,4,6
/proc/16443/task/16445/stat : 16445 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 165020 0 0 0 94180 51 0 0 25 0 4 0 652685753 613470208 92244 33554432000 4194304 4650419 140736938250688 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16443/tid=16446] ppid=16441 vsize=599092 CPUtime=942.31 cores=0,2,4,6
/proc/16443/task/16446/stat : 16446 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 79896 0 0 0 94203 28 0 0 25 0 4 0 652685753 613470208 92244 33554432000 4194304 4650419 140736938250688 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3758.75
Current children cumulated vsize (KiB) 599092

[startup+1002.3 s]
/proc/loadavg: 8.07 7.81 5.37 9/354 16473
/proc/meminfo: memFree=25010196/32951124 swapFree=40554400/67111528
[pid=16443] ppid=16441 vsize=599412 CPUtime=3998.09 cores=0,2,4,6
/proc/16443/stat : 16443 (strangenight1-m) R 16441 16443 16402 0 -1 4202496 516428 0 0 0 399643 166 0 0 25 0 4 0 652685753 613797888 90172 33554432000 4194304 4650419 140736938250688 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16443/statm: 149853 90172 393 112 0 144818 0
[pid=16443/tid=16444] ppid=16441 vsize=599412 CPUtime=991.33 cores=0,2,4,6
/proc/16443/task/16444/stat : 16444 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 94960 0 0 0 99107 26 0 0 25 0 4 0 652685753 613797888 90172 33554432000 4194304 4650419 140736938250688 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16443/tid=16445] ppid=16441 vsize=599412 CPUtime=1002.32 cores=0,2,4,6
/proc/16443/task/16445/stat : 16445 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 171787 0 0 0 100179 53 0 0 25 0 4 0 652685753 613797888 90172 33554432000 4194304 4650419 140736938250688 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16443/tid=16446] ppid=16441 vsize=599412 CPUtime=1002.3 cores=0,2,4,6
/proc/16443/task/16446/stat : 16446 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 81897 0 0 0 100201 29 0 0 25 0 4 0 652685753 613797888 90172 33554432000 4194304 4650419 140736938250688 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3998.09
Current children cumulated vsize (KiB) 599412

[startup+1062.3 s]
/proc/loadavg: 8.07 7.86 5.54 9/354 16475
/proc/meminfo: memFree=24965300/32951124 swapFree=40554400/67111528
[pid=16443] ppid=16441 vsize=599668 CPUtime=4237.41 cores=0,2,4,6
/proc/16443/stat : 16443 (strangenight1-m) R 16441 16443 16402 0 -1 4202496 541554 0 0 0 423567 174 0 0 25 0 4 0 652685753 614060032 99072 33554432000 4194304 4650419 140736938250688 18446744073709551615 4432392 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16443/statm: 149917 99072 393 112 0 144882 0
[pid=16443/tid=16444] ppid=16441 vsize=599668 CPUtime=1050.66 cores=0,2,4,6
/proc/16443/task/16444/stat : 16444 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 100848 0 0 0 105038 28 0 0 25 0 4 0 652685753 614060032 99072 33554432000 4194304 4650419 140736938250688 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16443/tid=16445] ppid=16441 vsize=599668 CPUtime=1062.32 cores=0,2,4,6
/proc/16443/task/16445/stat : 16445 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 178452 0 0 0 106176 56 0 0 25 0 4 0 652685753 614060032 99072 33554432000 4194304 4650419 140736938250688 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16443/tid=16446] ppid=16441 vsize=599668 CPUtime=1062.31 cores=0,2,4,6
/proc/16443/task/16446/stat : 16446 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 85965 0 0 0 106200 31 0 0 25 0 4 0 652685753 614060032 99072 33554432000 4194304 4650419 140736938250688 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4237.41
Current children cumulated vsize (KiB) 599668

[startup+1122.3 s]
/proc/loadavg: 8.02 7.88 5.69 9/354 16477
/proc/meminfo: memFree=24945572/32951124 swapFree=40554400/67111528
[pid=16443] ppid=16441 vsize=599780 CPUtime=4476.74 cores=0,2,4,6
/proc/16443/stat : 16443 (strangenight1-m) R 16441 16443 16402 0 -1 4202496 554219 0 0 0 447492 182 0 0 25 0 4 0 652685753 614174720 98061 33554432000 4194304 4650419 140736938250688 18446744073709551615 4364777 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16443/statm: 149945 98061 393 112 0 144910 0
[pid=16443/tid=16444] ppid=16441 vsize=599780 CPUtime=1110 cores=0,2,4,6
/proc/16443/task/16444/stat : 16444 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 102189 0 0 0 110971 29 0 0 25 0 4 0 652685753 614174720 98061 33554432000 4194304 4650419 140736938250688 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16443/tid=16445] ppid=16441 vsize=599780 CPUtime=1122.32 cores=0,2,4,6
/proc/16443/task/16445/stat : 16445 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 183417 0 0 0 112172 60 0 0 25 0 4 0 652685753 614174720 98061 33554432000 4194304 4650419 140736938250688 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16443/tid=16446] ppid=16441 vsize=599780 CPUtime=1122.31 cores=0,2,4,6
/proc/16443/task/16446/stat : 16446 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 88102 0 0 0 112199 32 0 0 25 0 4 0 652685753 614174720 98061 33554432000 4194304 4650419 140736938250688 18446744073709551615 4366865 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4476.74
Current children cumulated vsize (KiB) 599780

[startup+1182.3 s]
/proc/loadavg: 8.05 7.92 5.84 9/354 16478
/proc/meminfo: memFree=24916284/32951124 swapFree=40554400/67111528
[pid=16443] ppid=16441 vsize=599812 CPUtime=4716.06 cores=0,2,4,6
/proc/16443/stat : 16443 (strangenight1-m) R 16441 16443 16402 0 -1 4202496 566104 0 0 0 471419 187 0 0 25 0 4 0 652685753 614207488 106492 33554432000 4194304 4650419 140736938250688 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16443/statm: 149953 106492 393 112 0 144918 0
[pid=16443/tid=16444] ppid=16441 vsize=599812 CPUtime=1169.32 cores=0,2,4,6
/proc/16443/task/16444/stat : 16444 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 102189 0 0 0 116903 29 0 0 25 0 4 0 652685753 614207488 106492 33554432000 4194304 4650419 140736938250688 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16443/tid=16445] ppid=16441 vsize=599812 CPUtime=1182.32 cores=0,2,4,6
/proc/16443/task/16445/stat : 16445 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 189598 0 0 0 118171 61 0 0 25 0 4 0 652685753 614207488 106492 33554432000 4194304 4650419 140736938250688 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16443/tid=16446] ppid=16441 vsize=599812 CPUtime=1182.32 cores=0,2,4,6
/proc/16443/task/16446/stat : 16446 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 89828 0 0 0 118198 34 0 0 25 0 4 0 652685753 614207488 106492 33554432000 4194304 4650419 140736938250688 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4716.06
Current children cumulated vsize (KiB) 599812



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.41 s]
/proc/loadavg: 8.12 7.94 5.89 5/349 16480
/proc/meminfo: memFree=25376972/32951124 swapFree=40554400/67111528
[pid=16443] ppid=16441 vsize=599880 CPUtime=4800.28 cores=0,2,4,6
/proc/16443/stat : 16443 (strangenight1-m) R 16441 16443 16402 0 -1 4202496 571962 0 0 0 479839 189 0 0 25 0 4 0 652685753 614277120 105288 33554432000 4194304 4650419 140736938250688 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16443/statm: 149970 105288 393 112 0 144935 0
[pid=16443/tid=16444] ppid=16441 vsize=599880 CPUtime=1190.18 cores=0,2,4,6
/proc/16443/task/16444/stat : 16444 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 102189 0 0 0 118989 29 0 0 25 0 4 0 652685753 614277120 105288 33554432000 4194304 4650419 140736938250688 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16443/tid=16445] ppid=16441 vsize=599880 CPUtime=1203.45 cores=0,2,4,6
/proc/16443/task/16445/stat : 16445 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 192558 0 0 0 120283 62 0 0 25 0 4 0 652685753 614277120 105288 33554432000 4194304 4650419 140736938250688 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16443/tid=16446] ppid=16441 vsize=599880 CPUtime=1203.44 cores=0,2,4,6
/proc/16443/task/16446/stat : 16446 (strangenight1-m) R 16441 16443 16402 0 -1 4202560 90510 0 0 0 120310 34 0 0 25 0 4 0 652685753 614277120 105288 33554432000 4194304 4650419 140736938250688 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.28
Current children cumulated vsize (KiB) 599880

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.45
CPU time (s): 4800.34
CPU user time (s): 4798.43
CPU system time (s): 1.91271
CPU usage (%): 398.882
Max. virtual memory (cumulated for all children) (KiB): 653476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.43
system time used= 1.91271
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 571962
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= 250
involuntary context switches= 21632

runsolver used 3.82242 second user time and 9.45556 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-15 00:07:33
IDJOB=3369047
IDBENCH=83056
IDSOLVER=1846
FILE ID=node104/3369047-1305410853
RUNJOBID= node104-1305410852-16420
PBS_JOBID= 13324539
Free space on /tmp= 73388 MiB

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

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

MD5SUM BENCH= 68bf08be908d1e2b9826bc30706a7365
RANDOM SEED=187629669

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25792856 kB
Buffers:        295960 kB
Cached:        2378184 kB
SwapCached:     122128 kB
Active:         938460 kB
Inactive:      5952596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25792856 kB
SwapTotal:    67111528 kB
SwapFree:     40554400 kB
Dirty:           12240 kB
Writeback:           0 kB
AnonPages:     4107892 kB
Mapped:          11120 kB
Slab:           117492 kB
PageTables:      84592 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 74898976 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= 73388 MiB
End job on node104 at 2011-05-15 00:27:39