Trace number 3370398

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-Night-1-st (fixed)? (TO) 1300 1300.02

General information on the benchmark

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

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3370398-1305395353.cnf'
0.00/0.00	c -- header says num vars:            326
0.00/0.00	c -- header says num clauses:        2332
0.00/0.00	c -- clauses added:            0 learnts,         2332 normals,            0 xors
0.00/0.00	c -- vars added        326
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       326      2332         0         0     10392         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 120/2332/2332 lits-rem:120 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
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:    326 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:      1474  cl-subs:      760  v-elim:      0  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:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:     107 undec:      95 neg:     124
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       326      1572         0         0      5473         0   no data   no data  --
0.00/0.05	c Decided on static restart strategy
0.09/0.16	c  N st     8      4917       326      1572         4      4585      5473     91619   no data   no data  --
0.39/0.48	c  N st    10     11302       326      1572         4      4220      5473     58382   no data   no data  --
0.69/0.77	c  N st    11     17045       326      1572         4      9487      5473    179774   no data   no data  --
1.19/1.27	c  F st    12     25000       326      1572         4     11635      5473    230567   no data   no data  --
1.19/1.27	c  N st    12     25000       326      1572         4     11635      5473    230567   no data   no data  --
1.49/1.54	c Decided on static restart strategy
1.49/1.54	c  N st    18     30000       326      1572         4      9963      5473    173549   no data   no data  --
1.49/1.54	c  S st    18     30000       326      1572         4      9963      5473    173549   no data   no data  --
1.49/1.58	c  S st    18     30505       326      1572         4     10450      5472    184750   no data   no data  --
1.49/1.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.49/1.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.49/1.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.49/1.59	c Replacing        1 vars Replaced     3160 lits Time:     0.00 s 
1.59/1.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.59/1.60	c subs with bin:        3  lits-rem:         0  v-fix:    0  time:  0.00 s
1.59/1.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    325 time:  0.00 s
1.59/1.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.89/1.91	c lits-rem:      1479  cl-subs:     2308  v-elim:      2  v-fix:    0  time:  0.32 s
1.89/1.92	c asymm  cl-useful: 0/1557/1557 lits-rem:0 time: 0.00
1.89/1.92	c calculated reachability. Time: 0.00
1.89/1.92	c  N st    18     30505       323      1557         2      8147      5415    137359   no data   no data  --
2.39/2.40	c  N st    20     37615       323      1557         2      7483      5415    104263   no data   no data  --
2.69/2.77	c  N st    21     44015       323      1557         2     13368      5415    249689   no data   no data  --
2.89/2.90	c  S st    22     45758       323      1557         2     14930      5415    287390   no data   no data  --
2.89/2.96	c  S st    22     46262       323      1557         2     15419      5415    298500   no data   no data  --
2.89/2.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.89/2.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.89/2.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
2.89/2.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.89/2.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.89/2.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    323 time:  0.00 s
2.89/2.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.40/4.49	c lits-rem:      1919  cl-subs:     3176  v-elim:      0  v-fix:    0  time:  1.51 s
4.40/4.49	c vivif2 --  cl tried     1557 cl shrink        0 lits rem          0 time: 0.00
4.40/4.49	c vivif2 --  cl tried    12243 cl shrink        0 lits rem          0 time: 0.00
4.49/4.50	c asymm  cl-useful: 0/1557/1557 lits-rem:0 time: 0.01
4.49/4.50	c calculated reachability. Time: 0.00
4.49/4.50	c  N st    22     46262       323      1557         2     12243      5415    229776   no data   no data  --
5.39/5.49	c  N st    23     60659       323      1557         2     16947      5415    307508   no data   no data  --
6.09/6.14	c  N st    24     69393       323      1557         2     16018      5415    283372   no data   no data  --
6.09/6.14	c  S st    24     69393       323      1557         2     16018      5415    283372   no data   no data  --
6.09/6.19	c  S st    24     69895       323      1557         2     16511      5415    295308   no data   no data  --
6.09/6.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.09/6.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
6.19/6.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
6.19/6.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.19/6.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.19/6.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    323 time:  0.00 s
6.19/6.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.79/7.83	c lits-rem:      1315  cl-subs:     5051  v-elim:      0  v-fix:    0  time:  1.62 s
7.79/7.83	c vivif2 --  cl tried     1557 cl shrink        0 lits rem          0 time: 0.00
7.79/7.83	c vivif2 --  cl tried    11460 cl shrink        0 lits rem          0 time: 0.00
7.79/7.84	c asymm  cl-useful: 2/1557/1557 lits-rem:2 time: 0.01
7.79/7.84	c calculated reachability. Time: 0.00
7.79/7.84	c  N st    24     69895       323      1557         2     11460      5413    190961   no data   no data  --
9.18/9.26	c  F st    25     87501       323      1557         2     17759      5413    318601   no data   no data  --
9.18/9.26	c  N st    25     87501       323      1557         2     17759      5413    318601   no data   no data  --
9.58/9.69	c Decided on static restart strategy
9.79/9.90	c  N st    32     95540       323      1557         2     14334      5413    230799   no data   no data  --
10.78/10.86	c  N st    34    104843       323      1557         2     22576      5413    422572   no data   no data  --
10.78/10.86	c  S st    34    104843       323      1557         2     22576      5413    422572   no data   no data  --
10.89/10.95	c  S st    34    105346       323      1557         2     23073      5413    434598   no data   no data  --
10.89/10.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.89/10.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.89/10.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
10.89/10.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.89/10.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.89/10.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    323 time:  0.00 s
10.89/10.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.99/14.03	c lits-rem:      2436  cl-subs:     7873  v-elim:      0  v-fix:    0  time:  3.07 s
13.99/14.03	c vivif2 --  cl tried     1555 cl shrink        0 lits rem          0 time: 0.00
13.99/14.04	c vivif2 --  cl tried    15202 cl shrink        0 lits rem          0 time: 0.00
13.99/14.05	c asymm  cl-useful: 2/1555/1555 lits-rem:2 time: 0.01
13.99/14.05	c calculated reachability. Time: 0.00
13.99/14.05	c  N st    34    105346       323      1555         2     15202      5399    274088   no data   no data  --
14.89/14.93	c  N st    35    114944       323      1555         2     12747      5399    187759   no data   no data  --
16.19/16.29	c  N st    36    129341       323      1555         2     13334      5399    187735   no data   no data  --
18.19/18.24	c  N st    37    150937       323      1555         2     19657      5399    319735   no data   no data  --
18.89/18.90	c  S st    38    158020       323      1555         2     25996      5399    471783   no data   no data  --
18.99/19.00	c  S st    38    158524       323      1555         2     26481      5399    484012   no data   no data  --
18.99/19.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.99/19.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
18.99/19.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
18.99/19.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.99/19.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.99/19.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    323 time:  0.00 s
18.99/19.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
21.59/21.67	c lits-rem:      4001  cl-subs:     5452  v-elim:      0  v-fix:    0  time:  2.65 s
21.59/21.67	c vivif2 --  cl tried     1553 cl shrink        0 lits rem          0 time: 0.00
21.59/21.68	c vivif2 --  cl tried    21031 cl shrink        0 lits rem          0 time: 0.00
21.59/21.69	c asymm  cl-useful: 0/1553/1553 lits-rem:0 time: 0.01
21.59/21.69	c calculated reachability. Time: 0.00
21.59/21.69	c  N st    38    158524       323      1553         2     21031      5385    377631   no data   no data  --
27.19/27.25	c  N st    39    207112       323      1553         2     19148      5385    276463   no data   no data  --
30.49/30.55	c  N st    40    237786       323      1553         2     29814      5385    521217   no data   no data  --
30.49/30.55	c  S st    40    237786       323      1553         2     29814      5385    521217   no data   no data  --
30.59/30.63	c  S st    40    238292       323      1553         2     30297      5385    532573   no data   no data  --
30.59/30.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
30.59/30.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
30.59/30.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
30.59/30.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
30.59/30.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.59/30.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    323 time:  0.00 s
30.59/30.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
34.10/34.12	c lits-rem:      8518  cl-subs:     8252  v-elim:      0  v-fix:    0  time:  3.46 s
34.10/34.12	c vivif2 --  cl tried     1553 cl shrink        0 lits rem          0 time: 0.00
34.10/34.12	c vivif2 --  cl tried    22045 cl shrink        0 lits rem          0 time: 0.00
34.10/34.14	c asymm  cl-useful: 0/1553/1553 lits-rem:0 time: 0.01
34.10/34.14	c calculated reachability. Time: 0.00
34.10/34.14	c  N st    40    238292       323      1553         2     22045      5385    380466   no data   no data  --
42.29/42.36	c  F st    41    306251       323      1553         2     27171      5385    412009   no data   no data  --
42.29/42.36	c  N st    41    306251       323      1553         2     27171      5385    412009   no data   no data  --
42.79/42.84	c Decided on static restart strategy
45.48/45.54	c  N st    51    334557       323      1553         2     32507      5385    565297   no data   no data  --
48.08/48.10	c  N st    53    357438       323      1553         2     31141      5385    485627   no data   no data  --
48.08/48.10	c  S st    53    357438       323      1553         2     31141      5385    485627   no data   no data  --
48.19/48.21	c  S st    53    357940       323      1553         2     31639      5385    498232   no data   no data  --
48.19/48.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
48.19/48.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
48.19/48.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
48.19/48.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
48.19/48.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
48.19/48.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    323 time:  0.00 s
48.19/48.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
50.79/50.81	c lits-rem:      3805  cl-subs:     6104  v-elim:      0  v-fix:    0  time:  2.57 s
50.79/50.81	c vivif2 --  cl tried     1550 cl shrink        0 lits rem          0 time: 0.00
50.79/50.81	c vivif2 --  cl tried    25538 cl shrink        0 lits rem          0 time: 0.00
50.79/50.83	c asymm  cl-useful: 0/1550/1550 lits-rem:0 time: 0.02
50.79/50.83	c calculated reachability. Time: 0.00
50.79/50.83	c  N st    53    357940       323      1550         2     25538      5367    381728   no data   no data  --
54.89/54.91	c  N st    54    390332       323      1550         2     32159      5367    489836   no data   no data  --
61.50/61.54	c  N st    55    438921       323      1550         2     28574      5367    403818   no data   no data  --
71.69/71.72	c  N st    56    511803       323      1550         2     42987      5367    675455   no data   no data  --
75.08/75.12	c  N st    57    536911       323      1550         2     38690      5367    601930   no data   no data  --
75.08/75.12	c  S st    57    536911       323      1550         2     38690      5367    601930   no data   no data  --
75.18/75.24	c  S st    57    537415       323      1550         2     39173      5367    614143   no data   no data  --
75.18/75.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
75.18/75.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
75.18/75.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
75.18/75.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
75.18/75.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
75.18/75.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    323 time:  0.00 s
75.18/75.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
79.09/79.18	c lits-rem:      1958  cl-subs:     9422  v-elim:      0  v-fix:    0  time:  3.91 s
79.09/79.18	c vivif2 --  cl tried     1550 cl shrink        0 lits rem          0 time: 0.00
79.09/79.18	c vivif2 --  cl tried    29751 cl shrink        0 lits rem          0 time: 0.01
79.09/79.20	c asymm  cl-useful: 1/1550/1550 lits-rem:1 time: 0.02
79.09/79.20	c calculated reachability. Time: 0.00
79.09/79.20	c  N st    57    537415       323      1550         2     29751      5366    444029   no data   no data  --
101.69/101.77	c  N st    58    701400       323      1550         2     60863      5366   1012763   no data   no data  --
119.29/119.31	c  N st    59    806122       323      1550         2     58405      5366    930534   no data   no data  --
119.29/119.31	c  S st    59    806122       323      1550         2     58405      5366    930534   no data   no data  --
119.49/119.50	c  S st    59    806626       323      1550         2     58897      5366    943047   no data   no data  --
119.49/119.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
119.49/119.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
119.49/119.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
119.49/119.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
119.49/119.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
119.49/119.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    323 time:  0.00 s
119.49/119.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
128.79/128.85	c lits-rem:      3247  cl-subs:    18219  v-elim:      0  v-fix:    0  time:  9.30 s
128.79/128.85	c vivif2 --  cl tried     1550 cl shrink        0 lits rem          0 time: 0.00
128.79/128.85	c vivif2 --  cl tried    40678 cl shrink        0 lits rem          0 time: 0.01
128.79/128.88	c asymm  cl-useful: 0/1550/1550 lits-rem:0 time: 0.03
128.79/128.88	c calculated reachability. Time: 0.00
128.79/128.88	c  N st    59    806626       323      1550         2     40678      5366    637491   no data   no data  --
170.19/170.25	c  F st    60   1071876       323      1550         2     62937      5366    981889   no data   no data  --
170.19/170.25	c  N st    60   1071876       323      1550         2     62937      5366    981889   no data   no data  --
170.99/171.07	c Decided on static restart strategy
175.09/175.15	c  N st    70   1100181       323      1550         2     48868      5366    719128   no data   no data  --
182.19/182.21	c  N st    72   1136174       323      1550         2     81823      5366   1451780   no data   no data  --
187.89/187.98	c  N st    73   1168566       323      1550         2     69884      5366   1129314   no data   no data  --
195.58/195.67	c  N st    74   1209939       323      1550         2     65193      5366   1024878   no data   no data  --
195.58/195.67	c  S st    74   1209939       323      1550         2     65193      5366   1024878   no data   no data  --
195.79/195.85	c  S st    74   1210442       323      1550         2     65686      5366   1037454   no data   no data  --
195.79/195.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
195.79/195.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
195.79/195.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
195.88/195.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
195.88/195.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
195.88/195.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    323 time:  0.00 s
195.88/195.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
205.79/205.83	c lits-rem:      2776  cl-subs:    16048  v-elim:      0  v-fix:    0  time:  9.92 s
205.79/205.83	c vivif2 --  cl tried     1550 cl shrink        0 lits rem          0 time: 0.00
205.79/205.84	c vivif2 --  cl tried    49638 cl shrink        0 lits rem          0 time: 0.01
205.79/205.87	c asymm  cl-useful: 0/1550/1550 lits-rem:0 time: 0.03
205.79/205.88	c calculated reachability. Time: 0.00
205.79/205.88	c  N st    74   1210442       323      1550         2     49638      5366    766953   no data   no data  --
220.89/220.93	c  N st    75   1283325       323      1550         2     73184      5366   1130958   no data   no data  --
241.49/241.52	c  N st    76   1392648       323      1550         2     86086      5366   1443863   no data   no data  --
273.59/273.60	c  N st    77   1556634       323      1550         2     95259      5366   1481845   no data   no data  --
304.38/304.47	c  N st    78   1710443       323      1550         2     88636      5366   1383284   no data   no data  --
304.38/304.47	c  S st    78   1710443       323      1550         2     88636      5366   1383284   no data   no data  --
304.69/304.74	c  S st    78   1710947       323      1550         2     89122      5366   1395615   no data   no data  --
304.69/304.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
304.69/304.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
304.69/304.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
304.78/304.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
304.78/304.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
304.78/304.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    323 time:  0.00 s
304.78/304.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
328.38/328.42	c lits-rem:     15490  cl-subs:    29615  v-elim:      0  v-fix:    0  time: 23.60 s
328.38/328.42	c vivif2 --  cl tried     1550 cl shrink        0 lits rem          0 time: 0.00
328.38/328.43	c vivif2 --  cl tried    59507 cl shrink        0 lits rem          0 time: 0.01
328.38/328.48	c asymm  cl-useful: 0/1550/1550 lits-rem:0 time: 0.05
328.38/328.48	c calculated reachability. Time: 0.00
328.38/328.48	c  N st    78   1710947       323      1550         2     59507      5366    902623   no data   no data  --
401.79/401.88	c  N st    79   2079911       323      1550         2     79259      5366   1127971   no data   no data  --
429.00/429.09	c  N st    80   2210948       323      1550         2     85129      5366   1235092   no data   no data  --
429.00/429.09	c  S st    80   2210948       323      1550         2     85129      5366   1235092   no data   no data  --
429.29/429.36	c  S st    80   2211448       323      1550         2     85615      5366   1247662   no data   no data  --
429.29/429.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
429.29/429.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
429.29/429.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
429.39/429.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
429.39/429.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
429.39/429.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    323 time:  0.00 s
429.39/429.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
444.69/444.72	c lits-rem:      2584  cl-subs:    23653  v-elim:      0  v-fix:    0  time: 15.29 s
444.69/444.72	c vivif2 --  cl tried     1550 cl shrink        0 lits rem          0 time: 0.00
444.69/444.73	c vivif2 --  cl tried    61962 cl shrink        0 lits rem          0 time: 0.01
444.69/444.78	c asymm  cl-useful: 0/1550/1550 lits-rem:0 time: 0.04
444.69/444.78	c calculated reachability. Time: 0.00
444.69/444.78	c  N st    80   2211448       323      1550         2     61962      5366    886741   no data   no data  --
564.09/564.12	c  N st    81   2711448       323      1550         2     92589      5366   1355498   no data   no data  --
564.09/564.12	c  S st    81   2711448       323      1550         2     92589      5366   1355498   no data   no data  --
564.39/564.48	c  S st    81   2711948       323      1550         2     93076      5366   1368441   no data   no data  --
564.39/564.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
564.39/564.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
564.49/564.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.03
564.49/564.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
564.49/564.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
564.49/564.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    323 time:  0.00 s
564.49/564.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
582.28/582.30	c lits-rem:      1536  cl-subs:    21737  v-elim:      0  v-fix:    0  time: 17.74 s
582.28/582.30	c vivif2 --  cl tried     1550 cl shrink        0 lits rem          0 time: 0.00
582.28/582.32	c vivif2 --  cl tried    71339 cl shrink        0 lits rem          0 time: 0.01
582.28/582.37	c asymm  cl-useful: 0/1550/1550 lits-rem:0 time: 0.06
582.28/582.38	c calculated reachability. Time: 0.00
582.28/582.38	c  N st    81   2711948       323      1550         2     71339      5366   1044990   no data   no data  --
725.49/725.52	c  N st    82   3211948       323      1550         2    125400      5366   1859246   no data   no data  --
725.49/725.52	c  S st    82   3211948       323      1550         2    125400      5366   1859246   no data   no data  --
726.00/726.03	c  S st    82   3212452       323      1550         2    125888      5366   1872193   no data   no data  --
726.00/726.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
726.00/726.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
726.00/726.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.05
726.09/726.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
726.09/726.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
726.09/726.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    323 time:  0.00 s
726.09/726.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
773.49/773.57	c lits-rem:      7387  cl-subs:    44457  v-elim:      0  v-fix:    0  time: 47.42 s
773.49/773.57	c vivif2 --  cl tried     1550 cl shrink        0 lits rem          0 time: 0.00
773.49/773.59	c vivif2 --  cl tried    81431 cl shrink        0 lits rem          0 time: 0.02
773.59/773.66	c asymm  cl-useful: 0/1550/1550 lits-rem:0 time: 0.07
773.59/773.66	c calculated reachability. Time: 0.00
773.59/773.66	c  N st    82   3212452       323      1550         2     81431      5366   1223611   no data   no data  --
908.28/908.39	c  N st    83   3712452       323      1550         2    105494      5366   1537579   no data   no data  --
908.28/908.39	c  S st    83   3712452       323      1550         2    105494      5366   1537579   no data   no data  --
908.78/908.80	c  S st    83   3712955       323      1550         2    105978      5366   1550073   no data   no data  --
908.78/908.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
908.78/908.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
908.78/908.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
908.88/908.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
908.88/908.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
908.88/908.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    323 time:  0.00 s
908.88/908.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
935.99/936.01	c lits-rem:      1466  cl-subs:    25412  v-elim:      0  v-fix:    0  time: 27.11 s
935.99/936.01	c vivif2 --  cl tried     1550 cl shrink        0 lits rem          0 time: 0.00
935.99/936.03	c vivif2 --  cl tried    80566 cl shrink        0 lits rem          0 time: 0.02
936.09/936.16	c asymm  cl-useful: 0/1550/1550 lits-rem:0 time: 0.13
936.09/936.17	c calculated reachability. Time: 0.00
936.09/936.17	c  N st    83   3712955       323      1550         2     80566      5366   1154630   no data   no data  --
947.38/947.40	c  F st    84   3751563       323      1550         2    115379      5366   1807080   no data   no data  --
947.38/947.40	c  N st    84   3751563       323      1550         2    115379      5366   1807080   no data   no data  --
948.98/949.02	c Decided on static restart strategy
956.58/956.66	c  N st    94   3779863       323      1550         2    141217      5366   2357668   no data   no data  --
968.19/968.21	c  N st    96   3815855       323      1550         2     99876      5366   1486117   no data   no data  --
978.08/978.11	c  N st    97   3848248       323      1550         2    129689      5366   2153682   no data   no data  --
994.78/994.86	c  N st    98   3896836       323      1550         2     98177      5366   1421950   no data   no data  --
1017.58/1017.67	c  N st    99   3969718       323      1550         2     86918      5366   1203905   no data   no data  --
1047.19/1047.27	c  N st   100   4079041       323      1550         2    107868      5366   1556550   no data   no data  --
1084.08/1084.16	c  N st   101   4212956       323      1550         2    149557      5366   2291313   no data   no data  --
1084.08/1084.16	c  S st   101   4212956       323      1550         2    149557      5366   2291313   no data   no data  --
1084.68/1084.71	c  S st   101   4213458       323      1550         2    150045      5366   2303529   no data   no data  --
1084.68/1084.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1084.68/1084.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1084.68/1084.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.06
1084.78/1084.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1084.78/1084.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1084.78/1084.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    323 time:  0.00 s
1084.78/1084.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1217.88/1217.96	c lits-rem:     13906  cl-subs:    56896  v-elim:      0  v-fix:    0  time: 133.09 s
1217.88/1217.96	c vivif2 --  cl tried     1550 cl shrink        0 lits rem          0 time: 0.00
1217.88/1217.98	c vivif2 --  cl tried    93149 cl shrink        0 lits rem          0 time: 0.02
1218.08/1218.10	c asymm  cl-useful: 0/1550/1550 lits-rem:0 time: 0.12
1218.08/1218.11	c calculated reachability. Time: 0.00
1218.08/1218.11	c  N st   101   4213458       323      1550         2     93149      5366   1389473   no data   no data  --
1290.08/1290.19	c  N st   102   4459435       323      1550         2    161822      5366   2528101   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-3370398-1305395353/watcher-3370398-1305395353 -o /tmp/evaluation-result-3370398-1305395353/solver-3370398-1305395353 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3370398-1305395353.cnf 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 2.50 3.39 3.71 2/314 17101
/proc/meminfo: memFree=15711420/32950928 swapFree=67085488/67111528
[pid=17101] ppid=17098 vsize=29832 CPUtime=0 cores=0,2
/proc/17101/stat : 17101 (strangenight1-s) R 17098 17101 16108 0 -1 4202496 511 0 0 0 0 0 0 0 24 0 1 0 729765975 30547968 452 33554432000 4194304 4650387 140733637023904 18446744073709551615 4520290 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17101/statm: 7458 453 327 112 0 2423 0

[startup+0.096824 s]
/proc/loadavg: 2.50 3.39 3.71 2/314 17101
/proc/meminfo: memFree=15711420/32950928 swapFree=67085488/67111528
[pid=17101] ppid=17098 vsize=30496 CPUtime=0.09 cores=0,2
/proc/17101/stat : 17101 (strangenight1-s) R 17098 17101 16108 0 -1 4202496 787 0 0 0 9 0 0 0 24 0 1 0 729765975 31227904 709 33554432000 4194304 4650387 140733637023904 18446744073709551615 4364380 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17101/statm: 7624 709 377 112 0 2589 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30496

[startup+0.100822 s]
/proc/loadavg: 2.50 3.39 3.71 2/314 17101
/proc/meminfo: memFree=15711420/32950928 swapFree=67085488/67111528
[pid=17101] ppid=17098 vsize=30496 CPUtime=0.09 cores=0,2
/proc/17101/stat : 17101 (strangenight1-s) R 17098 17101 16108 0 -1 4202496 790 0 0 0 9 0 0 0 24 0 1 0 729765975 31227904 712 33554432000 4194304 4650387 140733637023904 18446744073709551615 4334380 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17101/statm: 7624 712 377 112 0 2589 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30496

[startup+0.300792 s]
/proc/loadavg: 2.50 3.39 3.71 2/314 17101
/proc/meminfo: memFree=15711420/32950928 swapFree=67085488/67111528
[pid=17101] ppid=17098 vsize=30780 CPUtime=0.29 cores=0,2
/proc/17101/stat : 17101 (strangenight1-s) R 17098 17101 16108 0 -1 4202496 992 0 0 0 29 0 0 0 25 0 1 0 729765975 31518720 790 33554432000 4194304 4650387 140733637023904 18446744073709551615 4328332 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17101/statm: 7695 790 379 112 0 2660 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30780

[startup+0.700712 s]
/proc/loadavg: 2.50 3.39 3.71 2/314 17101
/proc/meminfo: memFree=15711420/32950928 swapFree=67085488/67111528
[pid=17101] ppid=17098 vsize=31236 CPUtime=0.69 cores=0,2
/proc/17101/stat : 17101 (strangenight1-s) R 17098 17101 16108 0 -1 4202496 1333 0 0 0 69 0 0 0 25 0 1 0 729765975 31985664 937 33554432000 4194304 4650387 140733637023904 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17101/statm: 7809 937 379 112 0 2774 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31236

[startup+1.50056 s]
/proc/loadavg: 2.50 3.39 3.71 5/329 17153
/proc/meminfo: memFree=15677848/32950928 swapFree=67085488/67111528
[pid=17101] ppid=17098 vsize=31848 CPUtime=1.49 cores=0,2
/proc/17101/stat : 17101 (strangenight1-s) R 17098 17101 16108 0 -1 4202496 1975 0 0 0 149 0 0 0 25 0 1 0 729765975 32612352 1043 33554432000 4194304 4650387 140733637023904 18446744073709551615 4364753 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17101/statm: 7962 1043 380 112 0 2927 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31848

[startup+3.10026 s]
/proc/loadavg: 2.50 3.39 3.71 5/329 17153
/proc/meminfo: memFree=15657388/32950928 swapFree=67085488/67111528
[pid=17101] ppid=17098 vsize=39784 CPUtime=3.09 cores=0,2
/proc/17101/stat : 17101 (strangenight1-s) R 17098 17101 16108 0 -1 4202496 4371 0 0 0 309 0 0 0 25 0 1 0 729765975 40738816 3046 33554432000 4194304 4650387 140733637023904 18446744073709551615 4432364 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17101/statm: 9946 3046 383 112 0 4911 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39784

[startup+6.30067 s]
/proc/loadavg: 2.62 3.40 3.71 5/329 17180
/proc/meminfo: memFree=15603900/32950928 swapFree=67085488/67111528
[pid=17101] ppid=17098 vsize=41980 CPUtime=6.29 cores=0,2
/proc/17101/stat : 17101 (strangenight1-s) R 17098 17101 16108 0 -1 4202496 5704 0 0 0 629 0 0 0 25 0 1 0 729765975 42987520 3544 33554432000 4194304 4650387 140733637023904 18446744073709551615 4433027 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17101/statm: 10495 3544 383 112 0 5460 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41980

[startup+12.7005 s]
/proc/loadavg: 2.73 3.41 3.71 5/329 17181
/proc/meminfo: memFree=15541400/32950928 swapFree=67085488/67111528
[pid=17101] ppid=17098 vsize=46228 CPUtime=12.69 cores=0,2
/proc/17101/stat : 17101 (strangenight1-s) R 17098 17101 16108 0 -1 4202496 7781 0 0 0 1268 1 0 0 25 0 1 0 729765975 47337472 4596 33554432000 4194304 4650387 140733637023904 18446744073709551615 4433049 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17101/statm: 11557 4596 383 112 0 6522 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 46228

[startup+25.5011 s]
/proc/loadavg: 3.01 3.44 3.72 5/329 17181
/proc/meminfo: memFree=15438116/32950928 swapFree=67085488/67111528
[pid=17101] ppid=17098 vsize=50608 CPUtime=25.49 cores=0,2
/proc/17101/stat : 17101 (strangenight1-s) R 17098 17101 16108 0 -1 4202496 11935 0 0 0 2548 1 0 0 25 0 1 0 729765975 51822592 5483 33554432000 4194304 4650387 140733637023904 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17101/statm: 12652 5483 383 112 0 7617 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 50608

[startup+51.1003 s]
/proc/loadavg: 3.35 3.48 3.73 5/329 17182
/proc/meminfo: memFree=15276580/32950928 swapFree=67085488/67111528
[pid=17101] ppid=17098 vsize=58572 CPUtime=51.09 cores=0,2
/proc/17101/stat : 17101 (strangenight1-s) R 17098 17101 16108 0 -1 4202496 19636 0 0 0 5107 2 0 0 25 0 1 0 729765975 59977728 7475 33554432000 4194304 4650387 140733637023904 18446744073709551615 4364730 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17101/statm: 14643 7475 383 112 0 9608 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 58572

[startup+102.312 s]
/proc/loadavg: 3.72 3.56 3.74 5/329 17183
/proc/meminfo: memFree=15194192/32950928 swapFree=67085488/67111528
[pid=17101] ppid=17098 vsize=63508 CPUtime=102.3 cores=0,2
/proc/17101/stat : 17101 (strangenight1-s) R 17098 17101 16108 0 -1 4202496 32177 0 0 0 10226 4 0 0 25 0 1 0 729765975 65032192 9042 33554432000 4194304 4650387 140733637023904 18446744073709551615 4313042 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17101/statm: 15877 9042 383 112 0 10842 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 63508

[startup+162.3 s]
/proc/loadavg: 3.89 3.64 3.75 5/329 17185
/proc/meminfo: memFree=15172228/32950928 swapFree=67085488/67111528
[pid=17101] ppid=17098 vsize=74324 CPUtime=162.29 cores=0,2
/proc/17101/stat : 17101 (strangenight1-s) R 17098 17101 16108 0 -1 4202496 45587 0 0 0 16222 7 0 0 25 0 1 0 729765975 76107776 11278 33554432000 4194304 4650387 140733637023904 18446744073709551615 4364730 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17101/statm: 18581 11278 383 112 0 13546 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 74324

[startup+222.3 s]
/proc/loadavg: 4.04 3.72 3.77 5/329 17186
/proc/meminfo: memFree=15102864/32950928 swapFree=67085488/67111528
[pid=17101] ppid=17098 vsize=82492 CPUtime=222.29 cores=0,2
/proc/17101/stat : 17101 (strangenight1-s) R 17098 17101 16108 0 -1 4202496 56343 0 0 0 22220 9 0 0 25 0 1 0 729765975 84471808 13591 33554432000 4194304 4650387 140733637023904 18446744073709551615 4366891 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17101/statm: 20623 13591 383 112 0 15588 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 82492

[startup+282.301 s]
/proc/loadavg: 4.20 3.83 3.80 5/329 17188
/proc/meminfo: memFree=15006240/32950928 swapFree=67085488/67111528
[pid=17101] ppid=17098 vsize=82936 CPUtime=282.28 cores=0,2
/proc/17101/stat : 17101 (strangenight1-s) R 17098 17101 16108 0 -1 4202496 67026 0 0 0 28217 11 0 0 25 0 1 0 729765975 84926464 13797 33554432000 4194304 4650387 140733637023904 18446744073709551615 4364704 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17101/statm: 20734 13797 383 112 0 15699 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 82936

[startup+342.301 s]
/proc/loadavg: 4.11 3.87 3.82 5/329 17189
/proc/meminfo: memFree=14978196/32950928 swapFree=67085488/67111528
[pid=17101] ppid=17098 vsize=94472 CPUtime=342.29 cores=0,2
/proc/17101/stat : 17101 (strangenight1-s) R 17098 17101 16108 0 -1 4202496 75472 0 0 0 34216 13 0 0 25 0 1 0 729765975 96739328 15981 33554432000 4194304 4650387 140733637023904 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17101/statm: 23618 15981 383 112 0 18583 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 94472

[startup+402.3 s]
/proc/loadavg: 4.04 3.89 3.82 5/329 17191
/proc/meminfo: memFree=14918760/32950928 swapFree=67085488/67111528
[pid=17101] ppid=17098 vsize=94872 CPUtime=402.28 cores=0,2
/proc/17101/stat : 17101 (strangenight1-s) R 17098 17101 16108 0 -1 4202496 85481 0 0 0 40213 15 0 0 25 0 1 0 729765975 97148928 16121 33554432000 4194304 4650387 140733637023904 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17101/statm: 23718 16121 383 112 0 18683 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 94872

[startup+462.3 s]
/proc/loadavg: 4.01 3.91 3.83 5/329 17193
/proc/meminfo: memFree=14737064/32950928 swapFree=67085488/67111528
[pid=17101] ppid=17098 vsize=99780 CPUtime=462.28 cores=0,2
/proc/17101/stat : 17101 (strangenight1-s) R 17098 17101 16108 0 -1 4202496 93312 0 0 0 46212 16 0 0 25 0 1 0 729765975 102174720 17139 33554432000 4194304 4650387 140733637023904 18446744073709551615 4364719 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17101/statm: 24945 17139 383 112 0 19910 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 99780

[startup+522.301 s]
/proc/loadavg: 4.05 3.94 3.84 5/329 17194
/proc/meminfo: memFree=14734684/32950928 swapFree=67085488/67111528
[pid=17101] ppid=17098 vsize=100020 CPUtime=522.29 cores=0,2
/proc/17101/stat : 17101 (strangenight1-s) R 17098 17101 16108 0 -1 4202496 100580 0 0 0 52211 18 0 0 25 0 1 0 729765975 102420480 17984 33554432000 4194304 4650387 140733637023904 18446744073709551615 4364719 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17101/statm: 25005 17984 383 112 0 19970 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 100020

[startup+582.301 s]
/proc/loadavg: 4.02 3.95 3.85 5/329 17196
/proc/meminfo: memFree=14726728/32950928 swapFree=67085488/67111528
[pid=17101] ppid=17098 vsize=106104 CPUtime=582.28 cores=0,2
/proc/17101/stat : 17101 (strangenight1-s) R 17098 17101 16108 0 -1 4202496 108410 0 0 0 58209 19 0 0 25 0 1 0 729765975 108650496 18902 33554432000 4194304 4650387 140733637023904 18446744073709551615 4542905 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17101/statm: 26526 18902 383 112 0 21491 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 106104

[startup+642.3 s]
/proc/loadavg: 4.00 3.95 3.85 5/329 17197
/proc/meminfo: memFree=14733608/32950928 swapFree=67085488/67111528
[pid=17101] ppid=17098 vsize=106288 CPUtime=642.29 cores=0,2
/proc/17101/stat : 17101 (strangenight1-s) R 17098 17101 16108 0 -1 4202496 116041 0 0 0 64208 21 0 0 25 0 1 0 729765975 108838912 18797 33554432000 4194304 4650387 140733637023904 18446744073709551615 4364745 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17101/statm: 26572 18797 383 112 0 21537 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 106288

[startup+702.301 s]
/proc/loadavg: 4.00 3.96 3.86 5/329 17199
/proc/meminfo: memFree=14721540/32950928 swapFree=67085488/67111528
[pid=17101] ppid=17098 vsize=106460 CPUtime=702.29 cores=0,2
/proc/17101/stat : 17101 (strangenight1-s) R 17098 17101 16108 0 -1 4202496 121674 0 0 0 70204 25 0 0 25 0 1 0 729765975 109015040 19601 33554432000 4194304 4650387 140733637023904 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17101/statm: 26615 19601 383 112 0 21580 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 106460

[startup+762.313 s]
/proc/loadavg: 4.00 3.96 3.86 5/329 17210
/proc/meminfo: memFree=14474628/32950928 swapFree=67085488/67111528
[pid=17101] ppid=17098 vsize=117776 CPUtime=762.3 cores=0,2
/proc/17101/stat : 17101 (strangenight1-s) R 17098 17101 16108 0 -1 4202496 126822 0 0 0 76205 25 0 0 25 0 1 0 729765975 120602624 22257 33554432000 4194304 4650387 140733637023904 18446744073709551615 4433027 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17101/statm: 29444 22257 383 112 0 24409 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 117776

[startup+822.301 s]
/proc/loadavg: 4.16 4.01 3.89 5/329 17211
/proc/meminfo: memFree=14458220/32950928 swapFree=67085488/67111528
[pid=17101] ppid=17098 vsize=130408 CPUtime=822.28 cores=0,2
/proc/17101/stat : 17101 (strangenight1-s) R 17098 17101 16108 0 -1 4202496 132464 0 0 0 82202 26 0 0 25 0 1 0 729765975 133537792 24511 33554432000 4194304 4650387 140733637023904 18446744073709551615 4364753 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17101/statm: 32602 24511 383 112 0 27567 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 130408

[startup+882.3 s]
/proc/loadavg: 4.06 4.01 3.89 5/329 17213
/proc/meminfo: memFree=14466616/32950928 swapFree=67085488/67111528
[pid=17101] ppid=17098 vsize=117120 CPUtime=882.28 cores=0,2
/proc/17101/stat : 17101 (strangenight1-s) R 17098 17101 16108 0 -1 4202496 135618 0 0 0 88202 26 0 0 25 0 1 0 729765975 119930880 22518 33554432000 4194304 4650387 140733637023904 18446744073709551615 4364740 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17101/statm: 29280 22518 383 112 0 24245 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 117120

[startup+942.301 s]
/proc/loadavg: 4.02 4.00 3.90 5/329 17214
/proc/meminfo: memFree=14456400/32950928 swapFree=67085488/67111528
[pid=17101] ppid=17098 vsize=131040 CPUtime=942.28 cores=0,2
/proc/17101/stat : 17101 (strangenight1-s) R 17098 17101 16108 0 -1 4202496 137929 0 0 0 94201 27 0 0 25 0 1 0 729765975 134184960 24829 33554432000 4194304 4650387 140733637023904 18446744073709551615 4366899 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17101/statm: 32760 24829 383 112 0 27725 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 131040

[startup+1002.3 s]
/proc/loadavg: 4.01 4.00 3.90 5/329 17216
/proc/meminfo: memFree=14453892/32950928 swapFree=67085488/67111528
[pid=17101] ppid=17098 vsize=131188 CPUtime=1002.29 cores=0,2
/proc/17101/stat : 17101 (strangenight1-s) R 17098 17101 16108 0 -1 4202496 144154 0 0 0 100198 31 0 0 25 0 1 0 729765975 134336512 24759 33554432000 4194304 4650387 140733637023904 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17101/statm: 32797 24759 383 112 0 27762 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 131188

[startup+1062.3 s]
/proc/loadavg: 4.06 4.02 3.91 5/329 17218
/proc/meminfo: memFree=14446540/32950928 swapFree=67085488/67111528
[pid=17101] ppid=17098 vsize=131316 CPUtime=1062.28 cores=0,2
/proc/17101/stat : 17101 (strangenight1-s) R 17098 17101 16108 0 -1 4202496 150588 0 0 0 106196 32 0 0 25 0 1 0 729765975 134467584 25420 33554432000 4194304 4650387 140733637023904 18446744073709551615 4313424 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17101/statm: 32829 25420 383 112 0 27794 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 131316

[startup+1122.3 s]
/proc/loadavg: 4.02 4.01 3.91 5/329 17219
/proc/meminfo: memFree=14468076/32950928 swapFree=67085488/67111528
[pid=17101] ppid=17098 vsize=135412 CPUtime=1122.28 cores=0,2
/proc/17101/stat : 17101 (strangenight1-s) R 17098 17101 16108 0 -1 4202496 154964 0 0 0 112195 33 0 0 25 0 1 0 729765975 138661888 26926 33554432000 4194304 4650387 140733637023904 18446744073709551615 4433027 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17101/statm: 33853 26926 383 112 0 28818 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 135412

[startup+1182.3 s]
/proc/loadavg: 4.01 4.00 3.91 5/329 17221
/proc/meminfo: memFree=14474088/32950928 swapFree=67085488/67111528
[pid=17101] ppid=17098 vsize=137332 CPUtime=1182.28 cores=0,2
/proc/17101/stat : 17101 (strangenight1-s) R 17098 17101 16108 0 -1 4202496 155401 0 0 0 118195 33 0 0 25 0 1 0 729765975 140627968 27363 33554432000 4194304 4650387 140733637023904 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17101/statm: 34333 27363 383 112 0 29298 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 137332

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/329 17222
/proc/meminfo: memFree=14423808/32950928 swapFree=67085488/67111528
[pid=17101] ppid=17098 vsize=133576 CPUtime=1242.28 cores=0,2
/proc/17101/stat : 17101 (strangenight1-s) R 17098 17101 16108 0 -1 4202496 157460 0 0 0 124194 34 0 0 25 0 1 0 729765975 136781824 25362 33554432000 4194304 4650387 140733637023904 18446744073709551615 4363568 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17101/statm: 33394 25362 383 112 0 28359 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 133576



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.06 4.02 3.92 5/329 17224
/proc/meminfo: memFree=14490480/32950928 swapFree=67085488/67111528
[pid=17101] ppid=17098 vsize=148056 CPUtime=1299.98 cores=0,2
/proc/17101/stat : 17101 (strangenight1-s) R 17098 17101 16108 0 -1 4202496 163715 0 0 0 129962 36 0 0 25 0 1 0 729765975 151609344 28650 33554432000 4194304 4650387 140733637023904 18446744073709551615 4365311 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17101/statm: 37014 28650 383 112 0 31979 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 148056

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
CPU user time (s): 1299.63
CPU system time (s): 0.371943
CPU usage (%): 99.9987
Max. virtual memory (cumulated for all children) (KiB): 194300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.63
system time used= 0.371943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 163715
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= 14988

runsolver used 4.21336 second user time and 8.87865 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-14 19:49:13
IDJOB=3370398
IDBENCH=85366
IDSOLVER=1847
FILE ID=node114/3370398-1305395353
RUNJOBID= node114-1305395353-17083
PBS_JOBID= 13324419
Free space on /tmp= 72980 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st (fixed)
BENCH NAME= SAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/mod2c-rand3bip-sat-230-3.shuffled-as.sat05-2505.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3370398-1305395353/watcher-3370398-1305395353 -o /tmp/evaluation-result-3370398-1305395353/solver-3370398-1305395353 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3370398-1305395353.cnf

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

MD5SUM BENCH= b9f02ee542f99ae0fd8f291dd570c53a
RANDOM SEED=1202565190

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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.848
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.74
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.848
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15711468 kB
Buffers:        268944 kB
Cached:        6208864 kB
SwapCached:         96 kB
Active:       11874812 kB
Inactive:      4955632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15711468 kB
SwapTotal:    67111528 kB
SwapFree:     67085488 kB
Dirty:           12624 kB
Writeback:           0 kB
AnonPages:    10352468 kB
Mapped:          26292 kB
Slab:           307036 kB
PageTables:      37180 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 52436680 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= 72956 MiB
End job on node114 at 2011-05-14 20:10:55