Trace number 3291545

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-Night-1-st? (TO) 1300.05 1300.02

General information on the benchmark

NameSAT03/industrial/kukula/addm_bench/
am_7_7.shuffled-as.sat03-363.cnf
MD5SUMc7f51e1ee7556440ab29e1c4bfe29538
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4264
Number of clauses14751
Sum of the clauses size40035
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 24214
Number of clauses of size 310535
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3291545-1303788158.cnf'
0.00/0.00	c -- header says num vars:           4264
0.00/0.00	c -- header says num clauses:       14751
0.00/0.01	c -- clauses added:            0 learnts,        14751 normals,            0 xors
0.00/0.01	c -- vars added       4264
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0      4264     10534      4212         0     40026         0   no data   no data  --
0.06/0.10	c asymm  cl-useful: 0/10533/10533 lits-rem:0 time: 0.09
0.09/0.11	c Flit:   170 Blit:   1223 bXBeca:    0 bXProp:  344 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
0.09/0.11	c Cleaning up after failed var search:     0.00 s 
0.09/0.11	c Replacing      344 vars Replaced     2881 lits Time:     0.00 s 
0.09/0.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.09/0.11	c subs with bin:      204  lits-rem:       136  v-fix:    0  time:  0.00 s
0.09/0.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1165 time:  0.00 s
0.09/0.12	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
0.09/0.12	c lits-rem:         0  cl-subs:       42  v-elim:    166  v-fix:    0  time:  0.01 s
0.09/0.12	c Finding binary XORs  T:     0.00 s  found:       1
0.09/0.12	c Replacing        1 vars Replaced       12 lits Time:     0.00 s 
0.09/0.12	c Finding non-binary XORs:     0.00 s (found:     493, avg size: 3.0)
0.09/0.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      1 locsubst:     2 time:   0.00
0.09/0.12	c calculated reachability. Time: 0.00
0.09/0.12	c Calc default polars -  time:   0.00 s pos:     205 undec:    3318 neg:     741
0.09/0.12	c =========================================================================================
0.09/0.12	c types(t): F = full restart, N = normal restart
0.09/0.12	c types(t): S = simplification begin/end, E = solution found
0.09/0.12	c restart types(rt): st = static, dy = dynamic
0.09/0.12	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.09/0.12	c  B st     0         0       997       914       774         0      6000         0   no data   no data  --
0.09/0.19	c Decided on static restart strategy
0.19/0.29	c  N st     8      4917       972       914      1042      4543      6000    137429   no data   no data  --
0.59/0.65	c  N st    10     11300       970       914      1080      4770      6000    112676   no data   no data  --
0.59/0.65	c Finding binary XORs  T:     0.00 s  found:       2
0.59/0.65	c Replacing       25 vars Replaced      507 lits Time:     0.00 s 
0.89/0.99	c  N st    11     17044       917       762      1098     10351      5305    306039   no data   no data  --
1.49/1.51	c  F st    12     25000       917       762      1122     13075      5305    314823   no data   no data  --
1.49/1.52	c  N st    12     25000       917       762      1117     13075      5297    314821   no data   no data  --
1.79/1.81	c Decided on static restart strategy
1.79/1.81	c  N st    18     30000       916       762      1146     11683      5297    308278   no data   no data  --
1.79/1.81	c  S st    18     30000       916       762      1146     11683      5297    308278   no data   no data  --
1.79/1.83	c Finding binary XORs  T:     0.00 s  found:       0
1.79/1.85	c  S st    18     30504       915       757      1152     12102      5277    317088   no data   no data  --
1.79/1.86	c x-sub:     1 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.79/1.86	c Cache  BProp: 9 Set: 0 BXProp: 0 T: 0.00
1.79/1.89	c Flit:     9 Blit:     11 bXBeca:    1 bXProp:   12 Bins:    792 BRemL:    109 BRemN:      0 P:  0.7M T:  0.03
1.79/1.89	c Replacing       14 vars Replaced      612 lits Time:     0.00 s 
1.89/1.90	c bin-w-bin subsume rem           26 bins  time:  0.00 s
1.89/1.95	c subs with bin:      106  lits-rem:      6013  v-fix:    0  time:  0.05 s
1.89/1.96	c Subs w/ non-existent bins:      0 l-rem:   1070 v-fix:     0 done:    163 time:  0.00 s
1.89/1.96	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2.28/2.37	c lits-rem:       714  cl-subs:      942  v-elim:      3  v-fix:    0  time:  0.41 s
2.28/2.38	c asymm  cl-useful: 5/678/678 lits-rem:11 time: 0.01
2.28/2.38	c calculated reachability. Time: 0.00
2.28/2.38	c  N st    18     30504       873       677      1677     11019      4955    263579   no data   no data  --
2.69/2.75	c  N st    20     37616       866       677      1688     10497      4955    199774   no data   no data  --
2.69/2.75	c Finding binary XORs  T:     0.00 s  found:       0
3.08/3.10	c  N st    21     44016       866       665      1667     16790      4884    397113   no data   no data  --
3.08/3.19	c  S st    22     45757       866       665      1667     18491      4884    453554   no data   no data  --
3.19/3.24	c  S st    22     46262       866       665      1669     10348      4884    168088   no data   no data  --
3.19/3.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.19/3.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.19/3.27	c Flit:     2 Blit:      0 bXBeca:    0 bXProp:    2 Bins:    120 BRemL:     29 BRemN:      0 P:  0.6M T:  0.02
3.19/3.27	c Replacing        2 vars Replaced       25 lits Time:     0.00 s 
3.19/3.28	c bin-w-bin subsume rem            2 bins  time:  0.00 s
3.19/3.29	c subs with bin:       21  lits-rem:       401  v-fix:    0  time:  0.01 s
3.19/3.30	c Subs w/ non-existent bins:      0 l-rem:   1042 v-fix:     0 done:    612 time:  0.00 s
3.19/3.30	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3.29/3.38	c lits-rem:       151  cl-subs:      237  v-elim:      2  v-fix:    0  time:  0.09 s
3.29/3.38	c vivif2 --  cl tried      646 cl shrink        0 lits rem          0 time: 0.00
3.29/3.39	c vivif2 --  cl tried    10097 cl shrink     2886 lits rem       7632 time: 0.01
3.39/3.40	c asymm  cl-useful: 0/646/646 lits-rem:0 time: 0.01
3.39/3.40	c calculated reachability. Time: 0.00
3.39/3.40	c  N st    22     46262       860       646      1730     10093      4803    152577   no data   no data  --
4.39/4.45	c  N st    23     60659       858       646      1754     14768      4803    314946   no data   no data  --
4.39/4.45	c Finding binary XORs  T:     0.00 s  found:       0
4.98/5.01	c  N st    24     69394       858       644      1743     12713      4789    188486   no data   no data  --
4.98/5.01	c  S st    24     69394       858       644      1743     12713      4789    188486   no data   no data  --
4.98/5.05	c  S st    24     69896       858       644      1743     13214      4789    201936   no data   no data  --
4.98/5.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.98/5.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.98/5.08	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    231 BRemL:     77 BRemN:      0 P:  0.8M T:  0.03
4.98/5.08	c Replacing        3 vars Replaced      113 lits Time:     0.00 s 
4.98/5.09	c bin-w-bin subsume rem            1 bins  time:  0.00 s
5.08/5.11	c subs with bin:       75  lits-rem:       531  v-fix:    0  time:  0.02 s
5.08/5.11	c Subs w/ non-existent bins:      0 l-rem:    687 v-fix:     0 done:    686 time:  0.00 s
5.08/5.11	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
5.29/5.31	c lits-rem:       235  cl-subs:      132  v-elim:      0  v-fix:    0  time:  0.20 s
5.29/5.31	c vivif2 --  cl tried      634 cl shrink        0 lits rem          0 time: 0.00
5.29/5.32	c vivif2 --  cl tried    13014 cl shrink     1379 lits rem       4379 time: 0.01
5.29/5.33	c asymm  cl-useful: 20/634/634 lits-rem:63 time: 0.01
5.29/5.33	c calculated reachability. Time: 0.00
5.29/5.33	c  N st    24     69896       854       615      1911     13013      4732    194604   no data   no data  --
5.99/6.07	c  F st    25     87500       854       615      1913     18222      4732    237789   no data   no data  --
5.99/6.07	c  N st    25     87500       854       615      1913     18222      4732    237789   no data   no data  --
5.99/6.07	c Finding binary XORs  T:     0.00 s  found:       0
6.39/6.47	c Decided on static restart strategy
6.69/6.73	c  N st    32     95537       854       615      1930     26149      4732    539976   no data   no data  --
7.39/7.40	c  N st    34    104844       854       615      1930     22844      4732    463546   no data   no data  --
7.39/7.40	c  S st    34    104844       854       615      1930     22844      4732    463546   no data   no data  --
7.39/7.46	c  S st    34    105347       854       615      1930     23343      4732    478795   no data   no data  --
7.39/7.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.39/7.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.49/7.50	c Flit:     1 Blit:      3 bXBeca:    0 bXProp:    3 Bins:    122 BRemL:     72 BRemN:      0 P:  1.3M T:  0.04
7.49/7.51	c Replacing        3 vars Replaced      584 lits Time:     0.01 s 
7.49/7.53	c bin-w-bin subsume rem           12 bins  time:  0.00 s
7.49/7.58	c subs with bin:      114  lits-rem:      1678  v-fix:    0  time:  0.06 s
7.49/7.59	c Subs w/ non-existent bins:      0 l-rem:   1729 v-fix:     0 done:    185 time:  0.01 s
7.49/7.59	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
9.09/9.14	c lits-rem:      1202  cl-subs:      465  v-elim:      0  v-fix:    0  time:  1.55 s
9.09/9.14	c vivif2 --  cl tried      603 cl shrink        0 lits rem          0 time: 0.00
9.09/9.17	c vivif2 --  cl tried    22754 cl shrink     4955 lits rem      26111 time: 0.03
9.09/9.19	c asymm  cl-useful: 4/603/603 lits-rem:11 time: 0.02
9.09/9.19	c calculated reachability. Time: 0.00
9.09/9.19	c  N st    34    105347       847       600      1903     22753      4659    435792   no data   no data  --
9.98/10.04	c  N st    35    114945       847       600      1903     18503      4659    290203   no data   no data  --
9.98/10.04	c Finding binary XORs  T:     0.00 s  found:       0
11.28/11.32	c  N st    36    129342       847       600      1903     18023      4659    275520   no data   no data  --
13.39/13.43	c  N st    37    150939       846       600      1915     23521      4659    415541   no data   no data  --
13.99/14.02	c  S st    38    158022       846       600      1915     30508      4659    653979   no data   no data  --
13.99/14.09	c  S st    38    158526       846       600      1916     31010      4659    665378   no data   no data  --
13.99/14.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.99/14.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.09/14.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     12 BRemL:      9 BRemN:      0 P:  1.6M T:  0.05
14.09/14.15	c Replacing        1 vars Replaced       53 lits Time:     0.01 s 
14.09/14.17	c bin-w-bin subsume rem            6 bins  time:  0.00 s
14.19/14.23	c subs with bin:       11  lits-rem:        22  v-fix:    0  time:  0.06 s
14.19/14.25	c Subs w/ non-existent bins:      0 l-rem:   2528 v-fix:     0 done:     97 time:  0.01 s
14.19/14.25	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
16.59/16.65	c lits-rem:      1704  cl-subs:      616  v-elim:      0  v-fix:    0  time:  2.41 s
16.59/16.65	c vivif2 --  cl tried      597 cl shrink        0 lits rem          0 time: 0.00
16.59/16.69	c vivif2 --  cl tried    28320 cl shrink     6615 lits rem      28830 time: 0.04
16.69/16.72	c asymm  cl-useful: 2/597/597 lits-rem:5 time: 0.02
16.69/16.72	c calculated reachability. Time: 0.00
16.69/16.72	c  N st    38    158526       845       596      1833     28320      4638    590349   no data   no data  --
22.00/22.05	c  N st    39    207114       845       596      1833     24853      4638    461460   no data   no data  --
22.00/22.05	c Finding binary XORs  T:     0.00 s  found:       0
25.29/25.30	c  N st    40    237789       845       596      1840     35548      4638    659608   no data   no data  --
25.29/25.30	c  S st    40    237789       845       596      1840     35548      4638    659608   no data   no data  --
25.29/25.39	c  S st    40    238295       845       596      1841     36052      4638    676216   no data   no data  --
25.29/25.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.29/25.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
25.39/25.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     24 BRemL:      5 BRemN:      0 P:  1.7M T:  0.06
25.39/25.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.49/25.53	c subs with bin:       32  lits-rem:       246  v-fix:    0  time:  0.06 s
25.49/25.54	c Subs w/ non-existent bins:      0 l-rem:   1029 v-fix:     0 done:    209 time:  0.01 s
25.49/25.54	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
27.79/27.88	c lits-rem:      2480  cl-subs:     3512  v-elim:      0  v-fix:    0  time:  2.34 s
27.79/27.88	c vivif2 --  cl tried      593 cl shrink        0 lits rem          0 time: 0.00
27.89/27.91	c vivif2 --  cl tried    32511 cl shrink     6303 lits rem      15448 time: 0.04
27.89/27.94	c asymm  cl-useful: 2/593/593 lits-rem:5 time: 0.02
27.89/27.94	c calculated reachability. Time: 0.00
27.89/27.94	c  N st    40    238295       845       592      1861     32511      4626    582510   no data   no data  --
35.79/35.86	c  F st    41    306250       845       592      1864     35167      4626    790741   no data   no data  --
35.79/35.87	c  N st    41    306250       845       592      1864     35167      4626    790741   no data   no data  --
35.79/35.87	c Finding binary XORs  T:     0.00 s  found:       0
36.30/36.33	c Decided on static restart strategy
38.59/38.69	c  N st    51    334557       845       592      1869     39497      4626    847238   no data   no data  --
41.28/41.39	c  N st    53    357442       845       592      1870     37395      4626    699151   no data   no data  --
41.28/41.39	c  S st    53    357442       845       592      1870     37395      4626    699151   no data   no data  --
41.38/41.47	c  S st    53    357945       845       592      1870     37897      4626    713333   no data   no data  --
41.38/41.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
41.38/41.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
41.48/41.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     18 BRemL:      5 BRemN:      0 P:  1.8M T:  0.06
41.48/41.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
41.58/41.63	c subs with bin:       19  lits-rem:        83  v-fix:    0  time:  0.07 s
41.58/41.64	c Subs w/ non-existent bins:      0 l-rem:   1598 v-fix:     0 done:    151 time:  0.01 s
41.58/41.64	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
43.69/43.80	c lits-rem:      1825  cl-subs:      922  v-elim:      0  v-fix:    0  time:  2.16 s
43.69/43.80	c vivif2 --  cl tried      591 cl shrink        0 lits rem          0 time: 0.00
43.79/43.84	c vivif2 --  cl tried    36957 cl shrink     6488 lits rem      26119 time: 0.04
43.79/43.87	c asymm  cl-useful: 2/591/591 lits-rem:8 time: 0.03
43.79/43.87	c calculated reachability. Time: 0.00
43.79/43.87	c  N st    53    357945       845       589      1886     36957      4617    656410   no data   no data  --
47.69/47.73	c  N st    54    390337       845       589      1887     43433      4617    986105   no data   no data  --
47.69/47.73	c Finding binary XORs  T:     0.00 s  found:       0
55.19/55.21	c  N st    55    438927       845       589      1887     36982      4617    687963   no data   no data  --
63.69/63.72	c  N st    56    511810       845       589      1890     50844      4617   1030388   no data   no data  --
66.89/66.91	c  N st    57    536917       845       589      1893     45117      4617    860116   no data   no data  --
66.89/66.91	c  S st    57    536917       845       589      1893     45117      4617    860116   no data   no data  --
66.99/67.00	c  S st    57    537419       845       589      1893     45618      4617    871310   no data   no data  --
66.99/67.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
66.99/67.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
66.99/67.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     22 BRemL:     12 BRemN:      0 P:  2.3M T:  0.08
67.09/67.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
67.19/67.21	c subs with bin:       10  lits-rem:       393  v-fix:    0  time:  0.09 s
67.19/67.22	c Subs w/ non-existent bins:      0 l-rem:   1195 v-fix:     0 done:     71 time:  0.01 s
67.19/67.22	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
69.48/69.57	c lits-rem:      1582  cl-subs:     1410  v-elim:      0  v-fix:    0  time:  2.35 s
69.48/69.57	c vivif2 --  cl tried      589 cl shrink        0 lits rem          0 time: 0.00
69.58/69.63	c vivif2 --  cl tried    44198 cl shrink     8933 lits rem      32068 time: 0.05
69.58/69.67	c asymm  cl-useful: 1/589/589 lits-rem:1 time: 0.04
69.58/69.67	c calculated reachability. Time: 0.00
69.58/69.67	c  N st    57    537419       845       589      1903     44198      4616    808003   no data   no data  --
96.39/96.45	c  N st    58    701403       845       589      1904     73196      4616   1738360   no data   no data  --
96.39/96.46	c Finding binary XORs  T:     0.00 s  found:       0
111.69/111.76	c  N st    59    806129       845       589      1907     67297      4616   1289263   no data   no data  --
111.69/111.76	c  S st    59    806129       845       589      1907     67297      4616   1289263   no data   no data  --
111.89/111.92	c  S st    59    806630       845       589      1907     67796      4616   1302852   no data   no data  --
111.89/111.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
111.89/111.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
111.99/112.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      9 BRemL:      1 BRemN:      0 P:  3.0M T:  0.11
111.99/112.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
112.09/112.18	c subs with bin:        2  lits-rem:        21  v-fix:    0  time:  0.10 s
112.09/112.19	c Subs w/ non-existent bins:      0 l-rem:   1608 v-fix:     0 done:    114 time:  0.01 s
112.09/112.19	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
113.89/113.97	c lits-rem:       687  cl-subs:     2800  v-elim:      0  v-fix:    0  time:  1.78 s
113.89/113.97	c vivif2 --  cl tried      588 cl shrink        0 lits rem          0 time: 0.00
113.99/114.07	c vivif2 --  cl tried    64995 cl shrink    17039 lits rem      47465 time: 0.10
114.09/114.14	c asymm  cl-useful: 0/588/588 lits-rem:0 time: 0.07
114.09/114.14	c calculated reachability. Time: 0.00
114.09/114.14	c  N st    59    806630       845       588      1915     64995      4612   1189157   no data   no data  --
153.69/153.74	c  F st    60   1071876       845       588      1916     81321      4612   1768149   no data   no data  --
153.69/153.74	c  N st    60   1071876       845       588      1916     81321      4612   1768149   no data   no data  --
153.90/153.97	c Finding binary XORs  T:     0.00 s  found:       0
154.69/154.74	c Decided on static restart strategy
157.69/157.70	c  N st    70   1100182       844       587      1915     65004      4605   1263553   no data   no data  --
163.39/163.46	c  N st    72   1136175       844       587      1922     55307      4605    904393   no data   no data  --
168.59/168.68	c  N st    73   1168568       844       587      1922     87648      4605   2611155   no data   no data  --
174.50/174.52	c  N st    74   1209945       844       587      1922     81713      4605   1593299   no data   no data  --
174.50/174.52	c  S st    74   1209945       844       587      1922     81713      4605   1593299   no data   no data  --
174.60/174.67	c  S st    74   1210447       842       587      1922     82210      4605   1605729   no data   no data  --
174.60/174.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      1 locsubst:     0 time:   0.01
174.60/174.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
174.80/174.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     31 BRemL:     25 BRemN:      0 P:  3.8M T:  0.14
174.80/174.84	c Replacing        1 vars Replaced      194 lits Time:     0.02 s 
174.80/174.89	c bin-w-bin subsume rem            2 bins  time:  0.00 s
174.99/175.01	c subs with bin:       30  lits-rem:      1913  v-fix:    0  time:  0.12 s
174.99/175.02	c Subs w/ non-existent bins:      0 l-rem:    839 v-fix:     0 done:    134 time:  0.01 s
174.99/175.02	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
178.09/178.16	c lits-rem:      2754  cl-subs:     4191  v-elim:      1  v-fix:    0  time:  3.14 s
178.09/178.16	c vivif2 --  cl tried      584 cl shrink        2 lits rem          2 time: 0.00
178.20/178.29	c vivif2 --  cl tried    77932 cl shrink    18173 lits rem      48511 time: 0.12
178.29/178.37	c asymm  cl-useful: 5/584/584 lits-rem:7 time: 0.08
178.29/178.37	c calculated reachability. Time: 0.00
178.29/178.37	c  N st    74   1210447       839       584      1904     77932      4586   1444400   no data   no data  --
178.29/178.37	c Finding binary XORs  T:     0.00 s  found:       0
191.69/191.79	c  N st    75   1283329       839       584      1904     54371      4586    817512   no data   no data  --
207.50/207.51	c  N st    76   1392652       839       584      1904     62441      4586   1029521   no data   no data  --
236.59/236.60	c  N st    77   1556637       839       584      1909     67628      4586   1134189   no data   no data  --
261.90/261.91	c  N st    78   1710451       839       584      1909    109425      4586   2344621   no data   no data  --
261.90/261.91	c  S st    78   1710451       839       584      1909    109425      4586   2344621   no data   no data  --
262.10/262.11	c  S st    78   1710952       839       584      1909    109926      4586   2357014   no data   no data  --
262.10/262.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
262.10/262.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
262.20/262.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      9 BRemL:      4 BRemN:      0 P:  4.5M T:  0.17
262.30/262.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
262.49/262.55	c subs with bin:       37  lits-rem:       669  v-fix:    0  time:  0.18 s
262.49/262.56	c Subs w/ non-existent bins:      0 l-rem:    748 v-fix:     0 done:     16 time:  0.01 s
262.49/262.56	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
271.89/271.95	c lits-rem:      2648  cl-subs:     4379  v-elim:      0  v-fix:    0  time:  9.40 s
271.89/271.95	c vivif2 --  cl tried      584 cl shrink        0 lits rem          0 time: 0.00
272.09/272.17	c vivif2 --  cl tried   105510 cl shrink    27976 lits rem      86140 time: 0.21
272.19/272.27	c asymm  cl-useful: 0/584/584 lits-rem:0 time: 0.11
272.19/272.28	c calculated reachability. Time: 0.00
272.19/272.28	c  N st    78   1710952       839       584      1914    105510      4586   2135685   no data   no data  --
272.19/272.28	c Finding binary XORs  T:     0.00 s  found:       0
351.30/351.34	c  N st    79   2079916       839       584      1914    118558      4586   2959107   no data   no data  --
380.30/380.36	c  N st    80   2210953       839       584      1915    121342      4586   2350296   no data   no data  --
380.30/380.36	c  S st    80   2210953       839       584      1915    121342      4586   2350296   no data   no data  --
380.50/380.58	c  S st    80   2211455       839       584      1915    121843      4586   2365505   no data   no data  --
380.50/380.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
380.50/380.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
380.70/380.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     17 BRemL:      2 BRemN:      0 P:  4.9M T:  0.20
380.80/380.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
381.10/381.10	c subs with bin:        0  lits-rem:        26  v-fix:    0  time:  0.24 s
381.10/381.14	c Subs w/ non-existent bins:      0 l-rem:   3433 v-fix:     0 done:    103 time:  0.04 s
381.10/381.14	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
393.40/393.47	c lits-rem:      1071  cl-subs:    16882  v-elim:      0  v-fix:    0  time: 12.33 s
393.40/393.47	c vivif2 --  cl tried      584 cl shrink        0 lits rem          0 time: 0.00
393.60/393.67	c vivif2 --  cl tried   104961 cl shrink    27580 lits rem      85339 time: 0.20
393.70/393.78	c asymm  cl-useful: 1/584/584 lits-rem:1 time: 0.11
393.70/393.78	c calculated reachability. Time: 0.00
393.70/393.78	c  N st    80   2211455       839       584      1930    104961      4585   1949972   no data   no data  --
393.70/393.79	c Finding binary XORs  T:     0.00 s  found:       0
495.20/495.24	c  N st    81   2711456       839       584      1936    128569      4585   2546926   no data   no data  --
495.20/495.24	c  S st    81   2711456       839       584      1936    128569      4585   2546926   no data   no data  --
495.40/495.43	c  S st    81   2711960       839       584      1936    129073      4585   2562041   no data   no data  --
495.40/495.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
495.40/495.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
495.60/495.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     10 BRemL:      3 BRemN:      0 P:  6.1M T:  0.23
495.70/495.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
496.00/496.00	c subs with bin:       13  lits-rem:        33  v-fix:    0  time:  0.24 s
496.00/496.03	c Subs w/ non-existent bins:      0 l-rem:   2691 v-fix:     0 done:     39 time:  0.04 s
496.00/496.03	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
505.50/505.55	c lits-rem:      1595  cl-subs:     9761  v-elim:      0  v-fix:    0  time:  9.51 s
505.50/505.55	c vivif2 --  cl tried      584 cl shrink        0 lits rem          0 time: 0.00
505.81/505.80	c vivif2 --  cl tried   119299 cl shrink    34610 lits rem     113456 time: 0.25
505.91/505.94	c asymm  cl-useful: 0/584/584 lits-rem:0 time: 0.14
505.91/505.95	c calculated reachability. Time: 0.00
505.91/505.95	c  N st    81   2711960       839       584      1943    119299      4585   2251284   no data   no data  --
505.91/505.95	c Finding binary XORs  T:     0.00 s  found:       0
633.20/633.29	c  N st    82   3211960       839       584      1944     95917      4585   1609622   no data   no data  --
633.20/633.29	c  S st    82   3211960       839       584      1944     95917      4585   1609622   no data   no data  --
633.40/633.44	c  S st    82   3212464       839       584      1944     96414      4585   1622788   no data   no data  --
633.40/633.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
633.40/633.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
633.61/633.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     12 BRemL:      3 BRemN:      0 P:  4.3M T:  0.16
633.61/633.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
633.80/633.80	c subs with bin:       12  lits-rem:       289  v-fix:    0  time:  0.14 s
633.80/633.80	c Subs w/ non-existent bins:      0 l-rem:    613 v-fix:     0 done:    162 time:  0.01 s
633.80/633.80	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
636.10/636.16	c lits-rem:      1024  cl-subs:     1945  v-elim:      0  v-fix:    0  time:  2.36 s
636.10/636.16	c vivif2 --  cl tried      584 cl shrink        0 lits rem          0 time: 0.00
636.20/636.27	c vivif2 --  cl tried    94457 cl shrink    12266 lits rem      60184 time: 0.11
636.30/636.37	c asymm  cl-useful: 0/584/584 lits-rem:0 time: 0.09
636.30/636.37	c calculated reachability. Time: 0.00
636.30/636.37	c  N st    82   3212464       839       584      1954     94457      4585   1520390   no data   no data  --
765.62/765.64	c  N st    83   3712464       839       584      1956    103615      4585   1613638   no data   no data  --
765.62/765.64	c  S st    83   3712464       839       584      1956    103615      4585   1613638   no data   no data  --
765.62/765.64	c Finding binary XORs  T:     0.00 s  found:       0
765.82/765.81	c  S st    83   3712965       839       584      1956    104114      4585   1631580   no data   no data  --
765.82/765.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
765.82/765.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
765.92/765.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      1 BRemN:      0 P:  4.8M T:  0.17
766.02/766.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
766.12/766.15	c subs with bin:       16  lits-rem:        88  v-fix:    0  time:  0.11 s
766.12/766.19	c Subs w/ non-existent bins:      0 l-rem:   2000 v-fix:     0 done:    218 time:  0.04 s
766.12/766.19	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
769.42/769.40	c lits-rem:      1029  cl-subs:     4244  v-elim:      0  v-fix:    0  time:  3.21 s
769.42/769.40	c vivif2 --  cl tried      584 cl shrink        0 lits rem          0 time: 0.00
769.52/769.50	c vivif2 --  cl tried    99854 cl shrink    10140 lits rem      21010 time: 0.10
769.62/769.60	c asymm  cl-useful: 0/584/584 lits-rem:0 time: 0.10
769.62/769.60	c calculated reachability. Time: 0.00
769.62/769.60	c  N st    83   3712965       839       584      1957     99854      4585   1526961   no data   no data  --
777.41/777.45	c  F st    84   3751564       839       584      1957    137625      4585   2582841   no data   no data  --
777.41/777.45	c  N st    84   3751564       839       584      1957    137625      4585   2582841   no data   no data  --
778.21/778.23	c Decided on static restart strategy
782.41/782.45	c  N st    94   3779869       839       584      1958    165285      4585   3273954   no data   no data  --
791.61/791.66	c  N st    96   3815863       839       584      1958    118373      4585   2231252   no data   no data  --
798.92/798.91	c  N st    97   3848257       839       584      1958    150076      4585   3181773   no data   no data  --
811.61/811.64	c  N st    98   3896846       839       584      1959    113971      4585   2052602   no data   no data  --
825.62/825.69	c  N st    99   3969732       839       584      1959    100100      4585   1473794   no data   no data  --
849.91/849.93	c  N st   100   4079055       839       584      1963    121292      4585   2060886   no data   no data  --
882.12/882.14	c  N st   101   4212965       839       584      1964    164429      4585   3257850   no data   no data  --
882.12/882.15	c  S st   101   4212965       839       584      1964    164429      4585   3257850   no data   no data  --
882.32/882.39	c  S st   101   4213467       839       584      1964    164929      4585   3274477   no data   no data  --
882.42/882.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
882.42/882.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
882.72/882.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      7 BRemL:      4 BRemN:      0 P:  7.7M T:  0.30
882.82/882.82	c bin-w-bin subsume rem            1 bins  time:  0.00 s
883.02/883.08	c subs with bin:      171  lits-rem:      1396  v-fix:    0  time:  0.27 s
883.02/883.09	c Subs w/ non-existent bins:      0 l-rem:     88 v-fix:     0 done:     13 time:  0.01 s
883.02/883.09	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
927.12/927.13	c lits-rem:       333  cl-subs:    17233  v-elim:      0  v-fix:    0  time: 44.04 s
927.12/927.13	c vivif2 --  cl tried      584 cl shrink        0 lits rem          0 time: 0.00
927.42/927.43	c vivif2 --  cl tried   147525 cl shrink    35779 lits rem     117616 time: 0.29
927.52/927.59	c asymm  cl-useful: 1/584/584 lits-rem:1 time: 0.16
927.62/927.60	c calculated reachability. Time: 0.00
927.62/927.60	c  N st   101   4213467       839       584      1966    147525      4584   2722156   no data   no data  --
927.62/927.60	c Finding binary XORs  T:     0.00 s  found:       0
993.82/993.85	c  N st   102   4459443       839       584      1966    121636      4584   1963388   no data   no data  --
1057.92/1057.99	c  N st   103   4713468       839       584      1966    186927      4584   3596152   no data   no data  --
1057.92/1057.99	c  S st   103   4713468       839       584      1966    186927      4584   3596152   no data   no data  --
1058.32/1058.31	c  S st   103   4713973       839       584      1966    187430      4584   3612016   no data   no data  --
1058.32/1058.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1058.32/1058.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1058.62/1058.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      3 BRemL:      3 BRemN:      0 P:  8.0M T:  0.32
1058.72/1058.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1059.02/1059.09	c subs with bin:        3  lits-rem:        23  v-fix:    0  time:  0.32 s
1059.12/1059.14	c Subs w/ non-existent bins:      0 l-rem:   3266 v-fix:     0 done:     45 time:  0.05 s
1059.12/1059.14	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1103.52/1103.58	c lits-rem:       234  cl-subs:    25608  v-elim:      0  v-fix:    0  time: 44.43 s
1103.52/1103.58	c vivif2 --  cl tried      584 cl shrink        0 lits rem          0 time: 0.00
1103.92/1103.95	c vivif2 --  cl tried   161819 cl shrink    46684 lits rem     145198 time: 0.37
1104.12/1104.14	c asymm  cl-useful: 2/584/584 lits-rem:2 time: 0.19
1104.12/1104.15	c calculated reachability. Time: 0.00
1104.12/1104.15	c  N st   103   4713973       839       584      1966    161819      4582   2957235   no data   no data  --
1244.04/1244.09	c  N st   104   5213973       838       584      1977    176878      4582   3508193   no data   no data  --
1244.04/1244.09	c  S st   104   5213973       838       584      1977    176878      4582   3508193   no data   no data  --
1244.33/1244.37	c Finding binary XORs  T:     0.00 s  found:       0
1244.43/1244.45	c  S st   104   5214473       838       580      1960    177079      4556   3520056   no data   no data  --
1244.43/1244.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1244.43/1244.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1244.73/1244.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      5 BRemL:      2 BRemN:      0 P:  6.8M T:  0.28
1244.83/1244.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1245.13/1245.14	c subs with bin:       25  lits-rem:        42  v-fix:    0  time:  0.28 s
1245.13/1245.15	c Subs w/ non-existent bins:      0 l-rem:    339 v-fix:     0 done:     32 time:  0.01 s
1245.13/1245.15	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1290.93/1290.91	c lits-rem:       180  cl-subs:    16616  v-elim:      0  v-fix:    0  time: 45.76 s
1290.93/1290.91	c vivif2 --  cl tried      579 cl shrink        0 lits rem          0 time: 0.00
1291.33/1291.33	c vivif2 --  cl tried   160439 cl shrink    41699 lits rem     107474 time: 0.42
1291.53/1291.52	c asymm  cl-useful: 1/579/579 lits-rem:1 time: 0.19
1291.53/1291.53	c calculated reachability. Time: 0.00
1291.53/1291.53	c  N st   104   5214473       838       579      1963    160439      4551   3115519   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: 935)

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

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 1.41 2.94 3.37 3/176 1305
/proc/meminfo: memFree=13632396/32950928 swapFree=67111524/67111528
[pid=1305] ppid=1303 vsize=31624 CPUtime=0 cores=4,6
/proc/1305/stat : 1305 (strangenight1-s) R 1303 1305 32153 0 -1 4202496 1020 0 0 0 0 0 0 0 22 0 1 0 569046493 32382976 894 33554432000 4194304 4650387 140736802573760 18446744073709551615 4373864 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1305/statm: 7906 895 329 112 0 2871 0

[startup+0.077234 s]
/proc/loadavg: 1.41 2.94 3.37 3/176 1305
/proc/meminfo: memFree=13632396/32950928 swapFree=67111524/67111528
[pid=1305] ppid=1303 vsize=31796 CPUtime=0.06 cores=4,6
/proc/1305/stat : 1305 (strangenight1-s) R 1303 1305 32153 0 -1 4202496 1100 0 0 0 6 0 0 0 22 0 1 0 569046493 32559104 974 33554432000 4194304 4650387 140736802573760 18446744073709551615 4369243 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1305/statm: 7949 974 347 112 0 2914 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 31796

[startup+0.101227 s]
/proc/loadavg: 1.41 2.94 3.37 3/176 1305
/proc/meminfo: memFree=13632396/32950928 swapFree=67111524/67111528
[pid=1305] ppid=1303 vsize=40748 CPUtime=0.09 cores=4,6
/proc/1305/stat : 1305 (strangenight1-s) R 1303 1305 32153 0 -1 4202496 1208 0 0 0 9 0 0 0 22 0 1 0 569046493 41725952 1082 33554432000 4194304 4650387 140736802573760 18446744073709551615 4516425 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1305/statm: 10187 1094 349 112 0 5152 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40748

[startup+0.301187 s]
/proc/loadavg: 1.41 2.94 3.37 3/176 1305
/proc/meminfo: memFree=13632396/32950928 swapFree=67111524/67111528
[pid=1305] ppid=1303 vsize=33440 CPUtime=0.29 cores=4,6
/proc/1305/stat : 1305 (strangenight1-s) R 1303 1305 32153 0 -1 4202496 1750 0 0 0 28 1 0 0 23 0 1 0 569046493 34242560 1340 33554432000 4194304 4650387 140736802573760 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1305/statm: 8360 1340 380 112 0 3325 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33440

[startup+0.701115 s]
/proc/loadavg: 1.41 2.94 3.37 3/176 1305
/proc/meminfo: memFree=13632396/32950928 swapFree=67111524/67111528
[pid=1305] ppid=1303 vsize=34260 CPUtime=0.69 cores=4,6
/proc/1305/stat : 1305 (strangenight1-s) R 1303 1305 32153 0 -1 4202496 2240 0 0 0 68 1 0 0 25 0 1 0 569046493 35082240 1523 33554432000 4194304 4650387 140736802573760 18446744073709551615 4315031 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1305/statm: 8565 1523 380 112 0 3530 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34260

[startup+1.50097 s]
/proc/loadavg: 1.62 2.96 3.37 5/179 1314
/proc/meminfo: memFree=13559988/32950928 swapFree=67111524/67111528
[pid=1305] ppid=1303 vsize=34700 CPUtime=1.49 cores=4,6
/proc/1305/stat : 1305 (strangenight1-s) R 1303 1305 32153 0 -1 4202496 2885 0 0 0 147 2 0 0 25 0 1 0 569046493 35532800 1799 33554432000 4194304 4650387 140736802573760 18446744073709551615 4366160 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1305/statm: 8675 1799 380 112 0 3640 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34700

[startup+3.10067 s]
/proc/loadavg: 1.62 2.96 3.37 5/187 1326
/proc/meminfo: memFree=13287944/32950928 swapFree=67111524/67111528
[pid=1305] ppid=1303 vsize=42556 CPUtime=3.08 cores=4,6
/proc/1305/stat : 1305 (strangenight1-s) R 1303 1305 32153 0 -1 4202496 5776 0 0 0 304 4 0 0 25 0 1 0 569046493 43577344 3786 33554432000 4194304 4650387 140736802573760 18446744073709551615 4363848 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1305/statm: 10639 3786 381 112 0 5604 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 42556

[startup+6.30108 s]
/proc/loadavg: 1.81 2.98 3.37 5/190 1332
/proc/meminfo: memFree=12740868/32950928 swapFree=67111524/67111528
[pid=1305] ppid=1303 vsize=44396 CPUtime=6.29 cores=4,6
/proc/1305/stat : 1305 (strangenight1-s) R 1303 1305 32153 0 -1 4202496 8448 0 0 0 623 6 0 0 25 0 1 0 569046493 45461504 4152 33554432000 4194304 4650387 140736802573760 18446744073709551615 4360314 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1305/statm: 11099 4152 381 112 0 6064 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 44396

[startup+12.7008 s]
/proc/loadavg: 1.99 3.00 3.37 5/190 1332
/proc/meminfo: memFree=12186680/32950928 swapFree=67111524/67111528
[pid=1305] ppid=1303 vsize=49840 CPUtime=12.69 cores=4,6
/proc/1305/stat : 1305 (strangenight1-s) R 1303 1305 32153 0 -1 4202496 12620 0 0 0 1262 7 0 0 25 0 1 0 569046493 51036160 5811 33554432000 4194304 4650387 140736802573760 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1305/statm: 12460 5811 381 112 0 7425 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 49840

[startup+25.5004 s]
/proc/loadavg: 2.43 3.04 3.38 5/190 1332
/proc/meminfo: memFree=11313944/32950928 swapFree=67111524/67111528
[pid=1305] ppid=1303 vsize=61236 CPUtime=25.49 cores=4,6
/proc/1305/stat : 1305 (strangenight1-s) R 1303 1305 32153 0 -1 4202496 20522 0 0 0 2541 8 0 0 25 0 1 0 569046493 62705664 8364 33554432000 4194304 4650387 140736802573760 18446744073709551615 4436402 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1305/statm: 15309 8364 381 112 0 10274 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 61236

[startup+51.1006 s]
/proc/loadavg: 2.97 3.12 3.40 5/190 1333
/proc/meminfo: memFree=10855296/32950928 swapFree=67111524/67111528
[pid=1305] ppid=1303 vsize=67672 CPUtime=51.08 cores=4,6
/proc/1305/stat : 1305 (strangenight1-s) R 1303 1305 32153 0 -1 4202496 32706 0 0 0 5098 10 0 0 25 0 1 0 569046493 69296128 9959 33554432000 4194304 4650387 140736802573760 18446744073709551615 4365305 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1305/statm: 16918 9959 381 112 0 11883 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 67672

[startup+102.307 s]
/proc/loadavg: 3.55 3.25 3.43 5/190 1334
/proc/meminfo: memFree=10329572/32950928 swapFree=67111524/67111528
[pid=1305] ppid=1303 vsize=75680 CPUtime=102.29 cores=4,6
/proc/1305/stat : 1305 (strangenight1-s) R 1303 1305 32153 0 -1 4202496 52290 0 0 0 10213 16 0 0 25 0 1 0 569046493 77496320 11463 33554432000 4194304 4650387 140736802573760 18446744073709551615 4366850 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1305/statm: 18920 11463 381 112 0 13885 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 75680

[startup+162.301 s]
/proc/loadavg: 3.83 3.39 3.46 5/190 1336
/proc/meminfo: memFree=9754396/32950928 swapFree=67111524/67111528
[pid=1305] ppid=1303 vsize=90556 CPUtime=162.29 cores=4,6
/proc/1305/stat : 1305 (strangenight1-s) R 1303 1305 32153 0 -1 4202496 75029 0 0 0 16207 22 0 0 25 0 1 0 569046493 92729344 16305 33554432000 4194304 4650387 140736802573760 18446744073709551615 4328114 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1305/statm: 22639 16305 381 112 0 17604 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 90556

[startup+222.301 s]
/proc/loadavg: 3.97 3.51 3.50 5/190 1338
/proc/meminfo: memFree=9165512/32950928 swapFree=67111524/67111528
[pid=1305] ppid=1303 vsize=106228 CPUtime=222.3 cores=4,6
/proc/1305/stat : 1305 (strangenight1-s) R 1303 1305 32153 0 -1 4202496 98371 0 0 0 22201 29 0 0 25 0 1 0 569046493 108777472 20255 33554432000 4194304 4650387 140736802573760 18446744073709551615 4365191 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1305/statm: 26557 20255 381 112 0 21522 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 106228

[startup+282.301 s]
/proc/loadavg: 3.99 3.60 3.53 5/190 1339
/proc/meminfo: memFree=8847696/32950928 swapFree=67111524/67111528
[pid=1305] ppid=1303 vsize=134568 CPUtime=282.3 cores=4,6
/proc/1305/stat : 1305 (strangenight1-s) R 1303 1305 32153 0 -1 4202496 119751 0 0 0 28197 33 0 0 25 0 1 0 569046493 137797632 26414 33554432000 4194304 4650387 140736802573760 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1305/statm: 33642 26414 381 112 0 28607 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 134568

[startup+342.3 s]
/proc/loadavg: 3.99 3.67 3.55 5/190 1341
/proc/meminfo: memFree=8705064/32950928 swapFree=67111524/67111528
[pid=1305] ppid=1303 vsize=134944 CPUtime=342.3 cores=4,6
/proc/1305/stat : 1305 (strangenight1-s) R 1303 1305 32153 0 -1 4202496 135300 0 0 0 34191 39 0 0 25 0 1 0 569046493 138182656 25583 33554432000 4194304 4650387 140736802573760 18446744073709551615 4366891 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1305/statm: 33736 25583 381 112 0 28701 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 134944

[startup+402.301 s]
/proc/loadavg: 4.04 3.74 3.58 5/190 1342
/proc/meminfo: memFree=8513304/32950928 swapFree=67111524/67111528
[pid=1305] ppid=1303 vsize=148904 CPUtime=402.3 cores=4,6
/proc/1305/stat : 1305 (strangenight1-s) R 1303 1305 32153 0 -1 4202496 149403 0 0 0 40188 42 0 0 25 0 1 0 569046493 152477696 29110 33554432000 4194304 4650387 140736802573760 18446744073709551615 4330940 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1305/statm: 37226 29110 381 112 0 32191 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 148904

[startup+462.301 s]
/proc/loadavg: 4.01 3.78 3.61 5/190 1344
/proc/meminfo: memFree=8325776/32950928 swapFree=67111524/67111528
[pid=1305] ppid=1303 vsize=164780 CPUtime=462.3 cores=4,6
/proc/1305/stat : 1305 (strangenight1-s) R 1303 1305 32153 0 -1 4202496 160288 0 0 0 46184 46 0 0 25 0 1 0 569046493 168734720 33436 33554432000 4194304 4650387 140736802573760 18446744073709551615 4366891 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1305/statm: 41195 33436 381 112 0 36160 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 164780

[startup+522.3 s]
/proc/loadavg: 4.07 3.84 3.63 5/190 1346
/proc/meminfo: memFree=8271304/32950928 swapFree=67111524/67111528
[pid=1305] ppid=1303 vsize=169704 CPUtime=522.3 cores=4,6
/proc/1305/stat : 1305 (strangenight1-s) R 1303 1305 32153 0 -1 4202496 172760 0 0 0 52180 50 0 0 25 0 1 0 569046493 173776896 34781 33554432000 4194304 4650387 140736802573760 18446744073709551615 4364745 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1305/statm: 42426 34781 381 112 0 37391 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 169704

[startup+582.301 s]
/proc/loadavg: 4.02 3.86 3.65 5/190 1347
/proc/meminfo: memFree=8071140/32950928 swapFree=67111524/67111528
[pid=1305] ppid=1303 vsize=169984 CPUtime=582.31 cores=4,6
/proc/1305/stat : 1305 (strangenight1-s) R 1303 1305 32153 0 -1 4202496 184931 0 0 0 58177 54 0 0 25 0 1 0 569046493 174063616 35321 33554432000 4194304 4650387 140736802573760 18446744073709551615 4366784 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1305/statm: 42496 35321 381 112 0 37461 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 169984

[startup+642.301 s]
/proc/loadavg: 4.09 3.90 3.68 5/190 1349
/proc/meminfo: memFree=8090072/32950928 swapFree=67111524/67111528
[pid=1305] ppid=1303 vsize=172108 CPUtime=642.31 cores=4,6
/proc/1305/stat : 1305 (strangenight1-s) R 1303 1305 32153 0 -1 4202496 197690 0 0 0 64173 58 0 0 25 0 1 0 569046493 176238592 35847 33554432000 4194304 4650387 140736802573760 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1305/statm: 43027 35847 381 112 0 37992 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 172108

[startup+702.3 s]
/proc/loadavg: 4.03 3.92 3.69 5/190 1350
/proc/meminfo: memFree=7941368/32950928 swapFree=67111524/67111528
[pid=1305] ppid=1303 vsize=172212 CPUtime=702.31 cores=4,6
/proc/1305/stat : 1305 (strangenight1-s) R 1303 1305 32153 0 -1 4202496 209049 0 0 0 70170 61 0 0 25 0 1 0 569046493 176345088 34900 33554432000 4194304 4650387 140736802573760 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1305/statm: 43053 34900 381 112 0 38018 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 172212

[startup+762.307 s]
/proc/loadavg: 4.01 3.93 3.71 5/190 1352
/proc/meminfo: memFree=7883896/32950928 swapFree=67111524/67111528
[pid=1305] ppid=1303 vsize=172380 CPUtime=762.31 cores=4,6
/proc/1305/stat : 1305 (strangenight1-s) R 1303 1305 32153 0 -1 4202496 219865 0 0 0 76167 64 0 0 25 0 1 0 569046493 176517120 34021 33554432000 4194304 4650387 140736802573760 18446744073709551615 4366888 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1305/statm: 43095 34021 381 112 0 38060 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 172380

[startup+822.301 s]
/proc/loadavg: 4.00 3.94 3.73 5/190 1354
/proc/meminfo: memFree=7674064/32950928 swapFree=67111524/67111528
[pid=1305] ppid=1303 vsize=236368 CPUtime=822.31 cores=4,6
/proc/1305/stat : 1305 (strangenight1-s) R 1303 1305 32153 0 -1 4202496 231899 0 0 0 82163 68 0 0 25 0 1 0 569046493 242040832 37394 33554432000 4194304 4650387 140736802573760 18446744073709551615 4363416 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1305/statm: 59092 37394 381 112 0 54057 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 236368

[startup+882.3 s]
/proc/loadavg: 4.00 3.95 3.74 5/190 1355
/proc/meminfo: memFree=7558592/32950928 swapFree=67111524/67111528
[pid=1305] ppid=1303 vsize=176492 CPUtime=882.32 cores=4,6
/proc/1305/stat : 1305 (strangenight1-s) R 1303 1305 32153 0 -1 4202496 244310 0 0 0 88160 72 0 0 25 0 1 0 569046493 180727808 37232 33554432000 4194304 4650387 140736802573760 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1305/statm: 44123 37232 381 112 0 39088 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 176492

[startup+942.301 s]
/proc/loadavg: 4.00 3.95 3.75 5/190 1357
/proc/meminfo: memFree=7555832/32950928 swapFree=67111524/67111528
[pid=1305] ppid=1303 vsize=191524 CPUtime=942.32 cores=4,6
/proc/1305/stat : 1305 (strangenight1-s) R 1303 1305 32153 0 -1 4202496 252818 0 0 0 94158 74 0 0 25 0 1 0 569046493 196120576 39792 33554432000 4194304 4650387 140736802573760 18446744073709551615 4364743 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1305/statm: 47881 39792 381 112 0 42846 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 191524

[startup+1002.3 s]
/proc/loadavg: 4.00 3.96 3.76 5/190 1361
/proc/meminfo: memFree=7528220/32950928 swapFree=67111524/67111528
[pid=1305] ppid=1303 vsize=191692 CPUtime=1002.31 cores=4,6
/proc/1305/stat : 1305 (strangenight1-s) R 1303 1305 32153 0 -1 4202496 262850 0 0 0 100155 76 0 0 25 0 1 0 569046493 196292608 40669 33554432000 4194304 4650387 140736802573760 18446744073709551615 4364743 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1305/statm: 47923 40669 381 112 0 42888 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 191692

[startup+1062.3 s]
/proc/loadavg: 4.00 3.96 3.78 5/190 1363
/proc/meminfo: memFree=7502468/32950928 swapFree=67111524/67111528
[pid=1305] ppid=1303 vsize=266040 CPUtime=1062.32 cores=4,6
/proc/1305/stat : 1305 (strangenight1-s) R 1303 1305 32153 0 -1 4202496 274676 0 0 0 106154 78 0 0 25 0 1 0 569046493 272424960 44200 33554432000 4194304 4650387 140736802573760 18446744073709551615 4433058 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1305/statm: 66510 44200 381 112 0 61475 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 266040

[startup+1122.3 s]
/proc/loadavg: 4.00 3.97 3.79 5/190 1365
/proc/meminfo: memFree=7489400/32950928 swapFree=67111524/67111528
[pid=1305] ppid=1303 vsize=206864 CPUtime=1122.33 cores=4,6
/proc/1305/stat : 1305 (strangenight1-s) R 1303 1305 32153 0 -1 4202496 280718 0 0 0 112153 80 0 0 25 0 1 0 569046493 211828736 43874 33554432000 4194304 4650387 140736802573760 18446744073709551615 4363848 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1305/statm: 51716 43874 381 112 0 46681 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 206864

[startup+1182.3 s]
/proc/loadavg: 4.00 3.97 3.80 5/190 1366
/proc/meminfo: memFree=7475236/32950928 swapFree=67111524/67111528
[pid=1305] ppid=1303 vsize=270688 CPUtime=1182.33 cores=4,6
/proc/1305/stat : 1305 (strangenight1-s) R 1303 1305 32153 0 -1 4202496 291931 0 0 0 118151 82 0 0 25 0 1 0 569046493 277184512 44509 33554432000 4194304 4650387 140736802573760 18446744073709551615 4366888 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1305/statm: 67672 44509 381 112 0 62637 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 270688

[startup+1242.3 s]
/proc/loadavg: 4.07 3.99 3.82 5/190 1368
/proc/meminfo: memFree=7270984/32950928 swapFree=67111524/67111528
[pid=1305] ppid=1303 vsize=207216 CPUtime=1242.32 cores=4,6
/proc/1305/stat : 1305 (strangenight1-s) R 1303 1305 32153 0 -1 4202496 301639 0 0 0 124148 84 0 0 25 0 1 0 569046493 212189184 44206 33554432000 4194304 4650387 140736802573760 18446744073709551615 4365210 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1305/statm: 51804 44206 381 112 0 46769 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 207216



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 3.99 3.82 5/190 1369
/proc/meminfo: memFree=7155388/32950928 swapFree=67111524/67111528
[pid=1305] ppid=1303 vsize=291908 CPUtime=1300.04 cores=4,6
/proc/1305/stat : 1305 (strangenight1-s) R 1303 1305 32153 0 -1 4202496 309918 0 0 0 129918 86 0 0 25 0 1 0 569046493 298913792 52458 33554432000 4194304 4650387 140736802573760 18446744073709551615 4365291 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/1305/statm: 72977 52458 381 112 0 67942 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 291908

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.05
CPU user time (s): 1299.18
CPU system time (s): 0.869867
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 291908

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

runsolver used 2.31865 second user time and 4.79227 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-26 05:22:38
IDJOB=3291545
IDBENCH=84237
IDSOLVER=1589
FILE ID=node115/3291545-1303788158
RUNJOBID= node115-1303788158-1290
PBS_JOBID= 13157231
Free space on /tmp= 73168 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st
BENCH NAME= SAT03/industrial/kukula/addm_bench/am_7_7.shuffled-as.sat03-363.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291545-1303788158/watcher-3291545-1303788158 -o /tmp/evaluation-result-3291545-1303788158/solver-3291545-1303788158 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3291545-1303788158.cnf

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

MD5SUM BENCH= c7f51e1ee7556440ab29e1c4bfe29538
RANDOM SEED=2109539882

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:      13632552 kB
Buffers:       2295064 kB
Cached:       16399556 kB
SwapCached:          4 kB
Active:        7074236 kB
Inactive:     11688352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13632552 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            6988 kB
Writeback:           0 kB
AnonPages:       66908 kB
Mapped:          14496 kB
Slab:           490524 kB
PageTables:       5116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   196872 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= 73040 MiB
End job on node115 at 2011-04-26 05:44:20