Trace number 3264970

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-st? (TO) 1300.03 1300.01

General information on the benchmark

NameSAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/
mod2c-rand3bip-sat-230-3.shuffled-as.sat05-2505.cnf
MD5SUMb9f02ee542f99ae0fd8f291dd570c53a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark18.2832
Satisfiable
(Un)Satisfiability was proved
Number of variables326
Number of clauses2332
Sum of the clauses size10392
Maximum clause length6
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 41416
Number of clauses of size 5768
Number of clauses of size over 5148

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 1 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-3264970-1303574547.cnf'
0.00/0.00	c -- header says num vars:            326
0.00/0.00	c -- header says num clauses:        2332
0.00/0.00	c -- clauses added:            0 learnts,         2332 normals,            0 xors
0.00/0.00	c -- vars added        326
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       326      2332         0         0     10392         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 297/2332/2332 lits-rem:297 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.1M T:  0.00
0.00/0.01	c Calc non-exist non-lernt bins v-fix:     0 done:    326 time:  0.00 s
0.00/0.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.00/0.01	c Subs w/ non-existent bins:      0 time:  0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:      1299  cl-subs:      756  v-elim:     55  v-fix:    0  time:  0.00 s
0.00/0.01	c learnt bin added due to v-elim: 0
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:     109 undec:      93 neg:     124
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
0.00/0.01	c  B st     0         0       326      1576         0         0      5497         0   no data   no data  --
0.00/0.05	c Decided on static restart strategy
2.49/2.57	c  N dy    11     30000       326      1576         3      9813      5493    159139     22.41     14.72  --
2.49/2.58	c  S st    11     30000       326      1576         3      9813      5493    159139     22.41     14.72  --
2.59/2.63	c  S st    11     30502       326      1576         3     10299      5493    169961     22.41     14.72  --
2.59/2.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.59/2.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.59/2.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.6M T:  0.01
2.59/2.64	c Calc non-exist non-lernt bins v-fix:     0 done:    326 time:  0.00 s
2.59/2.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.59/2.64	c Subs w/ non-existent bins:      2 time:  0.00 s
2.59/2.64	c Replacing        1 vars Replaced      184 lits Time:     0.00 s 
2.59/2.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.59/2.65	c subs with bin:        2  lits-rem:         0  v-fix:    0  time:  0.00 s
2.59/2.65	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
2.79/2.84	c lits-rem:      1309  cl-subs:     2404  v-elim:     54  v-fix:    0  time:  0.19 s
2.79/2.84	c learnt bin added due to v-elim: 0
2.79/2.84	c vivif2 --  cl tried     1556 cl shrink        0 lits rem          0 time: 0.00
2.79/2.84	c vivif2 --  cl tried     7907 cl shrink        0 lits rem          0 time: 0.00
2.79/2.86	c asymm  cl-useful: 5/1556/1556 lits-rem:5 time: 0.02
2.79/2.86	c calculated reachability. Time: 0.00
2.79/2.86	c  N dy    11     30502       323      1556         1      7907      5402    134935     22.41     14.72  --
2.79/2.86	c  F st    11     30502       323      1556         1      7907      5402    134935     22.41     14.72  --
2.99/3.05	c Decided on static restart strategy
4.29/4.37	c  N dy    18     45753       323      1556         2     14567      5402    248376     21.91     14.94  --
4.29/4.38	c  S st    18     45753       323      1556         2     14567      5402    248376     21.91     14.94  --
4.39/4.44	c  S st    18     46255       323      1556         2     15057      5402    260637     21.91     14.94  --
4.39/4.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.39/4.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.39/4.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.9M T:  0.02
4.39/4.46	c Calc non-exist non-lernt bins v-fix:     0 done:    323 time:  0.00 s
4.39/4.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.39/4.46	c Subs w/ non-existent bins:      0 time:  0.00 s
4.39/4.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.39/4.47	c subs with bin:        3  lits-rem:         0  v-fix:    0  time:  0.00 s
4.39/4.47	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
5.29/5.30	c lits-rem:      1253  cl-subs:     3186  v-elim:     48  v-fix:    0  time:  0.83 s
5.29/5.30	c learnt bin added due to v-elim: 0
5.29/5.30	c vivif2 --  cl tried     1554 cl shrink        0 lits rem          0 time: 0.00
5.29/5.30	c vivif2 --  cl tried    11870 cl shrink        0 lits rem          0 time: 0.00
5.29/5.32	c asymm  cl-useful: 0/1554/1554 lits-rem:0 time: 0.02
5.29/5.32	c calculated reachability. Time: 0.00
5.29/5.32	c  N dy    18     46255       323      1554         2     11870      5393    203486     21.91     14.94  --
8.08/8.18	c  N dy    19     69383       323      1554         2     16136      5393    269100     20.84     15.07  --
8.08/8.20	c  S st    19     69383       323      1554         2     16136      5393    269100     20.84     15.07  --
8.18/8.27	c  S st    19     69890       323      1554         2     16631      5393    281661     20.84     15.07  --
8.18/8.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.18/8.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.28/8.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.3M T:  0.03
8.28/8.30	c Calc non-exist non-lernt bins v-fix:     0 done:    323 time:  0.00 s
8.28/8.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.28/8.30	c Subs w/ non-existent bins:      0 time:  0.00 s
8.28/8.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.28/8.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.28/8.30	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
9.28/9.35	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
10.28/10.31	c Added 4 vars  tried: 70312 time: 0.96
10.28/10.35	c ORs :      4 avg-s:  0.0 cl-sh:  6918 l-rem:   6918 b-add:      8 v-rep:   0 cl-rem: 0 avg s: nan T:    1.00
10.28/10.35	c lits-rem:      1344  cl-subs:     3291  v-elim:     48  v-fix:    0  time:  2.05 s
10.28/10.35	c learnt bin added due to v-elim: 0
10.28/10.35	c vivif2 --  cl tried     1558 cl shrink        0 lits rem          0 time: 0.00
10.28/10.36	c vivif2 --  cl tried    13340 cl shrink        0 lits rem          0 time: 0.00
10.28/10.38	c asymm  cl-useful: 0/1558/1558 lits-rem:0 time: 0.02
10.28/10.38	c calculated reachability. Time: 0.00
10.28/10.38	c  N dy    19     69890       327      1558        10     13340      5420    216537     20.84     15.07  --
10.28/10.38	c  F st    19     69890       327      1558        10     13340      5420    216537     20.84     15.07  --
10.58/10.60	c Decided on static restart strategy
14.58/14.64	c  N dy    26    104835       327      1558        10     12652      5420    170245     20.52     15.24  --
14.58/14.65	c  S st    26    104835       327      1558        10     12652      5420    170245     20.52     15.24  --
14.68/14.71	c  S st    26    105336       327      1558        10     13135      5420    180915     20.52     15.24  --
14.68/14.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.68/14.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.68/14.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.1M T:  0.02
14.68/14.74	c Calc non-exist non-lernt bins v-fix:     0 done:    327 time:  0.00 s
14.68/14.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.68/14.74	c Subs w/ non-existent bins:      0 time:  0.00 s
14.68/14.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.68/14.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.68/14.74	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
15.08/15.16	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
15.68/15.73	c Added 4 vars  tried: 80000 time: 0.57
15.68/15.74	c ORs :      4 avg-s:  0.0 cl-sh:  2921 l-rem:   2921 b-add:      8 v-rep:   0 cl-rem: 0 avg s: nan T:    0.58
15.68/15.74	c lits-rem:       322  cl-subs:      595  v-elim:     50  v-fix:    0  time:  1.00 s
15.68/15.74	c learnt bin added due to v-elim: 0
15.68/15.74	c vivif2 --  cl tried     1562 cl shrink        0 lits rem          0 time: 0.00
15.68/15.74	c vivif2 --  cl tried    12540 cl shrink        0 lits rem          0 time: 0.00
15.68/15.76	c asymm  cl-useful: 0/1562/1562 lits-rem:0 time: 0.02
15.68/15.76	c calculated reachability. Time: 0.00
15.68/15.76	c  N dy    26    105336       331      1562        18     12540      5448    168561     20.52     15.24  --
22.59/22.63	c  N dy    27    158004       331      1562        18     19187      5448    273511     18.79     14.94  --
22.59/22.64	c  S st    27    158004       331      1562        18     19187      5448    273511     18.79     14.94  --
22.69/22.74	c  S st    27    158509       331      1562        18     19682      5447    285699     18.79     14.94  --
22.69/22.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
22.69/22.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
22.69/22.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.1M T:  0.04
22.69/22.77	c Calc non-exist non-lernt bins v-fix:     0 done:    331 time:  0.00 s
22.69/22.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
22.69/22.78	c Subs w/ non-existent bins:      0 time:  0.00 s
22.69/22.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22.69/22.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.69/22.78	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
23.69/23.77	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.00
24.20/24.28	c Added 4 vars  tried: 80000 time: 0.51
24.29/24.30	c ORs :      4 avg-s:  0.0 cl-sh:  3598 l-rem:   3598 b-add:      8 v-rep:   0 cl-rem: 0 avg s: nan T:    0.53
24.29/24.31	c lits-rem:       781  cl-subs:     3230  v-elim:     51  v-fix:    0  time:  1.52 s
24.29/24.31	c learnt bin added due to v-elim: 0
24.29/24.31	c vivif2 --  cl tried     1565 cl shrink        0 lits rem          0 time: 0.00
24.29/24.31	c vivif2 --  cl tried    16453 cl shrink        0 lits rem          0 time: 0.00
24.29/24.33	c asymm  cl-useful: 0/1565/1565 lits-rem:0 time: 0.03
24.29/24.33	c calculated reachability. Time: 0.00
24.29/24.33	c  N dy    27    158509       335      1565        26     16453      5468    228693     18.79     14.94  --
37.49/37.59	c  N dy    28    237763       335      1565        26     21406      5468    289575     18.64     14.53  --
37.59/37.60	c  S st    28    237763       335      1565        26     21406      5468    289575     18.64     14.53  --
37.59/37.69	c  S st    28    238266       335      1565        26     21888      5468    300537     18.64     14.53  --
37.59/37.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
37.59/37.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
37.69/37.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.5M T:  0.04
37.69/37.74	c Calc non-exist non-lernt bins v-fix:     0 done:    335 time:  0.00 s
37.69/37.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
37.69/37.74	c Subs w/ non-existent bins:      0 time:  0.00 s
37.69/37.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
37.69/37.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.69/37.74	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
38.59/38.68	c ORs :     12 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 3 avg s: 9.3 T:    0.01
39.09/39.13	c Added 4 vars  tried: 80000 time: 0.45
39.09/39.15	c ORs :      4 avg-s:  0.0 cl-sh:  2746 l-rem:   2746 b-add:      8 v-rep:   0 cl-rem: 0 avg s: nan T:    0.47
39.09/39.15	c lits-rem:      1412  cl-subs:     2892  v-elim:     52  v-fix:    0  time:  1.41 s
39.09/39.15	c learnt bin added due to v-elim: 0
39.09/39.15	c vivif2 --  cl tried     1569 cl shrink        0 lits rem          0 time: 0.00
39.09/39.16	c vivif2 --  cl tried    18993 cl shrink        0 lits rem          0 time: 0.00
39.09/39.18	c asymm  cl-useful: 0/1569/1569 lits-rem:0 time: 0.03
39.09/39.18	c calculated reachability. Time: 0.00
39.09/39.18	c  N dy    28    238266       339      1569        34     18993      5495    256684     18.64     14.53  --
60.09/60.14	c  N dy    29    357400       339      1569        34     23871      5495    304836     18.98     14.14  --
60.09/60.15	c  S st    29    357400       339      1569        34     23871      5495    304836     18.98     14.14  --
60.19/60.25	c  S st    29    357903       339      1569        34     24363      5495    316432     18.98     14.14  --
60.19/60.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
60.19/60.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
60.29/60.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  3.2M T:  0.05
60.29/60.31	c Calc non-exist non-lernt bins v-fix:     0 done:    339 time:  0.00 s
60.29/60.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
60.29/60.31	c Subs w/ non-existent bins:      0 time:  0.00 s
60.29/60.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
60.29/60.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
60.29/60.32	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
61.19/61.26	c ORs :     16 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 7 avg s: 12.1 T:    0.01
61.60/61.68	c Added 4 vars  tried: 80000 time: 0.42
61.60/61.69	c ORs :      4 avg-s:  0.0 cl-sh:  1888 l-rem:   1888 b-add:      8 v-rep:   0 cl-rem: 0 avg s: nan T:    0.43
61.60/61.69	c lits-rem:       925  cl-subs:     1368  v-elim:     53  v-fix:    0  time:  1.37 s
61.60/61.69	c learnt bin added due to v-elim: 0
61.60/61.69	c vivif2 --  cl tried     1573 cl shrink        0 lits rem          0 time: 0.00
61.60/61.70	c vivif2 --  cl tried    22988 cl shrink        0 lits rem          0 time: 0.00
61.69/61.73	c asymm  cl-useful: 0/1573/1573 lits-rem:0 time: 0.03
61.69/61.73	c calculated reachability. Time: 0.00
61.69/61.73	c  N dy    29    357903       343      1573        42     22988      5522    295251     18.98     14.14  --
105.09/105.14	c  N dy    30    536854       343      1573        42     31435      5522    443314     25.07     14.95  --
105.09/105.16	c  S st    30    536854       343      1573        42     31435      5522    443314     25.07     14.95  --
105.19/105.29	c  S st    30    537355       343      1573        42     31926      5522    455074     25.07     14.95  --
105.19/105.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
105.19/105.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
105.29/105.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  5.0M T:  0.08
105.29/105.37	c Calc non-exist non-lernt bins v-fix:     0 done:    343 time:  0.00 s
105.29/105.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
105.29/105.38	c Subs w/ non-existent bins:      0 time:  0.01 s
105.29/105.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
105.29/105.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
105.29/105.39	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
106.39/106.41	c ORs :     20 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 1 avg s: 13.0 T:    0.02
106.79/106.87	c Added 4 vars  tried: 80000 time: 0.46
106.79/106.90	c ORs :      4 avg-s:  0.0 cl-sh:  2691 l-rem:   2691 b-add:      8 v-rep:   0 cl-rem: 0 avg s: nan T:    0.49
106.89/106.90	c lits-rem:      1082  cl-subs:      965  v-elim:     53  v-fix:    0  time:  1.51 s
106.89/106.90	c learnt bin added due to v-elim: 0
106.89/106.90	c vivif2 --  cl tried     1577 cl shrink        0 lits rem          0 time: 0.00
106.89/106.91	c vivif2 --  cl tried    30960 cl shrink       10 lits rem         10 time: 0.01
106.89/106.97	c asymm  cl-useful: 8/1577/1577 lits-rem:8 time: 0.06
106.89/106.97	c calculated reachability. Time: 0.00
106.89/106.97	c  N dy    30    537355       347      1577        50     30960      5542    436173     25.07     14.95  --
106.89/106.97	c  F st    30    537355       347      1577        50     30960      5542    436173     25.07     14.95  --
107.29/107.36	c Decided on static restart strategy
181.09/181.11	c  N dy    37    806032       347      1577        50     54769      5542    948519     25.54     15.53  --
181.09/181.15	c  S st    37    806032       347      1577        50     54769      5542    948519     25.54     15.53  --
181.29/181.34	c  S st    37    806534       347      1577        50     55260      5542    959666     25.54     15.53  --
181.29/181.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
181.29/181.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
181.49/181.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  9.7M T:  0.20
181.49/181.54	c Calc non-exist non-lernt bins v-fix:     0 done:    347 time:  0.00 s
181.49/181.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
181.49/181.55	c Subs w/ non-existent bins:      0 time:  0.01 s
181.49/181.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
181.49/181.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
181.49/181.57	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
183.09/183.13	c ORs :     24 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.05
183.49/183.56	c Added 4 vars  tried: 80000 time: 0.43
183.79/183.84	c ORs :      4 avg-s:  0.0 cl-sh: 15555 l-rem:  15555 b-add:     10 v-rep:   0 cl-rem: 0 avg s: nan T:    0.70
183.79/183.85	c lits-rem:      2570  cl-subs:     1962  v-elim:     53  v-fix:    0  time:  2.28 s
183.79/183.85	c learnt bin added due to v-elim: 0
183.79/183.85	c vivif2 --  cl tried     1576 cl shrink        0 lits rem          0 time: 0.00
183.79/183.87	c vivif2 --  cl tried    53301 cl shrink        0 lits rem          0 time: 0.01
183.89/183.98	c asymm  cl-useful: 0/1576/1576 lits-rem:0 time: 0.11
183.89/183.98	c calculated reachability. Time: 0.00
183.89/183.98	c  N dy    37    806534       351      1576        60     53301      5557    901259     25.54     15.53  --
312.89/312.97	c  N dy    38   1209802       351      1576        60     68108      5557   1190615     24.43     15.46  --
312.99/313.02	c  S st    38   1209802       351      1576        60     68108      5557   1190615     24.43     15.46  --
313.19/313.28	c  S st    38   1210305       351      1576        60     68605      5557   1202563     24.43     15.46  --
313.19/313.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
313.19/313.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
313.40/313.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  9.7M T:  0.19
313.40/313.48	c Calc non-exist non-lernt bins v-fix:     0 done:    351 time:  0.00 s
313.40/313.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
313.40/313.49	c Subs w/ non-existent bins:      0 time:  0.02 s
313.50/313.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
313.50/313.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
313.50/313.52	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
316.29/316.37	c ORs :     28 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 1 avg s: 27.0 T:    0.16
316.89/316.92	c Added 4 vars  tried: 80000 time: 0.55
317.39/317.40	c ORs :      4 avg-s:  0.0 cl-sh: 18068 l-rem:  18068 b-add:      8 v-rep:   0 cl-rem: 0 avg s: nan T:    1.02
317.39/317.42	c lits-rem:      1189  cl-subs:     3370  v-elim:     55  v-fix:    0  time:  3.90 s
317.39/317.42	c learnt bin added due to v-elim: 0
317.39/317.42	c vivif2 --  cl tried     1580 cl shrink        0 lits rem          0 time: 0.00
317.39/317.44	c vivif2 --  cl tried    65234 cl shrink        0 lits rem          0 time: 0.02
317.49/317.54	c asymm  cl-useful: 0/1415/1580 lits-rem:0 time: 0.10
317.49/317.54	c calculated reachability. Time: 0.00
317.49/317.54	c  N dy    38   1210305       355      1580        68     65234      5585   1113155     24.43     15.46  --
516.29/516.36	c  N dy    39   1710306       355      1580        68     97277      5585   1831724     23.05     15.45  --
516.39/516.44	c  S st    39   1710306       355      1580        68     97277      5585   1831724     23.05     15.45  --
516.69/516.76	c  S st    39   1710808       355      1580        68     97769      5585   1843508     23.05     15.45  --
516.69/516.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
516.69/516.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
517.09/517.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 15.2M T:  0.38
517.09/517.14	c Calc non-exist non-lernt bins v-fix:     0 done:    355 time:  0.00 s
517.09/517.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
517.09/517.17	c Subs w/ non-existent bins:      0 time:  0.03 s
517.19/517.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
517.19/517.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
517.19/517.23	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
523.50/523.58	c ORs :     32 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 2 avg s: 23.5 T:    0.61
523.99/524.09	c Added 4 vars  tried: 80000 time: 0.51
524.79/524.83	c ORs :      4 avg-s:  0.0 cl-sh: 21019 l-rem:  21019 b-add:      8 v-rep:   0 cl-rem: 0 avg s: nan T:    1.25
524.79/524.86	c lits-rem:      9921  cl-subs:     6124  v-elim:     55  v-fix:    0  time:  7.64 s
524.79/524.86	c learnt bin added due to v-elim: 0
524.79/524.87	c vivif2 --  cl tried     1584 cl shrink        0 lits rem          0 time: 0.00
524.89/524.90	c vivif2 --  cl tried    91643 cl shrink        2 lits rem          2 time: 0.03
524.99/525.03	c asymm  cl-useful: 0/775/1584 lits-rem:0 time: 0.13
524.99/525.03	c calculated reachability. Time: 0.00
524.99/525.03	c  N dy    39   1710808       359      1584        76     91643      5613   1685747     23.05     15.45  --
735.80/735.81	c  N dy    40   2210809       359      1584        76    107952      5613   2063696     24.83     15.54  --
735.80/735.90	c  S st    40   2210809       359      1584        76    107952      5613   2063696     24.83     15.54  --
735.80/735.90	c Finding binary XORs  T:     0.00 s  found:       0
736.29/736.30	c  S st    40   2211310       359      1584        76    108445      5613   2075157     24.83     15.54  --
736.29/736.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
736.29/736.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
736.69/736.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 16.9M T:  0.40
736.69/736.70	c Calc non-exist non-lernt bins v-fix:     0 done:    359 time:  0.00 s
736.69/736.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
736.69/736.73	c Subs w/ non-existent bins:      0 time:  0.03 s
736.69/736.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
736.69/736.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
736.69/736.80	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
743.30/743.38	c ORs :     36 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 11 avg s: 18.8 T:    0.39
743.99/744.09	c Added 4 vars  tried: 80000 time: 0.70
745.09/745.12	c ORs :      4 avg-s:  0.0 cl-sh: 31820 l-rem:  31820 b-add:      8 v-rep:   0 cl-rem: 0 avg s: nan T:    1.74
745.09/745.16	c lits-rem:      1618  cl-subs:     5150  v-elim:     56  v-fix:    0  time:  8.37 s
745.09/745.16	c learnt bin added due to v-elim: 0
745.09/745.16	c vivif2 --  cl tried     1588 cl shrink        0 lits rem          0 time: 0.00
745.09/745.19	c vivif2 --  cl tried   103284 cl shrink        0 lits rem          0 time: 0.03
745.29/745.31	c asymm  cl-useful: 0/810/1588 lits-rem:0 time: 0.12
745.29/745.31	c calculated reachability. Time: 0.00
745.29/745.31	c  N dy    40   2211310       363      1588        84    103284      5641   1924471     24.83     15.54  --
1008.61/1008.64	c  N dy    41   2711311       363      1588        84    125974      5641   2439550     27.85     15.36  --
1008.71/1008.75	c  S st    41   2711311       363      1588        84    125974      5641   2439550     27.85     15.36  --
1009.20/1009.21	c  S st    41   2711812       363      1588        84    126462      5641   2450843     27.85     15.36  --
1009.20/1009.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1009.20/1009.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1009.60/1009.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 17.9M T:  0.43
1009.60/1009.65	c Calc non-exist non-lernt bins v-fix:     0 done:    363 time:  0.00 s
1009.60/1009.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1009.60/1009.68	c Subs w/ non-existent bins:      0 time:  0.04 s
1009.71/1009.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1009.71/1009.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
1009.71/1009.75	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
1019.21/1019.21	c ORs :     40 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 2 avg s: 21.0 T:    0.43
1019.90/1019.92	c Added 4 vars  tried: 80000 time: 0.70
1021.40/1021.40	c ORs :      4 avg-s:  0.0 cl-sh: 37570 l-rem:  37570 b-add:      8 v-rep:   0 cl-rem: 0 avg s: nan T:    2.19
1021.40/1021.45	c lits-rem:      6593  cl-subs:     8279  v-elim:     58  v-fix:    0  time: 11.70 s
1021.40/1021.45	c learnt bin added due to v-elim: 0
1021.40/1021.45	c vivif2 --  cl tried     1592 cl shrink        0 lits rem          0 time: 0.00
1021.40/1021.49	c vivif2 --  cl tried   118181 cl shrink        1 lits rem          1 time: 0.04
1021.60/1021.62	c asymm  cl-useful: 0/767/1592 lits-rem:0 time: 0.13
1021.60/1021.63	c calculated reachability. Time: 0.00
1021.60/1021.63	c  N dy    41   2711812       367      1592        92    118181      5669   2231035     27.85     15.36  --
1021.60/1021.63	c  F st    41   2711812       367      1592        92    118181      5669   2231035     27.85     15.36  --
1022.41/1022.40	c Decided on static restart strategy

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-3264970-1303574547/watcher-3264970-1303574547 -o /tmp/evaluation-result-3264970-1303574547/solver-3264970-1303574547 -C 2400 -W 1300 -M 7680 ./techdemo --threads=1 HOME/instance-3264970-1303574547.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.68 3.89 3.42 5/178 30900
/proc/meminfo: memFree=13961440/32950928 swapFree=67111528/67111528
[pid=30900] ppid=30898 vsize=28924 CPUtime=0 cores=0,2
/proc/30900/stat : 30900 (techdemo) R 30898 30900 30044 0 -1 4202496 556 0 0 0 0 0 0 0 23 0 1 0 469053431 29618176 490 33554432000 4194304 4797429 140733745056432 18446744073709551615 4629040 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30900/statm: 7231 490 347 148 0 2160 0

[startup+0.0549651 s]
/proc/loadavg: 3.68 3.89 3.42 5/178 30900
/proc/meminfo: memFree=13961440/32950928 swapFree=67111528/67111528
[pid=30900] ppid=30898 vsize=127704 CPUtime=0.04 cores=0,2
/proc/30900/stat : 30900 (techdemo) R 30898 30900 30044 0 -1 4202496 750 0 0 0 4 0 0 0 23 0 1 0 469053431 130768896 663 33554432000 4194304 4797429 140733745056432 18446744073709551615 4424642 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30900/statm: 31926 663 406 148 0 26855 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 127704

[startup+0.100988 s]
/proc/loadavg: 3.68 3.89 3.42 5/178 30900
/proc/meminfo: memFree=13961440/32950928 swapFree=67111528/67111528
[pid=30900] ppid=30898 vsize=127840 CPUtime=0.09 cores=0,2
/proc/30900/stat : 30900 (techdemo) R 30898 30900 30044 0 -1 4202496 797 0 0 0 9 0 0 0 23 0 1 0 469053431 130908160 710 33554432000 4194304 4797429 140733745056432 18446744073709551615 4423089 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30900/statm: 31960 710 406 148 0 26889 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 127840

[startup+0.300895 s]
/proc/loadavg: 3.68 3.89 3.42 5/178 30900
/proc/meminfo: memFree=13961440/32950928 swapFree=67111528/67111528
[pid=30900] ppid=30898 vsize=128044 CPUtime=0.29 cores=0,2
/proc/30900/stat : 30900 (techdemo) R 30898 30900 30044 0 -1 4202496 940 0 0 0 29 0 0 0 24 0 1 0 469053431 131117056 751 33554432000 4194304 4797429 140733745056432 18446744073709551615 4423077 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30900/statm: 32011 751 406 148 0 26940 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 128044

[startup+0.700823 s]
/proc/loadavg: 3.68 3.89 3.42 5/178 30900
/proc/meminfo: memFree=13961440/32950928 swapFree=67111528/67111528
[pid=30900] ppid=30898 vsize=128544 CPUtime=0.69 cores=0,2
/proc/30900/stat : 30900 (techdemo) R 30898 30900 30044 0 -1 4202496 1185 0 0 0 69 0 0 0 25 0 1 0 469053431 131629056 832 33554432000 4194304 4797429 140733745056432 18446744073709551615 4422906 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30900/statm: 32136 832 406 148 0 27065 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 128544

[startup+1.50069 s]
/proc/loadavg: 3.70 3.89 3.42 6/190 30922
/proc/meminfo: memFree=13925688/32950928 swapFree=67111528/67111528
[pid=30900] ppid=30898 vsize=128948 CPUtime=1.49 cores=0,2
/proc/30900/stat : 30900 (techdemo) R 30898 30900 30044 0 -1 4202496 1524 0 0 0 149 0 0 0 25 0 1 0 469053431 132042752 950 33554432000 4194304 4797429 140733745056432 18446744073709551615 4424963 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30900/statm: 32237 950 406 148 0 27166 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 128948

[startup+3.10036 s]
/proc/loadavg: 3.70 3.89 3.42 6/190 30922
/proc/meminfo: memFree=13921596/32950928 swapFree=67111528/67111528
[pid=30900] ppid=30898 vsize=130784 CPUtime=3.09 cores=0,2
/proc/30900/stat : 30900 (techdemo) R 30898 30900 30044 0 -1 4202496 2368 0 0 0 309 0 0 0 25 0 1 0 469053431 133922816 1521 33554432000 4194304 4797429 140733745056432 18446744073709551615 4424622 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30900/statm: 32696 1521 414 148 0 27625 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 130784

[startup+6.30089 s]
/proc/loadavg: 3.70 3.89 3.42 6/190 30922
/proc/meminfo: memFree=13905936/32950928 swapFree=67111528/67111528
[pid=30900] ppid=30898 vsize=132576 CPUtime=6.29 cores=0,2
/proc/30900/stat : 30900 (techdemo) R 30898 30900 30044 0 -1 4202496 3452 0 0 0 629 0 0 0 25 0 1 0 469053431 135757824 1850 33554432000 4194304 4797429 140733745056432 18446744073709551615 4424998 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30900/statm: 33144 1850 414 148 0 28073 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 132576

[startup+12.7008 s]
/proc/loadavg: 3.75 3.90 3.43 6/190 30949
/proc/meminfo: memFree=13904144/32950928 swapFree=67111528/67111528
[pid=30900] ppid=30898 vsize=134220 CPUtime=12.69 cores=0,2
/proc/30900/stat : 30900 (techdemo) R 30898 30900 30044 0 -1 4202496 4881 0 0 0 1269 0 0 0 25 0 1 0 469053431 137441280 2424 33554432000 4194304 4797429 140733745056432 18446744073709551615 4424887 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30900/statm: 33555 2424 417 148 0 28484 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 134220

[startup+25.5006 s]
/proc/loadavg: 3.79 3.90 3.43 6/190 30949
/proc/meminfo: memFree=13883360/32950928 swapFree=67111528/67111528
[pid=30900] ppid=30898 vsize=136124 CPUtime=25.49 cores=0,2
/proc/30900/stat : 30900 (techdemo) R 30898 30900 30044 0 -1 4202496 7828 0 0 0 2548 1 0 0 25 0 1 0 469053431 139390976 2892 33554432000 4194304 4797429 140733745056432 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30900/statm: 34031 2892 417 148 0 28960 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 136124

[startup+51.1004 s]
/proc/loadavg: 3.86 3.91 3.45 6/190 30949
/proc/meminfo: memFree=13873092/32950928 swapFree=67111528/67111528
[pid=30900] ppid=30898 vsize=139104 CPUtime=51.09 cores=0,2
/proc/30900/stat : 30900 (techdemo) R 30898 30900 30044 0 -1 4202496 13135 0 0 0 5107 2 0 0 25 0 1 0 469053431 142442496 3406 33554432000 4194304 4797429 140733745056432 18446744073709551615 251813898880 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30900/statm: 34776 3406 417 148 0 29705 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 139104

[startup+102.307 s]
/proc/loadavg: 3.94 3.92 3.48 6/190 30953
/proc/meminfo: memFree=13829556/32950928 swapFree=67111528/67111528
[pid=30900] ppid=30898 vsize=141912 CPUtime=102.3 cores=0,2
/proc/30900/stat : 30900 (techdemo) R 30898 30900 30044 0 -1 4202496 21568 0 0 0 10225 5 0 0 25 0 1 0 469053431 145317888 4555 33554432000 4194304 4797429 140733745056432 18446744073709551615 4424868 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30900/statm: 35478 4555 417 148 0 30407 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 141912

[startup+162.301 s]
/proc/loadavg: 3.98 3.93 3.51 6/190 30956
/proc/meminfo: memFree=13798920/32950928 swapFree=67111528/67111528
[pid=30900] ppid=30898 vsize=146396 CPUtime=162.29 cores=0,2
/proc/30900/stat : 30900 (techdemo) R 30898 30900 30044 0 -1 4202496 31041 0 0 0 16221 8 0 0 25 0 1 0 469053431 149909504 5698 33554432000 4194304 4797429 140733745056432 18446744073709551615 4423089 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30900/statm: 36599 5698 417 148 0 31528 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 146396

[startup+222.301 s]
/proc/loadavg: 3.99 3.94 3.53 6/190 30957
/proc/meminfo: memFree=13776952/32950928 swapFree=67111528/67111528
[pid=30900] ppid=30898 vsize=152548 CPUtime=222.3 cores=0,2
/proc/30900/stat : 30900 (techdemo) R 30898 30900 30044 0 -1 4202496 40642 0 0 0 22219 11 0 0 25 0 1 0 469053431 156209152 7109 33554432000 4194304 4797429 140733745056432 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30900/statm: 38137 7109 417 148 0 33066 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 152548

[startup+282.3 s]
/proc/loadavg: 4.06 3.98 3.57 6/190 30959
/proc/meminfo: memFree=13774584/32950928 swapFree=67111528/67111528
[pid=30900] ppid=30898 vsize=154716 CPUtime=282.29 cores=0,2
/proc/30900/stat : 30900 (techdemo) R 30898 30900 30044 0 -1 4202496 48612 0 0 0 28217 12 0 0 25 0 1 0 469053431 158429184 7898 33554432000 4194304 4797429 140733745056432 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30900/statm: 38679 7898 417 148 0 33608 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 154716

[startup+342.3 s]
/proc/loadavg: 4.02 3.98 3.59 6/190 30960
/proc/meminfo: memFree=13751492/32950928 swapFree=67111528/67111528
[pid=30900] ppid=30898 vsize=160684 CPUtime=342.29 cores=0,2
/proc/30900/stat : 30900 (techdemo) R 30898 30900 30044 0 -1 4202496 56907 0 0 0 34214 15 0 0 25 0 1 0 469053431 164540416 8322 33554432000 4194304 4797429 140733745056432 18446744073709551615 4422912 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30900/statm: 40171 8322 417 148 0 35100 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 160684

[startup+402.3 s]
/proc/loadavg: 4.01 3.98 3.62 6/190 30962
/proc/meminfo: memFree=13728164/32950928 swapFree=67111528/67111528
[pid=30900] ppid=30898 vsize=161368 CPUtime=402.29 cores=0,2
/proc/30900/stat : 30900 (techdemo) R 30898 30900 30044 0 -1 4202496 63705 0 0 0 40213 16 0 0 25 0 1 0 469053431 165240832 8521 33554432000 4194304 4797429 140733745056432 18446744073709551615 4424848 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30900/statm: 40342 8521 417 148 0 35271 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 161368

[startup+462.3 s]
/proc/loadavg: 4.03 3.99 3.64 6/190 31018
/proc/meminfo: memFree=13745184/32950928 swapFree=67111528/67111528
[pid=30900] ppid=30898 vsize=162840 CPUtime=462.3 cores=0,2
/proc/30900/stat : 30900 (techdemo) R 30898 30900 30044 0 -1 4202496 69491 0 0 0 46212 18 0 0 25 0 1 0 469053431 166748160 9662 33554432000 4194304 4797429 140733745056432 18446744073709551615 4424617 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30900/statm: 40710 9662 417 148 0 35639 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 162840

[startup+522.301 s]
/proc/loadavg: 4.01 3.99 3.66 6/190 31019
/proc/meminfo: memFree=13686048/32950928 swapFree=67111528/67111528
[pid=30900] ppid=30898 vsize=168712 CPUtime=522.29 cores=0,2
/proc/30900/stat : 30900 (techdemo) R 30898 30900 30044 0 -1 4202496 76009 0 0 0 52210 19 0 0 25 0 1 0 469053431 172761088 11460 33554432000 4194304 4797429 140733745056432 18446744073709551615 4526559 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30900/statm: 42178 11460 423 148 0 37107 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 168712

[startup+582.301 s]
/proc/loadavg: 4.00 3.99 3.68 6/190 31021
/proc/meminfo: memFree=13661236/32950928 swapFree=67111528/67111528
[pid=30900] ppid=30898 vsize=172592 CPUtime=582.3 cores=0,2
/proc/30900/stat : 30900 (techdemo) R 30898 30900 30044 0 -1 4202496 83772 0 0 0 58209 21 0 0 25 0 1 0 469053431 176734208 11533 33554432000 4194304 4797429 140733745056432 18446744073709551615 4425129 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30900/statm: 43148 11533 417 148 0 38077 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 172592

[startup+642.301 s]
/proc/loadavg: 4.00 3.99 3.70 6/190 31022
/proc/meminfo: memFree=13651540/32950928 swapFree=67111528/67111528
[pid=30900] ppid=30898 vsize=172744 CPUtime=642.3 cores=0,2
/proc/30900/stat : 30900 (techdemo) R 30898 30900 30044 0 -1 4202496 89675 0 0 0 64208 22 0 0 25 0 1 0 469053431 176889856 12237 33554432000 4194304 4797429 140733745056432 18446744073709551615 4351600 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30900/statm: 43186 12237 417 148 0 38115 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 172744

[startup+702.301 s]
/proc/loadavg: 4.06 4.01 3.72 6/190 31024
/proc/meminfo: memFree=13615056/32950928 swapFree=67111528/67111528
[pid=30900] ppid=30898 vsize=173968 CPUtime=702.3 cores=0,2
/proc/30900/stat : 30900 (techdemo) R 30898 30900 30044 0 -1 4202496 95460 0 0 0 70206 24 0 0 25 0 1 0 469053431 178143232 12655 33554432000 4194304 4797429 140733745056432 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30900/statm: 43492 12655 417 148 0 38421 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 173968

[startup+762.307 s]
/proc/loadavg: 4.02 4.00 3.73 6/190 31026
/proc/meminfo: memFree=13616272/32950928 swapFree=67111528/67111528
[pid=30900] ppid=30898 vsize=179980 CPUtime=762.3 cores=0,2
/proc/30900/stat : 30900 (techdemo) R 30898 30900 30044 0 -1 4202496 101670 0 0 0 76205 25 0 0 25 0 1 0 469053431 184299520 13205 33554432000 4194304 4797429 140733745056432 18446744073709551615 4426379 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30900/statm: 44995 13205 417 148 0 39924 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 179980

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.75 6/190 31027
/proc/meminfo: memFree=13588120/32950928 swapFree=67111528/67111528
[pid=30900] ppid=30898 vsize=180688 CPUtime=822.3 cores=0,2
/proc/30900/stat : 30900 (techdemo) R 30898 30900 30044 0 -1 4202496 106026 0 0 0 82204 26 0 0 25 0 1 0 469053431 185024512 14633 33554432000 4194304 4797429 140733745056432 18446744073709551615 4424868 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30900/statm: 45172 14633 417 148 0 40101 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 180688

[startup+882.301 s]
/proc/loadavg: 4.09 4.03 3.77 6/190 31029
/proc/meminfo: memFree=13571484/32950928 swapFree=67111528/67111528
[pid=30900] ppid=30898 vsize=182392 CPUtime=882.3 cores=0,2
/proc/30900/stat : 30900 (techdemo) R 30898 30900 30044 0 -1 4202496 111624 0 0 0 88202 28 0 0 25 0 1 0 469053431 186769408 14445 33554432000 4194304 4797429 140733745056432 18446744073709551615 4423552 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30900/statm: 45598 14445 417 148 0 40527 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 182392

[startup+942.3 s]
/proc/loadavg: 4.03 4.02 3.78 6/190 31030
/proc/meminfo: memFree=13565872/32950928 swapFree=67111528/67111528
[pid=30900] ppid=30898 vsize=183020 CPUtime=942.3 cores=0,2
/proc/30900/stat : 30900 (techdemo) R 30898 30900 30044 0 -1 4202496 115557 0 0 0 94200 30 0 0 25 0 1 0 469053431 187412480 15384 33554432000 4194304 4797429 140733745056432 18446744073709551615 4345219 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30900/statm: 45755 15384 417 148 0 40684 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 183020

[startup+1002.3 s]
/proc/loadavg: 4.01 4.02 3.79 6/190 31032
/proc/meminfo: memFree=13562644/32950928 swapFree=67111528/67111528
[pid=30900] ppid=30898 vsize=184604 CPUtime=1002.31 cores=0,2
/proc/30900/stat : 30900 (techdemo) R 30898 30900 30044 0 -1 4202496 121244 0 0 0 100199 32 0 0 25 0 1 0 469053431 189034496 15155 33554432000 4194304 4797429 140733745056432 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30900/statm: 46151 15155 417 148 0 41080 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 184604

[startup+1062.3 s]
/proc/loadavg: 4.04 4.03 3.81 6/190 31034
/proc/meminfo: memFree=13524436/32950928 swapFree=67111528/67111528
[pid=30900] ppid=30898 vsize=189928 CPUtime=1062.31 cores=0,2
/proc/30900/stat : 30900 (techdemo) R 30898 30900 30044 0 -1 4202496 126217 0 0 0 106198 33 0 0 25 0 1 0 469053431 194486272 16817 33554432000 4194304 4797429 140733745056432 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30900/statm: 47482 16817 417 148 0 42411 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 189928

[startup+1122.3 s]
/proc/loadavg: 4.01 4.02 3.82 6/190 31035
/proc/meminfo: memFree=13513628/32950928 swapFree=67111528/67111528
[pid=30900] ppid=30898 vsize=191000 CPUtime=1122.31 cores=0,2
/proc/30900/stat : 30900 (techdemo) R 30898 30900 30044 0 -1 4202496 131777 0 0 0 112196 35 0 0 25 0 1 0 469053431 195584000 16226 33554432000 4194304 4797429 140733745056432 18446744073709551615 4424835 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30900/statm: 47750 16226 417 148 0 42679 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 191000

[startup+1182.3 s]
/proc/loadavg: 4.00 4.01 3.83 6/190 31037
/proc/meminfo: memFree=13485828/32950928 swapFree=67111528/67111528
[pid=30900] ppid=30898 vsize=192232 CPUtime=1182.31 cores=0,2
/proc/30900/stat : 30900 (techdemo) R 30898 30900 30044 0 -1 4202496 135383 0 0 0 118195 36 0 0 25 0 1 0 469053431 196845568 16703 33554432000 4194304 4797429 140733745056432 18446744073709551615 4425051 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30900/statm: 48058 16703 417 148 0 42987 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 192232

[startup+1242.3 s]
/proc/loadavg: 4.00 4.01 3.83 6/190 31038
/proc/meminfo: memFree=13499568/32950928 swapFree=67111528/67111528
[pid=30900] ppid=30898 vsize=192348 CPUtime=1242.31 cores=0,2
/proc/30900/stat : 30900 (techdemo) R 30898 30900 30044 0 -1 4202496 139496 0 0 0 124193 38 0 0 25 0 1 0 469053431 196964352 17619 33554432000 4194304 4797429 140733745056432 18446744073709551615 4424622 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30900/statm: 48087 17619 417 148 0 43016 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 192348



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.84 6/190 31040
/proc/meminfo: memFree=13505500/32950928 swapFree=67111528/67111528
[pid=30900] ppid=30898 vsize=192820 CPUtime=1300.01 cores=0,2
/proc/30900/stat : 30900 (techdemo) R 30898 30900 30044 0 -1 4202496 144309 0 0 0 129962 39 0 0 25 0 1 0 469053431 197447680 16062 33554432000 4194304 4797429 140733745056432 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/30900/statm: 48205 16062 417 148 0 43134 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 192820

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): 1300.01
CPU time (s): 1300.03
CPU user time (s): 1299.63
CPU system time (s): 0.400939
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 303336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.63
system time used= 0.400939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144309
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= 11
involuntary context switches= 1386

runsolver used 1.9927 second user time and 5.10322 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-23 18:02:27
IDJOB=3264970
IDBENCH=85366
IDSOLVER=1585
FILE ID=node126/3264970-1303574547
RUNJOBID= node126-1303574547-30878
PBS_JOBID= 13150291
Free space on /tmp= 71388 MiB

SOLVER NAME= CryptoMiniSat TechDemo-Alpha-st
BENCH NAME= SAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/mod2c-rand3bip-sat-230-3.shuffled-as.sat05-2505.cnf
COMMAND LINE= ./techdemo --threads=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264970-1303574547/watcher-3264970-1303574547 -o /tmp/evaluation-result-3264970-1303574547/solver-3264970-1303574547 -C 2400 -W 1300 -M 7680  ./techdemo --threads=1 HOME/instance-3264970-1303574547.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= b9f02ee542f99ae0fd8f291dd570c53a
RANDOM SEED=286318836

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
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:     32950928 kB
MemFree:      13961868 kB
Buffers:       1983816 kB
Cached:       16368748 kB
SwapCached:          0 kB
Active:        7623380 kB
Inactive:     10794192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13961868 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           15728 kB
Writeback:           0 kB
AnonPages:       64448 kB
Mapped:          14496 kB
Slab:           506940 kB
PageTables:       5148 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   188496 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71356 MiB
End job on node126 at 2011-04-23 18:24:09