Trace number 3368258

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_3_keyfind_1.cnf
MD5SUM278d646386a62d4f28f7fc390c5eab3e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark151.988
Satisfiable
(Un)Satisfiability was proved
Number of variables708
Number of clauses2664
Sum of the clauses size8392
Maximum clause length5
Minimum clause length1
Number of clauses of size 176
Number of clauses of size 2120
Number of clauses of size 31856
Number of clauses of size 4552
Number of clauses of size 560
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-3368258-1305392453.cnf'
0.00/0.01	c -- header says num vars:            708
0.00/0.01	c -- header says num clauses:        2664
0.00/0.01	c -- clauses added:            0 learnts,         2664 normals,            0 xors
0.00/0.01	c -- vars added        708
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       708      2420       120         0      8076         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/2164/2164 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  112 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c Replacing      112 vars Replaced     2100 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:    520 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:     78  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:     226, avg size: 3.3)
0.00/0.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     18 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:     284 neg:     424
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       424       948        24         0      4188         0   no data   no data
0.01/0.06	c Decided on static restart strategy
0.09/0.19	c  N st     8      4918       424       948        33      4669      4188    126670   no data   no data
0.49/0.50	c  N st    10     11302       424       948        35      4337      4188     65907   no data   no data
0.79/0.82	c  N st    11     17045       424       948        36      9752      4188    208786   no data   no data
1.29/1.32	c  F st    12     25001       424       948        36     11988      4188    249444   no data   no data
1.29/1.32	c  N st    12     25001       424       948        36     11988      4188    249444   no data   no data
1.59/1.61	c Decided on static restart strategy
1.59/1.61	c  N st    18     30002       424       948        38     10478      4188    198121   no data   no data
1.59/1.61	c  S st    18     30002       424       948        38     10478      4188    198121   no data   no data
1.59/1.65	c  S st    18     30507       424       948        43     10954      4188    206459   no data   no data
1.59/1.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.59/1.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   11 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
1.59/1.66	c Replacing       11 vars Replaced     7694 lits Time:     0.01 s 
1.59/1.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.59/1.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.59/1.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.59/1.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    413 time:  0.00 s
1.59/1.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.59/1.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
1.59/1.67	c subs with bin:        7  lits-rem:        84  v-fix:    0  time:  0.00 s
1.79/1.87	c lits-rem:      2082  cl-subs:     1455  v-elim:      0  v-fix:    0  time:  0.20 s
1.79/1.87	c asymm  cl-useful: 0/948/948 lits-rem:0 time: 0.00
1.79/1.87	c calculated reachability. Time: 0.00
1.79/1.87	c  N st    18     30507       413       948        21      9477      4168    172871   no data   no data
2.29/2.33	c  N st    20     37618       413       948        22      8830      4168    135194   no data   no data
2.79/2.81	c  N st    21     44019       413       948        22     14913      4168    283268   no data   no data
2.79/2.81	c Finding binary XORs  T:     0.00 s  found:       0
2.89/2.94	c  S st    22     45760       413       948        22     16540      4168    324923   no data   no data
2.89/2.99	c  S st    22     46263       413       948        27     17012      4168    333172   no data   no data
2.89/2.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.89/2.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    4 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
2.99/3.00	c Replacing        4 vars Replaced      382 lits Time:     0.00 s 
2.99/3.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.99/3.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.99/3.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.99/3.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    409 time:  0.00 s
2.99/3.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.99/3.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
2.99/3.01	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.00 s
3.48/3.58	c lits-rem:       998  cl-subs:     3069  v-elim:      0  v-fix:    0  time:  0.57 s
3.48/3.58	c vivif2 --  cl tried      948 cl shrink        0 lits rem          0 time: 0.00
3.48/3.59	c vivif2 --  cl tried    13936 cl shrink        0 lits rem          0 time: 0.00
3.48/3.59	c asymm  cl-useful: 0/948/948 lits-rem:0 time: 0.00
3.48/3.59	c calculated reachability. Time: 0.00
3.48/3.59	c  N st    22     46263       409       948        19     13936      4162    262091   no data   no data
4.78/4.89	c  N st    23     60660       409       948        19      9869      4162    130860   no data   no data
5.50/5.59	c  N st    24     69395       409       948        19     18189      4162    338236   no data   no data
5.50/5.59	c  S st    24     69395       409       948        19     18189      4162    338236   no data   no data
5.58/5.64	c  S st    24     69899       409       948        26     18658      4162    346438   no data   no data
5.58/5.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.58/5.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.58/5.64	c Replacing        2 vars Replaced      118 lits Time:     0.00 s 
5.58/5.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
5.58/5.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.58/5.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.58/5.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    407 time:  0.00 s
5.58/5.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.58/5.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.58/5.66	c subs with bin:        5  lits-rem:         5  v-fix:    0  time:  0.00 s
6.19/6.21	c lits-rem:      1014  cl-subs:     2795  v-elim:      0  v-fix:    0  time:  0.56 s
6.19/6.21	c vivif2 --  cl tried      948 cl shrink        0 lits rem          0 time: 0.00
6.19/6.21	c vivif2 --  cl tried    15856 cl shrink        0 lits rem          0 time: 0.00
6.19/6.22	c asymm  cl-useful: 0/948/948 lits-rem:0 time: 0.00
6.19/6.22	c calculated reachability. Time: 0.00
6.19/6.22	c  N st    24     69899       407       948        22     15856      4160    286563   no data   no data
7.60/7.69	c  F st    25     87501       407       948        23     22349      4160    439744   no data   no data
7.60/7.69	c  N st    25     87501       407       948        23     22349      4160    439744   no data   no data
7.60/7.69	c Finding binary XORs  T:     0.00 s  found:       1
8.09/8.10	c Decided on static restart strategy
8.29/8.32	c  N st    32     95542       407       948        24     18720      4160    331634   no data   no data
8.99/9.09	c  N st    34    104849       407       948        25     15228      4160    226981   no data   no data
8.99/9.09	c  S st    34    104849       407       948        25     15228      4160    226981   no data   no data
9.09/9.13	c  S st    34    105352       407       948        29     15701      4160    235356   no data   no data
9.09/9.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.09/9.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    4 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
9.09/9.14	c Replacing        5 vars Replaced     3691 lits Time:     0.01 s 
9.09/9.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.09/9.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.09/9.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.09/9.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    402 time:  0.00 s
9.09/9.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.09/9.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.09/9.15	c subs with bin:       10  lits-rem:        43  v-fix:    0  time:  0.00 s
9.29/9.30	c lits-rem:       783  cl-subs:      932  v-elim:      0  v-fix:    0  time:  0.16 s
9.29/9.30	c vivif2 --  cl tried      948 cl shrink        0 lits rem          0 time: 0.00
9.29/9.30	c vivif2 --  cl tried    14748 cl shrink        0 lits rem          0 time: 0.00
9.29/9.31	c asymm  cl-useful: 0/948/948 lits-rem:0 time: 0.00
9.29/9.31	c calculated reachability. Time: 0.00
9.29/9.31	c  N st    34    105352       402       948        19     14748      4158    214045   no data   no data
10.09/10.11	c  N st    35    114950       402       948        19     23949      4158    444033   no data   no data
11.39/11.44	c  N st    36    129347       402       948        19     24322      4158    439524   no data   no data
13.58/13.65	c  N st    37    150942       402       948        19     30688      4158    580378   no data   no data
14.19/14.26	c  S st    38    158028       402       948        19     22208      4158    367056   no data   no data
14.30/14.34	c  S st    38    158529       402       948        19     22686      4158    376374   no data   no data
14.30/14.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.30/14.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
14.30/14.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.30/14.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.30/14.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.30/14.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    402 time:  0.00 s
14.30/14.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.30/14.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
14.30/14.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.78/14.85	c lits-rem:       956  cl-subs:     2245  v-elim:      0  v-fix:    0  time:  0.50 s
14.78/14.85	c vivif2 --  cl tried      948 cl shrink        0 lits rem          0 time: 0.00
14.78/14.86	c vivif2 --  cl tried    20441 cl shrink        0 lits rem          0 time: 0.00
14.78/14.86	c asymm  cl-useful: 0/948/948 lits-rem:0 time: 0.00
14.78/14.86	c calculated reachability. Time: 0.00
14.78/14.86	c  N st    38    158529       402       948        19     20441      4158    324077   no data   no data
19.89/19.90	c  N st    39    207117       402       948        19     33499      4158    606674   no data   no data
23.19/23.29	c  N st    40    237794       402       948        19     25551      4158    403334   no data   no data
23.19/23.29	c  S st    40    237794       402       948        19     25551      4158    403334   no data   no data
23.29/23.36	c  S st    40    238295       402       948        21     26032      4158    412883   no data   no data
23.29/23.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.29/23.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
23.29/23.37	c Replacing        2 vars Replaced       59 lits Time:     0.00 s 
23.29/23.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23.29/23.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.29/23.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.29/23.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    400 time:  0.00 s
23.29/23.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
23.29/23.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
23.29/23.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.99/24.02	c lits-rem:       760  cl-subs:     2738  v-elim:      0  v-fix:    0  time:  0.64 s
23.99/24.02	c vivif2 --  cl tried      948 cl shrink        0 lits rem          0 time: 0.00
23.99/24.03	c vivif2 --  cl tried    23292 cl shrink        0 lits rem          0 time: 0.00
23.99/24.03	c asymm  cl-useful: 0/948/948 lits-rem:0 time: 0.01
23.99/24.03	c calculated reachability. Time: 0.00
23.99/24.03	c  N st    40    238295       400       948        17     23292      4158    354703   no data   no data
31.90/31.92	c  F st    41    306250       400       948        18     25370      4158    370994   no data   no data
31.90/31.92	c  N st    41    306250       400       948        18     25370      4158    370994   no data   no data
31.90/31.92	c Finding binary XORs  T:     0.00 s  found:       1
32.39/32.40	c Decided on static restart strategy
34.98/35.05	c  N st    51    334563       400       948        18     29514      4158    461840   no data   no data
37.79/37.81	c  N st    53    357442       400       948        18     27784      4158    410538   no data   no data
37.79/37.81	c  S st    53    357442       400       948        18     27784      4158    410538   no data   no data
37.89/37.90	c  S st    53    357944       400       948        22     28271      4158    420214   no data   no data
37.89/37.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
37.89/37.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
37.89/37.91	c Replacing        3 vars Replaced      253 lits Time:     0.00 s 
37.89/37.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
37.89/37.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
37.89/37.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.89/37.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    397 time:  0.00 s
37.89/37.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
37.89/37.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
37.89/37.92	c subs with bin:        2  lits-rem:        10  v-fix:    0  time:  0.00 s
38.09/38.16	c lits-rem:       553  cl-subs:      724  v-elim:      0  v-fix:    0  time:  0.23 s
38.09/38.16	c vivif2 --  cl tried      948 cl shrink        0 lits rem          0 time: 0.00
38.09/38.16	c vivif2 --  cl tried    27541 cl shrink        0 lits rem          0 time: 0.01
38.09/38.17	c asymm  cl-useful: 0/948/948 lits-rem:0 time: 0.01
38.09/38.17	c calculated reachability. Time: 0.00
38.09/38.17	c  N st    53    357944       397       948        16     27541      4154    405074   no data   no data
41.99/42.05	c  N st    54    390336       397       948        16     33469      4154    538561   no data   no data
48.49/48.53	c  N st    55    438925       397       948        16     53814      4154    999351   no data   no data
58.49/58.52	c  N st    56    511807       397       948        16     40081      4154    645475   no data   no data
62.39/62.40	c  N st    57    536917       397       948        16     34653      4154    505952   no data   no data
62.39/62.40	c  S st    57    536917       397       948        16     34653      4154    505952   no data   no data
62.49/62.50	c  S st    57    537422       397       948        17     35138      4154    516503   no data   no data
62.49/62.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
62.49/62.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
62.49/62.51	c Replacing        1 vars Replaced       45 lits Time:     0.00 s 
62.49/62.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
62.49/62.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
62.49/62.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
62.49/62.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    396 time:  0.00 s
62.49/62.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
62.49/62.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
62.49/62.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
63.09/63.17	c lits-rem:       839  cl-subs:     2280  v-elim:      0  v-fix:    0  time:  0.64 s
63.09/63.17	c vivif2 --  cl tried      948 cl shrink        0 lits rem          0 time: 0.00
63.09/63.17	c vivif2 --  cl tried    32857 cl shrink        0 lits rem          0 time: 0.00
63.09/63.18	c asymm  cl-useful: 0/948/948 lits-rem:0 time: 0.01
63.09/63.19	c calculated reachability. Time: 0.00
63.09/63.19	c  N st    57    537422       396       948        15     32857      4154    469374   no data   no data
88.01/88.07	c  N st    58    701406       396       948        15     60839      4154   1078119   no data   no data
104.40/104.49	c  N st    59    806133       396       948        15     55402      4154    923364   no data   no data
104.40/104.49	c  S st    59    806133       396       948        15     55402      4154    923364   no data   no data
104.60/104.66	c  S st    59    806639       396       948        16     55898      4154    933947   no data   no data
104.60/104.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
104.60/104.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.01
104.60/104.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
104.60/104.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
104.60/104.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
104.60/104.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    396 time:  0.00 s
104.60/104.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
104.60/104.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
104.70/104.71	c subs with bin:        1  lits-rem:         6  v-fix:    0  time:  0.00 s
109.69/109.78	c lits-rem:      1371  cl-subs:     9893  v-elim:      0  v-fix:    0  time:  5.07 s
109.69/109.78	c vivif2 --  cl tried      948 cl shrink        0 lits rem          0 time: 0.00
109.69/109.79	c vivif2 --  cl tried    46004 cl shrink        0 lits rem          0 time: 0.01
109.79/109.80	c asymm  cl-useful: 0/948/948 lits-rem:0 time: 0.01
109.79/109.81	c calculated reachability. Time: 0.00
109.79/109.81	c  N st    59    806639       396       948        16     46004      4154    733429   no data   no data
155.00/155.05	c  F st    60   1071875       396       948        16     62103      4154   1034071   no data   no data
155.00/155.05	c  N st    60   1071875       396       948        16     62103      4154   1034071   no data   no data
155.90/155.97	c Decided on static restart strategy
160.39/160.45	c  N st    70   1100178       396       948        16     46311      4154    655736   no data   no data
166.29/166.37	c  N st    72   1136170       396       948        16     80198      4154   1506646   no data   no data
171.70/171.77	c  N st    73   1168562       396       948        16     67465      4154   1171587   no data   no data
178.70/178.79	c  N st    74   1209959       396       948        16     62319      4154   1021489   no data   no data
178.70/178.79	c  S st    74   1209959       396       948        16     62319      4154   1021489   no data   no data
178.90/178.96	c  S st    74   1210462       396       948        17     62806      4154   1031698   no data   no data
178.90/178.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
178.90/178.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
178.90/178.98	c Replacing        1 vars Replaced       37 lits Time:     0.00 s 
178.90/178.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
178.90/178.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
178.90/178.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
178.90/178.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    395 time:  0.00 s
178.90/178.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
179.00/179.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
179.00/179.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
183.60/183.65	c lits-rem:      2076  cl-subs:     8267  v-elim:      0  v-fix:    0  time:  4.63 s
183.60/183.65	c vivif2 --  cl tried      948 cl shrink        0 lits rem          0 time: 0.00
183.60/183.66	c vivif2 --  cl tried    54538 cl shrink        0 lits rem          0 time: 0.01
183.60/183.68	c asymm  cl-useful: 0/948/948 lits-rem:0 time: 0.01
183.60/183.68	c calculated reachability. Time: 0.00
183.60/183.68	c  N st    74   1210462       395       948        15     54538      4154    849700   no data   no data
196.30/196.33	c  N st    75   1283344       395       948        15     78288      4154   1401156   no data   no data
196.30/196.33	c Finding binary XORs  T:     0.00 s  found:       0
217.50/217.57	c  N st    76   1392669       395       948        15     87357      4154   1560038   no data   no data
249.90/249.97	c  N st    77   1556653       395       948        15     94259      4154   1702490   no data   no data
283.81/283.83	c  N st    78   1710463       395       948        15     84497      4154   1443435   no data   no data
283.81/283.83	c  S st    78   1710463       395       948        15     84497      4154   1443435   no data   no data
284.10/284.11	c  S st    78   1710965       395       948        15     84988      4154   1454411   no data   no data
284.10/284.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
284.10/284.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
284.10/284.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
284.10/284.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
284.10/284.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
284.10/284.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    395 time:  0.00 s
284.10/284.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
284.10/284.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
284.20/284.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
299.51/299.59	c lits-rem:      3315  cl-subs:    18574  v-elim:      0  v-fix:    0  time: 15.40 s
299.51/299.59	c vivif2 --  cl tried      948 cl shrink        0 lits rem          0 time: 0.00
299.61/299.61	c vivif2 --  cl tried    66414 cl shrink        0 lits rem          0 time: 0.01
299.61/299.63	c asymm  cl-useful: 0/948/948 lits-rem:0 time: 0.02
299.61/299.63	c calculated reachability. Time: 0.00
299.61/299.63	c  N st    78   1710965       395       948        15     66414      4154   1077967   no data   no data
387.22/387.26	c  N st    79   2079930       395       948        15     78595      4154   1223604   no data   no data
417.50/417.53	c  N st    80   2210966       395       948        15     82326      4154   1317563   no data   no data
417.50/417.53	c  S st    80   2210966       395       948        15     82326      4154   1317563   no data   no data
417.80/417.82	c  S st    80   2211468       395       948        18     82812      4154   1327587   no data   no data
417.80/417.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
417.80/417.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
417.80/417.86	c Replacing        2 vars Replaced       68 lits Time:     0.00 s 
417.80/417.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
417.80/417.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
417.80/417.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
417.80/417.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    393 time:  0.00 s
417.80/417.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
417.80/417.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
417.91/417.91	c subs with bin:        3  lits-rem:         4  v-fix:    0  time:  0.00 s
426.10/426.14	c lits-rem:      2148  cl-subs:    11698  v-elim:      0  v-fix:    0  time:  8.23 s
426.10/426.14	c vivif2 --  cl tried      948 cl shrink        0 lits rem          0 time: 0.00
426.10/426.16	c vivif2 --  cl tried    71109 cl shrink        0 lits rem          0 time: 0.01
426.10/426.18	c asymm  cl-useful: 0/948/948 lits-rem:0 time: 0.02
426.10/426.18	c calculated reachability. Time: 0.00
426.10/426.18	c  N st    80   2211468       393       948        14     71109      4152   1091020   no data   no data
546.31/546.35	c  N st    81   2711468       393       948        14     93329      4152   1518952   no data   no data
546.31/546.35	c  S st    81   2711468       393       948        14     93329      4152   1518952   no data   no data
546.62/546.62	c  S st    81   2711970       393       948        15     93819      4152   1530105   no data   no data
546.62/546.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
546.62/546.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.03
546.62/546.67	c Replacing        1 vars Replaced       17 lits Time:     0.01 s 
546.62/546.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
546.62/546.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
546.62/546.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
546.62/546.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
546.62/546.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
546.62/546.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
546.72/546.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
557.31/557.36	c lits-rem:      2555  cl-subs:    13355  v-elim:      0  v-fix:    0  time: 10.63 s
557.31/557.36	c vivif2 --  cl tried      948 cl shrink        0 lits rem          0 time: 0.00
557.31/557.38	c vivif2 --  cl tried    80463 cl shrink        0 lits rem          0 time: 0.02
557.41/557.41	c asymm  cl-useful: 0/948/948 lits-rem:0 time: 0.03
557.41/557.41	c calculated reachability. Time: 0.00
557.41/557.41	c  N st    81   2711970       392       948        13     80463      4152   1279334   no data   no data
685.12/685.16	c  N st    82   3211972       392       948        13    130871      4152   2302412   no data   no data
685.12/685.16	c  S st    82   3211972       392       948        13    130871      4152   2302412   no data   no data
685.72/685.70	c  S st    82   3212476       392       948        14    131364      4152   2312680   no data   no data
685.72/685.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
685.72/685.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.05
685.72/685.78	c Replacing        1 vars Replaced      150 lits Time:     0.01 s 
685.72/685.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
685.72/685.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
685.72/685.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
685.72/685.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    391 time:  0.00 s
685.72/685.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
685.82/685.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
685.82/685.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
733.12/733.20	c lits-rem:      2475  cl-subs:    33622  v-elim:      0  v-fix:    0  time: 47.33 s
733.12/733.20	c vivif2 --  cl tried      948 cl shrink        0 lits rem          0 time: 0.00
733.22/733.22	c vivif2 --  cl tried    97740 cl shrink        0 lits rem          0 time: 0.02
733.22/733.26	c asymm  cl-useful: 0/948/948 lits-rem:0 time: 0.04
733.22/733.26	c calculated reachability. Time: 0.00
733.22/733.26	c  N st    82   3212476       391       948        12     97740      4152   1660236   no data   no data
871.53/871.54	c  N st    83   3712477       391       948        12    116489      4152   1910565   no data   no data
871.53/871.54	c  S st    83   3712477       391       948        12    116489      4152   1910565   no data   no data
871.93/871.92	c  S st    83   3712981       391       948        12    116982      4152   1922340   no data   no data
871.93/871.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
871.93/871.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
871.93/871.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
871.93/871.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
871.93/871.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
871.93/871.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    391 time:  0.00 s
871.93/871.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
872.03/872.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
872.03/872.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
895.23/895.29	c lits-rem:      1593  cl-subs:    21846  v-elim:      0  v-fix:    0  time: 23.24 s
895.23/895.29	c vivif2 --  cl tried      948 cl shrink        0 lits rem          0 time: 0.00
895.34/895.31	c vivif2 --  cl tried    95136 cl shrink        0 lits rem          0 time: 0.02
895.34/895.35	c asymm  cl-useful: 0/948/948 lits-rem:0 time: 0.04
895.34/895.35	c calculated reachability. Time: 0.00
895.34/895.35	c  N st    83   3712981       391       948        12     95136      4152   1512226   no data   no data
905.23/905.28	c  F st    84   3751563       391       948        12    131136      4152   2398283   no data   no data
905.23/905.28	c  N st    84   3751563       391       948        12    131136      4152   2398283   no data   no data
906.73/906.79	c Decided on static restart strategy
914.63/914.67	c  N st    94   3779869       391       948        12     80024      4152   1090589   no data   no data
922.84/922.89	c  N st    96   3815863       391       948        12    114390      4152   1963593   no data   no data
932.03/932.04	c  N st    97   3848255       391       948        12    144981      4152   2711504   no data   no data
944.73/944.72	c  N st    98   3896844       391       948        12    110817      4152   1815729   no data   no data
965.53/965.57	c  N st    99   3969727       391       948        12     98326      4152   1489497   no data   no data
997.74/997.73	c  N st   100   4079052       391       948        12    120011      4152   1975618   no data   no data
1043.85/1043.88	c  N st   101   4212981       391       948        12    162583      4152   2973922   no data   no data
1043.85/1043.88	c  S st   101   4212981       391       948        12    162583      4152   2973922   no data   no data
1044.44/1044.47	c  S st   101   4213486       391       948        12    163076      4152   2984133   no data   no data
1044.44/1044.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1044.54/1044.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.07
1044.54/1044.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1044.54/1044.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1044.54/1044.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1044.54/1044.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    391 time:  0.00 s
1044.54/1044.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1044.54/1044.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1044.64/1044.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1135.94/1135.97	c lits-rem:      6111  cl-subs:    46180  v-elim:      0  v-fix:    0  time: 91.30 s
1135.94/1135.97	c vivif2 --  cl tried      948 cl shrink        0 lits rem          0 time: 0.00
1136.04/1136.00	c vivif2 --  cl tried   116896 cl shrink        0 lits rem          0 time: 0.03
1136.04/1136.05	c asymm  cl-useful: 0/948/948 lits-rem:0 time: 0.05
1136.04/1136.05	c calculated reachability. Time: 0.00
1136.04/1136.05	c  N st   101   4213486       391       948        12    116896      4152   2035430   no data   no data
1204.55/1204.53	c  N st   102   4459462       391       948        12     97691      4152   1431438   no data   no data
1290.36/1290.33	c  N st   103   4713487       391       948        12    162885      4152   2868519   no data   no data
1290.36/1290.33	c  S st   103   4713487       391       948        12    162885      4152   2868519   no data   no data
1291.04/1291.09	c  S st   103   4713987       391       948        12    163375      4152   2879443   no data   no data
1291.14/1291.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1291.24/1291.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.10
1291.24/1291.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1291.24/1291.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1291.24/1291.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1291.24/1291.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    391 time:  0.00 s
1291.24/1291.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1291.24/1291.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1291.35/1291.33	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-3368258-1305392453/watcher-3368258-1305392453 -o /tmp/evaluation-result-3368258-1305392453/solver-3368258-1305392453 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3368258-1305392453.cnf 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 3.84 3.97 3.85 5/359 19812
/proc/meminfo: memFree=24143476/32950928 swapFree=45937192/67111528
[pid=19812] ppid=19810 vsize=29884 CPUtime=0 cores=5,7
/proc/19812/stat : 19812 (strangenight2-s) R 19810 19812 19248 0 -1 4202496 561 0 0 0 0 0 0 0 22 0 1 0 650842033 30601216 501 33554432000 4194304 4580011 140737261158640 18446744073709551615 4294557 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/19812/statm: 7471 501 339 95 0 2453 0

[startup+0.0183041 s]
/proc/loadavg: 3.84 3.97 3.85 5/359 19812
/proc/meminfo: memFree=24143476/32950928 swapFree=45937192/67111528
[pid=19812] ppid=19810 vsize=30324 CPUtime=0.01 cores=5,7
/proc/19812/stat : 19812 (strangenight2-s) R 19810 19812 19248 0 -1 4202496 715 0 0 0 1 0 0 0 22 0 1 0 650842033 31051776 644 33554432000 4194304 4580011 140737261158640 18446744073709551615 4306041 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/19812/statm: 7581 644 363 95 0 2563 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 30324

[startup+0.100351 s]
/proc/loadavg: 3.84 3.97 3.85 5/359 19812
/proc/meminfo: memFree=24143476/32950928 swapFree=45937192/67111528
[pid=19812] ppid=19810 vsize=30468 CPUtime=0.09 cores=5,7
/proc/19812/stat : 19812 (strangenight2-s) R 19810 19812 19248 0 -1 4202496 823 0 0 0 9 0 0 0 22 0 1 0 650842033 31199232 752 33554432000 4194304 4580011 140737261158640 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/19812/statm: 7617 752 364 95 0 2599 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30468

[startup+0.300303 s]
/proc/loadavg: 3.84 3.97 3.85 5/359 19812
/proc/meminfo: memFree=24143476/32950928 swapFree=45937192/67111528
[pid=19812] ppid=19810 vsize=30856 CPUtime=0.29 cores=5,7
/proc/19812/stat : 19812 (strangenight2-s) R 19810 19812 19248 0 -1 4202496 1030 0 0 0 29 0 0 0 23 0 1 0 650842033 31596544 798 33554432000 4194304 4580011 140737261158640 18446744073709551615 4319744 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/19812/statm: 7714 798 364 95 0 2696 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30856

[startup+0.700224 s]
/proc/loadavg: 3.84 3.97 3.85 5/359 19812
/proc/meminfo: memFree=24143476/32950928 swapFree=45937192/67111528
[pid=19812] ppid=19810 vsize=31272 CPUtime=0.69 cores=5,7
/proc/19812/stat : 19812 (strangenight2-s) R 19810 19812 19248 0 -1 4202496 1379 0 0 0 69 0 0 0 25 0 1 0 650842033 32022528 929 33554432000 4194304 4580011 140737261158640 18446744073709551615 4293875 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/19812/statm: 7818 929 364 95 0 2800 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31272

[startup+1.50106 s]
/proc/loadavg: 3.84 3.97 3.85 5/363 19819
/proc/meminfo: memFree=24070332/32950928 swapFree=45937192/67111528
[pid=19812] ppid=19810 vsize=31932 CPUtime=1.49 cores=5,7
/proc/19812/stat : 19812 (strangenight2-s) R 19810 19812 19248 0 -1 4202496 2056 0 0 0 149 0 0 0 25 0 1 0 650842033 32698368 1026 33554432000 4194304 4580011 140737261158640 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/19812/statm: 7983 1026 365 95 0 2965 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31932

[startup+3.10076 s]
/proc/loadavg: 3.84 3.97 3.85 5/363 19819
/proc/meminfo: memFree=23970760/32950928 swapFree=45937192/67111528
[pid=19812] ppid=19810 vsize=41244 CPUtime=3.08 cores=5,7
/proc/19812/stat : 19812 (strangenight2-s) R 19810 19812 19248 0 -1 4202496 4866 0 0 0 308 0 0 0 25 0 1 0 650842033 42233856 3434 33554432000 4194304 4580011 140737261158640 18446744073709551615 4406344 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/19812/statm: 10311 3434 366 95 0 5293 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 41244

[startup+6.30111 s]
/proc/loadavg: 3.85 3.97 3.85 5/363 19819
/proc/meminfo: memFree=23960828/32950928 swapFree=45937192/67111528
[pid=19812] ppid=19810 vsize=43344 CPUtime=6.28 cores=5,7
/proc/19812/stat : 19812 (strangenight2-s) R 19810 19812 19248 0 -1 4202496 6273 0 0 0 628 0 0 0 25 0 1 0 650842033 44384256 3931 33554432000 4194304 4580011 140737261158640 18446744073709551615 4295075 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/19812/statm: 10836 3931 366 95 0 5818 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 43344

[startup+12.7008 s]
/proc/loadavg: 3.87 3.97 3.85 5/363 19855
/proc/meminfo: memFree=23945500/32950928 swapFree=45937192/67111528
[pid=19812] ppid=19810 vsize=43972 CPUtime=12.68 cores=5,7
/proc/19812/stat : 19812 (strangenight2-s) R 19810 19812 19248 0 -1 4202496 9267 0 0 0 1267 1 0 0 25 0 1 0 650842033 45027328 4015 33554432000 4194304 4580011 140737261158640 18446744073709551615 4294304 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/19812/statm: 10993 4015 366 95 0 5975 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 43972

[startup+25.5003 s]
/proc/loadavg: 3.89 3.97 3.85 5/363 19855
/proc/meminfo: memFree=23897124/32950928 swapFree=45937192/67111528
[pid=19812] ppid=19810 vsize=48344 CPUtime=25.49 cores=5,7
/proc/19812/stat : 19812 (strangenight2-s) R 19810 19812 19248 0 -1 4202496 14493 0 0 0 2547 2 0 0 25 0 1 0 650842033 49504256 5406 33554432000 4194304 4580011 140737261158640 18446744073709551615 4293184 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/19812/statm: 12086 5406 366 95 0 7068 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 48344

[startup+51.1002 s]
/proc/loadavg: 3.99 3.99 3.86 5/363 19910
/proc/meminfo: memFree=23809720/32950928 swapFree=45937192/67111528
[pid=19812] ppid=19810 vsize=50284 CPUtime=51.09 cores=5,7
/proc/19812/stat : 19812 (strangenight2-s) R 19810 19812 19248 0 -1 4202496 23367 0 0 0 5105 4 0 0 25 0 1 0 650842033 51490816 5842 33554432000 4194304 4580011 140737261158640 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/19812/statm: 12571 5842 366 95 0 7553 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 50284

[startup+102.313 s]
/proc/loadavg: 3.99 3.99 3.86 5/363 19911
/proc/meminfo: memFree=23761700/32950928 swapFree=45937192/67111528
[pid=19812] ppid=19810 vsize=54944 CPUtime=102.31 cores=5,7
/proc/19812/stat : 19812 (strangenight2-s) R 19810 19812 19248 0 -1 4202496 37696 0 0 0 10224 7 0 0 25 0 1 0 650842033 56262656 6511 33554432000 4194304 4580011 140737261158640 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/19812/statm: 13736 6511 366 95 0 8718 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 54944

[startup+162.301 s]
/proc/loadavg: 3.84 3.95 3.86 4/357 19931
/proc/meminfo: memFree=23878336/32950928 swapFree=45937192/67111528
[pid=19812] ppid=19810 vsize=67576 CPUtime=162.3 cores=5,7
/proc/19812/stat : 19812 (strangenight2-s) R 19810 19812 19248 0 -1 4202496 53166 0 0 0 16220 10 0 0 25 0 1 0 650842033 69197824 9689 33554432000 4194304 4580011 140737261158640 18446744073709551615 4294498 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/19812/statm: 16894 9689 366 95 0 11876 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 67576

[startup+222.3 s]
/proc/loadavg: 3.31 3.78 3.80 4/357 19935
/proc/meminfo: memFree=23820564/32950928 swapFree=45937192/67111528
[pid=19812] ppid=19810 vsize=73776 CPUtime=222.3 cores=5,7
/proc/19812/stat : 19812 (strangenight2-s) R 19810 19812 19248 0 -1 4202496 66754 0 0 0 22217 13 0 0 25 0 1 0 650842033 75546624 11111 33554432000 4194304 4580011 140737261158640 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/19812/statm: 18444 11111 366 95 0 13426 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 73776

[startup+282.3 s]
/proc/loadavg: 2.96 3.60 3.74 3/351 19954
/proc/meminfo: memFree=24064484/32950928 swapFree=45937192/67111528
[pid=19812] ppid=19810 vsize=74160 CPUtime=282.3 cores=5,7
/proc/19812/stat : 19812 (strangenight2-s) R 19810 19812 19248 0 -1 4202496 77879 0 0 0 28215 15 0 0 25 0 1 0 650842033 75939840 11481 33554432000 4194304 4580011 140737261158640 18446744073709551615 4293032 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/19812/statm: 18540 11481 366 95 0 13522 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 74160

[startup+342.3 s]
/proc/loadavg: 2.35 3.31 3.63 3/351 19956
/proc/meminfo: memFree=24038668/32950928 swapFree=45937192/67111528
[pid=19812] ppid=19810 vsize=87420 CPUtime=342.31 cores=5,7
/proc/19812/stat : 19812 (strangenight2-s) R 19810 19812 19248 0 -1 4202496 88210 0 0 0 34213 18 0 0 25 0 1 0 650842033 89518080 14460 33554432000 4194304 4580011 140737261158640 18446744073709551615 4323327 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/19812/statm: 21855 14460 366 95 0 16837 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 87420

[startup+402.301 s]
/proc/loadavg: 2.13 3.07 3.52 3/351 19957
/proc/meminfo: memFree=24036772/32950928 swapFree=45937192/67111528
[pid=19812] ppid=19810 vsize=87716 CPUtime=402.31 cores=5,7
/proc/19812/stat : 19812 (strangenight2-s) R 19810 19812 19248 0 -1 4202496 98073 0 0 0 40211 20 0 0 25 0 1 0 650842033 89821184 14712 33554432000 4194304 4580011 140737261158640 18446744073709551615 4294313 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/19812/statm: 21929 14712 366 95 0 16911 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 87716

[startup+462.301 s]
/proc/loadavg: 2.11 2.89 3.43 3/351 19959
/proc/meminfo: memFree=24019732/32950928 swapFree=45937192/67111528
[pid=19812] ppid=19810 vsize=91756 CPUtime=462.31 cores=5,7
/proc/19812/stat : 19812 (strangenight2-s) R 19810 19812 19248 0 -1 4202496 107495 0 0 0 46209 22 0 0 25 0 1 0 650842033 93958144 16016 33554432000 4194304 4580011 140737261158640 18446744073709551615 4294498 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/19812/statm: 22939 16016 366 95 0 17921 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 91756

[startup+522.301 s]
/proc/loadavg: 2.04 2.72 3.34 3/351 19961
/proc/meminfo: memFree=24017848/32950928 swapFree=45937192/67111528
[pid=19812] ppid=19810 vsize=91952 CPUtime=522.31 cores=5,7
/proc/19812/stat : 19812 (strangenight2-s) R 19810 19812 19248 0 -1 4202496 116347 0 0 0 52207 24 0 0 25 0 1 0 650842033 94158848 16839 33554432000 4194304 4580011 140737261158640 18446744073709551615 4305167 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/19812/statm: 22988 16839 366 95 0 17970 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 91952

[startup+582.301 s]
/proc/loadavg: 2.10 2.62 3.26 3/351 19962
/proc/meminfo: memFree=24017932/32950928 swapFree=45937192/67111528
[pid=19812] ppid=19810 vsize=98560 CPUtime=582.32 cores=5,7
/proc/19812/stat : 19812 (strangenight2-s) R 19810 19812 19248 0 -1 4202496 125795 0 0 0 58205 27 0 0 25 0 1 0 650842033 100925440 17588 33554432000 4194304 4580011 140737261158640 18446744073709551615 4295369 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/19812/statm: 24640 17588 366 95 0 19622 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 98560

[startup+642.301 s]
/proc/loadavg: 2.03 2.50 3.18 3/351 19964
/proc/meminfo: memFree=23999056/32950928 swapFree=45937192/67111528
[pid=19812] ppid=19810 vsize=98820 CPUtime=642.32 cores=5,7
/proc/19812/stat : 19812 (strangenight2-s) R 19810 19812 19248 0 -1 4202496 134613 0 0 0 64202 30 0 0 25 0 1 0 650842033 101191680 17788 33554432000 4194304 4580011 140737261158640 18446744073709551615 4293184 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/19812/statm: 24705 17788 366 95 0 19687 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 98820

[startup+702.301 s]
/proc/loadavg: 2.01 2.41 3.10 3/351 19965
/proc/meminfo: memFree=23981888/32950928 swapFree=45937192/67111528
[pid=19812] ppid=19810 vsize=117384 CPUtime=702.32 cores=5,7
/proc/19812/stat : 19812 (strangenight2-s) R 19810 19812 19248 0 -1 4202496 145108 0 0 0 70200 32 0 0 25 0 1 0 650842033 120201216 22396 33554432000 4194304 4580011 140737261158640 18446744073709551615 4406380 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/19812/statm: 29346 22396 366 95 0 24328 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 117384

[startup+762.313 s]
/proc/loadavg: 2.00 2.33 3.03 3/351 19967
/proc/meminfo: memFree=23984696/32950928 swapFree=45937192/67111528
[pid=19812] ppid=19810 vsize=117384 CPUtime=762.34 cores=5,7
/proc/19812/stat : 19812 (strangenight2-s) R 19810 19812 19248 0 -1 4202496 149166 0 0 0 76201 33 0 0 25 0 1 0 650842033 120201216 22598 33554432000 4194304 4580011 140737261158640 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/19812/statm: 29346 22598 366 95 0 24328 0
Current children cumulated CPU time (s) 762.34
Current children cumulated vsize (KiB) 117384

[startup+822.301 s]
/proc/loadavg: 2.00 2.27 2.96 3/351 19969
/proc/meminfo: memFree=23961596/32950928 swapFree=45937192/67111528
[pid=19812] ppid=19810 vsize=117708 CPUtime=822.33 cores=5,7
/proc/19812/stat : 19812 (strangenight2-s) R 19810 19812 19248 0 -1 4202496 157742 0 0 0 82197 36 0 0 25 0 1 0 650842033 120532992 21731 33554432000 4194304 4580011 140737261158640 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/19812/statm: 29427 21731 366 95 0 24409 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 117708

[startup+882.3 s]
/proc/loadavg: 2.00 2.22 2.90 3/351 19970
/proc/meminfo: memFree=23962812/32950928 swapFree=45937192/67111528
[pid=19812] ppid=19810 vsize=120056 CPUtime=882.33 cores=5,7
/proc/19812/stat : 19812 (strangenight2-s) R 19810 19812 19248 0 -1 4202496 164901 0 0 0 88195 38 0 0 25 0 1 0 650842033 122937344 22491 33554432000 4194304 4580011 140737261158640 18446744073709551615 4406384 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/19812/statm: 30014 22491 366 95 0 24996 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 120056

[startup+942.3 s]
/proc/loadavg: 2.00 2.17 2.84 3/351 19972
/proc/meminfo: memFree=23963760/32950928 swapFree=45937192/67111528
[pid=19812] ppid=19810 vsize=120220 CPUtime=942.33 cores=5,7
/proc/19812/stat : 19812 (strangenight2-s) R 19810 19812 19248 0 -1 4202496 171928 0 0 0 94193 40 0 0 25 0 1 0 650842033 123105280 22121 33554432000 4194304 4580011 140737261158640 18446744073709551615 4294942 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/19812/statm: 30055 22121 366 95 0 25037 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 120220

[startup+1002.3 s]
/proc/loadavg: 2.04 2.15 2.79 3/351 19973
/proc/meminfo: memFree=23959652/32950928 swapFree=45937192/67111528
[pid=19812] ppid=19810 vsize=120376 CPUtime=1002.34 cores=5,7
/proc/19812/stat : 19812 (strangenight2-s) R 19810 19812 19248 0 -1 4202496 179712 0 0 0 100192 42 0 0 25 0 1 0 650842033 123265024 22955 33554432000 4194304 4580011 140737261158640 18446744073709551615 4294942 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/19812/statm: 30094 22956 366 95 0 25076 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 120376

[startup+1062.3 s]
/proc/loadavg: 2.14 2.16 2.75 3/351 19975
/proc/meminfo: memFree=23926620/32950928 swapFree=45937192/67111528
[pid=19812] ppid=19810 vsize=137008 CPUtime=1062.33 cores=5,7
/proc/19812/stat : 19812 (strangenight2-s) R 19810 19812 19248 0 -1 4202496 188151 0 0 0 106189 44 0 0 25 0 1 0 650842033 140296192 27870 33554432000 4194304 4580011 140737261158640 18446744073709551615 4406370 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/19812/statm: 34252 27870 366 95 0 29234 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 137008

[startup+1122.3 s]
/proc/loadavg: 2.05 2.12 2.70 3/351 19977
/proc/meminfo: memFree=23931548/32950928 swapFree=45937192/67111528
[pid=19812] ppid=19810 vsize=137008 CPUtime=1122.34 cores=5,7
/proc/19812/stat : 19812 (strangenight2-s) R 19810 19812 19248 0 -1 4202496 188151 0 0 0 112190 44 0 0 25 0 1 0 650842033 140296192 27870 33554432000 4194304 4580011 140737261158640 18446744073709551615 4406238 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/19812/statm: 34252 27870 366 95 0 29234 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 137008

[startup+1182.3 s]
/proc/loadavg: 2.02 2.10 2.65 3/351 19978
/proc/meminfo: memFree=23939336/32950928 swapFree=45937192/67111528
[pid=19812] ppid=19810 vsize=137112 CPUtime=1182.35 cores=5,7
/proc/19812/stat : 19812 (strangenight2-s) R 19810 19812 19248 0 -1 4202496 195169 0 0 0 118189 46 0 0 25 0 1 0 650842033 140402688 26473 33554432000 4194304 4580011 140737261158640 18446744073709551615 4294346 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/19812/statm: 34278 26473 366 95 0 29260 0
Current children cumulated CPU time (s) 1182.35
Current children cumulated vsize (KiB) 137112

[startup+1242.3 s]
/proc/loadavg: 2.00 2.08 2.61 3/351 19980
/proc/meminfo: memFree=23908932/32950928 swapFree=45937192/67111528
[pid=19812] ppid=19810 vsize=137296 CPUtime=1242.35 cores=5,7
/proc/19812/stat : 19812 (strangenight2-s) R 19810 19812 19248 0 -1 4202496 202890 0 0 0 124187 48 0 0 25 0 1 0 650842033 140591104 26851 33554432000 4194304 4580011 140737261158640 18446744073709551615 4294413 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/19812/statm: 34324 26851 366 95 0 29306 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 137296



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.00 2.06 2.57 2/349 19982
/proc/meminfo: memFree=24040228/32950928 swapFree=45937192/67111528
[pid=19812] ppid=19810 vsize=147140 CPUtime=1300.05 cores=5,7
/proc/19812/stat : 19812 (strangenight2-s) R 19810 19812 19248 0 -1 4202496 209853 0 0 0 129955 50 0 0 25 0 1 0 650842033 150671360 30148 33554432000 4194304 4580011 140737261158640 18446744073709551615 4406259 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/19812/statm: 36785 30148 366 95 0 31767 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 147140

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.56
CPU system time (s): 0.515921
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 195940

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

runsolver used 3.85341 second user time and 10.7754 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-14 19:00:53
IDJOB=3368258
IDBENCH=83432
IDSOLVER=1845
FILE ID=node149/3368258-1305392453
RUNJOBID= node149-1305391151-19632
PBS_JOBID= 13324404
Free space on /tmp= 73560 MiB

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

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

MD5SUM BENCH= 278d646386a62d4f28f7fc390c5eab3e
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:      24144500 kB
Buffers:        304420 kB
Cached:        3858304 kB
SwapCached:      19984 kB
Active:        6308024 kB
Inactive:      2203432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24144500 kB
SwapTotal:    67111528 kB
SwapFree:     45937192 kB
Dirty:           19060 kB
Writeback:           0 kB
AnonPages:     4341660 kB
Mapped:          14588 kB
Slab:           157012 kB
PageTables:      71996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 80264808 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= 73568 MiB
End job on node149 at 2011-05-14 19:22:36