Trace number 3370300

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 (fixed)? (TO) 1300.02 1300.02

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m42-q663-n40-p15-s72490337.cnf
MD5SUMab8e40d31c79e7a71114e3126a46874f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.38479
Satisfiable
(Un)Satisfiability was proved
Number of variables1649
Number of clauses256038
Sum of the clauses size513645
Maximum clause length42
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2255998
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3370300-1305396947.cnf'
0.00/0.01	c -- header says num vars:           1649
0.00/0.01	c -- header says num clauses:      256038
0.00/0.04	c -- clauses added:            0 learnts,       256038 normals,            0 xors
0.00/0.04	c -- vars added       1649
0.00/0.04	c Parsing time:  0.03 s
0.00/0.04	c  N st     0         0      1649        40    255998         0    513645         0   no data   no data  --
0.00/0.04	c asymm  cl-useful: 0/40/40 lits-rem:0 time: 0.00
0.05/0.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.03
0.09/0.13	c bin-w-bin subsume rem            0 bins  time:  0.05 s
0.09/0.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
0.09/0.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1649 time:  0.02 s
0.19/0.21	c Removed useless bin:       0  fixed:     0  props:   1.29M  time:  0.02 s
0.19/0.26	c lits-rem:       418  cl-subs:        0  v-elim:     40  v-fix:    0  time:  0.05 s
0.19/0.26	c Finding binary XORs  T:     0.00 s  found:       0
0.19/0.27	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.19/0.27	c calculated reachability. Time: 0.00
0.19/0.28	c Calc default polars -  time:   0.00 s pos:       0 undec:      40 neg:    1609
0.19/0.28	c =========================================================================================
0.19/0.28	c types(t): F = full restart, N = normal restart
0.19/0.28	c types(t): S = simplification begin/end, E = solution found
0.19/0.28	c restart types(rt): st = static, dy = dynamic
0.19/0.28	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.19/0.28	c  B st     0         0      1609      4465    249924         0    713808         0   no data   no data  --
0.48/0.58	c  N dy    14      4021      1609      4465    249924      3921    713808    314944     13.11     15.55  --
0.78/0.87	c  N dy    25      8051      1609      4465    249924      5417    713808    319519     12.44     13.17  --
1.10/1.18	c  N dy    41     12058      1609      4465    249924      5184    713808    271645     12.37     13.50  --
1.39/1.49	c  N dy    50     16159      1609      4465    249924      9179    713808    553901     12.01     12.67  --
1.89/1.91	c  N dy    63     21020      1609      4465    249924      8454    713808    473139     11.83     12.65  --
2.20/2.26	c  F st    81     25000      1609      4465    249924     12321    713808    725719     11.83      8.59  --
2.29/2.31	c  N st    82     25250      1609      4465    249924     12568    713808    738686     11.83   no data  --
2.69/2.71	c  N dy    87     30002      1609      4465    249924     10557    713808    619408     11.83   no data  --
2.69/2.71	c  S st    87     30002      1609      4465    249924     10557    713808    619408     11.83   no data  --
2.69/2.74	c  S st    87     30502      1609      4465    249924     11053    713808    680954     11.83   no data  --
2.69/2.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2.69/2.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.99/3.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.4M T:  0.28
2.99/3.09	c bin-w-bin subsume rem            0 bins  time:  0.03 s
4.30/4.31	c subs with bin:        0  lits-rem:      1785  v-fix:    0  time:  1.23 s
4.30/4.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1609 time:  0.02 s
4.30/4.36	c Removed useless bin:       0  fixed:     0  props:   1.26M  time:  0.02 s
6.79/6.85	c lits-rem:      1894  cl-subs:      366  v-elim:      0  v-fix:    0  time:  2.49 s
6.99/7.05	c asymm  cl-useful: 1499/2239/4465 lits-rem:14660 time: 0.19
6.99/7.06	c calculated reachability. Time: 0.00
6.99/7.06	c  N dy    87     30502      1609      4465    249924     10687    694197    661694     11.83   no data  --
7.39/7.41	c  N dy   116     34770      1609      4465    249924     14896    694197   1120884     12.50     13.17  --
7.70/7.77	c  N dy   137     38825      1609      4465    249924     11137    694197    689792     12.63     13.92  --
8.09/8.12	c  N dy   161     42928      1609      4465    249924     15142    694197   1013627     12.72     13.42  --
8.39/8.40	c  S st   167     45753      1609      4465    249924      9144    694197    476460     12.65      9.68  --
8.39/8.43	c  S st   167     46256      1609      4465    249924      9643    694197    538605     12.65   no data  --
8.39/8.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.39/8.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.70/8.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 11.8M T:  0.27
8.70/8.76	c bin-w-bin subsume rem            0 bins  time:  0.03 s
9.90/9.99	c subs with bin:        0  lits-rem:      2158  v-fix:    0  time:  1.23 s
9.98/10.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1609 time:  0.02 s
9.98/10.04	c Removed useless bin:       0  fixed:     0  props:   1.26M  time:  0.02 s
12.68/12.75	c lits-rem:       152  cl-subs:       97  v-elim:      0  v-fix:    0  time:  2.71 s
12.68/12.76	c vivif2 --  cl tried     4465 cl shrink     2074 lits rem      15693 time: 0.01
12.68/12.77	c vivif2 --  cl tried     9546 cl shrink        0 lits rem          0 time: 0.01
12.78/12.89	c asymm  cl-useful: 0/2186/4465 lits-rem:0 time: 0.12
12.78/12.89	c calculated reachability. Time: 0.00
12.78/12.89	c  N dy   167     46256      1609      4465    249924      9546    675859    532890     12.65   no data  --
13.19/13.24	c  N dy   188     50333      1609      4465    249924     13523    675859    932000     12.70     13.39  --
13.58/13.63	c  N dy   203     54423      1609      4465    249924     17484    675859   1363730     12.70     31.46  --
13.99/14.05	c  N dy   226     58911      1609      4465    249924     12127    675859    825460     12.73     13.45  --
14.39/14.41	c  N dy   243     62936      1609      4465    249924     16086    675859   1219275     12.71     13.45  --
14.79/14.81	c  N dy   269     67294      1609      4465    249924     20348    675859   1700539     12.82     13.50  --
14.99/15.05	c  S st   281     69385      1609      4465    249924     11632    675859    662687     12.87     12.39  --
14.99/15.08	c  S st   281     69889      1609      4465    249924     12135    675859    731979     12.87   no data  --
14.99/15.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.99/15.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.30/15.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 13.1M T:  0.30
15.40/15.43	c bin-w-bin subsume rem            0 bins  time:  0.03 s
16.59/16.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.25 s
16.69/16.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1609 time:  0.02 s
16.69/16.73	c Removed useless bin:       0  fixed:     0  props:   1.26M  time:  0.02 s
19.70/19.79	c lits-rem:       407  cl-subs:       76  v-elim:      0  v-fix:    0  time:  3.06 s
19.70/19.80	c vivif2 --  cl tried     4465 cl shrink        0 lits rem          0 time: 0.00
19.80/19.81	c vivif2 --  cl tried    12059 cl shrink        0 lits rem          0 time: 0.02
19.99/20.00	c asymm  cl-useful: 0/3351/4465 lits-rem:0 time: 0.19
19.99/20.01	c calculated reachability. Time: 0.00
19.99/20.01	c  N dy   281     69889      1609      4465    249924     12059    675859    724520     12.87   no data  --
20.39/20.43	c  N dy   298     74633      1609      4465    249924     16678    675859   1105943     12.84     13.54  --
20.90/20.99	c  N dy   313     80564      1609      4465    249924     22462    675859   1654573     12.78     13.53  --
21.39/21.47	c  N dy   340     85716      1609      4465    249924     15779    675859   1064798     12.87     14.26  --
21.59/21.63	c  F st   346     87501      1609      4465    249924     17519    675859   1262398     12.85   no data  --
22.18/22.24	c  N dy   352     92695      1609      4465    249924     22568    675859   1782669     12.85   no data  --
22.78/22.87	c  N dy   383     98615      1609      4465    249924     15669    675859    932555     13.04     13.76  --
23.39/23.47	c  S st   407    104833      1609      4465    249924     21759    675859   1468746     13.03   no data  --
23.49/23.51	c  S st   407    105335      1609      4465    249924     22259    675859   1538961     13.03   no data  --
23.49/23.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
23.49/23.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
23.79/23.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 16.5M T:  0.37
23.89/23.97	c bin-w-bin subsume rem            0 bins  time:  0.03 s
25.30/25.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.38 s
25.30/25.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1609 time:  0.02 s
25.39/25.40	c Removed useless bin:       0  fixed:     0  props:   1.26M  time:  0.02 s
26.88/26.98	c lits-rem:       319  cl-subs:      230  v-elim:      0  v-fix:    0  time:  1.58 s
26.88/26.98	c vivif2 --  cl tried     4465 cl shrink        0 lits rem          0 time: 0.00
26.98/27.02	c vivif2 --  cl tried    22029 cl shrink        0 lits rem          0 time: 0.04
27.08/27.12	c asymm  cl-useful: 0/1114/4465 lits-rem:0 time: 0.10
27.08/27.12	c calculated reachability. Time: 0.00
27.08/27.12	c  N dy   407    105335      1609      4465    249924     22029    675859   1516262     13.03   no data  --
27.79/27.82	c  N dy   437    112108      1609      4465    249924     14996    675859    811435     13.06     21.62  --
28.39/28.49	c  N dy   467    119289      1609      4465    249924     22016    675859   1375137     13.04     16.26  --
29.79/29.84	c  N dy   502    131389      1609      4465    249924     19148    675859   1305447     12.99     13.74  --
30.80/30.84	c  N dy   533    140095      1609      4465    249924     27642    675859   1967255     12.97     13.90  --
31.68/31.78	c  N dy   566    149110      1609      4465    249924     20822    675859   1302306     12.99     28.15  --
32.58/32.67	c  S st   608    158003      1609      4465    249924     29508    675859   2126913     13.11     12.75  --
32.68/32.73	c  S st   608    158506      1609      4465    249924     30008    675859   2176478     13.11   no data  --
32.68/32.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
32.68/32.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
33.08/33.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 18.0M T:  0.43
33.18/33.27	c bin-w-bin subsume rem            0 bins  time:  0.03 s
34.59/34.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.36 s
34.59/34.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1609 time:  0.02 s
34.59/34.68	c Removed useless bin:       0  fixed:     0  props:   1.26M  time:  0.02 s
37.68/37.71	c lits-rem:       247  cl-subs:      351  v-elim:      0  v-fix:    0  time:  3.03 s
37.68/37.71	c vivif2 --  cl tried     4465 cl shrink        0 lits rem          0 time: 0.00
37.68/37.76	c vivif2 --  cl tried    29657 cl shrink        0 lits rem          0 time: 0.05
37.89/37.96	c asymm  cl-useful: 0/2586/4465 lits-rem:0 time: 0.20
37.89/37.97	c calculated reachability. Time: 0.00
37.89/37.97	c  N dy   608    158506      1609      4465    249924     29657    675859   2134977     13.11   no data  --
38.98/39.09	c  N dy   654    168911      1609      4465    249924     23251    675859   1487385     13.14     13.86  --
40.18/40.24	c  N dy   700    179731      1609      4465    249924     33780    675859   2610145     13.20     14.13  --
41.38/41.42	c  N dy   745    191242      1609      4465    249924     27482    675859   1849858     13.21     22.43  --
42.79/42.87	c  N dy   801    203659      1609      4465    249924     21063    675859   1200197     13.30     14.28  --
44.18/44.27	c  N dy   866    216698      1609      4465    249924     33829    675859   2514661     13.39     20.61  --
45.88/45.93	c  N dy   935    231481      1609      4465    249924     28730    675859   1950827     13.47     14.46  --
46.58/46.65	c  S st   960    237760      1609      4465    249924     34892    675859   2528821     13.46      9.30  --
46.67/46.70	c  S st   960    238263      1609      4465    249924     35393    675859   2581968     13.46   no data  --
46.67/46.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
46.67/46.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
47.07/47.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 19.7M T:  0.47
47.19/47.28	c bin-w-bin subsume rem            0 bins  time:  0.03 s
48.58/48.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.36 s
48.58/48.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1609 time:  0.02 s
48.58/48.69	c Removed useless bin:       0  fixed:     0  props:   1.26M  time:  0.02 s
52.38/52.44	c lits-rem:       206  cl-subs:      415  v-elim:      0  v-fix:    0  time:  3.75 s
52.38/52.45	c vivif2 --  cl tried     4465 cl shrink        0 lits rem          0 time: 0.00
52.48/52.51	c vivif2 --  cl tried    34978 cl shrink        0 lits rem          0 time: 0.06
52.58/52.69	c asymm  cl-useful: 0/1879/4465 lits-rem:0 time: 0.18
52.58/52.69	c calculated reachability. Time: 0.00
52.58/52.69	c  N dy   960    238263      1609      4465    249924     34978    675859   2536912     13.46   no data  --
54.48/54.55	c  N dy  1005    254261      1609      4465    249924     30037    675859   1820418     13.41     14.15  --
56.48/56.53	c  N dy  1047    270600      1609      4465    249924     24429    675859   1431863     13.34     14.05  --
58.48/58.50	c  N dy  1087    287957      1609      4465    249924     41262    675859   3032951     13.28     17.41  --
60.78/60.84	c  F st  1143    306251      1609      4465    249924     36698    675859   2506489     13.22   no data  --
60.88/60.90	c  N st  1144    306501      1609      4465    249924     36940    675859   2521351     13.22   no data  --
63.38/63.47	c  N dy  1208    326141      1609      4465    249924     32720    675859   2258248     13.23     38.35  --
66.28/66.40	c  N dy  1279    346361      1609      4465    249924     28085    675859   1625601     13.26     13.97  --
67.68/67.70	c  S st  1324    357394      1609      4465    249924     38877    675859   2690203     13.26   no data  --
67.68/67.75	c  S st  1324    357897      1609      4465    249924     39379    675859   2755787     13.26   no data  --
67.68/67.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
67.68/67.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
68.19/68.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.8M T:  0.50
68.28/68.37	c bin-w-bin subsume rem            0 bins  time:  0.03 s
69.58/69.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.32 s
69.68/69.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1609 time:  0.02 s
69.68/69.74	c Removed useless bin:       0  fixed:     0  props:   1.26M  time:  0.02 s
74.18/74.29	c lits-rem:       362  cl-subs:      688  v-elim:      0  v-fix:    0  time:  4.55 s
74.18/74.29	c vivif2 --  cl tried     4465 cl shrink        0 lits rem          0 time: 0.00
74.28/74.36	c vivif2 --  cl tried    38691 cl shrink        0 lits rem          0 time: 0.06
74.48/74.56	c asymm  cl-useful: 0/2110/4465 lits-rem:0 time: 0.20
74.48/74.57	c calculated reachability. Time: 0.00
74.48/74.57	c  N dy  1324    357897      1609      4465    249924     38691    675859   2713756     13.26   no data  --
77.18/77.26	c  N dy  1397    377995      1609      4465    249924     32912    675859   2052418     13.24     13.96  --
79.78/79.80	c  N dy  1462    398017      1609      4465    249924     52460    675859   4013612     13.23     14.14  --
82.39/82.42	c  N dy  1534    418192      1609      4465    249924     45833    675859   3298701     13.23     13.93  --
85.08/85.16	c  N dy  1599    438712      1609      4465    249924     38530    675859   2358998     13.22     13.96  --
88.68/88.73	c  N dy  1652    460167      1609      4465    249924     31058    675859   1607470     13.17     14.01  --
91.98/92.01	c  N dy  1702    480257      1609      4465    249924     50594    675859   3257446     13.16     14.60  --
95.39/95.45	c  N dy  1783    500681      1609      4465    249924     41231    675859   2452492     13.18     13.91  --
98.68/98.78	c  N dy  1869    520709      1609      4465    249924     30580    675859   1515356     13.20     15.64  --
100.58/100.62	c  S st  1933    536846      1609      4465    249924     46320    675859   3019671     13.19   no data  --
100.58/100.68	c  S st  1933    537348      1609      4465    249924     46819    675859   3071538     13.19   no data  --
100.58/100.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
100.58/100.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
101.19/101.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 23.2M T:  0.53
101.29/101.33	c bin-w-bin subsume rem            0 bins  time:  0.03 s
102.59/102.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.28 s
102.59/102.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1609 time:  0.02 s
102.59/102.66	c Removed useless bin:       0  fixed:     0  props:   1.26M  time:  0.02 s
106.28/106.35	c lits-rem:       167  cl-subs:      701  v-elim:      0  v-fix:    0  time:  3.69 s
106.28/106.35	c vivif2 --  cl tried     4465 cl shrink        0 lits rem          0 time: 0.00
106.38/106.43	c vivif2 --  cl tried    46118 cl shrink        0 lits rem          0 time: 0.08
106.59/106.63	c asymm  cl-useful: 0/922/4465 lits-rem:0 time: 0.20
106.59/106.63	c calculated reachability. Time: 0.00
106.59/106.63	c  N dy  1933    537348      1609      4465    249924     46118    675859   3013788     13.19   no data  --
109.18/109.24	c  N dy  2001    558173      1609      4465    249924     35268    675859   1831717     13.17     13.88  --
111.68/111.74	c  N dy  2083    578390      1609      4465    249924     54947    675859   3545238     13.19     13.89  --
114.88/114.93	c  N dy  2131    598430      1609      4465    249924     42229    675859   2204839     13.15     17.49  --
117.38/117.42	c  N dy  2208    618442      1609      4465    249924     61712    675859   3985649     13.17     14.12  --
119.80/119.82	c  N dy  2283    638640      1609      4465    249924     48335    675859   2963457     13.17     13.94  --
122.18/122.25	c  N dy  2364    658691      1609      4465    249924     67923    675859   4835518     13.17     14.11  --
124.68/124.73	c  N dy  2431    679281      1609      4465    249924     53837    675859   3410637     13.16     14.10  --
127.49/127.56	c  N dy  2499    700361      1609      4465    249924     39338    675859   1958655     13.14     13.85  --
129.88/129.90	c  N dy  2584    720364      1609      4465    249924     58844    675859   3745014     13.15     14.13  --
132.69/132.74	c  N dy  2668    740701      1609      4465    249924     42631    675859   2186400     13.15     13.86  --
135.09/135.17	c  N dy  2734    761072      1609      4465    249924     62422    675859   3846211     13.15     13.98  --
137.78/137.88	c  N dy  2810    781100      1609      4465    249924     44938    675859   2275201     13.14     15.88  --
140.18/140.23	c  N dy  2868    801102      1609      4465    249924     64340    675859   3740113     13.12     14.22  --
140.88/140.95	c  S st  2885    806024      1609      4465    249924     69123    675859   4136613     13.12     10.14  --
140.98/141.01	c  S st  2885    806525      1609      4465    249924     69621    675859   4200949     13.12   no data  --
140.98/141.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
140.98/141.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
141.58/141.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 25.5M T:  0.59
141.69/141.77	c bin-w-bin subsume rem            0 bins  time:  0.03 s
143.18/143.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.44 s
143.18/143.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1609 time:  0.02 s
143.18/143.26	c Removed useless bin:       0  fixed:     0  props:   1.26M  time:  0.02 s
152.39/152.47	c lits-rem:       351  cl-subs:     1781  v-elim:      0  v-fix:    0  time:  9.21 s
152.39/152.48	c vivif2 --  cl tried     4465 cl shrink        0 lits rem          0 time: 0.00
152.49/152.59	c vivif2 --  cl tried    67840 cl shrink        0 lits rem          0 time: 0.11
152.69/152.77	c asymm  cl-useful: 0/1433/4465 lits-rem:0 time: 0.18
152.69/152.78	c calculated reachability. Time: 0.00
152.69/152.78	c  N dy  2885    806525      1609      4465    249924     67840    675859   4114312     13.12   no data  --
155.78/155.88	c  N dy  2955    826881      1609      4465    249924     49741    675859   2638236     13.13     13.92  --
158.78/158.82	c  N dy  3019    846938      1609      4465    249924     69295    675859   4452280     13.12     13.84  --
161.69/161.77	c  N dy  3080    867239      1609      4465    249924     50092    675859   2565339     13.11     14.02  --
164.58/164.69	c  N dy  3153    887241      1609      4465    249924     69615    675859   4293893     13.11     13.80  --
167.69/167.76	c  N dy  3237    907433      1609      4465    249924     49460    675859   2718226     13.10     13.80  --
170.40/170.46	c  N dy  3295    927707      1609      4465    249924     69210    675859   4452576     13.08     13.79  --
173.09/173.14	c  N dy  3362    947818      1609      4465    249924     47859    675859   2548895     13.07     13.86  --
175.78/175.80	c  N dy  3448    968277      1609      4465    249924     67890    675859   4600263     13.10     13.84  --
179.38/179.47	c  N dy  3499    988437      1609      4465    249924     45559    675859   2145929     13.08     13.88  --
183.48/183.59	c  N dy  3582   1009832      1609      4465    249924     66345    675859   3636732     13.08     13.89  --
187.08/187.13	c  N dy  3649   1029926      1609      4465    249924     43104    675859   1926743     13.08     13.80  --
189.28/189.31	c  N dy  3708   1050294      1609      4465    249924     62990    675859   3689633     13.06     13.98  --
192.18/192.28	c  N dy  3750   1071328      1609      4465    249924     83396    675859   5318897     13.04     13.87  --
192.28/192.38	c  F st  3753   1071875      1609      4465    249924     83926    675859   5354805     13.04      9.04  --
195.08/195.16	c  N dy  3828   1091329      1609      4465    249924     59023    675859   3137873     13.04     18.31  --
197.89/197.96	c  N dy  3920   1112621      1609      4465    249924     79827    675859   5024925     13.06     13.79  --
200.78/200.88	c  N dy  3981   1132671      1609      4465    249924     54559    675859   2828726     13.06     14.08  --
203.58/203.66	c  N dy  4039   1153171      1609      4465    249924     74602    675859   4614427     13.05     13.77  --
206.70/206.75	c  N dy  4116   1174226      1609      4465    249924     49309    675859   2287601     13.05     13.84  --
209.28/209.39	c  N dy  4165   1194622      1609      4465    249924     69149    675859   3985991     13.03     13.81  --
211.48/211.51	c  S st  4206   1209787      1609      4465    249924     83939    675859   5165578     13.01      9.90  --
211.48/211.59	c  S st  4206   1210289      1609      4465    249924     84436    675859   5212996     13.01   no data  --
211.58/211.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
211.58/211.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
212.19/212.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 26.3M T:  0.62
212.38/212.40	c bin-w-bin subsume rem            0 bins  time:  0.03 s
213.78/213.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.42 s
213.78/213.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1609 time:  0.02 s
213.78/213.87	c Removed useless bin:       0  fixed:     0  props:   1.26M  time:  0.02 s
235.68/235.72	c lits-rem:       573  cl-subs:     1980  v-elim:      0  v-fix:    0  time: 21.84 s
235.68/235.72	c vivif2 --  cl tried     4465 cl shrink        0 lits rem          0 time: 0.00
235.78/235.86	c vivif2 --  cl tried    82456 cl shrink        0 lits rem          0 time: 0.14
235.98/236.09	c asymm  cl-useful: 0/1908/4465 lits-rem:0 time: 0.22
236.08/236.10	c calculated reachability. Time: 0.00
236.08/236.10	c  N dy  4206   1210289      1609      4465    249924     82456    675859   5107267     13.01   no data  --
239.58/239.61	c  N dy  4288   1230852      1609      4465    249924     55605    675859   2688462     13.02     13.78  --
242.78/242.83	c  N dy  4365   1250872      1609      4465    249924     75024    675859   4096020     13.02     13.83  --
245.89/245.98	c  N dy  4436   1271067      1609      4465    249924     94636    675859   5643281     13.02     13.86  --
248.59/248.68	c  N dy  4525   1291298      1609      4465    249924     66739    675859   3863788     13.03     13.72  --
252.18/252.27	c  N dy  4600   1311649      1609      4465    249924     86377    675859   5234854     13.03     13.76  --
255.69/255.70	c  N dy  4647   1332078      1609      4465    249924     57725    675859   2858523     13.01     13.79  --
258.98/259.06	c  N dy  4719   1352272      1609      4465    249924     77286    675859   4321727     13.01     13.72  --
262.58/262.65	c  N dy  4795   1373561      1609      4465    249924     97985    675859   6113170     13.02     13.82  --
265.88/265.91	c  N dy  4866   1393642      1609      4465    249924     67925    675859   3438054     13.01     18.93  --
268.68/268.79	c  N dy  4915   1414499      1609      4465    249924     88122    675859   5013520     13.00     13.69  --
272.18/272.28	c  N dy  4997   1434827      1609      4465    249924     57400    675859   2637266     13.01     13.74  --
275.38/275.48	c  N dy  5082   1454962      1609      4465    249924     76951    675859   4168978     13.02     13.71  --
279.78/279.80	c  N dy  5168   1474998      1609      4465    249924     96366    675859   5589043     13.02     13.77  --
283.70/283.76	c  N dy  5264   1495478      1609      4465    249924     64796    675859   3320342     13.05     13.78  --
286.38/286.40	c  N dy  5308   1515637      1609      4465    249924     84342    675859   4946390     13.03     13.81  --
289.98/290.01	c  N dy  5372   1535895      1609      4465    249924    103895    675859   6430835     13.02     13.71  --
293.28/293.36	c  N dy  5431   1555934      1609      4465    249924     70946    675859   3543799     13.02     13.85  --
296.58/296.65	c  N dy  5506   1575983      1609      4465    249924     90405    675859   5111263     13.02     28.45  --
301.08/301.16	c  N dy  5602   1596043      1609      4465    249924     56477    675859   2503658     13.03     16.49  --
304.28/304.32	c  N dy  5673   1616096      1609      4465    249924     75917    675859   4076158     13.03     13.75  --
307.89/307.99	c  N dy  5762   1636750      1609      4465    249924     95887    675859   5735720     13.05     13.74  --
312.08/312.19	c  N dy  5846   1656803      1609      4465    249924     61116    675859   2803724     13.05     25.46  --
315.19/315.26	c  N dy  5942   1677320      1609      4465    249924     81071    675859   4365437     13.06     13.79  --
319.18/319.25	c  N dy  6014   1698859      1609      4465    249924    101941    675859   5999250     13.05     13.84  --
321.78/321.81	c  S st  6067   1710290      1609      4465    249924     57787    675859   2586744     13.06   no data  --
321.78/321.85	c  S st  6067   1710794      1609      4465    249924     58289    675859   2652810     13.06   no data  --
321.78/321.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
321.78/321.87	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
322.29/322.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 19.9M T:  0.47
322.38/322.44	c bin-w-bin subsume rem            0 bins  time:  0.03 s
323.98/324.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.60 s
323.98/324.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1609 time:  0.02 s
323.98/324.09	c Removed useless bin:       0  fixed:     0  props:   1.26M  time:  0.02 s
327.39/327.40	c lits-rem:       226  cl-subs:     1510  v-elim:      0  v-fix:    0  time:  3.31 s
327.39/327.41	c vivif2 --  cl tried     4465 cl shrink        0 lits rem          0 time: 0.00
327.39/327.49	c vivif2 --  cl tried    56779 cl shrink        0 lits rem          0 time: 0.09
327.70/327.71	c asymm  cl-useful: 0/916/4465 lits-rem:0 time: 0.20
327.70/327.71	c calculated reachability. Time: 0.00
327.70/327.71	c  N dy  6067   1710794      1609      4465    249924     56779    675859   2631455     13.06   no data  --
330.58/330.65	c  N dy  6129   1730919      1609      4465    249924     76273    675859   4271566     13.05     13.95  --
333.68/333.72	c  N dy  6193   1750983      1609      4465    249924     95834    675859   5909762     13.05     13.77  --
337.28/337.33	c  N dy  6259   1771111      1609      4465    249924     59129    675859   2624605     13.05     13.77  --
339.89/339.91	c  N dy  6310   1791328      1609      4465    249924     78610    675859   4018941     13.03     13.87  --
343.29/343.32	c  N dy  6357   1812025      1609      4465    249924     98634    675859   5534886     13.02     13.72  --
346.89/346.90	c  N dy  6423   1832647      1609      4465    249924     61439    675859   2774567     13.02     13.73  --
349.48/349.56	c  N dy  6492   1852896      1609      4465    249924     81010    675859   4223082     13.01     13.89  --
352.68/352.72	c  N dy  6568   1872977      1609      4465    249924    100450    675859   5685630     13.01     13.72  --
356.58/356.63	c  N dy  6626   1893851      1609      4465    249924     62576    675859   2844878     13.00     13.76  --
359.59/359.61	c  N dy  6671   1915246      1609      4465    249924     83210    675859   4229237     12.99     13.72  --
363.08/363.10	c  N dy  6740   1935339      1609      4465    249924    102623    675859   5569845     12.98     13.79  --
366.88/366.97	c  N dy  6808   1955885      1609      4465    249924     63526    675859   2832160     12.98     13.84  --
369.68/369.73	c  N dy  6873   1976313      1609      4465    249924     83315    675859   4287663     12.97     13.75  --
372.69/372.77	c  N dy  6939   1996362      1609      4465    249924    102691    675859   5863904     12.97     13.78  --
376.48/376.52	c  N dy  7003   2016581      1609      4465    249924     62302    675859   2834951     12.97     14.16  --
379.28/379.33	c  N dy  7050   2036872      1609      4465    249924     82013    675859   4618053     12.96     13.77  --
382.29/382.37	c  N dy  7120   2056900      1609      4465    249924    101425    675859   6317505     12.97     15.70  --
386.10/386.16	c  N dy  7181   2077161      1609      4465    249924    120937    675859   7640050     12.96     14.00  --
389.40/389.44	c  N dy  7249   2098012      1609      4465    249924     80157    675859   4187627     12.96     13.77  --
392.60/392.69	c  N dy  7319   2118026      1609      4465    249924     99424    675859   5488867     12.95     13.73  --
395.89/396.00	c  N dy  7397   2138578      1609      4465    249924    119272    675859   6917635     12.95     13.67  --
399.30/399.35	c  N dy  7455   2159027      1609      4465    249924     77093    675859   3598816     12.94     13.83  --
402.49/402.55	c  N dy  7525   2179481      1609      4465    249924     96779    675859   5017310     12.94     13.99  --
406.28/406.34	c  N dy  7591   2199937      1609      4465    249924    116442    675859   6257798     12.93     14.12  --
408.78/408.85	c  S st  7632   2210797      1609      4465    249924     64258    675859   2730578     12.93     12.06  --
408.78/408.89	c  S st  7632   2211301      1609      4465    249924     64762    675859   2780249     12.93   no data  --
408.88/408.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
408.88/408.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
409.38/409.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 20.8M T:  0.49
409.48/409.51	c bin-w-bin subsume rem            0 bins  time:  0.03 s
410.68/410.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.28 s
410.78/410.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1609 time:  0.02 s
410.78/410.84	c Removed useless bin:       0  fixed:     0  props:   1.26M  time:  0.02 s
414.59/414.64	c lits-rem:       352  cl-subs:     1428  v-elim:      0  v-fix:    0  time:  3.80 s
414.59/414.65	c vivif2 --  cl tried     4465 cl shrink        0 lits rem          0 time: 0.00
414.70/414.74	c vivif2 --  cl tried    63334 cl shrink        0 lits rem          0 time: 0.10
414.88/414.96	c asymm  cl-useful: 0/1133/4465 lits-rem:0 time: 0.21
414.88/414.97	c calculated reachability. Time: 0.00
414.88/414.97	c  N dy  7632   2211301      1609      4465    249924     63334    675859   2761864     12.93   no data  --
417.48/417.58	c  N dy  7720   2231593      1609      4465    249924     83101    675859   4300626     12.93     13.69  --
420.20/420.25	c  N dy  7781   2251650      1609      4465    249924    102584    675859   5908917     12.92     16.56  --
423.39/423.48	c  N dy  7880   2271687      1609      4465    249924    121992    675859   7444814     12.93     20.17  --
426.58/426.64	c  N dy  7973   2291996      1609      4465    249924     77841    675859   3807601     12.93     13.95  --
429.69/429.70	c  N dy  8075   2312053      1609      4465    249924     97297    675859   5330108     12.94     16.89  --
432.78/432.82	c  N dy  8159   2332664      1609      4465    249924    117232    675859   6953266     12.94     13.64  --
436.28/436.37	c  N dy  8241   2352993      1609      4465    249924     72042    675859   3332452     12.94     13.67  --
438.99/439.07	c  N dy  8330   2373084      1609      4465    249924     91520    675859   4942415     12.95     15.17  --
442.39/442.44	c  N dy  8415   2393357      1609      4465    249924    111094    675859   6491970     12.95     13.79  --
445.68/445.79	c  N dy  8501   2413659      1609      4465    249924    130772    675859   8005326     12.95     13.68  --
448.80/448.88	c  N dy  8566   2435090      1609      4465    249924     85651    675859   4390581     12.94     13.79  --
451.88/451.96	c  N dy  8636   2455135      1609      4465    249924    105088    675859   6145686     12.94     18.41  --
455.08/455.10	c  N dy  8716   2475170      1609      4465    249924    124528    675859   7675209     12.95     24.74  --
458.59/458.62	c  N dy  8815   2495260      1609      4465    249924     77117    675859   3667357     12.96     15.57  --
461.29/461.37	c  N dy  8889   2515349      1609      4465    249924     96571    675859   5167321     12.95     20.63  --
464.48/464.51	c  N dy  8944   2535446      1609      4465    249924    115942    675859   6529965     12.95     13.76  --
468.29/468.33	c  N dy  9038   2555447      1609      4465    249924    135312    675859   7939702     12.95     13.67  --
471.39/471.48	c  N dy  9112   2575536      1609      4465    249924     87113    675859   4576497     12.95     13.69  --
474.88/474.90	c  N dy  9202   2595566      1609      4465    249924    106570    675859   6066157     12.95     36.37  --
478.29/478.35	c  N dy  9290   2616029      1609      4465    249924    126400    675859   7535548     12.96     13.65  --
482.08/482.11	c  N dy  9352   2636263      1609      4465    249924     77115    675859   3539487     12.95     13.64  --
485.00/485.06	c  N dy  9457   2656354      1609      4465    249924     96612    675859   5122148     12.96     21.51  --
488.48/488.52	c  N dy  9545   2676440      1609      4465    249924    116180    675859   6813167     12.96     18.88  --
492.70/492.72	c  N dy  9619   2696449      1609      4465    249924    135537    675859   8202959     12.96     13.68  --
495.58/495.67	c  S st  9678   2711302      1609      4465    249924     80092    675859   3680596     12.96      9.97  --
495.68/495.73	c  S st  9678   2711809      1609      4465    249924     80599    675859   3733788     12.96   no data  --
495.68/495.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
495.68/495.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
496.38/496.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 25.1M T:  0.69
496.48/496.56	c bin-w-bin subsume rem            0 bins  time:  0.03 s
497.98/498.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.48 s
497.98/498.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1609 time:  0.02 s
497.98/498.09	c Removed useless bin:       0  fixed:     0  props:   1.26M  time:  0.02 s
503.88/503.95	c lits-rem:       107  cl-subs:     1234  v-elim:      0  v-fix:    0  time:  5.85 s
503.88/503.95	c vivif2 --  cl tried     4465 cl shrink        0 lits rem          0 time: 0.00
503.98/504.08	c vivif2 --  cl tried    79365 cl shrink        0 lits rem          0 time: 0.13
504.08/504.19	c asymm  cl-useful: 0/508/4465 lits-rem:0 time: 0.11
504.18/504.20	c calculated reachability. Time: 0.00
504.18/504.20	c  N dy  9678   2711809      1609      4465    249924     79365    675859   3700816     12.96   no data  --
507.59/507.63	c  N dy  9738   2732222      1609      4465    249924     99137    675859   5294874     12.96     13.82  --
510.68/510.74	c  N dy  9813   2752433      1609      4465    249924    118868    675859   7089446     12.96     13.65  --
513.99/514.03	c  N dy  9886   2773412      1609      4465    249924    139197    675859   8779268     12.96     13.72  --
517.09/517.15	c  N dy  9962   2793491      1609      4465    249924     87958    675859   4512992     12.96     13.72  --
520.20/520.24	c  N dy 10033   2813940      1609      4465    249924    107924    675859   6418936     12.95     13.66  --
523.88/523.94	c  N dy 10097   2834046      1609      4465    249924    127486    675859   8255423     12.95     13.65  --
527.79/527.87	c  N dy 10171   2854191      1609      4465    249924     75161    675859   3393669     12.95     13.87  --
530.68/530.71	c  N dy 10224   2874386      1609      4465    249924     94889    675859   5274792     12.95     13.63  --
533.78/533.88	c  N dy 10290   2894451      1609      4465    249924    114411    675859   6980737     12.94     13.67  --
537.49/537.54	c  N dy 10361   2914529      1609      4465    249924    133911    675859   8563923     12.94     13.79  --
541.10/541.18	c  N dy 10412   2935085      1609      4465    249924     81005    675859   3847076     12.94     13.64  --
543.99/544.02	c  N dy 10475   2955590      1609      4465    249924    100906    675859   5279416     12.93     13.75  --
546.88/546.99	c  N dy 10514   2975688      1609      4465    249924    120357    675859   6634115     12.92     13.97  --
550.68/550.77	c  N dy 10607   2995753      1609      4465    249924    139895    675859   8581708     12.93     17.17  --
554.58/554.63	c  N dy 10692   3015853      1609      4465    249924     85629    675859   4340978     12.93     16.66  --
557.79/557.85	c  N dy 10751   3035854      1609      4465    249924    105066    675859   5694447     12.93     13.69  --
561.28/561.36	c  N dy 10817   3056280      1609      4465    249924    124976    675859   7562701     12.93     13.79  --
565.30/565.38	c  N dy 10882   3076566      1609      4465    249924    144746    675859   9246045     12.93     13.79  --
569.59/569.61	c  N dy 10939   3096637      1609      4465    249924     89181    675859   4130669     12.92     15.43  --
572.49/572.57	c  N dy 11003   3116657      1609      4465    249924    108659    675859   5678739     12.92     15.74  --
575.58/575.69	c  N dy 11065   3136756      1609      4465    249924    128203    675859   7324572     12.92     13.63  --
579.60/579.64	c  N dy 11133   3156942      1609      4465    249924    147677    675859   8622223     12.91     13.61  --
583.09/583.11	c  N dy 11176   3177804      1609      4465    249924     92156    675859   4470717     12.90     13.62  --
585.89/585.97	c  N dy 11227   3197990      1609      4465    249924    111840    675859   6064660     12.90     13.64  --
588.18/588.26	c  S st 11290   3211809      1609      4465    249924    125301    675859   7246966     12.90   no data  --
588.29/588.33	c  S st 11290   3212310      1609      4465    249924    125798    675859   7297929     12.90   no data  --
588.29/588.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
588.29/588.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
589.09/589.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 33.1M T:  0.82
589.38/589.42	c bin-w-bin subsume rem            0 bins  time:  0.03 s
590.59/590.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.28 s
590.69/590.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1609 time:  0.02 s
590.69/590.75	c Removed useless bin:       0  fixed:     0  props:   1.26M  time:  0.02 s
635.19/635.25	c lits-rem:       740  cl-subs:     3819  v-elim:      0  v-fix:    0  time: 44.50 s
635.19/635.25	c vivif2 --  cl tried     4465 cl shrink        0 lits rem          0 time: 0.00
635.39/635.46	c vivif2 --  cl tried   121979 cl shrink        0 lits rem          0 time: 0.21
635.59/635.70	c asymm  cl-useful: 0/1562/4465 lits-rem:0 time: 0.23
635.70/635.71	c calculated reachability. Time: 0.00
635.70/635.71	c  N dy 11290   3212310      1609      4465    249924    121979    675859   7156776     12.90   no data  --
639.29/639.35	c  N dy 11381   3232445      1609      4465    249924    141623    675859   8779703     12.90     13.66  --
643.69/643.77	c  N dy 11431   3252769      1609      4465    249924     84618    675859   3929811     12.90     13.69  --
646.88/646.91	c  N dy 11505   3272969      1609      4465    249924    104276    675859   5480621     12.90     14.04  --
650.00/650.07	c  N dy 11570   3292995      1609      4465    249924    123741    675859   7054722     12.89     14.50  --
654.19/654.20	c  N dy 11642   3313635      1609      4465    249924    143804    675859   8896746     12.89     13.69  --
658.49/658.58	c  N dy 11688   3335263      1609      4465    249924     87137    675859   4421466     12.88     13.64  --
661.69/661.70	c  N dy 11760   3355311      1609      4465    249924    106666    675859   6121546     12.89     13.62  --
665.79/665.89	c  N dy 11833   3375385      1609      4465    249924    126096    675859   7595030     12.88     13.65  --
669.69/669.76	c  N dy 11909   3395556      1609      4465    249924    145687    675859   9236409     12.88     13.64  --
674.59/674.68	c  N dy 11978   3416548      1609      4465    249924     87354    675859   4124655     12.88     13.79  --
677.99/678.02	c  N dy 12030   3436634      1609      4465    249924    106857    675859   5663876     12.87     13.72  --
681.38/681.46	c  N dy 12120   3456738      1609      4465    249924    126363    675859   7175794     12.88     13.59  --
685.09/685.12	c  N dy 12195   3477605      1609      4465    249924    146738    675859   8969150     12.88     13.64  --
689.60/689.61	c  N dy 12254   3498304      1609      4465    249924     87079    675859   4098044     12.87     13.58  --
693.48/693.59	c  N dy 12313   3519348      1609      4465    249924    107453    675859   5494559     12.87     13.61  --
697.09/697.14	c  N dy 12386   3539851      1609      4465    249924    127330    675859   7022332     12.87     13.77  --
702.29/702.31	c  N dy 12447   3559901      1609      4465    249924    146682    675859   8315941     12.87     14.81  --
707.48/707.51	c  N dy 12546   3579958      1609      4465    249924     85686    675859   3941132     12.88     13.83  --
711.28/711.36	c  N dy 12607   3601709      1609      4465    249924    106712    675859   5508115     12.87     13.68  --
715.09/715.14	c  N dy 12678   3621787      1609      4465    249924    126201    675859   7171424     12.87     13.82  --
719.49/719.59	c  N dy 12739   3642111      1609      4465    249924    145968    675859   8654085     12.87     13.57  --
724.59/724.67	c  N dy 12810   3663014      1609      4465    249924     84743    675859   3929685     12.87     13.59  --
727.69/727.78	c  N dy 12874   3683239      1609      4465    249924    104466    675859   5722639     12.87     13.78  --
731.89/731.94	c  N dy 12965   3703326      1609      4465    249924    123931    675859   7214081     12.87     24.90  --
733.79/733.83	c  S st 13026   3712310      1609      4465    249924    132721    675859   8270008     12.89   no data  --
733.89/733.93	c  S st 13026   3712815      1609      4465    249924    133221    675859   8335253     12.89   no data  --
733.89/733.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
733.89/733.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
734.89/734.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 39.5M T:  1.00
735.19/735.22	c bin-w-bin subsume rem            0 bins  time:  0.03 s
736.69/736.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.49 s
736.69/736.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1609 time:  0.02 s
736.69/736.76	c Removed useless bin:       0  fixed:     0  props:   1.26M  time:  0.02 s
815.28/815.34	c lits-rem:       923  cl-subs:     4062  v-elim:      0  v-fix:    0  time: 78.59 s
815.28/815.35	c vivif2 --  cl tried     4465 cl shrink        0 lits rem          0 time: 0.00
815.48/815.58	c vivif2 --  cl tried   129159 cl shrink        0 lits rem          0 time: 0.23
815.78/815.85	c asymm  cl-useful: 0/916/4465 lits-rem:0 time: 0.27
815.78/815.86	c calculated reachability. Time: 0.00
815.78/815.86	c  N dy 13026   3712815      1609      4465    249924    129159    675859   8183154     12.89   no data  --
820.19/820.26	c  N dy 13089   3732936      1609      4465    249924    148708    675859   9703045     12.88     13.60  --
825.38/825.44	c  F st 13159   3751562      1609      4465    249924     84276    675859   3820085     12.88     11.04  --
825.68/825.75	c  N st 13163   3753593      1609      4465    249924     86237    675859   3982523     12.88   no data  --
829.30/829.39	c  N dy 13226   3773669      1609      4465    249924    105768    675859   5658818     12.88     13.94  --
833.98/834.09	c  N dy 13297   3793713      1609      4465    249924    125155    675859   7086010     12.88     13.90  --
838.78/838.82	c  N dy 13399   3813786      1609      4465    249924    144703    675859   8815525     12.89     13.57  --
842.99/843.01	c  N dy 13463   3834161      1609      4465    249924    164437    675859  10490394     12.89     13.69  --
847.19/847.25	c  N dy 13535   3854216      1609      4465    249924    100380    675859   5028182     12.89     13.60  --
850.30/850.33	c  N dy 13606   3874346      1609      4465    249924    119858    675859   6756896     12.89     13.68  --
853.79/853.80	c  N dy 13660   3894466      1609      4465    249924    139414    675859   8327763     12.88     13.83  --
857.69/857.71	c  N dy 13737   3915316      1609      4465    249924    159720    675859  10068818     12.89     13.73  --
862.09/862.15	c  N dy 13804   3935381      1609      4465    249924     94643    675859   4443564     12.88     13.69  --
865.89/865.90	c  N dy 13886   3956006      1609      4465    249924    114583    675859   5997856     12.88     13.59  --
870.39/870.47	c  N dy 13960   3976195      1609      4465    249924    134083    675859   7361995     12.88     13.67  --
875.88/875.93	c  N dy 14049   3996210      1609      4465    249924    153478    675859   8864785     12.89     14.38  --
882.39/882.43	c  N dy 14131   4016425      1609      4465    249924     87833    675859   4049018     12.89     13.66  --
885.50/885.55	c  N dy 14214   4036440      1609      4465    249924    107334    675859   5592287     12.89     14.01  --
888.80/888.83	c  N dy 14270   4056499      1609      4465    249924    126850    675859   7197805     12.89     13.88  --
893.10/893.14	c  N dy 14341   4076567      1609      4465    249924    146342    675859   8667923     12.89     13.59  --
897.99/898.03	c  N dy 14406   4096632      1609      4465    249924    165823    675859  10126427     12.89     24.33  --
902.18/902.23	c  N dy 14484   4118376      1609      4465    249924    100607    675859   4931998     12.88     13.72  --
905.59/905.63	c  N dy 14549   4138447      1609      4465    249924    120037    675859   6352060     12.88     14.40  --
909.59/909.69	c  N dy 14636   4158477      1609      4465    249924    139499    675859   7981838     12.88     15.84  --
913.29/913.38	c  N dy 14707   4178862      1609      4465    249924    159231    675859   9448460     12.88     13.63  --
918.40/918.41	c  N dy 14761   4200125      1609      4465    249924     92569    675859   4414349     12.88     13.57  --
920.19/920.29	c  S st 14822   4212815      1609      4465    249924    104997    675859   5720489     12.88      9.67  --
920.29/920.36	c  S st 14822   4213316      1609      4465    249924    105493    675859   5779104     12.88   no data  --
920.29/920.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
920.29/920.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
921.19/921.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 33.8M T:  0.85
921.39/921.42	c bin-w-bin subsume rem            0 bins  time:  0.03 s
922.99/923.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.60 s
922.99/923.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1609 time:  0.02 s
922.99/923.07	c Removed useless bin:       0  fixed:     0  props:   1.26M  time:  0.02 s
954.59/954.65	c lits-rem:       367  cl-subs:     1944  v-elim:      0  v-fix:    0  time: 31.58 s
954.59/954.65	c vivif2 --  cl tried     4465 cl shrink        0 lits rem          0 time: 0.00
954.80/954.82	c vivif2 --  cl tried   103549 cl shrink        0 lits rem          0 time: 0.17
954.99/955.05	c asymm  cl-useful: 0/1369/4465 lits-rem:0 time: 0.23
954.99/955.06	c calculated reachability. Time: 0.00
954.99/955.06	c  N dy 14822   4213316      1609      4465    249924    103549    675859   5713345     12.88   no data  --
958.59/958.68	c  N dy 14923   4233387      1609      4465    249924    123077    675859   7309667     12.89     13.65  --
962.79/962.80	c  N dy 14991   4253476      1609      4465    249924    142580    675859   8981133     12.89     13.88  --
968.38/968.46	c  N dy 15089   4274970      1609      4465    249924    163465    675859  10885747     12.90     13.61  --
974.18/974.21	c  N dy 15167   4296676      1609      4465    249924     96113    675859   4577293     12.90     13.63  --
977.49/977.59	c  N dy 15249   4317374      1609      4465    249924    116189    675859   6012729     12.90     13.68  --
981.20/981.28	c  N dy 15332   4337460      1609      4465    249924    135683    675859   7534325     12.90     19.41  --
985.89/985.99	c  N dy 15408   4357523      1609      4465    249924    155089    675859   8969495     12.90     19.21  --
991.00/991.06	c  N dy 15497   4377724      1609      4465    249924    174666    675859  10566175     12.90     13.71  --
995.19/995.23	c  N dy 15593   4398051      1609      4465    249924    105242    675859   5550487     12.91     13.60  --
999.09/999.19	c  N dy 15678   4418504      1609      4465    249924    125047    675859   7091065     12.91     13.60  --
1003.89/1003.90	c  N dy 15735   4438571      1609      4465    249924    144558    675859   8657348     12.91     13.80  --
1009.39/1009.48	c  N dy 15813   4458658      1609      4465    249924    163985    675859  10194787     12.91     15.31  --
1015.59/1015.63	c  N dy 15848   4478743      1609      4465    249924     93069    675859   4304346     12.90     13.61  --
1019.19/1019.28	c  N dy 15904   4499251      1609      4465    249924    112814    675859   5768116     12.90     13.69  --
1023.69/1023.75	c  N dy 16006   4519269      1609      4465    249924    132237    675859   7330099     12.90     17.99  --
1027.99/1028.00	c  N dy 16088   4539368      1609      4465    249924    151738    675859   9038181     12.90     26.53  --
1034.00/1034.08	c  N dy 16215   4559796      1609      4465    249924    171473    675859  10641895     12.91     13.61  --
1038.40/1038.48	c  N dy 16327   4579803      1609      4465    249924     99901    675859   4886209     12.92     21.61  --
1042.38/1042.49	c  N dy 16425   4599868      1609      4465    249924    119272    675859   6451670     12.93     13.64  --
1047.39/1047.45	c  N dy 16515   4619898      1609      4465    249924    138722    675859   7907201     12.93     13.68  --
1052.79/1052.86	c  N dy 16614   4640359      1609      4465    249924    158554    675859   9638755     12.93     13.64  --
1058.59/1058.63	c  N dy 16713   4660859      1609      4465    249924    178338    675859  11234303     12.94     13.67  --
1063.19/1063.22	c  N dy 16812   4681129      1609      4465    249924    106021    675859   5368567     12.94     13.63  --
1067.01/1067.08	c  N dy 16918   4701142      1609      4465    249924    125428    675859   7066733     12.95     13.72  --
1069.29/1069.31	c  S st 16946   4713316      1609      4465    249924    137152    675859   7901656     12.95     11.36  --
1069.29/1069.38	c  S st 16946   4713821      1609      4465    249924    137655    675859   7964874     12.95   no data  --
1069.39/1069.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1069.39/1069.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1070.39/1070.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 40.0M T:  1.05
1070.69/1070.70	c bin-w-bin subsume rem            0 bins  time:  0.03 s
1071.99/1072.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.34 s
1071.99/1072.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1609 time:  0.02 s
1071.99/1072.09	c Removed useless bin:       0  fixed:     0  props:   1.26M  time:  0.02 s
1134.99/1135.02	c lits-rem:       751  cl-subs:     3658  v-elim:      0  v-fix:    0  time: 62.92 s
1134.99/1135.02	c vivif2 --  cl tried     4465 cl shrink        0 lits rem          0 time: 0.00
1135.20/1135.26	c vivif2 --  cl tried   133997 cl shrink        0 lits rem          0 time: 0.24
1135.49/1135.52	c asymm  cl-useful: 0/618/4465 lits-rem:0 time: 0.26
1135.49/1135.53	c calculated reachability. Time: 0.00
1135.49/1135.53	c  N dy 16946   4713821      1609      4465    249924    133997    675859   7842611     12.95   no data  --
1139.69/1139.72	c  N dy 17021   4733908      1609      4465    249924    153462    675859   9373806     12.95     14.38  --
1144.09/1144.19	c  N dy 17121   4753942      1609      4465    249924    173046    675859  11231168     12.95     13.77  --
1149.09/1149.11	c  N dy 17199   4774034      1609      4465    249924     99609    675859   4945408     12.96     14.87  --
1152.80/1152.86	c  N dy 17293   4794077      1609      4465    249924    119081    675859   6466089     12.96     18.39  --
1156.79/1156.85	c  N dy 17364   4814114      1609      4465    249924    138552    675859   8048283     12.96     13.98  --
1161.39/1161.48	c  N dy 17440   4834265      1609      4465    249924    158144    675859   9724622     12.96     13.96  --
1166.89/1166.96	c  N dy 17520   4854443      1609      4465    249924    177748    675859  11326771     12.96     13.65  --
1171.59/1171.60	c  N dy 17613   4874532      1609      4465    249924    103194    675859   5174856     12.96     14.45  --
1174.89/1174.90	c  N dy 17669   4894567      1609      4465    249924    122662    675859   6862307     12.96     13.67  --
1178.99/1179.08	c  N dy 17758   4914619      1609      4465    249924    142259    675859   8629504     12.97     13.65  --
1183.69/1183.79	c  N dy 17845   4934640      1609      4465    249924    161746    675859  10437383     12.97     16.50  --
1188.79/1188.88	c  N dy 17929   4954752      1609      4465    249924    181254    675859  12289295     12.97     13.66  --
1194.09/1194.10	c  N dy 18007   4974940      1609      4465    249924    105638    675859   5396456     12.98     13.69  --
1198.59/1198.66	c  N dy 18110   4995037      1609      4465    249924    125217    675859   7151779     12.98     13.75  --
1203.99/1204.01	c  N dy 18216   5016095      1609      4465    249924    145759    675859   9068447     12.99     13.86  --
1209.09/1209.14	c  N dy 18301   5036194      1609      4465    249924    165334    675859  10845662     12.99     16.04  --
1214.69/1214.71	c  N dy 18386   5056438      1609      4465    249924    184884    675859  12327371     12.99     13.74  --
1219.49/1219.54	c  N dy 18450   5076913      1609      4465    249924    108368    675859   5402604     12.99     13.74  --
1223.10/1223.17	c  N dy 18531   5097353      1609      4465    249924    128249    675859   7188462     13.00     13.72  --
1227.10/1227.14	c  N dy 18618   5117436      1609      4465    249924    147746    675859   8868877     13.00     13.74  --
1231.29/1231.37	c  N dy 18680   5137650      1609      4465    249924    167220    675859  10317050     13.00     13.88  --
1236.30/1236.36	c  N dy 18765   5157746      1609      4465    249924    186791    675859  12001428     13.00     13.88  --
1241.09/1241.18	c  N dy 18848   5177796      1609      4465    249924    109246    675859   5636005     13.00     19.46  --
1244.59/1244.62	c  N dy 18914   5197824      1609      4465    249924    128775    675859   7226084     13.00     13.93  --
1247.79/1247.87	c  S st 19003   5213823      1609      4465    249924    144478    675859   8852460     13.01   no data  --
1247.89/1247.96	c  S st 19003   5214326      1609      4465    249924    144978    675859   8914622     13.01   no data  --
1247.89/1247.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1247.89/1247.99	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1249.09/1249.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 42.7M T:  1.13
1249.29/1249.39	c bin-w-bin subsume rem            0 bins  time:  0.03 s
1250.89/1250.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.55 s
1250.89/1250.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1609 time:  0.02 s
1250.89/1250.99	c Removed useless bin:       0  fixed:     0  props:   1.26M  time:  0.02 s

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3370300-1305396947/watcher-3370300-1305396947 -o /tmp/evaluation-result-3370300-1305396947/solver-3370300-1305396947 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3370300-1305396947.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.90 2.83 3.27 5/333 23559
/proc/meminfo: memFree=25276496/32951124 swapFree=44485764/67111528
[pid=23559] ppid=23557 vsize=30788 CPUtime=0 cores=4,6
/proc/23559/stat : 23559 (strangenight1-s) R 23557 23559 22351 0 -1 4202496 974 0 0 0 0 0 0 0 21 0 1 0 651295174 31526912 914 33554432000 4194304 4650387 140737267750928 18446744073709551615 244446606021 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23559/statm: 7697 914 327 112 0 2662 0

[startup+0.0682139 s]
/proc/loadavg: 1.90 2.83 3.27 5/333 23559
/proc/meminfo: memFree=25276496/32951124 swapFree=44485764/67111528
[pid=23559] ppid=23557 vsize=38184 CPUtime=0.05 cores=4,6
/proc/23559/stat : 23559 (strangenight1-s) R 23557 23559 22351 0 -1 4202496 2856 0 0 0 5 0 0 0 21 0 1 0 651295174 39100416 2793 33554432000 4194304 4650387 140737267750928 18446744073709551615 4244991 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23559/statm: 9546 2793 349 112 0 4511 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 38184

[startup+0.101228 s]
/proc/loadavg: 1.90 2.83 3.27 5/333 23559
/proc/meminfo: memFree=25276496/32951124 swapFree=44485764/67111528
[pid=23559] ppid=23557 vsize=38184 CPUtime=0.09 cores=4,6
/proc/23559/stat : 23559 (strangenight1-s) R 23557 23559 22351 0 -1 4202496 2864 0 0 0 9 0 0 0 21 0 1 0 651295174 39100416 2801 33554432000 4194304 4650387 140737267750928 18446744073709551615 4472930 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23559/statm: 9546 2801 357 112 0 4511 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38184

[startup+0.300166 s]
/proc/loadavg: 1.90 2.83 3.27 5/333 23559
/proc/meminfo: memFree=25276496/32951124 swapFree=44485764/67111528
[pid=23559] ppid=23557 vsize=43136 CPUtime=0.28 cores=4,6
/proc/23559/stat : 23559 (strangenight1-s) R 23557 23559 22351 0 -1 4202496 4378 0 0 0 28 0 0 0 22 0 1 0 651295174 44171264 4315 33554432000 4194304 4650387 140737267750928 18446744073709551615 4366625 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23559/statm: 10784 4315 378 112 0 5749 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 43136

[startup+0.701125 s]
/proc/loadavg: 1.90 2.83 3.27 5/333 23559
/proc/meminfo: memFree=25276496/32951124 swapFree=44485764/67111528
[pid=23559] ppid=23557 vsize=45544 CPUtime=0.68 cores=4,6
/proc/23559/stat : 23559 (strangenight1-s) R 23557 23559 22351 0 -1 4202496 5304 0 0 0 68 0 0 0 23 0 1 0 651295174 46637056 4594 33554432000 4194304 4650387 140737267750928 18446744073709551615 4366796 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23559/statm: 11386 4594 380 112 0 6351 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 45544

[startup+1.50097 s]
/proc/loadavg: 1.90 2.83 3.27 5/337 23566
/proc/meminfo: memFree=25221656/32951124 swapFree=44485764/67111528
[pid=23559] ppid=23557 vsize=46456 CPUtime=1.49 cores=4,6
/proc/23559/stat : 23559 (strangenight1-s) R 23557 23559 22351 0 -1 4202496 6585 0 0 0 148 1 0 0 25 0 1 0 651295174 47570944 5133 33554432000 4194304 4650387 140737267750928 18446744073709551615 4366891 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23559/statm: 11614 5133 380 112 0 6579 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46456

[startup+3.10065 s]
/proc/loadavg: 2.07 2.85 3.28 5/337 23566
/proc/meminfo: memFree=25213844/32951124 swapFree=44485764/67111528
[pid=23559] ppid=23557 vsize=62844 CPUtime=3.09 cores=4,6
/proc/23559/stat : 23559 (strangenight1-s) R 23557 23559 22351 0 -1 4202496 12527 0 0 0 307 2 0 0 25 0 1 0 651295174 64352256 9117 33554432000 4194304 4650387 140737267750928 18446744073709551615 4435442 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23559/statm: 15711 9117 382 112 0 10676 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 62844

[startup+6.30109 s]
/proc/loadavg: 2.07 2.85 3.28 5/337 23567
/proc/meminfo: memFree=25130840/32951124 swapFree=44485764/67111528
[pid=23559] ppid=23557 vsize=63900 CPUtime=6.29 cores=4,6
/proc/23559/stat : 23559 (strangenight1-s) R 23557 23559 22351 0 -1 4202496 12816 0 0 0 627 2 0 0 25 0 1 0 651295174 65433600 9406 33554432000 4194304 4650387 140737267750928 18446744073709551615 4439609 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23559/statm: 15975 9406 382 112 0 10940 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 63900

[startup+12.7009 s]
/proc/loadavg: 2.37 2.89 3.28 5/337 23567
/proc/meminfo: memFree=25129528/32951124 swapFree=44485764/67111528
[pid=23559] ppid=23557 vsize=66336 CPUtime=12.68 cores=4,6
/proc/23559/stat : 23559 (strangenight1-s) R 23557 23559 22351 0 -1 4202496 16091 0 0 0 1266 2 0 0 25 0 1 0 651295174 67928064 9711 33554432000 4194304 4650387 140737267750928 18446744073709551615 4440720 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23559/statm: 16584 9711 382 112 0 11549 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 66336

[startup+25.5005 s]
/proc/loadavg: 2.62 2.92 3.29 5/337 23567
/proc/meminfo: memFree=25074296/32951124 swapFree=44485764/67111528
[pid=23559] ppid=23557 vsize=86304 CPUtime=25.49 cores=4,6
/proc/23559/stat : 23559 (strangenight1-s) R 23557 23559 22351 0 -1 4202496 29670 0 0 0 2545 4 0 0 25 0 1 0 651295174 88375296 15141 33554432000 4194304 4650387 140737267750928 18446744073709551615 4476490 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23559/statm: 21576 15141 382 112 0 16541 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 86304

[startup+51.1008 s]
/proc/loadavg: 3.09 3.01 3.31 5/337 23568
/proc/meminfo: memFree=24954712/32951124 swapFree=44485764/67111528
[pid=23559] ppid=23557 vsize=115300 CPUtime=51.08 cores=4,6
/proc/23559/stat : 23559 (strangenight1-s) R 23557 23559 22351 0 -1 4202496 56350 0 0 0 5099 9 0 0 25 0 1 0 651295174 118067200 22514 33554432000 4194304 4650387 140737267750928 18446744073709551615 4439575 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23559/statm: 28825 22514 382 112 0 23790 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 115300

[startup+102.312 s]
/proc/loadavg: 3.77 3.20 3.36 5/337 23569
/proc/meminfo: memFree=24885096/32951124 swapFree=44485764/67111528
[pid=23559] ppid=23557 vsize=140844 CPUtime=102.3 cores=4,6
/proc/23559/stat : 23559 (strangenight1-s) R 23557 23559 22351 0 -1 4202496 105448 0 0 0 10213 17 0 0 25 0 1 0 651295174 144224256 28518 33554432000 4194304 4650387 140737267750928 18446744073709551615 4436402 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23559/statm: 35211 28518 382 112 0 30176 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 140844

[startup+162.301 s]
/proc/loadavg: 3.91 3.35 3.39 5/337 23571
/proc/meminfo: memFree=24774932/32951124 swapFree=44485764/67111528
[pid=23559] ppid=23557 vsize=177984 CPUtime=162.28 cores=4,6
/proc/23559/stat : 23559 (strangenight1-s) R 23557 23559 22351 0 -1 4202496 159162 0 0 0 16204 24 0 0 25 0 1 0 651295174 182255616 36629 33554432000 4194304 4650387 140737267750928 18446744073709551615 4366874 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23559/statm: 44496 36629 382 112 0 39461 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 177984

[startup+222.301 s]
/proc/loadavg: 4.02 3.48 3.43 5/337 23572
/proc/meminfo: memFree=24721060/32951124 swapFree=44485764/67111528
[pid=23559] ppid=23557 vsize=257404 CPUtime=222.28 cores=4,6
/proc/23559/stat : 23559 (strangenight1-s) R 23557 23559 22351 0 -1 4202496 207100 0 0 0 22195 33 0 0 25 0 1 0 651295174 263581696 42163 33554432000 4194304 4650387 140737267750928 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23559/statm: 64351 42163 382 112 0 59316 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 257404

[startup+282.301 s]
/proc/loadavg: 4.01 3.57 3.47 5/337 23574
/proc/meminfo: memFree=24612892/32951124 swapFree=44485764/67111528
[pid=23559] ppid=23557 vsize=192924 CPUtime=282.29 cores=4,6
/proc/23559/stat : 23559 (strangenight1-s) R 23557 23559 22351 0 -1 4202496 242904 0 0 0 28187 42 0 0 25 0 1 0 651295174 197554176 39834 33554432000 4194304 4650387 140737267750928 18446744073709551615 4365305 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23559/statm: 48231 39834 382 112 0 43196 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 192924

[startup+342.301 s]
/proc/loadavg: 4.04 3.66 3.50 5/337 23576
/proc/meminfo: memFree=24636672/32951124 swapFree=44485764/67111528
[pid=23559] ppid=23557 vsize=263524 CPUtime=342.29 cores=4,6
/proc/23559/stat : 23559 (strangenight1-s) R 23557 23559 22351 0 -1 4202496 281486 0 0 0 34180 49 0 0 25 0 1 0 651295174 269848576 43120 33554432000 4194304 4650387 140737267750928 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23559/statm: 65881 43120 382 112 0 60846 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 263524

[startup+402.301 s]
/proc/loadavg: 4.10 3.75 3.54 5/337 23577
/proc/meminfo: memFree=24571908/32951124 swapFree=44485764/67111528
[pid=23559] ppid=23557 vsize=198872 CPUtime=402.28 cores=4,6
/proc/23559/stat : 23559 (strangenight1-s) R 23557 23559 22351 0 -1 4202496 325989 0 0 0 40170 58 0 0 25 0 1 0 651295174 203644928 42852 33554432000 4194304 4650387 140737267750928 18446744073709551615 4333038 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23559/statm: 49718 42852 382 112 0 44683 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 198872

[startup+462.3 s]
/proc/loadavg: 4.04 3.79 3.57 5/337 23579
/proc/meminfo: memFree=24559328/32951124 swapFree=44485764/67111528
[pid=23559] ppid=23557 vsize=267252 CPUtime=462.29 cores=4,6
/proc/23559/stat : 23559 (strangenight1-s) R 23557 23559 22351 0 -1 4202496 368333 0 0 0 46162 67 0 0 25 0 1 0 651295174 273666048 43846 33554432000 4194304 4650387 140737267750928 18446744073709551615 4328243 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23559/statm: 66813 43846 382 112 0 61778 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 267252

[startup+522.3 s]
/proc/loadavg: 4.01 3.83 3.59 5/337 23580
/proc/meminfo: memFree=24513040/32951124 swapFree=44485764/67111528
[pid=23559] ppid=23557 vsize=270716 CPUtime=522.28 cores=4,6
/proc/23559/stat : 23559 (strangenight1-s) R 23557 23559 22351 0 -1 4202496 406519 0 0 0 52152 76 0 0 25 0 1 0 651295174 277213184 46688 33554432000 4194304 4650387 140737267750928 18446744073709551615 4365298 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23559/statm: 67679 46688 382 112 0 62644 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 270716

[startup+582.301 s]
/proc/loadavg: 3.78 3.81 3.60 4/331 23599
/proc/meminfo: memFree=24675172/32951124 swapFree=44485764/67111528
[pid=23559] ppid=23557 vsize=206408 CPUtime=582.29 cores=4,6
/proc/23559/stat : 23559 (strangenight1-s) R 23557 23559 22351 0 -1 4202496 451745 0 0 0 58145 84 0 0 25 0 1 0 651295174 211361792 43133 33554432000 4194304 4650387 140737267750928 18446744073709551615 4364930 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23559/statm: 51602 43133 382 112 0 46567 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 206408

[startup+642.301 s]
/proc/loadavg: 3.28 3.66 3.56 4/331 23601
/proc/meminfo: memFree=24522512/32951124 swapFree=44485764/67111528
[pid=23559] ppid=23557 vsize=312080 CPUtime=642.3 cores=4,6
/proc/23559/stat : 23559 (strangenight1-s) R 23557 23559 22351 0 -1 4202496 466598 0 0 0 64143 87 0 0 25 0 1 0 651295174 319569920 57986 33554432000 4194304 4650387 140737267750928 18446744073709551615 4313032 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23559/statm: 78020 57986 382 112 0 72985 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 312080

[startup+702.301 s]
/proc/loadavg: 3.10 3.54 3.52 4/331 23602
/proc/meminfo: memFree=24538580/32951124 swapFree=44485764/67111528
[pid=23559] ppid=23557 vsize=313136 CPUtime=702.29 cores=4,6
/proc/23559/stat : 23559 (strangenight1-s) R 23557 23559 22351 0 -1 4202496 506513 0 0 0 70133 96 0 0 25 0 1 0 651295174 320651264 56576 33554432000 4194304 4650387 140737267750928 18446744073709551615 4366784 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23559/statm: 78284 56576 382 112 0 73249 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 313136

[startup+762.313 s]
/proc/loadavg: 3.18 3.48 3.50 4/331 23604
/proc/meminfo: memFree=24470200/32951124 swapFree=44485764/67111528
[pid=23559] ppid=23557 vsize=336972 CPUtime=762.3 cores=4,6
/proc/23559/stat : 23559 (strangenight1-s) R 23557 23559 22351 0 -1 4202496 532627 0 0 0 76130 100 0 0 25 0 1 0 651295174 345059328 62000 33554432000 4194304 4650387 140737267750928 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23559/statm: 84243 62000 382 112 0 79208 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 336972

[startup+822.3 s]
/proc/loadavg: 3.06 3.39 3.46 4/331 23605
/proc/meminfo: memFree=24490392/32951124 swapFree=44485764/67111528
[pid=23559] ppid=23557 vsize=337636 CPUtime=822.29 cores=4,6
/proc/23559/stat : 23559 (strangenight1-s) R 23557 23559 22351 0 -1 4202496 534939 0 0 0 82128 101 0 0 25 0 1 0 651295174 345739264 64312 33554432000 4194304 4650387 140737267750928 18446744073709551615 4363384 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23559/statm: 84409 64312 382 112 0 79374 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 337636

[startup+882.3 s]
/proc/loadavg: 3.08 3.33 3.44 4/331 23607
/proc/meminfo: memFree=24482048/32951124 swapFree=44485764/67111528
[pid=23559] ppid=23557 vsize=273220 CPUtime=882.28 cores=4,6
/proc/23559/stat : 23559 (strangenight1-s) R 23557 23559 22351 0 -1 4202496 572925 0 0 0 88119 109 0 0 25 0 1 0 651295174 279777280 57828 33554432000 4194304 4650387 140737267750928 18446744073709551615 4364730 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23559/statm: 68305 57828 382 112 0 63270 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 273220

[startup+942.301 s]
/proc/loadavg: 3.09 3.28 3.41 4/331 23609
/proc/meminfo: memFree=24421352/32951124 swapFree=44485764/67111528
[pid=23559] ppid=23557 vsize=274312 CPUtime=942.29 cores=4,6
/proc/23559/stat : 23559 (strangenight1-s) R 23557 23559 22351 0 -1 4202496 597062 0 0 0 94115 114 0 0 25 0 1 0 651295174 280895488 59779 33554432000 4194304 4650387 140737267750928 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23559/statm: 68578 59779 382 112 0 63543 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 274312

[startup+1002.3 s]
/proc/loadavg: 3.03 3.23 3.39 4/331 23610
/proc/meminfo: memFree=24414244/32951124 swapFree=44485764/67111528
[pid=23559] ppid=23557 vsize=340832 CPUtime=1002.29 cores=4,6
/proc/23559/stat : 23559 (strangenight1-s) R 23557 23559 22351 0 -1 4202496 623462 0 0 0 100111 118 0 0 25 0 1 0 651295174 349011968 62336 33554432000 4194304 4650387 140737267750928 18446744073709551615 4315554 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23559/statm: 85208 62336 382 112 0 80173 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 340832

[startup+1062.3 s]
/proc/loadavg: 3.01 3.19 3.36 4/331 23612
/proc/meminfo: memFree=24432044/32951124 swapFree=44485764/67111528
[pid=23559] ppid=23557 vsize=276124 CPUtime=1062.29 cores=4,6
/proc/23559/stat : 23559 (strangenight1-s) R 23557 23559 22351 0 -1 4202496 656315 0 0 0 106105 124 0 0 25 0 1 0 651295174 282750976 59158 33554432000 4194304 4650387 140737267750928 18446744073709551615 4366796 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23559/statm: 69031 59158 382 112 0 63996 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 276124

[startup+1122.3 s]
/proc/loadavg: 3.00 3.15 3.33 4/331 23613
/proc/meminfo: memFree=24386492/32951124 swapFree=44485764/67111528
[pid=23559] ppid=23557 vsize=359360 CPUtime=1122.29 cores=4,6
/proc/23559/stat : 23559 (strangenight1-s) R 23557 23559 22351 0 -1 4202496 663393 0 0 0 112104 125 0 0 25 0 1 0 651295174 367984640 66236 33554432000 4194304 4650387 140737267750928 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23559/statm: 89840 66236 382 112 0 84805 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 359360

[startup+1182.3 s]
/proc/loadavg: 3.00 3.12 3.31 4/331 23615
/proc/meminfo: memFree=24355936/32951124 swapFree=44485764/67111528
[pid=23559] ppid=23557 vsize=360100 CPUtime=1182.29 cores=4,6
/proc/23559/stat : 23559 (strangenight1-s) R 23557 23559 22351 0 -1 4202496 690991 0 0 0 118095 134 0 0 25 0 1 0 651295174 368742400 68137 33554432000 4194304 4650387 140737267750928 18446744073709551615 4365289 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23559/statm: 90025 68137 382 112 0 84990 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 360100

[startup+1242.3 s]
/proc/loadavg: 3.00 3.10 3.29 4/331 23617
/proc/meminfo: memFree=24407976/32951124 swapFree=44485764/67111528
[pid=23559] ppid=23557 vsize=295936 CPUtime=1242.29 cores=4,6
/proc/23559/stat : 23559 (strangenight1-s) R 23557 23559 22351 0 -1 4202496 727348 0 0 0 124087 142 0 0 25 0 1 0 651295174 303038464 64577 33554432000 4194304 4650387 140737267750928 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23559/statm: 73984 64577 382 112 0 68949 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 295936



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.05 3.09 3.27 2/329 23620
/proc/meminfo: memFree=25005876/32951124 swapFree=44485764/67111528
[pid=23559] ppid=23557 vsize=377476 CPUtime=1300 cores=4,6
/proc/23559/stat : 23559 (strangenight1-s) R 23557 23559 22351 0 -1 4202496 733819 0 0 0 129857 143 0 0 25 0 1 0 651295174 386535424 71048 33554432000 4194304 4650387 140737267750928 18446744073709551615 244446641931 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/23559/statm: 94369 71048 382 112 0 89334 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 377476

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.02
CPU user time (s): 1298.58
CPU system time (s): 1.44478
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 390012

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

runsolver used 4.5963 second user time and 9.45956 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-14 20:15:47
IDJOB=3370300
IDBENCH=88223
IDSOLVER=1847
FILE ID=node105/3370300-1305396947
RUNJOBID= node105-1305396947-23524
PBS_JOBID= 13324421
Free space on /tmp= 73568 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m42-q663-n40-p15-s72490337.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3370300-1305396947/watcher-3370300-1305396947 -o /tmp/evaluation-result-3370300-1305396947/solver-3370300-1305396947 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3370300-1305396947.cnf

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

MD5SUM BENCH= ab8e40d31c79e7a71114e3126a46874f
RANDOM SEED=682385146

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25278016 kB
Buffers:        268724 kB
Cached:        5915152 kB
SwapCached:      39656 kB
Active:         595420 kB
Inactive:      6818248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25278016 kB
SwapTotal:    67111528 kB
SwapFree:     44485764 kB
Dirty:           28864 kB
Writeback:          28 kB
AnonPages:     1197072 kB
Mapped:          10904 kB
Slab:           128424 kB
PageTables:      67032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 65403244 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= 73580 MiB
End job on node105 at 2011-05-14 20:37:29