Trace number 3273614

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 TechDemo-Alpha-mt? (TO) 4800.19 1201.62

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n150-s89334302-unsat.cnf
MD5SUMe0b064ae815c6a8bb8a9898180562bec
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables153
Number of clauses316
Sum of the clauses size948
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3316
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
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 Using 4 thread(s)
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3273614-1304129323.cnf'
0.00/0.00	c -- header says num vars:            153
0.00/0.00	c -- header says num clauses:         316
0.00/0.00	c -- clauses added:            0 learnts,          316 normals,            0 xors
0.00/0.00	c -- vars added        153
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       153       316         0         0       948         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/316/316 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.0M T:  0.00
0.00/0.00	c Calc non-exist non-lernt bins v-fix:     0 done:    153 time:  0.00 s
0.00/0.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.00/0.00	c Subs w/ non-existent bins:      0 time:  0.00 s
3.17/0.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.17/0.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.17/0.85	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
3.17/0.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.17/0.85	c learnt bin added due to v-elim: 0
3.17/0.85	c Finding binary XORs  T:     0.00 s  found:       0
3.17/0.85	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.17/0.85	c calculated reachability. Time: 0.00
3.17/0.85	c Calc default polars -  time:   0.00 s pos:       5 undec:     143 neg:       5
3.17/0.85	c =========================================================================================
3.17/0.85	c types(t): F = full restart, N = normal restart
3.17/0.85	c types(t): S = simplification begin/end, E = solution found
3.17/0.85	c restart types(rt): st = static, dy = dynamic
3.17/0.85	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
3.17/0.85	c  B st     0         0       153       316         0         0       948         0   no data   no data  --
3.17/0.85	c Decided on static restart strategy
5.57/1.45	c  N dy     7     30001       153       316         0      9444       948    175020     25.76     19.59  --
5.57/1.45	c  S st     7     30001       153       316         0      9444       948    175020     25.76     19.59  --
5.97/1.55	c  S st     7     30503       153       316         0      9932       948    184396     25.76     19.59  --
5.97/1.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.97/1.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.97/1.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.6M T:  0.06
5.97/1.55	c Calc non-exist non-lernt bins v-fix:     0 done:    153 time:  0.00 s
5.97/1.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.97/1.55	c Subs w/ non-existent bins:      0 time:  0.00 s
5.97/1.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.97/1.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.97/1.55	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
6.37/1.64	c lits-rem:      1561  cl-subs:     1701  v-elim:      0  v-fix:    0  time:  0.65 s
6.37/1.64	c learnt bin added due to v-elim: 0
6.37/1.64	c vivif2 --  cl tried      316 cl shrink        0 lits rem          0 time: 0.00
6.37/1.64	c vivif2 --  cl tried     8231 cl shrink        0 lits rem          0 time: 0.00
6.37/1.65	c asymm  cl-useful: 0/316/316 lits-rem:0 time: 0.04
6.37/1.65	c calculated reachability. Time: 0.00
6.37/1.65	c  N dy     7     30503       153       316         0      8231       948    154096     25.76     19.59  --
6.37/1.65	c  F st     7     30503       153       316         0      8231       948    154096     25.76     19.59  --
6.77/1.73	c Decided on static restart strategy
9.56/2.46	c  N dy    21     45755       153       316         0     14911       948    296955     30.32     18.40  --
9.56/2.48	c  S st    21     45755       153       316         0     14911       948    296955     30.32     18.40  --
9.96/2.52	c  S st    21     46258       153       316         0     15400       948    306349     30.32     18.40  --
9.96/2.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.96/2.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.96/2.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.1M T:  0.11
9.96/2.55	c Calc non-exist non-lernt bins v-fix:     0 done:    153 time:  0.00 s
9.96/2.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.96/2.55	c Subs w/ non-existent bins:      0 time:  0.01 s
9.96/2.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.96/2.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.96/2.55	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
12.79/3.29	c lits-rem:      2561  cl-subs:     1827  v-elim:      0  v-fix:    0  time:  2.92 s
12.79/3.29	c learnt bin added due to v-elim: 0
12.79/3.29	c vivif2 --  cl tried      316 cl shrink        0 lits rem          0 time: 0.00
12.79/3.29	c vivif2 --  cl tried    13573 cl shrink        0 lits rem          0 time: 0.01
13.19/3.30	c asymm  cl-useful: 0/316/316 lits-rem:0 time: 0.06
13.19/3.30	c calculated reachability. Time: 0.00
13.19/3.30	c  N dy    21     46258       153       316         0     13573       948    268871     30.32     18.40  --
19.16/4.87	c  N dy    24     69387       153       316         0     17205       948    364210     30.48     19.51  --
19.16/4.88	c  S st    24     69387       153       316         0     17205       948    364210     30.48     19.51  --
19.56/4.93	c  S st    24     69887       153       316         0     17688       948    373711     30.48     19.51  --
19.56/4.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.56/4.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
19.56/4.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.6M T:  0.16
19.56/4.97	c Calc non-exist non-lernt bins v-fix:     0 done:    153 time:  0.00 s
19.56/4.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
19.56/4.97	c Subs w/ non-existent bins:      0 time:  0.01 s
19.56/4.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.56/4.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.56/4.98	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
23.56/5.97	c ORs :      0 avg-s:  nan cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
28.34/7.17	c Added 2 vars  tried: 80000 time: 4.77
28.74/7.26	c ORs :      2 avg-s:  0.0 cl-sh: 11546 l-rem:  11546 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:    5.12
28.74/7.26	c lits-rem:      1549  cl-subs:     1728  v-elim:      0  v-fix:    0  time:  9.12 s
28.74/7.26	c learnt bin added due to v-elim: 0
28.74/7.26	c vivif2 --  cl tried      318 cl shrink        0 lits rem          0 time: 0.00
28.74/7.26	c vivif2 --  cl tried    15960 cl shrink        0 lits rem          0 time: 0.01
28.74/7.28	c asymm  cl-useful: 0/318/318 lits-rem:0 time: 0.06
28.74/7.28	c calculated reachability. Time: 0.00
28.74/7.28	c  N dy    24     69887       155       318         4     15960       962    314757     30.48     19.51  --
28.74/7.28	c  F st    24     69887       155       318         4     15960       962    314757     30.48     19.51  --
29.54/7.42	c Decided on static restart strategy
39.15/9.86	c  N dy    31    104830       155       318         4     15613       962    269343     30.80     19.41  --
39.15/9.87	c  S st    31    104830       155       318         4     15613       962    269343     30.80     19.41  --
39.55/9.91	c  S st    31    105331       155       318         4     16102       962    279153     30.80     19.41  --
39.55/9.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
39.55/9.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
39.55/9.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.6M T:  0.12
39.55/9.95	c Calc non-exist non-lernt bins v-fix:     0 done:    155 time:  0.00 s
39.55/9.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
39.55/9.95	c Subs w/ non-existent bins:      0 time:  0.01 s
39.55/9.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
39.55/9.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
39.55/9.95	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
42.32/10.67	c ORs :      2 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 2 avg s: 17.0 T:    0.00
42.32/10.67	c lits-rem:      2034  cl-subs:     1223  v-elim:      0  v-fix:    0  time:  2.87 s
42.32/10.67	c learnt bin added due to v-elim: 0
42.32/10.67	c vivif2 --  cl tried      318 cl shrink        0 lits rem          0 time: 0.00
42.32/10.67	c vivif2 --  cl tried    14877 cl shrink        0 lits rem          0 time: 0.01
42.32/10.69	c asymm  cl-useful: 0/318/318 lits-rem:0 time: 0.06
42.32/10.69	c calculated reachability. Time: 0.00
42.32/10.69	c  N dy    31    105331       155       318         4     14877       962    253656     30.80     19.41  --
61.90/15.54	c  N dy    33    157997       155       318         4     21466       962    388017     29.90     20.43  --
61.90/15.55	c  S st    33    157997       155       318         4     21466       962    388017     29.90     20.43  --
62.29/15.61	c  S st    33    158499       155       318         4     21951       962    398233     29.90     20.43  --
62.29/15.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
62.29/15.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
62.29/15.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.4M T:  0.17
62.29/15.65	c Calc non-exist non-lernt bins v-fix:     0 done:    155 time:  0.00 s
62.29/15.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
62.29/15.66	c Subs w/ non-existent bins:      0 time:  0.01 s
62.29/15.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
62.29/15.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
62.29/15.66	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
67.09/16.81	c ORs :      2 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 17 avg s: 13.2 T:    0.02
67.09/16.82	c lits-rem:      2041  cl-subs:     1998  v-elim:      0  v-fix:    0  time:  4.60 s
67.09/16.82	c learnt bin added due to v-elim: 0
67.09/16.82	c vivif2 --  cl tried      318 cl shrink        0 lits rem          0 time: 0.00
67.09/16.82	c vivif2 --  cl tried    19936 cl shrink        0 lits rem          0 time: 0.01
67.09/16.84	c asymm  cl-useful: 0/318/318 lits-rem:0 time: 0.08
67.09/16.84	c calculated reachability. Time: 0.00
67.09/16.84	c  N dy    33    158499       155       318         4     19936       962    349369     29.90     20.43  --
100.67/25.23	c  N dy    35    237748       155       318         4     24490       962    394946     26.82     21.06  --
100.67/25.25	c  S st    35    237748       155       318         4     24490       962    394946     26.82     21.06  --
101.07/25.31	c  S st    35    238250       163       318        20     24985       994    404958     26.82     21.06  --
101.07/25.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
101.07/25.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
101.07/25.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  3.4M T:  0.22
101.07/25.36	c Calc non-exist non-lernt bins v-fix:     0 done:    163 time:  0.00 s
101.07/25.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
101.07/25.37	c Subs w/ non-existent bins:      0 time:  0.02 s
101.07/25.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
101.07/25.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
101.07/25.37	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
104.65/26.28	c ORs :      2 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
104.65/26.28	c lits-rem:      3190  cl-subs:     2633  v-elim:      0  v-fix:    0  time:  3.64 s
104.65/26.28	c learnt bin added due to v-elim: 0
104.65/26.28	c vivif2 --  cl tried      318 cl shrink        0 lits rem          0 time: 0.00
104.65/26.29	c vivif2 --  cl tried    22352 cl shrink        0 lits rem          0 time: 0.01
105.06/26.31	c asymm  cl-useful: 0/318/318 lits-rem:0 time: 0.08
105.06/26.31	c calculated reachability. Time: 0.00
105.06/26.31	c  N dy    35    238250       163       318        20     22352       994    350468     26.82     21.06  --
169.37/42.46	c  N dy    36    357376       163       318        20     26987       994    387968     26.49     20.56  --
169.37/42.47	c  S st    36    357376       163       318        20     26987       994    387968     26.49     20.56  --
169.77/42.55	c  S st    36    357882       165       318        24     27485      1002    399745     26.49     20.56  --
169.77/42.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
169.77/42.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
170.17/42.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  4.1M T:  0.24
170.17/42.61	c Calc non-exist non-lernt bins v-fix:     0 done:    165 time:  0.00 s
170.17/42.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
170.17/42.61	c Subs w/ non-existent bins:      0 time:  0.01 s
170.17/42.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
170.17/42.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
170.17/42.62	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
172.96/43.38	c ORs :      2 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
172.96/43.39	c lits-rem:       575  cl-subs:     1245  v-elim:      0  v-fix:    0  time:  3.06 s
172.96/43.39	c learnt bin added due to v-elim: 0
172.96/43.39	c vivif2 --  cl tried      318 cl shrink        0 lits rem          0 time: 0.00
172.96/43.39	c vivif2 --  cl tried    26240 cl shrink        0 lits rem          0 time: 0.02
173.36/43.41	c asymm  cl-useful: 0/318/318 lits-rem:0 time: 0.10
173.36/43.41	c calculated reachability. Time: 0.00
173.36/43.41	c  N dy    36    357882       165       318        24     26240      1002    375479     26.49     20.56  --
297.61/74.51	c  N dy    39    536823       165       318        24     34921      1002    508839     27.86     18.75  --
297.61/74.53	c  S st    39    536823       165       318        24     34921      1002    508839     27.86     18.75  --
298.01/74.62	c  S st    39    537323       171       318        44     35424      1034    519254     27.86     18.75  --
298.01/74.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
298.01/74.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
298.42/74.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  5.8M T:  0.37
298.42/74.72	c Calc non-exist non-lernt bins v-fix:     0 done:    171 time:  0.00 s
298.42/74.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
298.42/74.72	c Subs w/ non-existent bins:      0 time:  0.02 s
298.42/74.73	c Replacing        2 vars Replaced     1052 lits Time:     0.04 s 
298.42/74.74	c bin-w-bin subsume rem            4 bins  time:  0.00 s
298.42/74.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
298.42/74.74	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
302.40/75.76	c ORs :      2 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
308.00/77.10	c Added 2 vars  tried: 80000 time: 5.37
308.40/77.22	c ORs :      2 avg-s:  0.0 cl-sh: 11985 l-rem:  11985 b-add:      4 v-rep:   0 cl-rem: 6 avg s: 9.0 T:    5.82
308.40/77.22	c lits-rem:      1618  cl-subs:     2380  v-elim:      0  v-fix:    0  time:  9.92 s
308.40/77.22	c learnt bin added due to v-elim: 0
308.40/77.22	c vivif2 --  cl tried      320 cl shrink        0 lits rem          0 time: 0.00
308.40/77.23	c vivif2 --  cl tried    33038 cl shrink        0 lits rem          0 time: 0.02
308.40/77.26	c asymm  cl-useful: 0/320/320 lits-rem:0 time: 0.10
308.40/77.26	c calculated reachability. Time: 0.00
308.40/77.26	c  N dy    39    537323       171       320        36     33038      1032    470248     27.86     18.75  --
308.40/77.26	c  F st    39    537323       171       320        36     33038      1032    470248     27.86     18.75  --
309.19/77.47	c Decided on static restart strategy
542.10/135.76	c  N dy    46    805984       171       320        36     54200      1032    977791     29.30     18.91  --
542.50/135.80	c  S st    46    805984       171       320        36     54200      1032    977791     29.30     18.91  --
542.90/135.94	c  S st    46    806487       171       320        36     54688      1032    988588     29.30     18.91  --
542.90/135.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
542.90/135.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
543.70/136.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  9.6M T:  0.74
543.70/136.13	c Calc non-exist non-lernt bins v-fix:     0 done:    171 time:  0.01 s
543.70/136.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
543.70/136.14	c Subs w/ non-existent bins:      0 time:  0.04 s
543.70/136.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
543.70/136.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
543.70/136.16	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
550.89/137.97	c ORs :      4 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
550.89/137.99	c lits-rem:       836  cl-subs:     3089  v-elim:      0  v-fix:    0  time:  7.32 s
550.89/137.99	c learnt bin added due to v-elim: 0
550.89/137.99	c vivif2 --  cl tried      320 cl shrink        0 lits rem          0 time: 0.00
551.29/138.00	c vivif2 --  cl tried    51599 cl shrink        0 lits rem          0 time: 0.04
551.29/138.06	c asymm  cl-useful: 0/320/320 lits-rem:0 time: 0.23
551.29/138.06	c calculated reachability. Time: 0.00
551.29/138.06	c  N dy    46    806487       171       320        36     51599      1032    916195     29.30     18.91  --
935.62/234.24	c  N dy    47   1209731       171       320        36     64729      1032   1090720     27.07     19.60  --
935.62/234.28	c  S st    47   1209731       171       320        36     64729      1032   1090720     27.07     19.60  --
935.62/234.28	c Finding binary XORs  T:     0.00 s  found:       2
935.62/234.29	c Replacing        2 vars Replaced       25 lits Time:     0.02 s 
936.39/234.45	c  S st    47   1210233       177       320        51     65235      1062   1101715     27.07     19.60  --
936.39/234.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
936.39/234.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
937.60/234.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 14.0M T:  1.00
937.60/234.71	c Calc non-exist non-lernt bins v-fix:     0 done:    177 time:  0.00 s
937.60/234.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
937.60/234.72	c Subs w/ non-existent bins:      0 time:  0.05 s
937.60/234.74	c bin-w-bin subsume rem            3 bins  time:  0.00 s
937.60/234.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
937.60/234.74	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
950.38/237.92	c ORs :      4 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.01
950.38/237.94	c lits-rem:      5596  cl-subs:     6672  v-elim:      0  v-fix:    0  time: 12.76 s
950.38/237.94	c learnt bin added due to v-elim: 0
950.38/237.94	c vivif2 --  cl tried      320 cl shrink        0 lits rem          0 time: 0.00
950.38/237.95	c vivif2 --  cl tried    58563 cl shrink        0 lits rem          0 time: 0.05
950.78/238.01	c asymm  cl-useful: 0/320/320 lits-rem:0 time: 0.25
950.78/238.01	c calculated reachability. Time: 0.00
950.78/238.01	c  N dy    47   1210233       177       320        48     58563      1056    956783     27.07     19.60  --
1627.88/407.50	c  N dy    48   1710235       177       320        48     87499      1056   1573401     24.23     18.36  --
1627.88/407.56	c  S st    48   1710235       177       320        48     87499      1056   1573401     24.23     18.36  --
1629.08/407.84	c  S st    48   1710736       183       320        64     88000      1084   1585143     24.23     18.36  --
1629.08/407.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1629.08/407.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1630.68/408.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 19.1M T:  1.57
1630.68/408.24	c Calc non-exist non-lernt bins v-fix:     0 done:    183 time:  0.01 s
1630.68/408.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1630.68/408.26	c Subs w/ non-existent bins:      0 time:  0.08 s
1630.68/408.27	c Replacing        1 vars Replaced       18 lits Time:     0.02 s 
1631.08/408.30	c bin-w-bin subsume rem            2 bins  time:  0.00 s
1631.08/408.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
1631.08/408.31	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
1655.45/414.46	c ORs :      4 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 3 avg s: 9.0 T:    0.01
1655.45/414.49	c lits-rem:      1243  cl-subs:    11565  v-elim:      0  v-fix:    0  time: 24.68 s
1655.45/414.49	c learnt bin added due to v-elim: 0
1655.45/414.49	c vivif2 --  cl tried      320 cl shrink        0 lits rem          0 time: 0.00
1655.85/414.51	c vivif2 --  cl tried    76432 cl shrink        0 lits rem          0 time: 0.07
1655.85/414.59	c asymm  cl-useful: 0/320/320 lits-rem:0 time: 0.33
1655.85/414.59	c calculated reachability. Time: 0.00
1655.85/414.59	c  N dy    48   1710736       182       320        58     76432      1076   1311691     24.23     18.36  --
2372.94/594.03	c  N dy    50   2210737       182       320        58     95370      1076   1770202     28.56     18.80  --
2373.31/594.10	c  S st    50   2210737       182       320        58     95370      1076   1770202     28.56     18.80  --
2374.51/594.45	c  S st    50   2211240       190       320        78     95879      1112   1781898     28.56     18.80  --
2374.51/594.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2374.51/594.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2376.51/594.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 24.5M T:  2.10
2376.51/594.99	c Calc non-exist non-lernt bins v-fix:     0 done:    190 time:  0.01 s
2376.51/594.99	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2376.93/595.01	c Subs w/ non-existent bins:      0 time:  0.09 s
2376.93/595.02	c Replacing        1 vars Replaced       17 lits Time:     0.03 s 
2376.93/595.05	c bin-w-bin subsume rem            2 bins  time:  0.00 s
2376.93/595.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
2376.93/595.06	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
2400.87/601.09	c ORs :      4 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.01
2424.04/606.86	c Added 2 vars  tried: 80000 time: 23.03
2431.64/608.70	c ORs :      2 avg-s:  0.0 cl-sh: 48631 l-rem:  48631 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:   30.39
2431.64/608.73	c lits-rem:      1893  cl-subs:     6299  v-elim:      0  v-fix:    0  time: 54.63 s
2431.64/608.73	c learnt bin added due to v-elim: 0
2431.64/608.73	c vivif2 --  cl tried      322 cl shrink        0 lits rem          0 time: 0.00
2431.64/608.76	c vivif2 --  cl tried    89580 cl shrink        0 lits rem          0 time: 0.09
2432.04/608.84	c asymm  cl-useful: 0/322/322 lits-rem:0 time: 0.35
2432.04/608.85	c calculated reachability. Time: 0.00
2432.04/608.85	c  N dy    50   2211240       191       322        76     89580      1118   1583646     28.56     18.80  --
3346.44/837.73	c  N dy    51   2711241       191       322        76    111067      1118   2117413     28.79     19.14  --
3346.84/837.82	c  S st    51   2711241       191       322        76    111067      1118   2117413     28.79     19.14  --
3348.06/838.16	c  S st    51   2711743       191       322        76    111568      1118   2129375     28.79     19.14  --
3348.06/838.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3348.06/838.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3350.04/838.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 23.0M T:  1.88
3350.04/838.63	c Calc non-exist non-lernt bins v-fix:     0 done:    191 time:  0.01 s
3350.04/838.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3350.04/838.66	c Subs w/ non-existent bins:      0 time:  0.11 s
3350.44/838.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3350.44/838.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
3350.44/838.72	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
3398.77/850.88	c ORs :      6 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.02
3399.17/850.92	c lits-rem:      5242  cl-subs:    11232  v-elim:      0  v-fix:    0  time: 48.76 s
3399.17/850.92	c learnt bin added due to v-elim: 0
3399.17/850.92	c vivif2 --  cl tried      322 cl shrink        0 lits rem          0 time: 0.00
3399.17/850.95	c vivif2 --  cl tried   100336 cl shrink        0 lits rem          0 time: 0.11
3399.57/851.05	c asymm  cl-useful: 0/322/322 lits-rem:0 time: 0.39
3399.57/851.05	c calculated reachability. Time: 0.00
3399.57/851.05	c  N dy    51   2711743       191       322        76    100336      1118   1851459     28.79     19.14  --
3399.57/851.05	c  F st    51   2711743       191       322        76    100336      1118   1851459     28.79     19.14  --
3401.57/851.54	c Decided on static restart strategy
4303.20/1077.21	c  N dy    58   3211743       191       322        76     80943      1118   1070870     30.11     18.33  --
4303.20/1077.26	c  S st    58   3211743       191       322        76     80943      1118   1070870     30.11     18.33  --
4303.20/1077.26	c Finding binary XORs  T:     0.00 s  found:       0
4304.00/1077.49	c  S st    58   3212249       199       322        92     81447      1150   1082397     30.11     18.33  --
4304.00/1077.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4304.00/1077.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4305.60/1077.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 24.3M T:  1.61
4305.60/1077.90	c Calc non-exist non-lernt bins v-fix:     0 done:    199 time:  0.00 s
4305.60/1077.90	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4306.01/1077.92	c Subs w/ non-existent bins:      0 time:  0.07 s
4306.01/1077.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4306.01/1077.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
4306.01/1077.95	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
4313.99/1079.92	c ORs :      6 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 1 avg s: 19.0 T:    0.02
4313.99/1079.94	c lits-rem:       335  cl-subs:     4217  v-elim:      0  v-fix:    0  time:  7.98 s
4313.99/1079.94	c learnt bin added due to v-elim: 0
4313.99/1079.94	c vivif2 --  cl tried      322 cl shrink        0 lits rem          0 time: 0.00
4313.99/1079.96	c vivif2 --  cl tried    77229 cl shrink        0 lits rem          0 time: 0.07
4314.39/1080.03	c asymm  cl-useful: 0/322/322 lits-rem:0 time: 0.30
4314.39/1080.04	c calculated reachability. Time: 0.00
4314.39/1080.04	c  N dy    58   3212249       199       322        92     77229      1150   1023151     30.11     18.33  --

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-3273614-1304129323/watcher-3273614-1304129323 -o /tmp/evaluation-result-3273614-1304129323/solver-3273614-1304129323 -C 4800 -W 1300 -M 15500 ./techdemo --threads=4 HOME/instance-3273614-1304129323.cnf 

running on 4 cores: 1,3,5,7

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.46 8.01 8.02 5/178 29243
/proc/meminfo: memFree=30815036/32951132 swapFree=67111356/67111528
[pid=29243] ppid=29241 vsize=80876 CPUtime=0 cores=1,3,5,7
/proc/29243/stat : 29243 (techdemo) R 29241 29243 29202 0 -1 4202496 584 0 0 0 0 0 0 0 25 0 4 0 524531947 82817024 520 33554432000 4194304 4797429 140734926172112 18446744073709551615 47360177213408 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29243/statm: 20219 520 361 148 0 15148 0
[pid=29243/tid=29244] ppid=29241 vsize=80876 CPUtime=0 cores=1,3,5,7
/proc/29243/task/29244/stat : 29244 (techdemo) R 29241 29243 29202 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 524531947 82817024 520 33554432000 4194304 4797429 140734926172112 18446744073709551615 47360177223606 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=29243/tid=29245] ppid=29241 vsize=80876 CPUtime=0 cores=1,3,5,7
/proc/29243/task/29245/stat : 29245 (techdemo) R 29241 29243 29202 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 524531947 82817024 520 33554432000 4194304 4797429 140734926172112 18446744073709551615 4670936 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29243/tid=29246] ppid=29241 vsize=80876 CPUtime=0 cores=1,3,5,7
/proc/29243/task/29246/stat : 29246 (techdemo) R 29241 29243 29202 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 524531947 82817024 520 33554432000 4194304 4797429 140734926172112 18446744073709551615 4670936 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.035619 s]
/proc/loadavg: 7.46 8.01 8.02 5/178 29243
/proc/meminfo: memFree=30815036/32951132 swapFree=67111356/67111528
[pid=29243] ppid=29241 vsize=671704 CPUtime=0.12 cores=1,3,5,7
/proc/29243/stat : 29243 (techdemo) R 29241 29243 29202 0 -1 4202496 960 0 0 0 12 0 0 0 18 0 4 0 524531947 687824896 861 33554432000 4194304 4797429 140734926172112 18446744073709551615 4424610 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29243/statm: 167926 861 407 148 0 162855 0
[pid=29243/tid=29244] ppid=29241 vsize=671704 CPUtime=0.02 cores=1,3,5,7
/proc/29243/task/29244/stat : 29244 (techdemo) R 29241 29243 29202 0 -1 4202560 102 0 0 0 2 0 0 0 25 0 4 0 524531947 687824896 861 33554432000 4194304 4797429 140734926172112 18446744073709551615 274664913390 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29243/tid=29245] ppid=29241 vsize=671704 CPUtime=0.02 cores=1,3,5,7
/proc/29243/task/29245/stat : 29245 (techdemo) R 29241 29243 29202 0 -1 4202560 84 0 0 0 2 0 0 0 18 0 4 0 524531947 687824896 861 33554432000 4194304 4797429 140734926172112 18446744073709551615 4331522 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29243/tid=29246] ppid=29241 vsize=671704 CPUtime=0.02 cores=1,3,5,7
/proc/29243/task/29246/stat : 29246 (techdemo) R 29241 29243 29202 0 -1 4202560 110 0 0 0 2 0 0 0 18 0 4 0 524531947 687824896 862 33554432000 4194304 4797429 140734926172112 18446744073709551615 274664913439 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 671704

[startup+0.106439 s]
/proc/loadavg: 7.46 8.01 8.02 5/178 29243
/proc/meminfo: memFree=30815036/32951132 swapFree=67111356/67111528
[pid=29243] ppid=29241 vsize=672244 CPUtime=0.4 cores=1,3,5,7
/proc/29243/stat : 29243 (techdemo) R 29241 29243 29202 0 -1 4202496 1379 0 0 0 40 0 0 0 18 0 4 0 524531947 688377856 1266 33554432000 4194304 4797429 140734926172112 18446744073709551615 4423072 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29243/statm: 168061 1266 409 148 0 162990 0
[pid=29243/tid=29244] ppid=29241 vsize=672244 CPUtime=0.1 cores=1,3,5,7
/proc/29243/task/29244/stat : 29244 (techdemo) R 29241 29243 29202 0 -1 4202560 201 0 0 0 10 0 0 0 25 0 4 0 524531947 688377856 1266 33554432000 4194304 4797429 140734926172112 18446744073709551615 4413425 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29243/tid=29245] ppid=29241 vsize=672244 CPUtime=0.09 cores=1,3,5,7
/proc/29243/task/29245/stat : 29245 (techdemo) R 29241 29243 29202 0 -1 4202560 194 0 0 0 9 0 0 0 18 0 4 0 524531947 688377856 1266 33554432000 4194304 4797429 140734926172112 18446744073709551615 4424868 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29243/tid=29246] ppid=29241 vsize=672244 CPUtime=0.1 cores=1,3,5,7
/proc/29243/task/29246/stat : 29246 (techdemo) R 29241 29243 29202 0 -1 4202560 212 0 0 0 10 0 0 0 18 0 4 0 524531947 688377856 1266 33554432000 4194304 4797429 140734926172112 18446744073709551615 4424750 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 672244

[startup+0.300406 s]
/proc/loadavg: 7.46 8.01 8.02 5/178 29243
/proc/meminfo: memFree=30815036/32951132 swapFree=67111356/67111528
[pid=29243] ppid=29241 vsize=674172 CPUtime=1.17 cores=1,3,5,7
/proc/29243/stat : 29243 (techdemo) R 29241 29243 29202 0 -1 4202496 2338 0 0 0 117 0 0 0 18 0 4 0 524531947 690352128 1791 33554432000 4194304 4797429 140734926172112 18446744073709551615 4351621 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29243/statm: 168543 1791 410 148 0 163472 0
[pid=29243/tid=29244] ppid=29241 vsize=674172 CPUtime=0.29 cores=1,3,5,7
/proc/29243/task/29244/stat : 29244 (techdemo) R 29241 29243 29202 0 -1 4202560 448 0 0 0 29 0 0 0 25 0 4 0 524531947 690352128 1791 33554432000 4194304 4797429 140734926172112 18446744073709551615 4424794 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29243/tid=29245] ppid=29241 vsize=674172 CPUtime=0.29 cores=1,3,5,7
/proc/29243/task/29245/stat : 29245 (techdemo) R 29241 29243 29202 0 -1 4202560 456 0 0 0 29 0 0 0 18 0 4 0 524531947 690352128 1791 33554432000 4194304 4797429 140734926172112 18446744073709551615 4424750 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29243/tid=29246] ppid=29241 vsize=674172 CPUtime=0.29 cores=1,3,5,7
/proc/29243/task/29246/stat : 29246 (techdemo) R 29241 29243 29202 0 -1 4202560 442 0 0 0 29 0 0 0 18 0 4 0 524531947 690352128 1791 33554432000 4194304 4797429 140734926172112 18446744073709551615 4424692 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 674172

[startup+0.700338 s]
/proc/loadavg: 7.46 8.01 8.02 5/178 29243
/proc/meminfo: memFree=30815036/32951132 swapFree=67111356/67111528
[pid=29243] ppid=29241 vsize=677720 CPUtime=2.77 cores=1,3,5,7
/proc/29243/stat : 29243 (techdemo) R 29241 29243 29202 0 -1 4202496 4336 0 0 0 277 0 0 0 18 0 4 0 524531947 693985280 3000 33554432000 4194304 4797429 140734926172112 18446744073709551615 4424812 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29243/statm: 169430 3000 417 148 0 164359 0
[pid=29243/tid=29244] ppid=29241 vsize=677720 CPUtime=0.69 cores=1,3,5,7
/proc/29243/task/29244/stat : 29244 (techdemo) R 29241 29243 29202 0 -1 4202560 996 0 0 0 69 0 0 0 25 0 4 0 524531947 693985280 3000 33554432000 4194304 4797429 140734926172112 18446744073709551615 4428962 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29243/tid=29245] ppid=29241 vsize=677720 CPUtime=0.69 cores=1,3,5,7
/proc/29243/task/29245/stat : 29245 (techdemo) R 29241 29243 29202 0 -1 4202560 1012 0 0 0 69 0 0 0 18 0 4 0 524531947 693985280 3000 33554432000 4194304 4797429 140734926172112 18446744073709551615 4424750 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29243/tid=29246] ppid=29241 vsize=677720 CPUtime=0.69 cores=1,3,5,7
/proc/29243/task/29246/stat : 29246 (techdemo) R 29241 29243 29202 0 -1 4202560 974 0 0 0 69 0 0 0 18 0 4 0 524531947 693985280 3000 33554432000 4194304 4797429 140734926172112 18446744073709551615 274664504855 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 677720

[startup+1.5002 s]
/proc/loadavg: 7.58 8.03 8.03 9/182 29247
/proc/meminfo: memFree=30789432/32951132 swapFree=67111356/67111528
[pid=29243] ppid=29241 vsize=680784 CPUtime=5.97 cores=1,3,5,7
/proc/29243/stat : 29243 (techdemo) R 29241 29243 29202 0 -1 4202496 6579 0 0 0 596 1 0 0 20 0 4 0 524531947 697122816 4260 33554432000 4194304 4797429 140734926172112 18446744073709551615 4506535 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29243/statm: 170196 4260 417 148 0 165125 0
[pid=29243/tid=29244] ppid=29241 vsize=680784 CPUtime=1.48 cores=1,3,5,7
/proc/29243/task/29244/stat : 29244 (techdemo) R 29241 29243 29202 0 -1 4202560 1461 0 0 0 148 0 0 0 25 0 4 0 524531947 697122816 4260 33554432000 4194304 4797429 140734926172112 18446744073709551615 4430142 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29243/tid=29245] ppid=29241 vsize=680784 CPUtime=1.49 cores=1,3,5,7
/proc/29243/task/29245/stat : 29245 (techdemo) R 29241 29243 29202 0 -1 4202560 1502 0 0 0 149 0 0 0 20 0 4 0 524531947 697122816 4260 33554432000 4194304 4797429 140734926172112 18446744073709551615 4429114 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29243/tid=29246] ppid=29241 vsize=680784 CPUtime=1.49 cores=1,3,5,7
/proc/29243/task/29246/stat : 29246 (techdemo) R 29241 29243 29202 0 -1 4202560 1297 0 0 0 149 0 0 0 20 0 4 0 524531947 697122816 4260 33554432000 4194304 4797429 140734926172112 18446744073709551615 4375413 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 680784

[startup+3.10092 s]
/proc/loadavg: 7.58 8.03 8.03 9/182 29247
/proc/meminfo: memFree=30779636/32951132 swapFree=67111356/67111528
[pid=29243] ppid=29241 vsize=683940 CPUtime=12.36 cores=1,3,5,7
/proc/29243/stat : 29243 (techdemo) R 29241 29243 29202 0 -1 4202496 9091 0 0 0 1235 1 0 0 25 0 4 0 524531947 700354560 5396 33554432000 4194304 4797429 140734926172112 18446744073709551615 4524386 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29243/statm: 170985 5396 417 148 0 165914 0
[pid=29243/tid=29244] ppid=29241 vsize=683940 CPUtime=3.08 cores=1,3,5,7
/proc/29243/task/29244/stat : 29244 (techdemo) R 29241 29243 29202 0 -1 4202560 1878 0 0 0 308 0 0 0 25 0 4 0 524531947 700354560 5396 33554432000 4194304 4797429 140734926172112 18446744073709551615 4429080 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29243/tid=29245] ppid=29241 vsize=683940 CPUtime=3.08 cores=1,3,5,7
/proc/29243/task/29245/stat : 29245 (techdemo) R 29241 29243 29202 0 -1 4202560 1932 0 0 0 308 0 0 0 25 0 4 0 524531947 700354560 5396 33554432000 4194304 4797429 140734926172112 18446744073709551615 4429087 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29243/tid=29246] ppid=29241 vsize=683940 CPUtime=3.09 cores=1,3,5,7
/proc/29243/task/29246/stat : 29246 (techdemo) R 29241 29243 29202 0 -1 4202560 1890 0 0 0 309 0 0 0 25 0 4 0 524531947 700354560 5396 33554432000 4194304 4797429 140734926172112 18446744073709551615 4524374 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 683940

[startup+6.30037 s]
/proc/loadavg: 7.86 8.08 8.04 10/182 29247
/proc/meminfo: memFree=30766632/32951132 swapFree=67111356/67111528
[pid=29243] ppid=29241 vsize=686976 CPUtime=25.15 cores=1,3,5,7
/proc/29243/stat : 29243 (techdemo) R 29241 29243 29202 0 -1 4202496 11899 0 0 0 2513 2 0 0 25 0 4 0 524531947 703463424 6768 33554432000 4194304 4797429 140734926172112 18446744073709551615 4495561 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29243/statm: 171744 6769 418 148 0 166673 0
[pid=29243/tid=29244] ppid=29241 vsize=686976 CPUtime=6.26 cores=1,3,5,7
/proc/29243/task/29244/stat : 29244 (techdemo) R 29241 29243 29202 0 -1 4202560 2348 0 0 0 626 0 0 0 25 0 4 0 524531947 703463424 6769 33554432000 4194304 4797429 140734926172112 18446744073709551615 4424784 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29243/tid=29245] ppid=29241 vsize=686976 CPUtime=6.28 cores=1,3,5,7
/proc/29243/task/29245/stat : 29245 (techdemo) R 29241 29243 29202 0 -1 4202560 2484 0 0 0 628 0 0 0 25 0 4 0 524531947 703463424 6769 33554432000 4194304 4797429 140734926172112 18446744073709551615 274664504855 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29243/tid=29246] ppid=29241 vsize=686976 CPUtime=6.29 cores=1,3,5,7
/proc/29243/task/29246/stat : 29246 (techdemo) R 29241 29243 29202 0 -1 4202560 2282 0 0 0 629 0 0 0 25 0 4 0 524531947 703463424 6769 33554432000 4194304 4797429 140734926172112 18446744073709551615 4568122 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 686976

[startup+12.7003 s]
/proc/loadavg: 7.87 8.08 8.04 9/182 29248
/proc/meminfo: memFree=30757740/32951132 swapFree=67111356/67111528
[pid=29243] ppid=29241 vsize=690252 CPUtime=50.71 cores=1,3,5,7
/proc/29243/stat : 29243 (techdemo) R 29241 29243 29202 0 -1 4202496 16588 0 0 0 5068 3 0 0 25 0 4 0 524531947 706818048 7943 33554432000 4194304 4797429 140734926172112 18446744073709551615 4424977 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29243/statm: 172563 7943 419 148 0 167492 0
[pid=29243/tid=29244] ppid=29241 vsize=690252 CPUtime=12.62 cores=1,3,5,7
/proc/29243/task/29244/stat : 29244 (techdemo) R 29241 29243 29202 0 -1 4202560 2936 0 0 0 1262 0 0 0 25 0 4 0 524531947 706818048 7943 33554432000 4194304 4797429 140734926172112 18446744073709551615 4495473 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29243/tid=29245] ppid=29241 vsize=690252 CPUtime=12.68 cores=1,3,5,7
/proc/29243/task/29245/stat : 29245 (techdemo) R 29241 29243 29202 0 -1 4202560 3116 0 0 0 1268 0 0 0 25 0 4 0 524531947 706818048 7943 33554432000 4194304 4797429 140734926172112 18446744073709551615 4424732 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29243/tid=29246] ppid=29241 vsize=690252 CPUtime=12.69 cores=1,3,5,7
/proc/29243/task/29246/stat : 29246 (techdemo) R 29241 29243 29202 0 -1 4202560 3003 0 0 0 1269 0 0 0 25 0 4 0 524531947 706818048 7943 33554432000 4194304 4797429 140734926172112 18446744073709551615 4567984 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 690252

[startup+25.501 s]
/proc/loadavg: 7.90 8.07 8.04 9/182 29248
/proc/meminfo: memFree=30742064/32951132 swapFree=67111356/67111528
[pid=29243] ppid=29241 vsize=694928 CPUtime=101.85 cores=1,3,5,7
/proc/29243/stat : 29243 (techdemo) R 29241 29243 29202 0 -1 4202496 24324 0 0 0 10179 6 0 0 25 0 4 0 524531947 711606272 9787 33554432000 4194304 4797429 140734926172112 18446744073709551615 4506622 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29243/statm: 173732 9787 419 148 0 168661 0
[pid=29243/tid=29244] ppid=29241 vsize=694928 CPUtime=25.36 cores=1,3,5,7
/proc/29243/task/29244/stat : 29244 (techdemo) R 29241 29243 29202 0 -1 4202560 3669 0 0 0 2536 0 0 0 25 0 4 0 524531947 711606272 9787 33554432000 4194304 4797429 140734926172112 18446744073709551615 4429097 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29243/tid=29245] ppid=29241 vsize=694928 CPUtime=25.48 cores=1,3,5,7
/proc/29243/task/29245/stat : 29245 (techdemo) R 29241 29243 29202 0 -1 4202560 4127 0 0 0 2548 0 0 0 25 0 4 0 524531947 711606272 9787 33554432000 4194304 4797429 140734926172112 18446744073709551615 4524288 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29243/tid=29246] ppid=29241 vsize=694928 CPUtime=25.48 cores=1,3,5,7
/proc/29243/task/29246/stat : 29246 (techdemo) R 29241 29243 29202 0 -1 4202560 3828 0 0 0 2548 0 0 0 25 0 4 0 524531947 711606272 9787 33554432000 4194304 4797429 140734926172112 18446744073709551615 4568013 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 694928

[startup+51.1006 s]
/proc/loadavg: 7.99 8.08 8.04 9/182 29249
/proc/meminfo: memFree=30720652/32951132 swapFree=67111356/67111528
[pid=29243] ppid=29241 vsize=701024 CPUtime=204.12 cores=1,3,5,7
/proc/29243/stat : 29243 (techdemo) R 29241 29243 29202 0 -1 4202496 35113 0 0 0 20403 9 0 0 25 0 4 0 524531947 717848576 12369 33554432000 4194304 4797429 140734926172112 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29243/statm: 175256 12369 423 148 0 170185 0
[pid=29243/tid=29244] ppid=29241 vsize=701024 CPUtime=50.84 cores=1,3,5,7
/proc/29243/task/29244/stat : 29244 (techdemo) R 29241 29243 29202 0 -1 4202560 4811 0 0 0 5083 1 0 0 25 0 4 0 524531947 717848576 12369 33554432000 4194304 4797429 140734926172112 18446744073709551615 4429174 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29243/tid=29245] ppid=29241 vsize=701024 CPUtime=51.09 cores=1,3,5,7
/proc/29243/task/29245/stat : 29245 (techdemo) R 29241 29243 29202 0 -1 4202560 5367 0 0 0 5108 1 0 0 25 0 4 0 524531947 717848576 12369 33554432000 4194304 4797429 140734926172112 18446744073709551615 4523971 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29243/tid=29246] ppid=29241 vsize=701024 CPUtime=51.08 cores=1,3,5,7
/proc/29243/task/29246/stat : 29246 (techdemo) R 29241 29243 29202 0 -1 4202560 5005 0 0 0 5107 1 0 0 25 0 4 0 524531947 717848576 12369 33554432000 4194304 4797429 140734926172112 18446744073709551615 4568003 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.12
Current children cumulated vsize (KiB) 701024

[startup+102.307 s]
/proc/loadavg: 8.04 8.08 8.04 9/182 29250
/proc/meminfo: memFree=30694972/32951132 swapFree=67111356/67111528
[pid=29243] ppid=29241 vsize=709244 CPUtime=408.69 cores=1,3,5,7
/proc/29243/stat : 29243 (techdemo) R 29241 29243 29202 0 -1 4202496 52848 0 0 0 40854 15 0 0 25 0 4 0 524531947 726265856 15476 33554432000 4194304 4797429 140734926172112 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29243/statm: 177311 15476 421 148 0 172240 0
[pid=29243/tid=29244] ppid=29241 vsize=709244 CPUtime=101.8 cores=1,3,5,7
/proc/29243/task/29244/stat : 29244 (techdemo) R 29241 29243 29202 0 -1 4202560 6844 0 0 0 10179 1 0 0 25 0 4 0 524531947 726265856 15476 33554432000 4194304 4797429 140734926172112 18446744073709551615 4524064 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29243/tid=29245] ppid=29241 vsize=709244 CPUtime=102.29 cores=1,3,5,7
/proc/29243/task/29245/stat : 29245 (techdemo) R 29241 29243 29202 0 -1 4202560 7189 0 0 0 10228 1 0 0 25 0 4 0 524531947 726265856 15476 33554432000 4194304 4797429 140734926172112 18446744073709551615 4568013 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29243/tid=29246] ppid=29241 vsize=709244 CPUtime=102.27 cores=1,3,5,7
/proc/29243/task/29246/stat : 29246 (techdemo) R 29241 29243 29202 0 -1 4202560 6970 0 0 0 10226 1 0 0 25 0 4 0 524531947 726265856 15476 33554432000 4194304 4797429 140734926172112 18446744073709551615 4425633 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.69
Current children cumulated vsize (KiB) 709244

[startup+162.3 s]

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

[pid=29243] ppid=29241 vsize=749040 CPUtime=2565.89 cores=1,3,5,7
/proc/29243/stat : 29243 (techdemo) R 29241 29243 29202 0 -1 4202496 166585 0 0 0 256520 69 0 0 25 0 4 0 524531947 767016960 30713 33554432000 4194304 4797429 140734926172112 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29243/statm: 187260 30713 421 148 0 182189 0
[pid=29243/tid=29244] ppid=29241 vsize=749040 CPUtime=639.08 cores=1,3,5,7
/proc/29243/task/29244/stat : 29244 (techdemo) R 29241 29243 29202 0 -1 4202560 20078 0 0 0 63900 8 0 0 25 0 4 0 524531947 767016960 30713 33554432000 4194304 4797429 140734926172112 18446744073709551615 4642194 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29243/tid=29245] ppid=29241 vsize=749040 CPUtime=642.3 cores=1,3,5,7
/proc/29243/task/29245/stat : 29245 (techdemo) R 29241 29243 29202 0 -1 4202560 20217 0 0 0 64222 8 0 0 25 0 4 0 524531947 767016960 30713 33554432000 4194304 4797429 140734926172112 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29243/tid=29246] ppid=29241 vsize=749040 CPUtime=642.17 cores=1,3,5,7
/proc/29243/task/29246/stat : 29246 (techdemo) R 29241 29243 29202 0 -1 4202560 20223 0 0 0 64209 8 0 0 25 0 4 0 524531947 767016960 30713 33554432000 4194304 4797429 140734926172112 18446744073709551615 4568320 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2565.89
Current children cumulated vsize (KiB) 749040

[startup+702.301 s]
/proc/loadavg: 8.08 8.07 8.04 9/182 29266
/proc/meminfo: memFree=30553576/32951132 swapFree=67111356/67111528
[pid=29243] ppid=29241 vsize=751360 CPUtime=2805.56 cores=1,3,5,7
/proc/29243/stat : 29243 (techdemo) R 29241 29243 29202 0 -1 4202496 176526 0 0 0 280482 74 0 0 25 0 4 0 524531947 769392640 31695 33554432000 4194304 4797429 140734926172112 18446744073709551615 4426379 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29243/statm: 187840 31695 421 148 0 182769 0
[pid=29243/tid=29244] ppid=29241 vsize=751360 CPUtime=698.76 cores=1,3,5,7
/proc/29243/task/29244/stat : 29244 (techdemo) R 29241 29243 29202 0 -1 4202560 21249 0 0 0 69867 9 0 0 25 0 4 0 524531947 769392640 31695 33554432000 4194304 4797429 140734926172112 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29243/tid=29245] ppid=29241 vsize=751360 CPUtime=702.3 cores=1,3,5,7
/proc/29243/task/29245/stat : 29245 (techdemo) R 29241 29243 29202 0 -1 4202560 21529 0 0 0 70220 10 0 0 25 0 4 0 524531947 769392640 31695 33554432000 4194304 4797429 140734926172112 18446744073709551615 4523968 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29243/tid=29246] ppid=29241 vsize=751360 CPUtime=702.17 cores=1,3,5,7
/proc/29243/task/29246/stat : 29246 (techdemo) R 29241 29243 29202 0 -1 4202560 21336 0 0 0 70209 8 0 0 25 0 4 0 524531947 769392640 31695 33554432000 4194304 4797429 140734926172112 18446744073709551615 4424865 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2805.56
Current children cumulated vsize (KiB) 751360

[startup+762.307 s]
/proc/loadavg: 8.19 8.10 8.05 9/182 29268
/proc/meminfo: memFree=30553308/32951132 swapFree=67111356/67111528
[pid=29243] ppid=29241 vsize=751628 CPUtime=3045.26 cores=1,3,5,7
/proc/29243/stat : 29243 (techdemo) R 29241 29243 29202 0 -1 4202496 185905 0 0 0 304447 79 0 0 25 0 4 0 524531947 769667072 31678 33554432000 4194304 4797429 140734926172112 18446744073709551615 4425054 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29243/statm: 187907 31678 421 148 0 182836 0
[pid=29243/tid=29244] ppid=29241 vsize=751628 CPUtime=758.44 cores=1,3,5,7
/proc/29243/task/29244/stat : 29244 (techdemo) R 29241 29243 29202 0 -1 4202560 22430 0 0 0 75834 10 0 0 25 0 4 0 524531947 769667072 31678 33554432000 4194304 4797429 140734926172112 18446744073709551615 4429121 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29243/tid=29245] ppid=29241 vsize=751628 CPUtime=762.3 cores=1,3,5,7
/proc/29243/task/29245/stat : 29245 (techdemo) R 29241 29243 29202 0 -1 4202560 22606 0 0 0 76220 10 0 0 25 0 4 0 524531947 769667072 31678 33554432000 4194304 4797429 140734926172112 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29243/tid=29246] ppid=29241 vsize=751628 CPUtime=762.17 cores=1,3,5,7
/proc/29243/task/29246/stat : 29246 (techdemo) R 29241 29243 29202 0 -1 4202560 22481 0 0 0 76209 8 0 0 25 0 4 0 524531947 769667072 31678 33554432000 4194304 4797429 140734926172112 18446744073709551615 4524384 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3045.26
Current children cumulated vsize (KiB) 751628

[startup+822.301 s]
/proc/loadavg: 8.18 8.11 8.06 9/182 29269
/proc/meminfo: memFree=30544604/32951132 swapFree=67111356/67111528
[pid=29243] ppid=29241 vsize=754776 CPUtime=3284.93 cores=1,3,5,7
/proc/29243/stat : 29243 (techdemo) R 29241 29243 29202 0 -1 4202496 194745 0 0 0 328408 85 0 0 25 0 4 0 524531947 772890624 32565 33554432000 4194304 4797429 140734926172112 18446744073709551615 4424794 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29243/statm: 188694 32565 421 148 0 183623 0
[pid=29243/tid=29244] ppid=29241 vsize=754776 CPUtime=818.12 cores=1,3,5,7
/proc/29243/task/29244/stat : 29244 (techdemo) R 29241 29243 29202 0 -1 4202560 23888 0 0 0 81800 12 0 0 25 0 4 0 524531947 772890624 32565 33554432000 4194304 4797429 140734926172112 18446744073709551615 4524360 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29243/tid=29245] ppid=29241 vsize=754776 CPUtime=822.3 cores=1,3,5,7
/proc/29243/task/29245/stat : 29245 (techdemo) R 29241 29243 29202 0 -1 4202560 23438 0 0 0 82219 11 0 0 25 0 4 0 524531947 772890624 32565 33554432000 4194304 4797429 140734926172112 18446744073709551615 4568069 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29243/tid=29246] ppid=29241 vsize=754776 CPUtime=822.17 cores=1,3,5,7
/proc/29243/task/29246/stat : 29246 (techdemo) R 29241 29243 29202 0 -1 4202560 23298 0 0 0 82208 9 0 0 25 0 4 0 524531947 772890624 32565 33554432000 4194304 4797429 140734926172112 18446744073709551615 4524204 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.93
Current children cumulated vsize (KiB) 754776

[startup+882.301 s]
/proc/loadavg: 8.11 8.10 8.06 9/182 29271
/proc/meminfo: memFree=30525112/32951132 swapFree=67111356/67111528
[pid=29243] ppid=29241 vsize=757708 CPUtime=3524.61 cores=1,3,5,7
/proc/29243/stat : 29243 (techdemo) R 29241 29243 29202 0 -1 4202496 203776 0 0 0 352373 88 0 0 25 0 4 0 524531947 775892992 35709 33554432000 4194304 4797429 140734926172112 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29243/statm: 189427 35709 421 148 0 184356 0
[pid=29243/tid=29244] ppid=29241 vsize=757708 CPUtime=877.81 cores=1,3,5,7
/proc/29243/task/29244/stat : 29244 (techdemo) R 29241 29243 29202 0 -1 4202560 24612 0 0 0 87769 12 0 0 25 0 4 0 524531947 775892992 35709 33554432000 4194304 4797429 140734926172112 18446744073709551615 4429118 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29243/tid=29245] ppid=29241 vsize=757708 CPUtime=882.29 cores=1,3,5,7
/proc/29243/task/29245/stat : 29245 (techdemo) R 29241 29243 29202 0 -1 4202560 24966 0 0 0 88218 11 0 0 25 0 4 0 524531947 775892992 35709 33554432000 4194304 4797429 140734926172112 18446744073709551615 4428910 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29243/tid=29246] ppid=29241 vsize=757708 CPUtime=882.17 cores=1,3,5,7
/proc/29243/task/29246/stat : 29246 (techdemo) R 29241 29243 29202 0 -1 4202560 24734 0 0 0 88207 10 0 0 25 0 4 0 524531947 775892992 35709 33554432000 4194304 4797429 140734926172112 18446744073709551615 4429171 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.61
Current children cumulated vsize (KiB) 757708

[startup+942.3 s]
/proc/loadavg: 8.04 8.08 8.05 9/182 29273
/proc/meminfo: memFree=30521868/32951132 swapFree=67111356/67111528
[pid=29243] ppid=29241 vsize=759248 CPUtime=3764.31 cores=1,3,5,7
/proc/29243/stat : 29243 (techdemo) R 29241 29243 29202 0 -1 4202496 214303 0 0 0 376337 94 0 0 25 0 4 0 524531947 777469952 36494 33554432000 4194304 4797429 140734926172112 18446744073709551615 4422906 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29243/statm: 189812 36494 421 148 0 184741 0
[pid=29243/tid=29244] ppid=29241 vsize=759248 CPUtime=937.5 cores=1,3,5,7
/proc/29243/task/29244/stat : 29244 (techdemo) R 29241 29243 29202 0 -1 4202560 25822 0 0 0 93737 13 0 0 25 0 4 0 524531947 777469952 36494 33554432000 4194304 4797429 140734926172112 18446744073709551615 4568069 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29243/tid=29245] ppid=29241 vsize=759248 CPUtime=942.3 cores=1,3,5,7
/proc/29243/task/29245/stat : 29245 (techdemo) R 29241 29243 29202 0 -1 4202560 26327 0 0 0 94218 12 0 0 25 0 4 0 524531947 777469952 36494 33554432000 4194304 4797429 140734926172112 18446744073709551615 4568098 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29243/tid=29246] ppid=29241 vsize=759248 CPUtime=942.17 cores=1,3,5,7
/proc/29243/task/29246/stat : 29246 (techdemo) R 29241 29243 29202 0 -1 4202560 25951 0 0 0 94207 10 0 0 25 0 4 0 524531947 777469952 36494 33554432000 4194304 4797429 140734926172112 18446744073709551615 4428900 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3764.31
Current children cumulated vsize (KiB) 759248

[startup+1002.3 s]
/proc/loadavg: 8.12 8.10 8.06 9/182 29274
/proc/meminfo: memFree=30515016/32951132 swapFree=67111356/67111528
[pid=29243] ppid=29241 vsize=760396 CPUtime=4004 cores=1,3,5,7
/proc/29243/stat : 29243 (techdemo) R 29241 29243 29202 0 -1 4202496 224204 0 0 0 400301 99 0 0 25 0 4 0 524531947 778645504 35681 33554432000 4194304 4797429 140734926172112 18446744073709551615 4424846 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29243/statm: 190099 35681 421 148 0 185028 0
[pid=29243/tid=29244] ppid=29241 vsize=760396 CPUtime=997.17 cores=1,3,5,7
/proc/29243/task/29244/stat : 29244 (techdemo) R 29241 29243 29202 0 -1 4202560 27100 0 0 0 99704 13 0 0 25 0 4 0 524531947 778645504 35681 33554432000 4194304 4797429 140734926172112 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29243/tid=29245] ppid=29241 vsize=760396 CPUtime=1002.3 cores=1,3,5,7
/proc/29243/task/29245/stat : 29245 (techdemo) R 29241 29243 29202 0 -1 4202560 27529 0 0 0 100218 12 0 0 25 0 4 0 524531947 778645504 35681 33554432000 4194304 4797429 140734926172112 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29243/tid=29246] ppid=29241 vsize=760396 CPUtime=1002.18 cores=1,3,5,7
/proc/29243/task/29246/stat : 29246 (techdemo) R 29241 29243 29202 0 -1 4202560 27211 0 0 0 100207 11 0 0 25 0 4 0 524531947 778645504 35681 33554432000 4194304 4797429 140734926172112 18446744073709551615 4647986 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4004
Current children cumulated vsize (KiB) 760396

[startup+1062.3 s]
/proc/loadavg: 8.10 8.09 8.06 9/182 29276
/proc/meminfo: memFree=30504192/32951132 swapFree=67111356/67111528
[pid=29243] ppid=29241 vsize=761868 CPUtime=4243.68 cores=1,3,5,7
/proc/29243/stat : 29243 (techdemo) R 29241 29243 29202 0 -1 4202496 231684 0 0 0 424264 104 0 0 25 0 4 0 524531947 780152832 38329 33554432000 4194304 4797429 140734926172112 18446744073709551615 4424610 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29243/statm: 190467 38329 421 148 0 185396 0
[pid=29243/tid=29244] ppid=29241 vsize=761868 CPUtime=1056.85 cores=1,3,5,7
/proc/29243/task/29244/stat : 29244 (techdemo) R 29241 29243 29202 0 -1 4202560 28254 0 0 0 105671 14 0 0 25 0 4 0 524531947 780152832 38329 33554432000 4194304 4797429 140734926172112 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29243/tid=29245] ppid=29241 vsize=761868 CPUtime=1062.3 cores=1,3,5,7
/proc/29243/task/29245/stat : 29245 (techdemo) R 29241 29243 29202 0 -1 4202560 28279 0 0 0 106217 13 0 0 25 0 4 0 524531947 780152832 38329 33554432000 4194304 4797429 140734926172112 18446744073709551615 4258128 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29243/tid=29246] ppid=29241 vsize=761868 CPUtime=1062.17 cores=1,3,5,7
/proc/29243/task/29246/stat : 29246 (techdemo) R 29241 29243 29202 0 -1 4202560 27921 0 0 0 106206 11 0 0 25 0 4 0 524531947 780152832 38329 33554432000 4194304 4797429 140734926172112 18446744073709551615 4567988 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.68
Current children cumulated vsize (KiB) 761868

[startup+1122.3 s]
/proc/loadavg: 8.09 8.09 8.06 9/182 29277
/proc/meminfo: memFree=30492748/32951132 swapFree=67111356/67111528
[pid=29243] ppid=29241 vsize=764176 CPUtime=4483.36 cores=1,3,5,7
/proc/29243/stat : 29243 (techdemo) R 29241 29243 29202 0 -1 4202496 239022 0 0 0 448227 109 0 0 25 0 4 0 524531947 782516224 39728 33554432000 4194304 4797429 140734926172112 18446744073709551615 4424794 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29243/statm: 191044 39728 421 148 0 185973 0
[pid=29243/tid=29244] ppid=29241 vsize=764176 CPUtime=1116.53 cores=1,3,5,7
/proc/29243/task/29244/stat : 29244 (techdemo) R 29241 29243 29202 0 -1 4202560 28895 0 0 0 111638 15 0 0 25 0 4 0 524531947 782516224 39728 33554432000 4194304 4797429 140734926172112 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29243/tid=29245] ppid=29241 vsize=764176 CPUtime=1122.3 cores=1,3,5,7
/proc/29243/task/29245/stat : 29245 (techdemo) R 29241 29243 29202 0 -1 4202560 29418 0 0 0 112217 13 0 0 25 0 4 0 524531947 782516224 39728 33554432000 4194304 4797429 140734926172112 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29243/tid=29246] ppid=29241 vsize=764176 CPUtime=1122.18 cores=1,3,5,7
/proc/29243/task/29246/stat : 29246 (techdemo) R 29241 29243 29202 0 -1 4202560 29038 0 0 0 112205 13 0 0 25 0 4 0 524531947 782516224 39728 33554432000 4194304 4797429 140734926172112 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4483.36
Current children cumulated vsize (KiB) 764176

[startup+1182.3 s]
/proc/loadavg: 8.12 8.10 8.06 9/182 29279
/proc/meminfo: memFree=30493724/32951132 swapFree=67111356/67111528
[pid=29243] ppid=29241 vsize=765236 CPUtime=4723.05 cores=1,3,5,7
/proc/29243/stat : 29243 (techdemo) R 29241 29243 29202 0 -1 4202496 249002 0 0 0 472191 114 0 0 25 0 4 0 524531947 783601664 38188 33554432000 4194304 4797429 140734926172112 18446744073709551615 4424794 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29243/statm: 191309 38188 421 148 0 186238 0
[pid=29243/tid=29244] ppid=29241 vsize=765236 CPUtime=1176.22 cores=1,3,5,7
/proc/29243/task/29244/stat : 29244 (techdemo) R 29241 29243 29202 0 -1 4202560 30077 0 0 0 117606 16 0 0 25 0 4 0 524531947 783601664 38188 33554432000 4194304 4797429 140734926172112 18446744073709551615 4429107 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29243/tid=29245] ppid=29241 vsize=765236 CPUtime=1182.31 cores=1,3,5,7
/proc/29243/task/29245/stat : 29245 (techdemo) R 29241 29243 29202 0 -1 4202560 30716 0 0 0 118217 14 0 0 25 0 4 0 524531947 783601664 38188 33554432000 4194304 4797429 140734926172112 18446744073709551615 4568122 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29243/tid=29246] ppid=29241 vsize=765236 CPUtime=1182.18 cores=1,3,5,7
/proc/29243/task/29246/stat : 29246 (techdemo) R 29241 29243 29202 0 -1 4202560 30148 0 0 0 118204 14 0 0 25 0 4 0 524531947 783601664 38188 33554432000 4194304 4797429 140734926172112 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4723.05
Current children cumulated vsize (KiB) 765236



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.6 s]
/proc/loadavg: 8.08 8.09 8.06 9/182 29279
/proc/meminfo: memFree=30492476/32951132 swapFree=67111356/67111528
[pid=29243] ppid=29241 vsize=765236 CPUtime=4800.15 cores=1,3,5,7
/proc/29243/stat : 29243 (techdemo) R 29241 29243 29202 0 -1 4202496 250641 0 0 0 479900 115 0 0 25 0 4 0 524531947 783601664 39778 33554432000 4194304 4797429 140734926172112 18446744073709551615 4351629 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29243/statm: 191309 39778 421 148 0 186238 0
[pid=29243/tid=29244] ppid=29241 vsize=765236 CPUtime=1195.41 cores=1,3,5,7
/proc/29243/task/29244/stat : 29244 (techdemo) R 29241 29243 29202 0 -1 4202560 30236 0 0 0 119525 16 0 0 25 0 4 0 524531947 783601664 39778 33554432000 4194304 4797429 140734926172112 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29243/tid=29245] ppid=29241 vsize=765236 CPUtime=1201.61 cores=1,3,5,7
/proc/29243/task/29245/stat : 29245 (techdemo) R 29241 29243 29202 0 -1 4202560 30959 0 0 0 120147 14 0 0 25 0 4 0 524531947 783601664 39778 33554432000 4194304 4797429 140734926172112 18446744073709551615 4523994 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29243/tid=29246] ppid=29241 vsize=765236 CPUtime=1201.48 cores=1,3,5,7
/proc/29243/task/29246/stat : 29246 (techdemo) R 29241 29243 29202 0 -1 4202560 30342 0 0 0 120134 14 0 0 25 0 4 0 524531947 783601664 39778 33554432000 4194304 4797429 140734926172112 18446744073709551615 4567984 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 765236

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.62
CPU time (s): 4800.19
CPU user time (s): 4799.03
CPU system time (s): 1.16182
CPU usage (%): 399.476
Max. virtual memory (cumulated for all children) (KiB): 869308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.03
system time used= 1.16182
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 250642
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= 238
involuntary context switches= 34953

runsolver used 1.88771 second user time and 4.32134 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-30 04:08:43
IDJOB=3273614
IDBENCH=83143
IDSOLVER=1584
FILE ID=node131/3273614-1304129323
RUNJOBID= node131-1304129323-29221
PBS_JOBID= 13170786
Free space on /tmp= 72052 MiB

SOLVER NAME= CryptoMiniSat TechDemo-Alpha-mt
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n150-s89334302-unsat.cnf
COMMAND LINE= ./techdemo --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3273614-1304129323/watcher-3273614-1304129323 -o /tmp/evaluation-result-3273614-1304129323/solver-3273614-1304129323 -C 4800 -W 1300 -M 15500  ./techdemo --threads=4 HOME/instance-3273614-1304129323.cnf

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

MD5SUM BENCH= e0b064ae815c6a8bb8a9898180562bec
RANDOM SEED=205893916

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      30815324 kB
Buffers:        223972 kB
Cached:        1536404 kB
SwapCached:        168 kB
Active:         177456 kB
Inactive:      1650708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30815324 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           15776 kB
Writeback:           0 kB
AnonPages:       67744 kB
Mapped:          15604 kB
Slab:           243700 kB
PageTables:       5048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   663596 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72044 MiB
End job on node131 at 2011-04-30 04:28:47