Trace number 3368257

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.1 1300.06

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top30.cnf
MD5SUM31142839684b7824419884a35a31fc88
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark111.102
Satisfiable
(Un)Satisfiability was proved
Number of variables101451
Number of clauses323566
Sum of the clauses size791464
Maximum clause length3667
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2195809
Number of clauses of size 3125762
Number of clauses of size 4464
Number of clauses of size 528
Number of clauses of size over 51502

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3368257-1305388748.cnf'
0.00/0.00	c -- header says num vars:         101451
0.00/0.00	c -- header says num clauses:      323566
0.09/0.11	c -- clauses added:            0 learnts,       323566 normals,            0 xors
0.09/0.11	c -- vars added     101451
0.09/0.11	c Parsing time:  0.09 s
0.09/0.11	c  N st     0         0    101451    125153    179056         0    745178         0   no data   no data
0.59/0.67	c asymm  cl-useful: 16/5668/125153 lits-rem:55 time: 0.56
12.49/12.55	c Flit:   793 Blit:  17007 bXBeca:    0 bXProp: 29999 Bins:      0 BRemL:      0 BRemN:      0 P: 200.1M T: 11.74
12.49/12.57	c Cleaning up after failed var search:     0.02 s 
12.59/12.60	c Replacing    29999 vars Replaced   568891 lits Time:     0.04 s 
12.59/12.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
12.59/12.63	c bin-w-bin subsume rem         2294 bins  time:  0.01 s
12.59/12.65	c subs with bin:        1  lits-rem:         1  v-fix:    0  time:  0.02 s
12.79/12.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  47901 time:  0.23 s
12.99/13.03	c Removed useless bin:      66  fixed:     0  props:  20.00M  time:  0.15 s
13.10/13.18	c lits-rem:        40  cl-subs:      766  v-elim:  15967  v-fix:    0  time:  0.15 s
13.79/13.82	c Finding binary XORs  T:     0.64 s  found:     138
13.79/13.83	c Replacing      138 vars Replaced     1273 lits Time:     0.01 s 
13.79/13.89	c Finding non-binary XORs:     0.04 s (found:   10034, avg size: 3.0)
13.79/13.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:   1680 locsubst:  6090 time:   0.02
13.89/13.90	c Replacing     3045 vars Replaced    18270 lits Time:     0.01 s 
13.89/13.93	c calculated reachability. Time: 0.02
13.89/13.93	c Calc default polars -  time:   0.00 s pos:    7058 undec:   74777 neg:   19616
13.89/13.93	c =========================================================================================
13.89/13.93	c types(t): F = full restart, N = normal restart
13.89/13.93	c types(t): S = simplification begin/end, E = solution found
13.89/13.93	c restart types(rt): st = static, dy = dynamic
13.89/13.93	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
13.89/13.93	c  B st     0         0     27071     46456     40254         0    280062         0   no data   no data
14.09/14.13	c Decided on static restart strategy
14.39/14.44	c  N st     8      4914     27066     46456     40656      4438    280062     97370   no data   no data
15.30/15.33	c  N st    10     11298     27055     46456     41065     10294    280062    301201   no data   no data
16.19/16.22	c  N st    11     17042     27052     46456     41454     15527    280062    472524   no data   no data
17.39/17.47	c  F st    12     25002     27048     46456     41633     14472    280062    331162   no data   no data
17.49/17.51	c  N st    12     25002     27048     46276     41490     14457    279265    331002   no data   no data
17.89/17.97	c Finding binary XORs  T:     0.47 s  found:      48
18.79/18.82	c Decided on static restart strategy
18.79/18.82	c  N st    18     30000     27038     46276     41809     19060    279265    500023   no data   no data
18.79/18.82	c  S st    18     30000     27038     46276     41809     19060    279265    500023   no data   no data
18.89/18.99	c  S st    18     30501     27035     46276     41917     19438    279265    506628   no data   no data
18.99/19.01	c x-sub:  3045 x-cut:      0 vfix:      0 v-elim:    840 locsubst:     0 time:   0.02
21.79/21.81	c Flit:    86 Blit:   2052 bXBeca:    0 bXProp:  558 Bins: 318326 BRemL:  66564 BRemN:     69 P: 46.7M T:  2.80
21.79/21.82	c Cleaning up after failed var search:     0.01 s 
21.79/21.85	c Replacing      606 vars Replaced   133777 lits Time:     0.03 s 
21.79/21.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
21.79/21.88	c bin-w-bin subsume rem        14206 bins  time:  0.02 s
21.90/21.91	c subs with bin:      539  lits-rem:       393  v-fix:    0  time:  0.02 s
21.90/21.95	c Subs w/ non-existent bins:     45 l-rem:      1 v-fix:     0 done:  21231 time:  0.04 s
21.90/21.96	c Removed useless bin:     281  fixed:     0  props:   0.91M  time:  0.01 s
22.01/22.04	c lits-rem:       403  cl-subs:      356  v-elim:   5526  v-fix:    0  time:  0.08 s
22.09/22.13	c subs with bin:      267  lits-rem:      5565  v-fix:    0  time:  0.08 s
22.19/22.20	c lits-rem:       289  cl-subs:      486  v-elim:      0  v-fix:    0  time:  0.06 s
22.39/22.41	c asymm  cl-useful: 26/21909/27577 lits-rem:26 time: 0.21
22.39/22.42	c calculated reachability. Time: 0.01
22.39/22.42	c  N st    18     30501     15705     27577     72843      9556    184916    314309   no data   no data
22.79/22.85	c Finding binary XORs  T:     0.42 s  found:       0
23.49/23.58	c  N st    20     37612     15704     27577     72939     16391    184915    520582   no data   no data
24.29/24.36	c  N st    21     44012     15703     27577     72980     12664    184915    381456   no data   no data
24.49/24.58	c  S st    22     45751     15702     27577     73008     14346    184915    425729   no data   no data
24.69/24.71	c  S st    22     46252     15702     27577     73039     14815    184915    432636   no data   no data
24.69/24.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    403 locsubst:     0 time:   0.01
25.69/25.73	c Flit:     2 Blit:      0 bXBeca:    0 bXProp:    2 Bins: 167627 BRemL: 126487 BRemN:    540 P: 14.1M T:  1.00
25.69/25.75	c Replacing        2 vars Replaced      758 lits Time:     0.02 s 
25.69/25.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.69/25.76	c bin-w-bin subsume rem          205 bins  time:  0.01 s
25.69/25.78	c subs with bin:      178  lits-rem:        73  v-fix:    0  time:  0.02 s
25.79/25.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  15295 time:  0.02 s
25.79/25.82	c Removed useless bin:      42  fixed:     0  props:   0.53M  time:  0.01 s
25.79/25.84	c lits-rem:         1  cl-subs:       71  v-elim:    131  v-fix:    0  time:  0.03 s
25.89/25.91	c subs with bin:       38  lits-rem:       735  v-fix:    0  time:  0.05 s
25.89/25.95	c lits-rem:       125  cl-subs:      145  v-elim:      0  v-fix:    0  time:  0.03 s
25.89/25.95	c vivif2 --  cl tried    27193 cl shrink       75 lits rem        222 time: 0.01
25.89/25.97	c vivif2 --  cl tried    10644 cl shrink     1551 lits rem       6591 time: 0.01
26.19/26.27	c asymm  cl-useful: 168/24851/27130 lits-rem:851 time: 0.31
26.19/26.28	c calculated reachability. Time: 0.01
26.19/26.29	c  N st    22     46252     15164     27129    109214     10635    179935    365785   no data   no data
26.58/26.69	c Finding binary XORs  T:     0.40 s  found:       0
28.79/28.81	c  N st    23     60649     15164     27129    109222     24840    179935   1176788   no data   no data
29.70/29.76	c  N st    24     69379     15162     27129    109232     19811    179935    609724   no data   no data
29.70/29.76	c  S st    24     69379     15162     27129    109232     19811    179935    609724   no data   no data
29.79/29.88	c  S st    24     69879     15162     27129    109236     20306    179935    619422   no data   no data
29.79/29.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    200 locsubst:     0 time:   0.02
30.49/30.58	c Flit:     9 Blit:      0 bXBeca:    0 bXProp:    0 Bins:   7800 BRemL:   7653 BRemN:      1 P: 11.7M T:  0.68
30.49/30.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
30.49/30.59	c bin-w-bin subsume rem            6 bins  time:  0.01 s
30.59/30.61	c subs with bin:        4  lits-rem:         7  v-fix:    0  time:  0.02 s
30.59/30.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14948 time:  0.02 s
30.59/30.65	c Removed useless bin:       0  fixed:     0  props:   0.52M  time:  0.01 s
30.59/30.68	c lits-rem:         1  cl-subs:        4  v-elim:      1  v-fix:    0  time:  0.03 s
30.70/30.76	c subs with bin:       19  lits-rem:       122  v-fix:    0  time:  0.07 s
30.80/30.82	c lits-rem:       357  cl-subs:      431  v-elim:      0  v-fix:    0  time:  0.05 s
30.80/30.82	c vivif2 --  cl tried    27115 cl shrink        0 lits rem          0 time: 0.01
30.80/30.84	c vivif2 --  cl tried    15998 cl shrink     1160 lits rem       4439 time: 0.02
30.80/30.88	c asymm  cl-useful: 50/2264/27115 lits-rem:150 time: 0.03
30.80/30.89	c calculated reachability. Time: 0.00
30.80/30.89	c  N st    24     69879     14947     27065    103727     15997    179071    438715   no data   no data
32.79/32.89	c Finding binary XORs  T:     0.40 s  found:      29
33.29/33.38	c  F st    25     87501     14945     27064    102631     17363    179057    444663   no data   no data
33.39/33.40	c Replacing       29 vars Replaced      417 lits Time:     0.01 s 
33.39/33.42	c  N st    25     87501     14916     27064    102416     17362    178970    444314   no data   no data
34.00/34.02	c Decided on static restart strategy
34.39/34.43	c  N st    32     95546     14911     27064    102431     25205    178970    693753   no data   no data
35.59/35.67	c  N st    34    104819     14910     27064    102444     34179    178970   1135798   no data   no data
35.59/35.67	c  S st    34    104819     14910     27064    102444     34179    178970   1135798   no data   no data
35.79/35.82	c  S st    34    105322     14910     27064    102446     34678    178970   1147277   no data   no data
35.79/35.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    100 locsubst:     0 time:   0.01
36.59/36.60	c Flit:     3 Blit:      0 bXBeca:    0 bXProp:    6 Bins:   4788 BRemL:   4744 BRemN:      0 P: 15.0M T:  0.76
36.59/36.62	c Replacing        6 vars Replaced      946 lits Time:     0.02 s 
36.59/36.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
36.59/36.64	c bin-w-bin subsume rem           36 bins  time:  0.01 s
36.59/36.66	c subs with bin:       50  lits-rem:        56  v-fix:    0  time:  0.02 s
36.59/36.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14800 time:  0.02 s
36.59/36.69	c Removed useless bin:       0  fixed:     0  props:   0.53M  time:  0.01 s
36.69/36.72	c lits-rem:        12  cl-subs:       36  v-elim:     12  v-fix:    0  time:  0.03 s
36.99/37.07	c subs with bin:       53  lits-rem:      1228  v-fix:    0  time:  0.31 s
37.50/37.55	c lits-rem:      1221  cl-subs:      920  v-elim:      0  v-fix:    0  time:  0.48 s
37.50/37.55	c vivif2 --  cl tried    26965 cl shrink        0 lits rem          0 time: 0.01
37.60/37.61	c vivif2 --  cl tried    32012 cl shrink     5965 lits rem     128405 time: 0.06
37.89/37.94	c asymm  cl-useful: 182/19953/26965 lits-rem:488 time: 0.32
37.89/37.95	c calculated reachability. Time: 0.00
37.89/37.95	c  N st    34    105322     14788     26942    100365     32011    177668    903316   no data   no data
38.29/38.35	c Finding binary XORs  T:     0.40 s  found:      16
40.09/40.11	c  N st    35    114920     14788     26942    100368     23092    177668    746593   no data   no data
41.49/41.55	c  N st    36    129317     14788     26942    100370     36794    177668   1179111   no data   no data
44.39/44.48	c  N st    37    150913     14786     26942    100389     36509    177668   1097589   no data   no data
45.49/45.50	c  S st    38    157983     14784     26942    100393     43356    177667   1394322   no data   no data
45.59/45.67	c  S st    38    158487     14784     26942    100394     43855    177667   1411387   no data   no data
45.59/45.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
46.59/46.61	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    3 Bins:   1404 BRemL:   1646 BRemN:      8 P: 15.5M T:  0.92
46.59/46.63	c Replacing       19 vars Replaced      345 lits Time:     0.02 s 
46.59/46.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
46.59/46.65	c bin-w-bin subsume rem           30 bins  time:  0.01 s
46.59/46.67	c subs with bin:       16  lits-rem:        45  v-fix:    0  time:  0.02 s
46.59/46.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14764 time:  0.02 s
46.69/46.70	c Removed useless bin:       4  fixed:     0  props:   0.54M  time:  0.01 s
46.69/46.74	c lits-rem:         9  cl-subs:       47  v-elim:     22  v-fix:    0  time:  0.04 s
47.30/47.34	c subs with bin:       43  lits-rem:       209  v-fix:    0  time:  0.56 s
48.19/48.22	c lits-rem:      1621  cl-subs:     1447  v-elim:      0  v-fix:    0  time:  0.87 s
48.19/48.23	c vivif2 --  cl tried    26898 cl shrink        0 lits rem          0 time: 0.01
48.29/48.31	c vivif2 --  cl tried    42235 cl shrink     7165 lits rem      58318 time: 0.08
48.29/48.41	c asymm  cl-useful: 30/6945/26898 lits-rem:90 time: 0.10
48.40/48.42	c calculated reachability. Time: 0.00
48.40/48.42	c  N st    38    158487     14742     26868     94400     42235    177221   1290410   no data   no data
48.79/48.82	c Finding binary XORs  T:     0.40 s  found:      15
54.79/54.88	c  N st    39    207075     14741     26868     94401     41771    177221   1349607   no data   no data
60.99/61.07	c  N st    40    237731     14741     26868     94425     46328    177221   2263868   no data   no data
60.99/61.07	c  S st    40    237731     14741     26868     94425     46328    177221   2263868   no data   no data
61.19/61.27	c  S st    40    238236     14741     26868     94428     46830    177221   2281763   no data   no data
61.19/61.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
61.99/62.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    596 BRemL:    413 BRemN:      9 P: 16.9M T:  0.77
61.99/62.09	c Replacing       15 vars Replaced      218 lits Time:     0.03 s 
61.99/62.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
62.09/62.10	c bin-w-bin subsume rem           13 bins  time:  0.01 s
62.09/62.12	c subs with bin:       13  lits-rem:        25  v-fix:    0  time:  0.02 s
62.09/62.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14726 time:  0.02 s
62.09/62.15	c Removed useless bin:       2  fixed:     0  props:   0.52M  time:  0.01 s
62.19/62.20	c lits-rem:         3  cl-subs:       24  v-elim:     11  v-fix:    0  time:  0.04 s
63.39/63.44	c subs with bin:       27  lits-rem:       201  v-fix:    0  time:  1.17 s
64.99/65.08	c lits-rem:      2222  cl-subs:     1166  v-elim:      0  v-fix:    0  time:  1.64 s
64.99/65.09	c vivif2 --  cl tried    26842 cl shrink        0 lits rem          0 time: 0.01
65.19/65.24	c vivif2 --  cl tried    45602 cl shrink     8807 lits rem     186810 time: 0.14
65.50/65.58	c asymm  cl-useful: 65/15736/26842 lits-rem:254 time: 0.34
65.50/65.59	c calculated reachability. Time: 0.00
65.50/65.59	c  N st    40    238236     14715     26838     91511     45602    176772   2026605   no data   no data
65.90/65.99	c Finding binary XORs  T:     0.40 s  found:       0
73.89/73.94	c  F st    41    306250     14714     26838     91511     56028    176772   1787379   no data   no data
73.89/73.97	c  N st    41    306250     14714     26837     91474     56025    176747   1787315   no data   no data
74.81/74.82	c Decided on static restart strategy
77.79/77.89	c  N st    51    334560     14709     26837     91490     54754    176746   1472185   no data   no data
80.99/81.00	c  N st    53    357354     14708     26837     91495     47012    176746   1415059   no data   no data
80.99/81.00	c  S st    53    357354     14708     26837     91495     47012    176746   1415059   no data   no data
81.09/81.16	c  S st    53    357856     14708     26837     91496     47510    176746   1430848   no data   no data
81.09/81.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      1 locsubst:     0 time:   0.01
81.89/81.91	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    5 Bins:   1703 BRemL:   1504 BRemN:      0 P: 15.7M T:  0.74
81.89/81.94	c Replacing        5 vars Replaced      514 lits Time:     0.03 s 
81.89/81.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
81.89/81.96	c bin-w-bin subsume rem            9 bins  time:  0.01 s
81.89/81.98	c subs with bin:        1  lits-rem:         1  v-fix:    0  time:  0.02 s
81.99/82.00	c Subs w/ non-existent bins:      1 l-rem:      0 v-fix:     0 done:  14701 time:  0.02 s
81.99/82.01	c Removed useless bin:       0  fixed:     0  props:   0.51M  time:  0.01 s
81.99/82.05	c lits-rem:         2  cl-subs:       24  v-elim:     22  v-fix:    0  time:  0.04 s
82.40/82.45	c subs with bin:       14  lits-rem:        51  v-fix:    0  time:  0.37 s
84.80/84.89	c lits-rem:      1767  cl-subs:     1635  v-elim:      0  v-fix:    0  time:  2.43 s
84.89/84.90	c vivif2 --  cl tried    26802 cl shrink        0 lits rem          0 time: 0.01
84.89/84.98	c vivif2 --  cl tried    45847 cl shrink     4072 lits rem      23881 time: 0.08
85.09/85.12	c asymm  cl-useful: 3/11066/26802 lits-rem:9 time: 0.14
85.09/85.13	c calculated reachability. Time: 0.00
85.09/85.13	c  N st    53    357856     14679     26799     89242     45847    176286   1358650   no data   no data
85.50/85.53	c Finding binary XORs  T:     0.40 s  found:       2
89.79/89.88	c  N st    54    390248     14678     26799     89248     46496    176286   1088332   no data   no data
99.40/99.47	c  N st    55    438837     14678     26799     89251     61931    176286   4237526   no data   no data
119.40/119.41	c  N st    56    511719     14678     26799     89255     66668    176285   6142235   no data   no data
124.60/124.64	c  N st    57    536784     14677     26799     89272     56083    176284   1988617   no data   no data
124.60/124.64	c  S st    57    536784     14677     26799     89272     56083    176284   1988617   no data   no data
124.80/124.83	c  S st    57    537285     14675     26799     89272     56583    176283   2006144   no data   no data
124.80/124.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
125.60/125.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bins:   1993 BRemL:   2507 BRemN:      9 P: 18.1M T:  0.80
125.60/125.68	c Replacing        4 vars Replaced      118 lits Time:     0.03 s 
125.60/125.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
125.60/125.69	c bin-w-bin subsume rem            3 bins  time:  0.01 s
125.70/125.71	c subs with bin:       14  lits-rem:         9  v-fix:    0  time:  0.02 s
125.70/125.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14671 time:  0.02 s
125.70/125.74	c Removed useless bin:       3  fixed:     0  props:   0.49M  time:  0.01 s
125.70/125.78	c lits-rem:         3  cl-subs:       16  v-elim:      4  v-fix:    0  time:  0.04 s
126.51/126.59	c subs with bin:       31  lits-rem:      1763  v-fix:    0  time:  0.74 s
127.80/127.85	c lits-rem:      2814  cl-subs:     1266  v-elim:      0  v-fix:    0  time:  1.25 s
127.80/127.86	c vivif2 --  cl tried    26772 cl shrink        0 lits rem          0 time: 0.01
127.90/127.99	c vivif2 --  cl tried    55265 cl shrink     8007 lits rem      84656 time: 0.13
128.30/128.34	c asymm  cl-useful: 120/7789/26772 lits-rem:219 time: 0.35
128.30/128.35	c calculated reachability. Time: 0.00
128.30/128.35	c  N st    57    537285     14667     26768     85391     55264    175812   1859827   no data   no data
128.71/128.75	c Finding binary XORs  T:     0.40 s  found:       0
172.39/172.49	c  N st    58    701272     14667     26768     85396     66049    175812   2783899   no data   no data
193.40/193.41	c  N st    59    805927     14667     26768     85413     86193    175812   2479978   no data   no data
193.40/193.41	c  S st    59    805927     14667     26768     85413     86193    175812   2479978   no data   no data
193.61/193.62	c  S st    59    806429     14667     26768     85415     86693    175812   2496365   no data   no data
193.61/193.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
194.50/194.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:   1578 BRemL:    846 BRemN:      1 P: 21.9M T:  0.90
194.50/194.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
194.50/194.55	c bin-w-bin subsume rem            6 bins  time:  0.01 s
194.50/194.57	c subs with bin:       36  lits-rem:        33  v-fix:    0  time:  0.02 s
194.50/194.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14667 time:  0.02 s
194.60/194.61	c Removed useless bin:       1  fixed:     0  props:   0.49M  time:  0.01 s
194.60/194.65	c lits-rem:         0  cl-subs:       40  v-elim:     25  v-fix:    0  time:  0.05 s
195.39/195.49	c subs with bin:       16  lits-rem:       262  v-fix:    0  time:  0.76 s
201.09/201.15	c lits-rem:     10068  cl-subs:     3829  v-elim:      0  v-fix:    0  time:  5.65 s
201.09/201.15	c vivif2 --  cl tried    26734 cl shrink        3 lits rem          3 time: 0.01
201.30/201.35	c vivif2 --  cl tried    82554 cl shrink    14269 lits rem      93969 time: 0.20
201.70/201.70	c asymm  cl-useful: 26/18945/26734 lits-rem:46 time: 0.35
201.70/201.71	c calculated reachability. Time: 0.00
201.70/201.71	c  N st    59    806429     14642     26724     85722     82553    175610   2272138   no data   no data
202.10/202.11	c Finding binary XORs  T:     0.40 s  found:       0
247.70/247.73	c  F st    60   1071875     14642     26724     85729     75540    175609   4964604   no data   no data
247.70/247.75	c  N st    60   1071875     14642     26724     85729     75540    175609   4964604   no data   no data
248.70/248.74	c Decided on static restart strategy
253.40/253.41	c  N st    70   1100180     14640     26724     85734     55812    175609   1682287   no data   no data
262.70/262.71	c  N st    72   1136174     14638     26724     85739     91457    175609   4171032   no data   no data
266.40/266.48	c  N st    73   1168567     14638     26724     85739     74259    175609   1696698   no data   no data
274.91/274.97	c  N st    74   1209648     14638     26724     85739     64580    175609   2482538   no data   no data
274.91/274.97	c  S st    74   1209648     14638     26724     85739     64580    175609   2482538   no data   no data
275.10/275.17	c  S st    74   1210150     14638     26724     85739     65081    175609   2500158   no data   no data
275.10/275.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
275.90/275.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    3 Bins:   1123 BRemL:   1052 BRemN:      0 P: 17.7M T:  0.79
276.01/276.02	c Replacing        3 vars Replaced      545 lits Time:     0.03 s 
276.01/276.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
276.01/276.04	c bin-w-bin subsume rem            1 bins  time:  0.01 s
276.01/276.05	c subs with bin:        0  lits-rem:         1  v-fix:    0  time:  0.02 s
276.01/276.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14635 time:  0.02 s
276.01/276.09	c Removed useless bin:       0  fixed:     0  props:   0.49M  time:  0.01 s
276.11/276.13	c lits-rem:         2  cl-subs:       26  v-elim:      5  v-fix:    0  time:  0.05 s
276.90/276.98	c subs with bin:       21  lits-rem:       873  v-fix:    0  time:  0.78 s
279.90/279.92	c lits-rem:      2409  cl-subs:     1003  v-elim:      0  v-fix:    0  time:  2.93 s
279.90/279.93	c vivif2 --  cl tried    26699 cl shrink        1 lits rem          2 time: 0.01
280.00/280.07	c vivif2 --  cl tried    64019 cl shrink     4317 lits rem      25465 time: 0.14
280.40/280.43	c asymm  cl-useful: 63/7309/26699 lits-rem:76 time: 0.36
280.40/280.44	c calculated reachability. Time: 0.00
280.40/280.44	c  N st    74   1210150     14630     26698     84855     64018    175363   2435914   no data   no data
280.80/280.84	c Finding binary XORs  T:     0.40 s  found:       0
306.30/306.35	c  N st    75   1283032     14630     26698     84857     85235    175363   5056661   no data   no data
340.21/340.26	c  N st    76   1392355     14629     26698     84859     87482    175362   5774489   no data   no data
381.20/381.25	c  N st    77   1556342     14629     26698     84859     83965    175362   3610873   no data   no data
420.50/420.58	c  N st    78   1710150     14629     26698     84861    119753    175362  12483127   no data   no data
420.50/420.58	c  S st    78   1710150     14629     26698     84861    119753    175362  12483127   no data   no data
420.80/420.88	c  S st    78   1710652     14629     26698     84861    120253    175362  12499319   no data   no data
420.90/420.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
421.90/421.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    366 BRemL:    464 BRemN:      5 P: 25.0M T:  1.04
421.90/421.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
421.90/421.98	c bin-w-bin subsume rem            0 bins  time:  0.01 s
422.00/422.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
422.00/422.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14629 time:  0.02 s
422.00/422.03	c Removed useless bin:       2  fixed:     0  props:   0.49M  time:  0.01 s
422.10/422.14	c lits-rem:         0  cl-subs:       23  v-elim:      5  v-fix:    0  time:  0.11 s
424.00/424.02	c subs with bin:        6  lits-rem:        69  v-fix:    0  time:  1.40 s
456.41/456.49	c lits-rem:     22276  cl-subs:     2460  v-elim:      0  v-fix:    0  time: 32.46 s
456.41/456.50	c vivif2 --  cl tried    26680 cl shrink        0 lits rem          0 time: 0.01
457.41/457.43	c vivif2 --  cl tried   117778 cl shrink    31013 lits rem    1522249 time: 0.93
457.71/457.78	c asymm  cl-useful: 9/13369/26680 lits-rem:25 time: 0.35
457.81/457.80	c calculated reachability. Time: 0.00
457.81/457.80	c  N st    78   1710652     14624     26672     83363    117777    175149  10710453   no data   no data
583.61/583.66	c  N st    79   2079616     14624     26672     83366    112205    175149  10356172   no data   no data
603.71/603.73	c  N st    80   2210653     14624     26672     83379    109937    175149   3341708   no data   no data
603.71/603.73	c  S st    80   2210653     14624     26672     83379    109937    175149   3341708   no data   no data
603.92/603.99	c  S st    80   2211153     14624     26672     83381    110433    175149   3355562   no data   no data
604.01/604.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
604.91/605.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bins:   1265 BRemL:    808 BRemN:      1 P: 23.6M T:  0.98
605.02/605.02	c Replacing        2 vars Replaced       44 lits Time:     0.02 s 
605.02/605.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
605.02/605.04	c bin-w-bin subsume rem            3 bins  time:  0.01 s
605.02/605.06	c subs with bin:        5  lits-rem:         7  v-fix:    0  time:  0.02 s
605.02/605.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14622 time:  0.02 s
605.02/605.09	c Removed useless bin:       0  fixed:     0  props:   0.49M  time:  0.01 s
605.11/605.15	c lits-rem:         2  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.06 s
606.41/606.43	c subs with bin:       25  lits-rem:         6  v-fix:    0  time:  1.18 s
611.71/611.73	c lits-rem:      3614  cl-subs:     1432  v-elim:      0  v-fix:    0  time:  5.30 s
611.71/611.74	c vivif2 --  cl tried    26664 cl shrink        0 lits rem          0 time: 0.01
611.91/611.97	c vivif2 --  cl tried   108976 cl shrink    13203 lits rem      86796 time: 0.23
612.02/612.09	c asymm  cl-useful: 0/5986/26664 lits-rem:0 time: 0.11
612.12/612.10	c calculated reachability. Time: 0.00
612.12/612.10	c  N st    80   2211153     14622     26664     83837    108974    175113   3230582   no data   no data
612.52/612.50	c Finding binary XORs  T:     0.40 s  found:       0
759.21/759.21	c  N st    81   2711153     14621     26664     83862    112672    175113   4589582   no data   no data
759.21/759.22	c  S st    81   2711153     14621     26664     83862    112672    175113   4589582   no data   no data
759.41/759.49	c  S st    81   2711653     14621     26664     83865    113168    175112   4608892   no data   no data
759.51/759.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
760.71/760.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:    585 BRemL:    561 BRemN:      0 P: 23.7M T:  1.20
760.71/760.78	c Replacing        1 vars Replaced      706 lits Time:     0.05 s 
760.71/760.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
760.71/760.80	c bin-w-bin subsume rem            5 bins  time:  0.01 s
760.81/760.82	c subs with bin:        1  lits-rem:         6  v-fix:    0  time:  0.02 s
760.81/760.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14620 time:  0.02 s
760.81/760.85	c Removed useless bin:       0  fixed:     0  props:   0.50M  time:  0.01 s
760.91/760.93	c lits-rem:         0  cl-subs:        4  v-elim:      1  v-fix:    0  time:  0.08 s
762.51/762.58	c subs with bin:       40  lits-rem:        67  v-fix:    0  time:  1.51 s
771.31/771.34	c lits-rem:      3089  cl-subs:     1387  v-elim:      0  v-fix:    0  time:  8.76 s
771.31/771.35	c vivif2 --  cl tried    26660 cl shrink        1 lits rem          2 time: 0.01
771.61/771.64	c vivif2 --  cl tried   111723 cl shrink    12492 lits rem     101820 time: 0.29
772.01/772.02	c asymm  cl-useful: 26/7473/26660 lits-rem:62 time: 0.38
772.01/772.03	c calculated reachability. Time: 0.00
772.01/772.03	c  N st    81   2711653     14619     26660     83430    111723    174986   4417040   no data   no data
772.41/772.43	c Finding binary XORs  T:     0.40 s  found:       0
859.52/859.56	c  N st    82   3211654     14618     26660     83435    144795    174986   6044277   no data   no data
859.52/859.56	c  S st    82   3211654     14618     26660     83435    144795    174986   6044277   no data   no data
859.82/859.89	c  S st    82   3212155     14618     26660     83435    145296    174986   6061896   no data   no data
859.92/859.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
861.02/861.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    213 BRemL:    365 BRemN:      1 P: 26.7M T:  1.09
861.02/861.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
861.02/861.03	c bin-w-bin subsume rem            1 bins  time:  0.01 s
861.02/861.05	c subs with bin:        3  lits-rem:         0  v-fix:    0  time:  0.02 s
861.02/861.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14618 time:  0.02 s
861.02/861.08	c Removed useless bin:       0  fixed:     0  props:   0.50M  time:  0.01 s
861.12/861.16	c lits-rem:         0  cl-subs:       12  v-elim:      0  v-fix:    0  time:  0.08 s
862.82/862.83	c subs with bin:        3  lits-rem:         3  v-fix:    0  time:  1.46 s
889.12/889.10	c lits-rem:      5124  cl-subs:     1768  v-elim:      0  v-fix:    0  time: 26.27 s
889.12/889.11	c vivif2 --  cl tried    26645 cl shrink        0 lits rem          0 time: 0.01
889.52/889.58	c vivif2 --  cl tried   143524 cl shrink    22595 lits rem     196746 time: 0.47
889.93/889.94	c asymm  cl-useful: 0/14320/26645 lits-rem:0 time: 0.36
889.93/889.96	c calculated reachability. Time: 0.00
889.93/889.96	c  N st    82   3212155     14618     26645     83106    143522    174848   5757849   no data   no data
982.03/982.02	c  N st    83   3712156     14618     26645     83109    142623    174847   6205419   no data   no data
982.03/982.02	c  S st    83   3712156     14618     26645     83109    142623    174847   6205419   no data   no data
982.34/982.37	c  S st    83   3712658     14618     26645     83109    143124    174846   6227160   no data   no data
982.43/982.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
983.53/983.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:    278 BRemL:    476 BRemN:      0 P: 26.5M T:  1.13
983.53/983.57	c Replacing        1 vars Replaced      472 lits Time:     0.03 s 
983.53/983.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
983.53/983.58	c bin-w-bin subsume rem            2 bins  time:  0.01 s
983.63/983.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
983.63/983.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14617 time:  0.02 s
983.63/983.63	c Removed useless bin:       0  fixed:     0  props:   0.50M  time:  0.01 s
983.73/983.71	c lits-rem:         0  cl-subs:        8  v-elim:      5  v-fix:    0  time:  0.08 s
985.32/985.34	c subs with bin:        9  lits-rem:        81  v-fix:    0  time:  1.44 s
1012.23/1012.20	c lits-rem:      5617  cl-subs:     2084  v-elim:      0  v-fix:    0  time: 26.86 s
1012.23/1012.20	c vivif2 --  cl tried    26643 cl shrink        0 lits rem          0 time: 0.01
1012.63/1012.68	c vivif2 --  cl tried   140949 cl shrink    21049 lits rem     128136 time: 0.47
1012.83/1012.80	c asymm  cl-useful: 0/4850/26643 lits-rem:0 time: 0.12
1012.83/1012.81	c calculated reachability. Time: 0.00
1012.83/1012.81	c  N st    83   3712658     14612     26643     81291    140949    174801   5968197   no data   no data
1028.83/1028.88	c  F st    84   3751563     14611     26643     81291     94728    174801   3009316   no data   no data
1028.93/1028.92	c  N st    84   3751563     14611     26640     80774     94685    174731   3008126   no data   no data
1030.03/1030.02	c Decided on static restart strategy
1034.72/1034.70	c  N st    94   3779875     14608     26640     80783    122523    174731   4956969   no data   no data
1042.13/1042.11	c  N st    96   3815867     14608     26640     80792    158015    174731   6693814   no data   no data
1051.13/1051.16	c  N st    97   3848259     14608     26640     80795    104152    174731   3635388   no data   no data
1060.83/1060.88	c  N st    98   3896847     14607     26640     80795    151779    174731   6161525   no data   no data
1077.23/1077.20	c  N st    99   3969731     14607     26640     80795    135315    174731   7272393   no data   no data
1117.13/1117.19	c  N st   100   4079057     14607     26640     80799    155464    174731   6800110   no data   no data
1143.63/1143.61	c  N st   101   4212659     14607     26640     80799    106431    174731   3929131   no data   no data
1143.63/1143.61	c  S st   101   4212659     14607     26640     80799    106431    174731   3929131   no data   no data
1143.83/1143.89	c  S st   101   4213160     14607     26640     80801    106928    174730   3943648   no data   no data
1143.93/1143.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1144.93/1144.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bins:   1316 BRemL:   1802 BRemN:      0 P: 23.0M T:  0.98
1144.93/1144.95	c Replacing        2 vars Replaced      830 lits Time:     0.05 s 
1144.93/1144.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1144.93/1144.97	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1144.93/1144.99	c subs with bin:        4  lits-rem:         1  v-fix:    0  time:  0.02 s
1145.03/1145.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14605 time:  0.02 s
1145.03/1145.02	c Removed useless bin:       0  fixed:     0  props:   0.50M  time:  0.01 s
1145.03/1145.09	c lits-rem:         0  cl-subs:        3  v-elim:      4  v-fix:    0  time:  0.07 s
1146.53/1146.52	c subs with bin:       26  lits-rem:       252  v-fix:    0  time:  1.31 s
1151.23/1151.25	c lits-rem:      1507  cl-subs:      844  v-elim:      0  v-fix:    0  time:  4.73 s
1151.23/1151.25	c vivif2 --  cl tried    26634 cl shrink        3 lits rem          3 time: 0.01
1151.43/1151.47	c vivif2 --  cl tried   106022 cl shrink     5836 lits rem      27741 time: 0.22
1151.84/1151.85	c asymm  cl-useful: 22/7202/26634 lits-rem:29 time: 0.37
1151.84/1151.86	c calculated reachability. Time: 0.00
1151.84/1151.86	c  N st   101   4213160     14601     26634     79221    106019    174629   3866804   no data   no data
1152.24/1152.26	c Finding binary XORs  T:     0.40 s  found:       0
1246.24/1246.21	c  N st   102   4459138     14601     26634     79227    166002    174629   7854958   no data   no data

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3368257-1305388748/watcher-3368257-1305388748 -o /tmp/evaluation-result-3368257-1305388748/solver-3368257-1305388748 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3368257-1305388748.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: 2.83 3.75 3.91 4/363 6121
/proc/meminfo: memFree=17762052/32950928 swapFree=67111200/67111528
[pid=6121] ppid=6119 vsize=36176 CPUtime=0 cores=5,7
/proc/6121/stat : 6121 (strangenight2-s) R 6119 6121 6061 0 -1 4202496 3634 0 0 0 0 0 0 0 25 0 1 0 729105518 37044224 3054 33554432000 4194304 4580011 140735914241440 18446744073709551615 4349475 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6121/statm: 9044 3062 322 95 0 4026 0

[startup+0.030205 s]
/proc/loadavg: 2.83 3.75 3.91 4/363 6121
/proc/meminfo: memFree=17762052/32950928 swapFree=67111200/67111528
[pid=6121] ppid=6119 vsize=49812 CPUtime=0.01 cores=5,7
/proc/6121/stat : 6121 (strangenight2-s) R 6119 6121 6061 0 -1 4202496 8553 0 0 0 1 0 0 0 25 0 1 0 729105518 51007488 6377 33554432000 4194304 4580011 140735914241440 18446744073709551615 4310242 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6121/statm: 12453 6384 322 95 0 7435 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 49812

[startup+0.101201 s]
/proc/loadavg: 2.83 3.75 3.91 4/363 6121
/proc/meminfo: memFree=17762052/32950928 swapFree=67111200/67111528
[pid=6121] ppid=6119 vsize=68788 CPUtime=0.09 cores=5,7
/proc/6121/stat : 6121 (strangenight2-s) R 6119 6121 6061 0 -1 4202496 12144 0 0 0 8 1 0 0 25 0 1 0 729105518 70438912 9933 33554432000 4194304 4580011 140735914241440 18446744073709551615 4489378 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6121/statm: 17197 9934 325 95 0 12179 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 68788

[startup+0.301164 s]
/proc/loadavg: 2.83 3.75 3.91 4/363 6121
/proc/meminfo: memFree=17762052/32950928 swapFree=67111200/67111528
[pid=6121] ppid=6119 vsize=70120 CPUtime=0.29 cores=5,7
/proc/6121/stat : 6121 (strangenight2-s) R 6119 6121 6061 0 -1 4202496 12687 0 0 0 28 1 0 0 25 0 1 0 729105518 71802880 10476 33554432000 4194304 4580011 140735914241440 18446744073709551615 4293051 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6121/statm: 17530 10476 340 95 0 12512 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70120

[startup+0.701075 s]
/proc/loadavg: 2.83 3.75 3.91 4/363 6121
/proc/meminfo: memFree=17762052/32950928 swapFree=67111200/67111528
[pid=6121] ppid=6119 vsize=72540 CPUtime=0.68 cores=5,7
/proc/6121/stat : 6121 (strangenight2-s) R 6119 6121 6061 0 -1 4202496 13306 0 0 0 67 1 0 0 25 0 1 0 729105518 74280960 11095 33554432000 4194304 4580011 140735914241440 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6121/statm: 18135 11095 342 95 0 13117 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 72540

[startup+1.50093 s]
/proc/loadavg: 2.92 3.76 3.91 5/364 6122
/proc/meminfo: memFree=17612872/32950928 swapFree=67111200/67111528
[pid=6121] ppid=6119 vsize=110788 CPUtime=1.48 cores=5,7
/proc/6121/stat : 6121 (strangenight2-s) R 6119 6121 6061 0 -1 4202496 20991 0 0 0 146 2 0 0 25 0 1 0 729105518 113446912 18780 33554432000 4194304 4580011 140735914241440 18446744073709551615 4293138 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6121/statm: 27697 18780 342 95 0 22679 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 110788

[startup+3.10063 s]
/proc/loadavg: 2.92 3.76 3.91 5/364 6122
/proc/meminfo: memFree=17476100/32950928 swapFree=67111200/67111528
[pid=6121] ppid=6119 vsize=187324 CPUtime=3.09 cores=5,7
/proc/6121/stat : 6121 (strangenight2-s) R 6119 6121 6061 0 -1 4202496 36459 0 0 0 305 4 0 0 25 0 1 0 729105518 191819776 34248 33554432000 4194304 4580011 140735914241440 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6121/statm: 46831 34250 342 95 0 41813 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 187324

[startup+6.30102 s]
/proc/loadavg: 2.92 3.76 3.91 5/364 6122
/proc/meminfo: memFree=17065420/32950928 swapFree=67111200/67111528
[pid=6121] ppid=6119 vsize=371072 CPUtime=6.29 cores=5,7
/proc/6121/stat : 6121 (strangenight2-s) R 6119 6121 6061 0 -1 4202496 69938 0 0 0 621 8 0 0 25 0 1 0 729105518 379977728 67727 33554432000 4194304 4580011 140735914241440 18446744073709551615 4293749 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6121/statm: 92768 67727 342 95 0 87750 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 371072

[startup+12.7008 s]
/proc/loadavg: 3.08 3.76 3.91 5/364 6123
/proc/meminfo: memFree=16336024/32950928 swapFree=67111200/67111528
[pid=6121] ppid=6119 vsize=628908 CPUtime=12.69 cores=5,7
/proc/6121/stat : 6121 (strangenight2-s) R 6119 6121 6061 0 -1 4202496 129229 0 0 0 1254 15 0 0 25 0 1 0 729105518 644001792 127018 33554432000 4194304 4580011 140735914241440 18446744073709551615 4427848 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6121/statm: 157227 127018 354 95 0 152209 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 628908

[startup+25.5004 s]
/proc/loadavg: 3.23 3.77 3.91 5/364 6123
/proc/meminfo: memFree=16187548/32950928 swapFree=67111200/67111528
[pid=6121] ppid=6119 vsize=679472 CPUtime=25.49 cores=5,7
/proc/6121/stat : 6121 (strangenight2-s) R 6119 6121 6061 0 -1 4202496 143484 0 0 0 2532 17 0 0 25 0 1 0 729105518 695779328 137955 33554432000 4194304 4580011 140735914241440 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6121/statm: 169868 137955 367 95 0 164850 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 679472

[startup+51.1006 s]
/proc/loadavg: 3.53 3.79 3.91 5/364 6124
/proc/meminfo: memFree=16091552/32950928 swapFree=67111200/67111528
[pid=6121] ppid=6119 vsize=708504 CPUtime=51.09 cores=5,7
/proc/6121/stat : 6121 (strangenight2-s) R 6119 6121 6061 0 -1 4202496 156585 0 0 0 5089 20 0 0 25 0 1 0 729105518 725508096 145340 33554432000 4194304 4580011 140735914241440 18446744073709551615 4293000 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6121/statm: 177126 145340 367 95 0 172108 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 708504

[startup+102.314 s]
/proc/loadavg: 3.86 3.84 3.91 5/364 6125
/proc/meminfo: memFree=15987988/32950928 swapFree=67111200/67111528
[pid=6121] ppid=6119 vsize=759840 CPUtime=102.31 cores=5,7
/proc/6121/stat : 6121 (strangenight2-s) R 6119 6121 6061 0 -1 4202496 191579 0 0 0 10204 27 0 0 25 0 1 0 729105518 778076160 157863 33554432000 4194304 4580011 140735914241440 18446744073709551615 4293044 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6121/statm: 189960 157864 367 95 0 184942 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 759840

[startup+162.301 s]
/proc/loadavg: 4.06 3.89 3.93 5/364 6136
/proc/meminfo: memFree=15952884/32950928 swapFree=67111200/67111528
[pid=6121] ppid=6119 vsize=761008 CPUtime=162.29 cores=5,7
/proc/6121/stat : 6121 (strangenight2-s) R 6119 6121 6061 0 -1 4202496 218543 0 0 0 16196 33 0 0 25 0 1 0 729105518 779272192 159642 33554432000 4194304 4580011 140735914241440 18446744073709551615 4316382 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6121/statm: 190252 159642 367 95 0 185234 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 761008

[startup+222.3 s]
/proc/loadavg: 4.06 3.92 3.93 5/364 6137
/proc/meminfo: memFree=15835556/32950928 swapFree=67111200/67111528
[pid=6121] ppid=6119 vsize=847080 CPUtime=222.3 cores=5,7
/proc/6121/stat : 6121 (strangenight2-s) R 6119 6121 6061 0 -1 4202496 249007 0 0 0 22188 42 0 0 25 0 1 0 729105518 867409920 166571 33554432000 4194304 4580011 140735914241440 18446744073709551615 4292953 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6121/statm: 211770 166571 367 95 0 206752 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 847080

[startup+282.301 s]
/proc/loadavg: 4.02 3.94 3.93 5/364 6139
/proc/meminfo: memFree=15785396/32950928 swapFree=67111200/67111528
[pid=6121] ppid=6119 vsize=859256 CPUtime=282.3 cores=5,7
/proc/6121/stat : 6121 (strangenight2-s) R 6119 6121 6061 0 -1 4202496 285043 0 0 0 28182 48 0 0 25 0 1 0 729105518 879878144 168281 33554432000 4194304 4580011 140735914241440 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6121/statm: 214814 168281 372 95 0 209796 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 859256

[startup+342.301 s]
/proc/loadavg: 4.00 3.94 3.93 5/364 6140
/proc/meminfo: memFree=15736504/32950928 swapFree=67111200/67111528
[pid=6121] ppid=6119 vsize=862000 CPUtime=342.3 cores=5,7
/proc/6121/stat : 6121 (strangenight2-s) R 6119 6121 6061 0 -1 4202496 313486 0 0 0 34176 54 0 0 25 0 1 0 729105518 882688000 170790 33554432000 4194304 4580011 140735914241440 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6121/statm: 215500 170790 367 95 0 210482 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 862000

[startup+402.3 s]
/proc/loadavg: 4.00 3.95 3.93 5/364 6142
/proc/meminfo: memFree=15468396/32950928 swapFree=67111200/67111528
[pid=6121] ppid=6119 vsize=797524 CPUtime=402.31 cores=5,7
/proc/6121/stat : 6121 (strangenight2-s) R 6119 6121 6061 0 -1 4202496 337915 0 0 0 40168 63 0 0 25 0 1 0 729105518 816664576 168092 33554432000 4194304 4580011 140735914241440 18446744073709551615 4294928 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6121/statm: 199381 168092 367 95 0 194363 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 797524

[startup+462.301 s]
/proc/loadavg: 4.04 3.97 3.94 5/364 6144
/proc/meminfo: memFree=15313832/32950928 swapFree=67111200/67111528
[pid=6121] ppid=6119 vsize=1014328 CPUtime=462.31 cores=5,7
/proc/6121/stat : 6121 (strangenight2-s) R 6119 6121 6061 0 -1 4202496 412612 0 0 0 46157 74 0 0 25 0 1 0 729105518 1038671872 217083 33554432000 4194304 4580011 140735914241440 18446744073709551615 4294188 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6121/statm: 253582 217083 367 95 0 248564 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 1014328

[startup+522.301 s]
/proc/loadavg: 4.01 3.97 3.94 5/364 6145
/proc/meminfo: memFree=15290608/32950928 swapFree=67111200/67111528
[pid=6121] ppid=6119 vsize=1015476 CPUtime=522.31 cores=5,7
/proc/6121/stat : 6121 (strangenight2-s) R 6119 6121 6061 0 -1 4202496 454431 0 0 0 52148 83 0 0 25 0 1 0 729105518 1039847424 217612 33554432000 4194304 4580011 140735914241440 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6121/statm: 253869 217612 367 95 0 248851 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1015476

[startup+582.3 s]
/proc/loadavg: 4.00 3.97 3.94 5/364 6147
/proc/meminfo: memFree=15193100/32950928 swapFree=67111200/67111528
[pid=6121] ppid=6119 vsize=1093120 CPUtime=582.31 cores=5,7
/proc/6121/stat : 6121 (strangenight2-s) R 6119 6121 6061 0 -1 4202496 489157 0 0 0 58138 93 0 0 25 0 1 0 729105518 1119354880 223405 33554432000 4194304 4580011 140735914241440 18446744073709551615 4316685 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6121/statm: 273280 223405 367 95 0 268262 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1093120

[startup+642.301 s]
/proc/loadavg: 4.00 3.97 3.94 5/364 6148
/proc/meminfo: memFree=15188832/32950928 swapFree=67111200/67111528
[pid=6121] ppid=6119 vsize=1097944 CPUtime=642.32 cores=5,7
/proc/6121/stat : 6121 (strangenight2-s) R 6119 6121 6061 0 -1 4202496 510329 0 0 0 64134 98 0 0 25 0 1 0 729105518 1124294656 221519 33554432000 4194304 4580011 140735914241440 18446744073709551615 4294185 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6121/statm: 274486 221519 367 95 0 269468 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 1097944

[startup+702.301 s]
/proc/loadavg: 4.17 4.03 3.96 5/364 6150
/proc/meminfo: memFree=15192496/32950928 swapFree=67111200/67111528
[pid=6121] ppid=6119 vsize=1036204 CPUtime=702.31 cores=5,7
/proc/6121/stat : 6121 (strangenight2-s) R 6119 6121 6061 0 -1 4202496 530410 0 0 0 70127 104 0 0 25 0 1 0 729105518 1061072896 222191 33554432000 4194304 4580011 140735914241440 18446744073709551615 4294656 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6121/statm: 259051 222191 367 95 0 254033 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1036204

[startup+762.314 s]
/proc/loadavg: 4.11 4.04 3.96 5/364 6152
/proc/meminfo: memFree=15104912/32950928 swapFree=67111200/67111528
[pid=6121] ppid=6119 vsize=1134656 CPUtime=762.33 cores=5,7
/proc/6121/stat : 6121 (strangenight2-s) R 6119 6121 6061 0 -1 4202496 546365 0 0 0 76125 108 0 0 25 0 1 0 729105518 1161887744 228955 33554432000 4194304 4580011 140735914241440 18446744073709551615 4413255 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6121/statm: 283664 228955 367 95 0 278646 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 1134656

[startup+822.301 s]
/proc/loadavg: 4.04 4.03 3.96 5/364 6180
/proc/meminfo: memFree=15271672/32950928 swapFree=67111200/67111528
[pid=6121] ppid=6119 vsize=1137596 CPUtime=822.32 cores=5,7
/proc/6121/stat : 6121 (strangenight2-s) R 6119 6121 6061 0 -1 4202496 569670 0 0 0 82119 113 0 0 25 0 1 0 729105518 1164898304 229918 33554432000 4194304 4580011 140735914241440 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6121/statm: 284399 229918 367 95 0 279381 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 1137596

[startup+882.301 s]
/proc/loadavg: 4.10 4.05 3.97 5/364 6182
/proc/meminfo: memFree=15221888/32950928 swapFree=67111200/67111528
[pid=6121] ppid=6119 vsize=1151368 CPUtime=882.32 cores=5,7
/proc/6121/stat : 6121 (strangenight2-s) R 6119 6121 6061 0 -1 4202496 591213 0 0 0 88115 117 0 0 25 0 1 0 729105518 1179000832 232779 33554432000 4194304 4580011 140735914241440 18446744073709551615 4416631 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6121/statm: 287842 232779 367 95 0 282824 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 1151368

[startup+942.3 s]
/proc/loadavg: 4.13 4.07 3.98 5/364 6183
/proc/meminfo: memFree=15186512/32950928 swapFree=67111200/67111528
[pid=6121] ppid=6119 vsize=1069164 CPUtime=942.32 cores=5,7
/proc/6121/stat : 6121 (strangenight2-s) R 6119 6121 6061 0 -1 4202496 625601 0 0 0 94107 125 0 0 25 0 1 0 729105518 1094823936 229926 33554432000 4194304 4580011 140735914241440 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6121/statm: 267291 229926 367 95 0 262273 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1069164

[startup+1002.3 s]
/proc/loadavg: 4.10 4.07 3.99 5/364 6185
/proc/meminfo: memFree=15104400/32950928 swapFree=67111200/67111528
[pid=6121] ppid=6119 vsize=1196868 CPUtime=1002.33 cores=5,7
/proc/6121/stat : 6121 (strangenight2-s) R 6119 6121 6061 0 -1 4202496 654419 0 0 0 100100 133 0 0 25 0 1 0 729105518 1225592832 241592 33554432000 4194304 4580011 140735914241440 18446744073709551615 4416649 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6121/statm: 299217 241592 377 95 0 294199 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 1196868

[startup+1062.3 s]
/proc/loadavg: 4.04 4.05 3.99 5/364 6187
/proc/meminfo: memFree=15119736/32950928 swapFree=67111200/67111528
[pid=6121] ppid=6119 vsize=1199384 CPUtime=1062.33 cores=5,7
/proc/6121/stat : 6121 (strangenight2-s) R 6119 6121 6061 0 -1 4202496 676627 0 0 0 106095 138 0 0 25 0 1 0 729105518 1228169216 241869 33554432000 4194304 4580011 140735914241440 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6121/statm: 299846 241869 377 95 0 294828 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 1199384

[startup+1122.3 s]
/proc/loadavg: 4.01 4.04 3.99 5/364 6188
/proc/meminfo: memFree=15085116/32950928 swapFree=67111200/67111528
[pid=6121] ppid=6119 vsize=1199428 CPUtime=1122.33 cores=5,7
/proc/6121/stat : 6121 (strangenight2-s) R 6119 6121 6061 0 -1 4202496 697915 0 0 0 112088 145 0 0 25 0 1 0 729105518 1228214272 243504 33554432000 4194304 4580011 140735914241440 18446744073709551615 4340507 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6121/statm: 299857 243504 377 95 0 294839 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 1199428

[startup+1182.3 s]
/proc/loadavg: 4.05 4.05 4.00 5/364 6190
/proc/meminfo: memFree=15058416/32950928 swapFree=67111200/67111528
[pid=6121] ppid=6119 vsize=1112716 CPUtime=1182.33 cores=5,7
/proc/6121/stat : 6121 (strangenight2-s) R 6119 6121 6061 0 -1 4202496 731493 0 0 0 118081 152 0 0 25 0 1 0 729105518 1139421184 239930 33554432000 4194304 4580011 140735914241440 18446744073709551615 4294390 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6121/statm: 278179 239930 367 95 0 273161 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1112716

[startup+1242.3 s]
/proc/loadavg: 4.16 4.07 4.01 5/364 6299
/proc/meminfo: memFree=15862936/32950928 swapFree=67111200/67111528
[pid=6121] ppid=6119 vsize=1207848 CPUtime=1242.33 cores=5,7
/proc/6121/stat : 6121 (strangenight2-s) R 6119 6121 6061 0 -1 4202496 750071 0 0 0 124077 156 0 0 25 0 1 0 729105518 1236836352 243352 33554432000 4194304 4580011 140735914241440 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6121/statm: 301962 243352 367 95 0 296944 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1207848



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.06 4.05 4.00 4/362 6302
/proc/meminfo: memFree=16638912/32950928 swapFree=67111200/67111528
[pid=6121] ppid=6119 vsize=1228044 CPUtime=1300.05 cores=5,7
/proc/6121/stat : 6121 (strangenight2-s) R 6119 6121 6061 0 -1 4202496 778081 0 0 0 129841 164 0 0 25 0 1 0 729105518 1257517056 251905 33554432000 4194304 4580011 140735914241440 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6121/statm: 307011 251905 367 95 0 301993 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 1228044

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.06
CPU time (s): 1300.1
CPU user time (s): 1298.42
CPU system time (s): 1.68474
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 1344160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.42
system time used= 1.68474
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 778082
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 1295

runsolver used 4.5713 second user time and 10.6234 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-14 17:59:08
IDJOB=3368257
IDBENCH=83126
IDSOLVER=1845
FILE ID=node115/3368257-1305388748
RUNJOBID= node115-1305388748-6082
PBS_JOBID= 13324414
Free space on /tmp= 73204 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top30.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368257-1305388748/watcher-3368257-1305388748 -o /tmp/evaluation-result-3368257-1305388748/solver-3368257-1305388748 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3368257-1305388748.cnf

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

MD5SUM BENCH= 31142839684b7824419884a35a31fc88
RANDOM SEED=2071567570

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      17762332 kB
Buffers:        278244 kB
Cached:        4486032 kB
SwapCached:          0 kB
Active:       11948780 kB
Inactive:      2918708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17762332 kB
SwapTotal:    67111528 kB
SwapFree:     67111200 kB
Dirty:           37732 kB
Writeback:          16 kB
AnonPages:    10103796 kB
Mapped:          28372 kB
Slab:           212228 kB
PageTables:      41888 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 69824844 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= 73208 MiB
End job on node115 at 2011-05-14 18:20:51