Trace number 3173298

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.04 1300.01

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v80-c7120-S1494985128-003.UNKNOWN.cnf
MD5SUM6317a356b3e87abef9291d8243489542
Bench CategoryRANDOM (random 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 variables80
Number of clauses7120
Sum of the clauses size49840
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 57120

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-3173298-1301792824.cnf'
0.00/0.00	c -- header says num vars:             80
0.00/0.00	c -- header says num clauses:        7120
0.00/0.00	c -- clauses added:            0 learnts,         7120 normals,            0 xors
0.00/0.00	c -- vars added         80
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0        80      7120         0         0     49840         0   no data   no data  --
0.09/0.11	c asymm  cl-useful: 0/1896/7120 lits-rem:0 time: 0.11
0.09/0.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.2M T:  0.00
0.09/0.12	c Calc non-exist non-lernt bins v-fix:     0 done:     80 time:  0.00 s
0.09/0.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.09/0.12	c Subs w/ non-existent bins:      0 time:  0.00 s
0.09/0.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.09/0.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.09/0.12	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
0.09/0.14	c lits-rem:         0  cl-subs:        0  v-elim:     52  v-fix:    0  time:  0.02 s
0.09/0.14	c learnt bin added due to v-elim: 0
0.09/0.14	c Finding binary XORs  T:     0.00 s  found:       0
0.09/0.14	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.09/0.14	c calculated reachability. Time: 0.00
0.09/0.14	c Calc default polars -  time:   0.00 s pos:      39 undec:       1 neg:      40
0.09/0.14	c =========================================================================================
0.09/0.14	c types(t): F = full restart, N = normal restart
0.09/0.14	c types(t): S = simplification begin/end, E = solution found
0.09/0.14	c restart types(rt): st = static, dy = dynamic
0.09/0.14	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
0.09/0.14	c  B st     0         0        80      7120         0         0     49840         0   no data   no data  --
0.19/0.23	c Decided on static restart strategy
0.29/0.33	c  N dy    19      4003        80      7120         0      3690     49840     98999     27.15     23.75  --
0.49/0.56	c  N dy    46      8028        80      7120         0      5088     49840    126539     28.02     23.98  --
2.20/2.26	c  N dy    49     30003        80      7120         0      9788     49840    211096     26.11     22.57  --
2.20/2.27	c  S st    49     30003        80      7120         0      9788     49840    211096     26.11     22.57  --
2.29/2.31	c  S st    49     30508        80      7120         0     10258     49840    223730     26.11     22.57  --
2.29/2.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.29/2.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.29/2.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.1M T:  0.02
2.29/2.34	c Calc non-exist non-lernt bins v-fix:     0 done:     80 time:  0.00 s
2.29/2.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.29/2.34	c Subs w/ non-existent bins:      0 time:  0.00 s
2.29/2.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.29/2.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.29/2.34	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
2.99/3.06	c lits-rem:      1287  cl-subs:     1351  v-elim:     80  v-fix:    0  time:  0.72 s
2.99/3.06	c learnt bin added due to v-elim: 0
2.99/3.06	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
2.99/3.06	c vivif2 --  cl tried     8907 cl shrink        0 lits rem          0 time: 0.00
3.20/3.21	c asymm  cl-useful: 0/2952/7120 lits-rem:0 time: 0.14
3.20/3.21	c calculated reachability. Time: 0.00
3.20/3.21	c  N dy    49     30508        80      7120         0      8907     49840    191293     26.11     22.57  --
3.20/3.21	c  F st    49     30508        80      7120         0      8907     49840    191293     26.11     22.57  --
3.30/3.37	c Decided on static restart strategy
3.49/3.52	c  N dy    68     34523        80      7120         0     12628     49840    291802     27.70     22.69  --
4.40/4.49	c  N dy    72     45762        80      7120         0     15728     49840    358828     26.63     22.63  --
4.49/4.51	c  S st    72     45762        80      7120         0     15728     49840    358828     26.63     22.63  --
4.49/4.57	c  S st    72     46264        80      7120         0     16197     49840    371138     26.63     22.63  --
4.49/4.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.49/4.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.59/4.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.8M T:  0.04
4.59/4.61	c Calc non-exist non-lernt bins v-fix:     0 done:     80 time:  0.00 s
4.59/4.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.59/4.61	c Subs w/ non-existent bins:      0 time:  0.00 s
4.59/4.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.59/4.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.59/4.62	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
5.50/5.54	c lits-rem:      2004  cl-subs:     2283  v-elim:     80  v-fix:    0  time:  0.92 s
5.50/5.54	c learnt bin added due to v-elim: 0
5.50/5.54	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
5.50/5.54	c vivif2 --  cl tried    13914 cl shrink        0 lits rem          0 time: 0.00
5.59/5.69	c asymm  cl-useful: 0/2272/7120 lits-rem:0 time: 0.15
5.59/5.69	c calculated reachability. Time: 0.00
5.59/5.69	c  N dy    72     46264        80      7120         0     13914     49840    308937     26.63     22.63  --
7.79/7.89	c  N dy    91     69397        80      7120         0     17922     49840    388358     27.74     22.48  --
7.89/7.91	c  S st    91     69397        80      7120         0     17922     49840    388358     27.74     22.48  --
7.89/7.97	c  S st    91     69900        80      7120         0     18384     49840    401032     27.74     22.48  --
7.89/7.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.89/7.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.99/8.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.7M T:  0.06
7.99/8.03	c Calc non-exist non-lernt bins v-fix:     0 done:     80 time:  0.00 s
7.99/8.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.99/8.03	c Subs w/ non-existent bins:      0 time:  0.00 s
7.99/8.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.99/8.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.99/8.04	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
9.19/9.21	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.59/10.66	c Added 1 vars  tried: 28560 time: 1.45
10.69/10.70	c ORs :      1 avg-s:  0.0 cl-sh:  4168 l-rem:   4168 b-add:      2 v-rep:   0 cl-rem: 0 avg s: nan T:    1.49
10.69/10.71	c lits-rem:      2875  cl-subs:     2523  v-elim:     80  v-fix:    0  time:  2.67 s
10.69/10.71	c learnt bin added due to v-elim: 0
10.69/10.71	c vivif2 --  cl tried     7121 cl shrink        0 lits rem          0 time: 0.00
10.69/10.71	c vivif2 --  cl tried    15861 cl shrink        0 lits rem          0 time: 0.00
10.79/10.87	c asymm  cl-useful: 0/2600/7121 lits-rem:0 time: 0.16
10.79/10.87	c calculated reachability. Time: 0.00
10.79/10.87	c  N dy    91     69900        81      7121         2     15861     49831    329899     27.74     22.48  --
10.79/10.87	c  F st    91     69900        81      7121         2     15861     49831    329899     27.74     22.48  --
10.99/11.09	c Decided on static restart strategy
14.69/14.73	c  N dy    98    104850        81      7121         2     15138     49831    273986     26.68     22.38  --
14.69/14.74	c  S st    98    104850        81      7121         2     15138     49831    273986     26.68     22.38  --
14.79/14.80	c  S st    98    105356        81      7121         2     15623     49831    287072     26.68     22.38  --
14.79/14.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.79/14.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.79/14.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  3.0M T:  0.05
14.79/14.86	c Calc non-exist non-lernt bins v-fix:     0 done:     81 time:  0.00 s
14.79/14.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.79/14.86	c Subs w/ non-existent bins:      0 time:  0.00 s
14.79/14.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.79/14.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.79/14.86	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
15.49/15.57	c ORs :      1 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
17.50/17.57	c Added 1 vars  tried: 50880 time: 2.00
17.50/17.59	c ORs :      1 avg-s:  0.0 cl-sh:  2259 l-rem:   2259 b-add:      2 v-rep:   0 cl-rem: 0 avg s: nan T:    2.02
17.50/17.59	c lits-rem:      1170  cl-subs:     1019  v-elim:     80  v-fix:    0  time:  2.73 s
17.50/17.59	c learnt bin added due to v-elim: 0
17.50/17.59	c vivif2 --  cl tried     7122 cl shrink        0 lits rem          0 time: 0.00
17.50/17.60	c vivif2 --  cl tried    14604 cl shrink        0 lits rem          0 time: 0.00
17.69/17.75	c asymm  cl-useful: 0/2040/7122 lits-rem:0 time: 0.15
17.69/17.75	c calculated reachability. Time: 0.00
17.69/17.75	c  N dy    98    105356        82      7122         4     14604     49819    259508     26.68     22.38  --
23.99/24.06	c  N dy   117    158035        82      7122         4     21494     49819    395463     25.50     21.76  --
23.99/24.08	c  S st   117    158035        82      7122         4     21494     49819    395463     25.50     21.76  --
24.10/24.15	c  S st   117    158538        82      7122         4     21970     49819    408138     25.50     21.76  --
24.10/24.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
24.10/24.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
24.20/24.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  4.2M T:  0.07
24.20/24.23	c Calc non-exist non-lernt bins v-fix:     0 done:     82 time:  0.00 s
24.20/24.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
24.20/24.23	c Subs w/ non-existent bins:      0 time:  0.00 s
24.20/24.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
24.20/24.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.20/24.24	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
25.30/25.34	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
29.29/29.36	c Added 1 vars  tried: 79600 time: 4.02
29.39/29.40	c ORs :      1 avg-s:  0.0 cl-sh:  3722 l-rem:   3722 b-add:      2 v-rep:   0 cl-rem: 0 avg s: nan T:    4.06
29.39/29.41	c lits-rem:      1317  cl-subs:     2308  v-elim:     80  v-fix:    0  time:  5.17 s
29.39/29.41	c learnt bin added due to v-elim: 0
29.39/29.41	c vivif2 --  cl tried     7123 cl shrink        0 lits rem          0 time: 0.00
29.39/29.41	c vivif2 --  cl tried    19662 cl shrink        0 lits rem          0 time: 0.00
29.49/29.57	c asymm  cl-useful: 0/1565/7123 lits-rem:0 time: 0.16
29.49/29.57	c calculated reachability. Time: 0.00
29.49/29.57	c  N dy   117    158538        83      7123         6     19662     49808    351328     25.50     21.76  --
40.39/40.48	c  N dy   123    237807        83      7123         6     24743     49808    432775     25.91     21.70  --
40.49/40.50	c  S st   123    237807        83      7123         6     24743     49808    432775     25.91     21.70  --
40.49/40.59	c  S st   123    238312        83      7123         6     25223     49808    445298     25.91     21.70  --
40.49/40.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
40.49/40.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
40.60/40.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  5.8M T:  0.09
40.60/40.68	c Calc non-exist non-lernt bins v-fix:     0 done:     83 time:  0.00 s
40.60/40.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
40.60/40.68	c Subs w/ non-existent bins:      0 time:  0.00 s
40.60/40.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
40.60/40.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
40.60/40.69	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
41.59/41.67	c ORs :      3 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
45.99/46.09	c Added 1 vars  tried: 80000 time: 4.42
46.10/46.13	c ORs :      1 avg-s:  0.0 cl-sh:  3917 l-rem:   3917 b-add:      2 v-rep:   0 cl-rem: 0 avg s: nan T:    4.46
46.10/46.14	c lits-rem:      2341  cl-subs:     2012  v-elim:     80  v-fix:    0  time:  5.45 s
46.10/46.14	c learnt bin added due to v-elim: 0
46.10/46.14	c vivif2 --  cl tried     7124 cl shrink        0 lits rem          0 time: 0.00
46.10/46.14	c vivif2 --  cl tried    23211 cl shrink        0 lits rem          0 time: 0.00
46.20/46.27	c asymm  cl-useful: 0/919/7124 lits-rem:0 time: 0.12
46.20/46.27	c calculated reachability. Time: 0.00
46.20/46.27	c  N dy   123    238312        84      7124         8     23211     49800    392565     25.91     21.70  --
66.49/66.50	c  N dy   124    357468        84      7124         8     27273     49800    431090     25.07     21.39  --
66.49/66.52	c  S st   124    357468        84      7124         8     27273     49800    431090     25.07     21.39  --
66.59/66.62	c  S st   124    357974        84      7124         8     27750     49800    443888     25.07     21.39  --
66.59/66.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
66.59/66.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
66.69/66.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  6.6M T:  0.10
66.69/66.72	c Calc non-exist non-lernt bins v-fix:     0 done:     84 time:  0.00 s
66.69/66.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
66.69/66.73	c Subs w/ non-existent bins:      0 time:  0.00 s
66.69/66.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
66.69/66.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
66.69/66.73	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
67.69/67.78	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
71.99/72.05	c Added 1 vars  tried: 80000 time: 4.27
71.99/72.08	c ORs :      1 avg-s:  0.0 cl-sh:  3017 l-rem:   3017 b-add:      2 v-rep:   0 cl-rem: 0 avg s: nan T:    4.30
71.99/72.09	c lits-rem:       594  cl-subs:     1853  v-elim:     80  v-fix:    0  time:  5.36 s
71.99/72.09	c learnt bin added due to v-elim: 0
71.99/72.09	c vivif2 --  cl tried     7125 cl shrink        0 lits rem          0 time: 0.00
71.99/72.09	c vivif2 --  cl tried    25897 cl shrink        0 lits rem          0 time: 0.00
72.19/72.25	c asymm  cl-useful: 0/1902/7125 lits-rem:0 time: 0.16
72.19/72.25	c calculated reachability. Time: 0.00
72.19/72.25	c  N dy   124    357974        85      7125        10     25897     49791    400523     25.07     21.39  --
107.19/107.20	c  N dy   139    536963        85      7125        10     33183     49791    512193     26.60     21.49  --
107.19/107.23	c  S st   139    536963        85      7125        10     33183     49791    512193     26.60     21.49  --
107.29/107.33	c  S st   139    537465        85      7125        10     33658     49791    524836     26.60     21.49  --
107.29/107.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
107.29/107.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
107.39/107.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  9.5M T:  0.14
107.39/107.48	c Calc non-exist non-lernt bins v-fix:     0 done:     85 time:  0.00 s
107.39/107.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
107.39/107.48	c Subs w/ non-existent bins:      0 time:  0.00 s
107.39/107.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
107.39/107.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
107.39/107.49	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
108.69/108.77	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.01
113.99/114.09	c Added 1 vars  tried: 80000 time: 5.32
114.09/114.13	c ORs :      1 avg-s:  0.0 cl-sh:  3311 l-rem:   3311 b-add:      2 v-rep:   0 cl-rem: 0 avg s: nan T:    5.35
114.09/114.14	c lits-rem:      1130  cl-subs:     1804  v-elim:     80  v-fix:    0  time:  6.65 s
114.09/114.14	c learnt bin added due to v-elim: 0
114.09/114.14	c vivif2 --  cl tried     7126 cl shrink        0 lits rem          0 time: 0.00
114.09/114.14	c vivif2 --  cl tried    31854 cl shrink        0 lits rem          0 time: 0.00
114.19/114.23	c asymm  cl-useful: 0/480/7126 lits-rem:0 time: 0.08
114.19/114.23	c calculated reachability. Time: 0.00
114.19/114.23	c  N dy   139    537465        86      7126        12     31854     49774    480219     26.60     21.49  --
114.19/114.23	c  F st   139    537465        86      7126        12     31854     49774    480219     26.60     21.49  --
114.49/114.54	c Decided on static restart strategy
178.80/178.81	c  N dy   147    806197        86      7126        12     53339     49774    946647     26.17     21.27  --
178.80/178.85	c  S st   147    806197        86      7126        12     53339     49774    946647     26.17     21.27  --
179.00/179.02	c  S st   147    806701        86      7126        12     53812     49774    959215     26.17     21.27  --
179.00/179.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
179.00/179.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
179.30/179.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 15.5M T:  0.29
179.30/179.31	c Calc non-exist non-lernt bins v-fix:     0 done:     86 time:  0.00 s
179.30/179.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
179.30/179.32	c Subs w/ non-existent bins:      0 time:  0.01 s
179.30/179.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
179.30/179.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
179.30/179.34	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
183.00/183.05	c ORs :      6 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.02
193.20/193.21	c Added 1 vars  tried: 80000 time: 10.16
193.40/193.40	c ORs :      1 avg-s:  0.0 cl-sh:  8969 l-rem:   8969 b-add:      2 v-rep:   0 cl-rem: 0 avg s: nan T:   10.35
193.40/193.41	c lits-rem:      1691  cl-subs:     6023  v-elim:     80  v-fix:    0  time: 14.07 s
193.40/193.41	c learnt bin added due to v-elim: 0
193.40/193.41	c vivif2 --  cl tried     7127 cl shrink        0 lits rem          0 time: 0.00
193.40/193.42	c vivif2 --  cl tried    47789 cl shrink        0 lits rem          0 time: 0.01
193.50/193.51	c asymm  cl-useful: 0/347/7127 lits-rem:0 time: 0.09
193.50/193.52	c calculated reachability. Time: 0.00
193.50/193.52	c  N dy   147    806701        87      7127        14     47789     49760    814612     26.17     21.27  --
320.40/320.45	c  N dy   148   1210051        87      7127        14     63324     49760   1080244     25.28     21.15  --
320.40/320.49	c  S st   148   1210051        87      7127        14     63324     49760   1080244     25.28     21.15  --
320.60/320.67	c  S st   148   1210557        87      7127        14     63803     49760   1093058     25.28     21.15  --
320.60/320.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
320.60/320.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
321.00/321.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 19.7M T:  0.36
321.00/321.04	c Calc non-exist non-lernt bins v-fix:     0 done:     87 time:  0.00 s
321.00/321.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
321.00/321.05	c Subs w/ non-existent bins:      0 time:  0.01 s
321.00/321.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
321.00/321.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
321.00/321.07	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
325.50/325.57	c ORs :      7 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.03
336.69/336.73	c Added 1 vars  tried: 80000 time: 11.17
336.99/337.03	c ORs :      1 avg-s:  0.0 cl-sh: 11209 l-rem:  11209 b-add:      2 v-rep:   0 cl-rem: 0 avg s: nan T:   11.47
336.99/337.05	c lits-rem:      3145  cl-subs:     6811  v-elim:     80  v-fix:    0  time: 15.98 s
336.99/337.05	c learnt bin added due to v-elim: 0
336.99/337.05	c vivif2 --  cl tried     7128 cl shrink        0 lits rem          0 time: 0.00
336.99/337.06	c vivif2 --  cl tried    56992 cl shrink        0 lits rem          0 time: 0.01
337.09/337.16	c asymm  cl-useful: 0/303/7128 lits-rem:0 time: 0.09
337.09/337.16	c calculated reachability. Time: 0.00
337.09/337.16	c  N dy   148   1210557        88      7128        16     56992     49749    924248     25.28     21.15  --
516.60/516.63	c  N dy   158   1710558        88      7128        16     86588     49749   1565370     26.58     20.97  --
516.60/516.69	c  S st   158   1710558        88      7128        16     86588     49749   1565370     26.58     20.97  --
516.91/516.94	c  S st   158   1711060        88      7128        16     87068     49749   1578093     26.58     20.97  --
516.91/516.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
516.91/516.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
517.40/517.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 28.1M T:  0.54
517.40/517.49	c Calc non-exist non-lernt bins v-fix:     0 done:     88 time:  0.00 s
517.40/517.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
517.50/517.51	c Subs w/ non-existent bins:      0 time:  0.01 s
517.50/517.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
517.50/517.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
517.50/517.54	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
528.01/528.04	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.06
546.60/546.63	c Added 1 vars  tried: 80000 time: 18.59
547.10/547.19	c ORs :      1 avg-s:  0.0 cl-sh: 16466 l-rem:  16466 b-add:      2 v-rep:   0 cl-rem: 0 avg s: nan T:   19.15
547.20/547.22	c lits-rem:      4655  cl-subs:    11172  v-elim:     80  v-fix:    0  time: 29.68 s
547.20/547.22	c learnt bin added due to v-elim: 0
547.20/547.22	c vivif2 --  cl tried     7129 cl shrink        0 lits rem          0 time: 0.00
547.20/547.24	c vivif2 --  cl tried    75896 cl shrink        0 lits rem          0 time: 0.01
547.30/547.33	c asymm  cl-useful: 0/271/7129 lits-rem:0 time: 0.10
547.30/547.34	c calculated reachability. Time: 0.00
547.30/547.34	c  N dy   158   1711060        89      7129        18     75896     49745   1300345     26.58     20.97  --
765.21/765.24	c  N dy   160   2211060        89      7129        18     91729     49745   1605554     26.41     21.02  --
765.31/765.30	c  S st   160   2211060        89      7129        18     91729     49745   1605554     26.41     21.02  --
765.51/765.58	c  S st   160   2211565        89      7129        18     92214     49745   1617938     26.41     21.02  --
765.51/765.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
765.51/765.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
766.21/766.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 34.0M T:  0.67
766.21/766.25	c Calc non-exist non-lernt bins v-fix:     0 done:     89 time:  0.00 s
766.21/766.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
766.21/766.27	c Subs w/ non-existent bins:      0 time:  0.01 s
766.21/766.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
766.21/766.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
766.21/766.30	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
777.21/777.20	c ORs :      9 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 2 avg s: 27.0 T:    0.09
795.71/795.70	c Added 1 vars  tried: 80000 time: 18.50
796.11/796.17	c ORs :      1 avg-s:  0.0 cl-sh: 14386 l-rem:  14386 b-add:      2 v-rep:   0 cl-rem: 0 avg s: nan T:   18.97
796.20/796.20	c lits-rem:      1335  cl-subs:    10809  v-elim:     80  v-fix:    0  time: 29.90 s
796.20/796.20	c learnt bin added due to v-elim: 0
796.20/796.20	c vivif2 --  cl tried     7130 cl shrink        0 lits rem          0 time: 0.00
796.20/796.22	c vivif2 --  cl tried    81403 cl shrink        0 lits rem          0 time: 0.02
796.31/796.32	c asymm  cl-useful: 0/257/7130 lits-rem:0 time: 0.10
796.31/796.32	c calculated reachability. Time: 0.00
796.31/796.32	c  N dy   160   2211565        90      7130        20     81403     49737   1351831     26.41     21.02  --
1036.81/1036.85	c  N dy   171   2711565        90      7130        20    104661     49737   1841555     26.33     21.08  --
1036.91/1036.92	c  S st   171   2711565        90      7130        20    104661     49737   1841555     26.33     21.08  --
1037.22/1037.28	c  S st   171   2712068        90      7130        20    105142     49737   1854082     26.33     21.08  --
1037.22/1037.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1037.22/1037.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1038.11/1038.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 42.5M T:  0.88
1038.11/1038.17	c Calc non-exist non-lernt bins v-fix:     0 done:     90 time:  0.00 s
1038.11/1038.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1038.11/1038.19	c Subs w/ non-existent bins:      0 time:  0.02 s
1038.21/1038.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1038.21/1038.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1038.21/1038.23	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
1051.41/1051.49	c ORs :     10 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 1 avg s: 36.0 T:    0.10
1073.12/1073.15	c Added 1 vars  tried: 80000 time: 21.65
1073.82/1073.85	c ORs :      1 avg-s:  0.0 cl-sh: 17790 l-rem:  17790 b-add:      2 v-rep:   0 cl-rem: 0 avg s: nan T:   22.35
1073.82/1073.88	c lits-rem:       822  cl-subs:    12376  v-elim:     80  v-fix:    0  time: 35.65 s
1073.82/1073.88	c learnt bin added due to v-elim: 0
1073.82/1073.88	c vivif2 --  cl tried     7131 cl shrink        0 lits rem          0 time: 0.00
1073.92/1073.90	c vivif2 --  cl tried    92765 cl shrink        0 lits rem          0 time: 0.02
1074.02/1074.01	c asymm  cl-useful: 0/212/7131 lits-rem:0 time: 0.11
1074.02/1074.01	c calculated reachability. Time: 0.00
1074.02/1074.01	c  N dy   171   2712068        91      7131        22     92765     49730   1539725     26.33     21.08  --
1074.02/1074.01	c  F st   171   2712068        91      7131        22     92765     49730   1539725     26.33     21.08  --
1074.92/1074.96	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 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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

running on 2 cores: 4,6

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.93 3.90 2/185 30571
/proc/meminfo: memFree=23092656/32951124 swapFree=67111524/67111528
[pid=30571] ppid=30569 vsize=28936 CPUtime=0 cores=4,6
/proc/30571/stat : 30571 (techdemo) R 30569 30571 30406 0 -1 4202496 616 0 0 0 0 0 0 0 25 0 1 0 290880323 29630464 551 33554432000 4194304 4797429 140733230614560 18446744073709551615 228244045338 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/30571/statm: 7234 553 347 148 0 2163 0

[startup+0.0111991 s]
/proc/loadavg: 3.68 3.93 3.90 2/185 30571
/proc/meminfo: memFree=23092656/32951124 swapFree=67111524/67111528
[pid=30571] ppid=30569 vsize=29064 CPUtime=0 cores=4,6
/proc/30571/stat : 30571 (techdemo) R 30569 30571 30406 0 -1 4202496 708 0 0 0 0 0 0 0 25 0 1 0 290880323 29761536 641 33554432000 4194304 4797429 140733230614560 18446744073709551615 4428910 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/30571/statm: 7266 641 369 148 0 2195 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 29064

[startup+0.100277 s]
/proc/loadavg: 3.68 3.93 3.90 2/185 30571
/proc/meminfo: memFree=23092656/32951124 swapFree=67111524/67111528
[pid=30571] ppid=30569 vsize=29064 CPUtime=0.09 cores=4,6
/proc/30571/stat : 30571 (techdemo) R 30569 30571 30406 0 -1 4202496 721 0 0 0 9 0 0 0 25 0 1 0 290880323 29761536 654 33554432000 4194304 4797429 140733230614560 18446744073709551615 4429171 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/30571/statm: 7266 654 369 148 0 2195 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29064

[startup+0.300181 s]
/proc/loadavg: 3.68 3.93 3.90 2/185 30571
/proc/meminfo: memFree=23092656/32951124 swapFree=67111524/67111528
[pid=30571] ppid=30569 vsize=128852 CPUtime=0.29 cores=4,6
/proc/30571/stat : 30571 (techdemo) R 30569 30571 30406 0 -1 4202496 1149 0 0 0 29 0 0 0 25 0 1 0 290880323 131944448 1017 33554432000 4194304 4797429 140733230614560 18446744073709551615 4425966 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/30571/statm: 32213 1017 405 148 0 27142 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 128852

[startup+0.701135 s]
/proc/loadavg: 3.68 3.93 3.90 2/185 30571
/proc/meminfo: memFree=23092656/32951124 swapFree=67111524/67111528
[pid=30571] ppid=30569 vsize=129664 CPUtime=0.69 cores=4,6
/proc/30571/stat : 30571 (techdemo) R 30569 30571 30406 0 -1 4202496 1564 0 0 0 69 0 0 0 25 0 1 0 290880323 132775936 1232 33554432000 4194304 4797429 140733230614560 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/30571/statm: 32416 1232 405 148 0 27345 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 129664

[startup+1.501 s]
/proc/loadavg: 3.68 3.93 3.90 5/190 30626
/proc/meminfo: memFree=23083524/32951124 swapFree=67111524/67111528
[pid=30571] ppid=30569 vsize=130320 CPUtime=1.49 cores=4,6
/proc/30571/stat : 30571 (techdemo) R 30569 30571 30406 0 -1 4202496 2297 0 0 0 149 0 0 0 25 0 1 0 290880323 133447680 1346 33554432000 4194304 4797429 140733230614560 18446744073709551615 4426361 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/30571/statm: 32580 1346 405 148 0 27509 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 130320

[startup+3.1007 s]
/proc/loadavg: 3.68 3.93 3.90 5/190 30626
/proc/meminfo: memFree=23079184/32951124 swapFree=67111524/67111528
[pid=30571] ppid=30569 vsize=132236 CPUtime=3.09 cores=4,6
/proc/30571/stat : 30571 (techdemo) R 30569 30571 30406 0 -1 4202496 3195 0 0 0 309 0 0 0 25 0 1 0 290880323 135409664 1865 33554432000 4194304 4797429 140733230614560 18446744073709551615 4429165 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/30571/statm: 33059 1865 409 148 0 27988 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 132236

[startup+6.30115 s]
/proc/loadavg: 3.70 3.93 3.90 5/190 30626
/proc/meminfo: memFree=23064704/32951124 swapFree=67111524/67111528
[pid=30571] ppid=30569 vsize=135036 CPUtime=6.29 cores=4,6
/proc/30571/stat : 30571 (techdemo) R 30569 30571 30406 0 -1 4202496 4832 0 0 0 629 0 0 0 25 0 1 0 290880323 138276864 2505 33554432000 4194304 4797429 140733230614560 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/30571/statm: 33759 2505 410 148 0 28688 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 135036

[startup+12.701 s]
/proc/loadavg: 3.73 3.93 3.90 5/190 30626
/proc/meminfo: memFree=23053212/32951124 swapFree=67111524/67111528
[pid=30571] ppid=30569 vsize=137860 CPUtime=12.69 cores=4,6
/proc/30571/stat : 30571 (techdemo) R 30569 30571 30406 0 -1 4202496 6816 0 0 0 1269 0 0 0 25 0 1 0 290880323 141168640 3366 33554432000 4194304 4797429 140733230614560 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/30571/statm: 34465 3366 415 148 0 29394 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 137860

[startup+25.5008 s]
/proc/loadavg: 3.79 3.93 3.90 5/190 30627
/proc/meminfo: memFree=23035756/32951124 swapFree=67111524/67111528
[pid=30571] ppid=30569 vsize=139996 CPUtime=25.49 cores=4,6
/proc/30571/stat : 30571 (techdemo) R 30569 30571 30406 0 -1 4202496 10521 0 0 0 2548 1 0 0 25 0 1 0 290880323 143355904 3761 33554432000 4194304 4797429 140733230614560 18446744073709551615 4495525 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/30571/statm: 34999 3761 415 148 0 29928 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 139996

[startup+51.1003 s]
/proc/loadavg: 3.86 3.94 3.90 5/190 30627
/proc/meminfo: memFree=23017120/32951124 swapFree=67111524/67111528
[pid=30571] ppid=30569 vsize=143896 CPUtime=51.09 cores=4,6
/proc/30571/stat : 30571 (techdemo) R 30569 30571 30406 0 -1 4202496 16037 0 0 0 5107 2 0 0 25 0 1 0 290880323 147349504 4900 33554432000 4194304 4797429 140733230614560 18446744073709551615 4424846 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/30571/statm: 35974 4900 415 148 0 30903 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 143896

[startup+102.306 s]
/proc/loadavg: 3.94 3.94 3.91 5/190 30629
/proc/meminfo: memFree=22992276/32951124 swapFree=67111524/67111528
[pid=30571] ppid=30569 vsize=147116 CPUtime=102.3 cores=4,6
/proc/30571/stat : 30571 (techdemo) R 30569 30571 30406 0 -1 4202496 26956 0 0 0 10226 4 0 0 25 0 1 0 290880323 150646784 5609 33554432000 4194304 4797429 140733230614560 18446744073709551615 4422906 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/30571/statm: 36779 5609 415 148 0 31708 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 147116

[startup+162.301 s]
/proc/loadavg: 4.04 3.97 3.91 5/190 30630
/proc/meminfo: memFree=22976964/32951124 swapFree=67111524/67111528
[pid=30571] ppid=30569 vsize=150536 CPUtime=162.3 cores=4,6
/proc/30571/stat : 30571 (techdemo) R 30569 30571 30406 0 -1 4202496 36641 0 0 0 16223 7 0 0 25 0 1 0 290880323 154148864 6812 33554432000 4194304 4797429 140733230614560 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/30571/statm: 37634 6812 415 148 0 32563 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 150536

[startup+222.3 s]
/proc/loadavg: 4.01 3.97 3.91 5/190 30632
/proc/meminfo: memFree=22943320/32951124 swapFree=67111524/67111528
[pid=30571] ppid=30569 vsize=156512 CPUtime=222.29 cores=4,6
/proc/30571/stat : 30571 (techdemo) R 30569 30571 30406 0 -1 4202496 44604 0 0 0 22222 7 0 0 25 0 1 0 290880323 160268288 8241 33554432000 4194304 4797429 140733230614560 18446744073709551615 4424859 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/30571/statm: 39128 8241 415 148 0 34057 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 156512

[startup+282.301 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 30634
/proc/meminfo: memFree=22932736/32951124 swapFree=67111524/67111528
[pid=30571] ppid=30569 vsize=156752 CPUtime=282.29 cores=4,6
/proc/30571/stat : 30571 (techdemo) R 30569 30571 30406 0 -1 4202496 52782 0 0 0 28220 9 0 0 25 0 1 0 290880323 160514048 7600 33554432000 4194304 4797429 140733230614560 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/30571/statm: 39188 7600 415 148 0 34117 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 156752

[startup+342.301 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 30635
/proc/meminfo: memFree=22915320/32951124 swapFree=67111524/67111528
[pid=30571] ppid=30569 vsize=163276 CPUtime=342.29 cores=4,6
/proc/30571/stat : 30571 (techdemo) R 30569 30571 30406 0 -1 4202496 58975 0 0 0 34218 11 0 0 25 0 1 0 290880323 167194624 9997 33554432000 4194304 4797429 140733230614560 18446744073709551615 4425966 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/30571/statm: 40819 9997 415 148 0 35748 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 163276

[startup+402.301 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 30637
/proc/meminfo: memFree=22914788/32951124 swapFree=67111524/67111528
[pid=30571] ppid=30569 vsize=163484 CPUtime=402.29 cores=4,6
/proc/30571/stat : 30571 (techdemo) R 30569 30571 30406 0 -1 4202496 66410 0 0 0 40215 14 0 0 25 0 1 0 290880323 167407616 9320 33554432000 4194304 4797429 140733230614560 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/30571/statm: 40871 9320 415 148 0 35800 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 163484

[startup+462.301 s]
/proc/loadavg: 4.03 3.99 3.92 5/190 30638
/proc/meminfo: memFree=22891676/32951124 swapFree=67111524/67111528
[pid=30571] ppid=30569 vsize=164496 CPUtime=462.3 cores=4,6
/proc/30571/stat : 30571 (techdemo) R 30569 30571 30406 0 -1 4202496 73167 0 0 0 46214 16 0 0 25 0 1 0 290880323 168443904 9735 33554432000 4194304 4797429 140733230614560 18446744073709551615 4424865 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/30571/statm: 41124 9735 415 148 0 36053 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 164496

[startup+522.301 s]
/proc/loadavg: 4.08 4.00 3.93 5/190 30640
/proc/meminfo: memFree=22880560/32951124 swapFree=67111524/67111528
[pid=30571] ppid=30569 vsize=169084 CPUtime=522.3 cores=4,6
/proc/30571/stat : 30571 (techdemo) R 30569 30571 30406 0 -1 4202496 79366 0 0 0 52213 17 0 0 25 0 1 0 290880323 173142016 11472 33554432000 4194304 4797429 140733230614560 18446744073709551615 4506608 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/30571/statm: 42271 11472 415 148 0 37200 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 169084

[startup+582.301 s]
/proc/loadavg: 4.03 4.00 3.93 5/190 30642
/proc/meminfo: memFree=22868868/32951124 swapFree=67111524/67111528
[pid=30571] ppid=30569 vsize=172804 CPUtime=582.3 cores=4,6
/proc/30571/stat : 30571 (techdemo) R 30569 30571 30406 0 -1 4202496 83110 0 0 0 58212 18 0 0 25 0 1 0 290880323 176951296 12596 33554432000 4194304 4797429 140733230614560 18446744073709551615 4424622 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/30571/statm: 43201 12596 415 148 0 38130 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 172804

[startup+642.3 s]
/proc/loadavg: 4.01 4.00 3.93 5/190 30643
/proc/meminfo: memFree=22857172/32951124 swapFree=67111524/67111528
[pid=30571] ppid=30569 vsize=172908 CPUtime=642.31 cores=4,6
/proc/30571/stat : 30571 (techdemo) R 30569 30571 30406 0 -1 4202496 89341 0 0 0 64210 21 0 0 25 0 1 0 290880323 177057792 11658 33554432000 4194304 4797429 140733230614560 18446744073709551615 4423635 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/30571/statm: 43227 11658 415 148 0 38156 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 172908

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 30645
/proc/meminfo: memFree=22839992/32951124 swapFree=67111524/67111528
[pid=30571] ppid=30569 vsize=173040 CPUtime=702.31 cores=4,6
/proc/30571/stat : 30571 (techdemo) R 30569 30571 30406 0 -1 4202496 94643 0 0 0 70208 23 0 0 25 0 1 0 290880323 177192960 11996 33554432000 4194304 4797429 140733230614560 18446744073709551615 4424865 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/30571/statm: 43260 11996 415 148 0 38189 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 173040

[startup+762.306 s]
/proc/loadavg: 4.03 4.01 3.93 5/190 30646
/proc/meminfo: memFree=22839084/32951124 swapFree=67111524/67111528
[pid=30571] ppid=30569 vsize=173180 CPUtime=762.31 cores=4,6
/proc/30571/stat : 30571 (techdemo) R 30569 30571 30406 0 -1 4202496 99868 0 0 0 76206 25 0 0 25 0 1 0 290880323 177336320 12080 33554432000 4194304 4797429 140733230614560 18446744073709551615 4424732 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/30571/statm: 43295 12080 415 148 0 38224 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 173180

[startup+822.301 s]
/proc/loadavg: 4.01 4.01 3.93 5/190 30648
/proc/meminfo: memFree=22827012/32951124 swapFree=67111524/67111528
[pid=30571] ppid=30569 vsize=179004 CPUtime=822.31 cores=4,6
/proc/30571/stat : 30571 (techdemo) R 30569 30571 30406 0 -1 4202496 103805 0 0 0 82204 27 0 0 25 0 1 0 290880323 183300096 13077 33554432000 4194304 4797429 140733230614560 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/30571/statm: 44751 13077 415 148 0 39680 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 179004

[startup+882.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 30650
/proc/meminfo: memFree=22818552/32951124 swapFree=67111524/67111528
[pid=30571] ppid=30569 vsize=179032 CPUtime=882.31 cores=4,6
/proc/30571/stat : 30571 (techdemo) R 30569 30571 30406 0 -1 4202496 109299 0 0 0 88203 28 0 0 25 0 1 0 290880323 183328768 13143 33554432000 4194304 4797429 140733230614560 18446744073709551615 4404796 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/30571/statm: 44758 13143 415 148 0 39687 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 179032

[startup+942.301 s]
/proc/loadavg: 4.08 4.02 3.94 5/190 30651
/proc/meminfo: memFree=22807976/32951124 swapFree=67111524/67111528
[pid=30571] ppid=30569 vsize=180052 CPUtime=942.31 cores=4,6
/proc/30571/stat : 30571 (techdemo) R 30569 30571 30406 0 -1 4202496 113574 0 0 0 94202 29 0 0 25 0 1 0 290880323 184373248 14614 33554432000 4194304 4797429 140733230614560 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/30571/statm: 45013 14614 415 148 0 39942 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 180052

[startup+1002.3 s]
/proc/loadavg: 4.07 4.03 3.94 5/190 30653
/proc/meminfo: memFree=22806952/32951124 swapFree=67111524/67111528
[pid=30571] ppid=30569 vsize=180592 CPUtime=1002.32 cores=4,6
/proc/30571/stat : 30571 (techdemo) R 30569 30571 30406 0 -1 4202496 118958 0 0 0 100200 32 0 0 25 0 1 0 290880323 184926208 14408 33554432000 4194304 4797429 140733230614560 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/30571/statm: 45148 14408 415 148 0 40077 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 180592

[startup+1062.3 s]
/proc/loadavg: 4.02 4.02 3.94 5/190 30654
/proc/meminfo: memFree=22782972/32951124 swapFree=67111524/67111528
[pid=30571] ppid=30569 vsize=184376 CPUtime=1062.31 cores=4,6
/proc/30571/stat : 30571 (techdemo) R 30569 30571 30406 0 -1 4202496 122510 0 0 0 106199 32 0 0 25 0 1 0 290880323 188801024 15118 33554432000 4194304 4797429 140733230614560 18446744073709551615 4495571 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/30571/statm: 46094 15118 415 148 0 41023 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 184376

[startup+1122.3 s]
/proc/loadavg: 4.01 4.01 3.94 5/190 30656
/proc/meminfo: memFree=22782948/32951124 swapFree=67111524/67111528
[pid=30571] ppid=30569 vsize=186528 CPUtime=1122.31 cores=4,6
/proc/30571/stat : 30571 (techdemo) R 30569 30571 30406 0 -1 4202496 126240 0 0 0 112198 33 0 0 25 0 1 0 290880323 191004672 15709 33554432000 4194304 4797429 140733230614560 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/30571/statm: 46632 15709 415 148 0 41561 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 186528

[startup+1182.3 s]
/proc/loadavg: 4.00 4.01 3.94 5/190 30658
/proc/meminfo: memFree=22779080/32951124 swapFree=67111524/67111528
[pid=30571] ppid=30569 vsize=186916 CPUtime=1182.32 cores=4,6
/proc/30571/stat : 30571 (techdemo) R 30569 30571 30406 0 -1 4202496 131198 0 0 0 118196 36 0 0 25 0 1 0 290880323 191401984 15066 33554432000 4194304 4797429 140733230614560 18446744073709551615 4424977 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/30571/statm: 46729 15066 415 148 0 41658 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 186916

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 30659
/proc/meminfo: memFree=22767268/32951124 swapFree=67111524/67111528
[pid=30571] ppid=30569 vsize=186972 CPUtime=1242.32 cores=4,6
/proc/30571/stat : 30571 (techdemo) R 30569 30571 30406 0 -1 4202496 134887 0 0 0 124195 37 0 0 25 0 1 0 290880323 191459328 15862 33554432000 4194304 4797429 140733230614560 18446744073709551615 4425966 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/30571/statm: 46743 15862 415 148 0 41672 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 186972



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.94 4/189 30662
/proc/meminfo: memFree=22843240/32951124 swapFree=67111524/67111528
[pid=30571] ppid=30569 vsize=187616 CPUtime=1300.03 cores=4,6
/proc/30571/stat : 30571 (techdemo) R 30569 30571 30406 0 -1 4202496 138518 0 0 0 129965 38 0 0 25 0 1 0 290880323 192118784 16567 33554432000 4194304 4797429 140733230614560 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/30571/statm: 46904 16567 415 148 0 41833 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 187616

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.04
CPU user time (s): 1299.65
CPU system time (s): 0.38894
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 296596

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

runsolver used 2.33065 second user time and 4.73928 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-03 03:07:04
IDJOB=3173298
IDBENCH=82716
IDSOLVER=1585
FILE ID=node136/3173298-1301792824
RUNJOBID= node136-1301791521-30425
PBS_JOBID= 12841434
Free space on /tmp= 71484 MiB

SOLVER NAME= CryptoMiniSat TechDemo-Alpha-st
BENCH NAME= SAT11/random/medium/unif-k7-r89-v80-c7120-S1494985128-003.UNKNOWN.cnf
COMMAND LINE= ./techdemo --threads=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3173298-1301792824/watcher-3173298-1301792824 -o /tmp/evaluation-result-3173298-1301792824/solver-3173298-1301792824 -C 2400 -W 1300 -M 7680  ./techdemo --threads=1 HOME/instance-3173298-1301792824.cnf

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

MD5SUM BENCH= 6317a356b3e87abef9291d8243489542
RANDOM SEED=1569744437

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23092688 kB
Buffers:        326120 kB
Cached:        9197360 kB
SwapCached:          4 kB
Active:        4326080 kB
Inactive:      5265168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23092688 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           15540 kB
Writeback:           0 kB
AnonPages:       67264 kB
Mapped:          15568 kB
Slab:           203196 kB
PageTables:       4784 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   282944 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= 71476 MiB
End job on node136 at 2011-04-03 03:28:46