Trace number 3264444

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? (TO) 1300.05 1300.01

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-3264444-1303571021.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.01/0.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.01/0.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.01/0.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.01/0.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    764 time:  0.00 s
0.01/0.02	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
0.01/0.03	c lits-rem:      2980  cl-subs:        0  v-elim:    191  v-fix:    0  time:  0.01 s
0.01/0.03	c Finding binary XORs  T:     0.00 s  found:       0
0.01/0.04	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.01/0.04	c calculated reachability. Time: 0.00
0.01/0.04	c Calc default polars -  time:   0.00 s pos:       0 undec:     191 neg:     573
0.01/0.04	c =========================================================================================
0.01/0.04	c types(t): F = full restart, N = normal restart
0.01/0.04	c types(t): S = simplification begin/end, E = solution found
0.01/0.04	c restart types(rt): st = static, dy = dynamic
0.01/0.04	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.01/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.91	c  N dy    93     16461       573      9504        11      9411     39788    141765     11.01     13.98
1.10/1.17	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.09/2.12	c asymm  cl-useful: 2284/9504/9504 lits-rem:3310 time: 0.04
2.09/2.12	c calculated reachability. Time: 0.00
2.09/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.55	c  S st   140     45751       573      9504        29     16333     34720    237256     11.07   no data
3.49/3.59	c  S st   140     46255       573      9504        30     16831     34720    244923     11.07   no data
3.49/3.59	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.00
3.59/3.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.59/3.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.59/3.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.59/3.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    573 time:  0.00 s
3.59/3.60	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.29 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.50/5.59	c  N st   141     60652       573      9504        39     18705     33279    245252     11.07   no data
6.60/6.62	c  N st   142     69384       573      9504        39     17710     33279    237930     11.07   no data
6.60/6.62	c  S st   142     69384       573      9504        39     17710     33279    237930     11.07   no data
6.60/6.67	c  S st   142     69886       573      9504        46     18200     33279    245670     11.07   no data
6.60/6.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.60/6.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
6.60/6.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6.60/6.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.60/6.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.60/6.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    573 time:  0.00 s
6.60/6.67	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
6.60/6.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
6.69/6.71	c subs with bin:       31  lits-rem:      3663  v-fix:    0  time:  0.02 s
7.19/7.25	c lits-rem:      1855  cl-subs:     5420  v-elim:      0  v-fix:    0  time:  0.54 s
7.19/7.25	c vivif2 --  cl tried     9504 cl shrink        0 lits rem          0 time: 0.00
7.19/7.25	c vivif2 --  cl tried    12749 cl shrink        0 lits rem          0 time: 0.00
7.29/7.31	c asymm  cl-useful: 481/9504/9504 lits-rem:538 time: 0.06
7.29/7.31	c calculated reachability. Time: 0.00
7.29/7.31	c  N st   142     69886       573      9504        46     12749     32702    150661     11.07   no data
9.39/9.50	c  F st   143     87500       573      9504        48     19308     32702    243630     11.07   no data
9.49/9.50	c  N st   143     87500       573      9504        48     19308     32702    243630     11.07   no data
9.49/9.50	c Finding binary XORs  T:     0.00 s  found:       0
10.09/10.16	c Decided on static restart strategy
10.39/10.49	c  N st   150     95540       573      9504        50     15742     32702    188325     11.07   no data
11.59/11.69	c  N st   152    104829       573      9504        52     24508     32702    352006     11.07   no data
11.59/11.69	c  S st   152    104829       573      9504        52     24508     32702    352006     11.07   no data
11.69/11.75	c  S st   152    105331       573      9504        56     25002     32702    360341     11.07   no data
11.69/11.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.69/11.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
11.69/11.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.69/11.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.69/11.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.69/11.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    573 time:  0.00 s
11.69/11.76	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
11.69/11.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
11.69/11.78	c subs with bin:       36  lits-rem:      1468  v-fix:    0  time:  0.01 s
12.49/12.54	c lits-rem:      2015  cl-subs:     5749  v-elim:      0  v-fix:    0  time:  0.75 s
12.49/12.54	c vivif2 --  cl tried     9504 cl shrink        0 lits rem          0 time: 0.00
12.49/12.54	c vivif2 --  cl tried    19217 cl shrink        0 lits rem          0 time: 0.00
12.59/12.62	c asymm  cl-useful: 251/9504/9504 lits-rem:258 time: 0.07
12.59/12.62	c calculated reachability. Time: 0.00
12.59/12.62	c  N st   152    105331       573      9504        56     19217     32425    269321     11.07   no data
13.79/13.85	c  N st   153    114929       573      9504        59     16222     32425    171873     11.07   no data
15.69/15.70	c  N st   154    129327       573      9504        64     16792     32425    187841     11.07   no data
15.69/15.70	c Finding binary XORs  T:     0.00 s  found:       0
18.39/18.49	c  N st   155    150924       573      9504        65     23247     32425    302323     11.07   no data
19.39/19.48	c  S st   156    157996       573      9504        66     30002     32425    430899     11.07   no data
19.49/19.55	c  S st   156    158496       573      9504        73     30493     32425    439607     11.07   no data
19.49/19.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.49/19.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
19.49/19.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
19.49/19.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.49/19.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.49/19.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    573 time:  0.00 s
19.49/19.56	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
19.49/19.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
19.59/19.61	c subs with bin:       51  lits-rem:      4548  v-fix:    0  time:  0.03 s
20.69/20.74	c lits-rem:      2181  cl-subs:     8501  v-elim:      0  v-fix:    0  time:  1.13 s
20.69/20.75	c vivif2 --  cl tried     9504 cl shrink        0 lits rem          0 time: 0.00
20.69/20.75	c vivif2 --  cl tried    21941 cl shrink        0 lits rem          0 time: 0.01
20.79/20.83	c asymm  cl-useful: 167/9504/9504 lits-rem:169 time: 0.08
20.79/20.83	c calculated reachability. Time: 0.00
20.79/20.83	c  N st   156    158496       573      9504        73     21941     32243    296361     11.07   no data
28.09/28.18	c  N st   157    207086       573      9504        83     20069     32243    200416     11.07   no data
28.09/28.18	c Finding binary XORs  T:     0.00 s  found:       1
33.00/33.04	c  N st   158    237744       573      9504        86     31353     32243    408276     11.07   no data
33.00/33.04	c  S st   158    237744       573      9504        86     31353     32243    408276     11.07   no data
33.09/33.10	c  S st   158    238245       573      9504        93     31841     32243    417322     11.07   no data
33.09/33.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
33.09/33.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      6 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
33.09/33.13	c Replacing        1 vars Replaced     3991 lits Time:     0.02 s 
33.09/33.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
33.09/33.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
33.09/33.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.09/33.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    572 time:  0.00 s
33.09/33.13	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
33.09/33.14	c lits-rem:        50  cl-subs:       14  v-elim:      0  v-fix:    0  time:  0.01 s
33.09/33.19	c subs with bin:       79  lits-rem:      4593  v-fix:    0  time:  0.03 s
34.29/34.31	c lits-rem:      4398  cl-subs:     7273  v-elim:      0  v-fix:    0  time:  1.12 s
34.29/34.31	c vivif2 --  cl tried     9490 cl shrink        0 lits rem          0 time: 0.00
34.29/34.31	c vivif2 --  cl tried    24480 cl shrink        0 lits rem          0 time: 0.01
34.39/34.40	c asymm  cl-useful: 115/9490/9490 lits-rem:115 time: 0.09
34.39/34.40	c calculated reachability. Time: 0.00
34.39/34.40	c  N st   158    238245       572      9490        99     24480     32026    300367     11.07   no data
46.10/46.16	c  F st   159    306250       572      9490        99     29451     32026    334252     11.07   no data
46.10/46.16	c  N st   159    306250       572      9490        99     29451     32026    334252     11.07   no data
46.10/46.16	c Finding binary XORs  T:     0.00 s  found:       0
46.89/46.92	c Decided on static restart strategy
50.19/50.27	c  N st   169    334552       572      9490       104     34562     32026    422233     11.07   no data
53.89/53.94	c  N st   171    357368       572      9490       105     33438     32026    401455     11.07   no data
53.89/53.94	c  S st   171    357368       572      9490       105     33438     32026    401455     11.07   no data
53.99/54.01	c  S st   171    357869       572      9490       108     33931     32026    410477     11.07   no data
53.99/54.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
53.99/54.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
53.99/54.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
53.99/54.02	c bin-w-bin subsume rem            2 bins  time:  0.00 s
53.99/54.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
53.99/54.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    572 time:  0.00 s
53.99/54.03	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
53.99/54.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
53.99/54.06	c subs with bin:       36  lits-rem:      1744  v-fix:    0  time:  0.02 s
54.79/54.83	c lits-rem:      2162  cl-subs:     4999  v-elim:      0  v-fix:    0  time:  0.76 s
54.79/54.83	c vivif2 --  cl tried     9490 cl shrink        0 lits rem          0 time: 0.00
54.79/54.83	c vivif2 --  cl tried    28896 cl shrink        0 lits rem          0 time: 0.01
54.89/54.94	c asymm  cl-useful: 76/9490/9490 lits-rem:76 time: 0.10
54.89/54.94	c calculated reachability. Time: 0.00
54.89/54.94	c  N st   171    357869       572      9490       106     28896     31944    328969     11.07   no data
59.99/60.02	c  N st   172    390263       572      9490       107     36272     31944    440450     11.07   no data
59.99/60.02	c Finding binary XORs  T:     0.00 s  found:       0
68.89/68.93	c  N st   173    438853       572      9490       108     32298     31944    351607     11.07   no data
82.79/82.82	c  N st   174    511735       572      9490       108     47538     31944    640113     11.07   no data
87.29/87.33	c  N st   175    536805       572      9490       110     42673     31944    549839     11.07   no data
87.29/87.33	c  S st   175    536805       572      9490       110     42673     31944    549839     11.07   no data
87.39/87.43	c  S st   175    537309       572      9490       112     43171     31944    558577     11.07   no data
87.39/87.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
87.39/87.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      5 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
87.39/87.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
87.39/87.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
87.39/87.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
87.39/87.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    572 time:  0.00 s
87.39/87.45	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
87.39/87.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
87.49/87.50	c subs with bin:       22  lits-rem:      1020  v-fix:    0  time:  0.03 s
89.19/89.29	c lits-rem:      3443  cl-subs:     8277  v-elim:      0  v-fix:    0  time:  1.78 s
89.19/89.29	c vivif2 --  cl tried     9490 cl shrink        0 lits rem          0 time: 0.00
89.29/89.30	c vivif2 --  cl tried    34872 cl shrink        0 lits rem          0 time: 0.01
89.39/89.42	c asymm  cl-useful: 143/9490/9490 lits-rem:143 time: 0.12
89.39/89.42	c calculated reachability. Time: 0.00
89.39/89.42	c  N st   175    537309       572      9490       118     34872     31793    392520     11.07   no data
119.99/120.02	c  N st   176    701294       572      9490       129     67457     31793    897905     11.07   no data
119.99/120.02	c Finding binary XORs  T:     0.00 s  found:       1
142.09/142.17	c  N st   177    805963       572      9490       133     64146     31793    814307     11.07   no data
142.09/142.17	c  S st   177    805963       572      9490       133     64146     31793    814307     11.07   no data
142.19/142.29	c  S st   177    806465       572      9490       139     64639     31793    823225     11.07   no data
142.19/142.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
142.29/142.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
142.29/142.33	c Replacing        1 vars Replaced     1409 lits Time:     0.01 s 
142.29/142.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
142.29/142.33	c bin-w-bin subsume rem            1 bins  time:  0.00 s
142.29/142.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
142.29/142.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    571 time:  0.00 s
142.29/142.33	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
142.29/142.34	c lits-rem:         0  cl-subs:       14  v-elim:      0  v-fix:    0  time:  0.01 s
142.39/142.45	c subs with bin:       50  lits-rem:      6778  v-fix:    0  time:  0.09 s
146.89/146.94	c lits-rem:      3670  cl-subs:    20815  v-elim:      0  v-fix:    0  time:  4.49 s
146.89/146.94	c vivif2 --  cl tried     9476 cl shrink        0 lits rem          0 time: 0.00
146.89/146.95	c vivif2 --  cl tried    43764 cl shrink        0 lits rem          0 time: 0.01
147.09/147.11	c asymm  cl-useful: 37/9476/9476 lits-rem:37 time: 0.15
147.09/147.11	c calculated reachability. Time: 0.00
147.09/147.11	c  N st   177    806465       571      9476       136     43764     31711    508242     11.07   no data
147.09/147.11	c Finding binary XORs  T:     0.00 s  found:       0
203.41/203.44	c  F st   178   1071875       571      9476       145     66630     31711    823081     11.07   no data
203.41/203.44	c  N st   178   1071875       571      9476       145     66630     31711    823081     11.07   no data
204.61/204.66	c Decided on static restart strategy
210.10/210.13	c  N st   188   1100180       571      9476       145     51388     31711    529940     11.07   no data
217.90/217.94	c  N st   190   1136174       571      9476       145     86164     31711   1166085     11.07   no data
224.80/224.87	c  N st   191   1168566       571      9476       145     73982     31711    948770     11.07   no data
234.59/234.64	c  N st   192   1209697       571      9476       145     69217     31711    839585     11.07   no data
234.59/234.64	c  S st   192   1209697       571      9476       145     69217     31711    839585     11.07   no data
234.69/234.77	c  S st   192   1210200       571      9476       147     69712     31711    849572     11.07   no data
234.69/234.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
234.79/234.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.02
234.79/234.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
234.79/234.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
234.79/234.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
234.79/234.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    571 time:  0.00 s
234.79/234.80	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
234.79/234.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
234.79/234.88	c subs with bin:       24  lits-rem:      1796  v-fix:    0  time:  0.04 s
238.70/238.77	c lits-rem:      2301  cl-subs:    17773  v-elim:      0  v-fix:    0  time:  3.89 s
238.70/238.77	c vivif2 --  cl tried     9476 cl shrink        0 lits rem          0 time: 0.00
238.70/238.79	c vivif2 --  cl tried    51915 cl shrink       66 lits rem         66 time: 0.01
238.89/238.97	c asymm  cl-useful: 6/9476/9476 lits-rem:6 time: 0.18
238.89/238.97	c calculated reachability. Time: 0.00
238.89/238.97	c  N st   192   1210200       571      9476       148     51915     31704    568276     11.07   no data
238.89/238.97	c Finding binary XORs  T:     0.00 s  found:       0
254.90/254.94	c  N st   193   1283086       571      9476       148     77478     31704   1078093     11.07   no data
280.20/280.26	c  N st   194   1392409       571      9476       149     90237     31704   1387264     11.07   no data
321.60/321.68	c  N st   195   1556394       571      9476       150     99707     31704   1336758     11.07   no data
359.50/359.56	c  N st   196   1710200       571      9476       152     91829     31704   1180149     11.07   no data
359.50/359.56	c  S st   196   1710200       571      9476       152     91829     31704   1180149     11.07   no data
359.71/359.74	c  S st   196   1710701       571      9476       157     92321     31704   1189501     11.07   no data
359.71/359.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
359.71/359.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.03
359.71/359.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
359.71/359.78	c bin-w-bin subsume rem            1 bins  time:  0.00 s
359.71/359.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
359.71/359.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    571 time:  0.00 s
359.71/359.78	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
359.80/359.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
359.80/359.89	c subs with bin:       14  lits-rem:       909  v-fix:    0  time:  0.06 s
368.70/368.75	c lits-rem:      3538  cl-subs:    28077  v-elim:      0  v-fix:    0  time:  8.85 s
368.70/368.75	c vivif2 --  cl tried     9476 cl shrink        0 lits rem          0 time: 0.00
368.70/368.77	c vivif2 --  cl tried    64230 cl shrink       27 lits rem         27 time: 0.02
368.90/368.97	c asymm  cl-useful: 6/7314/9476 lits-rem:6 time: 0.21
368.90/368.98	c calculated reachability. Time: 0.00
368.90/368.98	c  N st   196   1710701       571      9476       156     64230     31698    738116     11.07   no data
463.51/463.56	c  N st   197   2079666       571      9476       162     82909     31698   1004788     11.07   no data
463.51/463.56	c Finding binary XORs  T:     0.00 s  found:       0
501.21/501.20	c  N st   198   2210701       571      9476       164     88541     31698   1041741     11.07   no data
501.21/501.20	c  S st   198   2210701       571      9476       164     88541     31698   1041741     11.07   no data
501.31/501.36	c  S st   198   2211205       571      9476       168     89034     31698   1051036     11.07   no data
501.31/501.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
501.31/501.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.03
501.31/501.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
501.31/501.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
501.31/501.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
501.31/501.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    571 time:  0.00 s
501.31/501.39	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
501.41/501.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
501.41/501.49	c subs with bin:       26  lits-rem:      1416  v-fix:    0  time:  0.05 s
506.41/506.47	c lits-rem:      2129  cl-subs:    19315  v-elim:      0  v-fix:    0  time:  4.99 s
506.41/506.48	c vivif2 --  cl tried     9476 cl shrink        0 lits rem          0 time: 0.00
506.41/506.49	c vivif2 --  cl tried    69693 cl shrink        9 lits rem          9 time: 0.02
506.51/506.53	c asymm  cl-useful: 0/2162/9476 lits-rem:0 time: 0.04
506.51/506.53	c calculated reachability. Time: 0.00
506.51/506.53	c  N st   198   2211205       571      9476       168     69693     31698    768274     11.07   no data
649.61/649.60	c  N st   199   2711206       571      9476       171    100278     31698   1219475     11.07   no data
649.61/649.60	c  S st   199   2711206       571      9476       171    100278     31698   1219475     11.07   no data
649.71/649.77	c  S st   199   2711709       571      9476       171    100775     31698   1229562     11.07   no data
649.71/649.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
649.81/649.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.03
649.81/649.84	c Replacing        1 vars Replaced     3201 lits Time:     0.03 s 
649.81/649.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
649.81/649.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
649.81/649.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
649.81/649.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    570 time:  0.00 s
649.81/649.84	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
649.81/649.86	c lits-rem:         0  cl-subs:       15  v-elim:      0  v-fix:    0  time:  0.02 s
649.91/649.95	c subs with bin:       10  lits-rem:       812  v-fix:    0  time:  0.06 s
657.21/657.28	c lits-rem:      1476  cl-subs:    24896  v-elim:      0  v-fix:    0  time:  7.33 s
657.21/657.28	c vivif2 --  cl tried     9461 cl shrink        0 lits rem          0 time: 0.00
657.31/657.30	c vivif2 --  cl tried    75866 cl shrink        0 lits rem          0 time: 0.02
657.41/657.49	c asymm  cl-useful: 0/6856/9461 lits-rem:0 time: 0.19
657.51/657.50	c calculated reachability. Time: 0.00
657.51/657.50	c  N st   199   2711709       570      9461       169     75866     31653    832767     11.07   no data
811.02/811.05	c  N st   200   3211711       570      9461       172    134476     31653   2013013     11.07   no data
811.02/811.05	c  S st   200   3211711       570      9461       172    134476     31653   2013013     11.07   no data
811.02/811.05	c Finding binary XORs  T:     0.00 s  found:       0
811.32/811.34	c  S st   200   3212213       570      9461       174    134973     31653   2021910     11.07   no data
811.32/811.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
811.42/811.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.05
811.42/811.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
811.42/811.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
811.42/811.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
811.42/811.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    570 time:  0.00 s
811.42/811.41	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
811.42/811.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
811.61/811.62	c subs with bin:       11  lits-rem:       119  v-fix:    0  time:  0.13 s
830.11/830.19	c lits-rem:     10111  cl-subs:    27186  v-elim:      0  v-fix:    0  time: 18.57 s
830.11/830.19	c vivif2 --  cl tried     9461 cl shrink        0 lits rem          0 time: 0.00
830.21/830.22	c vivif2 --  cl tried   107776 cl shrink        0 lits rem          0 time: 0.03
830.31/830.34	c asymm  cl-useful: 0/2605/9461 lits-rem:0 time: 0.11
830.31/830.34	c calculated reachability. Time: 0.00
830.31/830.34	c  N st   200   3212213       570      9461       174    107776     31653   1513819     11.07   no data
998.92/998.92	c  N st   201   3712214       570      9461       175    130472     31653   1704463     11.07   no data
998.92/998.92	c  S st   201   3712214       570      9461       175    130472     31653   1704463     11.07   no data
999.12/999.14	c  S st   201   3712715       570      9461       176    130969     31653   1714394     11.07   no data
999.12/999.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
999.22/999.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.05
999.22/999.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
999.22/999.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
999.22/999.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
999.22/999.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    570 time:  0.00 s
999.22/999.20	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
999.22/999.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
999.32/999.36	c subs with bin:        3  lits-rem:        64  v-fix:    0  time:  0.08 s
1017.62/1017.63	c lits-rem:      1093  cl-subs:    41496  v-elim:      0  v-fix:    0  time: 18.27 s
1017.62/1017.63	c vivif2 --  cl tried     9461 cl shrink        0 lits rem          0 time: 0.00
1017.62/1017.65	c vivif2 --  cl tried    89470 cl shrink        0 lits rem          0 time: 0.02
1017.82/1017.87	c asymm  cl-useful: 1/6301/9461 lits-rem:1 time: 0.22
1017.82/1017.88	c calculated reachability. Time: 0.00
1017.82/1017.88	c  N st   201   3712715       570      9461       176     89470     31652   1001978     11.07   no data
1029.12/1029.14	c  F st   202   3751564       570      9461       176    127049     31652   1734544     11.07   no data
1029.12/1029.14	c  N st   202   3751564       570      9461       176    127049     31652   1734544     11.07   no data
1031.02/1031.06	c Decided on static restart strategy
1038.52/1038.54	c  N st   212   3779872       570      9461       176    154353     31652   2261809     11.07   no data
1049.92/1049.94	c  N st   214   3815867       570      9461       176    109791     31652   1326121     11.07   no data
1060.82/1060.83	c  N st   215   3848259       570      9461       176    140946     31652   1884551     11.07   no data
1076.83/1076.82	c  N st   216   3896848       570      9461       176    107206     31652   1288997     11.07   no data
1104.13/1104.11	c  N st   217   3969732       570      9461       178     95414     31652   1015872     11.07   no data
1140.43/1140.43	c  N st   218   4079055       570      9461       180    117776     31652   1429971     11.07   no data
1182.63/1182.64	c  N st   219   4212717       570      9461       180    163554     31652   2435247     11.07   no data
1182.63/1182.64	c  S st   219   4212717       570      9461       180    163554     31652   2435247     11.07   no data
1182.93/1182.93	c Finding binary XORs  T:     0.00 s  found:       0
1183.03/1183.01	c  S st   219   4213218       570      9461       184    164047     31652   2444531     11.07   no data
1183.03/1183.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1183.03/1183.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.07
1183.03/1183.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1183.03/1183.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1183.03/1183.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1183.03/1183.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    570 time:  0.00 s
1183.03/1183.09	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1183.13/1183.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1183.33/1183.38	c subs with bin:       11  lits-rem:      2638  v-fix:    0  time:  0.18 s
1229.33/1229.31	c lits-rem:      2145  cl-subs:    56799  v-elim:      0  v-fix:    0  time: 45.93 s
1229.33/1229.31	c vivif2 --  cl tried     9461 cl shrink        0 lits rem          0 time: 0.00
1229.33/1229.34	c vivif2 --  cl tried   107237 cl shrink        0 lits rem          0 time: 0.03
1229.43/1229.49	c asymm  cl-useful: 0/3160/9461 lits-rem:0 time: 0.16
1229.43/1229.49	c calculated reachability. Time: 0.00
1229.43/1229.49	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: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3264444-1303571021/watcher-3264444-1303571021 -o /tmp/evaluation-result-3264444-1303571021/solver-3264444-1303571021 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3264444-1303571021.cnf 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 1.42 2.85 3.38 4/189 6311
/proc/meminfo: memFree=16223044/32951124 swapFree=67111528/67111528
[pid=6311] ppid=6309 vsize=30392 CPUtime=0 cores=4,6
/proc/6311/stat : 6311 (strangenight2-s) R 6309 6311 5803 0 -1 4202496 721 0 0 0 0 0 0 0 25 0 1 0 468702492 31121408 660 33554432000 4194304 4627331 140736508135488 18446744073709551615 4522861 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6311/statm: 7598 660 340 106 0 2569 0

[startup+0.0208471 s]
/proc/loadavg: 1.42 2.85 3.38 4/189 6311
/proc/meminfo: memFree=16223044/32951124 swapFree=67111528/67111528
[pid=6311] ppid=6309 vsize=30544 CPUtime=0.01 cores=4,6
/proc/6311/stat : 6311 (strangenight2-s) R 6309 6311 5803 0 -1 4202496 735 0 0 0 1 0 0 0 25 0 1 0 468702492 31277056 674 33554432000 4194304 4627331 140736508135488 18446744073709551615 253640556299 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6311/statm: 7636 677 348 106 0 2607 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 30544

[startup+0.100831 s]
/proc/loadavg: 1.42 2.85 3.38 4/189 6311
/proc/meminfo: memFree=16223044/32951124 swapFree=67111528/67111528
[pid=6311] ppid=6309 vsize=32892 CPUtime=0.09 cores=4,6
/proc/6311/stat : 6311 (strangenight2-s) R 6309 6311 5803 0 -1 4202496 1556 0 0 0 9 0 0 0 18 0 1 0 468702492 33681408 1374 33554432000 4194304 4627331 140736508135488 18446744073709551615 4333020 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6311/statm: 8223 1374 372 106 0 3194 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32892

[startup+0.300807 s]
/proc/loadavg: 1.42 2.85 3.38 4/189 6311
/proc/meminfo: memFree=16223044/32951124 swapFree=67111528/67111528
[pid=6311] ppid=6309 vsize=33352 CPUtime=0.29 cores=4,6
/proc/6311/stat : 6311 (strangenight2-s) R 6309 6311 5803 0 -1 4202496 1762 0 0 0 29 0 0 0 18 0 1 0 468702492 34152448 1361 33554432000 4194304 4627331 140736508135488 18446744073709551615 4309106 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6311/statm: 8338 1361 373 106 0 3309 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33352

[startup+0.700719 s]
/proc/loadavg: 1.42 2.85 3.38 4/189 6311
/proc/meminfo: memFree=16223044/32951124 swapFree=67111528/67111528
[pid=6311] ppid=6309 vsize=33588 CPUtime=0.69 cores=4,6
/proc/6311/stat : 6311 (strangenight2-s) R 6309 6311 5803 0 -1 4202496 2068 0 0 0 69 0 0 0 18 0 1 0 468702492 34394112 1447 33554432000 4194304 4627331 140736508135488 18446744073709551615 4309555 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6311/statm: 8397 1447 373 106 0 3368 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33588

[startup+1.50057 s]
/proc/loadavg: 1.42 2.85 3.38 5/190 6312
/proc/meminfo: memFree=16217840/32951124 swapFree=67111528/67111528
[pid=6311] ppid=6309 vsize=34104 CPUtime=1.49 cores=4,6
/proc/6311/stat : 6311 (strangenight2-s) R 6309 6311 5803 0 -1 4202496 2553 0 0 0 149 0 0 0 20 0 1 0 468702492 34922496 1662 33554432000 4194304 4627331 140736508135488 18446744073709551615 4309196 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6311/statm: 8526 1662 374 106 0 3497 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34104

[startup+3.10031 s]
/proc/loadavg: 1.42 2.85 3.38 5/190 6312
/proc/meminfo: memFree=16210524/32951124 swapFree=67111528/67111528
[pid=6311] ppid=6309 vsize=38160 CPUtime=3.09 cores=4,6
/proc/6311/stat : 6311 (strangenight2-s) R 6309 6311 5803 0 -1 4202496 4203 0 0 0 309 0 0 0 25 0 1 0 468702492 39075840 2603 33554432000 4194304 4627331 140736508135488 18446744073709551615 4309024 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6311/statm: 9540 2603 378 106 0 4511 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38160

[startup+6.30067 s]
/proc/loadavg: 1.62 2.87 3.38 5/190 6339
/proc/meminfo: memFree=16199392/32951124 swapFree=67111528/67111528
[pid=6311] ppid=6309 vsize=41888 CPUtime=6.3 cores=4,6
/proc/6311/stat : 6311 (strangenight2-s) R 6309 6311 5803 0 -1 4202496 5853 0 0 0 629 1 0 0 25 0 1 0 468702492 42893312 3466 33554432000 4194304 4627331 140736508135488 18446744073709551615 4308574 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6311/statm: 10472 3466 378 106 0 5443 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 41888

[startup+12.7006 s]
/proc/loadavg: 1.81 2.89 3.39 5/190 6340
/proc/meminfo: memFree=16179436/32951124 swapFree=67111528/67111528
[pid=6311] ppid=6309 vsize=46536 CPUtime=12.69 cores=4,6
/proc/6311/stat : 6311 (strangenight2-s) R 6309 6311 5803 0 -1 4202496 8139 0 0 0 1268 1 0 0 25 0 1 0 468702492 47652864 4799 33554432000 4194304 4627331 140736508135488 18446744073709551615 4308330 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6311/statm: 11634 4799 378 106 0 6605 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 46536

[startup+25.5002 s]
/proc/loadavg: 2.37 2.96 3.40 5/190 6341
/proc/meminfo: memFree=16171896/32951124 swapFree=67111528/67111528
[pid=6311] ppid=6309 vsize=50692 CPUtime=25.49 cores=4,6
/proc/6311/stat : 6311 (strangenight2-s) R 6309 6311 5803 0 -1 4202496 11823 0 0 0 2548 1 0 0 25 0 1 0 468702492 51908608 5476 33554432000 4194304 4627331 140736508135488 18446744073709551615 4308275 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6311/statm: 12673 5476 378 106 0 7644 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 50692

[startup+51.1006 s]
/proc/loadavg: 2.93 3.04 3.42 5/190 6341
/proc/meminfo: memFree=16150028/32951124 swapFree=67111528/67111528
[pid=6311] ppid=6309 vsize=54824 CPUtime=51.09 cores=4,6
/proc/6311/stat : 6311 (strangenight2-s) R 6309 6311 5803 0 -1 4202496 17408 0 0 0 5106 3 0 0 25 0 1 0 468702492 56139776 6725 33554432000 4194304 4627331 140736508135488 18446744073709551615 4309552 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6311/statm: 13706 6725 379 106 0 8677 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 54824

[startup+102.306 s]
/proc/loadavg: 3.53 3.19 3.45 5/190 6343
/proc/meminfo: memFree=16131256/32951124 swapFree=67111528/67111528
[pid=6311] ppid=6309 vsize=60872 CPUtime=102.3 cores=4,6
/proc/6311/stat : 6311 (strangenight2-s) R 6309 6311 5803 0 -1 4202496 27847 0 0 0 10225 5 0 0 25 0 1 0 468702492 62332928 8094 33554432000 4194304 4627331 140736508135488 18446744073709551615 4309132 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6311/statm: 15218 8094 379 106 0 10189 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 60872

[startup+162.3 s]
/proc/loadavg: 3.83 3.33 3.48 5/190 6344
/proc/meminfo: memFree=16089080/32951124 swapFree=67111528/67111528
[pid=6311] ppid=6309 vsize=68912 CPUtime=162.29 cores=4,6
/proc/6311/stat : 6311 (strangenight2-s) R 6309 6311 5803 0 -1 4202496 38475 0 0 0 16222 7 0 0 25 0 1 0 468702492 70565888 9891 33554432000 4194304 4627331 140736508135488 18446744073709551615 4309066 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6311/statm: 17228 9891 379 106 0 12199 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 68912

[startup+222.3 s]
/proc/loadavg: 3.93 3.45 3.51 5/190 6346
/proc/meminfo: memFree=16058808/32951124 swapFree=67111528/67111528
[pid=6311] ppid=6309 vsize=69256 CPUtime=222.3 cores=4,6
/proc/6311/stat : 6311 (strangenight2-s) R 6309 6311 5803 0 -1 4202496 47336 0 0 0 22221 9 0 0 25 0 1 0 468702492 70918144 10249 33554432000 4194304 4627331 140736508135488 18446744073709551615 4310065 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6311/statm: 17314 10249 379 106 0 12285 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 69256

[startup+282.301 s]
/proc/loadavg: 4.02 3.56 3.54 5/190 6348
/proc/meminfo: memFree=16058420/32951124 swapFree=67111528/67111528
[pid=6311] ppid=6309 vsize=74084 CPUtime=282.3 cores=4,6
/proc/6311/stat : 6311 (strangenight2-s) R 6309 6311 5803 0 -1 4202496 56428 0 0 0 28219 11 0 0 25 0 1 0 468702492 75862016 12247 33554432000 4194304 4627331 140736508135488 18446744073709551615 4324102 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6311/statm: 18521 12247 379 106 0 13492 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 74084

[startup+342.301 s]
/proc/loadavg: 4.00 3.64 3.57 5/190 6349
/proc/meminfo: memFree=16033860/32951124 swapFree=67111528/67111528
[pid=6311] ppid=6309 vsize=74348 CPUtime=342.3 cores=4,6
/proc/6311/stat : 6311 (strangenight2-s) R 6309 6311 5803 0 -1 4202496 64514 0 0 0 34217 13 0 0 25 0 1 0 468702492 76132352 11639 33554432000 4194304 4627331 140736508135488 18446744073709551615 4309245 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6311/statm: 18587 11639 379 106 0 13558 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 74348

[startup+402.301 s]
/proc/loadavg: 4.07 3.72 3.59 5/190 6351
/proc/meminfo: memFree=16021068/32951124 swapFree=67111528/67111528
[pid=6311] ppid=6309 vsize=87492 CPUtime=402.3 cores=4,6
/proc/6311/stat : 6311 (strangenight2-s) R 6309 6311 5803 0 -1 4202496 73715 0 0 0 40215 15 0 0 25 0 1 0 468702492 89591808 14688 33554432000 4194304 4627331 140736508135488 18446744073709551615 4310065 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6311/statm: 21873 14688 379 106 0 16844 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 87492

[startup+462.301 s]
/proc/loadavg: 4.09 3.78 3.62 5/190 6352
/proc/meminfo: memFree=16000464/32951124 swapFree=67111528/67111528
[pid=6311] ppid=6309 vsize=87728 CPUtime=462.31 cores=4,6
/proc/6311/stat : 6311 (strangenight2-s) R 6309 6311 5803 0 -1 4202496 81567 0 0 0 46212 19 0 0 25 0 1 0 468702492 89833472 14447 33554432000 4194304 4627331 140736508135488 18446744073709551615 4309552 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6311/statm: 21932 14447 379 106 0 16903 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 87728

[startup+522.301 s]
/proc/loadavg: 4.11 3.84 3.65 5/190 6381
/proc/meminfo: memFree=16034820/32951124 swapFree=67111528/67111528
[pid=6311] ppid=6309 vsize=90152 CPUtime=522.3 cores=4,6
/proc/6311/stat : 6311 (strangenight2-s) R 6309 6311 5803 0 -1 4202496 88474 0 0 0 52210 20 0 0 25 0 1 0 468702492 92315648 14767 33554432000 4194304 4627331 140736508135488 18446744073709551615 4309315 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6311/statm: 22538 14767 379 106 0 17509 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 90152

[startup+582.301 s]
/proc/loadavg: 4.04 3.86 3.67 5/190 6383
/proc/meminfo: memFree=16003808/32951124 swapFree=67111528/67111528
[pid=6311] ppid=6309 vsize=90336 CPUtime=582.31 cores=4,6
/proc/6311/stat : 6311 (strangenight2-s) R 6309 6311 5803 0 -1 4202496 95206 0 0 0 58209 22 0 0 25 0 1 0 468702492 92504064 15013 33554432000 4194304 4627331 140736508135488 18446744073709551615 4309033 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6311/statm: 22584 15013 379 106 0 17555 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 90336

[startup+642.301 s]
/proc/loadavg: 4.01 3.89 3.68 5/190 6384
/proc/meminfo: memFree=15996480/32951124 swapFree=67111528/67111528
[pid=6311] ppid=6309 vsize=90516 CPUtime=642.31 cores=4,6
/proc/6311/stat : 6311 (strangenight2-s) R 6309 6311 5803 0 -1 4202496 101682 0 0 0 64208 23 0 0 25 0 1 0 468702492 92688384 14935 33554432000 4194304 4627331 140736508135488 18446744073709551615 4309210 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6311/statm: 22629 14935 379 106 0 17600 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 90516

[startup+702.3 s]
/proc/loadavg: 4.06 3.92 3.71 5/190 6386
/proc/meminfo: memFree=15961504/32951124 swapFree=67111528/67111528
[pid=6311] ppid=6309 vsize=96328 CPUtime=702.31 cores=4,6
/proc/6311/stat : 6311 (strangenight2-s) R 6309 6311 5803 0 -1 4202496 108557 0 0 0 70207 24 0 0 25 0 1 0 468702492 98639872 16500 33554432000 4194304 4627331 140736508135488 18446744073709551615 4308233 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6311/statm: 24082 16500 379 106 0 19053 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 96328

[startup+762.306 s]
/proc/loadavg: 4.02 3.93 3.72 5/190 6387
/proc/meminfo: memFree=15909648/32951124 swapFree=67111528/67111528
[pid=6311] ppid=6309 vsize=96480 CPUtime=762.32 cores=4,6
/proc/6311/stat : 6311 (strangenight2-s) R 6309 6311 5803 0 -1 4202496 114545 0 0 0 76207 25 0 0 25 0 1 0 468702492 98795520 17467 33554432000 4194304 4627331 140736508135488 18446744073709551615 4332952 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6311/statm: 24120 17467 379 106 0 19091 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 96480

[startup+822.3 s]
/proc/loadavg: 4.00 3.94 3.74 5/190 6389
/proc/meminfo: memFree=15908884/32951124 swapFree=67111528/67111528
[pid=6311] ppid=6309 vsize=109016 CPUtime=822.31 cores=4,6
/proc/6311/stat : 6311 (strangenight2-s) R 6309 6311 5803 0 -1 4202496 123036 0 0 0 82205 26 0 0 25 0 1 0 468702492 111632384 20583 33554432000 4194304 4627331 140736508135488 18446744073709551615 4420169 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6311/statm: 27254 20583 379 106 0 22225 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 109016

[startup+882.3 s]
/proc/loadavg: 4.00 3.95 3.75 5/190 6391
/proc/meminfo: memFree=15877996/32951124 swapFree=67111528/67111528
[pid=6311] ppid=6309 vsize=109116 CPUtime=882.31 cores=4,6
/proc/6311/stat : 6311 (strangenight2-s) R 6309 6311 5803 0 -1 4202496 128294 0 0 0 88204 27 0 0 25 0 1 0 468702492 111734784 19860 33554432000 4194304 4627331 140736508135488 18446744073709551615 4309066 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6311/statm: 27279 19860 379 106 0 22250 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 109116

[startup+942.301 s]
/proc/loadavg: 4.00 3.95 3.76 5/190 6392
/proc/meminfo: memFree=15866424/32951124 swapFree=67111528/67111528
[pid=6311] ppid=6309 vsize=109256 CPUtime=942.32 cores=4,6
/proc/6311/stat : 6311 (strangenight2-s) R 6309 6311 5803 0 -1 4202496 134020 0 0 0 94204 28 0 0 25 0 1 0 468702492 111878144 20150 33554432000 4194304 4627331 140736508135488 18446744073709551615 4309110 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6311/statm: 27314 20150 379 106 0 22285 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 109256

[startup+1002.3 s]
/proc/loadavg: 4.00 3.96 3.77 5/190 6394
/proc/meminfo: memFree=15830444/32951124 swapFree=67111528/67111528
[pid=6311] ppid=6309 vsize=114848 CPUtime=1002.32 cores=4,6
/proc/6311/stat : 6311 (strangenight2-s) R 6309 6311 5803 0 -1 4202496 140874 0 0 0 100203 29 0 0 25 0 1 0 468702492 117604352 21729 33554432000 4194304 4627331 140736508135488 18446744073709551615 4420151 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6311/statm: 28712 21729 379 106 0 23683 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 114848

[startup+1062.3 s]
/proc/loadavg: 4.03 3.98 3.79 5/190 6395
/proc/meminfo: memFree=15832784/32951124 swapFree=67111528/67111528
[pid=6311] ppid=6309 vsize=114876 CPUtime=1062.32 cores=4,6
/proc/6311/stat : 6311 (strangenight2-s) R 6309 6311 5803 0 -1 4202496 144808 0 0 0 106202 30 0 0 25 0 1 0 468702492 117633024 22010 33554432000 4194304 4627331 140736508135488 18446744073709551615 4309566 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6311/statm: 28719 22010 379 106 0 23690 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 114876

[startup+1122.3 s]
/proc/loadavg: 4.01 3.98 3.80 5/190 6397
/proc/meminfo: memFree=15810552/32951124 swapFree=67111528/67111528
[pid=6311] ppid=6309 vsize=115004 CPUtime=1122.32 cores=4,6
/proc/6311/stat : 6311 (strangenight2-s) R 6309 6311 5803 0 -1 4202496 150427 0 0 0 112200 32 0 0 25 0 1 0 468702492 117764096 22093 33554432000 4194304 4627331 140736508135488 18446744073709551615 4308592 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6311/statm: 28751 22093 379 106 0 23722 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 115004

[startup+1182.3 s]
/proc/loadavg: 4.00 3.98 3.81 5/190 6399
/proc/meminfo: memFree=15804948/32951124 swapFree=67111528/67111528
[pid=6311] ppid=6309 vsize=115132 CPUtime=1182.33 cores=4,6
/proc/6311/stat : 6311 (strangenight2-s) R 6309 6311 5803 0 -1 4202496 156648 0 0 0 118199 34 0 0 25 0 1 0 468702492 117895168 22507 33554432000 4194304 4627331 140736508135488 18446744073709551615 4309536 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6311/statm: 28783 22507 379 106 0 23754 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 115132

[startup+1242.3 s]
/proc/loadavg: 4.07 3.99 3.83 5/190 6400
/proc/meminfo: memFree=15782476/32951124 swapFree=67111528/67111528
[pid=6311] ppid=6309 vsize=185088 CPUtime=1242.33 cores=4,6
/proc/6311/stat : 6311 (strangenight2-s) R 6309 6311 5803 0 -1 4202496 161151 0 0 0 124198 35 0 0 25 0 1 0 468702492 189530112 27010 33554432000 4194304 4627331 140736508135488 18446744073709551615 4309566 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6311/statm: 46272 27010 379 106 0 41243 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 185088



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.94 3.98 3.83 4/185 6420
/proc/meminfo: memFree=15876396/32951124 swapFree=67111528/67111528
[pid=6311] ppid=6309 vsize=131176 CPUtime=1300.03 cores=4,6
/proc/6311/stat : 6311 (strangenight2-s) R 6309 6311 5803 0 -1 4202496 166809 0 0 0 129966 37 0 0 25 0 1 0 468702492 134324224 25130 33554432000 4194304 4627331 140736508135488 18446744073709551615 4310346 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6311/statm: 32794 25130 379 106 0 27765 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 131176

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.05
CPU user time (s): 1299.67
CPU system time (s): 0.379942
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 185088

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

runsolver used 2.35164 second user time and 4.76128 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-23 17:03:41
IDJOB=3264444
IDBENCH=84634
IDSOLVER=1587
FILE ID=node106/3264444-1303571021
RUNJOBID= node106-1303571015-6241
PBS_JOBID= 13150305
Free space on /tmp= 71728 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st
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-3264444-1303571021/watcher-3264444-1303571021 -o /tmp/evaluation-result-3264444-1303571021/solver-3264444-1303571021 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3264444-1303571021.cnf

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

MD5SUM BENCH= 41d80cc808c021a52e21ee9950bc91e0
RANDOM SEED=885941529

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16223076 kB
Buffers:       1982800 kB
Cached:       14085332 kB
SwapCached:          0 kB
Active:        9668112 kB
Inactive:      6498912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16223076 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           22976 kB
Writeback:           0 kB
AnonPages:       98536 kB
Mapped:          16164 kB
Slab:           497456 kB
PageTables:       5176 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   313336 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= 71728 MiB
End job on node106 at 2011-04-23 17:25:23