Trace number 3368480

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 Strange-Night2-st (fixed)? (TO) 1300.07 1300.02

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
64/aes_64_3_keyfind_1.cnf
MD5SUM4738c3d0ccd52030cff8addcec6bcde9
Bench CategoryAPPLICATION (applications 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 variables1404
Number of clauses7572
Sum of the clauses size29588
Maximum clause length5
Minimum clause length1
Number of clauses of size 1140
Number of clauses of size 2240
Number of clauses of size 32992
Number of clauses of size 41008
Number of clauses of size 53192
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 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3368480-1305391794.cnf'
0.00/0.00	c -- header says num vars:           1404
0.00/0.00	c -- header says num clauses:        7572
0.00/0.00	c -- clauses added:            0 learnts,         7572 normals,            0 xors
0.00/0.00	c -- vars added       1404
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0      1404      7144       240         0     29208         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/6632/6632 lits-rem:0 time: 0.01
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  224 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.00/0.01	c Replacing      224 vars Replaced     7272 lits Time:     0.00 s 
0.00/0.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1040 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.00/0.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.02	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.02	c Finding non-binary XORs:     0.00 s (found:     608, avg size: 3.6)
0.00/0.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    156 locsubst:     0 time:   0.00
0.00/0.02	c calculated reachability. Time: 0.00
0.00/0.02	c Calc default polars -  time:   0.00 s pos:      32 undec:     520 neg:     852
0.00/0.02	c =========================================================================================
0.00/0.02	c types(t): F = full restart, N = normal restart
0.00/0.02	c types(t): S = simplification begin/end, E = solution found
0.00/0.02	c restart types(rt): st = static, dy = dynamic
0.00/0.02	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.02	c  B st     0         0       884      1896        48         0      8832         0   no data   no data
0.05/0.06	c Decided on static restart strategy
0.09/0.17	c  N st     8      4916       884      1896        55      4701      8832    167350   no data   no data
0.69/0.73	c  N st    10     11299       884      1896        59      4509      8832    100236   no data   no data
1.00/1.09	c  N st    11     17043       884      1896        62     10089      8832    375071   no data   no data
1.99/2.02	c  F st    12     25000       884      1896        67     12477      8832    658824   no data   no data
1.99/2.02	c  N st    12     25000       884      1896        67     12477      8832    658824   no data   no data
2.39/2.41	c Decided on static restart strategy
2.39/2.41	c  N st    18     30000       884      1896        69     10789      8832    395971   no data   no data
2.39/2.41	c  S st    18     30000       884      1896        69     10789      8832    395971   no data   no data
2.39/2.44	c  S st    18     30501       884      1896        75     11249      8832    402892   no data   no data
2.39/2.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     36 locsubst:     0 time:   0.00
2.39/2.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   20 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
2.39/2.46	c Replacing       20 vars Replaced     8450 lits Time:     0.00 s 
2.39/2.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.39/2.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.39/2.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.39/2.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    828 time:  0.00 s
2.39/2.46	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2.39/2.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
2.39/2.46	c subs with bin:        5  lits-rem:        30  v-fix:    0  time:  0.00 s
2.49/2.52	c lits-rem:      1070  cl-subs:      277  v-elim:      0  v-fix:    0  time:  0.05 s
2.49/2.52	c asymm  cl-useful: 0/1896/1896 lits-rem:0 time: 0.00
2.49/2.52	c calculated reachability. Time: 0.00
2.49/2.52	c  N st    18     30501       828      1896        35      6334      8724    129280   no data   no data
2.99/3.09	c  N st    20     37612       828      1896        39      8114      8724    237424   no data   no data
3.59/3.67	c  N st    21     44012       828      1896        40     14371      8724    657593   no data   no data
3.69/3.77	c  S st    22     45754       828      1896        40      8669      8724    152321   no data   no data
3.79/3.80	c  S st    22     46257       828      1896        45      9145      8724    163509   no data   no data
3.79/3.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.79/3.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    5 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
3.79/3.81	c Replacing        5 vars Replaced     3999 lits Time:     0.00 s 
3.79/3.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.79/3.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.79/3.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.79/3.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    823 time:  0.00 s
3.79/3.81	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3.79/3.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.79/3.82	c subs with bin:        5  lits-rem:        12  v-fix:    0  time:  0.00 s
3.79/3.85	c lits-rem:       658  cl-subs:      118  v-elim:      0  v-fix:    0  time:  0.03 s
3.79/3.85	c vivif2 --  cl tried     1896 cl shrink        0 lits rem          0 time: 0.00
3.79/3.85	c vivif2 --  cl tried     9015 cl shrink        0 lits rem          0 time: 0.00
3.79/3.85	c asymm  cl-useful: 0/1896/1896 lits-rem:0 time: 0.00
3.79/3.85	c calculated reachability. Time: 0.00
3.79/3.85	c  N st    22     46257       823      1896        35      9015      8716    160392   no data   no data
5.50/5.52	c  N st    23     60655       823      1896        36     14145      8716    526440   no data   no data
5.50/5.52	c Finding binary XORs  T:     0.00 s  found:       1
6.69/6.72	c  N st    24     69385       823      1896        37     12308      8716    274287   no data   no data
6.69/6.72	c  S st    24     69385       823      1896        37     12308      8716    274287   no data   no data
6.69/6.75	c  S st    24     69887       823      1896        43     12766      8716    281585   no data   no data
6.69/6.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.69/6.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    4 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
6.69/6.76	c Replacing        5 vars Replaced     1102 lits Time:     0.00 s 
6.69/6.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6.69/6.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.69/6.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.69/6.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    818 time:  0.00 s
6.69/6.76	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
6.69/6.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
6.69/6.77	c subs with bin:        3  lits-rem:        20  v-fix:    0  time:  0.00 s
6.79/6.87	c lits-rem:       617  cl-subs:      111  v-elim:      0  v-fix:    0  time:  0.10 s
6.79/6.87	c vivif2 --  cl tried     1896 cl shrink        0 lits rem          0 time: 0.00
6.79/6.87	c vivif2 --  cl tried    12644 cl shrink        0 lits rem          0 time: 0.00
6.79/6.88	c asymm  cl-useful: 0/1896/1896 lits-rem:0 time: 0.01
6.79/6.88	c calculated reachability. Time: 0.00
6.79/6.88	c  N st    24     69887       818      1896        33     12644      8708    278652   no data   no data
9.29/9.35	c  F st    25     87500       818      1896        34     18270      8708    660369   no data   no data
9.29/9.35	c  N st    25     87500       818      1896        34     18270      8708    660369   no data   no data
9.80/9.87	c Decided on static restart strategy
10.19/10.24	c  N st    32     95538       818      1896        35     13643      8708    254719   no data   no data
11.00/11.10	c  N st    34    104831       818      1896        37     22797      8708    828890   no data   no data
11.00/11.10	c  S st    34    104831       818      1896        37     22797      8708    828890   no data   no data
11.09/11.16	c  S st    34    105336       818      1896        39     23275      8708    841239   no data   no data
11.09/11.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.09/11.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    3 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
11.09/11.18	c Replacing        3 vars Replaced     6056 lits Time:     0.01 s 
11.09/11.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.09/11.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.09/11.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.09/11.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    815 time:  0.00 s
11.09/11.18	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
11.09/11.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
11.19/11.21	c subs with bin:        3  lits-rem:       157  v-fix:    0  time:  0.00 s
11.89/11.91	c lits-rem:      3054  cl-subs:      244  v-elim:      0  v-fix:    0  time:  0.70 s
11.89/11.91	c vivif2 --  cl tried     1896 cl shrink        0 lits rem          0 time: 0.00
11.89/11.92	c vivif2 --  cl tried    23020 cl shrink        0 lits rem          0 time: 0.01
11.89/11.93	c asymm  cl-useful: 0/1896/1896 lits-rem:0 time: 0.01
11.89/11.93	c calculated reachability. Time: 0.00
11.89/11.93	c  N st    34    105336       815      1896        33     23020      8704    826583   no data   no data
13.29/13.39	c  N st    35    114934       815      1896        33     18758      8704    540948   no data   no data
15.69/15.70	c  N st    36    129332       815      1896        33     18284      8704    455553   no data   no data
18.49/18.58	c  N st    37    150929       815      1896        34     23985      8704    806001   no data   no data
18.49/18.58	c Finding binary XORs  T:     0.00 s  found:       1
19.49/19.58	c  S st    38    158004       815      1896        35     30796      8704   1253607   no data   no data
19.59/19.66	c  S st    38    158508       815      1896        40     31278      8704   1265942   no data   no data
19.59/19.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.59/19.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    3 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
19.59/19.69	c Replacing        4 vars Replaced     3522 lits Time:     0.01 s 
19.59/19.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
19.59/19.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.59/19.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.59/19.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    811 time:  0.00 s
19.59/19.69	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
19.70/19.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
19.70/19.73	c subs with bin:        3  lits-rem:       175  v-fix:    0  time:  0.00 s
22.39/22.44	c lits-rem:      2958  cl-subs:     1774  v-elim:      0  v-fix:    0  time:  2.71 s
22.39/22.44	c vivif2 --  cl tried     1896 cl shrink        0 lits rem          0 time: 0.00
22.39/22.45	c vivif2 --  cl tried    29496 cl shrink        0 lits rem          0 time: 0.01
22.39/22.47	c asymm  cl-useful: 0/1896/1896 lits-rem:0 time: 0.01
22.39/22.47	c calculated reachability. Time: 0.00
22.39/22.47	c  N st    38    158508       811      1896        32     29496      8698   1158472   no data   no data
28.89/28.96	c  N st    39    207096       811      1896        35     24399      8698    569402   no data   no data
33.39/33.48	c  N st    40    237762       811      1896        38     35140      8698   1457545   no data   no data
33.39/33.48	c  S st    40    237762       811      1896        38     35140      8698   1457545   no data   no data
33.49/33.56	c  S st    40    238266       811      1896        41     35623      8698   1468471   no data   no data
33.49/33.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
33.49/33.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    4 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
33.59/33.62	c Replacing        4 vars Replaced    10313 lits Time:     0.04 s 
33.59/33.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
33.59/33.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
33.59/33.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.59/33.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    807 time:  0.00 s
33.59/33.62	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
33.59/33.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
33.59/33.67	c subs with bin:        3  lits-rem:       448  v-fix:    0  time:  0.00 s
35.59/35.62	c lits-rem:      5743  cl-subs:      339  v-elim:      0  v-fix:    0  time:  1.95 s
35.59/35.62	c vivif2 --  cl tried     1896 cl shrink        0 lits rem          0 time: 0.00
35.59/35.64	c vivif2 --  cl tried    35266 cl shrink        0 lits rem          0 time: 0.02
35.59/35.66	c asymm  cl-useful: 0/1896/1896 lits-rem:0 time: 0.02
35.59/35.66	c calculated reachability. Time: 0.00
35.59/35.66	c  N st    40    238266       807      1896        33     35266      8698   1442585   no data   no data
47.30/47.33	c  F st    41    306250       807      1896        33     37379      8698   1285297   no data   no data
47.30/47.33	c  N st    41    306250       807      1896        33     37379      8698   1285297   no data   no data
47.30/47.33	c Finding binary XORs  T:     0.00 s  found:       0
48.09/48.14	c Decided on static restart strategy
51.60/51.61	c  N st    51    334555       807      1896        33     41589      8698   1497581   no data   no data
55.29/55.34	c  N st    53    357399       807      1896        34     39494      8698   1350789   no data   no data
55.29/55.34	c  S st    53    357399       807      1896        34     39494      8698   1350789   no data   no data
55.39/55.43	c  S st    53    357902       807      1896        36     39981      8698   1364108   no data   no data
55.39/55.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
55.39/55.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
55.39/55.46	c Replacing        2 vars Replaced     1780 lits Time:     0.01 s 
55.39/55.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
55.39/55.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
55.39/55.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
55.39/55.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    805 time:  0.00 s
55.39/55.46	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
55.39/55.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
55.49/55.51	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.00 s
57.49/57.55	c lits-rem:      1755  cl-subs:     1151  v-elim:      0  v-fix:    0  time:  2.04 s
57.49/57.55	c vivif2 --  cl tried     1896 cl shrink        0 lits rem          0 time: 0.00
57.49/57.56	c vivif2 --  cl tried    38825 cl shrink        0 lits rem          0 time: 0.02
57.49/57.58	c asymm  cl-useful: 0/1896/1896 lits-rem:0 time: 0.02
57.49/57.58	c calculated reachability. Time: 0.00
57.49/57.58	c  N st    53    357902       805      1896        32     38825      8698   1296888   no data   no data
63.49/63.51	c  N st    54    390295       805      1896        34     45001      8698   1801022   no data   no data
72.79/72.87	c  N st    55    438883       805      1896        36     38469      8698   1193917   no data   no data
86.19/86.24	c  N st    56    511765       805      1896        36     52226      8698   1843435   no data   no data
90.99/91.05	c  N st    57    536853       805      1896        36     46119      8698   1572443   no data   no data
90.99/91.05	c  S st    57    536853       805      1896        36     46119      8698   1572443   no data   no data
91.09/91.16	c  S st    57    537353       805      1896        37     46595      8698   1586585   no data   no data
91.09/91.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
91.09/91.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    4 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
91.20/91.21	c Replacing        4 vars Replaced    12019 lits Time:     0.03 s 
91.20/91.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
91.20/91.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
91.20/91.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
91.20/91.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    801 time:  0.00 s
91.20/91.21	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
91.20/91.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
91.20/91.27	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.00 s
96.29/96.34	c lits-rem:      2435  cl-subs:     3120  v-elim:      0  v-fix:    0  time:  5.07 s
96.29/96.34	c vivif2 --  cl tried     1896 cl shrink        0 lits rem          0 time: 0.00
96.29/96.35	c vivif2 --  cl tried    43468 cl shrink        0 lits rem          0 time: 0.02
96.29/96.38	c asymm  cl-useful: 0/1896/1896 lits-rem:0 time: 0.03
96.29/96.38	c calculated reachability. Time: 0.00
96.29/96.38	c  N st    57    537353       801      1896        29     43468      8694   1403583   no data   no data
139.39/139.47	c  N st    58    701337       801      1896        29     37687      8694    862521   no data   no data
166.11/166.16	c  N st    59    806029       801      1896        29     65794      8694   2743915   no data   no data
166.11/166.16	c  S st    59    806029       801      1896        29     65794      8694   2743915   no data   no data
166.30/166.36	c  S st    59    806534       801      1896        29     66286      8694   2757236   no data   no data
166.30/166.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
166.40/166.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
166.40/166.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
166.40/166.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
166.40/166.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
166.40/166.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    801 time:  0.00 s
166.40/166.40	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
166.40/166.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
166.50/166.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
190.50/190.54	c lits-rem:      4641  cl-subs:     7631  v-elim:      0  v-fix:    0  time: 24.03 s
190.50/190.54	c vivif2 --  cl tried     1896 cl shrink        0 lits rem          0 time: 0.00
190.50/190.57	c vivif2 --  cl tried    58655 cl shrink        0 lits rem          0 time: 0.03
190.60/190.61	c asymm  cl-useful: 0/1896/1896 lits-rem:0 time: 0.04
190.60/190.61	c calculated reachability. Time: 0.00
190.60/190.61	c  N st    59    806534       801      1896        30     58655      8694   2303588   no data   no data
266.10/266.13	c  F st    60   1071877       801      1896        31     76491      8694   3327617   no data   no data
266.10/266.13	c  N st    60   1071877       801      1896        31     76491      8694   3327617   no data   no data
267.40/267.48	c Decided on static restart strategy
272.60/272.60	c  N st    70   1100179       801      1896        32     60264      8694   2114522   no data   no data
280.90/280.99	c  N st    72   1136172       801      1896        33     50410      8694   1199265   no data   no data
289.10/289.10	c  N st    73   1168566       801      1896        33     82124      8694   3629371   no data   no data
298.70/298.70	c  N st    74   1209802       801      1896        34     76388      8694   3132345   no data   no data
298.70/298.70	c  S st    74   1209802       801      1896        34     76388      8694   3132345   no data   no data
298.70/298.70	c Finding binary XORs  T:     0.00 s  found:       3
298.90/298.91	c  S st    74   1210306       801      1896        38     76871      8694   3145878   no data   no data
298.90/298.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
298.90/298.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
298.90/298.99	c Replacing        5 vars Replaced     7047 lits Time:     0.04 s 
298.90/298.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
298.90/298.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
298.90/298.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
298.90/298.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    796 time:  0.00 s
298.90/298.99	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
299.00/299.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
299.11/299.11	c subs with bin:        7  lits-rem:       219  v-fix:    0  time:  0.01 s
309.01/309.01	c lits-rem:      7481  cl-subs:     2447  v-elim:      0  v-fix:    0  time:  9.90 s
309.01/309.01	c vivif2 --  cl tried     1896 cl shrink        0 lits rem          0 time: 0.00
309.01/309.04	c vivif2 --  cl tried    74409 cl shrink        0 lits rem          0 time: 0.04
309.01/309.10	c asymm  cl-useful: 0/1896/1896 lits-rem:0 time: 0.06
309.01/309.11	c calculated reachability. Time: 0.00
309.01/309.11	c  N st    74   1210306       796      1896        28     74409      8686   2990796   no data   no data
327.90/327.93	c  N st    75   1283188       796      1896        28     50874      8686   1100770   no data   no data
358.90/358.94	c  N st    76   1392512       796      1896        28     59234      8686   1583432   no data   no data
405.61/405.64	c  N st    77   1556497       796      1896        28     63615      8686   1704705   no data   no data
453.11/453.20	c  N st    78   1710307       796      1896        29    104860      8686   4649064   no data   no data
453.11/453.20	c  S st    78   1710307       796      1896        29    104860      8686   4649064   no data   no data
453.41/453.46	c  S st    78   1710807       796      1896        29    105351      8686   4664027   no data   no data
453.41/453.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
453.51/453.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
453.51/453.53	c Replacing        1 vars Replaced      127 lits Time:     0.01 s 
453.51/453.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
453.51/453.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
453.51/453.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
453.51/453.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    795 time:  0.00 s
453.51/453.53	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
453.51/453.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
453.71/453.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
511.91/511.98	c lits-rem:      5256  cl-subs:    11803  v-elim:      0  v-fix:    0  time: 58.28 s
511.91/511.98	c vivif2 --  cl tried     1896 cl shrink        0 lits rem          0 time: 0.00
512.01/512.03	c vivif2 --  cl tried    93546 cl shrink        0 lits rem          0 time: 0.05
512.11/512.11	c asymm  cl-useful: 0/1896/1896 lits-rem:0 time: 0.08
512.11/512.12	c calculated reachability. Time: 0.00
512.11/512.12	c  N st    78   1710807       795      1896        27     93546      8686   3960455   no data   no data
646.02/646.08	c  N st    79   2079772       795      1896        27    104874      8686   4376730   no data   no data
693.41/693.48	c  N st    80   2210808       795      1896        27    109285      8686   4523821   no data   no data
693.41/693.48	c  S st    80   2210808       795      1896        27    109285      8686   4523821   no data   no data
693.71/693.79	c  S st    80   2211314       795      1896        28    109778      8686   4538701   no data   no data
693.81/693.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
693.81/693.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
693.81/693.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
693.81/693.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
693.81/693.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
693.81/693.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    795 time:  0.00 s
693.81/693.86	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
693.91/693.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
694.02/694.03	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.00 s
759.32/759.37	c lits-rem:      4640  cl-subs:    13573  v-elim:      0  v-fix:    0  time: 65.35 s
759.32/759.38	c vivif2 --  cl tried     1896 cl shrink        0 lits rem          0 time: 0.00
759.42/759.42	c vivif2 --  cl tried    96204 cl shrink        0 lits rem          0 time: 0.05
759.52/759.51	c asymm  cl-useful: 0/1896/1896 lits-rem:0 time: 0.08
759.52/759.51	c calculated reachability. Time: 0.00
759.52/759.51	c  N st    80   2211314       795      1896        28     96204      8686   3734633   no data   no data
946.32/946.31	c  N st    81   2711314       795      1896        28    119879      8686   4780267   no data   no data
946.32/946.31	c  S st    81   2711314       795      1896        28    119879      8686   4780267   no data   no data
946.62/946.66	c  S st    81   2711817       795      1896        30    120370      8686   4795661   no data   no data
946.62/946.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
946.72/946.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
946.72/946.75	c Replacing        1 vars Replaced     3458 lits Time:     0.03 s 
946.72/946.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
946.72/946.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
946.72/946.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
946.72/946.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    794 time:  0.00 s
946.72/946.75	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
946.82/946.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
946.92/946.91	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.00 s
1015.42/1015.40	c lits-rem:      2814  cl-subs:    14047  v-elim:      0  v-fix:    0  time: 68.48 s
1015.42/1015.40	c vivif2 --  cl tried     1896 cl shrink        0 lits rem          0 time: 0.00
1015.42/1015.45	c vivif2 --  cl tried   106321 cl shrink        0 lits rem          0 time: 0.05
1015.52/1015.54	c asymm  cl-useful: 0/1896/1896 lits-rem:0 time: 0.10
1015.52/1015.55	c calculated reachability. Time: 0.00
1015.52/1015.55	c  N st    81   2711817       794      1896        28    106321      8686   3954593   no data   no data
1223.03/1223.00	c  N st    82   3211817       794      1896        29     82091      8686   2038956   no data   no data
1223.03/1223.00	c  S st    82   3211817       794      1896        29     82091      8686   2038956   no data   no data
1223.14/1223.20	c  S st    82   3212319       794      1896        29     82579      8686   2053781   no data   no data
1223.14/1223.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1223.24/1223.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
1223.24/1223.26	c Replacing        1 vars Replaced     5055 lits Time:     0.02 s 
1223.24/1223.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1223.24/1223.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1223.24/1223.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1223.24/1223.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    793 time:  0.00 s
1223.24/1223.27	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1223.24/1223.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1223.33/1223.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1227.13/1227.19	c lits-rem:      1534  cl-subs:     2126  v-elim:      0  v-fix:    0  time:  3.84 s
1227.13/1227.19	c vivif2 --  cl tried     1896 cl shrink        0 lits rem          0 time: 0.00
1227.23/1227.21	c vivif2 --  cl tried    80451 cl shrink        0 lits rem          0 time: 0.02
1227.23/1227.28	c asymm  cl-useful: 0/1896/1896 lits-rem:0 time: 0.06
1227.23/1227.28	c calculated reachability. Time: 0.00
1227.23/1227.28	c  N st    82   3212319       793      1896        27     80451      8686   1930129   no data   no data

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: 961)

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-3368480-1305391794/watcher-3368480-1305391794 -o /tmp/evaluation-result-3368480-1305391794/solver-3368480-1305391794 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3368480-1305391794.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: 4.03 3.71 3.63 4/363 6602
/proc/meminfo: memFree=17621356/32950928 swapFree=67111200/67111528
[pid=6602] ppid=6600 vsize=30324 CPUtime=0 cores=4,6
/proc/6602/stat : 6602 (strangenight2-s) R 6600 6602 6061 0 -1 4202496 729 0 0 0 0 0 0 0 25 0 1 0 729410111 31051776 670 33554432000 4194304 4580011 140737315370640 18446744073709551615 256415052485 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6602/statm: 7581 670 339 95 0 2563 0

[startup+0.054216 s]
/proc/loadavg: 4.03 3.71 3.63 4/363 6602
/proc/meminfo: memFree=17621356/32950928 swapFree=67111200/67111528
[pid=6602] ppid=6600 vsize=31496 CPUtime=0.05 cores=4,6
/proc/6602/stat : 6602 (strangenight2-s) R 6600 6602 6061 0 -1 4202496 1172 0 0 0 5 0 0 0 25 0 1 0 729410111 32251904 1031 33554432000 4194304 4580011 140737315370640 18446744073709551615 4322671 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6602/statm: 7874 1031 363 95 0 2856 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 31496

[startup+0.1012 s]
/proc/loadavg: 4.03 3.71 3.63 4/363 6602
/proc/meminfo: memFree=17621356/32950928 swapFree=67111200/67111528
[pid=6602] ppid=6600 vsize=31636 CPUtime=0.09 cores=4,6
/proc/6602/stat : 6602 (strangenight2-s) R 6600 6602 6061 0 -1 4202496 1238 0 0 0 9 0 0 0 25 0 1 0 729410111 32395264 1097 33554432000 4194304 4580011 140737315370640 18446744073709551615 4294357 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6602/statm: 7909 1097 364 95 0 2891 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31636

[startup+0.301169 s]
/proc/loadavg: 4.03 3.71 3.63 4/363 6602
/proc/meminfo: memFree=17621356/32950928 swapFree=67111200/67111528
[pid=6602] ppid=6600 vsize=32064 CPUtime=0.29 cores=4,6
/proc/6602/stat : 6602 (strangenight2-s) R 6600 6602 6061 0 -1 4202496 1524 0 0 0 29 0 0 0 25 0 1 0 729410111 32833536 1148 33554432000 4194304 4580011 140737315370640 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6602/statm: 8016 1148 364 95 0 2998 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32064

[startup+0.701091 s]
/proc/loadavg: 4.03 3.71 3.63 4/363 6602
/proc/meminfo: memFree=17621356/32950928 swapFree=67111200/67111528
[pid=6602] ppid=6600 vsize=32204 CPUtime=0.69 cores=4,6
/proc/6602/stat : 6602 (strangenight2-s) R 6600 6602 6061 0 -1 4202496 1894 0 0 0 69 0 0 0 25 0 1 0 729410111 32976896 1518 33554432000 4194304 4580011 140737315370640 18446744073709551615 4293078 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6602/statm: 8051 1518 364 95 0 3033 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32204

[startup+1.50094 s]
/proc/loadavg: 4.03 3.71 3.63 6/364 6604
/proc/meminfo: memFree=17619984/32950928 swapFree=67111200/67111528
[pid=6602] ppid=6600 vsize=32852 CPUtime=1.49 cores=4,6
/proc/6602/stat : 6602 (strangenight2-s) R 6600 6602 6061 0 -1 4202496 2815 0 0 0 149 0 0 0 25 0 1 0 729410111 33640448 1468 33554432000 4194304 4580011 140737315370640 18446744073709551615 4294920 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6602/statm: 8213 1468 364 95 0 3195 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32852

[startup+3.10064 s]
/proc/loadavg: 4.03 3.71 3.63 5/364 6604
/proc/meminfo: memFree=17617024/32950928 swapFree=67111200/67111528
[pid=6602] ppid=6600 vsize=36024 CPUtime=3.09 cores=4,6
/proc/6602/stat : 6602 (strangenight2-s) R 6600 6602 6061 0 -1 4202496 4979 0 0 0 309 0 0 0 25 0 1 0 729410111 36888576 2169 33554432000 4194304 4580011 140737315370640 18446744073709551615 4320740 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6602/statm: 9006 2169 366 95 0 3988 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 36024

[startup+6.30104 s]
/proc/loadavg: 4.02 3.72 3.63 5/364 6604
/proc/meminfo: memFree=17600440/32950928 swapFree=67111200/67111528
[pid=6602] ppid=6600 vsize=54304 CPUtime=6.29 cores=4,6
/proc/6602/stat : 6602 (strangenight2-s) R 6600 6602 6061 0 -1 4202496 7586 0 0 0 628 1 0 0 25 0 1 0 729410111 55607296 4776 33554432000 4194304 4580011 140737315370640 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6602/statm: 13576 4776 366 95 0 8558 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 54304

[startup+12.7009 s]
/proc/loadavg: 4.02 3.72 3.63 6/364 6604
/proc/meminfo: memFree=17591396/32950928 swapFree=67111200/67111528
[pid=6602] ppid=6600 vsize=54732 CPUtime=12.69 cores=4,6
/proc/6602/stat : 6602 (strangenight2-s) R 6600 6602 6061 0 -1 4202496 13886 0 0 0 1267 2 0 0 25 0 1 0 729410111 56045568 7404 33554432000 4194304 4580011 140737315370640 18446744073709551615 4295377 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6602/statm: 13683 7404 366 95 0 8665 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 54732

[startup+25.5004 s]
/proc/loadavg: 4.02 3.73 3.64 5/364 6604
/proc/meminfo: memFree=17580704/32950928 swapFree=67111200/67111528
[pid=6602] ppid=6600 vsize=69440 CPUtime=25.5 cores=4,6
/proc/6602/stat : 6602 (strangenight2-s) R 6600 6602 6061 0 -1 4202496 23385 0 0 0 2546 4 0 0 25 0 1 0 729410111 71106560 9977 33554432000 4194304 4580011 140737315370640 18446744073709551615 4321112 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6602/statm: 17360 9977 366 95 0 12342 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 69440

[startup+51.1006 s]
/proc/loadavg: 4.07 3.77 3.65 5/364 6605
/proc/meminfo: memFree=17562732/32950928 swapFree=67111200/67111528
[pid=6602] ppid=6600 vsize=82796 CPUtime=51.09 cores=4,6
/proc/6602/stat : 6602 (strangenight2-s) R 6600 6602 6061 0 -1 4202496 38683 0 0 0 5103 6 0 0 25 0 1 0 729410111 84783104 13956 33554432000 4194304 4580011 140737315370640 18446744073709551615 4295369 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6602/statm: 20699 13956 366 95 0 15681 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 82796

[startup+102.313 s]
/proc/loadavg: 4.03 3.80 3.67 6/364 6606
/proc/meminfo: memFree=17537380/32950928 swapFree=67111200/67111528
[pid=6602] ppid=6600 vsize=103988 CPUtime=102.31 cores=4,6
/proc/6602/stat : 6602 (strangenight2-s) R 6600 6602 6061 0 -1 4202496 63810 0 0 0 10220 11 0 0 25 0 1 0 729410111 106483712 18319 33554432000 4194304 4580011 140737315370640 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6602/statm: 25997 18319 366 95 0 20979 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 103988

[startup+162.301 s]
/proc/loadavg: 4.08 3.85 3.69 6/364 6608
/proc/meminfo: memFree=17533368/32950928 swapFree=67111200/67111528
[pid=6602] ppid=6600 vsize=105128 CPUtime=162.3 cores=4,6
/proc/6602/stat : 6602 (strangenight2-s) R 6600 6602 6061 0 -1 4202496 84991 0 0 0 16215 15 0 0 25 0 1 0 729410111 107651072 19157 33554432000 4194304 4580011 140737315370640 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6602/statm: 26282 19157 366 95 0 21264 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 105128

[startup+222.3 s]
/proc/loadavg: 4.15 3.91 3.72 5/364 6609
/proc/meminfo: memFree=17496840/32950928 swapFree=67111200/67111528
[pid=6602] ppid=6600 vsize=130128 CPUtime=222.3 cores=4,6
/proc/6602/stat : 6602 (strangenight2-s) R 6600 6602 6061 0 -1 4202496 103427 0 0 0 22212 18 0 0 25 0 1 0 729410111 133251072 25113 33554432000 4194304 4580011 140737315370640 18446744073709551615 4293875 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6602/statm: 32532 25113 366 95 0 27514 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 130128

[startup+282.3 s]
/proc/loadavg: 4.05 3.92 3.73 5/364 6611
/proc/meminfo: memFree=17486128/32950928 swapFree=67111200/67111528
[pid=6602] ppid=6600 vsize=130608 CPUtime=282.3 cores=4,6
/proc/6602/stat : 6602 (strangenight2-s) R 6600 6602 6061 0 -1 4202496 125034 0 0 0 28208 22 0 0 25 0 1 0 729410111 133742592 25000 33554432000 4194304 4580011 140737315370640 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6602/statm: 32652 25000 366 95 0 27634 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 130608

[startup+342.301 s]
/proc/loadavg: 4.06 3.95 3.75 6/364 6613
/proc/meminfo: memFree=17467852/32950928 swapFree=67111200/67111528
[pid=6602] ppid=6600 vsize=149820 CPUtime=342.3 cores=4,6
/proc/6602/stat : 6602 (strangenight2-s) R 6600 6602 6061 0 -1 4202496 147432 0 0 0 34204 26 0 0 25 0 1 0 729410111 153415680 29032 33554432000 4194304 4580011 140737315370640 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6602/statm: 37455 29032 366 95 0 32437 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 149820

[startup+402.301 s]
/proc/loadavg: 4.06 3.97 3.77 5/364 6614
/proc/meminfo: memFree=17448212/32950928 swapFree=67111200/67111528
[pid=6602] ppid=6600 vsize=207116 CPUtime=402.3 cores=4,6
/proc/6602/stat : 6602 (strangenight2-s) R 6600 6602 6061 0 -1 4202496 164822 0 0 0 40200 30 0 0 25 0 1 0 729410111 212086784 32192 33554432000 4194304 4580011 140737315370640 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6602/statm: 51779 32192 366 95 0 46761 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 207116

[startup+462.3 s]
/proc/loadavg: 4.02 3.97 3.78 5/364 6616
/proc/meminfo: memFree=17399828/32950928 swapFree=67111200/67111528
[pid=6602] ppid=6600 vsize=253168 CPUtime=462.31 cores=4,6
/proc/6602/stat : 6602 (strangenight2-s) R 6600 6602 6061 0 -1 4202496 191194 0 0 0 46196 35 0 0 25 0 1 0 729410111 259244032 43073 33554432000 4194304 4580011 140737315370640 18446744073709551615 4406377 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6602/statm: 63292 43073 366 95 0 58274 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 253168

[startup+522.301 s]
/proc/loadavg: 4.01 3.97 3.79 6/364 6617
/proc/meminfo: memFree=17404860/32950928 swapFree=67111200/67111528
[pid=6602] ppid=6600 vsize=195024 CPUtime=522.31 cores=4,6
/proc/6602/stat : 6602 (strangenight2-s) R 6600 6602 6061 0 -1 4202496 194553 0 0 0 52195 36 0 0 25 0 1 0 729410111 199704576 40173 33554432000 4194304 4580011 140737315370640 18446744073709551615 4294660 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6602/statm: 48756 40173 366 95 0 43738 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 195024

[startup+582.301 s]
/proc/loadavg: 4.00 3.97 3.80 5/364 6619
/proc/meminfo: memFree=17373692/32950928 swapFree=67111200/67111528
[pid=6602] ppid=6600 vsize=254724 CPUtime=582.31 cores=4,6
/proc/6602/stat : 6602 (strangenight2-s) R 6600 6602 6061 0 -1 4202496 209353 0 0 0 58191 40 0 0 25 0 1 0 729410111 260837376 43779 33554432000 4194304 4580011 140737315370640 18446744073709551615 4294354 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6602/statm: 63681 43779 366 95 0 58663 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 254724

[startup+642.3 s]
/proc/loadavg: 4.03 3.99 3.82 5/364 6621
/proc/meminfo: memFree=17380360/32950928 swapFree=67111200/67111528
[pid=6602] ppid=6600 vsize=257304 CPUtime=642.31 cores=4,6
/proc/6602/stat : 6602 (strangenight2-s) R 6600 6602 6061 0 -1 4202496 225239 0 0 0 64188 43 0 0 25 0 1 0 729410111 263479296 42145 33554432000 4194304 4580011 140737315370640 18446744073709551615 4295691 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6602/statm: 64326 42145 366 95 0 59308 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 257304

[startup+702.301 s]
/proc/loadavg: 4.12 4.02 3.84 6/364 6631
/proc/meminfo: memFree=17331100/32950928 swapFree=67111200/67111528
[pid=6602] ppid=6600 vsize=285788 CPUtime=702.32 cores=4,6
/proc/6602/stat : 6602 (strangenight2-s) R 6600 6602 6061 0 -1 4202496 243873 0 0 0 70185 47 0 0 25 0 1 0 729410111 292646912 48898 33554432000 4194304 4580011 140737315370640 18446744073709551615 4406377 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6602/statm: 71447 48898 366 95 0 66429 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 285788

[startup+762.314 s]
/proc/loadavg: 4.08 4.03 3.85 5/364 6633
/proc/meminfo: memFree=17312184/32950928 swapFree=67111200/67111528
[pid=6602] ppid=6600 vsize=285788 CPUtime=762.33 cores=4,6
/proc/6602/stat : 6602 (strangenight2-s) R 6600 6602 6061 0 -1 4202496 244414 0 0 0 76186 47 0 0 25 0 1 0 729410111 292646912 49439 33554432000 4194304 4580011 140737315370640 18446744073709551615 4294475 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6602/statm: 71447 49439 366 95 0 66429 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 285788

[startup+822.3 s]
/proc/loadavg: 4.03 4.02 3.85 5/364 6634
/proc/meminfo: memFree=17290040/32950928 swapFree=67111200/67111528
[pid=6602] ppid=6600 vsize=223444 CPUtime=822.32 cores=4,6
/proc/6602/stat : 6602 (strangenight2-s) R 6600 6602 6061 0 -1 4202496 259660 0 0 0 82181 51 0 0 25 0 1 0 729410111 228806656 45834 33554432000 4194304 4580011 140737315370640 18446744073709551615 4294492 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6602/statm: 55861 45834 366 95 0 50843 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 223444

[startup+882.301 s]
/proc/loadavg: 4.07 4.03 3.86 2/358 6639
/proc/meminfo: memFree=17649648/32950928 swapFree=67111200/67111528
[pid=6602] ppid=6600 vsize=223700 CPUtime=882.32 cores=4,6
/proc/6602/stat : 6602 (strangenight2-s) R 6600 6602 6061 0 -1 4202496 273473 0 0 0 88177 55 0 0 25 0 1 0 729410111 229068800 47231 33554432000 4194304 4580011 140737315370640 18446744073709551615 4321049 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6602/statm: 55925 47231 366 95 0 50907 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 223700

[startup+942.301 s]
/proc/loadavg: 4.16 4.06 3.88 5/364 6722
/proc/meminfo: memFree=17461780/32950928 swapFree=67111200/67111528
[pid=6602] ppid=6600 vsize=290272 CPUtime=942.32 cores=4,6
/proc/6602/stat : 6602 (strangenight2-s) R 6600 6602 6061 0 -1 4202496 287453 0 0 0 94174 58 0 0 25 0 1 0 729410111 297238528 48549 33554432000 4194304 4580011 140737315370640 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6602/statm: 72568 48549 366 95 0 67550 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 290272

[startup+1002.3 s]
/proc/loadavg: 4.06 4.04 3.89 5/364 6723
/proc/meminfo: memFree=17429072/32950928 swapFree=67111200/67111528
[pid=6602] ppid=6600 vsize=299864 CPUtime=1002.32 cores=4,6
/proc/6602/stat : 6602 (strangenight2-s) R 6600 6602 6061 0 -1 4202496 290255 0 0 0 100174 58 0 0 25 0 1 0 729410111 307060736 51351 33554432000 4194304 4580011 140737315370640 18446744073709551615 4406279 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6602/statm: 74966 51351 366 95 0 69948 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 299864

[startup+1062.3 s]
/proc/loadavg: 4.02 4.03 3.89 5/364 6725
/proc/meminfo: memFree=17416260/32950928 swapFree=67111200/67111528
[pid=6602] ppid=6600 vsize=233932 CPUtime=1062.32 cores=4,6
/proc/6602/stat : 6602 (strangenight2-s) R 6600 6602 6061 0 -1 4202496 301269 0 0 0 106172 60 0 0 25 0 1 0 729410111 239546368 48324 33554432000 4194304 4580011 140737315370640 18446744073709551615 4295369 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6602/statm: 58483 48324 366 95 0 53465 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 233932

[startup+1122.3 s]
/proc/loadavg: 4.06 4.04 3.90 5/364 6726
/proc/meminfo: memFree=17270756/32950928 swapFree=67111200/67111528
[pid=6602] ppid=6600 vsize=301624 CPUtime=1122.33 cores=4,6
/proc/6602/stat : 6602 (strangenight2-s) R 6600 6602 6061 0 -1 4202496 312393 0 0 0 112169 64 0 0 25 0 1 0 729410111 308862976 52818 33554432000 4194304 4580011 140737315370640 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6602/statm: 75406 52818 366 95 0 70388 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 301624

[startup+1182.3 s]
/proc/loadavg: 4.02 4.03 3.91 5/364 6728
/proc/meminfo: memFree=17263996/32950928 swapFree=67111200/67111528
[pid=6602] ppid=6600 vsize=303080 CPUtime=1182.32 cores=4,6
/proc/6602/stat : 6602 (strangenight2-s) R 6600 6602 6061 0 -1 4202496 326852 0 0 0 118166 66 0 0 25 0 1 0 729410111 310353920 52879 33554432000 4194304 4580011 140737315370640 18446744073709551615 4293200 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6602/statm: 75770 52879 366 95 0 70752 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 303080

[startup+1242.3 s]
/proc/loadavg: 4.06 4.04 3.91 5/364 6730
/proc/meminfo: memFree=17250696/32950928 swapFree=67111200/67111528
[pid=6602] ppid=6600 vsize=304128 CPUtime=1242.33 cores=4,6
/proc/6602/stat : 6602 (strangenight2-s) R 6600 6602 6061 0 -1 4202496 339797 0 0 0 124164 69 0 0 25 0 1 0 729410111 311427072 51769 33554432000 4194304 4580011 140737315370640 18446744073709551615 4316638 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6602/statm: 76032 51769 366 95 0 71014 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 304128



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.03 3.91 5/364 6731
/proc/meminfo: memFree=17215800/32950928 swapFree=67111200/67111528
[pid=6602] ppid=6600 vsize=305588 CPUtime=1300.04 cores=4,6
/proc/6602/stat : 6602 (strangenight2-s) R 6600 6602 6061 0 -1 4202496 354112 0 0 0 129933 71 0 0 25 0 1 0 729410111 312922112 51617 33554432000 4194304 4580011 140737315370640 18446744073709551615 4294492 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6602/statm: 76397 51617 366 95 0 71379 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 305588

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.02
CPU time (s): 1300.07
CPU user time (s): 1299.34
CPU system time (s): 0.726889
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 305588

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

runsolver used 4.85326 second user time and 10.4414 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-14 18:49:54
IDJOB=3368480
IDBENCH=83421
IDSOLVER=1845
FILE ID=node115/3368480-1305391794
RUNJOBID= node115-1305391376-6523
PBS_JOBID= 13324414
Free space on /tmp= 73216 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/64/aes_64_3_keyfind_1.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368480-1305391794/watcher-3368480-1305391794 -o /tmp/evaluation-result-3368480-1305391794/solver-3368480-1305391794 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3368480-1305391794.cnf

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

MD5SUM BENCH= 4738c3d0ccd52030cff8addcec6bcde9
RANDOM SEED=2000255591

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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.811
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.811
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:     32950928 kB
MemFree:      17621636 kB
Buffers:        281064 kB
Cached:        4474756 kB
SwapCached:          0 kB
Active:       12088880 kB
Inactive:      2921228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17621636 kB
SwapTotal:    67111528 kB
SwapFree:     67111200 kB
Dirty:            5892 kB
Writeback:           0 kB
AnonPages:    10254340 kB
Mapped:          29104 kB
Slab:           211020 kB
PageTables:      42012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 69980388 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= 73212 MiB
End job on node115 at 2011-05-14 19:11:36