Trace number 3274225

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.31 1201.72

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n190-s29985700-unsat.cnf
MD5SUMf2cf61fc47972fb7e89be65d1a83332e
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 variables193
Number of clauses396
Sum of the clauses size1188
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3396
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-3274225-1304130082.cnf'
0.00/0.00	c -- header says num vars:            193
0.00/0.00	c -- header says num clauses:         396
0.00/0.00	c -- clauses added:            0 learnts,          396 normals,            0 xors
0.00/0.00	c -- vars added        193
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       193       396         0         0      1188         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/396/396 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:    193 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
0.00/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.00	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
0.00/0.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.00	c learnt bin added due to v-elim: 0
0.00/0.00	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.00	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.00	c calculated reachability. Time: 0.00
0.00/0.00	c Calc default polars -  time:   0.00 s pos:       1 undec:     185 neg:       7
0.00/0.00	c =========================================================================================
0.00/0.00	c types(t): F = full restart, N = normal restart
0.00/0.00	c types(t): S = simplification begin/end, E = solution found
2.77/0.75	c restart types(rt): st = static, dy = dynamic
2.77/0.75	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
2.77/0.75	c  B st     0         0       193       396         0         0      1188         0   no data   no data  --
2.77/0.75	c Decided on static restart strategy
5.56/1.45	c  N dy     9     30002       193       396         0      9749      1188    157758     24.42     13.57  --
5.56/1.45	c  S st     9     30002       193       396         0      9749      1188    157758     24.42     13.57  --
5.56/1.47	c  S st     9     30506       193       396         0     10229      1188    167725     24.42     13.57  --
5.56/1.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.56/1.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.56/1.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.5M T:  0.05
5.56/1.49	c Calc non-exist non-lernt bins v-fix:     0 done:    193 time:  0.00 s
5.56/1.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.56/1.49	c Subs w/ non-existent bins:      0 time:  0.00 s
5.56/1.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.56/1.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.56/1.49	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
6.36/1.62	c lits-rem:       818  cl-subs:     1182  v-elim:      0  v-fix:    0  time:  0.53 s
6.36/1.62	c learnt bin added due to v-elim: 0
6.36/1.62	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
6.36/1.62	c vivif2 --  cl tried     9047 cl shrink        0 lits rem          0 time: 0.00
6.36/1.63	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.04
6.36/1.63	c calculated reachability. Time: 0.00
6.36/1.63	c  N dy     9     30506       193       396         0      9047      1188    148661     24.42     13.57  --
6.36/1.63	c  F st     9     30506       193       396         0      9047      1188    148661     24.42     13.57  --
6.76/1.71	c Decided on static restart strategy
9.96/2.51	c  N dy    20     45759       193       396         0     15690      1188    306032     28.74     14.06  --
9.96/2.53	c  S st    20     45759       193       396         0     15690      1188    306032     28.74     14.06  --
9.96/2.58	c  S st    20     46259       193       396         0      8123      1188     98037     28.74     14.06  --
9.96/2.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.96/2.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.96/2.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.5M T:  0.04
9.96/2.58	c Calc non-exist non-lernt bins v-fix:     0 done:    193 time:  0.00 s
9.96/2.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.96/2.59	c Subs w/ non-existent bins:      0 time:  0.00 s
9.96/2.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.96/2.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.96/2.59	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
10.36/2.61	c lits-rem:        47  cl-subs:      430  v-elim:      0  v-fix:    0  time:  0.09 s
10.36/2.61	c learnt bin added due to v-elim: 0
10.36/2.61	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
10.36/2.61	c vivif2 --  cl tried     7693 cl shrink        0 lits rem          0 time: 0.00
10.36/2.62	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.02
10.36/2.62	c calculated reachability. Time: 0.00
10.36/2.62	c  N dy    20     46259       193       396         0      7693      1188     93604     28.74     14.06  --
16.35/4.18	c  N dy    25     69388       193       396         0     19335      1188    422197     34.77     15.91  --
16.35/4.19	c  S st    25     69388       193       396         0     19335      1188    422197     34.77     15.91  --
16.75/4.25	c  S st    25     69892       193       396         0     10053      1188    121417     34.77     15.91  --
16.75/4.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.75/4.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.75/4.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.7M T:  0.04
16.75/4.26	c Calc non-exist non-lernt bins v-fix:     0 done:    193 time:  0.00 s
16.75/4.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.75/4.26	c Subs w/ non-existent bins:      0 time:  0.00 s
16.75/4.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.75/4.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.75/4.26	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
17.15/4.32	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
18.34/4.67	c Added 2 vars  tried: 80000 time: 1.39
18.34/4.68	c ORs :      2 avg-s:  0.0 cl-sh:  1882 l-rem:   1882 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:    1.42
18.34/4.68	c lits-rem:        83  cl-subs:      507  v-elim:      0  v-fix:    0  time:  1.65 s
18.34/4.68	c learnt bin added due to v-elim: 0
18.34/4.68	c vivif2 --  cl tried      398 cl shrink        0 lits rem          0 time: 0.00
18.34/4.68	c vivif2 --  cl tried     9546 cl shrink        0 lits rem          0 time: 0.00
18.34/4.69	c asymm  cl-useful: 0/398/398 lits-rem:0 time: 0.03
18.34/4.69	c calculated reachability. Time: 0.00
18.34/4.69	c  N dy    25     69892       195       398         4      9546      1202    114048     34.77     15.91  --
18.34/4.69	c  F st    25     69892       195       398         4      9546      1202    114048     34.77     15.91  --
18.74/4.77	c Decided on static restart strategy
28.34/7.17	c  N dy    32    104839       195       398         4     18494      1202    364880     38.46     17.78  --
28.34/7.19	c  S st    32    104839       195       398         4     18494      1202    364880     38.46     17.78  --
28.74/7.24	c  S st    32    105342       195       398         4     18978      1202    376030     38.46     17.78  --
28.74/7.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.74/7.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
28.74/7.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.6M T:  0.15
28.74/7.28	c Calc non-exist non-lernt bins v-fix:     0 done:    195 time:  0.00 s
28.74/7.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
28.74/7.28	c Subs w/ non-existent bins:      0 time:  0.01 s
28.74/7.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.74/7.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.74/7.28	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
33.53/8.43	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.01
33.53/8.44	c lits-rem:      2132  cl-subs:     1519  v-elim:      0  v-fix:    0  time:  4.61 s
33.53/8.44	c learnt bin added due to v-elim: 0
33.53/8.44	c vivif2 --  cl tried      398 cl shrink        0 lits rem          0 time: 0.00
33.53/8.44	c vivif2 --  cl tried    17459 cl shrink        0 lits rem          0 time: 0.01
33.53/8.46	c asymm  cl-useful: 0/398/398 lits-rem:0 time: 0.06
33.53/8.46	c calculated reachability. Time: 0.00
33.53/8.46	c  N dy    32    105342       195       398         4     17459      1202    335936     38.46     17.78  --
51.10/12.87	c  N dy    35    158013       195       398         4     24600      1202    477651     33.24     18.29  --
51.10/12.89	c  S st    35    158013       195       398         4     24600      1202    477651     33.24     18.29  --
51.50/12.94	c  S st    35    158519       195       398         4     25095      1202    489166     33.24     18.29  --
51.50/12.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
51.50/12.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
51.90/13.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.6M T:  0.21
51.90/13.00	c Calc non-exist non-lernt bins v-fix:     0 done:    195 time:  0.00 s
51.90/13.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
51.90/13.00	c Subs w/ non-existent bins:      0 time:  0.01 s
51.90/13.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
51.90/13.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.90/13.01	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
57.51/14.42	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
57.51/14.43	c lits-rem:      4455  cl-subs:     2148  v-elim:      0  v-fix:    0  time:  5.67 s
57.51/14.43	c learnt bin added due to v-elim: 0
57.51/14.43	c vivif2 --  cl tried      398 cl shrink        0 lits rem          0 time: 0.00
57.51/14.43	c vivif2 --  cl tried    22947 cl shrink        0 lits rem          0 time: 0.02
57.51/14.46	c asymm  cl-useful: 0/398/398 lits-rem:0 time: 0.10
57.51/14.46	c calculated reachability. Time: 0.00
57.51/14.46	c  N dy    35    158519       195       398         4     22947      1202    437458     33.24     18.29  --
89.45/22.40	c  N dy    36    237778       195       398         4     25887      1202    499243     34.45     21.40  --
89.45/22.42	c  S st    36    237778       195       398         4     25887      1202    499243     34.45     21.40  --
89.45/22.48	c  S st    36    238281       205       398        24     26390      1242    510713     34.45     21.40  --
89.45/22.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
89.45/22.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
89.85/22.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  3.1M T:  0.26
89.85/22.55	c Calc non-exist non-lernt bins v-fix:     0 done:    205 time:  0.00 s
89.85/22.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
89.85/22.55	c Subs w/ non-existent bins:      0 time:  0.01 s
89.85/22.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
89.85/22.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
89.85/22.56	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
94.64/23.79	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
94.64/23.79	c lits-rem:      5455  cl-subs:     2383  v-elim:      0  v-fix:    0  time:  4.92 s
94.64/23.79	c learnt bin added due to v-elim: 0
94.64/23.79	c vivif2 --  cl tried      398 cl shrink        0 lits rem          0 time: 0.00
95.04/23.80	c vivif2 --  cl tried    24007 cl shrink        0 lits rem          0 time: 0.02
95.04/23.82	c asymm  cl-useful: 0/398/398 lits-rem:0 time: 0.11
95.04/23.82	c calculated reachability. Time: 0.00
95.04/23.82	c  N dy    36    238281       205       398        24     24007      1242    433812     34.45     21.40  --
151.77/38.08	c  N dy    40    357423       205       398        24     29707      1242    530141     40.08     22.02  --
152.17/38.10	c  S st    40    357423       205       398        24     29707      1242    530141     40.08     22.02  --
152.17/38.16	c  S st    40    357925       217       398        52     30207      1294    541879     40.08     22.02  --
152.17/38.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
152.17/38.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
152.57/38.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  4.5M T:  0.35
152.57/38.25	c Calc non-exist non-lernt bins v-fix:     0 done:    217 time:  0.00 s
152.57/38.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
152.57/38.26	c Subs w/ non-existent bins:      0 time:  0.02 s
152.57/38.26	c Replacing        1 vars Replaced       17 lits Time:     0.01 s 
152.57/38.27	c bin-w-bin subsume rem            2 bins  time:  0.00 s
152.57/38.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
152.57/38.27	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
158.18/39.66	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
158.18/39.67	c lits-rem:      1975  cl-subs:     2690  v-elim:      0  v-fix:    0  time:  5.60 s
158.18/39.67	c learnt bin added due to v-elim: 0
158.18/39.67	c vivif2 --  cl tried      398 cl shrink        0 lits rem          0 time: 0.00
158.18/39.68	c vivif2 --  cl tried    27517 cl shrink        0 lits rem          0 time: 0.02
158.58/39.70	c asymm  cl-useful: 0/398/398 lits-rem:0 time: 0.11
158.58/39.70	c calculated reachability. Time: 0.00
158.58/39.70	c  N dy    40    357925       216       398        46     27517      1286    475009     40.08     22.02  --
270.00/67.64	c  N dy    41    536888       216       398        46     34582      1286    592241     34.97     23.49  --
270.00/67.66	c  S st    41    536888       216       398        46     34582      1286    592241     34.97     23.49  --
270.40/67.74	c  S st    41    537390       225       398        72     35091      1330    605068     34.97     23.49  --
270.40/67.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
270.40/67.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
270.80/67.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  5.5M T:  0.41
270.80/67.85	c Calc non-exist non-lernt bins v-fix:     0 done:    225 time:  0.00 s
270.80/67.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
270.80/67.86	c Subs w/ non-existent bins:      0 time:  0.02 s
270.80/67.86	c Replacing        2 vars Replaced      243 lits Time:     0.02 s 
270.80/67.87	c bin-w-bin subsume rem            4 bins  time:  0.00 s
270.80/67.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
270.80/67.87	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
275.59/69.07	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
281.20/70.50	c Added 3 vars  tried: 80000 time: 5.70
281.61/70.59	c ORs :      3 avg-s:  0.0 cl-sh:  8463 l-rem:   8463 b-add:      6 v-rep:   0 cl-rem: 0 avg s: nan T:    6.06
281.98/70.60	c lits-rem:      1664  cl-subs:     2179  v-elim:      0  v-fix:    0  time: 10.89 s
281.98/70.60	c learnt bin added due to v-elim: 0
281.98/70.60	c vivif2 --  cl tried      401 cl shrink        0 lits rem          0 time: 0.00
281.98/70.60	c vivif2 --  cl tried    32912 cl shrink        0 lits rem          0 time: 0.03
281.98/70.63	c asymm  cl-useful: 0/401/401 lits-rem:0 time: 0.12
281.98/70.63	c calculated reachability. Time: 0.00
281.98/70.63	c  N dy    41    537390       226       401        66     32912      1335    544157     34.97     23.49  --
281.98/70.63	c  F st    41    537390       226       401        66     32912      1335    544157     34.97     23.49  --
282.79/70.80	c Decided on static restart strategy
474.94/118.90	c  N dy    48    806086       226       401        66     54621      1335   1069173     36.62     22.23  --
474.94/118.94	c  S st    48    806086       226       401        66     54621      1335   1069173     36.62     22.23  --
475.32/119.08	c  S st    48    806588       226       401        66     55107      1335   1080814     36.62     22.23  --
475.32/119.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
475.32/119.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
476.52/119.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  9.9M T:  0.86
476.52/119.30	c Calc non-exist non-lernt bins v-fix:     0 done:    226 time:  0.00 s
476.52/119.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
476.52/119.31	c Subs w/ non-existent bins:      0 time:  0.04 s
476.52/119.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
476.52/119.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
476.52/119.33	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
486.92/121.97	c ORs :      5 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 97 avg s: 12.8 T:    0.16
486.92/121.99	c lits-rem:      1544  cl-subs:     5468  v-elim:      0  v-fix:    0  time: 10.62 s
486.92/121.99	c learnt bin added due to v-elim: 0
486.92/121.99	c vivif2 --  cl tried      401 cl shrink        0 lits rem          0 time: 0.00
487.31/122.00	c vivif2 --  cl tried    49542 cl shrink        0 lits rem          0 time: 0.05
487.31/122.06	c asymm  cl-useful: 0/401/401 lits-rem:0 time: 0.24
487.31/122.06	c calculated reachability. Time: 0.00
487.31/122.06	c  N dy    48    806588       226       401        66     49542      1335    949659     36.62     22.23  --
863.60/216.28	c  N dy    49   1209884       226       401        66     64214      1335   1240956     32.57     23.79  --
864.00/216.33	c  S st    49   1209884       226       401        66     64214      1335   1240956     32.57     23.79  --
864.00/216.33	c Finding binary XORs  T:     0.00 s  found:       0
864.80/216.51	c  S st    49   1210385       229       401        72     64712      1347   1253261     32.57     23.79  --
864.80/216.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
864.80/216.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
866.02/216.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 13.0M T:  1.15
866.02/216.81	c Calc non-exist non-lernt bins v-fix:     0 done:    229 time:  0.00 s
866.02/216.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
866.02/216.82	c Subs w/ non-existent bins:      0 time:  0.06 s
866.02/216.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
866.02/216.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
866.02/216.84	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
878.80/220.09	c ORs :      5 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 50 avg s: 13.5 T:    0.14
879.20/220.11	c lits-rem:      1486  cl-subs:     6019  v-elim:      0  v-fix:    0  time: 13.04 s
879.20/220.11	c learnt bin added due to v-elim: 0
879.20/220.11	c vivif2 --  cl tried      401 cl shrink        0 lits rem          0 time: 0.00
879.20/220.12	c vivif2 --  cl tried    58643 cl shrink        0 lits rem          0 time: 0.06
879.57/220.20	c asymm  cl-useful: 0/401/401 lits-rem:0 time: 0.30
879.57/220.20	c calculated reachability. Time: 0.00
879.57/220.20	c  N dy    49   1210385       229       401        72     58643      1347   1092462     32.57     23.79  --
1408.06/352.54	c  N dy    50   1710385       229       401        72     88525      1347   1712136     30.12     22.24  --
1408.46/352.61	c  S st    50   1710385       229       401        72     88525      1347   1712136     30.12     22.24  --
1409.26/352.85	c  S st    50   1710887       238       401        90     89026      1383   1725661     30.12     22.24  --
1409.26/352.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1409.26/352.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1410.88/353.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 18.2M T:  1.59
1410.88/353.25	c Calc non-exist non-lernt bins v-fix:     0 done:    238 time:  0.01 s
1410.88/353.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1410.88/353.27	c Subs w/ non-existent bins:      0 time:  0.07 s
1411.25/353.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1411.25/353.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1411.25/353.30	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
1440.02/360.57	c ORs :      5 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.06
1440.42/360.60	c lits-rem:      2943  cl-subs:    11846  v-elim:      0  v-fix:    0  time: 29.14 s
1440.42/360.60	c learnt bin added due to v-elim: 0
1440.42/360.60	c vivif2 --  cl tried      401 cl shrink        0 lits rem          0 time: 0.00
1440.42/360.62	c vivif2 --  cl tried    77180 cl shrink        0 lits rem          0 time: 0.08
1440.82/360.73	c asymm  cl-useful: 0/401/401 lits-rem:0 time: 0.45
1440.82/360.73	c calculated reachability. Time: 0.00
1440.82/360.73	c  N dy    50   1710887       238       401        90     77180      1383   1475777     30.12     22.24  --
2143.87/536.72	c  N dy    53   2210887       238       401        90     96984      1383   1888183     33.14     20.67  --
2143.87/536.79	c  S st    53   2210887       238       401        90     96984      1383   1888183     33.14     20.67  --
2145.06/537.08	c  S st    53   2211388       247       401       112     97492      1423   1900546     33.14     20.67  --
2145.06/537.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2145.06/537.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2147.46/537.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 23.3M T:  2.30
2147.46/537.66	c Calc non-exist non-lernt bins v-fix:     0 done:    247 time:  0.01 s
2147.46/537.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2147.46/537.69	c Subs w/ non-existent bins:      0 time:  0.09 s
2147.46/537.70	c Replacing        1 vars Replaced       20 lits Time:     0.03 s 
2147.86/537.73	c bin-w-bin subsume rem            2 bins  time:  0.00 s
2147.86/537.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
2147.86/537.74	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
2174.22/544.38	c ORs :      5 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 2 avg s: 29.0 T:    0.12
2194.59/549.43	c Added 3 vars  tried: 80000 time: 20.17
2203.78/551.71	c ORs :      3 avg-s:  0.0 cl-sh: 56910 l-rem:  56910 b-add:      6 v-rep:   0 cl-rem: 0 avg s: nan T:   29.28
2203.78/551.75	c lits-rem:      2803  cl-subs:     7150  v-elim:      0  v-fix:    0  time: 55.95 s
2203.78/551.75	c learnt bin added due to v-elim: 0
2203.78/551.75	c vivif2 --  cl tried      404 cl shrink        0 lits rem          0 time: 0.00
2203.78/551.77	c vivif2 --  cl tried    90340 cl shrink        0 lits rem          0 time: 0.10
2204.18/551.86	c asymm  cl-useful: 0/404/404 lits-rem:0 time: 0.35
2204.18/551.87	c calculated reachability. Time: 0.00
2204.18/551.87	c  N dy    53   2211388       249       404       112     90340      1436   1680197     33.14     20.67  --
3128.94/783.32	c  N dy    54   2711389       249       404       112    115555      1436   2599258     38.26     20.76  --
3129.32/783.42	c  S st    54   2711389       249       404       112    115555      1436   2599258     38.26     20.76  --
3130.52/783.78	c  S st    54   2711889       249       404       112    116044      1436   2611400     38.26     20.76  --
3130.52/783.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3130.52/783.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3133.33/784.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 26.8M T:  2.67
3133.33/784.46	c Calc non-exist non-lernt bins v-fix:     0 done:    249 time:  0.01 s
3133.33/784.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3133.33/784.48	c Subs w/ non-existent bins:      0 time:  0.12 s
3133.71/784.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3133.71/784.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.07 s
3133.71/784.55	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
3177.28/795.47	c ORs :      8 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.09
3177.66/795.51	c lits-rem:      7163  cl-subs:     7653  v-elim:      0  v-fix:    0  time: 43.79 s
3177.66/795.51	c learnt bin added due to v-elim: 0
3177.66/795.51	c vivif2 --  cl tried      404 cl shrink        0 lits rem          0 time: 0.00
3177.66/795.55	c vivif2 --  cl tried   108391 cl shrink        0 lits rem          0 time: 0.14
3178.05/795.69	c asymm  cl-useful: 0/404/404 lits-rem:0 time: 0.58
3178.45/795.70	c calculated reachability. Time: 0.00
3178.45/795.70	c  N dy    54   2711889       249       404       112    108391      1436   2412428     38.26     20.76  --
3178.45/795.70	c  F st    54   2711889       249       404       112    108391      1436   2412428     38.26     20.76  --
3180.85/796.39	c Decided on static restart strategy
4043.28/1012.29	c  N dy    61   3211889       249       404       112     82452      1436   1195914     36.86     21.60  --
4043.68/1012.35	c  S st    61   3211889       249       404       112     82452      1436   1195914     36.86     21.60  --
4043.68/1012.35	c Finding binary XORs  T:     0.00 s  found:       0
4044.48/1012.59	c  S st    61   3212393       261       404       137     82974      1484   1209774     36.86     21.60  --
4044.48/1012.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4044.48/1012.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4046.08/1012.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 20.9M T:  1.46
4046.08/1012.96	c Calc non-exist non-lernt bins v-fix:     0 done:    261 time:  0.01 s
4046.08/1012.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4046.08/1012.97	c Subs w/ non-existent bins:      0 time:  0.07 s
4046.48/1013.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4046.48/1013.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
4046.48/1013.00	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
4054.07/1014.97	c ORs :      8 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 4 avg s: 9.2 T:    0.09
4054.47/1015.00	c lits-rem:      1548  cl-subs:     7471  v-elim:      0  v-fix:    0  time:  7.96 s
4054.47/1015.00	c learnt bin added due to v-elim: 0
4054.47/1015.00	c vivif2 --  cl tried      404 cl shrink        0 lits rem          0 time: 0.00
4054.47/1015.02	c vivif2 --  cl tried    75499 cl shrink        0 lits rem          0 time: 0.08
4054.87/1015.10	c asymm  cl-useful: 0/404/404 lits-rem:0 time: 0.34
4054.87/1015.11	c calculated reachability. Time: 0.00
4054.87/1015.11	c  N dy    61   3212393       261       404       137     75499      1484   1113803     36.86     21.60  --

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-3274225-1304130082/watcher-3274225-1304130082 -o /tmp/evaluation-result-3274225-1304130082/solver-3274225-1304130082 -C 4800 -W 1300 -M 15500 ./techdemo --threads=4 HOME/instance-3274225-1304130082.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.61 8.11 8.02 1/176 11244
/proc/meminfo: memFree=29683292/32951124 swapFree=67111352/67111528
[pid=11244] ppid=11242 vsize=80880 CPUtime=0 cores=0,2,4,6
/proc/11244/stat : 11244 (techdemo) R 11242 11244 10653 0 -1 4202496 597 0 0 0 0 0 0 0 25 0 4 0 524606051 82821120 533 33554432000 4194304 4797429 140733315787584 18446744073709551615 255377357809 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11244/statm: 20220 533 360 148 0 15149 0
[pid=11244/tid=11245] ppid=11242 vsize=80880 CPUtime=0 cores=0,2,4,6
/proc/11244/task/11245/stat : 11245 (techdemo) R 11242 11244 10653 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 524606051 82821120 533 33554432000 4194304 4797429 140733315787584 18446744073709551615 47095520810930 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=11244/tid=11246] ppid=11242 vsize=80880 CPUtime=0 cores=0,2,4,6
/proc/11244/task/11246/stat : 11246 (techdemo) R 11242 11244 10653 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 524606051 82821120 533 33554432000 4194304 4797429 140733315787584 18446744073709551615 47095520810924 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=11244/tid=11247] ppid=11242 vsize=80880 CPUtime=0 cores=0,2,4,6
/proc/11244/task/11247/stat : 11247 (techdemo) R 11242 11244 10653 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 524606051 82821120 533 33554432000 4194304 4797429 140733315787584 18446744073709551615 255377357809 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.106827 s]
/proc/loadavg: 7.61 8.11 8.02 1/176 11244
/proc/meminfo: memFree=29683292/32951124 swapFree=67111352/67111528
[pid=11244] ppid=11242 vsize=672236 CPUtime=0.4 cores=0,2,4,6
/proc/11244/stat : 11244 (techdemo) R 11242 11244 10653 0 -1 4202496 1386 0 0 0 40 0 0 0 25 0 4 0 524606051 688369664 1285 33554432000 4194304 4797429 140733315787584 18446744073709551615 4424979 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11244/statm: 168059 1286 409 148 0 162988 0
[pid=11244/tid=11245] ppid=11242 vsize=672236 CPUtime=0.1 cores=0,2,4,6
/proc/11244/task/11245/stat : 11245 (techdemo) R 11242 11244 10653 0 -1 4202560 200 0 0 0 10 0 0 0 25 0 4 0 524606051 688369664 1286 33554432000 4194304 4797429 140733315787584 18446744073709551615 4424393 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11244/tid=11246] ppid=11242 vsize=672236 CPUtime=0.1 cores=0,2,4,6
/proc/11244/task/11246/stat : 11246 (techdemo) R 11242 11244 10653 0 -1 4202560 187 0 0 0 10 0 0 0 18 0 4 0 524606051 688369664 1286 33554432000 4194304 4797429 140733315787584 18446744073709551615 4258736 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11244/tid=11247] ppid=11242 vsize=672236 CPUtime=0.09 cores=0,2,4,6
/proc/11244/task/11247/stat : 11247 (techdemo) R 11242 11244 10653 0 -1 4202560 197 0 0 0 9 0 0 0 18 0 4 0 524606051 688369664 1288 33554432000 4194304 4797429 140733315787584 18446744073709551615 4351600 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) 672236

[startup+0.200779 s]
/proc/loadavg: 7.61 8.11 8.02 1/176 11244
/proc/meminfo: memFree=29683292/32951124 swapFree=67111352/67111528
[pid=11244] ppid=11242 vsize=673208 CPUtime=0.77 cores=0,2,4,6
/proc/11244/stat : 11244 (techdemo) R 11242 11244 10653 0 -1 4202496 1930 0 0 0 77 0 0 0 25 0 4 0 524606051 689364992 1410 33554432000 4194304 4797429 140733315787584 18446744073709551615 4424960 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11244/statm: 168302 1410 409 148 0 163231 0
[pid=11244/tid=11245] ppid=11242 vsize=673208 CPUtime=0.19 cores=0,2,4,6
/proc/11244/task/11245/stat : 11245 (techdemo) R 11242 11244 10653 0 -1 4202560 337 0 0 0 19 0 0 0 25 0 4 0 524606051 689364992 1410 33554432000 4194304 4797429 140733315787584 18446744073709551615 4387936 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11244/tid=11246] ppid=11242 vsize=673208 CPUtime=0.19 cores=0,2,4,6
/proc/11244/task/11246/stat : 11246 (techdemo) R 11242 11244 10653 0 -1 4202560 304 0 0 0 19 0 0 0 18 0 4 0 524606051 689364992 1410 33554432000 4194304 4797429 140733315787584 18446744073709551615 4387585 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11244/tid=11247] ppid=11242 vsize=673208 CPUtime=0.19 cores=0,2,4,6
/proc/11244/task/11247/stat : 11247 (techdemo) R 11242 11244 10653 0 -1 4202560 340 0 0 0 19 0 0 0 18 0 4 0 524606051 689364992 1410 33554432000 4194304 4797429 140733315787584 18446744073709551615 4424617 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) 673208

[startup+0.30076 s]
/proc/loadavg: 7.61 8.11 8.02 1/176 11244
/proc/meminfo: memFree=29683292/32951124 swapFree=67111352/67111528
[pid=11244] ppid=11242 vsize=673944 CPUtime=1.17 cores=0,2,4,6
/proc/11244/stat : 11244 (techdemo) R 11242 11244 10653 0 -1 4202496 2332 0 0 0 117 0 0 0 25 0 4 0 524606051 690118656 1805 33554432000 4194304 4797429 140733315787584 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11244/statm: 168486 1805 410 148 0 163415 0
[pid=11244/tid=11245] ppid=11242 vsize=673944 CPUtime=0.29 cores=0,2,4,6
/proc/11244/task/11245/stat : 11245 (techdemo) R 11242 11244 10653 0 -1 4202560 448 0 0 0 29 0 0 0 25 0 4 0 524606051 690118656 1805 33554432000 4194304 4797429 140733315787584 18446744073709551615 4424709 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11244/tid=11246] ppid=11242 vsize=673944 CPUtime=0.29 cores=0,2,4,6
/proc/11244/task/11246/stat : 11246 (techdemo) R 11242 11244 10653 0 -1 4202560 387 0 0 0 29 0 0 0 18 0 4 0 524606051 690118656 1805 33554432000 4194304 4797429 140733315787584 18446744073709551615 4424784 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11244/tid=11247] ppid=11242 vsize=673944 CPUtime=0.29 cores=0,2,4,6
/proc/11244/task/11247/stat : 11247 (techdemo) R 11242 11244 10653 0 -1 4202560 451 0 0 0 29 0 0 0 18 0 4 0 524606051 690118656 1805 33554432000 4194304 4797429 140733315787584 18446744073709551615 4358872 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) 673944

[startup+0.700688 s]
/proc/loadavg: 7.61 8.11 8.02 1/176 11244
/proc/meminfo: memFree=29683292/32951124 swapFree=67111352/67111528
[pid=11244] ppid=11242 vsize=675804 CPUtime=2.77 cores=0,2,4,6
/proc/11244/stat : 11244 (techdemo) R 11242 11244 10653 0 -1 4202496 4357 0 0 0 277 0 0 0 25 0 4 0 524606051 692023296 3015 33554432000 4194304 4797429 140733315787584 18446744073709551615 4425129 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11244/statm: 168951 3015 417 148 0 163880 0
[pid=11244/tid=11245] ppid=11242 vsize=675804 CPUtime=0.69 cores=0,2,4,6
/proc/11244/task/11245/stat : 11245 (techdemo) R 11242 11244 10653 0 -1 4202560 991 0 0 0 69 0 0 0 25 0 4 0 524606051 692023296 3015 33554432000 4194304 4797429 140733315787584 18446744073709551615 4424662 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11244/tid=11246] ppid=11242 vsize=675804 CPUtime=0.69 cores=0,2,4,6
/proc/11244/task/11246/stat : 11246 (techdemo) R 11242 11244 10653 0 -1 4202560 962 0 0 0 69 0 0 0 18 0 4 0 524606051 692023296 3015 33554432000 4194304 4797429 140733315787584 18446744073709551615 4428900 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11244/tid=11247] ppid=11242 vsize=675804 CPUtime=0.69 cores=0,2,4,6
/proc/11244/task/11247/stat : 11247 (techdemo) R 11242 11244 10653 0 -1 4202560 990 0 0 0 69 0 0 0 18 0 4 0 524606051 692023296 3015 33554432000 4194304 4797429 140733315787584 18446744073709551615 4428697 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) 675804

[startup+1.50054 s]
/proc/loadavg: 7.61 8.11 8.02 11/188 11261
/proc/meminfo: memFree=29614528/32951124 swapFree=67111352/67111528
[pid=11244] ppid=11242 vsize=679252 CPUtime=5.96 cores=0,2,4,6
/proc/11244/stat : 11244 (techdemo) R 11242 11244 10653 0 -1 4202496 6631 0 0 0 596 0 0 0 25 0 4 0 524606051 695554048 4325 33554432000 4194304 4797429 140733315787584 18446744073709551615 4568009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11244/statm: 169813 4325 417 148 0 164742 0
[pid=11244/tid=11245] ppid=11242 vsize=679252 CPUtime=1.48 cores=0,2,4,6
/proc/11244/task/11245/stat : 11245 (techdemo) R 11242 11244 10653 0 -1 4202560 1459 0 0 0 148 0 0 0 25 0 4 0 524606051 695554048 4325 33554432000 4194304 4797429 140733315787584 18446744073709551615 4387495 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11244/tid=11246] ppid=11242 vsize=679252 CPUtime=1.49 cores=0,2,4,6
/proc/11244/task/11246/stat : 11246 (techdemo) R 11242 11244 10653 0 -1 4202560 1433 0 0 0 149 0 0 0 20 0 4 0 524606051 695554048 4325 33554432000 4194304 4797429 140733315787584 18446744073709551615 4424750 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11244/tid=11247] ppid=11242 vsize=679252 CPUtime=1.49 cores=0,2,4,6
/proc/11244/task/11247/stat : 11247 (techdemo) R 11242 11244 10653 0 -1 4202560 1329 0 0 0 149 0 0 0 20 0 4 0 524606051 695554048 4325 33554432000 4194304 4797429 140733315787584 18446744073709551615 4523996 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 679252

[startup+3.10024 s]
/proc/loadavg: 7.61 8.11 8.02 9/188 11261
/proc/meminfo: memFree=29608144/32951124 swapFree=67111352/67111528
[pid=11244] ppid=11242 vsize=681616 CPUtime=12.36 cores=0,2,4,6
/proc/11244/stat : 11244 (techdemo) R 11242 11244 10653 0 -1 4202496 8918 0 0 0 1235 1 0 0 25 0 4 0 524606051 697974784 5398 33554432000 4194304 4797429 140733315787584 18446744073709551615 4424846 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11244/statm: 170404 5398 417 148 0 165333 0
[pid=11244/tid=11245] ppid=11242 vsize=681616 CPUtime=3.07 cores=0,2,4,6
/proc/11244/task/11245/stat : 11245 (techdemo) R 11242 11244 10653 0 -1 4202560 1754 0 0 0 307 0 0 0 25 0 4 0 524606051 697974784 5398 33554432000 4194304 4797429 140733315787584 18446744073709551615 4424750 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11244/tid=11246] ppid=11242 vsize=681616 CPUtime=3.09 cores=0,2,4,6
/proc/11244/task/11246/stat : 11246 (techdemo) R 11242 11244 10653 0 -1 4202560 1915 0 0 0 309 0 0 0 25 0 4 0 524606051 697974784 5398 33554432000 4194304 4797429 140733315787584 18446744073709551615 4429097 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11244/tid=11247] ppid=11242 vsize=681616 CPUtime=3.08 cores=0,2,4,6
/proc/11244/task/11247/stat : 11247 (techdemo) R 11242 11244 10653 0 -1 4202560 1737 0 0 0 308 0 0 0 25 0 4 0 524606051 697974784 5398 33554432000 4194304 4797429 140733315787584 18446744073709551615 4356288 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) 681616

[startup+6.30065 s]
/proc/loadavg: 7.64 8.11 8.01 9/188 11261
/proc/meminfo: memFree=29589428/32951124 swapFree=67111352/67111528
[pid=11244] ppid=11242 vsize=684472 CPUtime=25.15 cores=0,2,4,6
/proc/11244/stat : 11244 (techdemo) R 11242 11244 10653 0 -1 4202496 12205 0 0 0 2513 2 0 0 25 0 4 0 524606051 700899328 6678 33554432000 4194304 4797429 140733315787584 18446744073709551615 4424887 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11244/statm: 171118 6678 419 148 0 166047 0
[pid=11244/tid=11245] ppid=11242 vsize=684472 CPUtime=6.25 cores=0,2,4,6
/proc/11244/task/11245/stat : 11245 (techdemo) R 11242 11244 10653 0 -1 4202560 2135 0 0 0 625 0 0 0 25 0 4 0 524606051 700899328 6678 33554432000 4194304 4797429 140733315787584 18446744073709551615 4523992 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11244/tid=11246] ppid=11242 vsize=684472 CPUtime=6.29 cores=0,2,4,6
/proc/11244/task/11246/stat : 11246 (techdemo) R 11242 11244 10653 0 -1 4202560 2260 0 0 0 629 0 0 0 25 0 4 0 524606051 700899328 6678 33554432000 4194304 4797429 140733315787584 18446744073709551615 4568103 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11244/tid=11247] ppid=11242 vsize=684472 CPUtime=6.28 cores=0,2,4,6
/proc/11244/task/11247/stat : 11247 (techdemo) R 11242 11244 10653 0 -1 4202560 2270 0 0 0 628 0 0 0 25 0 4 0 524606051 700899328 6678 33554432000 4194304 4797429 140733315787584 18446744073709551615 4524386 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) 684472

[startup+12.7005 s]
/proc/loadavg: 7.67 8.10 8.01 9/188 11261
/proc/meminfo: memFree=29572364/32951124 swapFree=67111352/67111528
[pid=11244] ppid=11242 vsize=689736 CPUtime=50.71 cores=0,2,4,6
/proc/11244/stat : 11244 (techdemo) R 11242 11244 10653 0 -1 4202496 17322 0 0 0 5068 3 0 0 25 0 4 0 524606051 706289664 7935 33554432000 4194304 4797429 140733315787584 18446744073709551615 4424692 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11244/statm: 172434 7935 419 148 0 167363 0
[pid=11244/tid=11245] ppid=11242 vsize=689736 CPUtime=12.62 cores=0,2,4,6
/proc/11244/task/11245/stat : 11245 (techdemo) R 11242 11244 10653 0 -1 4202560 2629 0 0 0 1262 0 0 0 25 0 4 0 524606051 706289664 7935 33554432000 4194304 4797429 140733315787584 18446744073709551615 4495554 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11244/tid=11246] ppid=11242 vsize=689736 CPUtime=12.69 cores=0,2,4,6
/proc/11244/task/11246/stat : 11246 (techdemo) R 11242 11244 10653 0 -1 4202560 2949 0 0 0 1269 0 0 0 25 0 4 0 524606051 706289664 7935 33554432000 4194304 4797429 140733315787584 18446744073709551615 4429118 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11244/tid=11247] ppid=11242 vsize=689736 CPUtime=12.68 cores=0,2,4,6
/proc/11244/task/11247/stat : 11247 (techdemo) R 11242 11244 10653 0 -1 4202560 2784 0 0 0 1268 0 0 0 25 0 4 0 524606051 706289664 7935 33554432000 4194304 4797429 140733315787584 18446744073709551615 4424622 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 689736

[startup+25.5011 s]
/proc/loadavg: 7.74 8.10 8.01 9/188 11261
/proc/meminfo: memFree=29558272/32951124 swapFree=67111352/67111528
[pid=11244] ppid=11242 vsize=695320 CPUtime=101.83 cores=0,2,4,6
/proc/11244/stat : 11244 (techdemo) R 11242 11244 10653 0 -1 4202496 25496 0 0 0 10178 5 0 0 25 0 4 0 524606051 712007680 9984 33554432000 4194304 4797429 140733315787584 18446744073709551615 4424452 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11244/statm: 173830 9984 419 148 0 168759 0
[pid=11244/tid=11245] ppid=11242 vsize=695320 CPUtime=25.34 cores=0,2,4,6
/proc/11244/task/11245/stat : 11245 (techdemo) R 11242 11244 10653 0 -1 4202560 3608 0 0 0 2534 0 0 0 25 0 4 0 524606051 712007680 9984 33554432000 4194304 4797429 140733315787584 18446744073709551615 4524097 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11244/tid=11246] ppid=11242 vsize=695320 CPUtime=25.49 cores=0,2,4,6
/proc/11244/task/11246/stat : 11246 (techdemo) R 11242 11244 10653 0 -1 4202560 3729 0 0 0 2549 0 0 0 25 0 4 0 524606051 712007680 9984 33554432000 4194304 4797429 140733315787584 18446744073709551615 4495473 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11244/tid=11247] ppid=11242 vsize=695320 CPUtime=25.48 cores=0,2,4,6
/proc/11244/task/11247/stat : 11247 (techdemo) R 11242 11244 10653 0 -1 4202560 3817 0 0 0 2548 0 0 0 25 0 4 0 524606051 712007680 9984 33554432000 4194304 4797429 140733315787584 18446744073709551615 4567910 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 695320

[startup+51.1003 s]
/proc/loadavg: 7.96 8.12 8.02 9/188 11262
/proc/meminfo: memFree=29536112/32951124 swapFree=67111352/67111528
[pid=11244] ppid=11242 vsize=702620 CPUtime=204.1 cores=0,2,4,6
/proc/11244/stat : 11244 (techdemo) R 11242 11244 10653 0 -1 4202496 38370 0 0 0 20400 10 0 0 25 0 4 0 524606051 719482880 11940 33554432000 4194304 4797429 140733315787584 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11244/statm: 175655 11940 421 148 0 170584 0
[pid=11244/tid=11245] ppid=11242 vsize=702620 CPUtime=50.81 cores=0,2,4,6
/proc/11244/task/11245/stat : 11245 (techdemo) R 11242 11244 10653 0 -1 4202560 4882 0 0 0 5080 1 0 0 25 0 4 0 524606051 719482880 11940 33554432000 4194304 4797429 140733315787584 18446744073709551615 4424794 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11244/tid=11246] ppid=11242 vsize=702620 CPUtime=51.09 cores=0,2,4,6
/proc/11244/task/11246/stat : 11246 (techdemo) R 11242 11244 10653 0 -1 4202560 4796 0 0 0 5108 1 0 0 25 0 4 0 524606051 719482880 11940 33554432000 4194304 4797429 140733315787584 18446744073709551615 4524092 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11244/tid=11247] ppid=11242 vsize=702620 CPUtime=51.08 cores=0,2,4,6
/proc/11244/task/11247/stat : 11247 (techdemo) R 11242 11244 10653 0 -1 4202560 5022 0 0 0 5107 1 0 0 25 0 4 0 524606051 719482880 11940 33554432000 4194304 4797429 140733315787584 18446744073709551615 4429139 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 702620

[startup+102.301 s]
/proc/loadavg: 8.14 8.13 8.03 9/188 11263
/proc/meminfo: memFree=29500196/32951124 swapFree=67111352/67111528
[pid=11244] ppid=11242 vsize=710748 CPUtime=408.64 cores=0,2,4,6
/proc/11244/stat : 11244 (techdemo) R 11242 11244 10653 0 -1 4202496 57724 0 0 0 40847 17 0 0 25 0 4 0 524606051 727805952 15491 33554432000 4194304 4797429 140733315787584 18446744073709551615 255376998086 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11244/statm: 177687 15491 421 148 0 172616 0
[pid=11244/tid=11245] ppid=11242 vsize=710748 CPUtime=101.73 cores=0,2,4,6
/proc/11244/task/11245/stat : 11245 (techdemo) R 11242 11244 10653 0 -1 4202560 7029 0 0 0 10171 2 0 0 25 0 4 0 524606051 727805952 15491 33554432000 4194304 4797429 140733315787584 18446744073709551615 4524088 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11244/tid=11246] ppid=11242 vsize=710748 CPUtime=102.3 cores=0,2,4,6
/proc/11244/task/11246/stat : 11246 (techdemo) R 11242 11244 10653 0 -1 4202560 6608 0 0 0 10228 2 0 0 25 0 4 0 524606051 727805952 15491 33554432000 4194304 4797429 140733315787584 18446744073709551615 4429118 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11244/tid=11247] ppid=11242 vsize=710748 CPUtime=102.29 cores=0,2,4,6
/proc/11244/task/11247/stat : 11247 (techdemo) R 11242 11244 10653 0 -1 4202560 6656 0 0 0 10227 2 0 0 25 0 4 0 524606051 727805952 15491 33554432000 4194304 4797429 140733315787584 18446744073709551615 4526540 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.64
Current children cumulated vsize (KiB) 710748

[startup+162.301 s]

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

[pid=11244] ppid=11242 vsize=763544 CPUtime=2565.7 cores=0,2,4,6
/proc/11244/stat : 11244 (techdemo) R 11242 11244 10653 0 -1 4202496 183579 0 0 0 256508 62 0 0 25 0 4 0 524606051 781869056 32863 33554432000 4194304 4797429 140733315787584 18446744073709551615 4424794 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11244/statm: 190886 32863 421 148 0 185815 0
[pid=11244/tid=11245] ppid=11242 vsize=763544 CPUtime=638.78 cores=0,2,4,6
/proc/11244/task/11245/stat : 11245 (techdemo) R 11242 11244 10653 0 -1 4202560 19207 0 0 0 63873 5 0 0 25 0 4 0 524606051 781869056 32863 33554432000 4194304 4797429 140733315787584 18446744073709551615 4414269 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11244/tid=11246] ppid=11242 vsize=763544 CPUtime=642.31 cores=0,2,4,6
/proc/11244/task/11246/stat : 11246 (techdemo) R 11242 11244 10653 0 -1 4202560 20001 0 0 0 64223 8 0 0 25 0 4 0 524606051 781869056 32863 33554432000 4194304 4797429 140733315787584 18446744073709551615 4568088 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11244/tid=11247] ppid=11242 vsize=763544 CPUtime=642.3 cores=0,2,4,6
/proc/11244/task/11247/stat : 11247 (techdemo) R 11242 11244 10653 0 -1 4202560 18581 0 0 0 64223 7 0 0 25 0 4 0 524606051 781869056 32863 33554432000 4194304 4797429 140733315787584 18446744073709551615 4429118 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2565.7
Current children cumulated vsize (KiB) 763544

[startup+702.301 s]
/proc/loadavg: 8.23 8.15 8.05 9/188 11279
/proc/meminfo: memFree=29326544/32951124 swapFree=67111352/67111528
[pid=11244] ppid=11242 vsize=768396 CPUtime=2805.36 cores=0,2,4,6
/proc/11244/stat : 11244 (techdemo) R 11242 11244 10653 0 -1 4202496 193987 0 0 0 280469 67 0 0 25 0 4 0 524606051 786837504 33801 33554432000 4194304 4797429 140733315787584 18446744073709551615 4422906 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11244/statm: 192099 33801 421 148 0 187028 0
[pid=11244/tid=11245] ppid=11242 vsize=768396 CPUtime=698.45 cores=0,2,4,6
/proc/11244/task/11245/stat : 11245 (techdemo) R 11242 11244 10653 0 -1 4202560 20227 0 0 0 69840 5 0 0 25 0 4 0 524606051 786837504 33801 33554432000 4194304 4797429 140733315787584 18446744073709551615 4524576 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11244/tid=11246] ppid=11242 vsize=768396 CPUtime=702.31 cores=0,2,4,6
/proc/11244/task/11246/stat : 11246 (techdemo) R 11242 11244 10653 0 -1 4202560 21217 0 0 0 70222 9 0 0 25 0 4 0 524606051 786837504 33801 33554432000 4194304 4797429 140733315787584 18446744073709551615 4428900 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11244/tid=11247] ppid=11242 vsize=768396 CPUtime=702.31 cores=0,2,4,6
/proc/11244/task/11247/stat : 11247 (techdemo) R 11242 11244 10653 0 -1 4202560 19650 0 0 0 70223 8 0 0 25 0 4 0 524606051 786837504 33801 33554432000 4194304 4797429 140733315787584 18446744073709551615 4568003 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2805.36
Current children cumulated vsize (KiB) 768396

[startup+762.301 s]
/proc/loadavg: 8.18 8.15 8.06 9/188 11281
/proc/meminfo: memFree=29312884/32951124 swapFree=67111352/67111528
[pid=11244] ppid=11242 vsize=768580 CPUtime=3045.06 cores=0,2,4,6
/proc/11244/stat : 11244 (techdemo) R 11242 11244 10653 0 -1 4202496 202934 0 0 0 304433 73 0 0 25 0 4 0 524606051 787025920 36544 33554432000 4194304 4797429 140733315787584 18446744073709551615 4425630 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11244/statm: 192145 36544 421 148 0 187074 0
[pid=11244/tid=11245] ppid=11242 vsize=768580 CPUtime=758.13 cores=0,2,4,6
/proc/11244/task/11245/stat : 11245 (techdemo) R 11242 11244 10653 0 -1 4202560 21383 0 0 0 75807 6 0 0 25 0 4 0 524606051 787025920 36544 33554432000 4194304 4797429 140733315787584 18446744073709551615 4429125 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11244/tid=11246] ppid=11242 vsize=768580 CPUtime=762.32 cores=0,2,4,6
/proc/11244/task/11246/stat : 11246 (techdemo) R 11242 11244 10653 0 -1 4202560 21940 0 0 0 76222 10 0 0 25 0 4 0 524606051 787025920 36544 33554432000 4194304 4797429 140733315787584 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11244/tid=11247] ppid=11242 vsize=768580 CPUtime=762.31 cores=0,2,4,6
/proc/11244/task/11247/stat : 11247 (techdemo) R 11242 11244 10653 0 -1 4202560 21053 0 0 0 76223 8 0 0 25 0 4 0 524606051 787025920 36544 33554432000 4194304 4797429 140733315787584 18446744073709551615 4568069 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3045.06
Current children cumulated vsize (KiB) 768580

[startup+822.3 s]
/proc/loadavg: 8.20 8.15 8.06 9/188 11283
/proc/meminfo: memFree=29296108/32951124 swapFree=67111352/67111528
[pid=11244] ppid=11242 vsize=777388 CPUtime=3284.71 cores=0,2,4,6
/proc/11244/stat : 11244 (techdemo) R 11242 11244 10653 0 -1 4202496 214586 0 0 0 328396 75 0 0 25 0 4 0 524606051 796045312 36794 33554432000 4194304 4797429 140733315787584 18446744073709551615 4424846 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11244/statm: 194347 36794 422 148 0 189276 0
[pid=11244/tid=11245] ppid=11242 vsize=777388 CPUtime=817.79 cores=0,2,4,6
/proc/11244/task/11245/stat : 11245 (techdemo) R 11242 11244 10653 0 -1 4202560 22467 0 0 0 81773 6 0 0 25 0 4 0 524606051 796045312 36794 33554432000 4194304 4797429 140733315787584 18446744073709551615 4524184 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11244/tid=11246] ppid=11242 vsize=777388 CPUtime=822.31 cores=0,2,4,6
/proc/11244/task/11246/stat : 11246 (techdemo) R 11242 11244 10653 0 -1 4202560 23167 0 0 0 82221 10 0 0 25 0 4 0 524606051 796045312 36794 33554432000 4194304 4797429 140733315787584 18446744073709551615 4524204 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11244/tid=11247] ppid=11242 vsize=777388 CPUtime=822.31 cores=0,2,4,6
/proc/11244/task/11247/stat : 11247 (techdemo) R 11242 11244 10653 0 -1 4202560 22163 0 0 0 82222 9 0 0 25 0 4 0 524606051 796045312 36794 33554432000 4194304 4797429 140733315787584 18446744073709551615 4424603 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3284.71
Current children cumulated vsize (KiB) 777388

[startup+882.306 s]
/proc/loadavg: 8.20 8.17 8.07 9/188 11284
/proc/meminfo: memFree=29276248/32951124 swapFree=67111352/67111528
[pid=11244] ppid=11242 vsize=778464 CPUtime=3524.4 cores=0,2,4,6
/proc/11244/stat : 11244 (techdemo) R 11242 11244 10653 0 -1 4202496 225429 0 0 0 352360 80 0 0 25 0 4 0 524606051 797147136 37843 33554432000 4194304 4797429 140733315787584 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11244/statm: 194616 37843 421 148 0 189545 0
[pid=11244/tid=11245] ppid=11242 vsize=778464 CPUtime=877.47 cores=0,2,4,6
/proc/11244/task/11245/stat : 11245 (techdemo) R 11242 11244 10653 0 -1 4202560 23803 0 0 0 87740 7 0 0 25 0 4 0 524606051 797147136 37843 33554432000 4194304 4797429 140733315787584 18446744073709551615 4424750 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11244/tid=11246] ppid=11242 vsize=778464 CPUtime=882.32 cores=0,2,4,6
/proc/11244/task/11246/stat : 11246 (techdemo) R 11242 11244 10653 0 -1 4202560 24504 0 0 0 88221 11 0 0 25 0 4 0 524606051 797147136 37843 33554432000 4194304 4797429 140733315787584 18446744073709551615 4568069 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11244/tid=11247] ppid=11242 vsize=778464 CPUtime=882.31 cores=0,2,4,6
/proc/11244/task/11247/stat : 11247 (techdemo) R 11242 11244 10653 0 -1 4202560 22951 0 0 0 88222 9 0 0 25 0 4 0 524606051 797147136 37843 33554432000 4194304 4797429 140733315787584 18446744073709551615 4428900 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3524.4
Current children cumulated vsize (KiB) 778464

[startup+942.301 s]
/proc/loadavg: 8.26 8.18 8.08 9/188 11286
/proc/meminfo: memFree=29267044/32951124 swapFree=67111352/67111528
[pid=11244] ppid=11242 vsize=781232 CPUtime=3764.07 cores=0,2,4,6
/proc/11244/stat : 11244 (techdemo) R 11242 11244 10653 0 -1 4202496 236547 0 0 0 376322 85 0 0 25 0 4 0 524606051 799981568 39111 33554432000 4194304 4797429 140733315787584 18446744073709551615 4424846 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11244/statm: 195308 39111 421 148 0 190237 0
[pid=11244/tid=11245] ppid=11242 vsize=781232 CPUtime=937.14 cores=0,2,4,6
/proc/11244/task/11245/stat : 11245 (techdemo) R 11242 11244 10653 0 -1 4202560 24964 0 0 0 93707 7 0 0 25 0 4 0 524606051 799981568 39111 33554432000 4194304 4797429 140733315787584 18446744073709551615 4524384 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11244/tid=11246] ppid=11242 vsize=781232 CPUtime=942.31 cores=0,2,4,6
/proc/11244/task/11246/stat : 11246 (techdemo) R 11242 11244 10653 0 -1 4202560 26010 0 0 0 94220 11 0 0 25 0 4 0 524606051 799981568 39111 33554432000 4194304 4797429 140733315787584 18446744073709551615 4523992 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11244/tid=11247] ppid=11242 vsize=781232 CPUtime=942.3 cores=0,2,4,6
/proc/11244/task/11247/stat : 11247 (techdemo) R 11242 11244 10653 0 -1 4202560 24173 0 0 0 94221 9 0 0 25 0 4 0 524606051 799981568 39111 33554432000 4194304 4797429 140733315787584 18446744073709551615 4568103 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3764.07
Current children cumulated vsize (KiB) 781232

[startup+1002.3 s]
/proc/loadavg: 8.21 8.18 8.09 9/188 11287
/proc/meminfo: memFree=29255968/32951124 swapFree=67111352/67111528
[pid=11244] ppid=11242 vsize=781340 CPUtime=4003.74 cores=0,2,4,6
/proc/11244/stat : 11244 (techdemo) R 11242 11244 10653 0 -1 4202496 245606 0 0 0 400285 89 0 0 25 0 4 0 524606051 800092160 41659 33554432000 4194304 4797429 140733315787584 18446744073709551615 4352317 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11244/statm: 195335 41659 421 148 0 190264 0
[pid=11244/tid=11245] ppid=11242 vsize=781340 CPUtime=996.82 cores=0,2,4,6
/proc/11244/task/11245/stat : 11245 (techdemo) R 11242 11244 10653 0 -1 4202560 26200 0 0 0 99674 8 0 0 25 0 4 0 524606051 800092160 41659 33554432000 4194304 4797429 140733315787584 18446744073709551615 4524149 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11244/tid=11246] ppid=11242 vsize=781340 CPUtime=1002.32 cores=0,2,4,6
/proc/11244/task/11246/stat : 11246 (techdemo) R 11242 11244 10653 0 -1 4202560 26662 0 0 0 100220 12 0 0 25 0 4 0 524606051 800092160 41659 33554432000 4194304 4797429 140733315787584 18446744073709551615 4524688 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11244/tid=11247] ppid=11242 vsize=781340 CPUtime=1002.31 cores=0,2,4,6
/proc/11244/task/11247/stat : 11247 (techdemo) R 11242 11244 10653 0 -1 4202560 25413 0 0 0 100221 10 0 0 25 0 4 0 524606051 800092160 41659 33554432000 4194304 4797429 140733315787584 18446744073709551615 4524442 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.74
Current children cumulated vsize (KiB) 781340

[startup+1062.3 s]
/proc/loadavg: 8.22 8.17 8.09 9/188 11289
/proc/meminfo: memFree=29255784/32951124 swapFree=67111352/67111528
[pid=11244] ppid=11242 vsize=782504 CPUtime=4243.42 cores=0,2,4,6
/proc/11244/stat : 11244 (techdemo) R 11242 11244 10653 0 -1 4202496 255466 0 0 0 424249 93 0 0 25 0 4 0 524606051 801284096 40394 33554432000 4194304 4797429 140733315787584 18446744073709551615 4424784 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11244/statm: 195626 40394 421 148 0 190555 0
[pid=11244/tid=11245] ppid=11242 vsize=782504 CPUtime=1056.5 cores=0,2,4,6
/proc/11244/task/11245/stat : 11245 (techdemo) R 11242 11244 10653 0 -1 4202560 27452 0 0 0 105641 9 0 0 25 0 4 0 524606051 801284096 40394 33554432000 4194304 4797429 140733315787584 18446744073709551615 4568046 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11244/tid=11246] ppid=11242 vsize=782504 CPUtime=1062.32 cores=0,2,4,6
/proc/11244/task/11246/stat : 11246 (techdemo) R 11242 11244 10653 0 -1 4202560 27807 0 0 0 106220 12 0 0 25 0 4 0 524606051 801284096 40394 33554432000 4194304 4797429 140733315787584 18446744073709551615 4524384 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11244/tid=11247] ppid=11242 vsize=782504 CPUtime=1062.31 cores=0,2,4,6
/proc/11244/task/11247/stat : 11247 (techdemo) R 11242 11244 10653 0 -1 4202560 26045 0 0 0 106221 10 0 0 25 0 4 0 524606051 801284096 40394 33554432000 4194304 4797429 140733315787584 18446744073709551615 4424750 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) 782504

[startup+1122.3 s]
/proc/loadavg: 8.26 8.19 8.10 9/188 11291
/proc/meminfo: memFree=29246944/32951124 swapFree=67111352/67111528
[pid=11244] ppid=11242 vsize=784712 CPUtime=4483.08 cores=0,2,4,6
/proc/11244/stat : 11244 (techdemo) R 11242 11244 10653 0 -1 4202496 264376 0 0 0 448212 96 0 0 25 0 4 0 524606051 803545088 41352 33554432000 4194304 4797429 140733315787584 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11244/statm: 196178 41352 421 148 0 191107 0
[pid=11244/tid=11245] ppid=11242 vsize=784712 CPUtime=1116.17 cores=0,2,4,6
/proc/11244/task/11245/stat : 11245 (techdemo) R 11242 11244 10653 0 -1 4202560 28597 0 0 0 111608 9 0 0 25 0 4 0 524606051 803545088 41353 33554432000 4194304 4797429 140733315787584 18446744073709551615 4568062 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11244/tid=11246] ppid=11242 vsize=784712 CPUtime=1122.32 cores=0,2,4,6
/proc/11244/task/11246/stat : 11246 (techdemo) R 11242 11244 10653 0 -1 4202560 29093 0 0 0 112219 13 0 0 25 0 4 0 524606051 803545088 41353 33554432000 4194304 4797429 140733315787584 18446744073709551615 255376998033 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11244/tid=11247] ppid=11242 vsize=784712 CPUtime=1122.32 cores=0,2,4,6
/proc/11244/task/11247/stat : 11247 (techdemo) R 11242 11244 10653 0 -1 4202560 27150 0 0 0 112221 11 0 0 25 0 4 0 524606051 803545088 41353 33554432000 4194304 4797429 140733315787584 18446744073709551615 4568062 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4483.08
Current children cumulated vsize (KiB) 784712

[startup+1182.3 s]
/proc/loadavg: 8.24 8.18 8.10 9/188 11292
/proc/meminfo: memFree=29215792/32951124 swapFree=67111352/67111528
[pid=11244] ppid=11242 vsize=786872 CPUtime=4722.76 cores=0,2,4,6
/proc/11244/stat : 11244 (techdemo) R 11242 11244 10653 0 -1 4202496 271928 0 0 0 472176 100 0 0 25 0 4 0 524606051 805756928 43626 33554432000 4194304 4797429 140733315787584 18446744073709551615 4424784 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11244/statm: 196718 43626 421 148 0 191647 0
[pid=11244/tid=11245] ppid=11242 vsize=786872 CPUtime=1175.85 cores=0,2,4,6
/proc/11244/task/11245/stat : 11245 (techdemo) R 11242 11244 10653 0 -1 4202560 29369 0 0 0 117575 10 0 0 25 0 4 0 524606051 805756928 43626 33554432000 4194304 4797429 140733315787584 18446744073709551615 4429139 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11244/tid=11246] ppid=11242 vsize=786872 CPUtime=1182.33 cores=0,2,4,6
/proc/11244/task/11246/stat : 11246 (techdemo) R 11242 11244 10653 0 -1 4202560 29744 0 0 0 118219 14 0 0 25 0 4 0 524606051 805756928 43626 33554432000 4194304 4797429 140733315787584 18446744073709551615 4568320 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11244/tid=11247] ppid=11242 vsize=786872 CPUtime=1182.31 cores=0,2,4,6
/proc/11244/task/11247/stat : 11247 (techdemo) R 11242 11244 10653 0 -1 4202560 28402 0 0 0 118220 11 0 0 25 0 4 0 524606051 805756928 43626 33554432000 4194304 4797429 140733315787584 18446744073709551615 4358816 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.76
Current children cumulated vsize (KiB) 786872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.17 8.17 8.10 9/188 11293
/proc/meminfo: memFree=29225704/32951124 swapFree=67111352/67111528
[pid=11244] ppid=11242 vsize=787800 CPUtime=4800.27 cores=0,2,4,6
/proc/11244/stat : 11244 (techdemo) R 11242 11244 10653 0 -1 4202496 275247 0 0 0 479926 101 0 0 25 0 4 0 524606051 806707200 42999 33554432000 4194304 4797429 140733315787584 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11244/statm: 196950 42999 421 148 0 191879 0
[pid=11244/tid=11245] ppid=11242 vsize=787800 CPUtime=1195.14 cores=0,2,4,6
/proc/11244/task/11245/stat : 11245 (techdemo) R 11242 11244 10653 0 -1 4202560 29559 0 0 0 119504 10 0 0 25 0 4 0 524606051 806707200 42999 33554432000 4194304 4797429 140733315787584 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11244/tid=11246] ppid=11242 vsize=787800 CPUtime=1201.73 cores=0,2,4,6
/proc/11244/task/11246/stat : 11246 (techdemo) R 11242 11244 10653 0 -1 4202560 29932 0 0 0 120159 14 0 0 25 0 4 0 524606051 806707200 42999 33554432000 4194304 4797429 140733315787584 18446744073709551615 4568069 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11244/tid=11247] ppid=11242 vsize=787800 CPUtime=1201.72 cores=0,2,4,6
/proc/11244/task/11247/stat : 11247 (techdemo) R 11242 11244 10653 0 -1 4202560 28674 0 0 0 120161 11 0 0 25 0 4 0 524606051 806707200 42999 33554432000 4194304 4797429 140733315787584 18446744073709551615 4424622 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) 787800

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.72
CPU time (s): 4800.31
CPU user time (s): 4799.29
CPU system time (s): 1.02584
CPU usage (%): 399.453
Max. virtual memory (cumulated for all children) (KiB): 878388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.29
system time used= 1.02584
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 275249
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= 256
involuntary context switches= 70464

runsolver used 1.9367 second user time and 4.6333 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-30 04:21:22
IDJOB=3274225
IDBENCH=83156
IDSOLVER=1584
FILE ID=node135/3274225-1304130082
RUNJOBID= node135-1304128877-10671
PBS_JOBID= 13170784
Free space on /tmp= 72088 MiB

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

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

MD5SUM BENCH= f2cf61fc47972fb7e89be65d1a83332e
RANDOM SEED=527382610

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
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.851
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	: 6640.14
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.851
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.78
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.851
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.851
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.74
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29683572 kB
Buffers:        933504 kB
Cached:        1752380 kB
SwapCached:        172 kB
Active:         154232 kB
Inactive:      2597144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29683572 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:            7804 kB
Writeback:           0 kB
AnonPages:       65852 kB
Mapped:          14696 kB
Slab:           453828 kB
PageTables:       4796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   190396 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72084 MiB
End job on node135 at 2011-04-30 04:41:26