Trace number 3263826

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

NameSAT03/handmade/stanion/hwb/
hwb-n30-02-S77299857.shuffled-as.sat03-1633.cnf
MD5SUMbdf2c49c74bfdbd3bd4663dca402d24f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables194
Number of clauses954
Sum of the clauses size3252
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 210
Number of clauses of size 3544
Number of clauses of size 4400
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c Using 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-3263826-1303568019.cnf'
0.00/0.00	c -- header says num vars:            194
0.00/0.00	c -- header says num clauses:         954
0.00/0.00	c -- clauses added:            0 learnts,          954 normals,            0 xors
0.00/0.00	c -- vars added        194
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       194       944        10         0      3252         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/944/944 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.0M T:  0.00
0.00/0.00	c Calc non-exist non-lernt bins v-fix:     0 done:    194 time:  0.00 s
0.00/0.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.00/0.00	c Subs w/ non-existent bins:      0 time:  0.00 s
0.00/0.00	c Replacing        1 vars Replaced       12 lits Time:     0.00 s 
0.00/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.00	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         7  cl-subs:        0  v-elim:     71  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:      52, avg size: 4.0)
0.00/0.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:       1 undec:      59 neg:     134
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       136       426         4         0      1935         0   no data   no data  --
0.00/0.05	c Decided on static restart strategy
1.69/1.73	c  N dy     7     30000       136       426         5     10103      1935    182458     23.19     17.01  --
1.69/1.74	c  S st     7     30000       136       426         5     10103      1935    182458     23.19     17.01  --
1.69/1.78	c  S st     7     30501       136       426         5     10591      1935    191898     23.19     17.01  --
1.69/1.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.69/1.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.69/1.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      1 BRemL:      0 BRemN:      0 CBin:       0 P:  0.6M T:  0.02
1.69/1.79	c Calc non-exist non-lernt bins v-fix:     0 done:    136 time:  0.00 s
1.69/1.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.69/1.79	c Subs w/ non-existent bins:      0 time:  0.00 s
1.79/1.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.79/1.80	c subs with bin:        0  lits-rem:        39  v-fix:    0  time:  0.00 s
1.79/1.80	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
1.89/1.97	c lits-rem:      1549  cl-subs:     1392  v-elim:      3  v-fix:    0  time:  0.17 s
1.89/1.97	c learnt bin added due to v-elim: 0
1.89/1.97	c vivif2 --  cl tried      426 cl shrink        0 lits rem          0 time: 0.00
1.89/1.97	c vivif2 --  cl tried     9199 cl shrink        0 lits rem          0 time: 0.00
1.89/1.98	c asymm  cl-useful: 0/426/426 lits-rem:0 time: 0.01
1.89/1.98	c calculated reachability. Time: 0.00
1.89/1.98	c  N dy     7     30501       136       426         6      9199      1935    163604     23.19     17.01  --
1.89/1.98	c  F st     7     30501       136       426         6      9199      1935    163604     23.19     17.01  --
1.99/2.09	c Decided on static restart strategy
3.09/3.15	c  N dy    14     45751       136       426         6     16462      1935    319161     24.22     16.37  --
3.09/3.17	c  S st    14     45751       136       426         6     16462      1935    319161     24.22     16.37  --
3.19/3.22	c  S st    14     46257       136       426         6     16960      1935    328870     24.22     16.37  --
3.19/3.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.19/3.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.19/3.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.0M T:  0.03
3.19/3.25	c Calc non-exist non-lernt bins v-fix:     0 done:    136 time:  0.00 s
3.19/3.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.19/3.25	c Subs w/ non-existent bins:      0 time:  0.00 s
3.19/3.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.19/3.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.19/3.26	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
4.09/4.13	c lits-rem:      2349  cl-subs:     1754  v-elim:      3  v-fix:    0  time:  0.88 s
4.09/4.13	c learnt bin added due to v-elim: 0
4.09/4.13	c vivif2 --  cl tried      426 cl shrink        0 lits rem          0 time: 0.00
4.09/4.14	c vivif2 --  cl tried    15206 cl shrink        0 lits rem          0 time: 0.00
4.09/4.16	c asymm  cl-useful: 0/426/426 lits-rem:0 time: 0.02
4.09/4.16	c calculated reachability. Time: 0.00
4.09/4.16	c  N dy    14     46257       136       426         6     15206      1935    291526     24.22     16.37  --
6.38/6.42	c  N dy    15     69385       136       426         6     19018      1935    343974     22.53     16.74  --
6.38/6.43	c  S st    15     69385       136       426         6     19018      1935    343974     22.53     16.74  --
6.38/6.49	c  S st    15     69888       136       426         6     19515      1935    354370     22.53     16.74  --
6.38/6.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.38/6.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
6.49/6.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.5M T:  0.03
6.49/6.52	c Calc non-exist non-lernt bins v-fix:     0 done:    136 time:  0.00 s
6.49/6.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
6.49/6.53	c Subs w/ non-existent bins:      0 time:  0.00 s
6.49/6.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.49/6.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.49/6.53	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
7.48/7.55	c ORs :      2 avg-s:  2.0 cl-sh:   154 l-rem:    154 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
8.69/8.77	c Added 2 vars  tried: 67344 time: 1.22
8.79/8.86	c ORs :      2 avg-s:  0.0 cl-sh:  7681 l-rem:   7681 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:    1.31
8.79/8.86	c lits-rem:      4397  cl-subs:     2964  v-elim:      3  v-fix:    0  time:  2.33 s
8.79/8.86	c learnt bin added due to v-elim: 0
8.79/8.86	c vivif2 --  cl tried      428 cl shrink        0 lits rem          0 time: 0.00
8.79/8.86	c vivif2 --  cl tried    16551 cl shrink        3 lits rem          3 time: 0.00
8.79/8.88	c asymm  cl-useful: 0/428/428 lits-rem:0 time: 0.02
8.79/8.88	c calculated reachability. Time: 0.00
8.79/8.88	c  N dy    15     69888       138       428        10     16551      1949    281251     22.53     16.74  --
8.79/8.88	c  F st    15     69888       138       428        10     16551      1949    281251     22.53     16.74  --
8.98/9.04	c Decided on static restart strategy
12.19/12.20	c  N dy    22    104832       138       428        10     15635      1949    221680     22.49     16.68  --
12.19/12.21	c  S st    22    104832       138       428        10     15635      1949    221680     22.49     16.68  --
12.19/12.27	c  S st    22    105336       138       428        10     16135      1949    231871     22.49     16.68  --
12.19/12.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.19/12.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
12.29/12.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.6M T:  0.03
12.29/12.30	c Calc non-exist non-lernt bins v-fix:     0 done:    138 time:  0.00 s
12.29/12.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
12.29/12.30	c Subs w/ non-existent bins:      0 time:  0.00 s
12.29/12.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.29/12.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.29/12.31	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
12.89/12.91	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
13.69/13.74	c Added 2 vars  tried: 80000 time: 0.83
13.69/13.76	c ORs :      2 avg-s:  0.0 cl-sh:  3444 l-rem:   3444 b-add:      4 v-rep:   0 cl-rem: 3 avg s: 6.7 T:    0.85
13.69/13.77	c lits-rem:      1408  cl-subs:      947  v-elim:      3  v-fix:    0  time:  1.46 s
13.69/13.77	c learnt bin added due to v-elim: 0
13.69/13.77	c vivif2 --  cl tried      430 cl shrink        0 lits rem          0 time: 0.00
13.69/13.77	c vivif2 --  cl tried    15185 cl shrink        0 lits rem          0 time: 0.00
13.69/13.79	c asymm  cl-useful: 0/430/430 lits-rem:0 time: 0.02
13.69/13.79	c calculated reachability. Time: 0.00
13.69/13.79	c  N dy    22    105336       140       430        14     15185      1963    211265     22.49     16.68  --
20.69/20.79	c  N dy    23    158005       140       430        14     22703      1963    361245     25.15     16.87  --
20.79/20.81	c  S st    23    158005       140       430        14     22703      1963    361245     25.15     16.87  --
20.79/20.89	c  S st    23    158507       140       430        14     23200      1963    371838     25.15     16.87  --
20.79/20.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
20.79/20.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
20.89/20.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.8M T:  0.05
20.89/20.94	c Calc non-exist non-lernt bins v-fix:     0 done:    140 time:  0.00 s
20.89/20.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
20.89/20.94	c Subs w/ non-existent bins:      0 time:  0.00 s
20.89/20.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
20.89/20.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.89/20.95	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
21.79/21.81	c ORs :      6 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 1 avg s: 7.0 T:    0.01
22.69/22.77	c Added 2 vars  tried: 80000 time: 0.96
22.79/22.85	c ORs :      2 avg-s:  0.0 cl-sh:  9403 l-rem:   9403 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:    1.04
22.79/22.85	c lits-rem:      2800  cl-subs:     1866  v-elim:      3  v-fix:    0  time:  1.90 s
22.79/22.85	c learnt bin added due to v-elim: 0
22.79/22.85	c vivif2 --  cl tried      432 cl shrink        0 lits rem          0 time: 0.00
22.79/22.85	c vivif2 --  cl tried    21333 cl shrink        0 lits rem          0 time: 0.00
22.79/22.88	c asymm  cl-useful: 0/432/432 lits-rem:0 time: 0.02
22.79/22.88	c calculated reachability. Time: 0.00
22.79/22.88	c  N dy    23    158507       142       432        18     21333      1977    322590     25.15     16.87  --
34.98/35.02	c  N dy    24    237762       142       432        18     26012      1977    390218     23.24     17.18  --
34.98/35.03	c  S st    24    237762       142       432        18     26012      1977    390218     23.24     17.18  --
35.09/35.12	c  S st    24    238265       142       432        18     26504      1977    401408     23.24     17.18  --
35.09/35.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
35.09/35.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
35.09/35.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  3.0M T:  0.05
35.09/35.17	c Calc non-exist non-lernt bins v-fix:     0 done:    142 time:  0.00 s
35.09/35.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
35.09/35.17	c Subs w/ non-existent bins:      0 time:  0.00 s
35.09/35.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
35.09/35.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.09/35.18	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
36.08/36.12	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.01
36.89/36.99	c Added 2 vars  tried: 80000 time: 0.87
36.99/37.03	c ORs :      2 avg-s:  0.0 cl-sh:  4541 l-rem:   4541 b-add:      4 v-rep:   0 cl-rem: 4 avg s: 5.2 T:    0.91
36.99/37.03	c lits-rem:      2713  cl-subs:     3410  v-elim:      3  v-fix:    0  time:  1.85 s
36.99/37.03	c learnt bin added due to v-elim: 0
36.99/37.03	c vivif2 --  cl tried      434 cl shrink        0 lits rem          0 time: 0.00
36.99/37.04	c vivif2 --  cl tried    23090 cl shrink        0 lits rem          0 time: 0.00
36.99/37.06	c asymm  cl-useful: 0/434/434 lits-rem:0 time: 0.03
36.99/37.06	c calculated reachability. Time: 0.00
36.99/37.06	c  N dy    24    238265       144       434        22     23090      1991    322830     23.24     17.18  --
59.68/59.75	c  N dy    25    357398       144       434        22     28241      1991    390170     23.29     17.18  --
59.68/59.77	c  S st    25    357398       144       434        22     28241      1991    390170     23.29     17.18  --
59.78/59.86	c  S st    25    357899       144       434        22     28739      1991    400657     23.29     17.18  --
59.78/59.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
59.78/59.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
59.88/59.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  3.6M T:  0.06
59.88/59.92	c Calc non-exist non-lernt bins v-fix:     0 done:    144 time:  0.00 s
59.88/59.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
59.88/59.93	c Subs w/ non-existent bins:      0 time:  0.00 s
59.88/59.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
59.88/59.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
59.88/59.93	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
60.68/60.73	c ORs :     10 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
61.49/61.57	c Added 2 vars  tried: 80000 time: 0.84
61.59/61.60	c ORs :      2 avg-s:  0.0 cl-sh:  4766 l-rem:   4766 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:    0.87
61.59/61.61	c lits-rem:      1839  cl-subs:     1732  v-elim:      3  v-fix:    0  time:  1.67 s
61.59/61.61	c learnt bin added due to v-elim: 0
61.59/61.61	c vivif2 --  cl tried      436 cl shrink        0 lits rem          0 time: 0.00
61.59/61.61	c vivif2 --  cl tried    27007 cl shrink        0 lits rem          0 time: 0.00
61.59/61.65	c asymm  cl-useful: 4/436/436 lits-rem:4 time: 0.04
61.59/61.65	c calculated reachability. Time: 0.00
61.59/61.65	c  N dy    25    357899       146       436        26     27007      2001    361395     23.29     17.18  --
102.09/102.15	c  N dy    26    536848       146       436        26     34295      2001    462728     19.90     16.77  --
102.09/102.17	c  S st    26    536848       146       436        26     34295      2001    462728     19.90     16.77  --
102.19/102.28	c  S st    26    537351       146       436        26     34791      2001    473488     19.90     16.77  --
102.19/102.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
102.19/102.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
102.29/102.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  4.8M T:  0.07
102.29/102.35	c Calc non-exist non-lernt bins v-fix:     0 done:    146 time:  0.00 s
102.29/102.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
102.29/102.36	c Subs w/ non-existent bins:      0 time:  0.00 s
102.29/102.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
102.29/102.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
102.29/102.37	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
103.19/103.22	c ORs :     12 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
103.99/104.09	c Added 2 vars  tried: 80000 time: 0.87
104.09/104.11	c ORs :      2 avg-s:  0.0 cl-sh:  3030 l-rem:   3030 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:    0.89
104.09/104.12	c lits-rem:      1344  cl-subs:     2887  v-elim:      3  v-fix:    0  time:  1.76 s
104.09/104.12	c learnt bin added due to v-elim: 0
104.09/104.12	c vivif2 --  cl tried      438 cl shrink        0 lits rem          0 time: 0.00
104.09/104.13	c vivif2 --  cl tried    31904 cl shrink        0 lits rem          0 time: 0.00
104.09/104.17	c asymm  cl-useful: 5/438/438 lits-rem:5 time: 0.05
104.09/104.17	c calculated reachability. Time: 0.00
104.09/104.17	c  N dy    26    537351       148       438        30     31904      2010    422512     19.90     16.77  --
104.09/104.17	c  F st    26    537351       148       438        30     31904      2010    422512     19.90     16.77  --
104.39/104.50	c Decided on static restart strategy
176.49/176.58	c  N dy    33    806028       148       438        30     55101      2010    889547     23.70     16.62  --
176.59/176.61	c  S st    33    806028       148       438        30     55101      2010    889547     23.70     16.62  --
176.69/176.77	c  S st    33    806531       148       438        30     55598      2010    900740     23.70     16.62  --
176.69/176.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
176.69/176.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
176.89/176.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  8.0M T:  0.15
176.89/176.92	c Calc non-exist non-lernt bins v-fix:     0 done:    148 time:  0.00 s
176.89/176.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
176.89/176.93	c Subs w/ non-existent bins:      0 time:  0.01 s
176.89/176.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
176.89/176.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
176.89/176.95	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
179.29/179.39	c ORs :     14 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 1 avg s: 7.0 T:    0.02
180.69/180.74	c Added 2 vars  tried: 80000 time: 1.35
180.79/180.80	c ORs :      2 avg-s:  0.0 cl-sh:  4338 l-rem:   4338 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:    1.42
180.79/180.82	c lits-rem:      2646  cl-subs:     8283  v-elim:      3  v-fix:    0  time:  3.87 s
180.79/180.82	c learnt bin added due to v-elim: 0
180.79/180.82	c vivif2 --  cl tried      440 cl shrink        0 lits rem          0 time: 0.00
180.79/180.83	c vivif2 --  cl tried    47314 cl shrink        0 lits rem          0 time: 0.01
180.89/180.90	c asymm  cl-useful: 0/440/440 lits-rem:0 time: 0.08
180.89/180.91	c calculated reachability. Time: 0.00
180.89/180.91	c  N dy    33    806531       150       440        34     47314      2018    732092     23.70     16.62  --
304.99/305.02	c  N dy    34   1209799       150       440        34     61931      2018    976659     23.64     16.48  --
304.99/305.06	c  S st    34   1209799       150       440        34     61931      2018    976659     23.64     16.48  --
305.19/305.26	c  S st    34   1210304       150       440        34     62435      2018    987202     23.64     16.48  --
305.19/305.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
305.19/305.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
305.39/305.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  9.6M T:  0.18
305.39/305.44	c Calc non-exist non-lernt bins v-fix:     0 done:    150 time:  0.00 s
305.39/305.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
305.39/305.45	c Subs w/ non-existent bins:      0 time:  0.01 s
305.39/305.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
305.39/305.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
305.39/305.47	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
308.19/308.22	c ORs :     16 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 1 avg s: 4.0 T:    0.04
309.69/309.79	c Added 2 vars  tried: 80000 time: 1.57
309.79/309.87	c ORs :      2 avg-s:  0.0 cl-sh:  5336 l-rem:   5336 b-add:      4 v-rep:   0 cl-rem: 3 avg s: 9.0 T:    1.65
309.79/309.89	c lits-rem:       823  cl-subs:     8822  v-elim:      3  v-fix:    0  time:  4.41 s
309.79/309.89	c learnt bin added due to v-elim: 0
309.79/309.89	c vivif2 --  cl tried      442 cl shrink        0 lits rem          0 time: 0.00
309.89/309.90	c vivif2 --  cl tried    53609 cl shrink        0 lits rem          0 time: 0.01
309.89/309.98	c asymm  cl-useful: 1/442/442 lits-rem:1 time: 0.09
309.89/309.99	c calculated reachability. Time: 0.00
309.89/309.99	c  N dy    34   1210304       152       442        38     53609      2031    810159     23.64     16.48  --
508.00/508.04	c  N dy    35   1710305       152       442        38     86023      2031   1458668     22.60     16.46  --
508.10/508.10	c  S st    35   1710305       152       442        38     86023      2031   1458668     22.60     16.46  --
508.10/508.10	c Finding binary XORs  T:     0.00 s  found:       0
508.40/508.47	c  S st    35   1710809       152       442        38     86521      2031   1469273     22.60     16.46  --
508.40/508.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
508.40/508.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
508.70/508.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 13.8M T:  0.29
508.70/508.77	c Calc non-exist non-lernt bins v-fix:     0 done:    152 time:  0.00 s
508.70/508.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
508.70/508.78	c Subs w/ non-existent bins:      0 time:  0.02 s
508.80/508.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
508.80/508.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
508.80/508.82	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
515.40/515.46	c ORs :     18 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 18 avg s: 11.7 T:    0.13
517.80/517.81	c Added 2 vars  tried: 80000 time: 2.35
518.10/518.12	c ORs :      2 avg-s:  0.0 cl-sh: 13000 l-rem:  13000 b-add:      4 v-rep:   0 cl-rem: 1 avg s: 10.0 T:    2.66
518.10/518.15	c lits-rem:      2827  cl-subs:    12932  v-elim:      3  v-fix:    0  time:  9.32 s
518.10/518.15	c learnt bin added due to v-elim: 0
518.10/518.15	c vivif2 --  cl tried      444 cl shrink        0 lits rem          0 time: 0.00
518.10/518.16	c vivif2 --  cl tried    73570 cl shrink        0 lits rem          0 time: 0.02
518.20/518.27	c asymm  cl-useful: 0/399/444 lits-rem:0 time: 0.11
518.20/518.27	c calculated reachability. Time: 0.00
518.20/518.27	c  N dy    35   1710809       154       444        42     73570      2045   1192835     22.60     16.46  --
768.10/768.17	c  N dy    36   2210809       154       444        42     88229      2045   1394240     20.28     16.34  --
768.20/768.23	c  S st    36   2210809       154       444        42     88229      2045   1394240     20.28     16.34  --
768.50/768.53	c  S st    36   2211313       154       444        42     88729      2045   1405163     20.28     16.34  --
768.50/768.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
768.50/768.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
768.81/768.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 14.4M T:  0.28
768.81/768.82	c Calc non-exist non-lernt bins v-fix:     0 done:    154 time:  0.00 s
768.81/768.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
768.81/768.84	c Subs w/ non-existent bins:      0 time:  0.02 s
768.81/768.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
768.81/768.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
768.81/768.88	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
774.90/774.90	c ORs :     20 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 7 avg s: 10.3 T:    0.13
776.80/776.86	c Added 2 vars  tried: 80000 time: 1.96
777.00/777.00	c ORs :      2 avg-s:  0.0 cl-sh:  6908 l-rem:   6908 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:    2.10
777.00/777.02	c lits-rem:      2043  cl-subs:    13003  v-elim:      3  v-fix:    0  time:  8.14 s
777.00/777.02	c learnt bin added due to v-elim: 0
777.00/777.02	c vivif2 --  cl tried      446 cl shrink        0 lits rem          0 time: 0.00
777.00/777.04	c vivif2 --  cl tried    75719 cl shrink        0 lits rem          0 time: 0.02
777.10/777.14	c asymm  cl-useful: 5/340/446 lits-rem:5 time: 0.10
777.10/777.15	c calculated reachability. Time: 0.00
777.10/777.15	c  N dy    36   2211313       156       446        46     75719      2054   1140269     20.28     16.34  --
1076.31/1076.36	c  N dy    37   2711315       156       446        46    100522      2054   1617806     22.49     16.20  --
1076.41/1076.43	c  S st    37   2711315       156       446        46    100522      2054   1617806     22.49     16.20  --
1076.71/1076.78	c  S st    37   2711816       156       446        46    101015      2054   1628454     22.49     16.20  --
1076.71/1076.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1076.71/1076.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1077.11/1077.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 16.7M T:  0.34
1077.11/1077.12	c Calc non-exist non-lernt bins v-fix:     0 done:    156 time:  0.00 s
1077.11/1077.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1077.11/1077.14	c Subs w/ non-existent bins:      0 time:  0.02 s
1077.11/1077.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1077.11/1077.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1077.11/1077.19	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
1084.81/1084.85	c ORs :     22 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 7 avg s: 13.1 T:    0.18
1087.41/1087.41	c Added 2 vars  tried: 80000 time: 2.56
1087.51/1087.53	c ORs :      2 avg-s:  0.0 cl-sh:  5654 l-rem:   5654 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:    2.68
1087.51/1087.56	c lits-rem:      3285  cl-subs:    13719  v-elim:      3  v-fix:    0  time: 10.37 s
1087.51/1087.56	c learnt bin added due to v-elim: 0
1087.51/1087.56	c vivif2 --  cl tried      448 cl shrink        0 lits rem          0 time: 0.00
1087.51/1087.58	c vivif2 --  cl tried    87289 cl shrink        1 lits rem          1 time: 0.02
1087.71/1087.70	c asymm  cl-useful: 2/331/448 lits-rem:2 time: 0.11
1087.71/1087.70	c calculated reachability. Time: 0.00
1087.71/1087.70	c  N dy    37   2711816       158       448        50     87289      2066   1362387     22.49     16.20  --
1087.71/1087.70	c  F st    37   2711816       158       448        50     87289      2066   1362387     22.49     16.20  --
1088.61/1088.61	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-3263826-1303568019/watcher-3263826-1303568019 -o /tmp/evaluation-result-3263826-1303568019/solver-3263826-1303568019 -C 2400 -W 1300 -M 7680 ./techdemo --threads=1 HOME/instance-3263826-1303568019.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: 1.42 4.96 6.67 3/179 12082
/proc/meminfo: memFree=11894136/32951124 swapFree=67111528/67111528
[pid=12082] ppid=12080 vsize=20564 CPUtime=0 cores=4,6
/proc/12082/stat : 12082 (techdemo) R 12080 12082 12042 0 -1 4194304 241 0 0 0 0 0 0 0 22 0 1 0 449217775 21057536 192 33554432000 4194304 4797429 140734130690336 18446744073709551615 233505334760 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12082/statm: 5141 193 160 148 0 57 0

[startup+0.00967594 s]
/proc/loadavg: 1.42 4.96 6.67 3/179 12082
/proc/meminfo: memFree=11894136/32951124 swapFree=67111528/67111528
[pid=12082] ppid=12080 vsize=127244 CPUtime=0 cores=4,6
/proc/12082/stat : 12082 (techdemo) R 12080 12082 12042 0 -1 4202496 569 0 0 0 0 0 0 0 22 0 1 0 449217775 130297856 501 33554432000 4194304 4797429 140734130690336 18446744073709551615 233510322071 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12082/statm: 31811 507 395 148 0 26740 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 127244

[startup+0.100649 s]
/proc/loadavg: 1.42 4.96 6.67 3/179 12082
/proc/meminfo: memFree=11894136/32951124 swapFree=67111528/67111528
[pid=12082] ppid=12080 vsize=127512 CPUtime=0.09 cores=4,6
/proc/12082/stat : 12082 (techdemo) R 12080 12082 12042 0 -1 4202496 741 0 0 0 9 0 0 0 22 0 1 0 449217775 130572288 670 33554432000 4194304 4797429 140734130690336 18446744073709551615 4425708 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12082/statm: 31878 670 413 148 0 26807 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 127512

[startup+0.300626 s]
/proc/loadavg: 1.42 4.96 6.67 3/179 12082
/proc/meminfo: memFree=11894136/32951124 swapFree=67111528/67111528
[pid=12082] ppid=12080 vsize=128108 CPUtime=0.29 cores=4,6
/proc/12082/stat : 12082 (techdemo) R 12080 12082 12042 0 -1 4202496 972 0 0 0 29 0 0 0 23 0 1 0 449217775 131182592 780 33554432000 4194304 4797429 140734130690336 18446744073709551615 4424846 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12082/statm: 32027 780 413 148 0 26956 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 128108

[startup+0.700581 s]
/proc/loadavg: 1.42 4.96 6.67 3/179 12082
/proc/meminfo: memFree=11894136/32951124 swapFree=67111528/67111528
[pid=12082] ppid=12080 vsize=128392 CPUtime=0.69 cores=4,6
/proc/12082/stat : 12082 (techdemo) R 12080 12082 12042 0 -1 4202496 1269 0 0 0 69 0 0 0 25 0 1 0 449217775 131473408 879 33554432000 4194304 4797429 140734130690336 18446744073709551615 4423089 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12082/statm: 32098 879 413 148 0 27027 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 128392

[startup+1.50043 s]
/proc/loadavg: 1.42 4.96 6.67 5/190 12103
/proc/meminfo: memFree=11868248/32951124 swapFree=67111528/67111528
[pid=12082] ppid=12080 vsize=129116 CPUtime=1.49 cores=4,6
/proc/12082/stat : 12082 (techdemo) R 12080 12082 12042 0 -1 4202496 1871 0 0 0 149 0 0 0 25 0 1 0 449217775 132214784 949 33554432000 4194304 4797429 140734130690336 18446744073709551615 4341638 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12082/statm: 32279 949 413 148 0 27208 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 129116

[startup+3.10115 s]
/proc/loadavg: 1.62 4.94 6.66 5/190 12103
/proc/meminfo: memFree=11860064/32951124 swapFree=67111528/67111528
[pid=12082] ppid=12080 vsize=130928 CPUtime=3.09 cores=4,6
/proc/12082/stat : 12082 (techdemo) R 12080 12082 12042 0 -1 4202496 2923 0 0 0 309 0 0 0 25 0 1 0 449217775 134070272 1633 33554432000 4194304 4797429 140734130690336 18446744073709551615 4424592 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12082/statm: 32732 1633 415 148 0 27661 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 130928

[startup+6.30053 s]
/proc/loadavg: 1.62 4.94 6.66 5/190 12103
/proc/meminfo: memFree=11849292/32951124 swapFree=67111528/67111528
[pid=12082] ppid=12080 vsize=133484 CPUtime=6.28 cores=4,6
/proc/12082/stat : 12082 (techdemo) R 12080 12082 12042 0 -1 4202496 4306 0 0 0 628 0 0 0 25 0 1 0 449217775 136687616 2201 33554432000 4194304 4797429 140734130690336 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12082/statm: 33371 2201 415 148 0 28300 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 133484

[startup+12.7004 s]
/proc/loadavg: 1.99 4.91 6.63 5/190 12103
/proc/meminfo: memFree=11843372/32951124 swapFree=67111528/67111528
[pid=12082] ppid=12080 vsize=135148 CPUtime=12.69 cores=4,6
/proc/12082/stat : 12082 (techdemo) R 12080 12082 12042 0 -1 4202496 6009 0 0 0 1268 1 0 0 25 0 1 0 449217775 138391552 2481 33554432000 4194304 4797429 140734130690336 18446744073709551615 4524576 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12082/statm: 33787 2481 418 148 0 28716 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 135148

[startup+25.5011 s]
/proc/loadavg: 2.30 4.88 6.60 5/190 12104
/proc/meminfo: memFree=11833896/32951124 swapFree=67111528/67111528
[pid=12082] ppid=12080 vsize=137992 CPUtime=25.49 cores=4,6
/proc/12082/stat : 12082 (techdemo) R 12080 12082 12042 0 -1 4202496 9253 0 0 0 2548 1 0 0 25 0 1 0 449217775 141303808 3235 33554432000 4194304 4797429 140734130690336 18446744073709551615 4425054 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12082/statm: 34498 3235 418 148 0 29427 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 137992

[startup+51.1005 s]
/proc/loadavg: 2.88 4.81 6.53 5/190 12104
/proc/meminfo: memFree=11822776/32951124 swapFree=67111528/67111528
[pid=12082] ppid=12080 vsize=140228 CPUtime=51.09 cores=4,6
/proc/12082/stat : 12082 (techdemo) R 12080 12082 12042 0 -1 4202496 14772 0 0 0 5107 2 0 0 25 0 1 0 449217775 143593472 3932 33554432000 4194304 4797429 140734130690336 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12082/statm: 35057 3932 418 148 0 29986 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 140228

[startup+102.306 s]
/proc/loadavg: 3.59 4.68 6.39 5/190 12106
/proc/meminfo: memFree=11810140/32951124 swapFree=67111528/67111528
[pid=12082] ppid=12080 vsize=142288 CPUtime=102.29 cores=4,6
/proc/12082/stat : 12082 (techdemo) R 12080 12082 12042 0 -1 4202496 23530 0 0 0 10226 3 0 0 25 0 1 0 449217775 145702912 4241 33554432000 4194304 4797429 140734130690336 18446744073709551615 4430083 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12082/statm: 35572 4241 418 148 0 30501 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 142288

[startup+162.301 s]
/proc/loadavg: 3.85 4.56 6.23 5/190 12107
/proc/meminfo: memFree=11795096/32951124 swapFree=67111528/67111528
[pid=12082] ppid=12080 vsize=146368 CPUtime=162.29 cores=4,6
/proc/12082/stat : 12082 (techdemo) R 12080 12082 12042 0 -1 4202496 32458 0 0 0 16224 5 0 0 25 0 1 0 449217775 149880832 5209 33554432000 4194304 4797429 140734130690336 18446744073709551615 4424670 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12082/statm: 36592 5209 418 148 0 31521 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 146368

[startup+222.301 s]
/proc/loadavg: 3.94 4.45 6.09 5/190 12109
/proc/meminfo: memFree=11777224/32951124 swapFree=67111528/67111528
[pid=12082] ppid=12080 vsize=150488 CPUtime=222.29 cores=4,6
/proc/12082/stat : 12082 (techdemo) R 12080 12082 12042 0 -1 4202496 40512 0 0 0 22222 7 0 0 25 0 1 0 449217775 154099712 6841 33554432000 4194304 4797429 140734130690336 18446744073709551615 4424846 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12082/statm: 37622 6841 422 148 0 32551 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 150488

[startup+282.301 s]
/proc/loadavg: 3.98 4.37 5.96 5/190 12111
/proc/meminfo: memFree=11769984/32951124 swapFree=67111528/67111528
[pid=12082] ppid=12080 vsize=151104 CPUtime=282.29 cores=4,6
/proc/12082/stat : 12082 (techdemo) R 12080 12082 12042 0 -1 4202496 47540 0 0 0 28221 8 0 0 25 0 1 0 449217775 154730496 7203 33554432000 4194304 4797429 140734130690336 18446744073709551615 4345259 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12082/statm: 37776 7203 422 148 0 32705 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 151104

[startup+342.3 s]
/proc/loadavg: 3.99 4.30 5.83 5/190 12112
/proc/meminfo: memFree=11762140/32951124 swapFree=67111528/67111528
[pid=12082] ppid=12080 vsize=154892 CPUtime=342.29 cores=4,6
/proc/12082/stat : 12082 (techdemo) R 12080 12082 12042 0 -1 4202496 54798 0 0 0 34219 10 0 0 25 0 1 0 449217775 158609408 7042 33554432000 4194304 4797429 140734130690336 18446744073709551615 4424603 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12082/statm: 38723 7042 422 148 0 33652 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 154892

[startup+402.301 s]
/proc/loadavg: 3.99 4.24 5.71 5/190 12114
/proc/meminfo: memFree=11757520/32951124 swapFree=67111528/67111528
[pid=12082] ppid=12080 vsize=155116 CPUtime=402.3 cores=4,6
/proc/12082/stat : 12082 (techdemo) R 12080 12082 12042 0 -1 4202496 60988 0 0 0 40218 12 0 0 25 0 1 0 449217775 158838784 7254 33554432000 4194304 4797429 140734130690336 18446744073709551615 4423344 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12082/statm: 38779 7254 422 148 0 33708 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 155116

[startup+462.301 s]
/proc/loadavg: 3.99 4.20 5.60 5/190 12115
/proc/meminfo: memFree=11744572/32951124 swapFree=67111528/67111528
[pid=12082] ppid=12080 vsize=155232 CPUtime=462.3 cores=4,6
/proc/12082/stat : 12082 (techdemo) R 12080 12082 12042 0 -1 4202496 66153 0 0 0 46216 14 0 0 25 0 1 0 449217775 158957568 8184 33554432000 4194304 4797429 140734130690336 18446744073709551615 4424603 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12082/statm: 38808 8184 422 148 0 33737 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 155232

[startup+522.301 s]
/proc/loadavg: 4.04 4.17 5.51 5/190 12117
/proc/meminfo: memFree=11734368/32951124 swapFree=67111528/67111528
[pid=12082] ppid=12080 vsize=159512 CPUtime=522.3 cores=4,6
/proc/12082/stat : 12082 (techdemo) R 12080 12082 12042 0 -1 4202496 71517 0 0 0 52215 15 0 0 25 0 1 0 449217775 163340288 9182 33554432000 4194304 4797429 140734130690336 18446744073709551615 4340967 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12082/statm: 39878 9182 427 148 0 34807 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 159512

[startup+582.3 s]
/proc/loadavg: 4.01 4.14 5.41 5/190 12119
/proc/meminfo: memFree=11724904/32951124 swapFree=67111528/67111528
[pid=12082] ppid=12080 vsize=161332 CPUtime=582.3 cores=4,6
/proc/12082/stat : 12082 (techdemo) R 12080 12082 12042 0 -1 4202496 76711 0 0 0 58213 17 0 0 25 0 1 0 449217775 165203968 9667 33554432000 4194304 4797429 140734130690336 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12082/statm: 40333 9667 427 148 0 35262 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 161332

[startup+642.301 s]
/proc/loadavg: 4.06 4.12 5.32 5/190 12120
/proc/meminfo: memFree=11719276/32951124 swapFree=67111528/67111528
[pid=12082] ppid=12080 vsize=162056 CPUtime=642.31 cores=4,6
/proc/12082/stat : 12082 (techdemo) R 12080 12082 12042 0 -1 4202496 81552 0 0 0 64213 18 0 0 25 0 1 0 449217775 165945344 9949 33554432000 4194304 4797429 140734130690336 18446744073709551615 4395171 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12082/statm: 40514 9949 427 148 0 35443 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 162056

[startup+702.301 s]
/proc/loadavg: 4.07 4.11 5.24 5/190 12125
/proc/meminfo: memFree=11716456/32951124 swapFree=67111528/67111528
[pid=12082] ppid=12080 vsize=162564 CPUtime=702.31 cores=4,6
/proc/12082/stat : 12082 (techdemo) R 12080 12082 12042 0 -1 4202496 85944 0 0 0 70211 20 0 0 25 0 1 0 449217775 166465536 9769 33554432000 4194304 4797429 140734130690336 18446744073709551615 4426348 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12082/statm: 40641 9769 427 148 0 35570 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 162564

[startup+762.307 s]
/proc/loadavg: 4.02 4.09 5.16 5/190 12126
/proc/meminfo: memFree=11711024/32951124 swapFree=67111528/67111528
[pid=12082] ppid=12080 vsize=162992 CPUtime=762.31 cores=4,6
/proc/12082/stat : 12082 (techdemo) R 12080 12082 12042 0 -1 4202496 90147 0 0 0 76210 21 0 0 25 0 1 0 449217775 166903808 9387 33554432000 4194304 4797429 140734130690336 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12082/statm: 40748 9387 427 148 0 35677 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 162992

[startup+822.3 s]
/proc/loadavg: 4.01 4.07 5.09 5/190 12128
/proc/meminfo: memFree=11704292/32951124 swapFree=67111528/67111528
[pid=12082] ppid=12080 vsize=164164 CPUtime=822.31 cores=4,6
/proc/12082/stat : 12082 (techdemo) R 12080 12082 12042 0 -1 4202496 93655 0 0 0 82208 23 0 0 25 0 1 0 449217775 168103936 10132 33554432000 4194304 4797429 140734130690336 18446744073709551615 4423635 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12082/statm: 41041 10132 427 148 0 35970 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 164164

[startup+882.301 s]
/proc/loadavg: 4.00 4.06 5.02 5/190 12130
/proc/meminfo: memFree=11701392/32951124 swapFree=67111528/67111528
[pid=12082] ppid=12080 vsize=164396 CPUtime=882.31 cores=4,6
/proc/12082/stat : 12082 (techdemo) R 12080 12082 12042 0 -1 4202496 96933 0 0 0 88207 24 0 0 25 0 1 0 449217775 168341504 10837 33554432000 4194304 4797429 140734130690336 18446744073709551615 4424732 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12082/statm: 41099 10837 427 148 0 36028 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 164396

[startup+942.301 s]
/proc/loadavg: 4.00 4.04 4.95 5/190 12131
/proc/meminfo: memFree=11692432/32951124 swapFree=67111528/67111528
[pid=12082] ppid=12080 vsize=165380 CPUtime=942.31 cores=4,6
/proc/12082/stat : 12082 (techdemo) R 12080 12082 12042 0 -1 4202496 101526 0 0 0 94206 25 0 0 25 0 1 0 449217775 169349120 10447 33554432000 4194304 4797429 140734130690336 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12082/statm: 41345 10447 427 148 0 36274 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 165380

[startup+1002.3 s]
/proc/loadavg: 4.00 4.03 4.89 5/190 12133
/proc/meminfo: memFree=11686796/32951124 swapFree=67111528/67111528
[pid=12082] ppid=12080 vsize=166240 CPUtime=1002.31 cores=4,6
/proc/12082/stat : 12082 (techdemo) R 12080 12082 12042 0 -1 4202496 104996 0 0 0 100205 26 0 0 25 0 1 0 449217775 170229760 11263 33554432000 4194304 4797429 140734130690336 18446744073709551615 4424868 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12082/statm: 41560 11263 427 148 0 36489 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 166240

[startup+1062.3 s]
/proc/loadavg: 4.07 4.04 4.83 5/190 12134
/proc/meminfo: memFree=11694208/32951124 swapFree=67111528/67111528
[pid=12082] ppid=12080 vsize=167012 CPUtime=1062.32 cores=4,6
/proc/12082/stat : 12082 (techdemo) R 12080 12082 12042 0 -1 4202496 109255 0 0 0 106204 28 0 0 25 0 1 0 449217775 171020288 10106 33554432000 4194304 4797429 140734130690336 18446744073709551615 4422912 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12082/statm: 41753 10106 427 148 0 36682 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 167012

[startup+1122.3 s]
/proc/loadavg: 4.02 4.03 4.78 5/190 12136
/proc/meminfo: memFree=11678552/32951124 swapFree=67111528/67111528
[pid=12082] ppid=12080 vsize=170568 CPUtime=1122.32 cores=4,6
/proc/12082/stat : 12082 (techdemo) R 12080 12082 12042 0 -1 4202496 113255 0 0 0 112202 30 0 0 25 0 1 0 449217775 174661632 10925 33554432000 4194304 4797429 140734130690336 18446744073709551615 4424725 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12082/statm: 42642 10925 425 148 0 37571 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 170568

[startup+1182.3 s]
/proc/loadavg: 4.09 4.04 4.73 5/190 12138
/proc/meminfo: memFree=11666972/32951124 swapFree=67111528/67111528
[pid=12082] ppid=12080 vsize=171216 CPUtime=1182.32 cores=4,6
/proc/12082/stat : 12082 (techdemo) R 12080 12082 12042 0 -1 4202496 116981 0 0 0 118201 31 0 0 25 0 1 0 449217775 175325184 11781 33554432000 4194304 4797429 140734130690336 18446744073709551615 4424617 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12082/statm: 42804 11781 425 148 0 37733 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 171216

[startup+1242.3 s]
/proc/loadavg: 4.10 4.04 4.69 5/190 12139
/proc/meminfo: memFree=11668676/32951124 swapFree=67111528/67111528
[pid=12082] ppid=12080 vsize=171772 CPUtime=1242.32 cores=4,6
/proc/12082/stat : 12082 (techdemo) R 12080 12082 12042 0 -1 4202496 120304 0 0 0 124200 32 0 0 25 0 1 0 449217775 175894528 12249 33554432000 4194304 4797429 140734130690336 18446744073709551615 4424794 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12082/statm: 42943 12249 425 148 0 37872 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 171772



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.03 4.65 4/188 12142
/proc/meminfo: memFree=11714296/32951124 swapFree=67111528/67111528
[pid=12082] ppid=12080 vsize=171844 CPUtime=1300.03 cores=4,6
/proc/12082/stat : 12082 (techdemo) R 12080 12082 12042 0 -1 4202496 123294 0 0 0 129970 33 0 0 25 0 1 0 449217775 175968256 12355 33554432000 4194304 4797429 140734130690336 18446744073709551615 4424603 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12082/statm: 42961 12355 425 148 0 37890 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 171844

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.71
CPU system time (s): 0.333949
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 282396

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

runsolver used 2.33465 second user time and 4.77527 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-23 16:13:39
IDJOB=3263826
IDBENCH=84028
IDSOLVER=1585
FILE ID=node145/3263826-1303568019
RUNJOBID= node145-1303568019-12061
PBS_JOBID= 13150286
Free space on /tmp= 71328 MiB

SOLVER NAME= CryptoMiniSat TechDemo-Alpha-st
BENCH NAME= SAT03/handmade/stanion/hwb/hwb-n30-02-S77299857.shuffled-as.sat03-1633.cnf
COMMAND LINE= ./techdemo --threads=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263826-1303568019/watcher-3263826-1303568019 -o /tmp/evaluation-result-3263826-1303568019/solver-3263826-1303568019 -C 2400 -W 1300 -M 7680  ./techdemo --threads=1 HOME/instance-3263826-1303568019.cnf

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

MD5SUM BENCH= bdf2c49c74bfdbd3bd4663dca402d24f
RANDOM SEED=282756452

node145.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.786
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.57
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.786
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.76
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.786
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.786
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.83
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.786
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.82
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.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11894548 kB
Buffers:       2167308 kB
Cached:       18254728 kB
SwapCached:          0 kB
Active:       10179424 kB
Inactive:     10309028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11894548 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           15528 kB
Writeback:           0 kB
AnonPages:       65564 kB
Mapped:          15880 kB
Slab:           504268 kB
PageTables:       5772 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   311556 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= 71308 MiB
End job on node145 at 2011-04-23 16:35:21