Trace number 3175141

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mt? (TO) 4800.32 1201.73

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S1189700536-035.SATISFIABLE.cnf
MD5SUM70c8eb249da14b3681c26bea452706d8
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.012997
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52130
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3175141-1304091366.cnf'
0.00/0.00	c -- header says num vars:            100
0.00/0.00	c -- header says num clauses:        2130
0.00/0.00	c -- clauses added:            0 learnts,         2130 normals,            0 xors
0.00/0.00	c -- vars added        100
3.17/0.80	c Parsing time:  0.00 s
3.17/0.80	c  N st     0         0       100      2130         0         0     10650         0   no data   no data  --
3.17/0.80	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.03
3.17/0.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
3.17/0.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.17/0.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.17/0.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
3.17/0.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.17/0.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
3.17/0.80	c Finding binary XORs  T:     0.00 s  found:       0
3.17/0.80	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.17/0.80	c calculated reachability. Time: 0.00
3.17/0.80	c Calc default polars -  time:   0.00 s pos:      46 undec:       2 neg:      52
3.17/0.80	c =========================================================================================
3.17/0.80	c types(t): F = full restart, N = normal restart
3.17/0.80	c types(t): S = simplification begin/end, E = solution found
3.17/0.80	c restart types(rt): st = static, dy = dynamic
3.17/0.80	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.17/0.80	c  B st     0         0       100      2130         0         0     10650         0   no data   no data  --
3.17/0.80	c Decided on static restart strategy
3.17/0.80	c  N st     8      4917       100      2130         0      4588     10650    101846   no data   no data  --
3.17/0.80	c  N st    10     11301       100      2130         0      4230     10650     74385   no data   no data  --
3.17/0.80	c  N st    11     17045       100      2130         0      9535     10650    187762   no data   no data  --
3.17/0.80	c  F st    12     25000       100      2130         0     11684     10650    234167   no data   no data  --
3.17/0.80	c  N st    12     25000       100      2130         0     11684     10650    234167   no data   no data  --
3.98/1.00	c Decided on static restart strategy
3.98/1.00	c  N st    18     30002       100      2130         0     10052     10650    187097   no data   no data  --
3.98/1.00	c  S st    18     30002       100      2130         0     10052     10650    187097   no data   no data  --
3.98/1.10	c  S st    18     30505       100      2130         0     10539     10650    197738   no data   no data  --
3.98/1.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.98/1.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.98/1.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
3.98/1.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.98/1.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.98/1.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
3.98/1.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.97/1.50	c lits-rem:      2064  cl-subs:     1817  v-elim:      0  v-fix:    0  time:  1.69 s
5.97/1.50	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.14
5.97/1.50	c calculated reachability. Time: 0.00
5.97/1.50	c  N st    18     30505       100      2130         0      8722     10650    156434   no data   no data  --
7.18/1.83	c  N st    20     37617       100      2130         0      8051     10650    130062   no data   no data  --
8.37/2.14	c  N st    21     44017       100      2130         0     14002     10650    262307   no data   no data  --
8.79/2.25	c  S st    22     45758       100      2130         0     15632     10650    297672   no data   no data  --
8.79/2.30	c  S st    22     46259       100      2130         0     16112     10650    308319   no data   no data  --
8.79/2.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.79/2.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.79/2.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
9.19/2.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.19/2.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.19/2.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
9.19/2.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.59/3.43	c lits-rem:      3326  cl-subs:     1867  v-elim:      0  v-fix:    0  time:  4.46 s
13.59/3.43	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
13.59/3.43	c vivif2 --  cl tried    14245 cl shrink        0 lits rem          0 time: 0.01
13.59/3.49	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.24
13.59/3.49	c calculated reachability. Time: 0.00
13.59/3.49	c  N st    22     46259       100      2130         0     14245     10650    264346   no data   no data  --
16.76/4.25	c  N st    23     60656       100      2130         0     10070     10650    150476   no data   no data  --
18.75/4.70	c  N st    24     69389       100      2130         0     18128     10650    327902   no data   no data  --
18.75/4.70	c  S st    24     69389       100      2130         0     18128     10650    327902   no data   no data  --
18.75/4.75	c  S st    24     69898       100      2130         0     18615     10650    338535   no data   no data  --
18.75/4.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.75/4.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
18.75/4.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
18.75/4.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.75/4.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.75/4.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
18.75/4.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
23.95/6.09	c lits-rem:      3822  cl-subs:     2599  v-elim:      0  v-fix:    0  time:  5.29 s
23.95/6.09	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
23.95/6.09	c vivif2 --  cl tried    16016 cl shrink        0 lits rem          0 time: 0.01
24.35/6.16	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.28
24.35/6.17	c calculated reachability. Time: 0.00
24.35/6.17	c  N st    24     69898       100      2130         0     16016     10650    279733   no data   no data  --
29.14/7.31	c  F st    25     87502       100      2130         0     11196     10650    159881   no data   no data  --
29.14/7.31	c  N st    25     87502       100      2130         0     11196     10650    159881   no data   no data  --
29.94/7.59	c Decided on static restart strategy
30.76/7.75	c  N st    32     95536       100      2130         0     18658     10650    322728   no data   no data  --
33.13/8.39	c  N st    34    104847       100      2130         0     15299     10650    244144   no data   no data  --
33.13/8.39	c  S st    34    104847       100      2130         0     15299     10650    244144   no data   no data  --
33.53/8.43	c  S st    34    105351       100      2130         0     15777     10650    254576   no data   no data  --
33.53/8.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
33.53/8.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
33.53/8.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
33.53/8.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
33.53/8.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.53/8.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
33.53/8.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
37.54/9.45	c lits-rem:      1559  cl-subs:     1224  v-elim:      0  v-fix:    0  time:  4.01 s
37.54/9.45	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
37.54/9.45	c vivif2 --  cl tried    14553 cl shrink        0 lits rem          0 time: 0.01
37.93/9.52	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.25
37.93/9.52	c calculated reachability. Time: 0.00
37.93/9.52	c  N st    34    105351       100      2130         0     14553     10650    227095   no data   no data  --
40.33/10.16	c  N st    35    114950       100      2130         0     23386     10650    416629   no data   no data  --
44.34/11.13	c  N st    36    129347       100      2130         0     23751     10650    406209   no data   no data  --
50.72/12.73	c  N st    37    150943       100      2130         0     15118     10650    201258   no data   no data  --
52.31/13.19	c  S st    38    158026       100      2130         0     21649     10650    342724   no data   no data  --
52.73/13.24	c  S st    38    158535       100      2130         0     22135     10650    353123   no data   no data  --
52.73/13.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
52.73/13.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
52.73/13.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
52.73/13.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
52.73/13.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
52.73/13.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
52.73/13.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
57.90/14.59	c lits-rem:      2708  cl-subs:     2469  v-elim:      0  v-fix:    0  time:  5.32 s
57.90/14.59	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
57.90/14.60	c vivif2 --  cl tried    19666 cl shrink        0 lits rem          0 time: 0.02
58.30/14.69	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.38
58.30/14.69	c calculated reachability. Time: 0.00
58.30/14.69	c  N st    38    158535       100      2130         0     19666     10650    300339   no data   no data  --
73.89/18.52	c  N st    39    207123       100      2130         0     32123     10650    541860   no data   no data  --
83.49/20.91	c  N st    40    237802       100      2130         0     24589     10650    363465   no data   no data  --
83.49/20.91	c  S st    40    237802       100      2130         0     24589     10650    363465   no data   no data  --
83.49/20.98	c  S st    40    238306       100      2130         0     25075     10650    374490   no data   no data  --
83.49/20.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
83.49/20.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
83.49/20.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
83.49/20.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
83.49/20.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
83.49/20.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
83.49/20.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
89.07/22.37	c lits-rem:      2602  cl-subs:     2395  v-elim:      0  v-fix:    0  time:  5.51 s
89.07/22.37	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
89.07/22.38	c vivif2 --  cl tried    22680 cl shrink        0 lits rem          0 time: 0.01
89.47/22.47	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.37
89.47/22.47	c calculated reachability. Time: 0.00
89.47/22.47	c  N st    40    238306       100      2130         0     22680     10650    327657   no data   no data  --
113.03/28.31	c  F st    41    306251       100      2130         0     24724     10650    336609   no data   no data  --
113.03/28.31	c  N st    41    306251       100      2130         0     24724     10650    336609   no data   no data  --
114.65/28.78	c Decided on static restart strategy
123.05/30.90	c  N st    51    334558       100      2130         0     28794     10650    416329   no data   no data  --
131.83/33.05	c  N st    53    357461       100      2130         0     26891     10650    360049   no data   no data  --
131.83/33.05	c  S st    53    357461       100      2130         0     26891     10650    360049   no data   no data  --
132.23/33.13	c  S st    53    357965       100      2130         0     27372     10650    370707   no data   no data  --
132.23/33.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
132.23/33.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
132.23/33.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
132.23/33.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
132.23/33.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
132.23/33.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
132.23/33.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
137.00/34.31	c lits-rem:      1968  cl-subs:     1188  v-elim:      0  v-fix:    0  time:  4.64 s
137.00/34.31	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
137.00/34.31	c vivif2 --  cl tried    26184 cl shrink        0 lits rem          0 time: 0.02
137.40/34.42	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.46
137.40/34.43	c calculated reachability. Time: 0.00
137.40/34.43	c  N st    53    357965       100      2130         0     26184     10650    345460   no data   no data  --
150.58/37.72	c  N st    54    390357       100      2130         0     32070     10650    465428   no data   no data  --
176.18/44.15	c  N st    55    438945       100      2130         0     26215     10650    315710   no data   no data  --
206.12/51.66	c  N st    56    511827       100      2130         0     39112     10650    588085   no data   no data  --
219.31/54.95	c  N st    57    536950       100      2130         0     33667     10650    441881   no data   no data  --
219.31/54.95	c  S st    57    536950       100      2130         0     33667     10650    441881   no data   no data  --
219.72/55.04	c  S st    57    537453       100      2130         0     34151     10650    453163   no data   no data  --
219.72/55.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
219.72/55.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
219.72/55.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
219.72/55.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
219.72/55.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
219.72/55.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
219.72/55.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
225.69/56.53	c lits-rem:      2023  cl-subs:     1455  v-elim:      0  v-fix:    0  time:  5.85 s
225.69/56.53	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
225.69/56.53	c vivif2 --  cl tried    32696 cl shrink        0 lits rem          0 time: 0.02
226.09/56.67	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.55
226.09/56.67	c calculated reachability. Time: 0.00
226.09/56.67	c  N st    57    537453       100      2130         0     32696     10650    422046   no data   no data  --
314.78/78.83	c  N st    58    701437       100      2130         0     60219     10650    978266   no data   no data  --
374.71/93.84	c  N st    59    806180       100      2130         0     54272     10650    802548   no data   no data  --
374.71/93.84	c  S st    59    806180       100      2130         0     54272     10650    802548   no data   no data  --
375.11/93.99	c  S st    59    806682       100      2130         0     54753     10650    813520   no data   no data  --
375.11/93.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
375.11/93.99	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
375.51/94.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.07
375.51/94.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
375.51/94.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
375.51/94.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
375.51/94.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
393.88/98.61	c lits-rem:      2241  cl-subs:     5896  v-elim:      0  v-fix:    0  time: 18.28 s
393.88/98.61	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
393.88/98.62	c vivif2 --  cl tried    48857 cl shrink        0 lits rem          0 time: 0.04
394.68/98.87	c asymm  cl-useful: 0/1854/2130 lits-rem:0 time: 0.99
394.68/98.87	c calculated reachability. Time: 0.00
394.68/98.87	c  N st    59    806682       100      2130         0     48857     10650    701659   no data   no data  --
549.30/137.58	c  F st    60   1071875       100      2130         0     64107     10650    974500   no data   no data  --
549.30/137.58	c  N st    60   1071875       100      2130         0     64107     10650    974500   no data   no data  --
553.69/138.61	c Decided on static restart strategy
571.27/143.09	c  N st    70   1100180       100      2130         0     49003     10650    632516   no data   no data  --
596.02/149.22	c  N st    72   1136173       100      2130         0     82035     10650   1343321   no data   no data  --
615.21/154.06	c  N st    73   1168565       100      2130         0     69547     10650   1054756   no data   no data  --
647.55/162.12	c  N st    74   1210023       100      2130         0     64330     10650    929004   no data   no data  --
647.55/162.12	c  S st    74   1210023       100      2130         0     64330     10650    929004   no data   no data  --
648.35/162.40	c  S st    74   1210527       100      2130         0     64812     10650    940020   no data   no data  --
648.75/162.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
648.75/162.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
648.75/162.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.14
648.75/162.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
648.75/162.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
648.75/162.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
648.75/162.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
681.89/170.72	c lits-rem:      3839  cl-subs:     6379  v-elim:      0  v-fix:    0  time: 32.97 s
681.89/170.72	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
681.89/170.73	c vivif2 --  cl tried    58433 cl shrink        0 lits rem          0 time: 0.04
683.09/171.08	c asymm  cl-useful: 0/1573/2130 lits-rem:0 time: 1.39
683.09/171.09	c calculated reachability. Time: 0.00
683.09/171.09	c  N st    74   1210527       100      2130         0     58433     10650    810881   no data   no data  --
744.21/186.32	c  N st    75   1283409       100      2130         0     81575     10650   1287139   no data   no data  --
842.88/211.04	c  N st    76   1392732       100      2130         0     90847     10650   1452437   no data   no data  --
968.71/242.55	c  N st    77   1556716       100      2130         0     98348     10650   1585145   no data   no data  --
1094.16/273.96	c  N st    78   1710528       100      2130         0     88040     10650   1339640   no data   no data  --
1094.16/273.96	c  S st    78   1710528       100      2130         0     88040     10650   1339640   no data   no data  --
1095.74/274.37	c  S st    78   1711030       100      2130         0     88523     10650   1350716   no data   no data  --
1095.74/274.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1095.74/274.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1096.14/274.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.21
1096.14/274.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1096.14/274.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1096.14/274.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
1096.14/274.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1193.21/298.70	c lits-rem:      3067  cl-subs:    11300  v-elim:      0  v-fix:    0  time: 96.74 s
1193.21/298.70	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
1193.21/298.72	c vivif2 --  cl tried    77223 cl shrink        0 lits rem          0 time: 0.06
1194.01/298.94	c asymm  cl-useful: 0/557/2130 lits-rem:0 time: 0.89
1194.01/298.94	c calculated reachability. Time: 0.00
1194.01/298.94	c  N st    78   1711030       100      2130         0     77223     10650   1131494   no data   no data  --
1548.33/387.63	c  N st    79   2079994       100      2130         0     88897     10650   1296461   no data   no data  --
1706.11/427.14	c  N st    80   2211030       100      2130         0     92662     10650   1329468   no data   no data  --
1706.11/427.14	c  S st    80   2211030       100      2130         0     92662     10650   1329468   no data   no data  --
1707.30/427.47	c  S st    80   2211534       100      2130         0     93152     10650   1340569   no data   no data  --
1707.30/427.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1707.30/427.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1707.70/427.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.17
1707.70/427.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1707.70/427.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1707.70/427.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
1707.70/427.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1770.42/443.26	c lits-rem:      1568  cl-subs:    11756  v-elim:      0  v-fix:    0  time: 62.70 s
1770.42/443.26	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
1770.42/443.27	c vivif2 --  cl tried    81396 cl shrink        0 lits rem          0 time: 0.06
1771.61/443.58	c asymm  cl-useful: 0/1175/2130 lits-rem:0 time: 1.23
1771.61/443.59	c calculated reachability. Time: 0.00
1771.61/443.59	c  N st    80   2211534       100      2130         0     81396     10650   1122986   no data   no data  --
2306.90/577.58	c  N st    81   2711536       100      2130         0    103976     10650   1499764   no data   no data  --
2306.90/577.58	c  S st    81   2711536       100      2130         0    103976     10650   1499764   no data   no data  --
2308.08/577.89	c  S st    81   2712046       100      2130         0    104472     10650   1511242   no data   no data  --
2308.48/577.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2308.48/577.90	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2308.48/577.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.19
2308.87/578.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2308.87/578.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2308.87/578.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
2308.87/578.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2398.36/600.42	c lits-rem:      5822  cl-subs:    13668  v-elim:      0  v-fix:    0  time: 89.53 s
2398.36/600.42	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
2398.36/600.44	c vivif2 --  cl tried    90804 cl shrink        0 lits rem          0 time: 0.08
2400.35/600.90	c asymm  cl-useful: 0/893/2130 lits-rem:0 time: 1.84
2400.35/600.90	c calculated reachability. Time: 0.00
2400.35/600.90	c  N st    81   2712046       100      2130         0     90804     10650   1263469   no data   no data  --
2951.20/738.82	c  N st    82   3212048       100      2130         0    139928     10650   2166904   no data   no data  --
2951.20/738.82	c  S st    82   3212048       100      2130         0    139928     10650   2166904   no data   no data  --
2953.59/739.42	c  S st    82   3212557       100      2130         0    140415     10650   2178232   no data   no data  --
2953.59/739.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2953.59/739.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2953.99/739.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.31
2953.99/739.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2953.99/739.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2953.99/739.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
2953.99/739.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3220.85/806.38	c lits-rem:      4152  cl-subs:    27620  v-elim:      0  v-fix:    0  time: 266.72 s
3220.85/806.38	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
3220.85/806.40	c vivif2 --  cl tried   112795 cl shrink        0 lits rem          0 time: 0.10
3222.43/806.76	c asymm  cl-useful: 0/822/2130 lits-rem:0 time: 1.45
3222.43/806.77	c calculated reachability. Time: 0.00
3222.43/806.77	c  N st    82   3212557       100      2130         0    112795     10650   1672147   no data   no data  --
3843.17/962.10	c  N st    83   3712559       100      2130         0    130865     10650   1965769   no data   no data  --
3843.17/962.10	c  S st    83   3712559       100      2130         0    130865     10650   1965769   no data   no data  --
3844.78/962.55	c  S st    83   3713064       100      2130         0    131347     10650   1977424   no data   no data  --
3844.78/962.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3844.78/962.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3845.19/962.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.26
3845.19/962.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3845.19/962.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3845.19/962.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
3845.19/962.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4017.33/1005.78	c lits-rem:      3739  cl-subs:    19456  v-elim:      0  v-fix:    0  time: 172.11 s
4017.33/1005.78	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
4017.73/1005.81	c vivif2 --  cl tried   111891 cl shrink        0 lits rem          0 time: 0.09
4018.93/1006.17	c asymm  cl-useful: 0/685/2130 lits-rem:0 time: 1.46
4018.93/1006.18	c calculated reachability. Time: 0.00
4018.93/1006.18	c  N st    83   3713064       100      2130         0    111891     10650   1606670   no data   no data  --
4066.87/1018.11	c  F st    84   3751562       100      2130         0    147228     10650   2388224   no data   no data  --
4066.87/1018.11	c  N st    84   3751562       100      2130         0    147228     10650   2388224   no data   no data  --
4078.45/1021.07	c Decided on static restart strategy
4105.21/1027.72	c  N st    94   3779866       100      2130         0     97670     10650   1266542   no data   no data  --
4154.35/1040.05	c  N st    96   3815862       100      2130         0    130917     10650   2013977   no data   no data  --
4216.67/1055.65	c  N st    97   3848254       100      2130         0     83130     10650    932742   no data   no data  --
4286.17/1073.03	c  N st    98   3896842       100      2130         0    128074     10650   1946484   no data   no data  --
4396.02/1100.56	c  N st    99   3969724       100      2130         0    116152     10650   1628237   no data   no data  --
4539.04/1136.39	c  N st   100   4079047       100      2130         0    136379     10650   2037641   no data   no data  --
4723.58/1182.55	c  N st   101   4213065       100      2130         0     96896     10650   1184868   no data   no data  --
4723.58/1182.55	c  S st   101   4213065       100      2130         0     96896     10650   1184868   no data   no data  --
4725.16/1182.92	c  S st   101   4213567       100      2130         0     97374     10650   1196143   no data   no data  --
4725.16/1182.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4725.16/1182.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4725.16/1182.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.20
4725.56/1183.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4725.56/1183.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4725.56/1183.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
4725.56/1183.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4778.29/1196.26	c lits-rem:      2121  cl-subs:     4435  v-elim:      0  v-fix:    0  time: 52.90 s
4778.29/1196.26	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
4778.29/1196.28	c vivif2 --  cl tried    92939 cl shrink        0 lits rem          0 time: 0.07
4779.49/1196.57	c asymm  cl-useful: 0/623/2130 lits-rem:0 time: 1.16
4779.49/1196.57	c calculated reachability. Time: 0.00
4779.49/1196.57	c  N st   101   4213567       100      2130         0     92939     10650   1110486   no data   no data  --

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3175141-1304091366/watcher-3175141-1304091366 -o /tmp/evaluation-result-3175141-1304091366/solver-3175141-1304091366 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175141-1304091366.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: 7.47 7.93 7.94 6/179 19154
/proc/meminfo: memFree=17897048/32951124 swapFree=67111528/67111528
[pid=19154] ppid=19149 vsize=247844 CPUtime=0 cores=0,2,4,6
/proc/19154/stat : 19154 (strangenight1-m) R 19149 19154 19020 0 -1 4202496 453 0 0 0 0 0 0 0 25 0 4 0 520739189 253792256 377 33554432000 4194304 4650419 140734756588944 18446744073709551615 216634176197 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19154/statm: 61961 377 318 112 0 56926 0
[pid=19154/tid=19155] ppid=19149 vsize=247844 CPUtime=0 cores=0,2,4,6
/proc/19154/task/19155/stat : 19155 (strangenight1-m) S 19149 19154 19020 0 -1 4202560 13 0 0 0 0 0 0 0 25 0 4 0 520739189 253792256 377 33554432000 4194304 4650419 140734756588944 18446744073709551615 216634620398 0 0 4096 2 18446604450393583936 0 0 -1 2 0 0 0
[pid=19154/tid=19156] ppid=19149 vsize=247844 CPUtime=0 cores=0,2,4,6
/proc/19154/task/19156/stat : 19156 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 4 0 520739189 253792256 377 33554432000 4194304 4650419 140734756588944 18446744073709551615 216634176197 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19154/tid=19157] ppid=19149 vsize=247844 CPUtime=0 cores=0,2,4,6
/proc/19154/task/19157/stat : 19157 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 4 0 520739189 253792256 377 33554432000 4194304 4650419 140734756588944 18446744073709551615 216634558599 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.106318 s]
/proc/loadavg: 7.47 7.93 7.94 6/179 19154
/proc/meminfo: memFree=17897048/32951124 swapFree=67111528/67111528
[pid=19154] ppid=19149 vsize=282552 CPUtime=0.4 cores=0,2,4,6
/proc/19154/stat : 19154 (strangenight1-m) R 19149 19154 19020 0 -1 4202496 1781 0 0 0 40 0 0 0 18 0 4 0 520739189 289333248 1622 33554432000 4194304 4650419 140734756588944 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19154/statm: 70638 1622 389 112 0 65603 0
[pid=19154/tid=19155] ppid=19149 vsize=282552 CPUtime=0.1 cores=0,2,4,6
/proc/19154/task/19155/stat : 19155 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 366 0 0 0 10 0 0 0 25 0 4 0 520739189 289333248 1622 33554432000 4194304 4650419 140734756588944 18446744073709551615 4333611 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19154/tid=19156] ppid=19149 vsize=282552 CPUtime=0.1 cores=0,2,4,6
/proc/19154/task/19156/stat : 19156 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 367 0 0 0 10 0 0 0 18 0 4 0 520739189 289333248 1622 33554432000 4194304 4650419 140734756588944 18446744073709551615 4331388 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19154/tid=19157] ppid=19149 vsize=282552 CPUtime=0.09 cores=0,2,4,6
/proc/19154/task/19157/stat : 19157 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 275 0 0 0 9 0 0 0 18 0 4 0 520739189 289333248 1622 33554432000 4194304 4650419 140734756588944 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 282552

[startup+0.200301 s]
/proc/loadavg: 7.47 7.93 7.94 6/179 19154
/proc/meminfo: memFree=17897048/32951124 swapFree=67111528/67111528
[pid=19154] ppid=19149 vsize=283708 CPUtime=0.77 cores=0,2,4,6
/proc/19154/stat : 19154 (strangenight1-m) R 19149 19154 19020 0 -1 4202496 2531 0 0 0 77 0 0 0 18 0 4 0 520739189 290516992 1849 33554432000 4194304 4650419 140734756588944 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19154/statm: 70927 1849 391 112 0 65892 0
[pid=19154/tid=19155] ppid=19149 vsize=283708 CPUtime=0.19 cores=0,2,4,6
/proc/19154/task/19155/stat : 19155 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 551 0 0 0 19 0 0 0 25 0 4 0 520739189 290516992 1849 33554432000 4194304 4650419 140734756588944 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19154/tid=19156] ppid=19149 vsize=283708 CPUtime=0.19 cores=0,2,4,6
/proc/19154/task/19156/stat : 19156 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 560 0 0 0 19 0 0 0 18 0 4 0 520739189 290516992 1849 33554432000 4194304 4650419 140734756588944 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19154/tid=19157] ppid=19149 vsize=283708 CPUtime=0.19 cores=0,2,4,6
/proc/19154/task/19157/stat : 19157 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 455 0 0 0 19 0 0 0 18 0 4 0 520739189 290516992 1849 33554432000 4194304 4650419 140734756588944 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 283708

[startup+0.300284 s]
/proc/loadavg: 7.47 7.93 7.94 6/179 19154
/proc/meminfo: memFree=17897048/32951124 swapFree=67111528/67111528
[pid=19154] ppid=19149 vsize=284032 CPUtime=1.17 cores=0,2,4,6
/proc/19154/stat : 19154 (strangenight1-m) R 19149 19154 19020 0 -1 4202496 2992 0 0 0 117 0 0 0 18 0 4 0 520739189 290848768 2111 33554432000 4194304 4650419 140734756588944 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19154/statm: 71008 2111 391 112 0 65973 0
[pid=19154/tid=19155] ppid=19149 vsize=284032 CPUtime=0.29 cores=0,2,4,6
/proc/19154/task/19155/stat : 19155 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 628 0 0 0 29 0 0 0 25 0 4 0 520739189 290848768 2111 33554432000 4194304 4650419 140734756588944 18446744073709551615 4365453 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19154/tid=19156] ppid=19149 vsize=284032 CPUtime=0.29 cores=0,2,4,6
/proc/19154/task/19156/stat : 19156 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 638 0 0 0 29 0 0 0 18 0 4 0 520739189 290848768 2111 33554432000 4194304 4650419 140734756588944 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19154/tid=19157] ppid=19149 vsize=284032 CPUtime=0.29 cores=0,2,4,6
/proc/19154/task/19157/stat : 19157 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 555 0 0 0 29 0 0 0 18 0 4 0 520739189 290848768 2111 33554432000 4194304 4650419 140734756588944 18446744073709551615 4339871 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) 284032

[startup+0.700213 s]
/proc/loadavg: 7.47 7.93 7.94 6/179 19154
/proc/meminfo: memFree=17897048/32951124 swapFree=67111528/67111528
[pid=19154] ppid=19149 vsize=285312 CPUtime=2.77 cores=0,2,4,6
/proc/19154/stat : 19154 (strangenight1-m) R 19149 19154 19020 0 -1 4202496 5086 0 0 0 277 0 0 0 18 0 4 0 520739189 292159488 2611 33554432000 4194304 4650419 140734756588944 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19154/statm: 71328 2611 391 112 0 66293 0
[pid=19154/tid=19155] ppid=19149 vsize=285312 CPUtime=0.69 cores=0,2,4,6
/proc/19154/task/19155/stat : 19155 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 1206 0 0 0 69 0 0 0 25 0 4 0 520739189 292159488 2611 33554432000 4194304 4650419 140734756588944 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19154/tid=19156] ppid=19149 vsize=285312 CPUtime=0.69 cores=0,2,4,6
/proc/19154/task/19156/stat : 19156 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 1190 0 0 0 69 0 0 0 18 0 4 0 520739189 292159488 2611 33554432000 4194304 4650419 140734756588944 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19154/tid=19157] ppid=19149 vsize=285312 CPUtime=0.69 cores=0,2,4,6
/proc/19154/task/19157/stat : 19157 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 1073 0 0 0 69 0 0 0 18 0 4 0 520739189 292159488 2611 33554432000 4194304 4650419 140734756588944 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285312

[startup+1.50107 s]
/proc/loadavg: 7.47 7.93 7.94 10/184 19159
/proc/meminfo: memFree=17871092/32951124 swapFree=67111528/67111528
[pid=19154] ppid=19149 vsize=277608 CPUtime=5.97 cores=0,2,4,6
/proc/19154/stat : 19154 (strangenight1-m) R 19149 19154 19020 0 -1 4202496 10035 0 0 0 596 1 0 0 19 0 4 0 520739189 284270592 5369 33554432000 4194304 4650419 140734756588944 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19154/statm: 69402 5369 393 112 0 64367 0
[pid=19154/tid=19155] ppid=19149 vsize=277608 CPUtime=1.48 cores=0,2,4,6
/proc/19154/task/19155/stat : 19155 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 2949 0 0 0 148 0 0 0 25 0 4 0 520739189 284270592 5369 33554432000 4194304 4650419 140734756588944 18446744073709551615 4438393 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19154/tid=19156] ppid=19149 vsize=277608 CPUtime=1.49 cores=0,2,4,6
/proc/19154/task/19156/stat : 19156 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 2013 0 0 0 149 0 0 0 20 0 4 0 520739189 284270592 5369 33554432000 4194304 4650419 140734756588944 18446744073709551615 4334268 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19154/tid=19157] ppid=19149 vsize=277608 CPUtime=1.49 cores=0,2,4,6
/proc/19154/task/19157/stat : 19157 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 1820 0 0 0 149 0 0 0 20 0 4 0 520739189 284270592 5369 33554432000 4194304 4650419 140734756588944 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 277608

[startup+3.1008 s]
/proc/loadavg: 7.47 7.93 7.94 9/184 19159
/proc/meminfo: memFree=17836008/32951124 swapFree=67111528/67111528
[pid=19154] ppid=19149 vsize=285424 CPUtime=12.36 cores=0,2,4,6
/proc/19154/stat : 19154 (strangenight1-m) R 19149 19154 19020 0 -1 4202496 16534 0 0 0 1234 2 0 0 25 0 4 0 520739189 292274176 10219 33554432000 4194304 4650419 140734756588944 18446744073709551615 4439641 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19154/statm: 71356 10219 393 112 0 66321 0
[pid=19154/tid=19155] ppid=19149 vsize=285424 CPUtime=3.07 cores=0,2,4,6
/proc/19154/task/19155/stat : 19155 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 3990 0 0 0 307 0 0 0 25 0 4 0 520739189 292274176 10219 33554432000 4194304 4650419 140734756588944 18446744073709551615 4365313 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19154/tid=19156] ppid=19149 vsize=285424 CPUtime=3.09 cores=0,2,4,6
/proc/19154/task/19156/stat : 19156 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 4007 0 0 0 309 0 0 0 25 0 4 0 520739189 292274176 10219 33554432000 4194304 4650419 140734756588944 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19154/tid=19157] ppid=19149 vsize=285424 CPUtime=3.08 cores=0,2,4,6
/proc/19154/task/19157/stat : 19157 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 3832 0 0 0 308 0 0 0 25 0 4 0 520739189 292274176 10219 33554432000 4194304 4650419 140734756588944 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 285424

[startup+6.30023 s]
/proc/loadavg: 7.51 7.93 7.94 9/184 19159
/proc/meminfo: memFree=17810384/32951124 swapFree=67111528/67111528
[pid=19154] ppid=19149 vsize=289640 CPUtime=25.15 cores=0,2,4,6
/proc/19154/stat : 19154 (strangenight1-m) R 19149 19154 19020 0 -1 4202496 24782 0 0 0 2511 4 0 0 25 0 4 0 520739189 296591360 13069 33554432000 4194304 4650419 140734756588944 18446744073709551615 4365321 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19154/statm: 72410 13069 393 112 0 67375 0
[pid=19154/tid=19155] ppid=19149 vsize=289640 CPUtime=6.26 cores=0,2,4,6
/proc/19154/task/19155/stat : 19155 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 6324 0 0 0 625 1 0 0 25 0 4 0 520739189 296591360 13069 33554432000 4194304 4650419 140734756588944 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19154/tid=19156] ppid=19149 vsize=289640 CPUtime=6.29 cores=0,2,4,6
/proc/19154/task/19156/stat : 19156 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 6639 0 0 0 629 0 0 0 25 0 4 0 520739189 296591360 13069 33554432000 4194304 4650419 140734756588944 18446744073709551615 4476315 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19154/tid=19157] ppid=19149 vsize=289640 CPUtime=6.29 cores=0,2,4,6
/proc/19154/task/19157/stat : 19157 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 5389 0 0 0 628 1 0 0 25 0 4 0 520739189 296591360 13069 33554432000 4194304 4650419 140734756588944 18446744073709551615 4365333 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 289640

[startup+12.7011 s]
/proc/loadavg: 7.55 7.94 7.94 9/184 19160
/proc/meminfo: memFree=17775268/32951124 swapFree=67111528/67111528
[pid=19154] ppid=19149 vsize=281528 CPUtime=50.72 cores=0,2,4,6
/proc/19154/stat : 19154 (strangenight1-m) R 19149 19154 19020 0 -1 4202496 37675 0 0 0 5066 6 0 0 25 0 4 0 520739189 288284672 17443 33554432000 4194304 4650419 140734756588944 18446744073709551615 4313058 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19154/statm: 70382 17443 393 112 0 65347 0
[pid=19154/tid=19155] ppid=19149 vsize=281528 CPUtime=12.62 cores=0,2,4,6
/proc/19154/task/19155/stat : 19155 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 10001 0 0 0 1261 1 0 0 25 0 4 0 520739189 288284672 17443 33554432000 4194304 4650419 140734756588944 18446744073709551615 4365330 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19154/tid=19156] ppid=19149 vsize=281528 CPUtime=12.68 cores=0,2,4,6
/proc/19154/task/19156/stat : 19156 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 9892 0 0 0 1268 0 0 0 25 0 4 0 520739189 288284672 17443 33554432000 4194304 4650419 140734756588944 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19154/tid=19157] ppid=19149 vsize=281528 CPUtime=12.68 cores=0,2,4,6
/proc/19154/task/19157/stat : 19157 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 8291 0 0 0 1267 1 0 0 25 0 4 0 520739189 288284672 17443 33554432000 4194304 4650419 140734756588944 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 281528

[startup+25.5009 s]
/proc/loadavg: 7.65 7.94 7.94 9/184 19160
/proc/meminfo: memFree=17740068/32951124 swapFree=67111528/67111528
[pid=19154] ppid=19149 vsize=287556 CPUtime=101.85 cores=0,2,4,6
/proc/19154/stat : 19154 (strangenight1-m) R 19149 19154 19020 0 -1 4202496 57030 0 0 0 10174 11 0 0 25 0 4 0 520739189 294457344 23248 33554432000 4194304 4650419 140734756588944 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19154/statm: 71889 23248 393 112 0 66854 0
[pid=19154/tid=19155] ppid=19149 vsize=287556 CPUtime=25.36 cores=0,2,4,6
/proc/19154/task/19155/stat : 19155 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 16176 0 0 0 2534 2 0 0 25 0 4 0 520739189 294457344 23248 33554432000 4194304 4650419 140734756588944 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19154/tid=19156] ppid=19149 vsize=287556 CPUtime=25.49 cores=0,2,4,6
/proc/19154/task/19156/stat : 19156 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 15904 0 0 0 2547 2 0 0 25 0 4 0 520739189 294457344 23248 33554432000 4194304 4650419 140734756588944 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19154/tid=19157] ppid=19149 vsize=287556 CPUtime=25.48 cores=0,2,4,6
/proc/19154/task/19157/stat : 19157 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 11025 0 0 0 2546 2 0 0 25 0 4 0 520739189 294457344 23248 33554432000 4194304 4650419 140734756588944 18446744073709551615 4365286 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 287556

[startup+51.1004 s]
/proc/loadavg: 7.84 7.96 7.95 9/184 19161
/proc/meminfo: memFree=17706964/32951124 swapFree=67111528/67111528
[pid=19154] ppid=19149 vsize=303580 CPUtime=204.12 cores=0,2,4,6
/proc/19154/stat : 19154 (strangenight1-m) R 19149 19154 19020 0 -1 4202496 87122 0 0 0 20394 18 0 0 25 0 4 0 520739189 310865920 26858 33554432000 4194304 4650419 140734756588944 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19154/statm: 75895 26858 393 112 0 70860 0
[pid=19154/tid=19155] ppid=19149 vsize=303580 CPUtime=50.84 cores=0,2,4,6
/proc/19154/task/19155/stat : 19155 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 25449 0 0 0 5080 4 0 0 25 0 4 0 520739189 310865920 26858 33554432000 4194304 4650419 140734756588944 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19154/tid=19156] ppid=19149 vsize=303580 CPUtime=51.08 cores=0,2,4,6
/proc/19154/task/19156/stat : 19156 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 24429 0 0 0 5104 4 0 0 25 0 4 0 520739189 310865920 26858 33554432000 4194304 4650419 140734756588944 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19154/tid=19157] ppid=19149 vsize=303580 CPUtime=51.08 cores=0,2,4,6
/proc/19154/task/19157/stat : 19157 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 15094 0 0 0 5105 3 0 0 25 0 4 0 520739189 310865920 26858 33554432000 4194304 4650419 140734756588944 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.12
Current children cumulated vsize (KiB) 303580

[startup+102.3 s]
/proc/loadavg: 7.97 7.98 7.95 9/184 19192
/proc/meminfo: memFree=17668272/32951124 swapFree=67111528/67111528
[pid=19154] ppid=19149 vsize=312116 CPUtime=408.68 cores=0,2,4,6
/proc/19154/stat : 19154 (strangenight1-m) R 19149 19154 19020 0 -1 4202496 138382 0 0 0 40836 32 0 0 25 0 4 0 520739189 319606784 35171 33554432000 4194304 4650419 140734756588944 18446744073709551615 4366933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19154/statm: 78029 35171 393 112 0 72994 0
[pid=19154/tid=19155] ppid=19149 vsize=312116 CPUtime=101.78 cores=0,2,4,6
/proc/19154/task/19155/stat : 19155 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 39292 0 0 0 10170 8 0 0 25 0 4 0 520739189 319606784 35171 33554432000 4194304 4650419 140734756588944 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19154/tid=19156] ppid=19149 vsize=312116 CPUtime=102.28 cores=0,2,4,6
/proc/19154/task/19156/stat : 19156 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 38463 0 0 0 10221 7 0 0 25 0 4 0 520739189 319606784 35171 33554432000 4194304 4650419 140734756588944 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19154/tid=19157] ppid=19149 vsize=312116 CPUtime=102.28 cores=0,2,4,6
/proc/19154/task/19157/stat : 19157 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 22807 0 0 0 10223 5 0 0 25 0 4 0 520739189 319606784 35171 33554432000 4194304 4650419 140734756588944 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.68
Current children cumulated vsize (KiB) 312116

[startup+162.301 s]

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

[pid=19154] ppid=19149 vsize=545684 CPUtime=2565.73 cores=0,2,4,6
/proc/19154/stat : 19154 (strangenight1-m) R 19149 19154 19020 0 -1 4202496 410014 0 0 0 256441 132 0 0 25 0 4 0 520739189 558780416 85518 33554432000 4194304 4650419 140734756588944 18446744073709551615 4365308 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19154/statm: 136421 85518 393 112 0 131386 0
[pid=19154/tid=19155] ppid=19149 vsize=545684 CPUtime=638.86 cores=0,2,4,6
/proc/19154/task/19155/stat : 19155 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 123859 0 0 0 63848 38 0 0 25 0 4 0 520739189 558780416 85518 33554432000 4194304 4650419 140734756588944 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19154/tid=19156] ppid=19149 vsize=545684 CPUtime=642.24 cores=0,2,4,6
/proc/19154/task/19156/stat : 19156 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 107620 0 0 0 64191 33 0 0 25 0 4 0 520739189 558780416 85518 33554432000 4194304 4650419 140734756588944 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19154/tid=19157] ppid=19149 vsize=545684 CPUtime=642.29 cores=0,2,4,6
/proc/19154/task/19157/stat : 19157 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 64992 0 0 0 64208 21 0 0 25 0 4 0 520739189 558780416 85518 33554432000 4194304 4650419 140734756588944 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2565.73
Current children cumulated vsize (KiB) 545684

[startup+702.301 s]
/proc/loadavg: 8.09 8.04 7.98 9/184 19208
/proc/meminfo: memFree=17156400/32951124 swapFree=67111528/67111528
[pid=19154] ppid=19149 vsize=533204 CPUtime=2805.4 cores=0,2,4,6
/proc/19154/stat : 19154 (strangenight1-m) R 19149 19154 19020 0 -1 4202496 436002 0 0 0 280397 143 0 0 25 0 4 0 520739189 546000896 93200 33554432000 4194304 4650419 140734756588944 18446744073709551615 4366879 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19154/statm: 133301 93200 393 112 0 128266 0
[pid=19154/tid=19155] ppid=19149 vsize=533204 CPUtime=698.54 cores=0,2,4,6
/proc/19154/task/19155/stat : 19155 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 131970 0 0 0 69813 41 0 0 25 0 4 0 520739189 546000896 93200 33554432000 4194304 4650419 140734756588944 18446744073709551615 4365300 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19154/tid=19156] ppid=19149 vsize=533204 CPUtime=702.24 cores=0,2,4,6
/proc/19154/task/19156/stat : 19156 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 115639 0 0 0 70187 37 0 0 25 0 4 0 520739189 546000896 93200 33554432000 4194304 4650419 140734756588944 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19154/tid=19157] ppid=19149 vsize=533204 CPUtime=702.29 cores=0,2,4,6
/proc/19154/task/19157/stat : 19157 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 69793 0 0 0 70206 23 0 0 25 0 4 0 520739189 546000896 93200 33554432000 4194304 4650419 140734756588944 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2805.4
Current children cumulated vsize (KiB) 533204

[startup+762.3 s]
/proc/loadavg: 8.06 8.04 7.99 9/184 19210
/proc/meminfo: memFree=17151528/32951124 swapFree=67111528/67111528
[pid=19154] ppid=19149 vsize=617376 CPUtime=3045.08 cores=0,2,4,6
/proc/19154/stat : 19154 (strangenight1-m) R 19149 19154 19020 0 -1 4202496 455238 0 0 0 304358 150 0 0 25 0 4 0 520739189 632193024 93516 33554432000 4194304 4650419 140734756588944 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19154/statm: 154344 93516 393 112 0 149309 0
[pid=19154/tid=19155] ppid=19149 vsize=617376 CPUtime=758.21 cores=0,2,4,6
/proc/19154/task/19155/stat : 19155 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 138604 0 0 0 75778 43 0 0 25 0 4 0 520739189 632193024 93516 33554432000 4194304 4650419 140734756588944 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19154/tid=19156] ppid=19149 vsize=617376 CPUtime=762.24 cores=0,2,4,6
/proc/19154/task/19156/stat : 19156 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 121727 0 0 0 76185 39 0 0 25 0 4 0 520739189 632193024 93516 33554432000 4194304 4650419 140734756588944 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19154/tid=19157] ppid=19149 vsize=617376 CPUtime=762.29 cores=0,2,4,6
/proc/19154/task/19157/stat : 19157 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 72011 0 0 0 76205 24 0 0 25 0 4 0 520739189 632193024 93516 33554432000 4194304 4650419 140734756588944 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3045.08
Current children cumulated vsize (KiB) 617376

[startup+822.301 s]
/proc/loadavg: 8.13 8.06 8.00 9/184 19211
/proc/meminfo: memFree=17138232/32951124 swapFree=67111528/67111528
[pid=19154] ppid=19149 vsize=552112 CPUtime=3284.74 cores=0,2,4,6
/proc/19154/stat : 19154 (strangenight1-m) R 19149 19154 19020 0 -1 4202496 472812 0 0 0 328317 157 0 0 25 0 4 0 520739189 565362688 87242 33554432000 4194304 4650419 140734756588944 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19154/statm: 138028 87242 393 112 0 132993 0
[pid=19154/tid=19155] ppid=19149 vsize=552112 CPUtime=817.88 cores=0,2,4,6
/proc/19154/task/19155/stat : 19155 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 146350 0 0 0 81742 46 0 0 25 0 4 0 520739189 565362688 87242 33554432000 4194304 4650419 140734756588944 18446744073709551615 4365520 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19154/tid=19156] ppid=19149 vsize=552112 CPUtime=822.23 cores=0,2,4,6
/proc/19154/task/19156/stat : 19156 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 127609 0 0 0 82182 41 0 0 25 0 4 0 520739189 565362688 87242 33554432000 4194304 4650419 140734756588944 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19154/tid=19157] ppid=19149 vsize=552112 CPUtime=822.3 cores=0,2,4,6
/proc/19154/task/19157/stat : 19157 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 74915 0 0 0 82204 26 0 0 25 0 4 0 520739189 565362688 87242 33554432000 4194304 4650419 140734756588944 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3284.74
Current children cumulated vsize (KiB) 552112

[startup+882.306 s]
/proc/loadavg: 8.12 8.06 8.00 9/184 19213
/proc/meminfo: memFree=17149008/32951124 swapFree=67111528/67111528
[pid=19154] ppid=19149 vsize=617884 CPUtime=3524.43 cores=0,2,4,6
/proc/19154/stat : 19154 (strangenight1-m) R 19149 19154 19020 0 -1 4202496 493478 0 0 0 352277 166 0 0 25 0 4 0 520739189 632713216 93898 33554432000 4194304 4650419 140734756588944 18446744073709551615 4366920 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19154/statm: 154471 93898 393 112 0 149436 0
[pid=19154/tid=19155] ppid=19149 vsize=617884 CPUtime=877.56 cores=0,2,4,6
/proc/19154/task/19155/stat : 19155 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 154247 0 0 0 87707 49 0 0 25 0 4 0 520739189 632713216 93898 33554432000 4194304 4650419 140734756588944 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19154/tid=19156] ppid=19149 vsize=617884 CPUtime=882.23 cores=0,2,4,6
/proc/19154/task/19156/stat : 19156 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 133800 0 0 0 88179 44 0 0 25 0 4 0 520739189 632713216 93898 33554432000 4194304 4650419 140734756588944 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19154/tid=19157] ppid=19149 vsize=617884 CPUtime=882.3 cores=0,2,4,6
/proc/19154/task/19157/stat : 19157 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 76504 0 0 0 88203 27 0 0 25 0 4 0 520739189 632713216 93898 33554432000 4194304 4650419 140734756588944 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3524.43
Current children cumulated vsize (KiB) 617884

[startup+942.301 s]
/proc/loadavg: 8.15 8.08 8.01 9/184 19214
/proc/meminfo: memFree=17162020/32951124 swapFree=67111528/67111528
[pid=19154] ppid=19149 vsize=553612 CPUtime=3764.09 cores=0,2,4,6
/proc/19154/stat : 19154 (strangenight1-m) R 19149 19154 19020 0 -1 4202496 512848 0 0 0 376235 174 0 0 25 0 4 0 520739189 566898688 91866 33554432000 4194304 4650419 140734756588944 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19154/statm: 138403 91866 393 112 0 133368 0
[pid=19154/tid=19155] ppid=19149 vsize=553612 CPUtime=937.23 cores=0,2,4,6
/proc/19154/task/19155/stat : 19155 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 161557 0 0 0 93671 52 0 0 25 0 4 0 520739189 566898688 91866 33554432000 4194304 4650419 140734756588944 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19154/tid=19156] ppid=19149 vsize=553612 CPUtime=942.22 cores=0,2,4,6
/proc/19154/task/19156/stat : 19156 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 139995 0 0 0 94176 46 0 0 25 0 4 0 520739189 566898688 91866 33554432000 4194304 4650419 140734756588944 18446744073709551615 4365337 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19154/tid=19157] ppid=19149 vsize=553612 CPUtime=942.3 cores=0,2,4,6
/proc/19154/task/19157/stat : 19157 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 78987 0 0 0 94202 28 0 0 25 0 4 0 520739189 566898688 91866 33554432000 4194304 4650419 140734756588944 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3764.09
Current children cumulated vsize (KiB) 553612

[startup+1002.3 s]
/proc/loadavg: 8.13 8.08 8.01 9/184 19216
/proc/meminfo: memFree=17148984/32951124 swapFree=67111528/67111528
[pid=19154] ppid=19149 vsize=614920 CPUtime=4003.76 cores=0,2,4,6
/proc/19154/stat : 19154 (strangenight1-m) R 19149 19154 19020 0 -1 4202496 531425 0 0 0 400194 182 0 0 25 0 4 0 520739189 629678080 97240 33554432000 4194304 4650419 140734756588944 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19154/statm: 153730 97240 393 112 0 148695 0
[pid=19154/tid=19155] ppid=19149 vsize=614920 CPUtime=996.9 cores=0,2,4,6
/proc/19154/task/19155/stat : 19155 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 168578 0 0 0 99635 55 0 0 25 0 4 0 520739189 629678080 97240 33554432000 4194304 4650419 140734756588944 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19154/tid=19156] ppid=19149 vsize=614920 CPUtime=1002.21 cores=0,2,4,6
/proc/19154/task/19156/stat : 19156 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 144495 0 0 0 100174 47 0 0 25 0 4 0 520739189 629678080 97240 33554432000 4194304 4650419 140734756588944 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19154/tid=19157] ppid=19149 vsize=614920 CPUtime=1002.29 cores=0,2,4,6
/proc/19154/task/19157/stat : 19157 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 83468 0 0 0 100200 29 0 0 25 0 4 0 520739189 629678080 97240 33554432000 4194304 4650419 140734756588944 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.76
Current children cumulated vsize (KiB) 614920

[startup+1062.3 s]
/proc/loadavg: 8.11 8.08 8.00 9/184 19218
/proc/meminfo: memFree=17088332/32951124 swapFree=67111528/67111528
[pid=19154] ppid=19149 vsize=563396 CPUtime=4243.42 cores=0,2,4,6
/proc/19154/stat : 19154 (strangenight1-m) R 19149 19154 19020 0 -1 4202496 546294 0 0 0 424153 189 0 0 25 0 4 0 520739189 576917504 95923 33554432000 4194304 4650419 140734756588944 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19154/statm: 140849 95923 393 112 0 135814 0
[pid=19154/tid=19155] ppid=19149 vsize=563396 CPUtime=1056.58 cores=0,2,4,6
/proc/19154/task/19155/stat : 19155 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 177116 0 0 0 105601 57 0 0 25 0 4 0 520739189 576917504 95923 33554432000 4194304 4650419 140734756588944 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19154/tid=19156] ppid=19149 vsize=563396 CPUtime=1062.21 cores=0,2,4,6
/proc/19154/task/19156/stat : 19156 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 149038 0 0 0 106170 51 0 0 25 0 4 0 520739189 576917504 95923 33554432000 4194304 4650419 140734756588944 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19154/tid=19157] ppid=19149 vsize=563396 CPUtime=1062.29 cores=0,2,4,6
/proc/19154/task/19157/stat : 19157 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 84142 0 0 0 106199 30 0 0 25 0 4 0 520739189 576917504 95923 33554432000 4194304 4650419 140734756588944 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4243.42
Current children cumulated vsize (KiB) 563396

[startup+1122.3 s]
/proc/loadavg: 8.16 8.09 8.01 9/184 19219
/proc/meminfo: memFree=17086844/32951124 swapFree=67111528/67111528
[pid=19154] ppid=19149 vsize=561952 CPUtime=4483.09 cores=0,2,4,6
/proc/19154/stat : 19154 (strangenight1-m) R 19149 19154 19020 0 -1 4202496 572040 0 0 0 448113 196 0 0 25 0 4 0 520739189 575438848 97395 33554432000 4194304 4650419 140734756588944 18446744073709551615 4365237 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19154/statm: 140488 97395 393 112 0 135453 0
[pid=19154/tid=19155] ppid=19149 vsize=561952 CPUtime=1116.24 cores=0,2,4,6
/proc/19154/task/19155/stat : 19155 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 190739 0 0 0 111565 59 0 0 25 0 4 0 520739189 575438848 97395 33554432000 4194304 4650419 140734756588944 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19154/tid=19156] ppid=19149 vsize=561952 CPUtime=1122.2 cores=0,2,4,6
/proc/19154/task/19156/stat : 19156 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 152832 0 0 0 112168 52 0 0 25 0 4 0 520739189 575438848 97395 33554432000 4194304 4650419 140734756588944 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19154/tid=19157] ppid=19149 vsize=561952 CPUtime=1122.3 cores=0,2,4,6
/proc/19154/task/19157/stat : 19157 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 88119 0 0 0 112198 32 0 0 25 0 4 0 520739189 575438848 97395 33554432000 4194304 4650419 140734756588944 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4483.09
Current children cumulated vsize (KiB) 561952

[startup+1182.3 s]
/proc/loadavg: 8.17 8.10 8.01 9/184 19221
/proc/meminfo: memFree=17085964/32951124 swapFree=67111528/67111528
[pid=19154] ppid=19149 vsize=591988 CPUtime=4722.77 cores=0,2,4,6
/proc/19154/stat : 19154 (strangenight1-m) R 19149 19154 19020 0 -1 4202496 590073 0 0 0 472074 203 0 0 25 0 4 0 520739189 606195712 99491 33554432000 4194304 4650419 140734756588944 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19154/statm: 147997 99491 393 112 0 142962 0
[pid=19154/tid=19155] ppid=19149 vsize=591988 CPUtime=1175.92 cores=0,2,4,6
/proc/19154/task/19155/stat : 19155 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 196989 0 0 0 117531 61 0 0 25 0 4 0 520739189 606195712 99491 33554432000 4194304 4650419 140734756588944 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19154/tid=19156] ppid=19149 vsize=591988 CPUtime=1182.2 cores=0,2,4,6
/proc/19154/task/19156/stat : 19156 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 156773 0 0 0 118167 53 0 0 25 0 4 0 520739189 606195712 99491 33554432000 4194304 4650419 140734756588944 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19154/tid=19157] ppid=19149 vsize=591988 CPUtime=1182.31 cores=0,2,4,6
/proc/19154/task/19157/stat : 19157 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 89502 0 0 0 118198 33 0 0 25 0 4 0 520739189 606195712 99491 33554432000 4194304 4650419 140734756588944 18446744073709551615 4363435 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.77
Current children cumulated vsize (KiB) 591988



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.12 8.10 8.01 9/184 19221
/proc/meminfo: memFree=17087944/32951124 swapFree=67111528/67111528
[pid=19154] ppid=19149 vsize=591988 CPUtime=4800.27 cores=0,2,4,6
/proc/19154/stat : 19154 (strangenight1-m) R 19149 19154 19020 0 -1 4202496 593133 0 0 0 479824 203 0 0 25 0 4 0 520739189 606195712 101075 33554432000 4194304 4650419 140734756588944 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19154/statm: 147997 101075 393 112 0 142962 0
[pid=19154/tid=19155] ppid=19149 vsize=591988 CPUtime=1195.2 cores=0,2,4,6
/proc/19154/task/19155/stat : 19155 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 198005 0 0 0 119459 61 0 0 25 0 4 0 520739189 606195712 101075 33554432000 4194304 4650419 140734756588944 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19154/tid=19156] ppid=19149 vsize=591988 CPUtime=1201.61 cores=0,2,4,6
/proc/19154/task/19156/stat : 19156 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 156801 0 0 0 120108 53 0 0 25 0 4 0 520739189 606195712 101075 33554432000 4194304 4650419 140734756588944 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19154/tid=19157] ppid=19149 vsize=591988 CPUtime=1201.71 cores=0,2,4,6
/proc/19154/task/19157/stat : 19157 (strangenight1-m) R 19149 19154 19020 0 -1 4202560 89502 0 0 0 120138 33 0 0 25 0 4 0 520739189 606195712 101075 33554432000 4194304 4650419 140734756588944 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 591988

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): 1201.73
CPU time (s): 4800.32
CPU user time (s): 4798.27
CPU system time (s): 2.05669
CPU usage (%): 399.45
Max. virtual memory (cumulated for all children) (KiB): 668788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.27
system time used= 2.05669
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 593134
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= 237
involuntary context switches= 21143

runsolver used 1.9927 second user time and 4.50531 second system time

The end

Launcher Data

Begin job on node103 at 2011-04-29 17:36:06
IDJOB=3175141
IDBENCH=82759
IDSOLVER=1588
FILE ID=node103/3175141-1304091366
RUNJOBID= node103-1304090162-19038
PBS_JOBID= 13170574
Free space on /tmp= 71520 MiB

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

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

MD5SUM BENCH= 70c8eb249da14b3681c26bea452706d8
RANDOM SEED=1119091917

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
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.83
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.858
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:      17897724 kB
Buffers:       2148524 kB
Cached:       12258564 kB
SwapCached:          0 kB
Active:        5589344 kB
Inactive:      8881472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17897724 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12476 kB
Writeback:           0 kB
AnonPages:       63136 kB
Mapped:          15068 kB
Slab:           519452 kB
PageTables:       4272 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   193736 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= 71508 MiB
End job on node103 at 2011-04-29 17:56:09