Trace number 3368136

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

NameSAT04/handmade/connamacher/connm-d0.04/
connm-ue-csp-sat-n800-d0.04-s1788334438.used-as.sat04-976.cnf
MD5SUM41d80cc808c021a52e21ee9950bc91e0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables764
Number of clauses9695
Sum of the clauses size29276
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 39504
Number of clauses of size 4191
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3368136-1305394043.cnf'
0.00/0.00	c -- header says num vars:            764
0.00/0.00	c -- header says num clauses:        9695
0.00/0.00	c -- clauses added:            0 learnts,         9695 normals,            0 xors
0.00/0.00	c -- vars added        764
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       764      9695         0         0     29276         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/9695/9695 lits-rem:0 time: 0.01
0.00/0.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    764 time:  0.00 s
0.00/0.02	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
0.00/0.03	c lits-rem:      2980  cl-subs:        0  v-elim:    191  v-fix:    0  time:  0.01 s
0.00/0.03	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.04	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.04	c calculated reachability. Time: 0.00
0.00/0.04	c Calc default polars -  time:   0.00 s pos:       0 undec:     191 neg:     573
0.00/0.04	c =========================================================================================
0.00/0.04	c types(t): F = full restart, N = normal restart
0.00/0.04	c types(t): S = simplification begin/end, E = solution found
0.00/0.04	c restart types(rt): st = static, dy = dynamic
0.00/0.04	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.04	c  B st     0         0       573      9504         0         0     39788         0   no data   no data
0.19/0.21	c  N dy    19      4148       573      9504         5      4006     39788     75251     10.39     11.11
0.39/0.42	c  N dy    42      8245       573      9504         7      5560     39788     77532     10.60     11.16
0.59/0.66	c  N dy    63     12394       573      9504         9      5467     39788     57371     10.75     11.35
0.89/0.90	c  N dy    93     16461       573      9504        11      9411     39788    141765     11.01     13.98
1.10/1.16	c  N dy   122     20524       573      9504        12      7927     39788     89467     11.23     11.82
1.39/1.48	c  N dy   129     24965       573      9504        13     12246     39788    186584     11.08     11.66
1.39/1.49	c  F st   130     25000       573      9504        13     12281     39788    187386     11.07   no data
1.89/1.92	c Decided on static restart strategy
1.89/1.92	c  N st   136     30000       573      9504        15     10505     39788    133305     11.07   no data
1.89/1.92	c  S st   136     30000       573      9504        15     10505     39788    133305     11.07   no data
1.89/1.95	c  S st   136     30501       573      9504        20     10995     39788    137547     11.07   no data
1.89/1.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.89/1.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
1.89/1.95	c blocked clauses removed:        0 vars:      0 tried:         573 T: 0.00 s
1.89/1.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.89/1.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.89/1.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    573 time:  0.00 s
1.89/1.95	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1.89/1.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
1.89/1.96	c subs with bin:       60  lits-rem:      1152  v-fix:    0  time:  0.00 s
1.99/2.08	c lits-rem:      2138  cl-subs:     1729  v-elim:      0  v-fix:    0  time:  0.12 s
2.10/2.12	c asymm  cl-useful: 2284/9504/9504 lits-rem:3310 time: 0.04
2.10/2.12	c calculated reachability. Time: 0.00
2.10/2.12	c  N st   136     30501       573      9504        20      9206     34720    119348     11.07   no data
2.69/2.77	c  N st   138     37614       573      9504        26      8647     34720     95967     11.07   no data
3.30/3.38	c  N st   139     44015       573      9504        29     14703     34720    208417     11.07   no data
3.30/3.38	c Finding binary XORs  T:     0.00 s  found:       0
3.49/3.56	c  S st   140     45751       573      9504        29     16333     34720    237256     11.07   no data
3.59/3.60	c  S st   140     46255       573      9504        30     16831     34720    244923     11.07   no data
3.59/3.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.59/3.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
3.59/3.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.59/3.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.59/3.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.59/3.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    573 time:  0.00 s
3.59/3.61	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3.59/3.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.59/3.62	c subs with bin:       31  lits-rem:      2864  v-fix:    0  time:  0.01 s
3.89/3.91	c lits-rem:      2040  cl-subs:     3135  v-elim:      0  v-fix:    0  time:  0.28 s
3.89/3.91	c vivif2 --  cl tried     9504 cl shrink        0 lits rem          0 time: 0.00
3.89/3.91	c vivif2 --  cl tried    13665 cl shrink        0 lits rem          0 time: 0.00
3.89/3.97	c asymm  cl-useful: 1035/9504/9504 lits-rem:1336 time: 0.06
3.89/3.97	c calculated reachability. Time: 0.00
3.89/3.97	c  N st   140     46255       573      9504        30     13665     33279    192736     11.07   no data
5.59/5.60	c  N st   141     60652       573      9504        39     18705     33279    245252     11.07   no data
6.60/6.63	c  N st   142     69384       573      9504        39     17710     33279    237930     11.07   no data
6.60/6.63	c  S st   142     69384       573      9504        39     17710     33279    237930     11.07   no data
6.60/6.68	c  S st   142     69886       573      9504        46     18200     33279    245670     11.07   no data
6.60/6.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.60/6.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
6.60/6.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6.60/6.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.60/6.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.60/6.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    573 time:  0.00 s
6.60/6.69	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
6.60/6.70	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
6.69/6.72	c subs with bin:       31  lits-rem:      3663  v-fix:    0  time:  0.02 s
7.19/7.26	c lits-rem:      1855  cl-subs:     5420  v-elim:      0  v-fix:    0  time:  0.54 s
7.19/7.26	c vivif2 --  cl tried     9504 cl shrink        0 lits rem          0 time: 0.00
7.19/7.27	c vivif2 --  cl tried    12749 cl shrink        0 lits rem          0 time: 0.00
7.29/7.32	c asymm  cl-useful: 481/9504/9504 lits-rem:538 time: 0.06
7.29/7.32	c calculated reachability. Time: 0.00
7.29/7.32	c  N st   142     69886       573      9504        46     12749     32702    150661     11.07   no data
9.49/9.52	c  F st   143     87500       573      9504        48     19308     32702    243630     11.07   no data
9.49/9.53	c  N st   143     87500       573      9504        48     19308     32702    243630     11.07   no data
9.49/9.53	c Finding binary XORs  T:     0.00 s  found:       0
10.09/10.19	c Decided on static restart strategy
10.49/10.52	c  N st   150     95540       573      9504        50     15742     32702    188325     11.07   no data
11.69/11.74	c  N st   152    104829       573      9504        52     24508     32702    352006     11.07   no data
11.69/11.74	c  S st   152    104829       573      9504        52     24508     32702    352006     11.07   no data
11.69/11.80	c  S st   152    105331       573      9504        56     25002     32702    360341     11.07   no data
11.79/11.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.79/11.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
11.79/11.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.79/11.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.79/11.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.79/11.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    573 time:  0.00 s
11.79/11.81	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
11.79/11.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
11.79/11.83	c subs with bin:       36  lits-rem:      1468  v-fix:    0  time:  0.01 s
12.50/12.58	c lits-rem:      2015  cl-subs:     5749  v-elim:      0  v-fix:    0  time:  0.74 s
12.50/12.58	c vivif2 --  cl tried     9504 cl shrink        0 lits rem          0 time: 0.00
12.50/12.59	c vivif2 --  cl tried    19217 cl shrink        0 lits rem          0 time: 0.00
12.60/12.66	c asymm  cl-useful: 251/9504/9504 lits-rem:258 time: 0.08
12.60/12.66	c calculated reachability. Time: 0.00
12.60/12.66	c  N st   152    105331       573      9504        56     19217     32425    269321     11.07   no data
13.89/13.91	c  N st   153    114929       573      9504        59     16222     32425    171873     11.07   no data
15.69/15.77	c  N st   154    129327       573      9504        64     16792     32425    187841     11.07   no data
15.69/15.77	c Finding binary XORs  T:     0.00 s  found:       0
18.50/18.57	c  N st   155    150924       573      9504        65     23247     32425    302323     11.07   no data
19.50/19.58	c  S st   156    157996       573      9504        66     30002     32425    430899     11.07   no data
19.60/19.65	c  S st   156    158496       573      9504        73     30493     32425    439607     11.07   no data
19.60/19.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.60/19.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
19.60/19.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
19.60/19.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.60/19.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.60/19.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    573 time:  0.00 s
19.60/19.66	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
19.60/19.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
19.60/19.70	c subs with bin:       51  lits-rem:      4548  v-fix:    0  time:  0.03 s
20.80/20.83	c lits-rem:      2181  cl-subs:     8501  v-elim:      0  v-fix:    0  time:  1.13 s
20.80/20.83	c vivif2 --  cl tried     9504 cl shrink        0 lits rem          0 time: 0.00
20.80/20.84	c vivif2 --  cl tried    21941 cl shrink        0 lits rem          0 time: 0.00
20.90/20.92	c asymm  cl-useful: 167/9504/9504 lits-rem:169 time: 0.08
20.90/20.92	c calculated reachability. Time: 0.00
20.90/20.92	c  N st   156    158496       573      9504        73     21941     32243    296361     11.07   no data
28.29/28.34	c  N st   157    207086       573      9504        83     20069     32243    200416     11.07   no data
28.29/28.34	c Finding binary XORs  T:     0.00 s  found:       1
33.19/33.25	c  N st   158    237744       573      9504        86     31353     32243    408276     11.07   no data
33.19/33.25	c  S st   158    237744       573      9504        86     31353     32243    408276     11.07   no data
33.29/33.31	c  S st   158    238245       573      9504        93     31841     32243    417322     11.07   no data
33.29/33.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
33.29/33.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      6 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
33.29/33.34	c Replacing        1 vars Replaced     3991 lits Time:     0.02 s 
33.29/33.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
33.29/33.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
33.29/33.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.29/33.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    572 time:  0.00 s
33.29/33.34	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
33.29/33.34	c lits-rem:        50  cl-subs:       14  v-elim:      0  v-fix:    0  time:  0.01 s
33.29/33.39	c subs with bin:       79  lits-rem:      4593  v-fix:    0  time:  0.03 s
34.49/34.50	c lits-rem:      4398  cl-subs:     7273  v-elim:      0  v-fix:    0  time:  1.11 s
34.49/34.50	c vivif2 --  cl tried     9490 cl shrink        0 lits rem          0 time: 0.00
34.49/34.51	c vivif2 --  cl tried    24480 cl shrink        0 lits rem          0 time: 0.00
34.59/34.60	c asymm  cl-useful: 115/9490/9490 lits-rem:115 time: 0.09
34.59/34.60	c calculated reachability. Time: 0.00
34.59/34.60	c  N st   158    238245       572      9490        99     24480     32026    300367     11.07   no data
46.39/46.48	c  F st   159    306250       572      9490        99     29451     32026    334252     11.07   no data
46.39/46.48	c  N st   159    306250       572      9490        99     29451     32026    334252     11.07   no data
46.39/46.48	c Finding binary XORs  T:     0.00 s  found:       0
47.19/47.25	c Decided on static restart strategy
50.60/50.64	c  N st   169    334552       572      9490       104     34562     32026    422233     11.07   no data
54.29/54.34	c  N st   171    357368       572      9490       105     33438     32026    401455     11.07   no data
54.29/54.34	c  S st   171    357368       572      9490       105     33438     32026    401455     11.07   no data
54.39/54.41	c  S st   171    357869       572      9490       108     33931     32026    410477     11.07   no data
54.39/54.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
54.39/54.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
54.39/54.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
54.39/54.43	c bin-w-bin subsume rem            2 bins  time:  0.00 s
54.39/54.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
54.39/54.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    572 time:  0.00 s
54.39/54.43	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
54.39/54.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
54.39/54.46	c subs with bin:       36  lits-rem:      1744  v-fix:    0  time:  0.02 s
55.19/55.22	c lits-rem:      2162  cl-subs:     4999  v-elim:      0  v-fix:    0  time:  0.76 s
55.19/55.22	c vivif2 --  cl tried     9490 cl shrink        0 lits rem          0 time: 0.00
55.19/55.23	c vivif2 --  cl tried    28896 cl shrink        0 lits rem          0 time: 0.01
55.29/55.33	c asymm  cl-useful: 76/9490/9490 lits-rem:76 time: 0.11
55.29/55.33	c calculated reachability. Time: 0.00
55.29/55.33	c  N st   171    357869       572      9490       106     28896     31944    328969     11.07   no data
60.40/60.47	c  N st   172    390263       572      9490       107     36272     31944    440450     11.07   no data
60.40/60.47	c Finding binary XORs  T:     0.00 s  found:       0
69.39/69.46	c  N st   173    438853       572      9490       108     32298     31944    351607     11.07   no data
83.50/83.52	c  N st   174    511735       572      9490       108     47538     31944    640113     11.07   no data
88.00/88.07	c  N st   175    536805       572      9490       110     42673     31944    549839     11.07   no data
88.00/88.07	c  S st   175    536805       572      9490       110     42673     31944    549839     11.07   no data
88.09/88.17	c  S st   175    537309       572      9490       112     43171     31944    558577     11.07   no data
88.09/88.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
88.09/88.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      5 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
88.09/88.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
88.09/88.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
88.09/88.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
88.09/88.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    572 time:  0.00 s
88.09/88.19	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
88.19/88.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
88.19/88.24	c subs with bin:       22  lits-rem:      1020  v-fix:    0  time:  0.03 s
89.99/90.01	c lits-rem:      3443  cl-subs:     8277  v-elim:      0  v-fix:    0  time:  1.77 s
89.99/90.01	c vivif2 --  cl tried     9490 cl shrink        0 lits rem          0 time: 0.00
89.99/90.02	c vivif2 --  cl tried    34872 cl shrink        0 lits rem          0 time: 0.01
90.10/90.14	c asymm  cl-useful: 143/9490/9490 lits-rem:143 time: 0.13
90.10/90.15	c calculated reachability. Time: 0.00
90.10/90.15	c  N st   175    537309       572      9490       118     34872     31793    392520     11.07   no data
121.01/121.09	c  N st   176    701294       572      9490       129     67457     31793    897905     11.07   no data
121.01/121.09	c Finding binary XORs  T:     0.00 s  found:       1
143.39/143.44	c  N st   177    805963       572      9490       133     64146     31793    814307     11.07   no data
143.39/143.44	c  S st   177    805963       572      9490       133     64146     31793    814307     11.07   no data
143.49/143.57	c  S st   177    806465       572      9490       139     64639     31793    823225     11.07   no data
143.49/143.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
143.49/143.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
143.59/143.60	c Replacing        1 vars Replaced     1409 lits Time:     0.01 s 
143.59/143.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
143.59/143.60	c bin-w-bin subsume rem            1 bins  time:  0.00 s
143.59/143.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
143.59/143.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    571 time:  0.00 s
143.59/143.60	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
143.59/143.61	c lits-rem:         0  cl-subs:       14  v-elim:      0  v-fix:    0  time:  0.01 s
143.69/143.72	c subs with bin:       50  lits-rem:      6778  v-fix:    0  time:  0.09 s
148.09/148.18	c lits-rem:      3670  cl-subs:    20815  v-elim:      0  v-fix:    0  time:  4.46 s
148.09/148.18	c vivif2 --  cl tried     9476 cl shrink        0 lits rem          0 time: 0.00
148.09/148.19	c vivif2 --  cl tried    43764 cl shrink        0 lits rem          0 time: 0.01
148.29/148.34	c asymm  cl-useful: 37/9476/9476 lits-rem:37 time: 0.15
148.29/148.35	c calculated reachability. Time: 0.00
148.29/148.35	c  N st   177    806465       571      9476       136     43764     31711    508242     11.07   no data
148.29/148.35	c Finding binary XORs  T:     0.00 s  found:       0
205.19/205.25	c  F st   178   1071875       571      9476       145     66630     31711    823081     11.07   no data
205.19/205.25	c  N st   178   1071875       571      9476       145     66630     31711    823081     11.07   no data
206.39/206.48	c Decided on static restart strategy
211.89/211.97	c  N st   188   1100180       571      9476       145     51388     31711    529940     11.07   no data
219.80/219.86	c  N st   190   1136174       571      9476       145     86164     31711   1166085     11.07   no data
226.80/226.82	c  N st   191   1168566       571      9476       145     73982     31711    948770     11.07   no data
236.60/236.64	c  N st   192   1209697       571      9476       145     69217     31711    839585     11.07   no data
236.60/236.64	c  S st   192   1209697       571      9476       145     69217     31711    839585     11.07   no data
236.70/236.77	c  S st   192   1210200       571      9476       147     69712     31711    849572     11.07   no data
236.70/236.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
236.70/236.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.02
236.70/236.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
236.70/236.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
236.70/236.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
236.70/236.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    571 time:  0.00 s
236.70/236.80	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
236.80/236.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
236.80/236.87	c subs with bin:       24  lits-rem:      1796  v-fix:    0  time:  0.04 s
240.70/240.70	c lits-rem:      2301  cl-subs:    17773  v-elim:      0  v-fix:    0  time:  3.83 s
240.70/240.70	c vivif2 --  cl tried     9476 cl shrink        0 lits rem          0 time: 0.00
240.70/240.72	c vivif2 --  cl tried    51915 cl shrink       66 lits rem         66 time: 0.01
240.81/240.89	c asymm  cl-useful: 6/9476/9476 lits-rem:6 time: 0.18
240.81/240.90	c calculated reachability. Time: 0.00
240.81/240.90	c  N st   192   1210200       571      9476       148     51915     31704    568276     11.07   no data
240.81/240.90	c Finding binary XORs  T:     0.00 s  found:       0
257.00/257.00	c  N st   193   1283086       571      9476       148     77478     31704   1078093     11.07   no data
282.50/282.52	c  N st   194   1392409       571      9476       149     90237     31704   1387264     11.07   no data
323.80/323.85	c  N st   195   1556394       571      9476       150     99707     31704   1336758     11.07   no data
361.92/361.92	c  N st   196   1710200       571      9476       152     91829     31704   1180149     11.07   no data
361.92/361.92	c  S st   196   1710200       571      9476       152     91829     31704   1180149     11.07   no data
362.01/362.09	c  S st   196   1710701       571      9476       157     92321     31704   1189501     11.07   no data
362.01/362.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
362.11/362.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.03
362.11/362.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
362.11/362.12	c bin-w-bin subsume rem            1 bins  time:  0.00 s
362.11/362.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
362.11/362.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    571 time:  0.00 s
362.11/362.12	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
362.11/362.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
362.21/362.23	c subs with bin:       14  lits-rem:       909  v-fix:    0  time:  0.05 s
370.91/370.97	c lits-rem:      3538  cl-subs:    28077  v-elim:      0  v-fix:    0  time:  8.74 s
370.91/370.97	c vivif2 --  cl tried     9476 cl shrink        0 lits rem          0 time: 0.00
370.91/370.99	c vivif2 --  cl tried    64230 cl shrink       27 lits rem         27 time: 0.01
371.11/371.18	c asymm  cl-useful: 6/7314/9476 lits-rem:6 time: 0.20
371.11/371.19	c calculated reachability. Time: 0.00
371.11/371.19	c  N st   196   1710701       571      9476       156     64230     31698    738116     11.07   no data
465.22/465.27	c  N st   197   2079666       571      9476       162     82909     31698   1004788     11.07   no data
465.22/465.27	c Finding binary XORs  T:     0.00 s  found:       0
503.01/503.05	c  N st   198   2210701       571      9476       164     88541     31698   1041741     11.07   no data
503.01/503.05	c  S st   198   2210701       571      9476       164     88541     31698   1041741     11.07   no data
503.21/503.22	c  S st   198   2211205       571      9476       168     89034     31698   1051036     11.07   no data
503.21/503.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
503.21/503.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.03
503.21/503.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
503.21/503.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
503.21/503.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
503.21/503.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    571 time:  0.00 s
503.21/503.25	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
503.21/503.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
503.31/503.34	c subs with bin:       26  lits-rem:      1416  v-fix:    0  time:  0.05 s
508.31/508.34	c lits-rem:      2129  cl-subs:    19315  v-elim:      0  v-fix:    0  time:  5.00 s
508.31/508.34	c vivif2 --  cl tried     9476 cl shrink        0 lits rem          0 time: 0.00
508.31/508.36	c vivif2 --  cl tried    69693 cl shrink        9 lits rem          9 time: 0.02
508.41/508.40	c asymm  cl-useful: 0/2162/9476 lits-rem:0 time: 0.04
508.41/508.40	c calculated reachability. Time: 0.00
508.41/508.40	c  N st   198   2211205       571      9476       168     69693     31698    768274     11.07   no data
650.72/650.76	c  N st   199   2711206       571      9476       171    100278     31698   1219475     11.07   no data
650.72/650.76	c  S st   199   2711206       571      9476       171    100278     31698   1219475     11.07   no data
650.92/650.94	c  S st   199   2711709       571      9476       171    100775     31698   1229562     11.07   no data
650.92/650.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
650.92/650.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.03
651.02/651.00	c Replacing        1 vars Replaced     3201 lits Time:     0.03 s 
651.02/651.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
651.02/651.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
651.02/651.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
651.02/651.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    570 time:  0.00 s
651.02/651.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
651.02/651.02	c lits-rem:         0  cl-subs:       15  v-elim:      0  v-fix:    0  time:  0.02 s
651.12/651.11	c subs with bin:       10  lits-rem:       812  v-fix:    0  time:  0.06 s
658.42/658.43	c lits-rem:      1476  cl-subs:    24896  v-elim:      0  v-fix:    0  time:  7.32 s
658.42/658.44	c vivif2 --  cl tried     9461 cl shrink        0 lits rem          0 time: 0.00
658.42/658.45	c vivif2 --  cl tried    75866 cl shrink        0 lits rem          0 time: 0.02
658.62/658.66	c asymm  cl-useful: 0/6856/9461 lits-rem:0 time: 0.20
658.62/658.66	c calculated reachability. Time: 0.00
658.62/658.66	c  N st   199   2711709       570      9461       169     75866     31653    832767     11.07   no data
813.22/813.20	c  N st   200   3211711       570      9461       172    134476     31653   2013013     11.07   no data
813.22/813.20	c  S st   200   3211711       570      9461       172    134476     31653   2013013     11.07   no data
813.22/813.20	c Finding binary XORs  T:     0.00 s  found:       0
813.42/813.49	c  S st   200   3212213       570      9461       174    134973     31653   2021910     11.07   no data
813.52/813.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
813.52/813.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.05
813.52/813.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
813.52/813.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
813.52/813.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
813.52/813.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    570 time:  0.00 s
813.52/813.55	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
813.52/813.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
813.72/813.76	c subs with bin:       11  lits-rem:       119  v-fix:    0  time:  0.13 s
832.73/832.73	c lits-rem:     10111  cl-subs:    27186  v-elim:      0  v-fix:    0  time: 18.96 s
832.73/832.73	c vivif2 --  cl tried     9461 cl shrink        0 lits rem          0 time: 0.00
832.73/832.76	c vivif2 --  cl tried   107776 cl shrink        0 lits rem          0 time: 0.03
832.92/832.90	c asymm  cl-useful: 0/2605/9461 lits-rem:0 time: 0.14
832.92/832.90	c calculated reachability. Time: 0.00
832.92/832.90	c  N st   200   3212213       570      9461       174    107776     31653   1513819     11.07   no data
999.73/999.72	c  N st   201   3712214       570      9461       175    130472     31653   1704463     11.07   no data
999.73/999.72	c  S st   201   3712214       570      9461       175    130472     31653   1704463     11.07   no data
1000.03/1000.00	c  S st   201   3712715       570      9461       176    130969     31653   1714394     11.07   no data
1000.03/1000.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1000.03/1000.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.06
1000.03/1000.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1000.03/1000.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1000.03/1000.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1000.03/1000.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    570 time:  0.00 s
1000.03/1000.08	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1000.13/1000.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1000.23/1000.25	c subs with bin:        3  lits-rem:        64  v-fix:    0  time:  0.10 s
1020.43/1020.41	c lits-rem:      1093  cl-subs:    41496  v-elim:      0  v-fix:    0  time: 20.15 s
1020.43/1020.41	c vivif2 --  cl tried     9461 cl shrink        0 lits rem          0 time: 0.00
1020.43/1020.43	c vivif2 --  cl tried    89470 cl shrink        0 lits rem          0 time: 0.02
1020.63/1020.65	c asymm  cl-useful: 1/6301/9461 lits-rem:1 time: 0.22
1020.63/1020.66	c calculated reachability. Time: 0.00
1020.63/1020.66	c  N st   201   3712715       570      9461       176     89470     31652   1001978     11.07   no data
1032.13/1032.14	c  F st   202   3751564       570      9461       176    127049     31652   1734544     11.07   no data
1032.13/1032.15	c  N st   202   3751564       570      9461       176    127049     31652   1734544     11.07   no data
1034.13/1034.11	c Decided on static restart strategy
1041.63/1041.70	c  N st   212   3779872       570      9461       176    154353     31652   2261809     11.07   no data
1053.13/1053.13	c  N st   214   3815867       570      9461       176    109791     31652   1326121     11.07   no data
1064.23/1064.24	c  N st   215   3848259       570      9461       176    140946     31652   1884551     11.07   no data
1080.32/1080.30	c  N st   216   3896848       570      9461       176    107206     31652   1288997     11.07   no data
1106.33/1106.39	c  N st   217   3969732       570      9461       178     95414     31652   1015872     11.07   no data
1143.13/1143.19	c  N st   218   4079055       570      9461       180    117776     31652   1429971     11.07   no data
1188.63/1188.62	c  N st   219   4212717       570      9461       180    163554     31652   2435247     11.07   no data
1188.63/1188.62	c  S st   219   4212717       570      9461       180    163554     31652   2435247     11.07   no data
1188.93/1188.99	c Finding binary XORs  T:     0.00 s  found:       0
1189.03/1189.09	c  S st   219   4213218       570      9461       184    164047     31652   2444531     11.07   no data
1189.03/1189.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1189.14/1189.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.09
1189.14/1189.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1189.14/1189.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1189.14/1189.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1189.14/1189.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    570 time:  0.00 s
1189.14/1189.19	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1189.23/1189.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1189.43/1189.49	c subs with bin:       11  lits-rem:      2638  v-fix:    0  time:  0.19 s
1236.14/1236.16	c lits-rem:      2145  cl-subs:    56799  v-elim:      0  v-fix:    0  time: 46.67 s
1236.14/1236.17	c vivif2 --  cl tried     9461 cl shrink        0 lits rem          0 time: 0.00
1236.14/1236.19	c vivif2 --  cl tried   107237 cl shrink        0 lits rem          0 time: 0.03
1236.34/1236.37	c asymm  cl-useful: 0/3160/9461 lits-rem:0 time: 0.17
1236.34/1236.37	c calculated reachability. Time: 0.00
1236.34/1236.37	c  N st   219   4213218       570      9461       184    107237     31652   1357190     11.07   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-3368136-1305394043/watcher-3368136-1305394043 -o /tmp/evaluation-result-3368136-1305394043/solver-3368136-1305394043 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3368136-1305394043.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: 3.25 3.85 3.89 4/328 16918
/proc/meminfo: memFree=15665112/32950928 swapFree=67085488/67111528
[pid=16918] ppid=16916 vsize=30348 CPUtime=0 cores=1,3
/proc/16918/stat : 16918 (strangenight2-s) R 16916 16918 16108 0 -1 4202496 717 0 0 0 0 0 0 0 25 0 1 0 729635024 31076352 658 33554432000 4194304 4580011 140734368356928 18446744073709551615 4293058 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16918/statm: 7587 658 338 95 0 2569 0

[startup+0.0881391 s]
/proc/loadavg: 3.25 3.85 3.89 4/328 16918
/proc/meminfo: memFree=15665112/32950928 swapFree=67085488/67111528
[pid=16918] ppid=16916 vsize=32848 CPUtime=0.08 cores=1,3
/proc/16918/stat : 16918 (strangenight2-s) R 16916 16918 16108 0 -1 4202496 1543 0 0 0 8 0 0 0 25 0 1 0 729635024 33636352 1363 33554432000 4194304 4580011 140734368356928 18446744073709551615 4294408 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16918/statm: 8212 1363 364 95 0 3194 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 32848

[startup+0.101145 s]
/proc/loadavg: 3.25 3.85 3.89 4/328 16918
/proc/meminfo: memFree=15665112/32950928 swapFree=67085488/67111528
[pid=16918] ppid=16916 vsize=32848 CPUtime=0.09 cores=1,3
/proc/16918/stat : 16918 (strangenight2-s) R 16916 16918 16108 0 -1 4202496 1547 0 0 0 9 0 0 0 25 0 1 0 729635024 33636352 1367 33554432000 4194304 4580011 140734368356928 18446744073709551615 4294549 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16918/statm: 8212 1367 364 95 0 3194 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32848

[startup+0.301094 s]
/proc/loadavg: 3.25 3.85 3.89 4/328 16918
/proc/meminfo: memFree=15665112/32950928 swapFree=67085488/67111528
[pid=16918] ppid=16916 vsize=33308 CPUtime=0.29 cores=1,3
/proc/16918/stat : 16918 (strangenight2-s) R 16916 16918 16108 0 -1 4202496 1752 0 0 0 29 0 0 0 25 0 1 0 729635024 34107392 1353 33554432000 4194304 4580011 140734368356928 18446744073709551615 4295663 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16918/statm: 8327 1353 364 95 0 3309 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33308

[startup+0.701021 s]
/proc/loadavg: 3.25 3.85 3.89 4/328 16918
/proc/meminfo: memFree=15665112/32950928 swapFree=67085488/67111528
[pid=16918] ppid=16916 vsize=33544 CPUtime=0.69 cores=1,3
/proc/16918/stat : 16918 (strangenight2-s) R 16916 16918 16108 0 -1 4202496 2059 0 0 0 69 0 0 0 25 0 1 0 729635024 34349056 1440 33554432000 4194304 4580011 140734368356928 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16918/statm: 8386 1440 364 95 0 3368 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33544

[startup+1.50088 s]
/proc/loadavg: 3.25 3.85 3.89 6/329 16919
/proc/meminfo: memFree=15657292/32950928 swapFree=67085488/67111528
[pid=16918] ppid=16916 vsize=34060 CPUtime=1.49 cores=1,3
/proc/16918/stat : 16918 (strangenight2-s) R 16916 16918 16108 0 -1 4202496 2542 0 0 0 149 0 0 0 25 0 1 0 729635024 34877440 1653 33554432000 4194304 4580011 140734368356928 18446744073709551615 4293041 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16918/statm: 8515 1653 365 95 0 3497 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34060

[startup+3.10058 s]
/proc/loadavg: 3.25 3.85 3.89 6/329 16919
/proc/meminfo: memFree=15652464/32950928 swapFree=67085488/67111528
[pid=16918] ppid=16916 vsize=38116 CPUtime=3.09 cores=1,3
/proc/16918/stat : 16918 (strangenight2-s) R 16916 16918 16108 0 -1 4202496 4191 0 0 0 309 0 0 0 25 0 1 0 729635024 39030784 2593 33554432000 4194304 4580011 140734368356928 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16918/statm: 9529 2593 368 95 0 4511 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38116

[startup+6.30097 s]
/proc/loadavg: 3.31 3.85 3.89 6/329 16947
/proc/meminfo: memFree=15644360/32950928 swapFree=67085488/67111528
[pid=16918] ppid=16916 vsize=41844 CPUtime=6.29 cores=1,3
/proc/16918/stat : 16918 (strangenight2-s) R 16916 16918 16108 0 -1 4202496 5838 0 0 0 629 0 0 0 25 0 1 0 729635024 42848256 3453 33554432000 4194304 4580011 140734368356928 18446744073709551615 4293688 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16918/statm: 10461 3453 368 95 0 5443 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41844

[startup+12.7008 s]
/proc/loadavg: 3.36 3.85 3.89 7/329 16947
/proc/meminfo: memFree=15618120/32950928 swapFree=67085488/67111528
[pid=16918] ppid=16916 vsize=46492 CPUtime=12.7 cores=1,3
/proc/16918/stat : 16918 (strangenight2-s) R 16916 16918 16108 0 -1 4202496 8120 0 0 0 1269 1 0 0 25 0 1 0 729635024 47607808 4782 33554432000 4194304 4580011 140734368356928 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16918/statm: 11623 4782 368 95 0 6605 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 46492

[startup+25.5004 s]
/proc/loadavg: 3.50 3.86 3.89 6/329 16947
/proc/meminfo: memFree=15612076/32950928 swapFree=67085488/67111528
[pid=16918] ppid=16916 vsize=50648 CPUtime=25.49 cores=1,3
/proc/16918/stat : 16918 (strangenight2-s) R 16916 16918 16108 0 -1 4202496 11789 0 0 0 2548 1 0 0 25 0 1 0 729635024 51863552 5444 33554432000 4194304 4580011 140734368356928 18446744073709551615 4294602 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16918/statm: 12662 5444 368 95 0 7644 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 50648

[startup+51.1006 s]
/proc/loadavg: 3.82 3.90 3.90 6/329 16948
/proc/meminfo: memFree=15587872/32950928 swapFree=67085488/67111528
[pid=16918] ppid=16916 vsize=54780 CPUtime=51.09 cores=1,3
/proc/16918/stat : 16918 (strangenight2-s) R 16916 16918 16108 0 -1 4202496 17352 0 0 0 5108 1 0 0 25 0 1 0 729635024 56094720 6671 33554432000 4194304 4580011 140734368356928 18446744073709551615 4294348 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16918/statm: 13695 6671 369 95 0 8677 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 54780

[startup+102.312 s]
/proc/loadavg: 4.00 3.93 3.91 6/329 16949
/proc/meminfo: memFree=15561776/32950928 swapFree=67085488/67111528
[pid=16918] ppid=16916 vsize=60828 CPUtime=102.3 cores=1,3
/proc/16918/stat : 16918 (strangenight2-s) R 16916 16918 16108 0 -1 4202496 27736 0 0 0 10227 3 0 0 25 0 1 0 729635024 62287872 7985 33554432000 4194304 4580011 140734368356928 18446744073709551615 4293925 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16918/statm: 15207 7985 369 95 0 10189 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 60828

[startup+162.301 s]
/proc/loadavg: 4.00 3.94 3.91 6/329 16951
/proc/meminfo: memFree=15514132/32950928 swapFree=67085488/67111528
[pid=16918] ppid=16916 vsize=68832 CPUtime=162.3 cores=1,3
/proc/16918/stat : 16918 (strangenight2-s) R 16916 16918 16108 0 -1 4202496 37802 0 0 0 16225 5 0 0 25 0 1 0 729635024 70483968 10579 33554432000 4194304 4580011 140734368356928 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16918/statm: 17208 10579 369 95 0 12190 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 68832

[startup+222.3 s]
/proc/loadavg: 4.00 3.95 3.91 6/329 16952
/proc/meminfo: memFree=15497588/32950928 swapFree=67085488/67111528
[pid=16918] ppid=16916 vsize=69212 CPUtime=222.3 cores=1,3
/proc/16918/stat : 16918 (strangenight2-s) R 16916 16918 16108 0 -1 4202496 47127 0 0 0 22223 7 0 0 25 0 1 0 729635024 70873088 10042 33554432000 4194304 4580011 140734368356928 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16918/statm: 17303 10042 369 95 0 12285 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 69212

[startup+282.3 s]
/proc/loadavg: 4.00 3.95 3.91 6/329 16954
/proc/meminfo: memFree=15482908/32950928 swapFree=67085488/67111528
[pid=16918] ppid=16916 vsize=74040 CPUtime=282.3 cores=1,3
/proc/16918/stat : 16918 (strangenight2-s) R 16916 16918 16108 0 -1 4202496 56228 0 0 0 28222 8 0 0 25 0 1 0 729635024 75816960 12049 33554432000 4194304 4580011 140734368356928 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16918/statm: 18510 12049 369 95 0 13492 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 74040

[startup+342.301 s]
/proc/loadavg: 4.00 3.96 3.91 7/329 16955
/proc/meminfo: memFree=15468720/32950928 swapFree=67085488/67111528
[pid=16918] ppid=16916 vsize=74304 CPUtime=342.3 cores=1,3
/proc/16918/stat : 16918 (strangenight2-s) R 16916 16918 16108 0 -1 4202496 64310 0 0 0 34220 10 0 0 25 0 1 0 729635024 76087296 11437 33554432000 4194304 4580011 140734368356928 18446744073709551615 4293176 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16918/statm: 18576 11437 369 95 0 13558 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 74304

[startup+402.301 s]
/proc/loadavg: 4.05 3.98 3.92 6/329 16957
/proc/meminfo: memFree=15452176/32950928 swapFree=67085488/67111528
[pid=16918] ppid=16916 vsize=86604 CPUtime=402.31 cores=1,3
/proc/16918/stat : 16918 (strangenight2-s) R 16916 16918 16108 0 -1 4202496 73360 0 0 0 40219 12 0 0 25 0 1 0 729635024 88682496 14335 33554432000 4194304 4580011 140734368356928 18446744073709551615 4294428 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16918/statm: 21651 14335 369 95 0 16633 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 86604

[startup+462.3 s]
/proc/loadavg: 4.08 4.00 3.92 5/329 16986
/proc/meminfo: memFree=15505232/32950928 swapFree=67085488/67111528
[pid=16918] ppid=16916 vsize=86840 CPUtime=462.31 cores=1,3
/proc/16918/stat : 16918 (strangenight2-s) R 16916 16918 16108 0 -1 4202496 81241 0 0 0 46218 13 0 0 25 0 1 0 729635024 88924160 14123 33554432000 4194304 4580011 140734368356928 18446744073709551615 4293184 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16918/statm: 21710 14123 369 95 0 16692 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 86840

[startup+522.301 s]
/proc/loadavg: 4.03 4.00 3.92 5/329 16987
/proc/meminfo: memFree=15486364/32950928 swapFree=67085488/67111528
[pid=16918] ppid=16916 vsize=89984 CPUtime=522.31 cores=1,3
/proc/16918/stat : 16918 (strangenight2-s) R 16916 16918 16108 0 -1 4202496 87505 0 0 0 52217 14 0 0 25 0 1 0 729635024 92143616 16300 33554432000 4194304 4580011 140734368356928 18446744073709551615 4294942 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16918/statm: 22496 16300 369 95 0 17478 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 89984

[startup+582.301 s]
/proc/loadavg: 4.06 4.01 3.93 5/329 16989
/proc/meminfo: memFree=15479012/32950928 swapFree=67085488/67111528
[pid=16918] ppid=16916 vsize=90240 CPUtime=582.31 cores=1,3
/proc/16918/stat : 16918 (strangenight2-s) R 16916 16918 16108 0 -1 4202496 94980 0 0 0 58215 16 0 0 25 0 1 0 729635024 92405760 14789 33554432000 4194304 4580011 140734368356928 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16918/statm: 22560 14789 369 95 0 17542 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 90240

[startup+642.3 s]
/proc/loadavg: 4.02 4.00 3.93 5/329 16990
/proc/meminfo: memFree=15474760/32950928 swapFree=67085488/67111528
[pid=16918] ppid=16916 vsize=90420 CPUtime=642.32 cores=1,3
/proc/16918/stat : 16918 (strangenight2-s) R 16916 16918 16108 0 -1 4202496 101545 0 0 0 64215 17 0 0 25 0 1 0 729635024 92590080 14800 33554432000 4194304 4580011 140734368356928 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16918/statm: 22605 14800 369 95 0 17587 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 90420

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/329 16995
/proc/meminfo: memFree=15431832/32950928 swapFree=67085488/67111528
[pid=16918] ppid=16916 vsize=96236 CPUtime=702.31 cores=1,3
/proc/16918/stat : 16918 (strangenight2-s) R 16916 16918 16108 0 -1 4202496 108244 0 0 0 70212 19 0 0 25 0 1 0 729635024 98545664 16189 33554432000 4194304 4580011 140734368356928 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16918/statm: 24059 16189 369 95 0 19041 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 96236

[startup+762.312 s]
/proc/loadavg: 4.00 4.00 3.93 5/329 16997
/proc/meminfo: memFree=15444352/32950928 swapFree=67085488/67111528
[pid=16918] ppid=16916 vsize=96388 CPUtime=762.33 cores=1,3
/proc/16918/stat : 16918 (strangenight2-s) R 16916 16918 16108 0 -1 4202496 114418 0 0 0 76212 21 0 0 25 0 1 0 729635024 98701312 17342 33554432000 4194304 4580011 140734368356928 18446744073709551615 4294324 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16918/statm: 24097 17342 369 95 0 19079 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 96388

[startup+822.301 s]
/proc/loadavg: 4.03 4.01 3.93 5/329 16998
/proc/meminfo: memFree=15414320/32950928 swapFree=67085488/67111528
[pid=16918] ppid=16916 vsize=108788 CPUtime=822.32 cores=1,3
/proc/16918/stat : 16918 (strangenight2-s) R 16916 16918 16108 0 -1 4202496 123007 0 0 0 82210 22 0 0 25 0 1 0 729635024 111398912 20556 33554432000 4194304 4580011 140734368356928 18446744073709551615 4406302 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16918/statm: 27197 20556 369 95 0 22179 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 108788

[startup+882.3 s]
/proc/loadavg: 4.01 4.01 3.93 5/329 17000
/proc/meminfo: memFree=15405584/32950928 swapFree=67085488/67111528
[pid=16918] ppid=16916 vsize=108888 CPUtime=882.32 cores=1,3
/proc/16918/stat : 16918 (strangenight2-s) R 16916 16918 16108 0 -1 4202496 128227 0 0 0 88208 24 0 0 25 0 1 0 729635024 111501312 19795 33554432000 4194304 4580011 140734368356928 18446744073709551615 4294931 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16918/statm: 27222 19795 369 95 0 22204 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 108888

[startup+942.301 s]
/proc/loadavg: 4.08 4.02 3.94 5/329 17001
/proc/meminfo: memFree=15400348/32950928 swapFree=67085488/67111528
[pid=16918] ppid=16916 vsize=109028 CPUtime=942.32 cores=1,3
/proc/16918/stat : 16918 (strangenight2-s) R 16916 16918 16108 0 -1 4202496 133898 0 0 0 94207 25 0 0 25 0 1 0 729635024 111644672 20030 33554432000 4194304 4580011 140734368356928 18446744073709551615 4294346 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16918/statm: 27257 20030 369 95 0 22239 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 109028

[startup+1002.3 s]
/proc/loadavg: 4.03 4.01 3.94 6/329 17003
/proc/meminfo: memFree=15362124/32950928 swapFree=67085488/67111528
[pid=16918] ppid=16916 vsize=115580 CPUtime=1002.33 cores=1,3
/proc/16918/stat : 16918 (strangenight2-s) R 16916 16918 16108 0 -1 4202496 141054 0 0 0 100205 28 0 0 25 0 1 0 729635024 118353920 21911 33554432000 4194304 4580011 140734368356928 18446744073709551615 4406387 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16918/statm: 28895 21911 369 95 0 23877 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 115580

[startup+1062.3 s]
/proc/loadavg: 4.04 4.02 3.94 5/329 17005
/proc/meminfo: memFree=15364680/32950928 swapFree=67085488/67111528
[pid=16918] ppid=16916 vsize=115608 CPUtime=1062.33 cores=1,3
/proc/16918/stat : 16918 (strangenight2-s) R 16916 16918 16108 0 -1 4202496 144799 0 0 0 106204 29 0 0 25 0 1 0 729635024 118382592 22003 33554432000 4194304 4580011 140734368356928 18446744073709551615 4294335 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16918/statm: 28902 22003 369 95 0 23884 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 115608

[startup+1122.3 s]
/proc/loadavg: 3.80 3.97 3.93 4/323 17023
/proc/meminfo: memFree=15437852/32950928 swapFree=67085488/67111528
[pid=16918] ppid=16916 vsize=115736 CPUtime=1122.33 cores=1,3
/proc/16918/stat : 16918 (strangenight2-s) R 16916 16918 16108 0 -1 4202496 150470 0 0 0 112203 30 0 0 25 0 1 0 729635024 118513664 22138 33554432000 4194304 4580011 140734368356928 18446744073709551615 4293032 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16918/statm: 28934 22138 369 95 0 23916 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 115736

[startup+1182.3 s]
/proc/loadavg: 3.29 3.79 3.87 4/323 17025
/proc/meminfo: memFree=15421336/32950928 swapFree=67085488/67111528
[pid=16918] ppid=16916 vsize=115864 CPUtime=1182.33 cores=1,3
/proc/16918/stat : 16918 (strangenight2-s) R 16916 16918 16108 0 -1 4202496 156511 0 0 0 118202 31 0 0 25 0 1 0 729635024 118644736 22372 33554432000 4194304 4580011 140734368356928 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16918/statm: 28966 22372 369 95 0 23948 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 115864

[startup+1242.3 s]
/proc/loadavg: 3.10 3.64 3.81 4/323 17026
/proc/meminfo: memFree=15406040/32950928 swapFree=67085488/67111528
[pid=16918] ppid=16916 vsize=130712 CPUtime=1242.33 cores=1,3
/proc/16918/stat : 16918 (strangenight2-s) R 16916 16918 16108 0 -1 4202496 160686 0 0 0 124201 32 0 0 25 0 1 0 729635024 133849088 26547 33554432000 4194304 4580011 140734368356928 18446744073709551615 4293032 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16918/statm: 32678 26547 369 95 0 27660 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 130712



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.96 3.51 3.75 4/318 17046
/proc/meminfo: memFree=15524792/32950928 swapFree=67085488/67111528
[pid=16918] ppid=16916 vsize=130820 CPUtime=1300.04 cores=1,3
/proc/16918/stat : 16918 (strangenight2-s) R 16916 16918 16108 0 -1 4202496 166264 0 0 0 129971 33 0 0 25 0 1 0 729635024 133959680 24587 33554432000 4194304 4580011 140734368356928 18446744073709551615 4294304 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16918/statm: 32705 24587 369 95 0 27687 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 130820

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.72
CPU system time (s): 0.340948
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 184732

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

runsolver used 3.81742 second user time and 9.2386 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-14 19:27:23
IDJOB=3368136
IDBENCH=84634
IDSOLVER=1845
FILE ID=node114/3368136-1305394043
RUNJOBID= node114-1305394038-16851
PBS_JOBID= 13324419
Free space on /tmp= 72964 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT04/handmade/connamacher/connm-d0.04/connm-ue-csp-sat-n800-d0.04-s1788334438.used-as.sat04-976.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368136-1305394043/watcher-3368136-1305394043 -o /tmp/evaluation-result-3368136-1305394043/solver-3368136-1305394043 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3368136-1305394043.cnf

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

MD5SUM BENCH= 41d80cc808c021a52e21ee9950bc91e0
RANDOM SEED=91214741

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:      15665268 kB
Buffers:        267944 kB
Cached:        6218868 kB
SwapCached:         96 kB
Active:       11921724 kB
Inactive:      4954408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15665268 kB
SwapTotal:    67111528 kB
SwapFree:     67085488 kB
Dirty:           22836 kB
Writeback:           0 kB
AnonPages:    10389112 kB
Mapped:          27792 kB
Slab:           307732 kB
PageTables:      37760 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 52556252 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= 72968 MiB
End job on node114 at 2011-05-14 19:49:05