Trace number 3368478

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.06 1300.02

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
32/aes_32_5_keyfind_1.cnf
MD5SUM3f4ea4cf17e734bbe947db7c1dc9fde7
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 variables1116
Number of clauses4312
Sum of the clauses size13688
Maximum clause length5
Minimum clause length1
Number of clauses of size 184
Number of clauses of size 2200
Number of clauses of size 33008
Number of clauses of size 4920
Number of clauses of size 5100
Number of clauses of size over 50

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368478-1305392015.cnf'
0.00/0.01	c -- header says num vars:           1116
0.00/0.01	c -- header says num clauses:        4312
0.00/0.01	c -- clauses added:            0 learnts,         4312 normals,            0 xors
0.00/0.01	c -- vars added       1116
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0      1116      3948       200         0     13204         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/3692/3692 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  144 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c Replacing      144 vars Replaced     2868 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:    888 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.01	c lits-rem:         0  cl-subs:        0  v-elim:    142  v-fix:    0  time:  0.00 s
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:     386, avg size: 3.4)
0.00/0.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     34 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:       0 undec:     404 neg:     712
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
0.00/0.01	c  B st     0         0       712      1580        40         0      7012         0   no data   no data
0.03/0.05	c Decided on static restart strategy
0.19/0.21	c  N st     8      4916       712      1580        51      4614      7012    125042   no data   no data
0.69/0.77	c  N st    10     11299       712      1580        56      4365      7012     68190   no data   no data
1.49/1.50	c  N st    11     17042       712      1580        58      9919      7012    314082   no data   no data
2.29/2.32	c  F st    12     25000       712      1580        62     11995      7012    317466   no data   no data
2.29/2.32	c  N st    12     25000       712      1580        62     11995      7012    317466   no data   no data
2.79/2.81	c Decided on static restart strategy
2.79/2.81	c  N st    18     30001       712      1580        62     10539      7012    230424   no data   no data
2.79/2.81	c  S st    18     30001       712      1580        62     10539      7012    230424   no data   no data
2.79/2.84	c  S st    18     30502       712      1580        69     11009      7012    238857   no data   no data
2.79/2.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.79/2.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   20 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
2.79/2.85	c Replacing       20 vars Replaced     4203 lits Time:     0.00 s 
2.79/2.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.79/2.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.79/2.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.79/2.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    692 time:  0.00 s
2.79/2.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.79/2.86	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
2.79/2.86	c subs with bin:        7  lits-rem:         4  v-fix:    0  time:  0.00 s
2.99/3.04	c lits-rem:      1722  cl-subs:      821  v-elim:      0  v-fix:    0  time:  0.18 s
2.99/3.04	c asymm  cl-useful: 0/1580/1580 lits-rem:0 time: 0.00
2.99/3.04	c calculated reachability. Time: 0.00
2.99/3.04	c  N st    18     30502       692      1580        29     10154      6976    218061   no data   no data
3.79/3.83	c  N st    20     37613       692      1580        29      9612      6976    152282   no data   no data
3.79/3.83	c Finding binary XORs  T:     0.00 s  found:       0
4.69/4.70	c  N st    21     44013       692      1580        32     15920      6976    439385   no data   no data
4.89/4.91	c  S st    22     45753       692      1580        33     17565      6976    499468   no data   no data
4.89/4.94	c  S st    22     46255       692      1580        38      9498      6976    121763   no data   no data
4.89/4.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.89/4.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    4 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
4.89/4.95	c Replacing        4 vars Replaced      602 lits Time:     0.00 s 
4.89/4.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4.89/4.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.89/4.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.89/4.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    688 time:  0.00 s
4.89/4.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.89/4.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.89/4.95	c subs with bin:        4  lits-rem:        48  v-fix:    0  time:  0.00 s
4.89/4.97	c lits-rem:       240  cl-subs:      117  v-elim:      0  v-fix:    0  time:  0.01 s
4.89/4.97	c vivif2 --  cl tried     1580 cl shrink        0 lits rem          0 time: 0.00
4.89/4.97	c vivif2 --  cl tried     9369 cl shrink        0 lits rem          0 time: 0.00
4.89/4.97	c asymm  cl-useful: 0/1580/1580 lits-rem:0 time: 0.00
4.89/4.97	c calculated reachability. Time: 0.00
4.89/4.97	c  N st    22     46255       688      1580        30      9369      6972    119830   no data   no data
7.10/7.18	c  N st    23     60654       688      1580        30     13563      6972    256399   no data   no data
8.59/8.66	c  N st    24     69382       688      1580        30     11559      6972    164496   no data   no data
8.59/8.66	c  S st    24     69382       688      1580        30     11559      6972    164496   no data   no data
8.70/8.71	c  S st    24     69885       688      1580        31     12043      6972    174417   no data   no data
8.70/8.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.70/8.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
8.70/8.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.70/8.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.70/8.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.70/8.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    688 time:  0.00 s
8.70/8.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.70/8.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
8.70/8.71	c subs with bin:        1  lits-rem:         4  v-fix:    0  time:  0.00 s
8.70/8.76	c lits-rem:       264  cl-subs:      381  v-elim:      0  v-fix:    0  time:  0.04 s
8.70/8.76	c vivif2 --  cl tried     1580 cl shrink        0 lits rem          0 time: 0.00
8.70/8.76	c vivif2 --  cl tried    11661 cl shrink        0 lits rem          0 time: 0.00
8.70/8.76	c asymm  cl-useful: 0/1580/1580 lits-rem:0 time: 0.00
8.70/8.76	c calculated reachability. Time: 0.00
8.70/8.76	c  N st    24     69885       688      1580        31     11661      6972    165318   no data   no data
11.39/11.42	c  F st    25     87501       688      1580        33     17082      6972    320494   no data   no data
11.39/11.43	c  N st    25     87501       688      1580        33     17082      6972    320494   no data   no data
11.39/11.43	c Finding binary XORs  T:     0.00 s  found:       2
12.10/12.15	c Decided on static restart strategy
12.59/12.62	c  N st    32     95539       688      1580        33     24875      6972    629188   no data   no data
13.89/13.92	c  N st    34    104827       688      1580        33     21482      6972    483422   no data   no data
13.89/13.92	c  S st    34    104827       688      1580        33     21482      6972    483422   no data   no data
13.89/13.98	c  S st    34    105329       688      1580        38     21956      6972    492922   no data   no data
13.89/13.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.89/13.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
13.89/13.99	c Replacing        4 vars Replaced     1715 lits Time:     0.00 s 
13.89/13.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.89/13.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.89/13.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.89/13.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    684 time:  0.00 s
13.89/13.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.89/14.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
13.99/14.01	c subs with bin:        3  lits-rem:       469  v-fix:    0  time:  0.00 s
14.50/14.59	c lits-rem:      1244  cl-subs:     1703  v-elim:      0  v-fix:    0  time:  0.58 s
14.50/14.59	c vivif2 --  cl tried     1580 cl shrink        0 lits rem          0 time: 0.00
14.50/14.59	c vivif2 --  cl tried    20241 cl shrink        0 lits rem          0 time: 0.01
14.60/14.60	c asymm  cl-useful: 0/1580/1580 lits-rem:0 time: 0.01
14.60/14.60	c calculated reachability. Time: 0.00
14.60/14.60	c  N st    34    105329       684      1580        30     20241      6970    441057   no data   no data
16.09/16.11	c  N st    35    114927       684      1580        31     16196      6970    248700   no data   no data
18.19/18.20	c  N st    36    129325       684      1580        33     15549      6970    191537   no data   no data
21.39/21.50	c  N st    37    150920       684      1580        33     21021      6970    362777   no data   no data
22.69/22.76	c  S st    38    157993       684      1580        33     27726      6970    631032   no data   no data
22.79/22.84	c  S st    38    158495       684      1580        36     28211      6970    641408   no data   no data
22.79/22.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
22.79/22.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    5 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
22.79/22.86	c Replacing        5 vars Replaced     2532 lits Time:     0.01 s 
22.79/22.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
22.79/22.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22.79/22.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.79/22.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
22.79/22.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
22.79/22.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
22.79/22.88	c subs with bin:        3  lits-rem:        32  v-fix:    0  time:  0.00 s
24.20/24.24	c lits-rem:      1114  cl-subs:     3462  v-elim:      0  v-fix:    0  time:  1.35 s
24.20/24.24	c vivif2 --  cl tried     1580 cl shrink        0 lits rem          0 time: 0.00
24.20/24.24	c vivif2 --  cl tried    24737 cl shrink        0 lits rem          0 time: 0.01
24.20/24.25	c asymm  cl-useful: 0/1580/1580 lits-rem:0 time: 0.01
24.20/24.25	c calculated reachability. Time: 0.00
24.20/24.25	c  N st    38    158495       679      1580        26     24737      6966    540799   no data   no data
32.09/32.16	c  N st    39    207085       679      1580        26     19647      6966    247899   no data   no data
32.09/32.16	c Finding binary XORs  T:     0.00 s  found:       0
37.99/38.04	c  N st    40    237743       679      1580        26     29682      6966    572587   no data   no data
37.99/38.04	c  S st    40    237743       679      1580        26     29682      6966    572587   no data   no data
38.09/38.12	c  S st    40    238244       679      1580        29     30166      6966    582796   no data   no data
38.09/38.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
38.09/38.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
38.09/38.13	c Replacing        1 vars Replaced       35 lits Time:     0.00 s 
38.09/38.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
38.09/38.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
38.09/38.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
38.09/38.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    678 time:  0.00 s
38.09/38.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
38.09/38.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
38.09/38.15	c subs with bin:        3  lits-rem:        88  v-fix:    0  time:  0.00 s
39.70/39.72	c lits-rem:       618  cl-subs:     4459  v-elim:      0  v-fix:    0  time:  1.57 s
39.70/39.72	c vivif2 --  cl tried     1580 cl shrink        0 lits rem          0 time: 0.00
39.70/39.72	c vivif2 --  cl tried    25703 cl shrink        0 lits rem          0 time: 0.01
39.70/39.73	c asymm  cl-useful: 0/1580/1580 lits-rem:0 time: 0.01
39.70/39.73	c calculated reachability. Time: 0.00
39.70/39.73	c  N st    40    238244       678      1580        27     25703      6964    468743   no data   no data
52.69/52.80	c  F st    41    306250       678      1580        27     28185      6964    465786   no data   no data
52.69/52.80	c  N st    41    306250       678      1580        27     28185      6964    465786   no data   no data
53.59/53.69	c Decided on static restart strategy
58.09/58.14	c  N st    51    334558       678      1580        28     32322      6964    589754   no data   no data
62.89/62.97	c  N st    53    357366       678      1580        29     30297      6964    514206   no data   no data
62.89/62.97	c  S st    53    357366       678      1580        29     30297      6964    514206   no data   no data
62.99/63.08	c  S st    53    357869       678      1580        35     30777      6964    524214   no data   no data
62.99/63.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
62.99/63.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    7 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
63.09/63.10	c Replacing        7 vars Replaced     4826 lits Time:     0.01 s 
63.09/63.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
63.09/63.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
63.09/63.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
63.09/63.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    671 time:  0.00 s
63.09/63.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
63.09/63.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
63.09/63.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
63.69/63.75	c lits-rem:      1473  cl-subs:     1440  v-elim:      0  v-fix:    0  time:  0.63 s
63.69/63.75	c vivif2 --  cl tried     1580 cl shrink        0 lits rem          0 time: 0.00
63.69/63.76	c vivif2 --  cl tried    29326 cl shrink        0 lits rem          0 time: 0.01
63.69/63.77	c asymm  cl-useful: 0/1580/1580 lits-rem:0 time: 0.01
63.69/63.77	c calculated reachability. Time: 0.00
63.69/63.77	c  N st    53    357869       671      1580        21     29326      6958    483839   no data   no data
70.09/70.19	c  N st    54    390261       671      1580        21     35387      6958    608749   no data   no data
70.09/70.19	c Finding binary XORs  T:     0.00 s  found:       0
82.19/82.28	c  N st    55    438851       671      1580        21     28941      6958    389844   no data   no data
100.00/100.02	c  N st    56    511735       671      1580        21     42359      6958    815197   no data   no data
106.09/106.14	c  N st    57    536803       671      1580        21     36652      6958    598440   no data   no data
106.09/106.14	c  S st    57    536803       671      1580        21     36652      6958    598440   no data   no data
106.19/106.24	c  S st    57    537306       671      1580        22     37137      6958    607744   no data   no data
106.19/106.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
106.19/106.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
106.19/106.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
106.19/106.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
106.19/106.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
106.19/106.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    671 time:  0.00 s
106.19/106.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
106.19/106.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
106.19/106.27	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.00 s
107.19/107.24	c lits-rem:       921  cl-subs:     2594  v-elim:      0  v-fix:    0  time:  0.97 s
107.19/107.24	c vivif2 --  cl tried     1580 cl shrink        0 lits rem          0 time: 0.00
107.19/107.25	c vivif2 --  cl tried    34542 cl shrink        0 lits rem          0 time: 0.01
107.19/107.26	c asymm  cl-useful: 0/1580/1580 lits-rem:0 time: 0.01
107.19/107.26	c calculated reachability. Time: 0.00
107.19/107.26	c  N st    57    537306       671      1580        22     34542      6958    538801   no data   no data
152.91/152.95	c  N st    58    701291       671      1580        22     62150      6958   1388592   no data   no data
186.40/186.49	c  N st    59    805960       671      1580        22     56950      6958   1147188   no data   no data
186.40/186.49	c  S st    59    805960       671      1580        22     56950      6958   1147188   no data   no data
186.60/186.69	c  S st    59    806466       671      1580        27     57437      6958   1158177   no data   no data
186.60/186.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
186.70/186.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    4 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
186.70/186.72	c Replacing        4 vars Replaced      577 lits Time:     0.00 s 
186.70/186.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
186.70/186.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
186.70/186.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
186.70/186.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    667 time:  0.00 s
186.70/186.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
186.70/186.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
186.70/186.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
193.70/193.75	c lits-rem:      1624  cl-subs:    10840  v-elim:      0  v-fix:    0  time:  6.98 s
193.70/193.75	c vivif2 --  cl tried     1580 cl shrink        0 lits rem          0 time: 0.00
193.70/193.76	c vivif2 --  cl tried    46586 cl shrink        0 lits rem          0 time: 0.01
193.70/193.78	c asymm  cl-useful: 0/1580/1580 lits-rem:0 time: 0.02
193.70/193.78	c calculated reachability. Time: 0.00
193.70/193.78	c  N st    59    806466       667      1580        19     46586      6952    881683   no data   no data
273.30/273.36	c  F st    60   1071877       667      1580        19     62776      6952   1269951   no data   no data
273.30/273.36	c  N st    60   1071877       667      1580        19     62776      6952   1269951   no data   no data
274.70/274.77	c Decided on static restart strategy
282.10/282.18	c  N st    70   1100178       667      1580        19     47161      6952    722060   no data   no data
292.40/292.46	c  N st    72   1136172       667      1580        19     81686      6952   1929414   no data   no data
302.51/302.58	c  N st    73   1168564       667      1580        19     68785      6952   1529512   no data   no data
315.90/315.93	c  N st    74   1209699       667      1580        19     63250      6952   1307585   no data   no data
315.90/315.93	c  S st    74   1209699       667      1580        19     63250      6952   1307585   no data   no data
316.10/316.12	c  S st    74   1210204       667      1580        19     63744      6952   1318177   no data   no data
316.10/316.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
316.10/316.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
316.10/316.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
316.10/316.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
316.10/316.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
316.10/316.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    667 time:  0.00 s
316.10/316.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
316.10/316.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
316.20/316.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
321.91/321.91	c lits-rem:      1957  cl-subs:     5738  v-elim:      0  v-fix:    0  time:  5.71 s
321.91/321.91	c vivif2 --  cl tried     1580 cl shrink        0 lits rem          0 time: 0.00
321.91/321.92	c vivif2 --  cl tried    58006 cl shrink        0 lits rem          0 time: 0.01
321.91/321.94	c asymm  cl-useful: 0/1580/1580 lits-rem:0 time: 0.02
321.91/321.95	c calculated reachability. Time: 0.00
321.91/321.95	c  N st    74   1210204       667      1580        19     58006      6952   1166212   no data   no data
344.80/344.82	c  N st    75   1283086       667      1580        20     81613      6952   2003959   no data   no data
385.30/385.37	c  N st    76   1392411       667      1580        20     90995      6952   2084055   no data   no data
441.11/441.19	c  N st    77   1556395       667      1580        20     99277      6952   2444488   no data   no data
495.51/495.56	c  N st    78   1710205       667      1580        20     88649      6952   2030725   no data   no data
495.51/495.56	c  S st    78   1710205       667      1580        20     88649      6952   2030725   no data   no data
495.81/495.88	c  S st    78   1710707       667      1580        24     89133      6952   2041047   no data   no data
495.81/495.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
495.91/495.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    3 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
495.91/495.93	c Replacing        3 vars Replaced     2156 lits Time:     0.01 s 
495.91/495.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
495.91/495.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
495.91/495.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
495.91/495.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    664 time:  0.00 s
495.91/495.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
495.91/495.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
496.01/496.01	c subs with bin:        2  lits-rem:       146  v-fix:    0  time:  0.00 s
513.90/513.97	c lits-rem:      4139  cl-subs:    12368  v-elim:      0  v-fix:    0  time: 17.96 s
513.90/513.97	c vivif2 --  cl tried     1580 cl shrink        0 lits rem          0 time: 0.00
514.00/514.00	c vivif2 --  cl tried    76757 cl shrink        0 lits rem          0 time: 0.02
514.00/514.03	c asymm  cl-useful: 0/1580/1580 lits-rem:0 time: 0.03
514.00/514.03	c calculated reachability. Time: 0.00
514.00/514.03	c  N st    78   1710707       664      1580        18     76757      6948   1727829   no data   no data
514.00/514.03	c Finding binary XORs  T:     0.00 s  found:       0
650.71/650.77	c  N st    79   2079672       664      1580        18     87810      6948   1747762   no data   no data
703.51/703.56	c  N st    80   2210707       664      1580        18     92049      6948   1885142   no data   no data
703.51/703.56	c  S st    80   2210707       664      1580        18     92049      6948   1885142   no data   no data
703.81/703.89	c  S st    80   2211209       664      1580        23     92528      6948   1896424   no data   no data
703.81/703.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
703.91/703.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    4 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
703.91/703.94	c Replacing        4 vars Replaced      260 lits Time:     0.01 s 
703.91/703.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
703.91/703.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
703.91/703.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
703.91/703.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    660 time:  0.00 s
703.91/703.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
703.91/703.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
704.03/704.01	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.00 s
721.81/721.80	c lits-rem:      1325  cl-subs:    15122  v-elim:      0  v-fix:    0  time: 17.79 s
721.81/721.80	c vivif2 --  cl tried     1580 cl shrink        0 lits rem          0 time: 0.00
721.81/721.82	c vivif2 --  cl tried    77400 cl shrink        0 lits rem          0 time: 0.02
721.81/721.85	c asymm  cl-useful: 0/1580/1580 lits-rem:0 time: 0.03
721.81/721.86	c calculated reachability. Time: 0.00
721.81/721.86	c  N st    80   2211209       660      1580        15     77400      6942   1505108   no data   no data
950.72/950.71	c  N st    81   2711209       660      1580        17    100497      6942   1973240   no data   no data
950.72/950.71	c  S st    81   2711209       660      1580        17    100497      6942   1973240   no data   no data
951.02/951.00	c  S st    81   2711711       660      1580        18    100982      6942   1983512   no data   no data
951.02/951.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
951.02/951.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    3 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
951.02/951.05	c Replacing        3 vars Replaced      469 lits Time:     0.01 s 
951.02/951.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
951.02/951.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
951.02/951.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
951.02/951.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    657 time:  0.00 s
951.02/951.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
951.02/951.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
951.12/951.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
975.62/975.69	c lits-rem:      2656  cl-subs:    21073  v-elim:      0  v-fix:    0  time: 24.57 s
975.62/975.69	c vivif2 --  cl tried     1580 cl shrink        0 lits rem          0 time: 0.00
975.73/975.71	c vivif2 --  cl tried    79905 cl shrink        0 lits rem          0 time: 0.02
975.73/975.74	c asymm  cl-useful: 0/1580/1580 lits-rem:0 time: 0.03
975.73/975.74	c calculated reachability. Time: 0.00
975.73/975.74	c  N st    81   2711711       657      1580        12     79905      6940   1437859   no data   no data
1180.53/1180.54	c  N st    82   3211711       657      1580        12    129385      6940   2736771   no data   no data
1180.53/1180.54	c  S st    82   3211711       657      1580        12    129385      6940   2736771   no data   no data
1180.93/1180.92	c  S st    82   3212212       657      1580        15    129874      6940   2749391   no data   no data
1180.93/1180.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1180.93/1180.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.05
1180.93/1180.99	c Replacing        2 vars Replaced       62 lits Time:     0.01 s 
1180.93/1180.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1180.93/1180.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1180.93/1180.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1180.93/1180.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    655 time:  0.00 s
1180.93/1180.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1181.03/1181.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1181.03/1181.09	c subs with bin:        2  lits-rem:         0  v-fix:    0  time:  0.00 s
1244.63/1244.60	c lits-rem:      2865  cl-subs:    32041  v-elim:      0  v-fix:    0  time: 63.51 s
1244.63/1244.60	c vivif2 --  cl tried     1580 cl shrink        0 lits rem          0 time: 0.00
1244.63/1244.63	c vivif2 --  cl tried    97829 cl shrink        0 lits rem          0 time: 0.02
1244.63/1244.66	c asymm  cl-useful: 0/1580/1580 lits-rem:0 time: 0.04
1244.63/1244.67	c calculated reachability. Time: 0.00
1244.63/1244.67	c  N st    82   3212212       655      1580        11     97829      6936   1903731   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-3368478-1305392015/watcher-3368478-1305392015 -o /tmp/evaluation-result-3368478-1305392015/solver-3368478-1305392015 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3368478-1305392015.cnf 

running on 2 cores: 1,3

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.31 3.05 5/366 11783
/proc/meminfo: memFree=21065684/32951124 swapFree=65581052/67111528
[pid=11783] ppid=11781 vsize=30168 CPUtime=0 cores=1,3
/proc/11783/stat : 11783 (strangenight2-s) R 11781 11783 11101 0 -1 4202496 631 0 0 0 0 0 0 0 25 0 1 0 650799203 30892032 572 33554432000 4194304 4580011 140736199075568 18446744073709551615 4504385 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11783/statm: 7542 572 339 95 0 2524 0

[startup+0.0380891 s]
/proc/loadavg: 4.03 3.31 3.05 5/366 11783
/proc/meminfo: memFree=21065684/32951124 swapFree=65581052/67111528
[pid=11783] ppid=11781 vsize=30964 CPUtime=0.03 cores=1,3
/proc/11783/stat : 11783 (strangenight2-s) R 11781 11783 11101 0 -1 4202496 914 0 0 0 3 0 0 0 25 0 1 0 650799203 31707136 838 33554432000 4194304 4580011 140736199075568 18446744073709551615 4324509 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11783/statm: 7741 838 363 95 0 2723 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 30964

[startup+0.10109 s]
/proc/loadavg: 4.03 3.31 3.05 5/366 11783
/proc/meminfo: memFree=21065684/32951124 swapFree=65581052/67111528
[pid=11783] ppid=11781 vsize=31096 CPUtime=0.09 cores=1,3
/proc/11783/stat : 11783 (strangenight2-s) R 11781 11783 11101 0 -1 4202496 979 0 0 0 9 0 0 0 25 0 1 0 650799203 31842304 903 33554432000 4194304 4580011 140736199075568 18446744073709551615 4295004 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11783/statm: 7774 903 364 95 0 2756 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31096

[startup+0.301043 s]
/proc/loadavg: 4.03 3.31 3.05 5/366 11783
/proc/meminfo: memFree=21065684/32951124 swapFree=65581052/67111528
[pid=11783] ppid=11781 vsize=31468 CPUtime=0.29 cores=1,3
/proc/11783/stat : 11783 (strangenight2-s) R 11781 11783 11101 0 -1 4202496 1151 0 0 0 29 0 0 0 25 0 1 0 650799203 32223232 901 33554432000 4194304 4580011 140736199075568 18446744073709551615 4316976 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11783/statm: 7867 901 364 95 0 2849 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31468

[startup+0.700968 s]
/proc/loadavg: 4.03 3.31 3.05 5/366 11783
/proc/meminfo: memFree=21065684/32951124 swapFree=65581052/67111528
[pid=11783] ppid=11781 vsize=31640 CPUtime=0.69 cores=1,3
/proc/11783/stat : 11783 (strangenight2-s) R 11781 11783 11101 0 -1 4202496 1363 0 0 0 69 0 0 0 25 0 1 0 650799203 32399360 1113 33554432000 4194304 4580011 140736199075568 18446744073709551615 4294313 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11783/statm: 7910 1113 364 95 0 2892 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31640

[startup+1.50082 s]
/proc/loadavg: 4.03 3.31 3.05 5/367 11784
/proc/meminfo: memFree=21060840/32951124 swapFree=65581052/67111528
[pid=11783] ppid=11781 vsize=31980 CPUtime=1.49 cores=1,3
/proc/11783/stat : 11783 (strangenight2-s) R 11781 11783 11101 0 -1 4202496 1778 0 0 0 149 0 0 0 25 0 1 0 650799203 32747520 1250 33554432000 4194304 4580011 140736199075568 18446744073709551615 4294341 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11783/statm: 7995 1250 364 95 0 2977 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31980

[startup+3.10055 s]
/proc/loadavg: 4.03 3.31 3.05 5/367 11784
/proc/meminfo: memFree=21057864/32951124 swapFree=65581052/67111528
[pid=11783] ppid=11781 vsize=38704 CPUtime=3.09 cores=1,3
/proc/11783/stat : 11783 (strangenight2-s) R 11781 11783 11101 0 -1 4202496 4088 0 0 0 309 0 0 0 25 0 1 0 650799203 39632896 2789 33554432000 4194304 4580011 140736199075568 18446744073709551615 4318705 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11783/statm: 9676 2789 366 95 0 4658 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38704

[startup+6.30096 s]
/proc/loadavg: 4.02 3.32 3.06 5/367 11784
/proc/meminfo: memFree=21047132/32951124 swapFree=65581052/67111528
[pid=11783] ppid=11781 vsize=38864 CPUtime=6.29 cores=1,3
/proc/11783/stat : 11783 (strangenight2-s) R 11781 11783 11101 0 -1 4202496 5331 0 0 0 629 0 0 0 25 0 1 0 650799203 39796736 2991 33554432000 4194304 4580011 140736199075568 18446744073709551615 4293172 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11783/statm: 9716 2991 366 95 0 4698 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 38864

[startup+12.7008 s]
/proc/loadavg: 4.02 3.33 3.06 5/367 11784
/proc/meminfo: memFree=21029412/32951124 swapFree=65581052/67111528
[pid=11783] ppid=11781 vsize=40160 CPUtime=12.69 cores=1,3
/proc/11783/stat : 11783 (strangenight2-s) R 11781 11783 11101 0 -1 4202496 7651 0 0 0 1268 1 0 0 25 0 1 0 650799203 41123840 3507 33554432000 4194304 4580011 140736199075568 18446744073709551615 4320408 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11783/statm: 10040 3507 366 95 0 5022 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 40160

[startup+25.5005 s]
/proc/loadavg: 4.02 3.36 3.08 5/367 11784
/proc/meminfo: memFree=21017132/32951124 swapFree=65581052/67111528
[pid=11783] ppid=11781 vsize=52120 CPUtime=25.49 cores=1,3
/proc/11783/stat : 11783 (strangenight2-s) R 11781 11783 11101 0 -1 4202496 13957 0 0 0 2546 3 0 0 25 0 1 0 650799203 53370880 6554 33554432000 4194304 4580011 140736199075568 18446744073709551615 4294335 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11783/statm: 13030 6554 366 95 0 8012 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 52120

[startup+51.1009 s]
/proc/loadavg: 4.01 3.41 3.10 5/367 11785
/proc/meminfo: memFree=21010156/32951124 swapFree=65581052/67111528
[pid=11783] ppid=11781 vsize=57276 CPUtime=51.09 cores=1,3
/proc/11783/stat : 11783 (strangenight2-s) R 11781 11783 11101 0 -1 4202496 21492 0 0 0 5104 5 0 0 25 0 1 0 650799203 58650624 7739 33554432000 4194304 4580011 140736199075568 18446744073709551615 4295695 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11783/statm: 14319 7739 366 95 0 9301 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 57276

[startup+102.314 s]
/proc/loadavg: 4.00 3.50 3.14 5/367 11786
/proc/meminfo: memFree=20998336/32951124 swapFree=65581052/67111528
[pid=11783] ppid=11781 vsize=59008 CPUtime=102.31 cores=1,3
/proc/11783/stat : 11783 (strangenight2-s) R 11781 11783 11101 0 -1 4202496 32916 0 0 0 10223 8 0 0 25 0 1 0 650799203 60424192 8167 33554432000 4194304 4580011 140736199075568 18446744073709551615 4294602 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11783/statm: 14752 8167 366 95 0 9734 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 59008

[startup+162.301 s]
/proc/loadavg: 4.00 3.59 3.20 5/367 11788
/proc/meminfo: memFree=20987508/32951124 swapFree=65581052/67111528
[pid=11783] ppid=11781 vsize=62852 CPUtime=162.3 cores=1,3
/proc/11783/stat : 11783 (strangenight2-s) R 11781 11783 11101 0 -1 4202496 44032 0 0 0 16219 11 0 0 25 0 1 0 650799203 64360448 9028 33554432000 4194304 4580011 140736199075568 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11783/statm: 15713 9028 366 95 0 10695 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 62852

[startup+222.301 s]
/proc/loadavg: 4.00 3.66 3.24 5/367 11790
/proc/meminfo: memFree=20955592/32951124 swapFree=65581052/67111528
[pid=11783] ppid=11781 vsize=76456 CPUtime=222.3 cores=1,3
/proc/11783/stat : 11783 (strangenight2-s) R 11781 11783 11101 0 -1 4202496 55391 0 0 0 22217 13 0 0 25 0 1 0 650799203 78290944 12291 33554432000 4194304 4580011 140736199075568 18446744073709551615 4294404 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11783/statm: 19114 12291 366 95 0 14096 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 76456

[startup+282.301 s]
/proc/loadavg: 4.13 3.75 3.30 5/367 11791
/proc/meminfo: memFree=20960144/32951124 swapFree=65581052/67111528
[pid=11783] ppid=11781 vsize=76924 CPUtime=282.3 cores=1,3
/proc/11783/stat : 11783 (strangenight2-s) R 11781 11783 11101 0 -1 4202496 65914 0 0 0 28214 16 0 0 25 0 1 0 650799203 78770176 11681 33554432000 4194304 4580011 140736199075568 18446744073709551615 4294364 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11783/statm: 19231 11681 366 95 0 14213 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 76924

[startup+342.3 s]
/proc/loadavg: 4.11 3.81 3.34 5/367 11793
/proc/meminfo: memFree=20930956/32951124 swapFree=65581052/67111528
[pid=11783] ppid=11781 vsize=84368 CPUtime=342.3 cores=1,3
/proc/11783/stat : 11783 (strangenight2-s) R 11781 11783 11101 0 -1 4202496 76735 0 0 0 34212 18 0 0 25 0 1 0 650799203 86392832 14449 33554432000 4194304 4580011 140736199075568 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11783/statm: 21092 14449 366 95 0 16074 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 84368

[startup+402.3 s]
/proc/loadavg: 4.10 3.86 3.39 5/367 11794
/proc/meminfo: memFree=20920876/32951124 swapFree=65581052/67111528
[pid=11783] ppid=11781 vsize=84528 CPUtime=402.31 cores=1,3
/proc/11783/stat : 11783 (strangenight2-s) R 11781 11783 11101 0 -1 4202496 85157 0 0 0 40209 22 0 0 25 0 1 0 650799203 86556672 15007 33554432000 4194304 4580011 140736199075568 18446744073709551615 4295075 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11783/statm: 21132 15007 366 95 0 16114 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 84528

[startup+462.301 s]
/proc/loadavg: 4.09 3.89 3.43 5/367 11805
/proc/meminfo: memFree=20927492/32951124 swapFree=65581052/67111528
[pid=11783] ppid=11781 vsize=84764 CPUtime=462.3 cores=1,3
/proc/11783/stat : 11783 (strangenight2-s) R 11781 11783 11101 0 -1 4202496 94027 0 0 0 46206 24 0 0 25 0 1 0 650799203 86798336 15382 33554432000 4194304 4580011 140736199075568 18446744073709551615 4294920 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11783/statm: 21191 15382 366 95 0 16173 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 84764

[startup+522.301 s]
/proc/loadavg: 4.11 3.94 3.47 5/367 11807
/proc/meminfo: memFree=20891892/32951124 swapFree=65581052/67111528
[pid=11783] ppid=11781 vsize=102948 CPUtime=522.31 cores=1,3
/proc/11783/stat : 11783 (strangenight2-s) R 11781 11783 11101 0 -1 4202496 104300 0 0 0 52204 27 0 0 25 0 1 0 650799203 105418752 19707 33554432000 4194304 4580011 140736199075568 18446744073709551615 4316470 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11783/statm: 25737 19707 366 95 0 20719 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 102948

[startup+582.301 s]
/proc/loadavg: 4.04 3.95 3.50 5/367 11808
/proc/meminfo: memFree=20875864/32951124 swapFree=65581052/67111528
[pid=11783] ppid=11781 vsize=103128 CPUtime=582.31 cores=1,3
/proc/11783/stat : 11783 (strangenight2-s) R 11781 11783 11101 0 -1 4202496 112989 0 0 0 58200 31 0 0 25 0 1 0 650799203 105603072 18868 33554432000 4194304 4580011 140736199075568 18446744073709551615 4318389 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11783/statm: 25782 18868 366 95 0 20764 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 103128

[startup+642.301 s]
/proc/loadavg: 4.01 3.95 3.53 5/367 11810
/proc/meminfo: memFree=20868872/32951124 swapFree=65581052/67111528
[pid=11783] ppid=11781 vsize=103352 CPUtime=642.31 cores=1,3
/proc/11783/stat : 11783 (strangenight2-s) R 11781 11783 11101 0 -1 4202496 121136 0 0 0 64199 32 0 0 25 0 1 0 650799203 105832448 17775 33554432000 4194304 4580011 140736199075568 18446744073709551615 4293099 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11783/statm: 25838 17775 366 95 0 20820 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 103352

[startup+702.3 s]
/proc/loadavg: 4.04 3.97 3.56 5/367 11814
/proc/meminfo: memFree=20857968/32951124 swapFree=65581052/67111528
[pid=11783] ppid=11781 vsize=103532 CPUtime=702.31 cores=1,3
/proc/11783/stat : 11783 (strangenight2-s) R 11781 11783 11101 0 -1 4202496 128429 0 0 0 70197 34 0 0 25 0 1 0 650799203 106016768 18669 33554432000 4194304 4580011 140736199075568 18446744073709551615 4294954 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11783/statm: 25883 18669 366 95 0 20865 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 103532

[startup+762.313 s]
/proc/loadavg: 4.01 3.97 3.58 5/367 11816
/proc/meminfo: memFree=20830412/32951124 swapFree=65581052/67111528
[pid=11783] ppid=11781 vsize=109344 CPUtime=762.33 cores=1,3
/proc/11783/stat : 11783 (strangenight2-s) R 11781 11783 11101 0 -1 4202496 134130 0 0 0 76197 36 0 0 25 0 1 0 650799203 111968256 20557 33554432000 4194304 4580011 140736199075568 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11783/statm: 27336 20557 366 95 0 22318 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 109344

[startup+822.301 s]
/proc/loadavg: 4.00 3.97 3.61 5/367 11818
/proc/meminfo: memFree=20856052/32951124 swapFree=65581052/67111528
[pid=11783] ppid=11781 vsize=109572 CPUtime=822.32 cores=1,3
/proc/11783/stat : 11783 (strangenight2-s) R 11781 11783 11101 0 -1 4202496 140436 0 0 0 82193 39 0 0 25 0 1 0 650799203 112201728 20271 33554432000 4194304 4580011 140736199075568 18446744073709551615 4295437 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11783/statm: 27393 20271 366 95 0 22375 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 109572

[startup+882.301 s]
/proc/loadavg: 4.07 4.00 3.64 5/367 11819
/proc/meminfo: memFree=20834676/32951124 swapFree=65581052/67111528
[pid=11783] ppid=11781 vsize=109708 CPUtime=882.31 cores=1,3
/proc/11783/stat : 11783 (strangenight2-s) R 11781 11783 11101 0 -1 4202496 147031 0 0 0 88190 41 0 0 25 0 1 0 650799203 112340992 20136 33554432000 4194304 4580011 140736199075568 18446744073709551615 4294492 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11783/statm: 27427 20136 366 95 0 22409 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 109708

[startup+942.301 s]
/proc/loadavg: 4.14 4.03 3.67 5/367 11821
/proc/meminfo: memFree=20837984/32951124 swapFree=65581052/67111528
[pid=11783] ppid=11781 vsize=109800 CPUtime=942.32 cores=1,3
/proc/11783/stat : 11783 (strangenight2-s) R 11781 11783 11101 0 -1 4202496 153325 0 0 0 94189 43 0 0 25 0 1 0 650799203 112435200 19731 33554432000 4194304 4580011 140736199075568 18446744073709551615 4293659 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11783/statm: 27450 19731 366 95 0 22432 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 109800

[startup+1002.3 s]
/proc/loadavg: 4.12 4.05 3.70 5/367 11906
/proc/meminfo: memFree=21096724/32951124 swapFree=65581052/67111528
[pid=11783] ppid=11781 vsize=115996 CPUtime=1002.32 cores=1,3
/proc/11783/stat : 11783 (strangenight2-s) R 11781 11783 11101 0 -1 4202496 158738 0 0 0 100188 44 0 0 25 0 1 0 650799203 118779904 20902 33554432000 4194304 4580011 140736199075568 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11783/statm: 28999 20902 366 95 0 23981 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 115996

[startup+1062.3 s]
/proc/loadavg: 4.23 4.09 3.73 5/367 11908
/proc/meminfo: memFree=21055392/32951124 swapFree=65581052/67111528
[pid=11783] ppid=11781 vsize=143312 CPUtime=1062.33 cores=1,3
/proc/11783/stat : 11783 (strangenight2-s) R 11781 11783 11101 0 -1 4202496 166016 0 0 0 106188 45 0 0 25 0 1 0 650799203 146751488 27981 33554432000 4194304 4580011 140736199075568 18446744073709551615 4294326 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11783/statm: 35828 27981 366 95 0 30810 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 143312

[startup+1122.3 s]
/proc/loadavg: 4.08 4.07 3.74 5/367 11910
/proc/meminfo: memFree=20997544/32951124 swapFree=65581052/67111528
[pid=11783] ppid=11781 vsize=184748 CPUtime=1122.32 cores=1,3
/proc/11783/stat : 11783 (strangenight2-s) R 11781 11783 11101 0 -1 4202496 168116 0 0 0 112187 45 0 0 25 0 1 0 650799203 189181952 26497 33554432000 4194304 4580011 140736199075568 18446744073709551615 4295369 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11783/statm: 46187 26497 366 95 0 41169 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 184748

[startup+1182.3 s]
/proc/loadavg: 4.03 4.05 3.75 5/367 11911
/proc/meminfo: memFree=20979668/32951124 swapFree=65581052/67111528
[pid=11783] ppid=11781 vsize=135352 CPUtime=1182.33 cores=1,3
/proc/11783/stat : 11783 (strangenight2-s) R 11781 11783 11101 0 -1 4202496 173272 0 0 0 118187 46 0 0 20 0 1 0 650799203 138600448 27956 33554432000 4194304 4580011 140736199075568 18446744073709551615 4406279 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11783/statm: 33838 27956 366 95 0 28820 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 135352

[startup+1242.3 s]
/proc/loadavg: 4.01 4.04 3.77 5/367 11913
/proc/meminfo: memFree=20957920/32951124 swapFree=65581052/67111528
[pid=11783] ppid=11781 vsize=135352 CPUtime=1242.33 cores=1,3
/proc/11783/stat : 11783 (strangenight2-s) R 11781 11783 11101 0 -1 4202496 173272 0 0 0 124187 46 0 0 25 0 1 0 650799203 138600448 27956 33554432000 4194304 4580011 140736199075568 18446744073709551615 4397233 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11783/statm: 33838 27956 366 95 0 28820 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 135352



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.10 4.06 3.79 5/367 11914
/proc/meminfo: memFree=20898964/32951124 swapFree=65581052/67111528
[pid=11783] ppid=11781 vsize=204664 CPUtime=1300.04 cores=1,3
/proc/11783/stat : 11783 (strangenight2-s) R 11781 11783 11101 0 -1 4202496 178215 0 0 0 129957 47 0 0 25 0 1 0 650799203 209575936 31644 33554432000 4194304 4580011 140736199075568 18446744073709551615 4293193 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11783/statm: 51166 31644 366 95 0 46148 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 204664

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.06
CPU user time (s): 1299.58
CPU system time (s): 0.478927
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 204664

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

runsolver used 4.44132 second user time and 10.9183 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-14 18:53:35
IDJOB=3368478
IDBENCH=83430
IDSOLVER=1845
FILE ID=node137/3368478-1305392015
RUNJOBID= node137-1305391661-11652
PBS_JOBID= 13324416
Free space on /tmp= 73656 MiB

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

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

MD5SUM BENCH= 3f4ea4cf17e734bbe947db7c1dc9fde7
RANDOM SEED=2005501225

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21065716 kB
Buffers:        270216 kB
Cached:        3695840 kB
SwapCached:      36328 kB
Active:        1863808 kB
Inactive:      9796528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21065716 kB
SwapTotal:    67111528 kB
SwapFree:     65581052 kB
Dirty:            5768 kB
Writeback:           0 kB
AnonPages:     7667896 kB
Mapped:          20292 kB
Slab:           119676 kB
PageTables:      40048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 76247544 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= 73648 MiB
End job on node137 at 2011-05-14 19:15:17