Trace number 3368477

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

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
32/aes_32_4_keyfind_1.cnf
MD5SUMd71ab4cbe872e5620884d4e4d370890a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1092.34
Satisfiable
(Un)Satisfiability was proved
Number of variables912
Number of clauses3488
Sum of the clauses size11040
Maximum clause length5
Minimum clause length1
Number of clauses of size 180
Number of clauses of size 2160
Number of clauses of size 32432
Number of clauses of size 4736
Number of clauses of size 580
Number of clauses of size over 50

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368477-1305392453.cnf'
0.00/0.01	c -- header says num vars:            912
0.00/0.01	c -- header says num clauses:        3488
0.00/0.01	c -- clauses added:            0 learnts,         3488 normals,            0 xors
0.00/0.01	c -- vars added        912
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       912      3184       160         0     10640         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/2928/2928 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  128 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c Replacing      128 vars Replaced     2484 lits Time:     0.00 s 
0.00/0.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    704 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:    110  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:     306, avg size: 3.4)
0.00/0.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     26 locsubst:     0 time:   0.00
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:       0 undec:     344 neg:     568
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       568      1264        32         0      5600         0   no data   no data
0.00/0.06	c Decided on static restart strategy
0.09/0.17	c  N st     8      4915       568      1264        37      4621      5600    117979   no data   no data
0.49/0.53	c  N st    10     11297       568      1264        39      4345      5600     74579   no data   no data
0.89/0.93	c  N st    11     17042       568      1264        41      9854      5600    252460   no data   no data
1.49/1.53	c  F st    12     25000       568      1264        47     12407      5600    309989   no data   no data
1.49/1.53	c  N st    12     25000       568      1264        47     12407      5600    309989   no data   no data
1.89/1.90	c Decided on static restart strategy
1.89/1.90	c  N st    18     30001       568      1264        50     10703      5600    230911   no data   no data
1.89/1.90	c  S st    18     30001       568      1264        50     10703      5600    230911   no data   no data
1.89/1.93	c  S st    18     30502       568      1264        54     11172      5600    239626   no data   no data
1.89/1.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.89/1.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   15 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
1.89/1.94	c Replacing       15 vars Replaced     3373 lits Time:     0.00 s 
1.89/1.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.89/1.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.89/1.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.89/1.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    553 time:  0.00 s
1.89/1.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  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.95	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.00 s
2.09/2.11	c lits-rem:      1931  cl-subs:      761  v-elim:      0  v-fix:    0  time:  0.15 s
2.09/2.11	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.00
2.09/2.11	c calculated reachability. Time: 0.00
2.09/2.11	c  N st    18     30502       553      1264        24     10385      5582    218374   no data   no data
2.58/2.65	c  N st    20     37613       553      1264        24      9634      5582    163653   no data   no data
3.19/3.27	c  N st    21     44012       553      1264        25     15612      5582    354171   no data   no data
3.19/3.27	c Finding binary XORs  T:     0.00 s  found:       1
3.38/3.42	c  S st    22     45754       553      1264        25     17273      5582    398469   no data   no data
3.38/3.46	c  S st    22     46255       553      1264        26      9319      5582    134733   no data   no data
3.38/3.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.38/3.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
3.38/3.46	c Replacing        1 vars Replaced      355 lits Time:     0.00 s 
3.38/3.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.38/3.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.38/3.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.38/3.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    552 time:  0.00 s
3.38/3.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.38/3.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.38/3.47	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.00 s
3.38/3.49	c lits-rem:       349  cl-subs:      173  v-elim:      0  v-fix:    0  time:  0.02 s
3.38/3.49	c vivif2 --  cl tried     1264 cl shrink        0 lits rem          0 time: 0.00
3.38/3.49	c vivif2 --  cl tried     9143 cl shrink        0 lits rem          0 time: 0.00
3.38/3.50	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.00
3.38/3.50	c calculated reachability. Time: 0.00
3.38/3.50	c  N st    22     46255       552      1264        24      9143      5580    131174   no data   no data
4.68/4.70	c  N st    23     60652       552      1264        24     13439      5580    236220   no data   no data
5.50/5.51	c  N st    24     69382       552      1264        24     11396      5580    158967   no data   no data
5.50/5.51	c  S st    24     69382       552      1264        24     11396      5580    158967   no data   no data
5.50/5.54	c  S st    24     69886       552      1264        31     11856      5580    166257   no data   no data
5.50/5.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.50/5.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    6 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.50/5.54	c Replacing        6 vars Replaced      387 lits Time:     0.00 s 
5.50/5.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
5.50/5.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.50/5.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.50/5.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    546 time:  0.00 s
5.50/5.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.50/5.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.50/5.55	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.00 s
5.50/5.60	c lits-rem:       502  cl-subs:      249  v-elim:      0  v-fix:    0  time:  0.04 s
5.50/5.60	c vivif2 --  cl tried     1264 cl shrink        0 lits rem          0 time: 0.00
5.59/5.60	c vivif2 --  cl tried    11600 cl shrink        0 lits rem          0 time: 0.00
5.59/5.60	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.00
5.59/5.60	c calculated reachability. Time: 0.00
5.59/5.60	c  N st    24     69886       546      1264        19     11600      5568    160960   no data   no data
7.29/7.38	c  F st    25     87500       546      1264        19     17184      5568    332432   no data   no data
7.29/7.38	c  N st    25     87500       546      1264        19     17184      5568    332432   no data   no data
7.79/7.83	c Decided on static restart strategy
8.09/8.14	c  N st    32     95540       546      1264        19     24918      5568    567740   no data   no data
8.99/9.02	c  N st    34    104831       546      1264        19     21349      5568    427817   no data   no data
8.99/9.02	c  S st    34    104831       546      1264        19     21349      5568    427817   no data   no data
8.99/9.07	c  S st    34    105338       546      1264        25     21835      5568    437452   no data   no data
8.99/9.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.99/9.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
8.99/9.08	c Replacing        1 vars Replaced       54 lits Time:     0.00 s 
8.99/9.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.99/9.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.99/9.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.99/9.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    545 time:  0.00 s
8.99/9.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.99/9.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
8.99/9.10	c subs with bin:        5  lits-rem:         3  v-fix:    0  time:  0.00 s
9.59/9.66	c lits-rem:      1134  cl-subs:     1922  v-elim:      0  v-fix:    0  time:  0.57 s
9.59/9.66	c vivif2 --  cl tried     1264 cl shrink        0 lits rem          0 time: 0.00
9.59/9.67	c vivif2 --  cl tried    19907 cl shrink        0 lits rem          0 time: 0.00
9.59/9.67	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.01
9.59/9.68	c calculated reachability. Time: 0.00
9.59/9.68	c  N st    34    105338       545      1264        23     19907      5566    381997   no data   no data
10.69/10.70	c  N st    35    114936       545      1264        23     15744      5566    241852   no data   no data
10.69/10.70	c Finding binary XORs  T:     0.00 s  found:       0
12.10/12.18	c  N st    36    129334       545      1264        23     15170      5566    211271   no data   no data
14.59/14.62	c  N st    37    150930       545      1264        23     20500      5566    353425   no data   no data
15.40/15.42	c  S st    38    158008       545      1264        23     27198      5566    550430   no data   no data
15.40/15.49	c  S st    38    158511       545      1264        27     27673      5566    559998   no data   no data
15.40/15.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.49/15.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
15.49/15.50	c Replacing        2 vars Replaced       66 lits Time:     0.00 s 
15.49/15.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.49/15.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.49/15.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.49/15.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    543 time:  0.00 s
15.49/15.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.49/15.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
15.49/15.52	c subs with bin:        3  lits-rem:         0  v-fix:    0  time:  0.00 s
16.99/17.07	c lits-rem:      2934  cl-subs:     4129  v-elim:      0  v-fix:    0  time:  1.55 s
16.99/17.07	c vivif2 --  cl tried     1264 cl shrink        0 lits rem          0 time: 0.00
16.99/17.08	c vivif2 --  cl tried    23539 cl shrink        0 lits rem          0 time: 0.00
16.99/17.09	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.01
16.99/17.09	c calculated reachability. Time: 0.00
16.99/17.09	c  N st    38    158511       543      1264        23     23539      5564    443857   no data   no data
23.28/23.38	c  N st    39    207099       543      1264        23     36256      5564    776128   no data   no data
27.29/27.34	c  N st    40    237766       543      1264        23     28539      5564    534139   no data   no data
27.29/27.34	c  S st    40    237766       543      1264        23     28539      5564    534139   no data   no data
27.40/27.41	c  S st    40    238268       543      1264        28     29019      5564    543145   no data   no data
27.40/27.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.40/27.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    3 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
27.40/27.43	c Replacing        3 vars Replaced     2078 lits Time:     0.01 s 
27.40/27.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.40/27.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.40/27.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.40/27.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    540 time:  0.00 s
27.40/27.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27.40/27.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
27.40/27.45	c subs with bin:        4  lits-rem:         6  v-fix:    0  time:  0.00 s
28.69/28.78	c lits-rem:      1837  cl-subs:     3610  v-elim:      0  v-fix:    0  time:  1.33 s
28.69/28.78	c vivif2 --  cl tried     1264 cl shrink        0 lits rem          0 time: 0.00
28.69/28.79	c vivif2 --  cl tried    25402 cl shrink        0 lits rem          0 time: 0.00
28.79/28.80	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.01
28.79/28.80	c calculated reachability. Time: 0.00
28.79/28.80	c  N st    40    238268       540      1264        22     25402      5562    446748   no data   no data
36.59/36.61	c  F st    41    306251       540      1264        22     27828      5562    452870   no data   no data
36.59/36.61	c  N st    41    306251       540      1264        22     27828      5562    452870   no data   no data
36.59/36.61	c Finding binary XORs  T:     0.00 s  found:       0
37.09/37.14	c Decided on static restart strategy
39.78/39.88	c  N st    51    334554       540      1264        22     32253      5562    601470   no data   no data
42.58/42.68	c  N st    53    357403       540      1264        22     30317      5562    507603   no data   no data
42.58/42.68	c  S st    53    357403       540      1264        22     30317      5562    507603   no data   no data
42.68/42.77	c  S st    53    357906       540      1264        26     30798      5562    517756   no data   no data
42.68/42.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
42.68/42.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
42.68/42.78	c Replacing        2 vars Replaced      224 lits Time:     0.00 s 
42.68/42.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
42.68/42.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
42.68/42.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
42.68/42.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    538 time:  0.00 s
42.68/42.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
42.68/42.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
42.79/42.81	c subs with bin:        3  lits-rem:         0  v-fix:    0  time:  0.00 s
43.18/43.25	c lits-rem:      1186  cl-subs:     1068  v-elim:      0  v-fix:    0  time:  0.45 s
43.18/43.25	c vivif2 --  cl tried     1264 cl shrink        0 lits rem          0 time: 0.00
43.18/43.25	c vivif2 --  cl tried    29723 cl shrink        0 lits rem          0 time: 0.01
43.18/43.26	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.01
43.18/43.26	c calculated reachability. Time: 0.00
43.18/43.26	c  N st    53    357906       538      1264        22     29723      5558    487576   no data   no data
48.19/48.24	c  N st    54    390298       538      1264        23     36023      5558    663310   no data   no data
54.79/54.86	c  N st    55    438886       538      1264        24     29785      5558    440448   no data   no data
63.89/63.96	c  N st    56    511769       538      1264        24     43100      5558    772569   no data   no data
67.79/67.82	c  N st    57    536863       538      1264        25     37295      5558    596957   no data   no data
67.79/67.82	c  S st    57    536863       538      1264        25     37295      5558    596957   no data   no data
67.89/67.91	c  S st    57    537368       538      1264        28     37777      5558    606790   no data   no data
67.89/67.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
67.89/67.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    5 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
67.89/67.95	c Replacing        5 vars Replaced    12013 lits Time:     0.03 s 
67.89/67.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
67.89/67.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
67.89/67.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
67.89/67.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    533 time:  0.00 s
67.89/67.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
67.89/67.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
67.89/67.97	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.00 s
68.99/69.01	c lits-rem:      1827  cl-subs:     2597  v-elim:      0  v-fix:    0  time:  1.04 s
68.99/69.01	c vivif2 --  cl tried     1264 cl shrink        0 lits rem          0 time: 0.00
68.99/69.02	c vivif2 --  cl tried    35172 cl shrink        0 lits rem          0 time: 0.01
68.99/69.03	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.02
68.99/69.03	c calculated reachability. Time: 0.00
68.99/69.03	c  N st    57    537368       533      1264        18     35172      5556    539388   no data   no data
96.19/96.26	c  N st    58    701353       533      1264        18     63130      5556   1287057   no data   no data
96.19/96.26	c Finding binary XORs  T:     0.00 s  found:       0
116.00/116.02	c  N st    59    806052       533      1264        19     57277      5556   1092805   no data   no data
116.00/116.02	c  S st    59    806052       533      1264        19     57277      5556   1092805   no data   no data
116.10/116.18	c  S st    59    806555       533      1264        21     57764      5556   1104500   no data   no data
116.10/116.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
116.20/116.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
116.20/116.20	c Replacing        1 vars Replaced       14 lits Time:     0.00 s 
116.20/116.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
116.20/116.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
116.20/116.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
116.20/116.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    532 time:  0.00 s
116.20/116.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
116.20/116.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
116.20/116.25	c subs with bin:        6  lits-rem:       373  v-fix:    0  time:  0.00 s
123.69/123.70	c lits-rem:      1693  cl-subs:    10414  v-elim:      0  v-fix:    0  time:  7.45 s
123.69/123.70	c vivif2 --  cl tried     1264 cl shrink        0 lits rem          0 time: 0.00
123.69/123.71	c vivif2 --  cl tried    47343 cl shrink        0 lits rem          0 time: 0.01
123.69/123.73	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.02
123.69/123.73	c calculated reachability. Time: 0.00
123.69/123.73	c  N st    59    806555       532      1264        20     47343      5556    828749   no data   no data
175.20/175.20	c  F st    60   1071877       532      1264        21     63684      5556   1175524   no data   no data
175.20/175.20	c  N st    60   1071877       532      1264        21     63684      5556   1175524   no data   no data
176.10/176.10	c Decided on static restart strategy
180.41/180.43	c  N st    70   1100179       532      1264        21     48133      5556    753567   no data   no data
185.80/185.89	c  N st    72   1136171       532      1264        21     82915      5556   1744042   no data   no data
191.41/191.43	c  N st    73   1168565       532      1264        21     69425      5556   1326004   no data   no data
198.29/198.30	c  N st    74   1209833       532      1264        22     63582      5556   1141553   no data   no data
198.29/198.30	c  S st    74   1209833       532      1264        22     63582      5556   1141553   no data   no data
198.39/198.47	c  S st    74   1210334       532      1264        23     64072      5556   1152549   no data   no data
198.39/198.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
198.49/198.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
198.49/198.51	c Replacing        2 vars Replaced     1448 lits Time:     0.01 s 
198.49/198.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
198.49/198.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
198.49/198.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
198.49/198.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    530 time:  0.00 s
198.49/198.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
198.49/198.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
198.49/198.55	c subs with bin:       14  lits-rem:         0  v-fix:    0  time:  0.00 s
203.10/203.15	c lits-rem:      2907  cl-subs:     6888  v-elim:      0  v-fix:    0  time:  4.60 s
203.10/203.15	c vivif2 --  cl tried     1264 cl shrink        0 lits rem          0 time: 0.00
203.10/203.16	c vivif2 --  cl tried    57165 cl shrink        0 lits rem          0 time: 0.01
203.10/203.18	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.02
203.10/203.19	c calculated reachability. Time: 0.00
203.10/203.19	c  N st    74   1210334       530      1264        19     57165      5554    965637   no data   no data
217.20/217.28	c  N st    75   1283216       530      1264        20     80167      5554   1587316   no data   no data
239.99/240.08	c  N st    76   1392539       530      1264        20     89644      5554   1829877   no data   no data
275.30/275.39	c  N st    77   1556523       530      1264        20     96224      5554   1989440   no data   no data
308.90/308.92	c  N st    78   1710335       530      1264        20     86451      5554   1695080   no data   no data
308.90/308.92	c  S st    78   1710335       530      1264        20     86451      5554   1695080   no data   no data
309.11/309.19	c  S st    78   1710836       530      1264        24     86937      5554   1706183   no data   no data
309.20/309.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
309.20/309.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    4 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
309.20/309.24	c Replacing        4 vars Replaced      167 lits Time:     0.01 s 
309.20/309.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
309.20/309.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
309.20/309.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
309.20/309.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    526 time:  0.00 s
309.20/309.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
309.20/309.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
309.30/309.30	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.00 s
327.51/327.50	c lits-rem:      4486  cl-subs:    14168  v-elim:      0  v-fix:    0  time: 18.20 s
327.51/327.50	c vivif2 --  cl tried     1264 cl shrink        0 lits rem          0 time: 0.00
327.51/327.52	c vivif2 --  cl tried    72764 cl shrink        0 lits rem          0 time: 0.02
327.51/327.56	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.03
327.51/327.56	c calculated reachability. Time: 0.00
327.51/327.56	c  N st    78   1710836       526      1264        16     72764      5552   1341179   no data   no data
327.51/327.56	c Finding binary XORs  T:     0.00 s  found:       0
414.21/414.27	c  N st    79   2079800       526      1264        16     84820      5552   1495274   no data   no data
446.81/446.80	c  N st    80   2210836       526      1264        16     89335      5552   1597195   no data   no data
446.81/446.80	c  S st    80   2210836       526      1264        16     89335      5552   1597195   no data   no data
447.01/447.08	c  S st    80   2211337       526      1264        18     89820      5552   1608156   no data   no data
447.01/447.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
447.11/447.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
447.11/447.12	c Replacing        1 vars Replaced       15 lits Time:     0.01 s 
447.11/447.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
447.11/447.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
447.11/447.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
447.11/447.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    525 time:  0.00 s
447.11/447.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
447.11/447.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
447.11/447.19	c subs with bin:        1  lits-rem:         1  v-fix:    0  time:  0.00 s
456.71/456.72	c lits-rem:      3547  cl-subs:    10365  v-elim:      0  v-fix:    0  time:  9.53 s
456.71/456.72	c vivif2 --  cl tried     1264 cl shrink        0 lits rem          0 time: 0.00
456.71/456.73	c vivif2 --  cl tried    79453 cl shrink        0 lits rem          0 time: 0.02
456.71/456.77	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.03
456.71/456.77	c calculated reachability. Time: 0.00
456.71/456.77	c  N st    80   2211337       525      1264        16     79453      5552   1349022   no data   no data
614.41/614.40	c  N st    81   2711337       525      1264        16    103016      5552   1882049   no data   no data
614.41/614.40	c  S st    81   2711337       525      1264        16    103016      5552   1882049   no data   no data
614.71/614.72	c  S st    81   2711840       525      1264        17    103511      5552   1893575   no data   no data
614.71/614.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
614.71/614.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
614.71/614.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
614.71/614.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
614.71/614.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
614.71/614.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    525 time:  0.00 s
614.71/614.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
614.71/614.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
614.82/614.84	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.00 s
636.83/636.81	c lits-rem:      5109  cl-subs:    18658  v-elim:      0  v-fix:    0  time: 21.96 s
636.83/636.81	c vivif2 --  cl tried     1264 cl shrink        0 lits rem          0 time: 0.00
636.83/636.82	c vivif2 --  cl tried    84852 cl shrink        0 lits rem          0 time: 0.02
636.83/636.86	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.03
636.83/636.86	c calculated reachability. Time: 0.00
636.83/636.86	c  N st    81   2711840       525      1264        17     84852      5552   1451645   no data   no data
778.32/778.35	c  N st    82   3211840       525      1264        17    135748      5552   2602430   no data   no data
778.32/778.35	c  S st    82   3211840       525      1264        17    135748      5552   2602430   no data   no data
778.83/778.81	c  S st    82   3212347       525      1264        17    136246      5552   2613401   no data   no data
778.83/778.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
778.83/778.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.06
778.83/778.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
778.83/778.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
778.83/778.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
778.83/778.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    525 time:  0.00 s
778.83/778.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
778.92/778.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
778.92/778.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
832.52/832.58	c lits-rem:      5849  cl-subs:    31804  v-elim:      0  v-fix:    0  time: 53.60 s
832.52/832.58	c vivif2 --  cl tried     1264 cl shrink        0 lits rem          0 time: 0.00
832.63/832.61	c vivif2 --  cl tried   104442 cl shrink        0 lits rem          0 time: 0.02
832.63/832.65	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.04
832.63/832.65	c calculated reachability. Time: 0.00
832.63/832.65	c  N st    82   3212347       525      1264        17    104442      5552   1853912   no data   no data
1005.24/1005.29	c  N st    83   3712349       525      1264        17    121986      5552   2196550   no data   no data
1005.24/1005.29	c  S st    83   3712349       525      1264        17    121986      5552   2196550   no data   no data
1005.74/1005.79	c  S st    83   3712850       525      1264        17    122475      5552   2207511   no data   no data
1005.74/1005.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1005.84/1005.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.05
1005.84/1005.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1005.84/1005.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1005.84/1005.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1005.84/1005.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    525 time:  0.00 s
1005.84/1005.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1005.84/1005.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1005.94/1005.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1038.94/1038.93	c lits-rem:      2446  cl-subs:    26130  v-elim:      0  v-fix:    0  time: 33.00 s
1038.94/1038.93	c vivif2 --  cl tried     1264 cl shrink        0 lits rem          0 time: 0.00
1038.94/1038.95	c vivif2 --  cl tried    96345 cl shrink        0 lits rem          0 time: 0.02
1038.94/1038.99	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.04
1039.04/1039.00	c calculated reachability. Time: 0.00
1039.04/1039.00	c  N st    83   3712850       525      1264        17     96345      5552   1636789   no data   no data
1053.54/1053.58	c  F st    84   3751562       525      1264        17    132807      5552   2624829   no data   no data
1053.54/1053.58	c  N st    84   3751562       525      1264        17    132807      5552   2624829   no data   no data
1055.84/1055.87	c Decided on static restart strategy
1065.85/1065.89	c  N st    94   3779864       525      1264        17     81516      5552   1149270   no data   no data
1076.53/1076.51	c  N st    96   3815858       525      1264        17    116880      5552   2211693   no data   no data
1093.84/1093.86	c  N st    97   3848250       525      1264        17    147532      5552   3070735   no data   no data
1112.74/1112.72	c  N st    98   3896839       525      1264        17    113220      5552   1988481   no data   no data
1144.15/1144.19	c  N st    99   3969721       525      1264        17    100304      5552   1628612   no data   no data
1178.74/1178.76	c  N st   100   4079044       525      1264        17    120757      5552   2117951   no data   no data
1227.25/1227.26	c  N st   101   4212851       525      1264        17    163510      5552   3215912   no data   no data
1227.25/1227.26	c  S st   101   4212851       525      1264        17    163510      5552   3215912   no data   no data
1227.85/1227.89	c  S st   101   4213355       525      1264        18    164005      5552   3227696   no data   no data
1227.95/1227.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1227.95/1227.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.07
1227.95/1227.98	c Replacing        1 vars Replaced       49 lits Time:     0.01 s 
1227.95/1227.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1227.95/1227.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1227.95/1227.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1227.95/1227.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    524 time:  0.00 s
1227.95/1227.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1228.05/1228.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1228.15/1228.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s

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-3368477-1305392453/watcher-3368477-1305392453 -o /tmp/evaluation-result-3368477-1305392453/solver-3368477-1305392453 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3368477-1305392453.cnf 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 4.00 4.00 3.86 3/351 19770
/proc/meminfo: memFree=24153096/32950928 swapFree=45937192/67111528
[pid=19770] ppid=19768 vsize=30036 CPUtime=0 cores=1,3
/proc/19770/stat : 19770 (strangenight2-s) R 19768 19770 19248 0 -1 4202496 586 0 0 0 0 0 0 0 18 0 1 0 650842011 30756864 526 33554432000 4194304 4580011 140737110928720 18446744073709551615 4292912 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19770/statm: 7509 526 339 95 0 2491 0

[startup+0.093855 s]
/proc/loadavg: 4.00 4.00 3.86 3/351 19770
/proc/meminfo: memFree=24153096/32950928 swapFree=45937192/67111528
[pid=19770] ppid=19768 vsize=30692 CPUtime=0.09 cores=1,3
/proc/19770/stat : 19770 (strangenight2-s) R 19768 19770 19248 0 -1 4202496 911 0 0 0 9 0 0 0 18 0 1 0 650842011 31428608 815 33554432000 4194304 4580011 140737110928720 18446744073709551615 4295052 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19770/statm: 7673 815 364 95 0 2655 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30692

[startup+0.100828 s]
/proc/loadavg: 4.00 4.00 3.86 3/351 19770
/proc/meminfo: memFree=24153096/32950928 swapFree=45937192/67111528
[pid=19770] ppid=19768 vsize=30692 CPUtime=0.09 cores=1,3
/proc/19770/stat : 19770 (strangenight2-s) R 19768 19770 19248 0 -1 4202496 916 0 0 0 9 0 0 0 18 0 1 0 650842011 31428608 820 33554432000 4194304 4580011 140737110928720 18446744073709551615 4294928 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19770/statm: 7673 820 364 95 0 2655 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30692

[startup+0.300761 s]
/proc/loadavg: 4.00 4.00 3.86 3/351 19770
/proc/meminfo: memFree=24153096/32950928 swapFree=45937192/67111528
[pid=19770] ppid=19768 vsize=31076 CPUtime=0.29 cores=1,3
/proc/19770/stat : 19770 (strangenight2-s) R 19768 19770 19248 0 -1 4202496 1133 0 0 0 29 0 0 0 18 0 1 0 650842011 31821824 877 33554432000 4194304 4580011 140737110928720 18446744073709551615 4294481 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19770/statm: 7769 877 364 95 0 2751 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31076

[startup+0.700684 s]
/proc/loadavg: 4.00 4.00 3.86 3/351 19770
/proc/meminfo: memFree=24153096/32950928 swapFree=45937192/67111528
[pid=19770] ppid=19768 vsize=31568 CPUtime=0.69 cores=1,3
/proc/19770/stat : 19770 (strangenight2-s) R 19768 19770 19248 0 -1 4202496 1491 0 0 0 69 0 0 0 18 0 1 0 650842011 32325632 1000 33554432000 4194304 4580011 140737110928720 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19770/statm: 7892 1000 364 95 0 2874 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31568

[startup+1.50052 s]
/proc/loadavg: 3.84 3.97 3.85 5/363 19819
/proc/meminfo: memFree=24078952/32950928 swapFree=45937192/67111528
[pid=19770] ppid=19768 vsize=32008 CPUtime=1.49 cores=1,3
/proc/19770/stat : 19770 (strangenight2-s) R 19768 19770 19248 0 -1 4202496 2043 0 0 0 149 0 0 0 20 0 1 0 650842011 32776192 1236 33554432000 4194304 4580011 140737110928720 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19770/statm: 8002 1236 364 95 0 2984 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32008

[startup+3.1002 s]
/proc/loadavg: 3.84 3.97 3.85 5/363 19819
/proc/meminfo: memFree=23971876/32950928 swapFree=45937192/67111528
[pid=19770] ppid=19768 vsize=38596 CPUtime=3.08 cores=1,3
/proc/19770/stat : 19770 (strangenight2-s) R 19768 19770 19248 0 -1 4202496 4400 0 0 0 308 0 0 0 25 0 1 0 650842011 39522304 2765 33554432000 4194304 4580011 140737110928720 18446744073709551615 4293058 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19770/statm: 9649 2765 366 95 0 4631 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 38596

[startup+6.30058 s]
/proc/loadavg: 3.85 3.97 3.85 5/363 19819
/proc/meminfo: memFree=23960952/32950928 swapFree=45937192/67111528
[pid=19770] ppid=19768 vsize=39820 CPUtime=6.29 cores=1,3
/proc/19770/stat : 19770 (strangenight2-s) R 19768 19770 19248 0 -1 4202496 6253 0 0 0 628 1 0 0 25 0 1 0 650842011 40775680 3169 33554432000 4194304 4580011 140737110928720 18446744073709551615 4295369 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19770/statm: 9955 3169 366 95 0 4937 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 39820

[startup+12.7003 s]
/proc/loadavg: 3.87 3.97 3.85 5/363 19855
/proc/meminfo: memFree=23944384/32950928 swapFree=45937192/67111528
[pid=19770] ppid=19768 vsize=45524 CPUtime=12.69 cores=1,3
/proc/19770/stat : 19770 (strangenight2-s) R 19768 19770 19248 0 -1 4202496 10212 0 0 0 1268 1 0 0 25 0 1 0 650842011 46616576 4425 33554432000 4194304 4580011 140737110928720 18446744073709551615 4293076 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19770/statm: 11381 4425 366 95 0 6363 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 45524

[startup+25.5007 s]
/proc/loadavg: 3.89 3.97 3.85 5/363 19855
/proc/meminfo: memFree=23897620/32950928 swapFree=45937192/67111528
[pid=19770] ppid=19768 vsize=51084 CPUtime=25.49 cores=1,3
/proc/19770/stat : 19770 (strangenight2-s) R 19768 19770 19248 0 -1 4202496 15233 0 0 0 2547 2 0 0 25 0 1 0 650842011 52310016 6019 33554432000 4194304 4580011 140737110928720 18446744073709551615 4318667 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19770/statm: 12771 6019 366 95 0 7753 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 51084

[startup+51.1007 s]
/proc/loadavg: 3.99 3.99 3.86 5/363 19910
/proc/meminfo: memFree=23806992/32950928 swapFree=45937192/67111528
[pid=19770] ppid=19768 vsize=55732 CPUtime=51.09 cores=1,3
/proc/19770/stat : 19770 (strangenight2-s) R 19768 19770 19248 0 -1 4202496 25156 0 0 0 5106 3 0 0 25 0 1 0 650842011 57069568 6747 33554432000 4194304 4580011 140737110928720 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19770/statm: 13933 6747 366 95 0 8915 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 55732

[startup+102.313 s]
/proc/loadavg: 3.99 3.99 3.86 5/363 19911
/proc/meminfo: memFree=23761824/32950928 swapFree=45937192/67111528
[pid=19770] ppid=19768 vsize=60220 CPUtime=102.3 cores=1,3
/proc/19770/stat : 19770 (strangenight2-s) R 19768 19770 19248 0 -1 4202496 40386 0 0 0 10225 5 0 0 25 0 1 0 650842011 61665280 8523 33554432000 4194304 4580011 140737110928720 18446744073709551615 4294413 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19770/statm: 15055 8523 366 95 0 10037 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 60220

[startup+162.301 s]
/proc/loadavg: 3.84 3.95 3.86 4/357 19931
/proc/meminfo: memFree=23878832/32950928 swapFree=45937192/67111528
[pid=19770] ppid=19768 vsize=73512 CPUtime=162.3 cores=1,3
/proc/19770/stat : 19770 (strangenight2-s) R 19768 19770 19248 0 -1 4202496 55927 0 0 0 16222 8 0 0 25 0 1 0 650842011 75276288 10880 33554432000 4194304 4580011 140737110928720 18446744073709551615 4320761 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19770/statm: 18378 10880 366 95 0 13360 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 73512

[startup+222.301 s]
/proc/loadavg: 3.31 3.78 3.80 4/357 19935
/proc/meminfo: memFree=23820812/32950928 swapFree=45937192/67111528
[pid=19770] ppid=19768 vsize=79980 CPUtime=222.3 cores=1,3
/proc/19770/stat : 19770 (strangenight2-s) R 19768 19770 19248 0 -1 4202496 70719 0 0 0 22219 11 0 0 25 0 1 0 650842011 81899520 12629 33554432000 4194304 4580011 140737110928720 18446744073709551615 4294557 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19770/statm: 19995 12629 366 95 0 14977 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 79980

[startup+282.301 s]
/proc/loadavg: 2.96 3.60 3.74 3/351 19954
/proc/meminfo: memFree=24064732/32950928 swapFree=45937192/67111528
[pid=19770] ppid=19768 vsize=80372 CPUtime=282.3 cores=1,3
/proc/19770/stat : 19770 (strangenight2-s) R 19768 19770 19248 0 -1 4202496 82948 0 0 0 28216 14 0 0 25 0 1 0 650842011 82300928 13336 33554432000 4194304 4580011 140737110928720 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19770/statm: 20093 13336 366 95 0 15075 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 80372

[startup+342.301 s]
/proc/loadavg: 2.35 3.31 3.63 3/351 19956
/proc/meminfo: memFree=24038792/32950928 swapFree=45937192/67111528
[pid=19770] ppid=19768 vsize=95964 CPUtime=342.3 cores=1,3
/proc/19770/stat : 19770 (strangenight2-s) R 19768 19770 19248 0 -1 4202496 94382 0 0 0 34214 16 0 0 25 0 1 0 650842011 98267136 16768 33554432000 4194304 4580011 140737110928720 18446744073709551615 4294341 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19770/statm: 23991 16768 366 95 0 18973 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 95964

[startup+402.301 s]
/proc/loadavg: 2.13 3.07 3.52 3/351 19957
/proc/meminfo: memFree=24037020/32950928 swapFree=45937192/67111528
[pid=19770] ppid=19768 vsize=96232 CPUtime=402.3 cores=1,3
/proc/19770/stat : 19770 (strangenight2-s) R 19768 19770 19248 0 -1 4202496 105223 0 0 0 40212 18 0 0 25 0 1 0 650842011 98541568 17158 33554432000 4194304 4580011 140737110928720 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19770/statm: 24058 17158 366 95 0 19040 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 96232

[startup+462.301 s]
/proc/loadavg: 2.11 2.89 3.43 3/351 19959
/proc/meminfo: memFree=24019980/32950928 swapFree=45937192/67111528
[pid=19770] ppid=19768 vsize=106812 CPUtime=462.31 cores=1,3
/proc/19770/stat : 19770 (strangenight2-s) R 19768 19770 19248 0 -1 4202496 116211 0 0 0 46210 21 0 0 25 0 1 0 650842011 109375488 19970 33554432000 4194304 4580011 140737110928720 18446744073709551615 4294580 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19770/statm: 26703 19970 366 95 0 21685 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 106812

[startup+522.3 s]
/proc/loadavg: 2.04 2.72 3.34 3/351 19961
/proc/meminfo: memFree=24017972/32950928 swapFree=45937192/67111528
[pid=19770] ppid=19768 vsize=107044 CPUtime=522.31 cores=1,3
/proc/19770/stat : 19770 (strangenight2-s) R 19768 19770 19248 0 -1 4202496 125127 0 0 0 52208 23 0 0 25 0 1 0 650842011 109613056 19731 33554432000 4194304 4580011 140737110928720 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19770/statm: 26761 19731 366 95 0 21743 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 107044

[startup+582.3 s]
/proc/loadavg: 2.10 2.62 3.26 3/351 19962
/proc/meminfo: memFree=24018304/32950928 swapFree=45937192/67111528
[pid=19770] ppid=19768 vsize=107224 CPUtime=582.31 cores=1,3
/proc/19770/stat : 19770 (strangenight2-s) R 19768 19770 19248 0 -1 4202496 133330 0 0 0 58206 25 0 0 25 0 1 0 650842011 109797376 18932 33554432000 4194304 4580011 140737110928720 18446744073709551615 4294464 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19770/statm: 26806 18932 366 95 0 21788 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 107224

[startup+642.3 s]
/proc/loadavg: 2.03 2.50 3.18 3/351 19964
/proc/meminfo: memFree=23999304/32950928 swapFree=45937192/67111528
[pid=19770] ppid=19768 vsize=120428 CPUtime=642.32 cores=1,3
/proc/19770/stat : 19770 (strangenight2-s) R 19768 19770 19248 0 -1 4202496 140783 0 0 0 64205 27 0 0 25 0 1 0 650842011 123318272 23312 33554432000 4194304 4580011 140737110928720 18446744073709551615 4293203 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19770/statm: 30107 23312 366 95 0 25089 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 120428

[startup+702.3 s]
/proc/loadavg: 2.01 2.41 3.10 3/351 19965
/proc/meminfo: memFree=23981888/32950928 swapFree=45937192/67111528
[pid=19770] ppid=19768 vsize=120668 CPUtime=702.32 cores=1,3
/proc/19770/stat : 19770 (strangenight2-s) R 19768 19770 19248 0 -1 4202496 150506 0 0 0 70202 30 0 0 25 0 1 0 650842011 123564032 22883 33554432000 4194304 4580011 140737110928720 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19770/statm: 30167 22883 366 95 0 25149 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 120668

[startup+762.314 s]
/proc/loadavg: 2.00 2.33 3.03 3/351 19967
/proc/meminfo: memFree=23984820/32950928 swapFree=45937192/67111528
[pid=19770] ppid=19768 vsize=120872 CPUtime=762.33 cores=1,3
/proc/19770/stat : 19770 (strangenight2-s) R 19768 19770 19248 0 -1 4202496 159460 0 0 0 76199 34 0 0 25 0 1 0 650842011 123772928 21981 33554432000 4194304 4580011 140737110928720 18446744073709551615 4294481 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19770/statm: 30218 21981 366 95 0 25200 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 120872

[startup+822.301 s]
/proc/loadavg: 2.00 2.27 2.96 3/351 19969
/proc/meminfo: memFree=23961720/32950928 swapFree=45937192/67111528
[pid=19770] ppid=19768 vsize=142784 CPUtime=822.32 cores=1,3
/proc/19770/stat : 19770 (strangenight2-s) R 19768 19770 19248 0 -1 4202496 166157 0 0 0 82197 35 0 0 25 0 1 0 650842011 146210816 28678 33554432000 4194304 4580011 140737110928720 18446744073709551615 4406377 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19770/statm: 35696 28678 366 95 0 30678 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 142784

[startup+882.301 s]
/proc/loadavg: 2.00 2.22 2.90 3/351 19970
/proc/meminfo: memFree=23962936/32950928 swapFree=45937192/67111528
[pid=19770] ppid=19768 vsize=142860 CPUtime=882.33 cores=1,3
/proc/19770/stat : 19770 (strangenight2-s) R 19768 19770 19248 0 -1 4202496 172686 0 0 0 88196 37 0 0 25 0 1 0 650842011 146288640 27556 33554432000 4194304 4580011 140737110928720 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19770/statm: 35715 27556 366 95 0 30697 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 142860

[startup+942.301 s]
/proc/loadavg: 2.00 2.17 2.84 3/351 19972
/proc/meminfo: memFree=23964008/32950928 swapFree=45937192/67111528
[pid=19770] ppid=19768 vsize=143024 CPUtime=942.34 cores=1,3
/proc/19770/stat : 19770 (strangenight2-s) R 19768 19770 19248 0 -1 4202496 179900 0 0 0 94194 40 0 0 25 0 1 0 650842011 146456576 27891 33554432000 4194304 4580011 140737110928720 18446744073709551615 4294931 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19770/statm: 35756 27891 366 95 0 30738 0
Current children cumulated CPU time (s) 942.34
Current children cumulated vsize (KiB) 143024

[startup+1002.3 s]
/proc/loadavg: 2.04 2.15 2.79 3/351 19973
/proc/meminfo: memFree=23959776/32950928 swapFree=45937192/67111528
[pid=19770] ppid=19768 vsize=143212 CPUtime=1002.34 cores=1,3
/proc/19770/stat : 19770 (strangenight2-s) R 19768 19770 19248 0 -1 4202496 187112 0 0 0 100193 41 0 0 25 0 1 0 650842011 146649088 28023 33554432000 4194304 4580011 140737110928720 18446744073709551615 4321068 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19770/statm: 35803 28023 366 95 0 30785 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 143212

[startup+1062.3 s]
/proc/loadavg: 2.14 2.16 2.75 3/351 19975
/proc/meminfo: memFree=23926744/32950928 swapFree=45937192/67111528
[pid=19770] ppid=19768 vsize=208368 CPUtime=1062.33 cores=1,3
/proc/19770/stat : 19770 (strangenight2-s) R 19768 19770 19248 0 -1 4202496 190437 0 0 0 106191 42 0 0 25 0 1 0 650842011 213368832 31348 33554432000 4194304 4580011 140737110928720 18446744073709551615 4294404 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19770/statm: 52092 31348 366 95 0 47074 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 208368

[startup+1122.3 s]
/proc/loadavg: 2.05 2.12 2.70 3/351 19977
/proc/meminfo: memFree=23931672/32950928 swapFree=45937192/67111528
[pid=19770] ppid=19768 vsize=150376 CPUtime=1122.34 cores=1,3
/proc/19770/stat : 19770 (strangenight2-s) R 19768 19770 19248 0 -1 4202496 197458 0 0 0 112188 46 0 0 25 0 1 0 650842011 153985024 30080 33554432000 4194304 4580011 140737110928720 18446744073709551615 4293179 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19770/statm: 37594 30080 366 95 0 32576 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 150376

[startup+1182.3 s]
/proc/loadavg: 2.02 2.10 2.65 3/351 19978
/proc/meminfo: memFree=23939584/32950928 swapFree=45937192/67111528
[pid=19770] ppid=19768 vsize=150476 CPUtime=1182.35 cores=1,3
/proc/19770/stat : 19770 (strangenight2-s) R 19768 19770 19248 0 -1 4202496 204846 0 0 0 118186 49 0 0 25 0 1 0 650842011 154087424 29888 33554432000 4194304 4580011 140737110928720 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19770/statm: 37619 29888 366 95 0 32601 0
Current children cumulated CPU time (s) 1182.35
Current children cumulated vsize (KiB) 150476

[startup+1242.3 s]
/proc/loadavg: 2.00 2.08 2.61 3/351 19980
/proc/meminfo: memFree=23908932/32950928 swapFree=45937192/67111528
[pid=19770] ppid=19768 vsize=175676 CPUtime=1242.35 cores=1,3
/proc/19770/stat : 19770 (strangenight2-s) R 19768 19770 19248 0 -1 4202496 215574 0 0 0 124185 50 0 0 25 0 1 0 650842011 179892224 36823 33554432000 4194304 4580011 140737110928720 18446744073709551615 4406355 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19770/statm: 43919 36823 366 95 0 38901 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 175676



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.00 2.06 2.57 3/351 19981
/proc/meminfo: memFree=23894760/32950928 swapFree=45937192/67111528
[pid=19770] ppid=19768 vsize=175676 CPUtime=1300.06 cores=1,3
/proc/19770/stat : 19770 (strangenight2-s) R 19768 19770 19248 0 -1 4202496 215574 0 0 0 129956 50 0 0 25 0 1 0 650842011 179892224 36823 33554432000 4194304 4580011 140737110928720 18446744073709551615 4406377 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/19770/statm: 43919 36823 366 95 0 38901 0
Current children cumulated CPU time (s) 1300.06
Current children cumulated vsize (KiB) 175676

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.08
CPU user time (s): 1299.57
CPU system time (s): 0.513921
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 209764

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

runsolver used 4.00839 second user time and 10.6124 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-14 19:00:53
IDJOB=3368477
IDBENCH=83431
IDSOLVER=1845
FILE ID=node149/3368477-1305392453
RUNJOBID= node149-1305391151-19631
PBS_JOBID= 13324404
Free space on /tmp= 73548 MiB

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

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

MD5SUM BENCH= d71ab4cbe872e5620884d4e4d370890a
RANDOM SEED=1061516278

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.806
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.82
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.806
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:      24149656 kB
Buffers:        304344 kB
Cached:        3861096 kB
SwapCached:      19984 kB
Active:        6304836 kB
Inactive:      2201008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24149656 kB
SwapTotal:    67111528 kB
SwapFree:     45937192 kB
Dirty:            5480 kB
Writeback:           0 kB
AnonPages:     4334288 kB
Mapped:          14200 kB
Slab:           157012 kB
PageTables:      72384 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 80227284 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= 73560 MiB
End job on node149 at 2011-05-14 19:22:35