Trace number 4486887

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 NameAnswerobjective functionCPU timeWall clock time
roundingsat-ls+pbsuma-log 63f22ad? (TO) 3600.13 3618.54

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-g125.18.opb
MD5SUM95947120f800d2178fb6b614b0e3950b
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2231
Best CPU time to get the best result obtained on this benchmark3600.07
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4500
Total number of constraints72413
Number of constraints which are clauses72413
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint18
Number of terms in the objective function 4500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 4500
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4500
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.01	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.01	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.01	c │      (c) 2025 Markus Anders                                    │
0.00/0.01	c └────────────────────────────────────────────────────────────────┘
0.00/0.01	c parse 'HOME/instance-4486887-1751328127.opb'
0.00/0.04	c 	read 1.83MB  (31.74ms)
0.00/0.04	c	 [cnf: #variables 4500 #clauses 72414 #duplicates 0 #arr 151326]
0.00/0.04	c output proof to 'PROOFDIR/proof-4486887-1751328127'
0.00/0.04	c 
0.00/0.04	c make graph and approximate orbits
0.00/0.06	c	 [group: #orbits ~= 500] (18.35ms)
0.00/0.06	c 
0.00/0.06	c detect special group actions
0.00/0.06	c 	probe for Johnson action (limit=64)
0.00/0.07	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.09/0.10	c 	probe for row symmetry (limit=64, splits=16.78M)
0.09/0.14	c 	 found row 18x500, generating row predicate
0.09/0.14	c 	 (81.02ms)
0.09/0.14	c 
0.09/0.14	c detect symmetries on remainder
0.09/0.14	c 	[graph: #vertices 90414 #edges 329652]
0.09/0.14	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.09/0.15	c 	 [group: #symmetries 1.00*10^0 #generators 0] (13.51ms)
0.09/0.15	c 
0.09/0.15	c finalize break order and special generators
0.28/0.33	c 
0.28/0.33	c generation finished
0.28/0.33	c 	[sbp: #constraints 25466 #add_vars 8483]
0.28/0.33	c 
0.28/0.33	c write result to 'HOME/instance-4486887-1751328127.opb.pre'
0.28/0.34	c 	wrote 2.84MB (6.09ms)
0.28/0.34	c ------------------------------------------------------------------
0.28/0.34	c                 178.26ms 54.16% other
0.28/0.34	c                  81.02ms 24.61% detect_special
0.28/0.34	c                  31.74ms  9.64% parse
0.28/0.34	c                  18.35ms  5.58% approx_orbits
0.28/0.34	c                  13.51ms  4.10% detect_generic
0.28/0.34	c                   6.09ms  1.85% output
0.28/0.34	c                   0.17ms  0.05% finalize_order
0.28/0.34	c         ───────────────────────────────────────────────
0.28/0.34	c                 329.14ms   100% total
0.28/0.34	c ------------------------------------------------------------------
0.28/0.40	c RoundingSat 2
0.28/0.40	c branch pb25
0.28/0.40	c commit 63f22ad
0.81/0.93	c #variables 12983 #constraints 97879
0.81/0.93	c objective is ce32 
0.93/1.06	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.93/1.06	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.93/1.06	c bounds - >= 0 @ 0.547465
2.11/2.28	c #Conflicts:       1000 | #Constraints:      98878
2.11/2.28	c #Conflicts:       2000 | #Constraints:      99878
2.11/2.28	c INPROCESSING
2.11/2.28	c rational objective 1250
2.61/2.77	c bounds - >= 1 @ 2.21262
2.61/2.77	c bounds - >= 2 @ 2.21389
2.61/2.77	c bounds - >= 3 @ 2.2151
2.61/2.77	c bounds - >= 4 @ 2.21632
2.61/2.77	c bounds - >= 5 @ 2.21755
2.61/2.77	c bounds - >= 6 @ 2.21879
2.61/2.77	c bounds - >= 7 @ 2.22004
2.61/2.78	c bounds - >= 8 @ 2.2213
2.61/2.78	c bounds - >= 9 @ 2.22258
2.61/2.78	c bounds - >= 10 @ 2.22386
2.61/2.78	c bounds - >= 11 @ 2.22516
2.61/2.78	c bounds - >= 12 @ 2.22638
2.61/2.78	c bounds - >= 13 @ 2.22765
2.61/2.78	c bounds - >= 14 @ 2.22884
2.61/2.78	c bounds - >= 15 @ 2.23004
2.61/2.79	c bounds - >= 16 @ 2.23125
2.61/2.79	c bounds - >= 17 @ 2.23245
2.61/2.79	c bounds - >= 18 @ 2.23365
2.61/2.79	c bounds - >= 19 @ 2.23484
2.61/2.79	c bounds - >= 20 @ 2.23605
2.61/2.79	c bounds - >= 21 @ 2.23724
2.61/2.79	c bounds - >= 22 @ 2.23844
2.61/2.79	c bounds - >= 23 @ 2.23963
2.61/2.80	c bounds - >= 24 @ 2.24083
2.71/2.80	c bounds - >= 25 @ 2.24209
2.71/2.80	c bounds - >= 26 @ 2.24329
2.71/2.80	c bounds - >= 27 @ 2.24448
2.71/2.80	c bounds - >= 28 @ 2.24567
2.71/2.80	c bounds - >= 29 @ 2.24686
2.71/2.80	c bounds - >= 30 @ 2.24805
2.71/2.80	c bounds - >= 31 @ 2.24925
2.71/2.80	c bounds - >= 32 @ 2.25044
2.71/2.81	c bounds - >= 33 @ 2.25163
2.71/2.81	c bounds - >= 34 @ 2.25282
2.71/2.81	c bounds - >= 35 @ 2.25401
2.71/2.81	c bounds - >= 36 @ 2.25521
2.71/2.81	c bounds - >= 37 @ 2.25642
2.71/2.81	c bounds - >= 38 @ 2.25762
2.71/2.81	c bounds - >= 39 @ 2.25883
2.71/2.81	c bounds - >= 40 @ 2.26005
2.71/2.82	c bounds - >= 41 @ 2.26028
2.71/2.82	c bounds - >= 42 @ 2.26154
2.71/2.82	c bounds - >= 43 @ 2.26272
2.71/2.82	c bounds - >= 44 @ 2.26395
2.71/2.82	c bounds - >= 45 @ 2.26512
2.71/2.82	c bounds - >= 46 @ 2.26629
2.71/2.82	c bounds - >= 47 @ 2.26746
2.71/2.82	c bounds - >= 48 @ 2.26769
2.71/2.83	c bounds - >= 49 @ 2.26883
2.71/2.83	c bounds - >= 50 @ 2.27
2.71/2.83	c bounds - >= 51 @ 2.27123
2.71/2.83	c bounds - >= 52 @ 2.27242
2.71/2.83	c bounds - >= 53 @ 2.2736
2.71/2.83	c bounds - >= 54 @ 2.27383
2.71/2.83	c bounds - >= 55 @ 2.27498
2.71/2.83	c bounds - >= 56 @ 2.27617
2.71/2.83	c bounds - >= 57 @ 2.27737
2.71/2.84	c bounds - >= 58 @ 2.27867
2.71/2.84	c bounds - >= 59 @ 2.27987
2.71/2.84	c bounds - >= 60 @ 2.28114
2.71/2.84	c bounds - >= 61 @ 2.28236
2.71/2.84	c bounds - >= 62 @ 2.28355
2.71/2.84	c bounds - >= 63 @ 2.28474
2.71/2.84	c bounds - >= 64 @ 2.28593
2.71/2.84	c bounds - >= 65 @ 2.28711
2.71/2.85	c bounds - >= 66 @ 2.28828
2.71/2.85	c bounds - >= 67 @ 2.28946
2.71/2.85	c bounds - >= 68 @ 2.29064
2.71/2.85	c bounds - >= 69 @ 2.29182
2.71/2.85	c bounds - >= 70 @ 2.29301
2.71/2.85	c bounds - >= 71 @ 2.2942
2.71/2.85	c bounds - >= 72 @ 2.29539
2.71/2.85	c bounds - >= 73 @ 2.29661
2.71/2.86	c bounds - >= 74 @ 2.29782
2.71/2.86	c bounds - >= 75 @ 2.29902
2.71/2.86	c bounds - >= 76 @ 2.30023
2.71/2.86	c bounds - >= 77 @ 2.30159
2.71/2.86	c bounds - >= 78 @ 2.30286
2.71/2.86	c bounds - >= 79 @ 2.30405
2.71/2.86	c bounds - >= 80 @ 2.30525
2.71/2.86	c bounds - >= 81 @ 2.30648
2.71/2.87	c bounds - >= 82 @ 2.30762
2.71/2.87	c bounds - >= 83 @ 2.3088
2.71/2.87	c bounds - >= 84 @ 2.30999
2.71/2.87	c bounds - >= 85 @ 2.31113
2.71/2.87	c bounds - >= 86 @ 2.31228
2.71/2.87	c bounds - >= 87 @ 2.31344
2.71/2.87	c bounds - >= 88 @ 2.3146
2.71/2.87	c bounds - >= 89 @ 2.31575
2.71/2.87	c bounds - >= 90 @ 2.31691
2.71/2.88	c bounds - >= 91 @ 2.31806
2.71/2.88	c bounds - >= 92 @ 2.31922
2.71/2.88	c bounds - >= 93 @ 2.32045
2.71/2.88	c bounds - >= 94 @ 2.32167
2.71/2.88	c bounds - >= 95 @ 2.32284
2.71/2.88	c bounds - >= 96 @ 2.324
2.71/2.88	c bounds - >= 97 @ 2.32517
2.71/2.88	c bounds - >= 98 @ 2.32634
2.71/2.89	c bounds - >= 99 @ 2.3275
2.71/2.89	c bounds - >= 100 @ 2.32865
2.71/2.89	c bounds - >= 101 @ 2.32982
2.71/2.89	c bounds - >= 102 @ 2.33105
2.71/2.89	c bounds - >= 103 @ 2.33225
2.71/2.89	c bounds - >= 104 @ 2.3334
2.71/2.89	c bounds - >= 105 @ 2.33455
2.71/2.89	c bounds - >= 106 @ 2.33571
2.71/2.89	c bounds - >= 107 @ 2.33686
2.81/2.90	c bounds - >= 108 @ 2.33802
2.81/2.90	c bounds - >= 109 @ 2.33918
2.81/2.90	c bounds - >= 110 @ 2.34033
2.81/2.90	c bounds - >= 111 @ 2.3415
2.81/2.90	c bounds - >= 112 @ 2.34265
2.81/2.90	c bounds - >= 113 @ 2.34381
2.81/2.90	c bounds - >= 114 @ 2.34498
2.81/2.90	c bounds - >= 115 @ 2.34614
2.81/2.90	c bounds - >= 116 @ 2.3473
2.81/2.91	c bounds - >= 117 @ 2.34854
2.81/2.91	c bounds - >= 118 @ 2.34973
2.81/2.91	c bounds - >= 119 @ 2.35091
2.81/2.91	c bounds - >= 120 @ 2.35212
2.81/2.91	c bounds - >= 121 @ 2.35331
2.81/2.91	c bounds - >= 122 @ 2.35452
2.81/2.91	c bounds - >= 123 @ 2.35567
2.81/2.91	c bounds - >= 124 @ 2.35681
2.81/2.92	c bounds - >= 125 @ 2.35796
2.81/2.92	c bounds - >= 126 @ 2.3591
2.81/2.92	c bounds - >= 127 @ 2.36025
2.81/2.92	c bounds - >= 128 @ 2.36139
2.81/2.92	c bounds - >= 129 @ 2.36256
2.81/2.92	c bounds - >= 130 @ 2.3637
2.81/2.92	c bounds - >= 131 @ 2.36485
2.81/2.92	c bounds - >= 132 @ 2.36502
2.81/2.92	c bounds - >= 133 @ 2.36617
2.81/2.93	c bounds - >= 134 @ 2.36734
2.81/2.93	c bounds - >= 135 @ 2.36852
2.81/2.93	c bounds - >= 136 @ 2.36969
2.81/2.93	c bounds - >= 137 @ 2.37085
2.81/2.93	c bounds - >= 138 @ 2.37204
2.81/2.93	c bounds - >= 139 @ 2.37327
2.81/2.93	c bounds - >= 140 @ 2.37443
2.81/2.93	c bounds - >= 141 @ 2.37562
2.81/2.94	c bounds - >= 142 @ 2.37678
2.81/2.94	c bounds - >= 143 @ 2.37794
2.81/2.94	c bounds - >= 144 @ 2.37908
2.81/2.94	c bounds - >= 145 @ 2.3806
2.81/2.94	c bounds - >= 146 @ 2.38173
2.81/2.94	c bounds - >= 147 @ 2.38287
2.81/2.94	c bounds - >= 148 @ 2.384
2.81/2.94	c bounds - >= 149 @ 2.38514
2.81/2.94	c bounds - >= 150 @ 2.38628
2.81/2.95	c bounds - >= 151 @ 2.38742
2.81/2.95	c bounds - >= 152 @ 2.38856
2.81/2.95	c bounds - >= 153 @ 2.3897
2.81/2.95	c bounds - >= 154 @ 2.39084
2.81/2.95	c bounds - >= 155 @ 2.39198
2.81/2.95	c bounds - >= 156 @ 2.39312
2.81/2.95	c bounds - >= 157 @ 2.39428
2.81/2.95	c bounds - >= 158 @ 2.39544
2.81/2.96	c bounds - >= 159 @ 2.39659
2.81/2.96	c bounds - >= 160 @ 2.39775
2.81/2.96	c bounds - >= 161 @ 2.39793
2.81/2.96	c bounds - >= 162 @ 2.3997
2.81/2.96	c bounds - >= 163 @ 2.40146
2.81/2.96	c bounds - >= 164 @ 2.40258
2.81/2.96	c bounds - >= 165 @ 2.40371
2.81/2.96	c bounds - >= 166 @ 2.40483
2.81/2.97	c bounds - >= 167 @ 2.40605
2.81/2.97	c bounds - >= 168 @ 2.40724
2.81/2.97	c bounds - >= 169 @ 2.40845
2.81/2.97	c bounds - >= 170 @ 2.40964
2.81/2.97	c bounds - >= 171 @ 2.41084
2.81/2.97	c bounds - >= 172 @ 2.41205
2.81/2.97	c bounds - >= 173 @ 2.41326
2.81/2.97	c bounds - >= 174 @ 2.41447
2.81/2.98	c bounds - >= 175 @ 2.41569
2.81/2.98	c bounds - >= 176 @ 2.41692
2.81/2.98	c bounds - >= 177 @ 2.41814
2.81/2.98	c bounds - >= 178 @ 2.41936
2.81/2.98	c bounds - >= 179 @ 2.4206
2.81/2.98	c bounds - >= 180 @ 2.42182
2.81/2.98	c bounds - >= 181 @ 2.42367
2.81/2.98	c bounds - >= 182 @ 2.42486
2.81/2.99	c bounds - >= 183 @ 2.4261
2.81/2.99	c bounds - >= 184 @ 2.42795
2.81/2.99	c bounds - >= 185 @ 2.42914
2.81/2.99	c bounds - >= 186 @ 2.43033
2.81/2.99	c bounds - >= 187 @ 2.43152
2.81/2.99	c bounds - >= 188 @ 2.43272
2.81/2.99	c bounds - >= 189 @ 2.43391
2.81/2.99	c bounds - >= 190 @ 2.4351
2.81/3.00	c bounds - >= 191 @ 2.43629
2.81/3.00	c bounds - >= 192 @ 2.43752
2.81/3.00	c bounds - >= 193 @ 2.43872
2.81/3.00	c bounds - >= 194 @ 2.43993
2.92/3.00	c bounds - >= 195 @ 2.44114
2.92/3.00	c bounds - >= 196 @ 2.44238
2.92/3.00	c bounds - >= 197 @ 2.44359
2.92/3.00	c bounds - >= 198 @ 2.44481
2.92/3.01	c bounds - >= 199 @ 2.44602
2.92/3.01	c bounds - >= 200 @ 2.44732
2.92/3.01	c bounds - >= 201 @ 2.44857
2.92/3.01	c bounds - >= 202 @ 2.4504
2.92/3.01	c bounds - >= 203 @ 2.4516
2.92/3.01	c bounds - >= 204 @ 2.45281
2.92/3.01	c bounds - >= 205 @ 2.45399
2.92/3.02	c bounds - >= 206 @ 2.45515
2.92/3.02	c bounds - >= 207 @ 2.45636
2.92/3.02	c bounds - >= 208 @ 2.45755
2.92/3.02	c bounds - >= 209 @ 2.45873
2.92/3.02	c bounds - >= 210 @ 2.45992
2.92/3.02	c bounds - >= 211 @ 2.4611
2.92/3.02	c bounds - >= 212 @ 2.46228
2.92/3.02	c bounds - >= 213 @ 2.46347
2.92/3.02	c bounds - >= 214 @ 2.46465
2.92/3.03	c bounds - >= 215 @ 2.46583
2.92/3.03	c bounds - >= 216 @ 2.46701
2.92/3.03	c bounds - >= 217 @ 2.46821
2.92/3.03	c bounds - >= 218 @ 2.46939
2.92/3.03	c bounds - >= 219 @ 2.4706
2.92/3.03	c bounds - >= 220 @ 2.4718
2.92/3.03	c bounds - >= 221 @ 2.473
2.92/3.03	c bounds - >= 222 @ 2.4742
2.92/3.04	c bounds - >= 223 @ 2.47552
2.92/3.04	c bounds - >= 224 @ 2.47676
2.92/3.04	c bounds - >= 225 @ 2.47856
2.92/3.04	c bounds - >= 226 @ 2.47979
2.92/3.04	c bounds - >= 227 @ 2.48097
2.92/3.04	c bounds - >= 228 @ 2.48214
2.92/3.04	c bounds - >= 229 @ 2.48331
2.92/3.04	c bounds - >= 230 @ 2.48448
2.92/3.05	c bounds - >= 231 @ 2.48565
2.92/3.05	c bounds - >= 232 @ 2.48682
2.92/3.05	c bounds - >= 233 @ 2.48801
2.92/3.05	c bounds - >= 234 @ 2.48918
2.92/3.05	c bounds - >= 235 @ 2.49035
2.92/3.05	c bounds - >= 236 @ 2.49152
2.92/3.05	c bounds - >= 237 @ 2.4927
2.92/3.05	c bounds - >= 238 @ 2.49388
2.92/3.06	c bounds - >= 239 @ 2.49504
2.92/3.06	c bounds - >= 240 @ 2.49622
2.92/3.06	c bounds - >= 241 @ 2.4974
2.92/3.06	c bounds - >= 242 @ 2.49857
2.92/3.06	c bounds - >= 243 @ 2.49977
2.92/3.06	c bounds - >= 244 @ 2.50093
2.92/3.06	c bounds - >= 245 @ 2.50209
2.92/3.06	c bounds - >= 246 @ 2.50328
2.92/3.06	c bounds - >= 247 @ 2.50444
2.92/3.07	c bounds - >= 248 @ 2.5056
2.92/3.07	c bounds - >= 249 @ 2.50676
2.92/3.07	c bounds - >= 250 @ 2.50792
2.92/3.07	c bounds - >= 251 @ 2.50908
2.92/3.07	c bounds - >= 252 @ 2.51024
2.92/3.07	c bounds - >= 253 @ 2.51139
2.92/3.07	c bounds - >= 254 @ 2.51256
2.92/3.07	c bounds - >= 255 @ 2.51373
2.92/3.08	c bounds - >= 256 @ 2.51489
2.92/3.08	c bounds - >= 257 @ 2.51605
2.92/3.08	c bounds - >= 258 @ 2.51723
2.92/3.08	c bounds - >= 259 @ 2.5184
2.92/3.08	c bounds - >= 260 @ 2.51958
2.92/3.08	c bounds - >= 261 @ 2.52077
2.92/3.08	c bounds - >= 262 @ 2.52191
2.92/3.08	c bounds - >= 263 @ 2.5231
2.92/3.09	c bounds - >= 264 @ 2.52487
2.92/3.09	c bounds - >= 265 @ 2.52597
2.92/3.09	c bounds - >= 266 @ 2.5271
2.92/3.09	c bounds - >= 267 @ 2.52884
2.92/3.09	c bounds - >= 268 @ 2.52993
2.92/3.09	c bounds - >= 269 @ 2.53102
2.92/3.09	c bounds - >= 270 @ 2.53212
2.92/3.09	c bounds - >= 271 @ 2.53325
2.92/3.09	c bounds - >= 272 @ 2.5344
2.92/3.10	c bounds - >= 273 @ 2.5355
2.92/3.10	c bounds - >= 274 @ 2.5366
2.92/3.10	c bounds - >= 275 @ 2.5377
2.92/3.10	c bounds - >= 276 @ 2.53883
2.92/3.10	c bounds - >= 277 @ 2.53992
3.02/3.10	c bounds - >= 278 @ 2.54102
3.02/3.10	c bounds - >= 279 @ 2.54214
3.02/3.10	c bounds - >= 280 @ 2.54326
3.02/3.10	c bounds - >= 281 @ 2.54437
3.02/3.11	c bounds - >= 282 @ 2.5455
3.02/3.11	c bounds - >= 283 @ 2.5467
3.02/3.11	c bounds - >= 284 @ 2.54697
3.02/3.11	c bounds - >= 285 @ 2.54855
3.02/3.11	c bounds - >= 286 @ 2.54963
3.02/3.11	c bounds - >= 287 @ 2.55072
3.02/3.11	c bounds - >= 288 @ 2.55181
3.02/3.11	c bounds - >= 289 @ 2.55291
3.02/3.12	c bounds - >= 290 @ 2.55399
3.02/3.12	c bounds - >= 291 @ 2.55508
3.02/3.12	c bounds - >= 292 @ 2.55618
3.02/3.12	c bounds - >= 293 @ 2.55727
3.02/3.12	c bounds - >= 294 @ 2.55837
3.02/3.12	c bounds - >= 295 @ 2.55946
3.02/3.12	c bounds - >= 296 @ 2.56057
3.02/3.12	c bounds - >= 297 @ 2.56168
3.02/3.12	c bounds - >= 298 @ 2.56284
3.02/3.13	c bounds - >= 299 @ 2.56395
3.02/3.13	c bounds - >= 300 @ 2.56506
3.02/3.13	c bounds - >= 301 @ 2.56625
3.02/3.13	c bounds - >= 302 @ 2.56642
3.02/3.13	c bounds - >= 303 @ 2.56804
3.02/3.13	c bounds - >= 304 @ 2.56916
3.02/3.13	c bounds - >= 305 @ 2.57027
3.02/3.13	c bounds - >= 306 @ 2.57191
3.02/3.14	c bounds - >= 307 @ 2.57299
3.02/3.14	c bounds - >= 308 @ 2.57415
3.02/3.14	c bounds - >= 309 @ 2.57524
3.02/3.14	c bounds - >= 310 @ 2.57539
3.02/3.14	c bounds - >= 311 @ 2.57645
3.02/3.14	c bounds - >= 312 @ 2.57753
3.02/3.14	c bounds - >= 313 @ 2.57861
3.02/3.14	c bounds - >= 314 @ 2.57968
3.02/3.14	c bounds - >= 315 @ 2.58076
3.02/3.15	c bounds - >= 316 @ 2.58183
3.02/3.15	c bounds - >= 317 @ 2.58291
3.02/3.15	c bounds - >= 318 @ 2.58399
3.02/3.15	c bounds - >= 319 @ 2.58507
3.02/3.15	c bounds - >= 320 @ 2.58614
3.02/3.15	c bounds - >= 321 @ 2.58724
3.02/3.15	c bounds - >= 322 @ 2.58837
3.02/3.15	c bounds - >= 323 @ 2.58945
3.02/3.15	c bounds - >= 324 @ 2.59054
3.02/3.15	c bounds - >= 325 @ 2.59163
3.02/3.16	c bounds - >= 326 @ 2.59271
3.02/3.16	c bounds - >= 327 @ 2.59381
3.02/3.16	c bounds - >= 328 @ 2.594
3.02/3.16	c bounds - >= 329 @ 2.59495
3.02/3.16	c bounds - >= 330 @ 2.59514
3.02/3.16	c bounds - >= 331 @ 2.59609
3.02/3.16	c bounds - >= 332 @ 2.59715
3.02/3.16	c bounds - >= 333 @ 2.59821
3.02/3.16	c bounds - >= 334 @ 2.59928
3.02/3.17	c bounds - >= 335 @ 2.60037
3.02/3.17	c bounds - >= 336 @ 2.60057
3.02/3.17	c bounds - >= 337 @ 2.60157
3.02/3.17	c bounds - >= 338 @ 2.60265
3.02/3.17	c bounds - >= 339 @ 2.60372
3.02/3.17	c bounds - >= 340 @ 2.60487
3.02/3.17	c bounds - >= 341 @ 2.60596
3.02/3.17	c bounds - >= 342 @ 2.60706
3.02/3.17	c bounds - >= 343 @ 2.60821
3.02/3.18	c bounds - >= 344 @ 2.60941
3.02/3.18	c bounds - >= 345 @ 2.61054
3.02/3.18	c bounds - >= 346 @ 2.61214
3.02/3.18	c bounds - >= 347 @ 2.6123
3.02/3.18	c bounds - >= 348 @ 2.6135
3.02/3.18	c bounds - >= 349 @ 2.61462
3.02/3.18	c bounds - >= 350 @ 2.6157
3.02/3.18	c bounds - >= 351 @ 2.61678
3.02/3.19	c bounds - >= 352 @ 2.61786
3.02/3.19	c bounds - >= 353 @ 2.61893
3.02/3.19	c bounds - >= 354 @ 2.62
3.02/3.19	c bounds - >= 355 @ 2.62112
3.02/3.19	c bounds - >= 356 @ 2.62219
3.02/3.19	c bounds - >= 357 @ 2.62327
3.02/3.19	c bounds - >= 358 @ 2.62336
3.02/3.19	c bounds - >= 359 @ 2.62444
3.02/3.19	c bounds - >= 360 @ 2.62552
3.02/3.19	c bounds - >= 361 @ 2.62659
3.11/3.20	c bounds - >= 362 @ 2.62767
3.11/3.20	c bounds - >= 363 @ 2.62875
3.11/3.20	c bounds - >= 364 @ 2.62983
3.11/3.20	c bounds - >= 365 @ 2.63091
3.11/3.20	c bounds - >= 366 @ 2.63202
3.11/3.20	c bounds - >= 367 @ 2.63316
3.11/3.20	c bounds - >= 368 @ 2.63422
3.11/3.20	c bounds - >= 369 @ 2.63531
3.11/3.20	c bounds - >= 370 @ 2.63641
3.11/3.21	c bounds - >= 371 @ 2.63751
3.11/3.21	c bounds - >= 372 @ 2.63857
3.11/3.21	c bounds - >= 373 @ 2.63963
3.11/3.21	c bounds - >= 374 @ 2.64069
3.11/3.21	c bounds - >= 375 @ 2.6418
3.11/3.21	c bounds - >= 376 @ 2.64287
3.11/3.21	c bounds - >= 377 @ 2.64397
3.11/3.21	c bounds - >= 378 @ 2.64504
3.11/3.21	c bounds - >= 379 @ 2.64611
3.11/3.22	c bounds - >= 380 @ 2.64717
3.11/3.22	c bounds - >= 381 @ 2.64824
3.11/3.22	c bounds - >= 382 @ 2.6493
3.11/3.22	c bounds - >= 383 @ 2.65036
3.11/3.22	c bounds - >= 384 @ 2.65145
3.11/3.22	c bounds - >= 385 @ 2.65252
3.11/3.22	c bounds - >= 386 @ 2.65366
3.11/3.22	c bounds - >= 387 @ 2.65474
3.11/3.22	c bounds - >= 388 @ 2.65582
3.11/3.23	c bounds - >= 389 @ 2.65747
3.11/3.23	c bounds - >= 390 @ 2.65852
3.11/3.23	c bounds - >= 391 @ 2.65996
3.11/3.23	c bounds - >= 392 @ 2.66101
3.11/3.23	c bounds - >= 393 @ 2.66117
3.11/3.23	c bounds - >= 394 @ 2.66212
3.11/3.23	c bounds - >= 395 @ 2.66318
3.11/3.23	c bounds - >= 396 @ 2.66423
3.11/3.23	c bounds - >= 397 @ 2.66529
3.11/3.24	c bounds - >= 398 @ 2.66639
3.11/3.24	c bounds - >= 399 @ 2.6675
3.11/3.24	c bounds - >= 400 @ 2.66861
3.11/3.24	c bounds - >= 401 @ 2.66974
3.11/3.24	c bounds - >= 402 @ 2.67087
3.11/3.24	c bounds - >= 403 @ 2.67199
3.11/3.24	c bounds - >= 404 @ 2.67311
3.11/3.24	c bounds - >= 405 @ 2.67425
3.11/3.24	c bounds - >= 406 @ 2.67538
3.11/3.25	c bounds - >= 407 @ 2.67706
3.11/3.25	c bounds - >= 408 @ 2.67815
3.11/3.25	c bounds - >= 409 @ 2.67924
3.11/3.25	c bounds - >= 410 @ 2.68033
3.11/3.25	c bounds - >= 411 @ 2.68142
3.11/3.25	c bounds - >= 412 @ 2.68251
3.11/3.25	c bounds - >= 413 @ 2.6836
3.11/3.25	c bounds - >= 414 @ 2.6847
3.11/3.26	c bounds - >= 415 @ 2.6858
3.11/3.26	c bounds - >= 416 @ 2.68689
3.11/3.26	c bounds - >= 417 @ 2.68799
3.11/3.26	c bounds - >= 418 @ 2.68908
3.11/3.26	c bounds - >= 419 @ 2.69018
3.11/3.26	c bounds - >= 420 @ 2.69128
3.11/3.26	c bounds - >= 421 @ 2.69238
3.11/3.26	c bounds - >= 422 @ 2.69347
3.11/3.26	c bounds - >= 423 @ 2.69457
3.11/3.27	c bounds - >= 424 @ 2.69567
3.11/3.27	c bounds - >= 425 @ 2.69678
3.11/3.27	c bounds - >= 426 @ 2.69786
3.11/3.27	c bounds - >= 427 @ 2.69894
3.11/3.27	c bounds - >= 428 @ 2.70005
3.11/3.27	c bounds - >= 429 @ 2.70176
3.11/3.27	c bounds - >= 430 @ 2.70286
3.11/3.27	c bounds - >= 431 @ 2.70394
3.11/3.27	c bounds - >= 432 @ 2.70502
3.11/3.28	c bounds - >= 433 @ 2.7061
3.11/3.28	c bounds - >= 434 @ 2.70719
3.11/3.28	c bounds - >= 435 @ 2.70828
3.11/3.28	c bounds - >= 436 @ 2.70936
3.11/3.28	c bounds - >= 437 @ 2.71045
3.11/3.28	c bounds - >= 438 @ 2.71155
3.11/3.28	c bounds - >= 439 @ 2.71175
3.11/3.28	c bounds - >= 440 @ 2.71273
3.11/3.28	c bounds - >= 441 @ 2.71383
3.11/3.29	c bounds - >= 442 @ 2.71492
3.11/3.29	c bounds - >= 443 @ 2.71601
3.11/3.29	c bounds - >= 444 @ 2.7171
3.11/3.29	c bounds - >= 445 @ 2.7182
3.11/3.29	c bounds - >= 446 @ 2.71931
3.11/3.29	c bounds - >= 447 @ 2.72038
3.11/3.29	c bounds - >= 448 @ 2.72145
3.11/3.29	c bounds - >= 449 @ 2.72165
3.11/3.29	c bounds - >= 450 @ 2.72178
3.21/3.30	c bounds - >= 451 @ 2.72274
3.21/3.30	c bounds - >= 452 @ 2.72379
3.21/3.30	c bounds - >= 453 @ 2.72489
3.21/3.30	c bounds - >= 454 @ 2.72599
3.21/3.30	c bounds - >= 455 @ 2.72707
3.21/3.30	c bounds - >= 456 @ 2.72815
3.21/3.30	c bounds - >= 457 @ 2.72923
3.21/3.30	c bounds - >= 458 @ 2.73031
3.21/3.30	c bounds - >= 459 @ 2.73051
3.21/3.31	c bounds - >= 460 @ 2.73149
3.21/3.31	c bounds - >= 461 @ 2.73257
3.21/3.31	c bounds - >= 462 @ 2.73361
3.21/3.31	c bounds - >= 463 @ 2.73464
3.21/3.31	c bounds - >= 464 @ 2.73566
3.21/3.31	c bounds - >= 465 @ 2.73669
3.21/3.31	c bounds - >= 466 @ 2.73773
3.21/3.31	c bounds - >= 467 @ 2.73878
3.21/3.31	c bounds - >= 468 @ 2.73981
3.21/3.31	c bounds - >= 469 @ 2.73997
3.21/3.32	c bounds - >= 470 @ 2.74092
3.21/3.32	c bounds - >= 471 @ 2.74198
3.21/3.32	c bounds - >= 472 @ 2.74359
3.21/3.32	c bounds - >= 473 @ 2.74379
3.21/3.32	c bounds - >= 474 @ 2.74473
3.21/3.32	c bounds - >= 475 @ 2.74581
3.21/3.32	c bounds - >= 476 @ 2.74688
3.21/3.32	c bounds - >= 477 @ 2.74795
3.21/3.32	c bounds - >= 478 @ 2.74902
3.21/3.33	c bounds - >= 479 @ 2.75009
3.21/3.33	c bounds - >= 480 @ 2.75117
3.21/3.33	c bounds - >= 481 @ 2.75224
3.21/3.33	c bounds - >= 482 @ 2.75332
3.21/3.33	c bounds - >= 483 @ 2.75441
3.21/3.33	c bounds - >= 484 @ 2.75549
3.21/3.33	c bounds - >= 485 @ 2.75658
3.21/3.33	c bounds - >= 486 @ 2.75766
3.21/3.33	c bounds - >= 487 @ 2.75876
3.21/3.34	c bounds - >= 488 @ 2.75891
3.21/3.34	c bounds - >= 489 @ 2.76009
3.21/3.34	c bounds - >= 490 @ 2.76121
3.21/3.34	c bounds - >= 491 @ 2.76277
3.21/3.34	c bounds - >= 492 @ 2.76388
3.21/3.34	c bounds - >= 493 @ 2.76496
3.21/3.34	c bounds - >= 494 @ 2.76602
3.21/3.34	c bounds - >= 495 @ 2.76708
3.21/3.34	c bounds - >= 496 @ 2.76813
3.21/3.35	c bounds - >= 497 @ 2.76919
3.21/3.35	c bounds - >= 498 @ 2.77025
3.21/3.35	c bounds - >= 499 @ 2.7713
3.21/3.35	c bounds - >= 500 @ 2.77237
3.21/3.35	c bounds - >= 501 @ 2.77343
3.21/3.35	c bounds - >= 502 @ 2.77449
3.21/3.35	c bounds - >= 503 @ 2.77555
3.21/3.35	c bounds - >= 504 @ 2.77661
3.21/3.35	c bounds - >= 505 @ 2.77768
3.21/3.36	c bounds - >= 506 @ 2.77877
3.21/3.36	c bounds - >= 507 @ 2.77984
3.21/3.36	c bounds - >= 508 @ 2.78034
3.21/3.36	c bounds - >= 509 @ 2.78136
3.21/3.36	c bounds - >= 510 @ 2.78247
3.21/3.36	c bounds - >= 511 @ 2.78353
3.21/3.36	c bounds - >= 512 @ 2.78501
3.21/3.36	c bounds - >= 513 @ 2.78604
3.21/3.36	c bounds - >= 514 @ 2.78703
3.21/3.37	c bounds - >= 515 @ 2.78803
3.21/3.37	c bounds - >= 516 @ 2.78903
3.21/3.37	c bounds - >= 517 @ 2.79003
3.21/3.37	c bounds - >= 518 @ 2.79102
3.21/3.37	c bounds - >= 519 @ 2.79203
3.21/3.37	c bounds - >= 520 @ 2.79303
3.21/3.37	c bounds - >= 521 @ 2.79403
3.21/3.37	c bounds - >= 522 @ 2.79504
3.21/3.37	c bounds - >= 523 @ 2.79605
3.21/3.37	c bounds - >= 524 @ 2.79706
3.21/3.38	c bounds - >= 525 @ 2.79807
3.21/3.38	c bounds - >= 526 @ 2.79908
3.21/3.38	c bounds - >= 527 @ 2.80009
3.21/3.38	c bounds - >= 528 @ 2.8011
3.21/3.38	c bounds - >= 529 @ 2.80211
3.21/3.38	c bounds - >= 530 @ 2.80312
3.21/3.38	c bounds - >= 531 @ 2.80414
3.21/3.38	c bounds - >= 532 @ 2.80513
3.21/3.38	c bounds - >= 533 @ 2.80612
3.21/3.38	c bounds - >= 534 @ 2.80711
3.21/3.39	c bounds - >= 535 @ 2.80812
3.21/3.39	c bounds - >= 536 @ 2.80913
3.21/3.39	c bounds - >= 537 @ 2.81013
3.21/3.39	c bounds - >= 538 @ 2.81114
3.21/3.39	c bounds - >= 539 @ 2.81215
3.21/3.39	c bounds - >= 540 @ 2.81315
3.21/3.39	c bounds - >= 541 @ 2.81416
3.21/3.39	c bounds - >= 542 @ 2.81517
3.21/3.39	c bounds - >= 543 @ 2.81618
3.21/3.40	c bounds - >= 544 @ 2.8172
3.31/3.40	c bounds - >= 545 @ 2.81822
3.31/3.40	c bounds - >= 546 @ 2.81922
3.31/3.40	c bounds - >= 547 @ 2.82024
3.31/3.40	c bounds - >= 548 @ 2.82127
3.31/3.40	c bounds - >= 549 @ 2.82226
3.31/3.40	c bounds - >= 550 @ 2.82324
3.31/3.40	c bounds - >= 551 @ 2.82426
3.31/3.40	c bounds - >= 552 @ 2.82526
3.31/3.40	c bounds - >= 553 @ 2.82627
3.31/3.41	c bounds - >= 554 @ 2.82726
3.31/3.41	c bounds - >= 555 @ 2.82829
3.31/3.41	c bounds - >= 556 @ 2.82933
3.31/3.41	c bounds - >= 557 @ 2.83039
3.31/3.41	c bounds - >= 558 @ 2.83144
3.31/3.41	c bounds - >= 559 @ 2.83249
3.31/3.41	c bounds - >= 560 @ 2.83353
3.31/3.41	c bounds - >= 561 @ 2.83371
3.31/3.41	c bounds - >= 562 @ 2.83371
3.31/3.41	c bounds - >= 563 @ 2.83471
3.31/3.42	c bounds - >= 564 @ 2.83577
3.31/3.42	c bounds - >= 565 @ 2.83684
3.31/3.42	c bounds - >= 566 @ 2.83791
3.31/3.42	c bounds - >= 567 @ 2.83908
3.31/3.42	c bounds - >= 568 @ 2.84018
3.31/3.42	c bounds - >= 569 @ 2.84171
3.31/3.42	c bounds - >= 570 @ 2.84282
3.31/3.42	c bounds - >= 571 @ 2.84387
3.31/3.42	c bounds - >= 572 @ 2.84489
3.31/3.43	c bounds - >= 573 @ 2.8459
3.31/3.43	c bounds - >= 574 @ 2.84699
3.31/3.43	c bounds - >= 575 @ 2.84803
3.31/3.43	c bounds - >= 576 @ 2.84911
3.31/3.43	c bounds - >= 577 @ 2.85015
3.31/3.43	c bounds - >= 578 @ 2.85117
3.31/3.43	c bounds - >= 579 @ 2.8522
3.31/3.43	c bounds - >= 580 @ 2.85322
3.31/3.43	c bounds - >= 581 @ 2.85424
3.31/3.44	c bounds - >= 582 @ 2.85526
3.31/3.44	c bounds - >= 583 @ 2.85629
3.31/3.44	c bounds - >= 584 @ 2.85731
3.31/3.44	c bounds - >= 585 @ 2.85834
3.31/3.44	c bounds - >= 586 @ 2.85936
3.31/3.44	c bounds - >= 587 @ 2.86039
3.31/3.44	c bounds - >= 588 @ 2.86143
3.31/3.44	c bounds - >= 589 @ 2.86249
3.31/3.44	c bounds - >= 590 @ 2.86352
3.31/3.44	c bounds - >= 591 @ 2.86456
3.31/3.45	c bounds - >= 592 @ 2.8656
3.31/3.45	c bounds - >= 593 @ 2.86667
3.31/3.45	c bounds - >= 594 @ 2.8677
3.31/3.45	c bounds - >= 595 @ 2.86871
3.31/3.45	c bounds - >= 596 @ 2.86973
3.31/3.45	c bounds - >= 597 @ 2.87075
3.31/3.45	c bounds - >= 598 @ 2.87177
3.31/3.45	c bounds - >= 599 @ 2.87279
3.31/3.45	c bounds - >= 600 @ 2.87381
3.31/3.45	c bounds - >= 601 @ 2.87484
3.31/3.46	c bounds - >= 602 @ 2.87586
3.31/3.46	c bounds - >= 603 @ 2.8769
3.31/3.46	c bounds - >= 604 @ 2.87792
3.31/3.46	c bounds - >= 605 @ 2.87895
3.31/3.46	c bounds - >= 606 @ 2.87999
3.31/3.46	c bounds - >= 607 @ 2.88103
3.31/3.46	c bounds - >= 608 @ 2.88207
3.31/3.46	c bounds - >= 609 @ 2.88311
3.31/3.46	c bounds - >= 610 @ 2.88467
3.31/3.47	c bounds - >= 611 @ 2.88622
3.31/3.47	c bounds - >= 612 @ 2.88724
3.31/3.47	c bounds - >= 613 @ 2.88743
3.31/3.47	c bounds - >= 614 @ 2.88828
3.31/3.47	c bounds - >= 615 @ 2.88929
3.31/3.47	c bounds - >= 616 @ 2.8903
3.31/3.47	c bounds - >= 617 @ 2.89131
3.31/3.47	c bounds - >= 618 @ 2.89233
3.31/3.47	c bounds - >= 619 @ 2.89334
3.31/3.48	c bounds - >= 620 @ 2.89436
3.31/3.48	c bounds - >= 621 @ 2.89537
3.31/3.48	c bounds - >= 622 @ 2.89639
3.31/3.48	c bounds - >= 623 @ 2.89743
3.31/3.48	c bounds - >= 624 @ 2.89846
3.31/3.48	c bounds - >= 625 @ 2.89892
3.31/3.48	c bounds - >= 626 @ 2.8999
3.31/3.48	c bounds - >= 627 @ 2.90096
3.31/3.48	c bounds - >= 628 @ 2.90199
3.31/3.49	c bounds - >= 629 @ 2.90337
3.31/3.49	c bounds - >= 630 @ 2.90439
3.31/3.49	c bounds - >= 631 @ 2.90536
3.31/3.49	c bounds - >= 632 @ 2.90636
3.31/3.49	c bounds - >= 633 @ 2.90653
3.31/3.49	c bounds - >= 634 @ 2.90731
3.31/3.49	c bounds - >= 635 @ 2.90878
3.31/3.49	c bounds - >= 636 @ 2.90942
3.31/3.49	c bounds - >= 637 @ 2.91017
3.31/3.50	c bounds - >= 638 @ 2.9111
3.41/3.50	c bounds - >= 639 @ 2.91205
3.41/3.50	c bounds - >= 640 @ 2.913
3.41/3.50	c bounds - >= 641 @ 2.91395
3.41/3.50	c bounds - >= 642 @ 2.9149
3.41/3.50	c bounds - >= 643 @ 2.91586
3.41/3.50	c bounds - >= 644 @ 2.91682
3.41/3.50	c bounds - >= 645 @ 2.91777
3.41/3.50	c bounds - >= 646 @ 2.91874
3.41/3.50	c bounds - >= 647 @ 2.91971
3.41/3.50	c bounds - >= 648 @ 2.92068
3.41/3.51	c bounds - >= 649 @ 2.92164
3.41/3.51	c bounds - >= 650 @ 2.92262
3.41/3.51	c bounds - >= 651 @ 2.92359
3.41/3.51	c bounds - >= 652 @ 2.92465
3.41/3.51	c bounds - >= 653 @ 2.92565
3.41/3.51	c bounds - >= 654 @ 2.92702
3.41/3.51	c bounds - >= 655 @ 2.92798
3.41/3.51	c bounds - >= 656 @ 2.92893
3.41/3.51	c bounds - >= 657 @ 2.92987
3.41/3.52	c bounds - >= 658 @ 2.93081
3.41/3.52	c bounds - >= 659 @ 2.93175
3.41/3.52	c bounds - >= 660 @ 2.9327
3.41/3.52	c bounds - >= 661 @ 2.93365
3.41/3.52	c bounds - >= 662 @ 2.93459
3.41/3.52	c bounds - >= 663 @ 2.93552
3.41/3.52	c bounds - >= 664 @ 2.93647
3.41/3.52	c bounds - >= 665 @ 2.93743
3.41/3.52	c bounds - >= 666 @ 2.93838
3.41/3.52	c bounds - >= 667 @ 2.93933
3.41/3.52	c bounds - >= 668 @ 2.94028
3.41/3.53	c bounds - >= 669 @ 2.94043
3.41/3.53	c bounds - >= 670 @ 2.94127
3.41/3.53	c bounds - >= 671 @ 2.94227
3.41/3.53	c bounds - >= 672 @ 2.94242
3.41/3.53	c bounds - >= 673 @ 2.94322
3.41/3.53	c bounds - >= 674 @ 2.94424
3.41/3.53	c bounds - >= 675 @ 2.94442
3.41/3.53	c bounds - >= 676 @ 2.94525
3.41/3.53	c bounds - >= 677 @ 2.94622
3.41/3.53	c bounds - >= 678 @ 2.94718
3.41/3.54	c bounds - >= 679 @ 2.94816
3.41/3.54	c bounds - >= 680 @ 2.94916
3.41/3.54	c bounds - >= 681 @ 2.95013
3.41/3.54	c bounds - >= 682 @ 2.95111
3.41/3.54	c bounds - >= 683 @ 2.9521
3.41/3.54	c bounds - >= 684 @ 2.95308
3.41/3.54	c bounds - >= 685 @ 2.95407
3.41/3.54	c bounds - >= 686 @ 2.95505
3.41/3.54	c bounds - >= 687 @ 2.95603
3.41/3.54	c bounds - >= 688 @ 2.95702
3.41/3.55	c bounds - >= 689 @ 2.9572
3.41/3.55	c bounds - >= 690 @ 2.95801
3.41/3.55	c bounds - >= 691 @ 2.95899
3.41/3.55	c bounds - >= 692 @ 2.95998
3.41/3.55	c bounds - >= 693 @ 2.96096
3.41/3.55	c bounds - >= 694 @ 2.96196
3.41/3.55	c bounds - >= 695 @ 2.96301
3.41/3.55	c bounds - >= 696 @ 2.96399
3.41/3.55	c bounds - >= 697 @ 2.96501
3.41/3.55	c bounds - >= 698 @ 2.96599
3.41/3.56	c bounds - >= 699 @ 2.96696
3.41/3.56	c bounds - >= 700 @ 2.96713
3.41/3.56	c bounds - >= 701 @ 2.96789
3.41/3.56	c bounds - >= 702 @ 2.96885
3.41/3.56	c bounds - >= 703 @ 2.96981
3.41/3.56	c bounds - >= 704 @ 2.97077
3.41/3.56	c bounds - >= 705 @ 2.97174
3.41/3.56	c bounds - >= 706 @ 2.97271
3.41/3.56	c bounds - >= 707 @ 2.97368
3.41/3.56	c bounds - >= 708 @ 2.97471
3.41/3.56	c bounds - >= 709 @ 2.97568
3.41/3.57	c bounds - >= 710 @ 2.97665
3.41/3.57	c bounds - >= 711 @ 2.97762
3.41/3.57	c bounds - >= 712 @ 2.97859
3.41/3.57	c bounds - >= 713 @ 2.97957
3.41/3.57	c bounds - >= 714 @ 2.98055
3.41/3.57	c bounds - >= 715 @ 2.98153
3.41/3.57	c bounds - >= 716 @ 2.98248
3.41/3.57	c bounds - >= 717 @ 2.98341
3.41/3.57	c bounds - >= 718 @ 2.98442
3.41/3.57	c bounds - >= 719 @ 2.98537
3.41/3.58	c bounds - >= 720 @ 2.98632
3.41/3.58	c bounds - >= 721 @ 2.98727
3.41/3.58	c bounds - >= 722 @ 2.98822
3.41/3.58	c bounds - >= 723 @ 2.98918
3.41/3.58	c bounds - >= 724 @ 2.99014
3.41/3.58	c bounds - >= 725 @ 2.99031
3.41/3.58	c bounds - >= 726 @ 2.99107
3.41/3.58	c bounds - >= 727 @ 2.99201
3.41/3.58	c bounds - >= 728 @ 2.99297
3.41/3.58	c bounds - >= 729 @ 2.99393
3.41/3.59	c bounds - >= 730 @ 2.9949
3.41/3.59	c bounds - >= 731 @ 2.99586
3.41/3.59	c bounds - >= 732 @ 2.99681
3.41/3.59	c bounds - >= 733 @ 2.99777
3.41/3.59	c bounds - >= 734 @ 2.99874
3.41/3.59	c bounds - >= 735 @ 2.99972
3.41/3.59	c bounds - >= 736 @ 3.00065
3.41/3.59	c bounds - >= 737 @ 3.00159
3.41/3.59	c bounds - >= 738 @ 3.00254
3.41/3.59	c bounds - >= 739 @ 3.00349
3.41/3.59	c bounds - >= 740 @ 3.00444
3.51/3.60	c bounds - >= 741 @ 3.00539
3.51/3.60	c bounds - >= 742 @ 3.00635
3.51/3.60	c bounds - >= 743 @ 3.00727
3.51/3.60	c bounds - >= 744 @ 3.00819
3.51/3.60	c bounds - >= 745 @ 3.00911
3.51/3.60	c bounds - >= 746 @ 3.01003
3.51/3.60	c bounds - >= 747 @ 3.01096
3.51/3.60	c bounds - >= 748 @ 3.01188
3.51/3.60	c bounds - >= 749 @ 3.01282
3.51/3.60	c bounds - >= 750 @ 3.01376
3.51/3.61	c bounds - >= 751 @ 3.01469
3.51/3.61	c bounds - >= 752 @ 3.01563
3.51/3.61	c bounds - >= 753 @ 3.01659
3.51/3.61	c bounds - >= 754 @ 3.01753
3.51/3.61	c bounds - >= 755 @ 3.01887
3.51/3.61	c bounds - >= 756 @ 3.01978
3.51/3.61	c bounds - >= 757 @ 3.02071
3.51/3.61	c bounds - >= 758 @ 3.02161
3.51/3.61	c bounds - >= 759 @ 3.02253
3.51/3.61	c bounds - >= 760 @ 3.02346
3.51/3.61	c bounds - >= 761 @ 3.02435
3.51/3.62	c bounds - >= 762 @ 3.02526
3.51/3.62	c bounds - >= 763 @ 3.02616
3.51/3.62	c bounds - >= 764 @ 3.02706
3.51/3.62	c bounds - >= 765 @ 3.02721
3.51/3.62	c bounds - >= 766 @ 3.02789
3.51/3.62	c bounds - >= 767 @ 3.0288
3.51/3.62	c bounds - >= 768 @ 3.02971
3.51/3.62	c bounds - >= 769 @ 3.03061
3.51/3.62	c bounds - >= 770 @ 3.03152
3.51/3.62	c bounds - >= 771 @ 3.03244
3.51/3.62	c bounds - >= 772 @ 3.03336
3.51/3.63	c bounds - >= 773 @ 3.03426
3.51/3.63	c bounds - >= 774 @ 3.03517
3.51/3.63	c bounds - >= 775 @ 3.03608
3.51/3.63	c bounds - >= 776 @ 3.03619
3.51/3.63	c bounds - >= 777 @ 3.03692
3.51/3.63	c bounds - >= 778 @ 3.03785
3.51/3.63	c bounds - >= 779 @ 3.03876
3.51/3.63	c bounds - >= 780 @ 3.03966
3.51/3.63	c bounds - >= 781 @ 3.04056
3.51/3.63	c bounds - >= 782 @ 3.04145
3.51/3.63	c bounds - >= 783 @ 3.04236
3.51/3.64	c bounds - >= 784 @ 3.04325
3.51/3.64	c bounds - >= 785 @ 3.04414
3.51/3.64	c bounds - >= 786 @ 3.04504
3.51/3.64	c bounds - >= 787 @ 3.04595
3.51/3.64	c bounds - >= 788 @ 3.04685
3.51/3.64	c bounds - >= 789 @ 3.04775
3.51/3.64	c bounds - >= 790 @ 3.04865
3.51/3.64	c bounds - >= 791 @ 3.04955
3.51/3.64	c bounds - >= 792 @ 3.05046
3.51/3.64	c bounds - >= 793 @ 3.05137
3.51/3.64	c bounds - >= 794 @ 3.05229
3.51/3.65	c bounds - >= 795 @ 3.05318
3.51/3.65	c bounds - >= 796 @ 3.05409
3.51/3.65	c bounds - >= 797 @ 3.05501
3.51/3.65	c bounds - >= 798 @ 3.0559
3.51/3.65	c bounds - >= 799 @ 3.05682
3.51/3.65	c bounds - >= 800 @ 3.05773
3.51/3.65	c bounds - >= 801 @ 3.05864
3.51/3.65	c bounds - >= 802 @ 3.05952
3.51/3.65	c bounds - >= 803 @ 3.06039
3.51/3.65	c bounds - >= 804 @ 3.06129
3.51/3.65	c bounds - >= 805 @ 3.06217
3.51/3.66	c bounds - >= 806 @ 3.06306
3.51/3.66	c bounds - >= 807 @ 3.06395
3.51/3.66	c bounds - >= 808 @ 3.06484
3.51/3.66	c bounds - >= 809 @ 3.06499
3.51/3.66	c bounds - >= 810 @ 3.06565
3.51/3.66	c bounds - >= 811 @ 3.06654
3.51/3.66	c bounds - >= 812 @ 3.06743
3.51/3.66	c bounds - >= 813 @ 3.06833
3.51/3.66	c bounds - >= 814 @ 3.06922
3.51/3.66	c bounds - >= 815 @ 3.07011
3.51/3.66	c bounds - >= 816 @ 3.07112
3.51/3.67	c bounds - >= 817 @ 3.07202
3.51/3.67	c bounds - >= 818 @ 3.07292
3.51/3.67	c bounds - >= 819 @ 3.07383
3.51/3.67	c bounds - >= 820 @ 3.07472
3.51/3.67	c bounds - >= 821 @ 3.07566
3.51/3.67	c bounds - >= 822 @ 3.07654
3.51/3.67	c bounds - >= 823 @ 3.07743
3.51/3.67	c bounds - >= 824 @ 3.0783
3.51/3.67	c bounds - >= 825 @ 3.07918
3.51/3.67	c bounds - >= 826 @ 3.08006
3.51/3.67	c bounds - >= 827 @ 3.08094
3.51/3.68	c bounds - >= 828 @ 3.08182
3.51/3.68	c bounds - >= 829 @ 3.08271
3.51/3.68	c bounds - >= 830 @ 3.08359
3.51/3.68	c bounds - >= 831 @ 3.08448
3.51/3.68	c bounds - >= 832 @ 3.08537
3.51/3.68	c bounds - >= 833 @ 3.08628
3.51/3.68	c bounds - >= 834 @ 3.08645
3.51/3.68	c bounds - >= 835 @ 3.08708
3.51/3.68	c bounds - >= 836 @ 3.08798
3.51/3.68	c bounds - >= 837 @ 3.08891
3.51/3.68	c bounds - >= 838 @ 3.08981
3.51/3.69	c bounds - >= 839 @ 3.09106
3.51/3.69	c bounds - >= 840 @ 3.09193
3.51/3.69	c bounds - >= 841 @ 3.09281
3.51/3.69	c bounds - >= 842 @ 3.09369
3.51/3.69	c bounds - >= 843 @ 3.09456
3.51/3.69	c bounds - >= 844 @ 3.09545
3.51/3.69	c bounds - >= 845 @ 3.09633
3.51/3.69	c bounds - >= 846 @ 3.09721
3.51/3.69	c bounds - >= 847 @ 3.09809
3.51/3.69	c bounds - >= 848 @ 3.09897
3.51/3.69	c bounds - >= 849 @ 3.09985
3.61/3.70	c bounds - >= 850 @ 3.10001
3.61/3.70	c bounds - >= 851 @ 3.10065
3.61/3.70	c bounds - >= 852 @ 3.10155
3.61/3.70	c bounds - >= 853 @ 3.10172
3.61/3.70	c bounds - >= 854 @ 3.10237
3.61/3.70	c bounds - >= 855 @ 3.10326
3.61/3.70	c bounds - >= 856 @ 3.10425
3.61/3.70	c bounds - >= 857 @ 3.10519
3.61/3.70	c bounds - >= 858 @ 3.1064
3.61/3.70	c bounds - >= 859 @ 3.1073
3.61/3.71	c bounds - >= 860 @ 3.10892
3.61/3.71	c bounds - >= 861 @ 3.10984
3.61/3.71	c bounds - >= 862 @ 3.11073
3.61/3.71	c bounds - >= 863 @ 3.11195
3.61/3.71	c bounds - >= 864 @ 3.11281
3.61/3.71	c bounds - >= 865 @ 3.11371
3.61/3.71	c bounds - >= 866 @ 3.11461
3.61/3.71	c bounds - >= 867 @ 3.1155
3.61/3.71	c bounds - >= 868 @ 3.1164
3.61/3.71	c bounds - >= 869 @ 3.1173
3.61/3.71	c bounds - >= 870 @ 3.1182
3.61/3.72	c bounds - >= 871 @ 3.1191
3.61/3.72	c bounds - >= 872 @ 3.12
3.61/3.72	c bounds - >= 873 @ 3.12089
3.61/3.72	c bounds - >= 874 @ 3.1218
3.61/3.72	c bounds - >= 875 @ 3.12195
3.61/3.72	c bounds - >= 876 @ 3.12265
3.61/3.72	c bounds - >= 877 @ 3.12354
3.61/3.72	c bounds - >= 878 @ 3.12371
3.61/3.72	c bounds - >= 879 @ 3.12438
3.61/3.72	c bounds - >= 880 @ 3.12528
3.61/3.72	c bounds - >= 881 @ 3.12614
3.61/3.73	c bounds - >= 882 @ 3.12702
3.61/3.73	c bounds - >= 883 @ 3.12793
3.61/3.73	c bounds - >= 884 @ 3.1288
3.61/3.73	c bounds - >= 885 @ 3.12969
3.61/3.73	c bounds - >= 886 @ 3.13057
3.61/3.73	c bounds - >= 887 @ 3.13145
3.61/3.73	c bounds - >= 888 @ 3.13234
3.61/3.73	c bounds - >= 889 @ 3.13323
3.61/3.73	c bounds - >= 890 @ 3.13411
3.61/3.73	c bounds - >= 891 @ 3.135
3.61/3.73	c bounds - >= 892 @ 3.13589
3.61/3.74	c bounds - >= 893 @ 3.13677
3.61/3.74	c bounds - >= 894 @ 3.13766
3.61/3.74	c bounds - >= 895 @ 3.13855
3.61/3.74	c bounds - >= 896 @ 3.13944
3.61/3.74	c bounds - >= 897 @ 3.14034
3.61/3.74	c bounds - >= 898 @ 3.14123
3.61/3.74	c bounds - >= 899 @ 3.14212
3.61/3.74	c bounds - >= 900 @ 3.14303
3.61/3.74	c bounds - >= 901 @ 3.14389
3.61/3.74	c bounds - >= 902 @ 3.14476
3.61/3.74	c bounds - >= 903 @ 3.14564
3.61/3.75	c bounds - >= 904 @ 3.14651
3.61/3.75	c bounds - >= 905 @ 3.14739
3.61/3.75	c bounds - >= 906 @ 3.14827
3.61/3.75	c bounds - >= 907 @ 3.14915
3.61/3.75	c bounds - >= 908 @ 3.15003
3.61/3.75	c bounds - >= 909 @ 3.15091
3.61/3.75	c bounds - >= 910 @ 3.15178
3.61/3.75	c bounds - >= 911 @ 3.15187
3.61/3.75	c bounds - >= 912 @ 3.15257
3.61/3.75	c bounds - >= 913 @ 3.15344
3.61/3.75	c bounds - >= 914 @ 3.15432
3.61/3.75	c bounds - >= 915 @ 3.1552
3.61/3.76	c bounds - >= 916 @ 3.15608
3.61/3.76	c bounds - >= 917 @ 3.15697
3.61/3.76	c bounds - >= 918 @ 3.15785
3.61/3.76	c bounds - >= 919 @ 3.15871
3.61/3.76	c bounds - >= 920 @ 3.15957
3.61/3.76	c bounds - >= 921 @ 3.16043
3.61/3.76	c bounds - >= 922 @ 3.16129
3.61/3.76	c bounds - >= 923 @ 3.16216
3.61/3.76	c bounds - >= 924 @ 3.16303
3.61/3.76	c bounds - >= 925 @ 3.16389
3.61/3.76	c bounds - >= 926 @ 3.16476
3.61/3.77	c bounds - >= 927 @ 3.16563
3.61/3.77	c bounds - >= 928 @ 3.1665
3.61/3.77	c bounds - >= 929 @ 3.16737
3.61/3.77	c bounds - >= 930 @ 3.16824
3.61/3.77	c bounds - >= 931 @ 3.16912
3.61/3.77	c bounds - >= 932 @ 3.16999
3.61/3.77	c bounds - >= 933 @ 3.17087
3.61/3.77	c bounds - >= 934 @ 3.17174
3.61/3.77	c bounds - >= 935 @ 3.17263
3.61/3.77	c bounds - >= 936 @ 3.1735
3.61/3.77	c bounds - >= 937 @ 3.17439
3.61/3.78	c bounds - >= 938 @ 3.17525
3.61/3.78	c bounds - >= 939 @ 3.1761
3.61/3.78	c bounds - >= 940 @ 3.17699
3.61/3.78	c bounds - >= 941 @ 3.17792
3.61/3.78	c bounds - >= 942 @ 3.17879
3.61/3.78	c bounds - >= 943 @ 3.17964
3.61/3.78	c bounds - >= 944 @ 3.1805
3.61/3.78	c bounds - >= 945 @ 3.18135
3.61/3.78	c bounds - >= 946 @ 3.18222
3.61/3.78	c bounds - >= 947 @ 3.18308
3.61/3.78	c bounds - >= 948 @ 3.18394
3.61/3.78	c bounds - >= 949 @ 3.18481
3.61/3.79	c bounds - >= 950 @ 3.18567
3.61/3.79	c bounds - >= 951 @ 3.18654
3.61/3.79	c bounds - >= 952 @ 3.18741
3.61/3.79	c bounds - >= 953 @ 3.18829
3.61/3.79	c bounds - >= 954 @ 3.18917
3.61/3.79	c bounds - >= 955 @ 3.19004
3.61/3.79	c bounds - >= 956 @ 3.19092
3.61/3.79	c bounds - >= 957 @ 3.19183
3.61/3.79	c bounds - >= 958 @ 3.19272
3.61/3.79	c bounds - >= 959 @ 3.19393
3.61/3.79	c bounds - >= 960 @ 3.19478
3.71/3.80	c bounds - >= 961 @ 3.19569
3.71/3.80	c bounds - >= 962 @ 3.19667
3.71/3.80	c bounds - >= 963 @ 3.19758
3.71/3.80	c bounds - >= 964 @ 3.19876
3.71/3.80	c bounds - >= 965 @ 3.19962
3.71/3.80	c bounds - >= 966 @ 3.20047
3.71/3.80	c bounds - >= 967 @ 3.20132
3.71/3.80	c bounds - >= 968 @ 3.20217
3.71/3.80	c bounds - >= 969 @ 3.20303
3.71/3.80	c bounds - >= 970 @ 3.20388
3.71/3.80	c bounds - >= 971 @ 3.20473
3.71/3.81	c bounds - >= 972 @ 3.20558
3.71/3.81	c bounds - >= 973 @ 3.20573
3.71/3.81	c bounds - >= 974 @ 3.20631
3.71/3.81	c bounds - >= 975 @ 3.20646
3.71/3.81	c bounds - >= 976 @ 3.20705
3.71/3.81	c bounds - >= 977 @ 3.20791
3.71/3.81	c bounds - >= 978 @ 3.20816
3.71/3.81	c bounds - >= 979 @ 3.209
3.71/3.81	c bounds - >= 980 @ 3.20986
3.71/3.81	c bounds - >= 981 @ 3.21067
3.71/3.81	c bounds - >= 982 @ 3.21185
3.71/3.82	c bounds - >= 983 @ 3.21266
3.71/3.82	c bounds - >= 984 @ 3.21347
3.71/3.82	c bounds - >= 985 @ 3.21432
3.71/3.82	c bounds - >= 986 @ 3.21513
3.71/3.82	c bounds - >= 987 @ 3.21597
3.71/3.82	c bounds - >= 988 @ 3.21678
3.71/3.82	c bounds - >= 989 @ 3.2176
3.71/3.82	c bounds - >= 990 @ 3.21769
3.71/3.82	c bounds - >= 991 @ 3.21827
3.71/3.82	c bounds - >= 992 @ 3.21908
3.71/3.82	c bounds - >= 993 @ 3.21991
3.71/3.82	c bounds - >= 994 @ 3.22072
3.71/3.83	c bounds - >= 995 @ 3.22157
3.71/3.83	c bounds - >= 996 @ 3.2224
3.71/3.83	c bounds - >= 997 @ 3.22323
3.71/3.83	c bounds - >= 998 @ 3.22406
3.71/3.83	c bounds - >= 999 @ 3.22492
3.71/3.83	c bounds - >= 1000 @ 3.22578
3.71/3.83	c bounds - >= 1001 @ 3.22691
3.71/3.83	c bounds - >= 1002 @ 3.22773
3.71/3.83	c bounds - >= 1003 @ 3.22854
3.71/3.83	c bounds - >= 1004 @ 3.22935
3.71/3.83	c bounds - >= 1005 @ 3.23016
3.71/3.83	c bounds - >= 1006 @ 3.23097
3.71/3.84	c bounds - >= 1007 @ 3.23178
3.71/3.84	c bounds - >= 1008 @ 3.2326
3.71/3.84	c bounds - >= 1009 @ 3.23341
3.71/3.84	c bounds - >= 1010 @ 3.23355
3.71/3.84	c bounds - >= 1011 @ 3.2341
3.71/3.84	c bounds - >= 1012 @ 3.23491
3.71/3.84	c bounds - >= 1013 @ 3.23572
3.71/3.84	c bounds - >= 1014 @ 3.23655
3.71/3.84	c bounds - >= 1015 @ 3.23737
3.71/3.84	c bounds - >= 1016 @ 3.23821
3.71/3.84	c bounds - >= 1017 @ 3.23903
3.71/3.84	c bounds - >= 1018 @ 3.23986
3.71/3.85	c bounds - >= 1019 @ 3.2407
3.71/3.85	c bounds - >= 1020 @ 3.24182
3.71/3.85	c bounds - >= 1021 @ 3.24263
3.71/3.85	c bounds - >= 1022 @ 3.24347
3.71/3.85	c bounds - >= 1023 @ 3.24466
3.71/3.85	c bounds - >= 1024 @ 3.24549
3.71/3.85	c bounds - >= 1025 @ 3.24662
3.71/3.85	c bounds - >= 1026 @ 3.24743
3.71/3.85	c bounds - >= 1027 @ 3.24824
3.71/3.85	c bounds - >= 1028 @ 3.24904
3.71/3.85	c bounds - >= 1029 @ 3.24985
3.71/3.86	c bounds - >= 1030 @ 3.25065
3.71/3.86	c bounds - >= 1031 @ 3.25146
3.71/3.86	c bounds - >= 1032 @ 3.25227
3.71/3.86	c bounds - >= 1033 @ 3.25242
3.71/3.86	c bounds - >= 1034 @ 3.25297
3.71/3.86	c bounds - >= 1035 @ 3.25377
3.71/3.86	c bounds - >= 1036 @ 3.25457
3.71/3.86	c bounds - >= 1037 @ 3.25539
3.71/3.86	c bounds - >= 1038 @ 3.25621
3.71/3.86	c bounds - >= 1039 @ 3.25704
3.71/3.86	c bounds - >= 1040 @ 3.25788
3.71/3.86	c bounds - >= 1041 @ 3.25881
3.71/3.87	c bounds - >= 1042 @ 3.25954
3.71/3.87	c bounds - >= 1043 @ 3.25954
3.71/3.87	c bounds - >= 1044 @ 3.26031
3.71/3.87	c bounds - >= 1045 @ 3.26143
3.71/3.87	c bounds - >= 1046 @ 3.26222
3.71/3.87	c bounds - >= 1047 @ 3.26303
3.71/3.87	c bounds - >= 1048 @ 3.26382
3.71/3.87	c bounds - >= 1049 @ 3.26462
3.71/3.87	c bounds - >= 1050 @ 3.2654
3.71/3.87	c bounds - >= 1051 @ 3.26619
3.71/3.87	c bounds - >= 1052 @ 3.26698
3.71/3.87	c bounds - >= 1053 @ 3.26779
3.71/3.88	c bounds - >= 1054 @ 3.26858
3.71/3.88	c bounds - >= 1055 @ 3.26939
3.71/3.88	c bounds - >= 1056 @ 3.27018
3.71/3.88	c bounds - >= 1057 @ 3.27099
3.71/3.88	c bounds - >= 1058 @ 3.2718
3.71/3.88	c bounds - >= 1059 @ 3.27259
3.71/3.88	c bounds - >= 1060 @ 3.27342
3.71/3.88	c bounds - >= 1061 @ 3.27355
3.71/3.88	c bounds - >= 1062 @ 3.27409
3.71/3.88	c bounds - >= 1063 @ 3.2749
3.71/3.88	c bounds - >= 1064 @ 3.27574
3.71/3.88	c bounds - >= 1065 @ 3.27666
3.71/3.89	c bounds - >= 1066 @ 3.27749
3.71/3.89	c bounds - >= 1067 @ 3.27857
3.71/3.89	c bounds - >= 1068 @ 3.27937
3.71/3.89	c bounds - >= 1069 @ 3.28015
3.71/3.89	c bounds - >= 1070 @ 3.28094
3.71/3.89	c bounds - >= 1071 @ 3.28173
3.71/3.89	c bounds - >= 1072 @ 3.28251
3.71/3.89	c bounds - >= 1073 @ 3.2833
3.71/3.89	c bounds - >= 1074 @ 3.28411
3.71/3.89	c bounds - >= 1075 @ 3.28489
3.71/3.89	c bounds - >= 1076 @ 3.2857
3.71/3.89	c bounds - >= 1077 @ 3.28652
3.81/3.90	c bounds - >= 1078 @ 3.28732
3.81/3.90	c bounds - >= 1079 @ 3.28747
3.81/3.90	c bounds - >= 1080 @ 3.28798
3.81/3.90	c bounds - >= 1081 @ 3.28878
3.81/3.90	c bounds - >= 1082 @ 3.28956
3.81/3.90	c bounds - >= 1083 @ 3.29045
3.81/3.90	c bounds - >= 1084 @ 3.29129
3.81/3.90	c bounds - >= 1085 @ 3.29234
3.81/3.90	c bounds - >= 1086 @ 3.29249
3.81/3.90	c bounds - >= 1087 @ 3.29301
3.81/3.90	c bounds - >= 1088 @ 3.29405
3.81/3.91	c bounds - >= 1089 @ 3.29482
3.81/3.91	c bounds - >= 1090 @ 3.29561
3.81/3.91	c bounds - >= 1091 @ 3.29653
3.81/3.91	c bounds - >= 1092 @ 3.2973
3.81/3.91	c bounds - >= 1093 @ 3.29808
3.81/3.91	c bounds - >= 1094 @ 3.29887
3.81/3.91	c bounds - >= 1095 @ 3.29966
3.81/3.91	c bounds - >= 1096 @ 3.30044
3.81/3.91	c bounds - >= 1097 @ 3.30068
3.81/3.91	c bounds - >= 1098 @ 3.30143
3.81/3.91	c bounds - >= 1099 @ 3.30223
3.81/3.91	c bounds - >= 1100 @ 3.30303
3.81/3.92	c bounds - >= 1101 @ 3.30382
3.81/3.92	c bounds - >= 1102 @ 3.30462
3.81/3.92	c bounds - >= 1103 @ 3.30541
3.81/3.92	c bounds - >= 1104 @ 3.30619
3.81/3.92	c bounds - >= 1105 @ 3.307
3.81/3.92	c bounds - >= 1106 @ 3.3078
3.81/3.92	c bounds - >= 1107 @ 3.30886
3.81/3.92	c bounds - >= 1108 @ 3.30962
3.81/3.92	c bounds - >= 1109 @ 3.31042
3.81/3.92	c bounds - >= 1110 @ 3.3115
3.81/3.92	c bounds - >= 1111 @ 3.31229
3.81/3.92	c bounds - >= 1112 @ 3.31306
3.81/3.93	c bounds - >= 1113 @ 3.31383
3.81/3.93	c bounds - >= 1114 @ 3.31461
3.81/3.93	c bounds - >= 1115 @ 3.31537
3.81/3.93	c bounds - >= 1116 @ 3.31615
3.81/3.93	c bounds - >= 1117 @ 3.31696
3.81/3.93	c bounds - >= 1118 @ 3.31774
3.81/3.93	c bounds - >= 1119 @ 3.31852
3.81/3.93	c bounds - >= 1120 @ 3.31929
3.81/3.93	c bounds - >= 1121 @ 3.32008
3.81/3.93	c bounds - >= 1122 @ 3.32086
3.81/3.93	c bounds - >= 1123 @ 3.32162
3.81/3.93	c bounds - >= 1124 @ 3.3224
3.81/3.93	c bounds - >= 1125 @ 3.32319
3.81/3.94	c bounds - >= 1126 @ 3.32399
3.81/3.94	c bounds - >= 1127 @ 3.32474
3.81/3.94	c bounds - >= 1128 @ 3.3255
3.81/3.94	c bounds - >= 1129 @ 3.32627
3.81/3.94	c bounds - >= 1130 @ 3.32704
3.81/3.94	c bounds - >= 1131 @ 3.3278
3.81/3.94	c bounds - >= 1132 @ 3.32856
3.81/3.94	c bounds - >= 1133 @ 3.32933
3.81/3.94	c bounds - >= 1134 @ 3.33009
3.81/3.94	c bounds - >= 1135 @ 3.33086
3.81/3.94	c bounds - >= 1136 @ 3.33162
3.81/3.94	c bounds - >= 1137 @ 3.33239
3.81/3.94	c bounds - >= 1138 @ 3.33316
3.81/3.95	c bounds - >= 1139 @ 3.33393
3.81/3.95	c bounds - >= 1140 @ 3.33471
3.81/3.95	c bounds - >= 1141 @ 3.33548
3.81/3.95	c bounds - >= 1142 @ 3.33625
3.81/3.95	c bounds - >= 1143 @ 3.33702
3.81/3.95	c bounds - >= 1144 @ 3.3378
3.81/3.95	c bounds - >= 1145 @ 3.33856
3.81/3.95	c bounds - >= 1146 @ 3.33931
3.81/3.95	c bounds - >= 1147 @ 3.33937
3.81/3.95	c bounds - >= 1148 @ 3.33989
3.81/3.95	c bounds - >= 1149 @ 3.34064
3.81/3.95	c bounds - >= 1150 @ 3.34138
3.81/3.95	c bounds - >= 1151 @ 3.34213
3.81/3.96	c bounds - >= 1152 @ 3.3429
3.81/3.96	c bounds - >= 1153 @ 3.34366
3.81/3.96	c bounds - >= 1154 @ 3.34433
3.81/3.96	c bounds - >= 1155 @ 3.34433
3.81/3.96	c bounds - >= 1156 @ 3.34495
3.81/3.96	c bounds - >= 1157 @ 3.34572
3.81/3.96	c bounds - >= 1158 @ 3.34651
3.81/3.96	c bounds - >= 1159 @ 3.34729
3.81/3.96	c bounds - >= 1160 @ 3.34735
3.81/3.96	c bounds - >= 1161 @ 3.34786
3.81/3.96	c bounds - >= 1162 @ 3.34862
3.81/3.96	c bounds - >= 1163 @ 3.34939
3.81/3.96	c bounds - >= 1164 @ 3.3502
3.81/3.97	c bounds - >= 1165 @ 3.35096
3.81/3.97	c bounds - >= 1166 @ 3.3517
3.81/3.97	c bounds - >= 1167 @ 3.35247
3.81/3.97	c bounds - >= 1168 @ 3.35323
3.81/3.97	c bounds - >= 1169 @ 3.35398
3.81/3.97	c bounds - >= 1170 @ 3.35472
3.81/3.97	c bounds - >= 1171 @ 3.35546
3.81/3.97	c bounds - >= 1172 @ 3.35622
3.81/3.97	c bounds - >= 1173 @ 3.35697
3.81/3.97	c bounds - >= 1174 @ 3.35771
3.81/3.97	c bounds - >= 1175 @ 3.35847
3.81/3.97	c bounds - >= 1176 @ 3.35925
3.81/3.97	c bounds - >= 1177 @ 3.36001
3.81/3.98	c bounds - >= 1178 @ 3.36077
3.81/3.98	c bounds - >= 1179 @ 3.36154
3.81/3.98	c bounds - >= 1180 @ 3.3623
3.81/3.98	c bounds - >= 1181 @ 3.36307
3.81/3.98	c bounds - >= 1182 @ 3.36383
3.81/3.98	c bounds - >= 1183 @ 3.36462
3.81/3.98	c bounds - >= 1184 @ 3.36538
3.81/3.98	c bounds - >= 1185 @ 3.36626
3.81/3.98	c bounds - >= 1186 @ 3.36707
3.81/3.98	c bounds - >= 1187 @ 3.36806
3.81/3.98	c bounds - >= 1188 @ 3.36881
3.81/3.98	c bounds - >= 1189 @ 3.36954
3.81/3.98	c bounds - >= 1190 @ 3.37031
3.81/3.99	c bounds - >= 1191 @ 3.37104
3.81/3.99	c bounds - >= 1192 @ 3.37179
3.81/3.99	c bounds - >= 1193 @ 3.37255
3.81/3.99	c bounds - >= 1194 @ 3.3733
3.81/3.99	c bounds - >= 1195 @ 3.37405
3.81/3.99	c bounds - >= 1196 @ 3.3748
3.81/3.99	c bounds - >= 1197 @ 3.37555
3.81/3.99	c bounds - >= 1198 @ 3.37631
3.81/3.99	c bounds - >= 1199 @ 3.37706
3.81/3.99	c bounds - >= 1200 @ 3.37783
3.81/3.99	c bounds - >= 1201 @ 3.37859
3.81/3.99	c bounds - >= 1202 @ 3.37934
3.81/3.99	c bounds - >= 1203 @ 3.38011
3.81/4.00	c bounds - >= 1204 @ 3.38084
3.81/4.00	c bounds - >= 1205 @ 3.38164
3.81/4.00	c bounds - >= 1206 @ 3.38247
3.81/4.00	c bounds - >= 1207 @ 3.38328
3.81/4.00	c bounds - >= 1208 @ 3.38402
3.81/4.00	c bounds - >= 1209 @ 3.38481
3.81/4.00	c bounds - >= 1210 @ 3.38559
3.81/4.00	c bounds - >= 1211 @ 3.38633
3.91/4.00	c bounds - >= 1212 @ 3.38707
3.91/4.00	c bounds - >= 1213 @ 3.38782
3.91/4.00	c bounds - >= 1214 @ 3.38875
3.91/4.00	c bounds - >= 1215 @ 3.38951
3.91/4.01	c bounds - >= 1216 @ 3.38968
3.91/4.01	c bounds - >= 1217 @ 3.39042
3.91/4.01	c bounds - >= 1218 @ 3.39118
3.91/4.01	c bounds - >= 1219 @ 3.39193
3.91/4.01	c bounds - >= 1220 @ 3.39268
3.91/4.01	c bounds - >= 1221 @ 3.39344
3.91/4.01	c bounds - >= 1222 @ 3.39419
3.91/4.01	c bounds - >= 1223 @ 3.39496
3.91/4.01	c bounds - >= 1224 @ 3.39571
3.91/4.01	c bounds - >= 1225 @ 3.39647
3.91/4.01	c bounds - >= 1226 @ 3.39722
3.91/4.01	c bounds - >= 1227 @ 3.39797
3.91/4.01	c bounds - >= 1228 @ 3.39874
3.91/4.02	c bounds - >= 1229 @ 3.39946
3.91/4.02	c bounds - >= 1230 @ 3.4002
3.91/4.02	c bounds - >= 1231 @ 3.40094
3.91/4.02	c bounds - >= 1232 @ 3.40168
3.91/4.02	c bounds - >= 1233 @ 3.40241
3.91/4.02	c bounds - >= 1234 @ 3.40314
3.91/4.02	c bounds - >= 1235 @ 3.40387
3.91/4.02	c bounds - >= 1236 @ 3.40461
3.91/4.02	c bounds - >= 1237 @ 3.40535
3.91/4.02	c bounds - >= 1238 @ 3.40608
3.91/4.02	c bounds - >= 1239 @ 3.40682
3.91/4.02	c bounds - >= 1240 @ 3.40756
3.91/4.02	c bounds - >= 1241 @ 3.40831
3.91/4.02	c bounds - >= 1242 @ 3.40906
3.91/4.03	c bounds - >= 1243 @ 3.40981
3.91/4.03	c bounds - >= 1244 @ 3.41055
3.91/4.03	c bounds - >= 1245 @ 3.41134
3.91/4.03	c bounds - >= 1246 @ 3.41217
3.91/4.03	c bounds - >= 1247 @ 3.41294
3.91/4.03	c bounds - >= 1248 @ 3.41391
3.91/4.03	c bounds - >= 1249 @ 3.41401
3.91/4.03	c bounds - >= 1250 @ 3.41438
3.91/4.03	c bounds - >= 1251 @ 3.41507
3.91/4.03	c bounds - >= 1252 @ 3.4158
3.91/4.03	c bounds - >= 1253 @ 3.41653
3.91/4.03	c bounds - >= 1254 @ 3.41725
3.91/4.03	c bounds - >= 1255 @ 3.41798
3.91/4.04	c bounds - >= 1256 @ 3.41804
3.91/4.04	c bounds - >= 1257 @ 3.41846
3.91/4.04	c bounds - >= 1258 @ 3.41919
3.91/4.04	c bounds - >= 1259 @ 3.4199
3.91/4.04	c bounds - >= 1260 @ 3.42063
3.91/4.04	c bounds - >= 1261 @ 3.42136
3.91/4.04	c bounds - >= 1262 @ 3.42211
3.91/4.04	c bounds - >= 1263 @ 3.42286
3.91/4.04	c bounds - >= 1264 @ 3.4236
3.91/4.04	c bounds - >= 1265 @ 3.42435
3.91/4.04	c bounds - >= 1266 @ 3.42532
3.91/4.04	c bounds - >= 1267 @ 3.42606
3.91/4.04	c bounds - >= 1268 @ 3.42678
3.91/4.05	c bounds - >= 1269 @ 3.42751
3.91/4.05	c bounds - >= 1270 @ 3.42824
3.91/4.05	c bounds - >= 1271 @ 3.42896
3.91/4.05	c bounds - >= 1272 @ 3.42901
3.91/4.05	c bounds - >= 1273 @ 3.42943
3.91/4.05	c bounds - >= 1274 @ 3.43015
3.91/4.05	c bounds - >= 1275 @ 3.43085
3.91/4.05	c bounds - >= 1276 @ 3.43157
3.91/4.05	c bounds - >= 1277 @ 3.43229
3.91/4.05	c bounds - >= 1278 @ 3.43304
3.91/4.05	c bounds - >= 1279 @ 3.43377
3.91/4.05	c bounds - >= 1280 @ 3.43451
3.91/4.05	c bounds - >= 1281 @ 3.43525
3.91/4.05	c bounds - >= 1282 @ 3.43608
3.91/4.06	c bounds - >= 1283 @ 3.43686
3.91/4.06	c bounds - >= 1284 @ 3.43779
3.91/4.06	c bounds - >= 1285 @ 3.43861
3.91/4.06	c bounds - >= 1286 @ 3.43935
3.91/4.06	c bounds - >= 1287 @ 3.44029
3.91/4.06	c bounds - >= 1288 @ 3.44101
3.91/4.06	c bounds - >= 1289 @ 3.44171
3.91/4.06	c bounds - >= 1290 @ 3.44242
3.91/4.06	c bounds - >= 1291 @ 3.44433
3.91/4.07	c bounds - >= 1292 @ 3.44599
3.91/4.07	c bounds - >= 1293 @ 3.44767
3.91/4.07	c bounds - >= 1294 @ 3.44903
3.91/4.08	c bounds - >= 1295 @ 3.45158
3.91/4.08	c bounds - >= 1296 @ 3.45341
3.91/4.08	c bounds - >= 1297 @ 3.45567
3.91/4.09	c bounds - >= 1298 @ 3.45616
3.91/4.09	c bounds - >= 1299 @ 3.45893
3.91/4.09	c bounds - >= 1300 @ 3.46245
3.91/4.10	c bounds - >= 1301 @ 3.46424
3.91/4.10	c bounds - >= 1302 @ 3.46556
4.01/4.10	c bounds - >= 1303 @ 3.46765
4.01/4.11	c bounds - >= 1304 @ 3.46802
4.01/4.11	c bounds - >= 1305 @ 3.47217
4.01/4.12	c bounds - >= 1306 @ 3.4739
4.01/4.12	c bounds - >= 1307 @ 3.47679
4.01/4.12	c bounds - >= 1308 @ 3.47708
4.01/4.13	c bounds - >= 1309 @ 3.48059
4.01/4.13	c bounds - >= 1310 @ 3.48398
4.01/4.14	c bounds - >= 1311 @ 3.4871
4.01/4.14	c bounds - >= 1312 @ 3.49086
4.01/4.15	c bounds - >= 1313 @ 3.49767
4.01/4.16	c bounds - >= 1314 @ 3.50264
4.01/4.17	c #Conflicts:       3000 | #Constraints:     103928
4.01/4.17	c bounds - >= 1315 @ 3.5108
4.01/4.18	c bounds - >= 1316 @ 3.51912
4.01/4.19	c bounds - >= 1317 @ 3.528
4.11/4.20	c bounds - >= 1318 @ 3.53569
4.81/5.00	c bounds - >= 1319 @ 4.31421
4.91/5.02	c #Conflicts:       4000 | #Constraints:     105027
4.91/5.02	c bounds - >= 1320 @ 4.33451
4.91/5.07	c INPROCESSING
4.91/5.07	c GARBAGE COLLECT
4.91/5.07	c bounds - >= 1321 @ 4.37808
4.91/5.09	c bounds - >= 1322 @ 4.39592
5.01/5.12	c #Conflicts:       5000 | #Constraints:      98670
5.01/5.12	c bounds - >= 1323 @ 4.42277
5.01/5.16	c bounds - >= 1324 @ 4.46179
6.40/6.57	c #Conflicts:       6000 | #Constraints:      99709
6.40/6.57	c INPROCESSING
6.40/6.57	c GARBAGE COLLECT
6.40/6.57	c rational objective 1324
6.90/7.05	c bounds - >= 1325 @ 6.32461
6.90/7.05	c bounds - >= 1326 @ 6.32594
6.90/7.05	c bounds - >= 1327 @ 6.32658
6.90/7.06	c bounds - >= 1328 @ 6.32815
6.90/7.06	c bounds - >= 1329 @ 6.32995
6.90/7.06	c bounds - >= 1330 @ 6.33116
6.90/7.07	c bounds - >= 1331 @ 6.33306
6.90/7.07	c bounds - >= 1332 @ 6.33464
6.90/7.07	c bounds - >= 1333 @ 6.33555
6.90/7.07	c bounds - >= 1334 @ 6.33691
6.90/7.08	c bounds - >= 1335 @ 6.33841
6.90/7.08	c bounds - >= 1336 @ 6.33911
6.90/7.08	c bounds - >= 1337 @ 6.34169
6.90/7.09	c bounds - >= 1338 @ 6.34271
6.90/7.09	c bounds - >= 1339 @ 6.34448
6.90/7.10	c bounds - >= 1340 @ 6.34628
6.90/7.10	c bounds - >= 1341 @ 6.34713
7.00/7.10	c bounds - >= 1342 @ 6.34841
7.00/7.11	c bounds - >= 1343 @ 6.35049
7.00/7.11	c bounds - >= 1344 @ 6.35291
7.00/7.12	c bounds - >= 1345 @ 6.35736
7.00/7.12	c bounds - >= 1346 @ 6.35879
7.00/7.13	c bounds - >= 1347 @ 6.35958
7.00/7.13	c bounds - >= 1348 @ 6.36156
7.00/7.13	c bounds - >= 1349 @ 6.3638
7.00/7.14	c bounds - >= 1350 @ 6.36626
7.00/7.14	c bounds - >= 1351 @ 6.36943
7.00/7.15	c #Conflicts:       7000 | #Constraints:      98804
7.00/7.15	c bounds - >= 1352 @ 6.37409
7.00/7.15	c bounds - >= 1353 @ 6.37644
7.00/7.16	c bounds - >= 1354 @ 6.38059
7.00/7.17	c bounds - >= 1355 @ 6.38687
7.00/7.17	c bounds - >= 1356 @ 6.39445
7.00/7.18	c bounds - >= 1357 @ 6.39999
7.00/7.19	c bounds - >= 1358 @ 6.40876
8.70/8.85	c bounds - >= 1359 @ 8.04064
8.70/8.86	c bounds - >= 1360 @ 8.05116
8.70/8.88	c #Conflicts:       8000 | #Constraints:      99984
8.70/8.88	c bounds - >= 1361 @ 8.06625
8.79/8.90	c bounds - >= 1362 @ 8.08196
8.79/8.92	c bounds - >= 1363 @ 8.09793
8.79/8.94	c bounds - >= 1364 @ 8.11282
8.79/8.95	c #Conflicts:       9000 | #Constraints:     101059
8.79/8.95	c bounds - >= 1365 @ 8.12844
8.79/8.99	c INPROCESSING
8.79/8.99	c bounds - >= 1366 @ 8.16645
8.90/9.02	c bounds - >= 1367 @ 8.19453
8.90/9.06	c #Conflicts:      10000 | #Constraints:      99386
8.90/9.06	c bounds - >= 1368 @ 8.22368
8.90/9.08	c bounds - >= 1369 @ 8.24257
9.00/9.10	c bounds - >= 1370 @ 8.26041
11.19/11.31	c #Conflicts:      11000 | #Constraints:     100434
11.19/11.31	c #Conflicts:      12000 | #Constraints:     101434
11.19/11.31	c #Conflicts:      13000 | #Constraints:     102434
11.19/11.31	c #Conflicts:      14000 | #Constraints:     103434
11.19/11.31	c #Conflicts:      15000 | #Constraints:     104434
11.19/11.31	c #Conflicts:      16000 | #Constraints:     105434
11.19/11.31	c INPROCESSING
11.19/11.31	c GARBAGE COLLECT
11.19/11.31	c rational objective 1370
11.69/11.80	c bounds - >= 1371 @ 10.9026
11.69/11.80	c bounds - >= 1372 @ 10.9036
11.69/11.80	c bounds - >= 1373 @ 10.9049
11.69/11.81	c bounds - >= 1374 @ 10.9068
11.69/11.81	c bounds - >= 1375 @ 10.9082
11.69/11.81	c bounds - >= 1376 @ 10.9089
11.69/11.81	c bounds - >= 1377 @ 10.9099
11.69/11.82	c bounds - >= 1378 @ 10.9107
11.69/11.82	c bounds - >= 1379 @ 10.9127
11.69/11.82	c bounds - >= 1380 @ 10.914
11.69/11.83	c bounds - >= 1381 @ 10.9158
11.69/11.83	c bounds - >= 1382 @ 10.917
11.69/11.83	c bounds - >= 1383 @ 10.9177
11.69/11.83	c bounds - >= 1384 @ 10.92
11.69/11.84	c bounds - >= 1385 @ 10.9213
11.69/11.84	c bounds - >= 1386 @ 10.9231
11.69/11.84	c bounds - >= 1387 @ 10.9247
11.69/11.85	c bounds - >= 1388 @ 10.9261
11.69/11.85	c bounds - >= 1389 @ 10.928
11.69/11.85	c bounds - >= 1390 @ 10.9314
11.69/11.86	c bounds - >= 1391 @ 10.9327
11.69/11.86	c bounds - >= 1392 @ 10.9367
11.69/11.87	c bounds - >= 1393 @ 10.942
11.69/11.87	c #Conflicts:      17000 | #Constraints:     101776
11.69/11.87	c bounds - >= 1394 @ 10.9442
11.69/11.88	c bounds - >= 1395 @ 10.9464
11.69/11.88	c bounds - >= 1396 @ 10.9513
11.69/11.89	c bounds - >= 1397 @ 10.9551
11.69/11.89	c bounds - >= 1398 @ 10.9592
11.79/11.90	c bounds - >= 1399 @ 10.9657
11.79/11.91	c bounds - >= 1400 @ 10.9761
11.79/11.92	c bounds - >= 1401 @ 10.9801
11.79/11.93	c bounds - >= 1402 @ 10.9885
11.79/11.95	c #Conflicts:      18000 | #Constraints:     102891
11.79/11.95	c bounds - >= 1403 @ 11.0114
13.08/13.29	c bounds - >= 1404 @ 12.3138
13.18/13.33	c #Conflicts:      19000 | #Constraints:     103918
13.18/13.33	c bounds - >= 1405 @ 12.3569
13.18/13.38	c bounds - >= 1406 @ 12.3965
13.18/13.39	c bounds - >= 1407 @ 12.4057
13.28/13.40	c bounds - >= 1408 @ 12.4091
13.28/13.40	c bounds - >= 1409 @ 12.4111
13.28/13.41	c bounds - >= 1410 @ 12.4142
13.28/13.41	c bounds - >= 1411 @ 12.4156
13.28/13.42	c bounds - >= 1412 @ 12.419
13.28/13.42	c bounds - >= 1413 @ 12.4211
13.28/13.42	c bounds - >= 1414 @ 12.4219
13.28/13.43	c bounds - >= 1415 @ 12.4238
13.28/13.43	c bounds - >= 1416 @ 12.4261
13.28/13.43	c bounds - >= 1417 @ 12.4293
13.28/13.44	c bounds - >= 1418 @ 12.4295
13.28/13.44	c bounds - >= 1419 @ 12.4315
13.28/13.44	c bounds - >= 1420 @ 12.4337
13.28/13.44	c bounds - >= 1421 @ 12.4348
13.28/13.44	c bounds - >= 1422 @ 12.4355
13.28/13.45	c bounds - >= 1423 @ 12.4365
13.28/13.45	c bounds - >= 1424 @ 12.4386
13.28/13.45	c bounds - >= 1425 @ 12.4409
13.28/13.45	c bounds - >= 1426 @ 12.442
13.28/13.46	c bounds - >= 1427 @ 12.4439
13.28/13.46	c #Conflicts:      20000 | #Constraints:     105128
13.28/13.46	c bounds - >= 1428 @ 12.4469
13.28/13.46	c bounds - >= 1429 @ 12.4495
13.28/13.47	c bounds - >= 1430 @ 12.4533
13.28/13.47	c bounds - >= 1431 @ 12.4572
13.28/13.48	c bounds - >= 1432 @ 12.4624
13.28/13.48	c bounds - >= 1433 @ 12.4667
13.28/13.49	c bounds - >= 1434 @ 12.4744
13.39/13.50	c bounds - >= 1435 @ 12.4803
14.38/14.57	c INPROCESSING
14.38/14.57	c GARBAGE COLLECT
14.38/14.57	c rational objective 1435
14.88/15.05	c bounds - >= 1436 @ 14.0185
14.88/15.06	c bounds - >= 1437 @ 14.0285
14.88/15.09	c bounds - >= 1438 @ 14.0484
14.99/15.11	c #Conflicts:      21000 | #Constraints:     100683
14.99/15.11	c bounds - >= 1439 @ 14.0638
14.99/15.13	c bounds - >= 1440 @ 14.0873
14.99/15.18	c bounds - >= 1441 @ 14.1291
15.08/15.23	c #Conflicts:      22000 | #Constraints:     101722
15.08/15.23	c bounds - >= 1442 @ 14.1843
15.18/15.32	c #Conflicts:      23000 | #Constraints:     102734
15.18/15.32	c bounds - >= 1443 @ 14.2584
16.38/16.59	c #Conflicts:      24000 | #Constraints:     103746
16.38/16.59	c INPROCESSING
16.38/16.59	c rational objective 1443
16.98/17.14	c #Conflicts:      25000 | #Constraints:     100224
16.98/17.14	c bounds - >= 1444 @ 16.0474
17.07/17.27	c #Conflicts:      26000 | #Constraints:     101239
17.07/17.27	c bounds - >= 1445 @ 16.163
17.27/17.42	c #Conflicts:      27000 | #Constraints:     102248
17.27/17.42	c #Conflicts:      28000 | #Constraints:     103248
17.27/17.42	c bounds - >= 1446 @ 16.3049
17.27/17.42	c bounds - >= 1447 @ 16.3066
17.27/17.43	c bounds - >= 1448 @ 16.3088
17.27/17.43	c bounds - >= 1449 @ 16.3121
17.27/17.43	c bounds - >= 1450 @ 16.3144
17.27/17.44	c bounds - >= 1451 @ 16.3167
17.27/17.44	c bounds - >= 1452 @ 16.3174
17.27/17.45	c bounds - >= 1453 @ 16.3202
17.27/17.45	c bounds - >= 1454 @ 16.3206
17.27/17.46	c bounds - >= 1455 @ 16.3242
17.27/17.46	c bounds - >= 1456 @ 16.3253
17.27/17.46	c bounds - >= 1457 @ 16.3275
17.27/17.46	c bounds - >= 1458 @ 16.3293
17.27/17.47	c bounds - >= 1459 @ 16.3302
17.27/17.47	c bounds - >= 1460 @ 16.3319
17.27/17.47	c bounds - >= 1461 @ 16.3335
17.27/17.47	c bounds - >= 1462 @ 16.3341
17.27/17.47	c bounds - >= 1463 @ 16.3348
17.27/17.47	c bounds - >= 1464 @ 16.3364
17.27/17.48	c bounds - >= 1465 @ 16.3372
17.27/17.48	c bounds - >= 1466 @ 16.3389
17.27/17.48	c bounds - >= 1467 @ 16.3405
17.27/17.48	c bounds - >= 1468 @ 16.3412
17.27/17.48	c bounds - >= 1469 @ 16.3421
17.27/17.49	c bounds - >= 1470 @ 16.3431
17.27/17.49	c bounds - >= 1471 @ 16.344
17.27/17.49	c bounds - >= 1472 @ 16.3447
17.27/17.49	c bounds - >= 1473 @ 16.3466
17.27/17.49	c bounds - >= 1474 @ 16.3483
17.27/17.49	c bounds - >= 1475 @ 16.3494
17.38/17.50	c bounds - >= 1476 @ 16.3507
17.38/17.50	c bounds - >= 1477 @ 16.3524
17.38/17.50	c bounds - >= 1478 @ 16.3531
17.38/17.51	c bounds - >= 1479 @ 16.3556
17.38/17.51	c bounds - >= 1480 @ 16.3596
17.38/17.52	c bounds - >= 1481 @ 16.364
17.38/17.52	c bounds - >= 1482 @ 16.3715
17.38/17.54	c bounds - >= 1483 @ 16.3827
17.38/17.55	c #Conflicts:      29000 | #Constraints:     104602
17.38/17.55	c bounds - >= 1484 @ 16.3954
17.38/17.57	c bounds - >= 1485 @ 16.4073
18.57/18.70	c bounds - >= 1486 @ 17.5174
18.57/18.72	c bounds - >= 1487 @ 17.5392
18.57/18.75	c #Conflicts:      30000 | #Constraints:     105668
18.57/18.75	c bounds - >= 1488 @ 17.5664
18.67/18.80	c bounds - >= 1489 @ 17.6101
18.67/18.88	c #Conflicts:      31000 | #Constraints:     106704
18.67/18.88	c bounds - >= 1490 @ 17.674
18.77/18.96	c #Conflicts:      32000 | #Constraints:     107722
18.77/18.96	c bounds - >= 1491 @ 17.7524
18.87/19.05	c #Conflicts:      33000 | #Constraints:     108746
18.87/19.05	c bounds - >= 1492 @ 17.8354
20.16/20.33	c #Conflicts:      34000 | #Constraints:     109758
20.16/20.33	c #Conflicts:      35000 | #Constraints:     110758
20.16/20.33	c #Conflicts:      36000 | #Constraints:     111758
20.16/20.33	c INPROCESSING
20.16/20.33	c GARBAGE COLLECT
20.16/20.33	c rational objective 1492
20.66/20.82	c bounds - >= 1493 @ 19.5676
20.66/20.82	c bounds - >= 1494 @ 19.5687
20.66/20.82	c bounds - >= 1495 @ 19.5697
20.66/20.82	c bounds - >= 1496 @ 19.5709
20.66/20.83	c bounds - >= 1497 @ 19.5723
20.66/20.83	c bounds - >= 1498 @ 19.5729
20.66/20.83	c bounds - >= 1499 @ 19.573
20.66/20.83	c bounds - >= 1500 @ 19.5742
20.66/20.84	c bounds - >= 1501 @ 19.5752
20.66/20.84	c bounds - >= 1502 @ 19.5764
20.66/20.84	c bounds - >= 1503 @ 19.5775
20.66/20.85	c bounds - >= 1504 @ 19.579
20.66/20.85	c bounds - >= 1505 @ 19.5818
20.66/20.86	c bounds - >= 1506 @ 19.5833
20.66/20.86	c bounds - >= 1507 @ 19.5844
20.66/20.86	c bounds - >= 1508 @ 19.585
20.66/20.86	c bounds - >= 1509 @ 19.5862
20.66/20.86	c bounds - >= 1510 @ 19.5882
20.66/20.87	c bounds - >= 1511 @ 19.5902
20.66/20.87	c bounds - >= 1512 @ 19.5926
20.66/20.87	c bounds - >= 1513 @ 19.594
20.66/20.88	c bounds - >= 1514 @ 19.5961
20.66/20.88	c bounds - >= 1515 @ 19.5981
20.66/20.88	c bounds - >= 1516 @ 19.5988
20.66/20.88	c bounds - >= 1517 @ 19.5996
20.66/20.89	c bounds - >= 1518 @ 19.6005
20.66/20.89	c bounds - >= 1519 @ 19.6025
20.66/20.89	c bounds - >= 1520 @ 19.6034
20.66/20.89	c bounds - >= 1521 @ 19.6046
20.66/20.89	c bounds - >= 1522 @ 19.6068
20.76/20.90	c bounds - >= 1523 @ 19.6092
20.76/20.90	c bounds - >= 1524 @ 19.6113
20.76/20.90	c bounds - >= 1525 @ 19.6128
20.76/20.91	c bounds - >= 1526 @ 19.6151
20.76/20.91	c bounds - >= 1527 @ 19.6185
20.76/20.92	c bounds - >= 1528 @ 19.6263
20.76/20.93	c bounds - >= 1529 @ 19.6335
20.76/20.94	c bounds - >= 1530 @ 19.644
20.76/20.96	c #Conflicts:      37000 | #Constraints:     104473
20.76/20.96	c bounds - >= 1531 @ 19.6594
20.76/20.98	c bounds - >= 1532 @ 19.6815
21.97/22.13	c bounds - >= 1533 @ 20.8099
21.97/22.16	c #Conflicts:      38000 | #Constraints:     105533
21.97/22.16	c bounds - >= 1534 @ 20.8326
21.97/22.19	c bounds - >= 1535 @ 20.8668
22.06/22.23	c #Conflicts:      39000 | #Constraints:     106566
22.06/22.23	c bounds - >= 1536 @ 20.8984
22.06/22.28	c bounds - >= 1537 @ 20.9439
22.17/22.35	c #Conflicts:      40000 | #Constraints:     107605
22.17/22.35	c bounds - >= 1538 @ 21.0077
22.26/22.44	c #Conflicts:      41000 | #Constraints:     108623
22.26/22.44	c bounds - >= 1539 @ 21.0914
24.45/24.62	c INPROCESSING
24.45/24.62	c GARBAGE COLLECT
24.45/24.62	c bounds - >= 1540 @ 23.2438
24.45/24.69	c #Conflicts:      42000 | #Constraints:     102622
24.45/24.69	c bounds - >= 1541 @ 23.3033
25.75/25.96	c #Conflicts:      43000 | #Constraints:     103640
25.75/25.96	c bounds - >= 1542 @ 24.5511
25.86/26.10	c #Conflicts:      44000 | #Constraints:     104658
25.86/26.10	c #Conflicts:      45000 | #Constraints:     105658
25.86/26.10	c bounds - >= 1543 @ 24.6841
30.24/30.44	c #Conflicts:      46000 | #Constraints:     106676
30.24/30.44	c #Conflicts:      47000 | #Constraints:     107676
30.24/30.44	c #Conflicts:      48000 | #Constraints:     108676
30.24/30.44	c #Conflicts:      49000 | #Constraints:     109676
30.24/30.44	c #Conflicts:      50000 | #Constraints:     110676
30.24/30.44	c #Conflicts:      51000 | #Constraints:     111676
30.24/30.44	c #Conflicts:      52000 | #Constraints:     112676
30.24/30.44	c #Conflicts:      53000 | #Constraints:     113676
30.24/30.44	c #Conflicts:      54000 | #Constraints:     114676
30.24/30.44	c #Conflicts:      55000 | #Constraints:     115676
30.24/30.44	c #Conflicts:      56000 | #Constraints:     116676
30.24/30.44	c INPROCESSING
30.24/30.44	c GARBAGE COLLECT
30.24/30.44	c rational objective 1543
30.74/30.94	c bounds - >= 1544 @ 29.4075
30.74/30.95	c bounds - >= 1545 @ 29.4086
30.74/30.95	c bounds - >= 1546 @ 29.4108
30.74/30.95	c bounds - >= 1547 @ 29.4119
30.74/30.96	c bounds - >= 1548 @ 29.4141
30.74/30.96	c bounds - >= 1549 @ 29.4159
30.74/30.96	c bounds - >= 1550 @ 29.4163
30.74/30.96	c bounds - >= 1551 @ 29.4174
30.74/30.97	c bounds - >= 1552 @ 29.4198
30.74/30.97	c bounds - >= 1553 @ 29.4226
30.74/30.98	c bounds - >= 1554 @ 29.4246
30.74/30.98	c bounds - >= 1555 @ 29.4272
30.74/30.99	c bounds - >= 1556 @ 29.4298
31.94/32.17	c bounds - >= 1557 @ 30.5944
31.94/32.17	c bounds - >= 1558 @ 30.5987
31.94/32.18	c bounds - >= 1559 @ 30.6015
31.94/32.18	c bounds - >= 1560 @ 30.6025
31.94/32.19	c bounds - >= 1561 @ 30.6047
31.94/32.19	c bounds - >= 1562 @ 30.6078
32.04/32.20	c bounds - >= 1563 @ 30.6116
32.04/32.20	c bounds - >= 1564 @ 30.6145
32.04/32.21	c bounds - >= 1565 @ 30.6166
32.04/32.21	c bounds - >= 1566 @ 30.6204
32.04/32.22	c bounds - >= 1567 @ 30.6265
32.04/32.22	c bounds - >= 1568 @ 30.6332
32.04/32.23	c bounds - >= 1569 @ 30.6393
32.04/32.24	c bounds - >= 1570 @ 30.6464
32.04/32.25	c #Conflicts:      57000 | #Constraints:     107662
32.04/32.25	c bounds - >= 1571 @ 30.6535
32.04/32.26	c bounds - >= 1572 @ 30.6622
32.04/32.28	c bounds - >= 1573 @ 30.6772
32.14/32.30	c bounds - >= 1574 @ 30.6923
32.14/32.32	c bounds - >= 1575 @ 30.7132
32.14/32.34	c #Conflicts:      58000 | #Constraints:     108770
32.14/32.34	c bounds - >= 1576 @ 30.733
32.14/32.37	c bounds - >= 1577 @ 30.7578
32.14/32.40	c bounds - >= 1578 @ 30.7821
32.23/32.43	c #Conflicts:      59000 | #Constraints:     109833
32.23/32.43	c bounds - >= 1579 @ 30.8118
32.23/32.46	c bounds - >= 1580 @ 30.8478
32.33/32.50	c bounds - >= 1581 @ 30.8784
32.33/32.54	c #Conflicts:      60000 | #Constraints:     110893
32.33/32.54	c bounds - >= 1582 @ 30.9227
32.43/32.60	c bounds - >= 1583 @ 30.9753
32.43/32.66	c #Conflicts:      61000 | #Constraints:     111926
32.43/32.66	c bounds - >= 1584 @ 31.031
34.03/34.29	c bounds - >= 1585 @ 32.6344
34.13/34.38	c #Conflicts:      62000 | #Constraints:     112962
34.13/34.38	c bounds - >= 1586 @ 32.7179
35.62/35.83	c INPROCESSING
35.62/35.83	c GARBAGE COLLECT
35.62/35.83	c rational objective 1586
36.13/36.37	c #Conflicts:      63000 | #Constraints:     105034
36.13/36.37	c bounds - >= 1587 @ 34.6774
36.22/36.45	c #Conflicts:      64000 | #Constraints:     106058
36.22/36.45	c bounds - >= 1588 @ 34.7556
36.42/36.61	c #Conflicts:      65000 | #Constraints:     107067
36.42/36.61	c bounds - >= 1589 @ 34.9076
36.52/36.75	c #Conflicts:      66000 | #Constraints:     108082
36.52/36.75	c bounds - >= 1590 @ 35.0369
37.82/38.05	c #Conflicts:      67000 | #Constraints:     109100
37.82/38.05	c #Conflicts:      68000 | #Constraints:     110100
37.82/38.05	c bounds - >= 1591 @ 36.2982
38.01/38.29	c #Conflicts:      69000 | #Constraints:     111115
38.01/38.29	c bounds - >= 1592 @ 36.5313
38.42/38.66	c #Conflicts:      70000 | #Constraints:     112133
38.42/38.66	c #Conflicts:      71000 | #Constraints:     113133
38.42/38.66	c #Conflicts:      72000 | #Constraints:     114133
38.42/38.66	c bounds - >= 1593 @ 36.8887
40.21/40.49	c #Conflicts:      73000 | #Constraints:     115148
40.21/40.49	c #Conflicts:      74000 | #Constraints:     116148
40.21/40.49	c #Conflicts:      75000 | #Constraints:     117148
40.21/40.49	c bounds - >= 1594 @ 38.6769
42.11/42.39	c #Conflicts:      76000 | #Constraints:     118163
42.11/42.39	c #Conflicts:      77000 | #Constraints:     119163
42.11/42.39	c #Conflicts:      78000 | #Constraints:     120163
42.11/42.39	c bounds - >= 1595 @ 40.5342
43.81/44.08	c #Conflicts:      79000 | #Constraints:     121181
43.81/44.08	c #Conflicts:      80000 | #Constraints:     122181
43.81/44.08	c INPROCESSING
43.81/44.08	c GARBAGE COLLECT
43.81/44.08	c rational objective 1595
47.30/47.56	c #Conflicts:      81000 | #Constraints:     110128
47.30/47.56	c #Conflicts:      82000 | #Constraints:     111128
47.30/47.56	c #Conflicts:      83000 | #Constraints:     112128
47.30/47.56	c #Conflicts:      84000 | #Constraints:     113128
47.30/47.56	c #Conflicts:      85000 | #Constraints:     114128
47.30/47.56	c #Conflicts:      86000 | #Constraints:     115128
47.30/47.56	c #Conflicts:      87000 | #Constraints:     116128
47.30/47.56	c #Conflicts:      88000 | #Constraints:     117128
47.30/47.56	c INPROCESSING
47.30/47.56	c GARBAGE COLLECT
47.30/47.56	c rational objective 1595
47.80/48.05	c bounds - >= 1596 @ 46.1146
47.80/48.06	c bounds - >= 1597 @ 46.116
47.80/48.06	c bounds - >= 1598 @ 46.1179
47.80/48.06	c bounds - >= 1599 @ 46.1208
47.80/48.07	c bounds - >= 1600 @ 46.1235
47.80/48.07	c bounds - >= 1601 @ 46.1253
47.80/48.07	c bounds - >= 1602 @ 46.126
47.80/48.07	c bounds - >= 1603 @ 46.1283
47.80/48.08	c bounds - >= 1604 @ 46.1292
47.80/48.08	c bounds - >= 1605 @ 46.1304
47.80/48.09	c bounds - >= 1606 @ 46.1331
47.80/48.09	c bounds - >= 1607 @ 46.134
47.80/48.09	c bounds - >= 1608 @ 46.1371
47.80/48.09	c bounds - >= 1609 @ 46.1383
47.80/48.10	c bounds - >= 1610 @ 46.1413
47.80/48.10	c bounds - >= 1611 @ 46.1422
47.90/48.10	c bounds - >= 1612 @ 46.145
47.90/48.11	c bounds - >= 1613 @ 46.1479
47.90/48.11	c bounds - >= 1614 @ 46.1502
47.90/48.11	c bounds - >= 1615 @ 46.1516
47.90/48.11	c bounds - >= 1616 @ 46.1525
47.90/48.12	c bounds - >= 1617 @ 46.1531
47.90/48.12	c bounds - >= 1618 @ 46.1542
47.90/48.12	c bounds - >= 1619 @ 46.1557
47.90/48.12	c bounds - >= 1620 @ 46.1579
47.90/48.13	c bounds - >= 1621 @ 46.1593
47.90/48.13	c bounds - >= 1622 @ 46.1611
47.90/48.13	c bounds - >= 1623 @ 46.1638
47.90/48.14	c bounds - >= 1624 @ 46.1682
47.90/48.14	c bounds - >= 1625 @ 46.1717
47.90/48.15	c bounds - >= 1626 @ 46.1781
47.90/48.16	c #Conflicts:      89000 | #Constraints:     108011
47.90/48.16	c bounds - >= 1627 @ 46.1834
47.90/48.16	c bounds - >= 1628 @ 46.1915
49.19/49.41	c bounds - >= 1629 @ 47.4095
49.19/49.42	c bounds - >= 1630 @ 47.422
49.19/49.44	c bounds - >= 1631 @ 47.4348
49.19/49.46	c #Conflicts:      90000 | #Constraints:     109119
49.19/49.46	c bounds - >= 1632 @ 47.4513
49.19/49.49	c bounds - >= 1633 @ 47.4792
49.29/49.52	c bounds - >= 1634 @ 47.5069
49.29/49.55	c #Conflicts:      91000 | #Constraints:     110170
49.29/49.55	c bounds - >= 1635 @ 47.5375
49.29/49.59	c bounds - >= 1636 @ 47.5762
49.39/49.65	c #Conflicts:      92000 | #Constraints:     111212
49.39/49.65	c bounds - >= 1637 @ 47.6377
49.48/49.72	c bounds - >= 1638 @ 47.6985
49.59/49.80	c #Conflicts:      93000 | #Constraints:     112254
49.59/49.80	c bounds - >= 1639 @ 47.7788
51.98/52.21	c #Conflicts:      94000 | #Constraints:     113272
51.98/52.21	c #Conflicts:      95000 | #Constraints:     114272
51.98/52.21	c bounds - >= 1640 @ 50.1507
52.08/52.35	c #Conflicts:      96000 | #Constraints:     115284
52.08/52.35	c bounds - >= 1641 @ 50.2832
52.28/52.52	c #Conflicts:      97000 | #Constraints:     116302
52.28/52.52	c bounds - >= 1642 @ 50.4528
52.48/52.73	c #Conflicts:      98000 | #Constraints:     117317
52.48/52.73	c #Conflicts:      99000 | #Constraints:     118317
52.48/52.73	c bounds - >= 1643 @ 50.6516
52.68/52.98	c #Conflicts:     100000 | #Constraints:     119335
52.68/52.98	c bounds - >= 1644 @ 50.8929
55.17/55.40	c #Conflicts:     101000 | #Constraints:     120350
55.17/55.40	c #Conflicts:     102000 | #Constraints:     121350
55.17/55.40	c #Conflicts:     103000 | #Constraints:     122350
55.17/55.40	c bounds - >= 1645 @ 53.274
58.17/58.44	c #Conflicts:     104000 | #Constraints:     123371
58.17/58.44	c #Conflicts:     105000 | #Constraints:     124371
58.17/58.44	c #Conflicts:     106000 | #Constraints:     125371
58.17/58.44	c #Conflicts:     107000 | #Constraints:     126371
58.17/58.44	c #Conflicts:     108000 | #Constraints:     127371
58.17/58.44	c #Conflicts:     109000 | #Constraints:     128371
58.17/58.44	c INPROCESSING
58.17/58.44	c GARBAGE COLLECT
58.17/58.44	c rational objective 1645
58.66/58.92	c bounds - >= 1646 @ 56.7319
58.66/58.92	c bounds - >= 1647 @ 56.7338
58.66/58.93	c bounds - >= 1648 @ 56.7349
58.66/58.93	c bounds - >= 1649 @ 56.7358
58.66/58.93	c bounds - >= 1650 @ 56.7381
58.66/58.93	c bounds - >= 1651 @ 56.7406
58.66/58.94	c bounds - >= 1652 @ 56.7414
58.66/58.94	c bounds - >= 1653 @ 56.7437
58.66/58.94	c bounds - >= 1654 @ 56.7457
58.66/58.94	c bounds - >= 1655 @ 56.7468
58.66/58.95	c bounds - >= 1656 @ 56.7481
58.66/58.95	c bounds - >= 1657 @ 56.7491
58.66/58.95	c bounds - >= 1658 @ 56.7498
58.66/58.95	c bounds - >= 1659 @ 56.751
58.66/58.95	c bounds - >= 1660 @ 56.753
58.66/58.96	c bounds - >= 1661 @ 56.755
58.66/58.96	c bounds - >= 1662 @ 56.7568
58.66/58.96	c bounds - >= 1663 @ 56.7577
58.66/58.96	c bounds - >= 1664 @ 56.759
58.66/58.97	c bounds - >= 1665 @ 56.7597
58.66/58.97	c bounds - >= 1666 @ 56.7608
58.66/58.97	c bounds - >= 1667 @ 56.7624
58.66/58.97	c bounds - >= 1668 @ 56.7641
58.66/58.98	c bounds - >= 1669 @ 56.766
58.66/58.98	c bounds - >= 1670 @ 56.7677
58.66/58.98	c bounds - >= 1671 @ 56.7697
58.66/58.98	c bounds - >= 1672 @ 56.7699
58.66/58.99	c bounds - >= 1673 @ 56.7715
58.66/58.99	c bounds - >= 1674 @ 56.7726
58.66/58.99	c bounds - >= 1675 @ 56.7744
58.66/58.99	c bounds - >= 1676 @ 56.7751
58.66/58.99	c bounds - >= 1677 @ 56.7768
58.66/59.00	c bounds - >= 1678 @ 56.7789
58.66/59.00	c bounds - >= 1679 @ 56.7812
58.77/59.00	c bounds - >= 1680 @ 56.7818
58.77/59.00	c bounds - >= 1681 @ 56.7852
58.77/59.01	c bounds - >= 1682 @ 56.7886
58.77/59.02	c bounds - >= 1683 @ 56.7934
58.77/59.02	c bounds - >= 1684 @ 56.7996
58.77/59.03	c bounds - >= 1685 @ 56.8078
58.77/59.04	c #Conflicts:     110000 | #Constraints:     113176
58.77/59.04	c bounds - >= 1686 @ 56.8194
61.65/62.00	c bounds - >= 1687 @ 59.7534
61.76/62.02	c bounds - >= 1688 @ 59.7767
61.76/62.06	c #Conflicts:     111000 | #Constraints:     114236
61.76/62.06	c bounds - >= 1689 @ 59.808
61.76/62.09	c bounds - >= 1690 @ 59.8373
61.86/62.15	c #Conflicts:     112000 | #Constraints:     115269
61.86/62.15	c bounds - >= 1691 @ 59.8871
61.96/62.21	c #Conflicts:     113000 | #Constraints:     116290
61.96/62.21	c bounds - >= 1692 @ 59.9447
61.96/62.29	c bounds - >= 1693 @ 60.0214
62.16/62.41	c #Conflicts:     114000 | #Constraints:     117329
62.16/62.41	c #Conflicts:     115000 | #Constraints:     118329
62.16/62.41	c bounds - >= 1694 @ 60.1277
62.25/62.58	c #Conflicts:     116000 | #Constraints:     119344
62.25/62.58	c bounds - >= 1695 @ 60.2891
62.45/62.72	c #Conflicts:     117000 | #Constraints:     120362
62.45/62.72	c bounds - >= 1696 @ 60.4146
65.85/66.16	c #Conflicts:     118000 | #Constraints:     121380
65.85/66.16	c INPROCESSING
65.85/66.16	c GARBAGE COLLECT
65.85/66.16	c rational objective 1696
69.44/69.78	c #Conflicts:     119000 | #Constraints:     110776
69.44/69.78	c #Conflicts:     120000 | #Constraints:     111776
69.44/69.78	c bounds - >= 1697 @ 67.3936
69.64/69.93	c #Conflicts:     121000 | #Constraints:     112791
69.64/69.93	c bounds - >= 1698 @ 67.5302
69.84/70.14	c #Conflicts:     122000 | #Constraints:     113806
69.84/70.14	c #Conflicts:     123000 | #Constraints:     114806
69.84/70.14	c bounds - >= 1699 @ 67.7334
70.23/70.53	c #Conflicts:     124000 | #Constraints:     115824
70.23/70.53	c #Conflicts:     125000 | #Constraints:     116824
70.23/70.53	c #Conflicts:     126000 | #Constraints:     117824
70.23/70.53	c bounds - >= 1700 @ 68.1001
72.23/72.58	c #Conflicts:     127000 | #Constraints:     118842
72.23/72.58	c #Conflicts:     128000 | #Constraints:     119842
72.23/72.58	c #Conflicts:     129000 | #Constraints:     120842
72.23/72.58	c #Conflicts:     130000 | #Constraints:     121842
72.23/72.58	c bounds - >= 1701 @ 70.1046
76.72/77.09	c #Conflicts:     131000 | #Constraints:     122854
76.72/77.09	c #Conflicts:     132000 | #Constraints:     123854
76.72/77.09	c #Conflicts:     133000 | #Constraints:     124854
76.72/77.09	c #Conflicts:     134000 | #Constraints:     125854
76.72/77.09	c #Conflicts:     135000 | #Constraints:     126854
76.72/77.09	c #Conflicts:     136000 | #Constraints:     127854
76.72/77.09	c #Conflicts:     137000 | #Constraints:     128854
76.72/77.09	c #Conflicts:     138000 | #Constraints:     129854
76.72/77.09	c #Conflicts:     139000 | #Constraints:     130854
76.72/77.09	c #Conflicts:     140000 | #Constraints:     131854
76.72/77.09	c #Conflicts:     141000 | #Constraints:     132854
76.72/77.09	c #Conflicts:     142000 | #Constraints:     133854
76.72/77.09	c INPROCESSING
76.72/77.09	c GARBAGE COLLECT
76.72/77.09	c rational objective 1701
77.21/77.58	c bounds - >= 1702 @ 74.9975
77.21/77.58	c bounds - >= 1703 @ 74.9989
77.21/77.58	c bounds - >= 1704 @ 75.001
77.21/77.59	c bounds - >= 1705 @ 75.002
77.21/77.59	c bounds - >= 1706 @ 75.0035
77.21/77.59	c bounds - >= 1707 @ 75.0051
77.21/77.59	c bounds - >= 1708 @ 75.0071
77.31/77.60	c bounds - >= 1709 @ 75.008
77.31/77.60	c bounds - >= 1710 @ 75.0093
77.31/77.60	c bounds - >= 1711 @ 75.0104
77.31/77.60	c bounds - >= 1712 @ 75.0114
77.31/77.61	c bounds - >= 1713 @ 75.0143
77.31/77.61	c bounds - >= 1714 @ 75.0163
77.31/77.61	c bounds - >= 1715 @ 75.0184
77.31/77.62	c bounds - >= 1716 @ 75.0199
77.31/77.62	c bounds - >= 1717 @ 75.022
77.31/77.62	c bounds - >= 1718 @ 75.0244
77.31/77.62	c bounds - >= 1719 @ 75.0256
77.31/77.63	c bounds - >= 1720 @ 75.0272
77.31/77.63	c bounds - >= 1721 @ 75.0321
77.31/77.64	c bounds - >= 1722 @ 75.0366
77.31/77.64	c bounds - >= 1723 @ 75.0414
77.31/77.65	c #Conflicts:     143000 | #Constraints:     116617
77.31/77.65	c bounds - >= 1724 @ 75.0475
77.31/77.66	c bounds - >= 1725 @ 75.0537
77.31/77.67	c bounds - >= 1726 @ 75.0633
77.31/77.68	c bounds - >= 1727 @ 75.0738
77.41/77.70	c bounds - >= 1728 @ 75.0908
77.41/77.72	c #Conflicts:     144000 | #Constraints:     117713
77.41/77.72	c bounds - >= 1729 @ 75.111
80.21/80.57	c bounds - >= 1730 @ 77.9239
80.30/80.60	c bounds - >= 1731 @ 77.9499
80.30/80.63	c #Conflicts:     145000 | #Constraints:     118770
80.30/80.63	c bounds - >= 1732 @ 77.9841
80.30/80.68	c bounds - >= 1733 @ 78.0313
80.41/80.74	c #Conflicts:     146000 | #Constraints:     119809
80.41/80.74	c bounds - >= 1734 @ 78.085
80.50/80.80	c #Conflicts:     147000 | #Constraints:     120830
80.50/80.80	c bounds - >= 1735 @ 78.1428
80.50/80.88	c bounds - >= 1736 @ 78.219
80.72/81.02	c #Conflicts:     148000 | #Constraints:     121863
80.72/81.02	c bounds - >= 1737 @ 78.3438
80.91/81.22	c #Conflicts:     149000 | #Constraints:     122884
80.91/81.22	c #Conflicts:     150000 | #Constraints:     123884
80.91/81.22	c bounds - >= 1738 @ 78.5433
81.10/81.44	c #Conflicts:     151000 | #Constraints:     124902
81.10/81.44	c bounds - >= 1739 @ 78.7516
83.20/83.58	c #Conflicts:     152000 | #Constraints:     125920
83.20/83.58	c #Conflicts:     153000 | #Constraints:     126920
83.20/83.58	c INPROCESSING
83.20/83.58	c GARBAGE COLLECT
83.20/83.58	c rational objective 1739
85.29/85.60	c #Conflicts:     154000 | #Constraints:     114939
85.29/85.60	c bounds - >= 1740 @ 82.8568
85.39/85.76	c #Conflicts:     155000 | #Constraints:     115957
85.39/85.76	c bounds - >= 1741 @ 83.0028
85.70/86.08	c #Conflicts:     156000 | #Constraints:     116969
85.70/86.08	c #Conflicts:     157000 | #Constraints:     117969
85.70/86.08	c #Conflicts:     158000 | #Constraints:     118969
85.70/86.08	c bounds - >= 1742 @ 83.309
88.29/88.63	c #Conflicts:     159000 | #Constraints:     119984
88.29/88.63	c #Conflicts:     160000 | #Constraints:     120984
88.29/88.63	c bounds - >= 1743 @ 85.8177
88.79/89.16	c #Conflicts:     161000 | #Constraints:     122002
88.79/89.16	c #Conflicts:     162000 | #Constraints:     123002
88.79/89.16	c #Conflicts:     163000 | #Constraints:     124002
88.79/89.16	c #Conflicts:     164000 | #Constraints:     125002
88.79/89.16	c bounds - >= 1744 @ 86.3224
91.18/91.52	c #Conflicts:     165000 | #Constraints:     126023
91.18/91.52	c #Conflicts:     166000 | #Constraints:     127023
91.18/91.52	c #Conflicts:     167000 | #Constraints:     128023
91.18/91.52	c #Conflicts:     168000 | #Constraints:     129023
91.18/91.52	c #Conflicts:     169000 | #Constraints:     130023
91.18/91.52	c bounds - >= 1745 @ 88.6225
95.93/96.36	c #Conflicts:     170000 | #Constraints:     131032
95.93/96.36	c #Conflicts:     171000 | #Constraints:     132032
95.93/96.36	c #Conflicts:     172000 | #Constraints:     133032
95.93/96.36	c #Conflicts:     173000 | #Constraints:     134032
95.93/96.36	c #Conflicts:     174000 | #Constraints:     135032
95.93/96.36	c #Conflicts:     175000 | #Constraints:     136032
95.93/96.36	c #Conflicts:     176000 | #Constraints:     137032
95.93/96.36	c #Conflicts:     177000 | #Constraints:     138032
95.93/96.36	c #Conflicts:     178000 | #Constraints:     139032
95.93/96.36	c #Conflicts:     179000 | #Constraints:     140032
95.93/96.36	c #Conflicts:     180000 | #Constraints:     141032
95.93/96.36	c INPROCESSING
95.93/96.36	c GARBAGE COLLECT
95.93/96.36	c rational objective 1745
96.43/96.85	c bounds - >= 1746 @ 93.8001
96.43/96.85	c bounds - >= 1747 @ 93.8013
96.43/96.85	c bounds - >= 1748 @ 93.8023
96.43/96.85	c bounds - >= 1749 @ 93.8037
96.43/96.85	c bounds - >= 1750 @ 93.8037
96.43/96.86	c bounds - >= 1751 @ 93.8042
96.43/96.86	c bounds - >= 1752 @ 93.8056
96.43/96.86	c bounds - >= 1753 @ 93.8063
96.43/96.86	c bounds - >= 1754 @ 93.8085
96.43/96.87	c bounds - >= 1755 @ 93.8111
96.43/96.87	c bounds - >= 1756 @ 93.8137
96.43/96.87	c bounds - >= 1757 @ 93.8146
96.43/96.87	c bounds - >= 1758 @ 93.8151
96.43/96.88	c bounds - >= 1759 @ 93.8168
96.43/96.88	c bounds - >= 1760 @ 93.8189
96.43/96.88	c bounds - >= 1761 @ 93.8202
96.43/96.88	c bounds - >= 1762 @ 93.8211
96.43/96.89	c bounds - >= 1763 @ 93.8218
96.43/96.89	c bounds - >= 1764 @ 93.8229
96.43/96.89	c bounds - >= 1765 @ 93.8244
96.43/96.89	c bounds - >= 1766 @ 93.8251
96.43/96.89	c bounds - >= 1767 @ 93.8266
96.43/96.89	c bounds - >= 1768 @ 93.8283
96.52/96.90	c bounds - >= 1769 @ 93.8289
96.52/96.90	c bounds - >= 1770 @ 93.8315
96.52/96.90	c bounds - >= 1771 @ 93.8331
96.52/96.91	c bounds - >= 1772 @ 93.8354
96.52/96.91	c bounds - >= 1773 @ 93.8402
96.52/96.92	c bounds - >= 1774 @ 93.8454
96.52/96.93	c bounds - >= 1775 @ 93.8532
96.52/96.94	c bounds - >= 1776 @ 93.8668
99.22/99.67	c #Conflicts:     181000 | #Constraints:     120487
99.22/99.67	c bounds - >= 1777 @ 96.5708
99.32/99.70	c bounds - >= 1778 @ 96.5913
99.32/99.72	c bounds - >= 1779 @ 96.6183
99.32/99.75	c #Conflicts:     182000 | #Constraints:     121547
99.32/99.75	c bounds - >= 1780 @ 96.6432
99.32/99.79	c bounds - >= 1781 @ 96.685
99.41/99.83	c #Conflicts:     183000 | #Constraints:     122586
99.41/99.83	c bounds - >= 1782 @ 96.7238
99.41/99.89	c bounds - >= 1783 @ 96.776
99.52/99.94	c #Conflicts:     184000 | #Constraints:     123625
99.52/99.94	c bounds - >= 1784 @ 96.8268
99.52/100.00	c bounds - >= 1785 @ 96.8817
99.62/100.07	c #Conflicts:     185000 | #Constraints:     124664
99.62/100.07	c bounds - >= 1786 @ 96.9462
99.73/100.17	c #Conflicts:     186000 | #Constraints:     125685
99.73/100.17	c bounds - >= 1787 @ 97.048
99.82/100.25	c #Conflicts:     187000 | #Constraints:     126700
99.82/100.25	c bounds - >= 1788 @ 97.1285
100.12/100.53	c #Conflicts:     188000 | #Constraints:     127718
100.12/100.53	c #Conflicts:     189000 | #Constraints:     128718
100.12/100.53	c bounds - >= 1789 @ 97.3967
103.11/103.50	c #Conflicts:     190000 | #Constraints:     129745
103.11/103.50	c #Conflicts:     191000 | #Constraints:     130745
103.11/103.50	c bounds - >= 1790 @ 100.318
104.71/105.15	c INPROCESSING
104.71/105.15	c GARBAGE COLLECT
104.71/105.15	c rational objective 1790
105.40/105.80	c #Conflicts:     192000 | #Constraints:     118460
105.40/105.80	c #Conflicts:     193000 | #Constraints:     119460
105.40/105.80	c bounds - >= 1791 @ 102.583
105.71/106.11	c #Conflicts:     194000 | #Constraints:     120481
105.71/106.11	c #Conflicts:     195000 | #Constraints:     121481
105.71/106.11	c bounds - >= 1792 @ 102.88
108.79/109.26	c #Conflicts:     196000 | #Constraints:     122499
108.79/109.26	c #Conflicts:     197000 | #Constraints:     123499
108.79/109.26	c #Conflicts:     198000 | #Constraints:     124499
108.79/109.26	c #Conflicts:     199000 | #Constraints:     125499
108.79/109.26	c bounds - >= 1793 @ 105.984
109.49/109.94	c #Conflicts:     200000 | #Constraints:     126514
109.49/109.94	c #Conflicts:     201000 | #Constraints:     127514
109.49/109.94	c #Conflicts:     202000 | #Constraints:     128514
109.49/109.94	c #Conflicts:     203000 | #Constraints:     129514
109.49/109.94	c bounds - >= 1794 @ 106.646
119.57/120.04	c #Conflicts:     204000 | #Constraints:     130532
119.57/120.04	c #Conflicts:     205000 | #Constraints:     131532
119.57/120.04	c #Conflicts:     206000 | #Constraints:     132532
119.57/120.04	c #Conflicts:     207000 | #Constraints:     133532
119.57/120.04	c #Conflicts:     208000 | #Constraints:     134532
119.57/120.04	c #Conflicts:     209000 | #Constraints:     135532
119.57/120.04	c #Conflicts:     210000 | #Constraints:     136532
119.57/120.04	c #Conflicts:     211000 | #Constraints:     137532
119.57/120.04	c #Conflicts:     212000 | #Constraints:     138532
119.57/120.04	c #Conflicts:     213000 | #Constraints:     139532
119.57/120.04	c #Conflicts:     214000 | #Constraints:     140532
119.57/120.04	c #Conflicts:     215000 | #Constraints:     141532
119.57/120.04	c #Conflicts:     216000 | #Constraints:     142532
119.57/120.04	c #Conflicts:     217000 | #Constraints:     143532
119.57/120.04	c #Conflicts:     218000 | #Constraints:     144532
119.57/120.04	c #Conflicts:     219000 | #Constraints:     145532
119.57/120.04	c #Conflicts:     220000 | #Constraints:     146532
119.57/120.04	c #Conflicts:     221000 | #Constraints:     147532
119.57/120.04	c #Conflicts:     222000 | #Constraints:     148532
119.57/120.04	c INPROCESSING
119.57/120.04	c GARBAGE COLLECT
119.57/120.04	c rational objective 1794
120.06/120.53	c bounds - >= 1795 @ 117.059
120.06/120.53	c bounds - >= 1796 @ 117.061
120.06/120.54	c bounds - >= 1797 @ 117.063
120.06/120.54	c bounds - >= 1798 @ 117.067
120.06/120.54	c bounds - >= 1799 @ 117.069
120.06/120.55	c bounds - >= 1800 @ 117.07
120.06/120.55	c bounds - >= 1801 @ 117.072
120.06/120.55	c bounds - >= 1802 @ 117.073
120.06/120.55	c bounds - >= 1803 @ 117.074
120.06/120.55	c bounds - >= 1804 @ 117.074
120.06/120.56	c bounds - >= 1805 @ 117.076
120.06/120.56	c bounds - >= 1806 @ 117.077
120.06/120.56	c bounds - >= 1807 @ 117.079
120.06/120.56	c bounds - >= 1808 @ 117.081
120.06/120.56	c bounds - >= 1809 @ 117.083
120.06/120.57	c bounds - >= 1810 @ 117.085
120.06/120.57	c bounds - >= 1811 @ 117.086
120.06/120.57	c bounds - >= 1812 @ 117.088
120.06/120.57	c bounds - >= 1813 @ 117.089
120.06/120.58	c bounds - >= 1814 @ 117.09
120.06/120.58	c bounds - >= 1815 @ 117.091
120.06/120.58	c bounds - >= 1816 @ 117.093
120.06/120.58	c bounds - >= 1817 @ 117.096
120.06/120.59	c bounds - >= 1818 @ 117.1
123.06/123.57	c bounds - >= 1819 @ 120.039
123.06/123.57	c bounds - >= 1820 @ 120.044
123.06/123.58	c bounds - >= 1821 @ 120.05
123.06/123.58	c bounds - >= 1822 @ 120.058
123.06/123.59	c bounds - >= 1823 @ 120.064
123.15/123.60	c bounds - >= 1824 @ 120.07
123.15/123.61	c #Conflicts:     223000 | #Constraints:     124652
123.15/123.61	c bounds - >= 1825 @ 120.084
123.15/123.63	c bounds - >= 1826 @ 120.102
123.15/123.65	c bounds - >= 1827 @ 120.12
123.15/123.68	c #Conflicts:     224000 | #Constraints:     125712
123.15/123.68	c bounds - >= 1828 @ 120.147
123.25/123.71	c bounds - >= 1829 @ 120.175
123.25/123.77	c #Conflicts:     225000 | #Constraints:     126745
123.25/123.77	c bounds - >= 1830 @ 120.224
123.35/123.83	c bounds - >= 1831 @ 120.281
123.45/123.92	c #Conflicts:     226000 | #Constraints:     127778
123.45/123.92	c bounds - >= 1832 @ 120.37
123.55/124.03	c #Conflicts:     227000 | #Constraints:     128793
123.55/124.03	c bounds - >= 1833 @ 120.472
123.66/124.13	c #Conflicts:     228000 | #Constraints:     129811
123.66/124.13	c bounds - >= 1834 @ 120.568
123.85/124.33	c #Conflicts:     229000 | #Constraints:     130829
123.85/124.33	c #Conflicts:     230000 | #Constraints:     131829
123.85/124.33	c bounds - >= 1835 @ 120.762
126.65/127.19	c #Conflicts:     231000 | #Constraints:     132847
126.65/127.19	c #Conflicts:     232000 | #Constraints:     133847
126.65/127.19	c #Conflicts:     233000 | #Constraints:     134847
126.65/127.19	c bounds - >= 1836 @ 123.574
129.43/129.98	c #Conflicts:     234000 | #Constraints:     135862
129.43/129.98	c #Conflicts:     235000 | #Constraints:     136862
129.43/129.98	c INPROCESSING
129.43/129.98	c GARBAGE COLLECT
129.43/129.98	c rational objective 1836
130.24/130.72	c #Conflicts:     236000 | #Constraints:     123018
130.24/130.72	c #Conflicts:     237000 | #Constraints:     124018
130.24/130.72	c bounds - >= 1837 @ 127.042
133.12/133.61	c #Conflicts:     238000 | #Constraints:     125030
133.12/133.61	c #Conflicts:     239000 | #Constraints:     126030
133.12/133.61	c #Conflicts:     240000 | #Constraints:     127030
133.12/133.61	c #Conflicts:     241000 | #Constraints:     128030
133.12/133.61	c bounds - >= 1838 @ 129.882
133.63/134.15	c #Conflicts:     242000 | #Constraints:     129042
133.63/134.15	c #Conflicts:     243000 | #Constraints:     130042
133.63/134.15	c #Conflicts:     244000 | #Constraints:     131042
133.63/134.15	c #Conflicts:     245000 | #Constraints:     132042
133.63/134.15	c bounds - >= 1839 @ 130.395
136.02/136.57	c #Conflicts:     246000 | #Constraints:     133057
136.02/136.57	c #Conflicts:     247000 | #Constraints:     134057
136.02/136.57	c #Conflicts:     248000 | #Constraints:     135057
136.02/136.57	c #Conflicts:     249000 | #Constraints:     136057
136.02/136.57	c #Conflicts:     250000 | #Constraints:     137057
136.02/136.57	c bounds - >= 1840 @ 132.75
140.40/140.95	c #Conflicts:     251000 | #Constraints:     138072
140.40/140.95	c #Conflicts:     252000 | #Constraints:     139072
140.40/140.95	c #Conflicts:     253000 | #Constraints:     140072
140.40/140.95	c #Conflicts:     254000 | #Constraints:     141072
140.40/140.95	c #Conflicts:     255000 | #Constraints:     142072
140.40/140.95	c #Conflicts:     256000 | #Constraints:     143072
140.40/140.95	c #Conflicts:     257000 | #Constraints:     144072
140.40/140.95	c #Conflicts:     258000 | #Constraints:     145072
140.40/140.95	c #Conflicts:     259000 | #Constraints:     146072
140.40/140.95	c bounds - >= 1841 @ 137.045
145.29/145.88	c #Conflicts:     260000 | #Constraints:     147084
145.29/145.88	c #Conflicts:     261000 | #Constraints:     148084
145.29/145.88	c #Conflicts:     262000 | #Constraints:     149084
145.29/145.88	c #Conflicts:     263000 | #Constraints:     150084
145.29/145.88	c #Conflicts:     264000 | #Constraints:     151084
145.29/145.88	c #Conflicts:     265000 | #Constraints:     152084
145.29/145.88	c #Conflicts:     266000 | #Constraints:     153084
145.29/145.88	c #Conflicts:     267000 | #Constraints:     154084
145.29/145.88	c #Conflicts:     268000 | #Constraints:     155084
145.29/145.88	c INPROCESSING
145.29/145.88	c GARBAGE COLLECT
145.29/145.88	c rational objective 1841
151.67/152.21	c #Conflicts:     269000 | #Constraints:     127624
151.67/152.21	c #Conflicts:     270000 | #Constraints:     128624
151.67/152.21	c #Conflicts:     271000 | #Constraints:     129624
151.67/152.21	c #Conflicts:     272000 | #Constraints:     130624
151.67/152.21	c #Conflicts:     273000 | #Constraints:     131624
151.67/152.21	c #Conflicts:     274000 | #Constraints:     132624
151.67/152.21	c #Conflicts:     275000 | #Constraints:     133624
151.67/152.21	c #Conflicts:     276000 | #Constraints:     134624
151.67/152.21	c #Conflicts:     277000 | #Constraints:     135624
151.67/152.21	c #Conflicts:     278000 | #Constraints:     136624
151.67/152.21	c #Conflicts:     279000 | #Constraints:     137624
151.67/152.21	c #Conflicts:     280000 | #Constraints:     138624
151.67/152.21	c #Conflicts:     281000 | #Constraints:     139624
151.67/152.21	c #Conflicts:     282000 | #Constraints:     140624
151.67/152.21	c INPROCESSING
151.67/152.21	c GARBAGE COLLECT
151.67/152.21	c rational objective 1841
152.17/152.70	c bounds - >= 1842 @ 148.55
154.66/155.25	c bounds - >= 1843 @ 151.073
154.66/155.26	c bounds - >= 1844 @ 151.074
154.66/155.26	c bounds - >= 1845 @ 151.075
154.66/155.26	c bounds - >= 1846 @ 151.077
154.66/155.27	c bounds - >= 1847 @ 151.078
154.66/155.27	c bounds - >= 1848 @ 151.08
154.66/155.27	c bounds - >= 1849 @ 151.082
154.66/155.27	c bounds - >= 1850 @ 151.084
154.66/155.27	c bounds - >= 1851 @ 151.085
154.66/155.28	c bounds - >= 1852 @ 151.087
154.66/155.28	c bounds - >= 1853 @ 151.088
154.66/155.28	c bounds - >= 1854 @ 151.09
154.66/155.28	c bounds - >= 1855 @ 151.092
154.66/155.28	c #Conflicts:     283000 | #Constraints:     125256
154.66/155.28	c bounds - >= 1856 @ 151.093
154.66/155.29	c bounds - >= 1857 @ 151.094
154.66/155.29	c bounds - >= 1858 @ 151.096
154.66/155.29	c bounds - >= 1859 @ 151.099
154.76/155.30	c bounds - >= 1860 @ 151.103
154.76/155.30	c bounds - >= 1861 @ 151.106
154.76/155.30	c bounds - >= 1862 @ 151.11
154.76/155.31	c bounds - >= 1863 @ 151.118
154.76/155.32	c bounds - >= 1864 @ 151.129
154.76/155.34	c bounds - >= 1865 @ 151.141
154.76/155.35	c #Conflicts:     284000 | #Constraints:     126439
154.76/155.35	c bounds - >= 1866 @ 151.151
154.76/155.36	c bounds - >= 1867 @ 151.16
154.76/155.38	c bounds - >= 1868 @ 151.178
154.87/155.41	c bounds - >= 1869 @ 151.2
154.87/155.44	c #Conflicts:     285000 | #Constraints:     127517
154.87/155.44	c bounds - >= 1870 @ 151.236
154.96/155.50	c bounds - >= 1871 @ 151.284
154.96/155.56	c #Conflicts:     286000 | #Constraints:     128553
154.96/155.56	c bounds - >= 1872 @ 151.339
155.06/155.65	c #Conflicts:     287000 | #Constraints:     129568
155.06/155.65	c bounds - >= 1873 @ 151.421
155.16/155.74	c #Conflicts:     288000 | #Constraints:     130586
155.16/155.74	c bounds - >= 1874 @ 151.503
155.27/155.86	c #Conflicts:     289000 | #Constraints:     131607
155.27/155.86	c bounds - >= 1875 @ 151.617
155.46/156.02	c #Conflicts:     290000 | #Constraints:     132622
155.46/156.02	c bounds - >= 1876 @ 151.764
157.56/158.20	c #Conflicts:     291000 | #Constraints:     133637
157.56/158.20	c #Conflicts:     292000 | #Constraints:     134637
157.56/158.20	c bounds - >= 1877 @ 153.906
157.86/158.46	c #Conflicts:     293000 | #Constraints:     135652
157.86/158.46	c #Conflicts:     294000 | #Constraints:     136652
157.86/158.46	c bounds - >= 1878 @ 154.163
158.46/159.07	c #Conflicts:     295000 | #Constraints:     137667
158.46/159.07	c #Conflicts:     296000 | #Constraints:     138667
158.46/159.07	c #Conflicts:     297000 | #Constraints:     139667
158.46/159.07	c #Conflicts:     298000 | #Constraints:     140667
158.46/159.07	c bounds - >= 1879 @ 154.748
162.35/162.98	c #Conflicts:     299000 | #Constraints:     141682
162.35/162.98	c #Conflicts:     300000 | #Constraints:     142682
162.35/162.98	c #Conflicts:     301000 | #Constraints:     143682
162.35/162.98	c #Conflicts:     302000 | #Constraints:     144682
162.35/162.98	c #Conflicts:     303000 | #Constraints:     145682
162.35/162.98	c bounds - >= 1880 @ 158.592
166.43/167.01	c #Conflicts:     304000 | #Constraints:     146694
166.43/167.01	c #Conflicts:     305000 | #Constraints:     147694
166.43/167.01	c #Conflicts:     306000 | #Constraints:     148694
166.43/167.01	c #Conflicts:     307000 | #Constraints:     149694
166.43/167.01	c #Conflicts:     308000 | #Constraints:     150694
166.43/167.01	c #Conflicts:     309000 | #Constraints:     151694
166.43/167.01	c #Conflicts:     310000 | #Constraints:     152694
166.43/167.01	c #Conflicts:     311000 | #Constraints:     153694
166.43/167.01	c bounds - >= 1881 @ 162.544
170.53/171.16	c #Conflicts:     312000 | #Constraints:     154712
170.53/171.16	c #Conflicts:     313000 | #Constraints:     155712
170.53/171.16	c #Conflicts:     314000 | #Constraints:     156712
170.53/171.16	c #Conflicts:     315000 | #Constraints:     157712
170.53/171.16	c #Conflicts:     316000 | #Constraints:     158712
170.53/171.16	c #Conflicts:     317000 | #Constraints:     159712
170.53/171.16	c #Conflicts:     318000 | #Constraints:     160712
170.53/171.16	c #Conflicts:     319000 | #Constraints:     161712
170.53/171.16	c INPROCESSING
170.53/171.16	c GARBAGE COLLECT
170.53/171.16	c rational objective 1881
171.02/171.65	c bounds - >= 1882 @ 167.114
171.02/171.65	c bounds - >= 1883 @ 167.114
171.02/171.66	c bounds - >= 1884 @ 167.119
171.02/171.67	c bounds - >= 1885 @ 167.121
171.02/171.67	c bounds - >= 1886 @ 167.122
171.02/171.67	c bounds - >= 1887 @ 167.124
171.02/171.67	c bounds - >= 1888 @ 167.125
171.02/171.68	c bounds - >= 1889 @ 167.127
171.02/171.68	c bounds - >= 1890 @ 167.129
171.02/171.68	c bounds - >= 1891 @ 167.13
171.02/171.68	c bounds - >= 1892 @ 167.131
171.02/171.68	c bounds - >= 1893 @ 167.131
171.02/171.69	c bounds - >= 1894 @ 167.132
171.02/171.69	c bounds - >= 1895 @ 167.133
171.02/171.69	c bounds - >= 1896 @ 167.135
171.02/171.69	c bounds - >= 1897 @ 167.136
171.02/171.69	c bounds - >= 1898 @ 167.138
171.02/171.69	c bounds - >= 1899 @ 167.14
171.12/171.70	c bounds - >= 1900 @ 167.142
171.12/171.70	c bounds - >= 1901 @ 167.144
171.12/171.70	c bounds - >= 1902 @ 167.144
171.12/171.70	c bounds - >= 1903 @ 167.146
171.12/171.71	c bounds - >= 1904 @ 167.148
171.12/171.71	c bounds - >= 1905 @ 167.15
171.12/171.71	c bounds - >= 1906 @ 167.152
171.12/171.71	c bounds - >= 1907 @ 167.156
171.12/171.72	c bounds - >= 1908 @ 167.159
171.12/171.72	c bounds - >= 1909 @ 167.162
171.12/171.73	c bounds - >= 1910 @ 167.169
171.12/171.74	c bounds - >= 1911 @ 167.177
171.12/171.75	c #Conflicts:     320000 | #Constraints:     130168
171.12/171.75	c bounds - >= 1912 @ 167.189
171.12/171.77	c bounds - >= 1913 @ 167.204
174.10/174.72	c bounds - >= 1914 @ 170.11
174.10/174.74	c bounds - >= 1915 @ 170.126
174.10/174.76	c #Conflicts:     321000 | #Constraints:     131243
174.10/174.76	c bounds - >= 1916 @ 170.153
174.21/174.81	c bounds - >= 1917 @ 170.193
174.21/174.85	c #Conflicts:     322000 | #Constraints:     132276
174.21/174.85	c bounds - >= 1918 @ 170.237
174.31/174.91	c #Conflicts:     323000 | #Constraints:     133291
174.31/174.91	c bounds - >= 1919 @ 170.289
174.31/174.99	c bounds - >= 1920 @ 170.373
174.51/175.12	c #Conflicts:     324000 | #Constraints:     134330
174.51/175.12	c #Conflicts:     325000 | #Constraints:     135330
174.51/175.12	c bounds - >= 1921 @ 170.496
174.61/175.25	c #Conflicts:     326000 | #Constraints:     136345
174.61/175.25	c bounds - >= 1922 @ 170.62
174.80/175.42	c #Conflicts:     327000 | #Constraints:     137363
174.80/175.42	c bounds - >= 1923 @ 170.791
175.10/175.72	c #Conflicts:     328000 | #Constraints:     138375
175.10/175.72	c #Conflicts:     329000 | #Constraints:     139375
175.10/175.72	c bounds - >= 1924 @ 171.066
178.00/178.64	c #Conflicts:     330000 | #Constraints:     140387
178.00/178.64	c #Conflicts:     331000 | #Constraints:     141387
178.00/178.64	c #Conflicts:     332000 | #Constraints:     142387
178.00/178.64	c #Conflicts:     333000 | #Constraints:     143387
178.00/178.64	c bounds - >= 1925 @ 173.929
180.49/181.14	c #Conflicts:     334000 | #Constraints:     144402
180.49/181.14	c #Conflicts:     335000 | #Constraints:     145402
180.49/181.14	c #Conflicts:     336000 | #Constraints:     146402
180.49/181.14	c #Conflicts:     337000 | #Constraints:     147402
180.49/181.14	c #Conflicts:     338000 | #Constraints:     148402
180.49/181.14	c bounds - >= 1926 @ 176.383
181.99/182.60	c #Conflicts:     339000 | #Constraints:     149420
181.99/182.60	c #Conflicts:     340000 | #Constraints:     150420
181.99/182.60	c #Conflicts:     341000 | #Constraints:     151420
181.99/182.60	c #Conflicts:     342000 | #Constraints:     152420
181.99/182.60	c #Conflicts:     343000 | #Constraints:     153420
181.99/182.60	c #Conflicts:     344000 | #Constraints:     154420
181.99/182.60	c #Conflicts:     345000 | #Constraints:     155420
181.99/182.60	c bounds - >= 1927 @ 177.804
187.81/188.54	c #Conflicts:     346000 | #Constraints:     156429
187.81/188.54	c #Conflicts:     347000 | #Constraints:     157429
187.81/188.54	c #Conflicts:     348000 | #Constraints:     158429
187.81/188.54	c #Conflicts:     349000 | #Constraints:     159429
187.81/188.54	c #Conflicts:     350000 | #Constraints:     160429
187.81/188.54	c #Conflicts:     351000 | #Constraints:     161429
187.81/188.54	c #Conflicts:     352000 | #Constraints:     162429
187.81/188.54	c #Conflicts:     353000 | #Constraints:     163429
187.81/188.54	c #Conflicts:     354000 | #Constraints:     164429
187.81/188.54	c #Conflicts:     355000 | #Constraints:     165429
187.81/188.54	c #Conflicts:     356000 | #Constraints:     166429
187.81/188.54	c #Conflicts:     357000 | #Constraints:     167429
187.81/188.54	c INPROCESSING
187.81/188.54	c GARBAGE COLLECT
187.81/188.54	c rational objective 1927
188.31/189.03	c bounds - >= 1928 @ 184.041
188.31/189.03	c bounds - >= 1929 @ 184.041
188.31/189.04	c bounds - >= 1930 @ 184.042
188.31/189.04	c bounds - >= 1931 @ 184.043
188.31/189.04	c bounds - >= 1932 @ 184.044
188.31/189.04	c bounds - >= 1933 @ 184.047
188.31/189.05	c bounds - >= 1934 @ 184.048
188.31/189.05	c bounds - >= 1935 @ 184.05
188.31/189.06	c bounds - >= 1936 @ 184.052
188.31/189.06	c bounds - >= 1937 @ 184.053
188.31/189.06	c bounds - >= 1938 @ 184.057
188.31/189.06	c bounds - >= 1939 @ 184.058
188.31/189.07	c bounds - >= 1940 @ 184.06
188.31/189.07	c bounds - >= 1941 @ 184.063
188.31/189.08	c bounds - >= 1942 @ 184.067
188.31/189.08	c #Conflicts:     358000 | #Constraints:     133438
188.31/189.08	c bounds - >= 1943 @ 184.072
188.31/189.09	c bounds - >= 1944 @ 184.076
188.31/189.09	c bounds - >= 1945 @ 184.081
188.31/189.10	c bounds - >= 1946 @ 184.086
188.41/189.10	c bounds - >= 1947 @ 184.092
188.41/189.11	c bounds - >= 1948 @ 184.099
188.41/189.12	c bounds - >= 1949 @ 184.108
188.41/189.13	c bounds - >= 1950 @ 184.114
191.10/191.86	c bounds - >= 1951 @ 186.812
191.10/191.88	c #Conflicts:     359000 | #Constraints:     134618
191.10/191.88	c bounds - >= 1952 @ 186.825
191.10/191.89	c bounds - >= 1953 @ 186.838
191.20/191.91	c bounds - >= 1954 @ 186.857
191.20/191.93	c bounds - >= 1955 @ 186.872
191.20/191.95	c #Conflicts:     360000 | #Constraints:     135696
191.20/191.95	c bounds - >= 1956 @ 186.896
191.20/191.98	c bounds - >= 1957 @ 186.921
191.31/192.02	c bounds - >= 1958 @ 186.955
191.31/192.07	c #Conflicts:     361000 | #Constraints:     136753
191.31/192.07	c bounds - >= 1959 @ 187.006
191.41/192.11	c bounds - >= 1960 @ 187.041
191.41/192.17	c #Conflicts:     362000 | #Constraints:     137789
191.41/192.17	c bounds - >= 1961 @ 187.09
191.49/192.26	c bounds - >= 1962 @ 187.179
191.60/192.36	c #Conflicts:     363000 | #Constraints:     138831
191.60/192.36	c bounds - >= 1963 @ 187.273
191.80/192.54	c #Conflicts:     364000 | #Constraints:     139849
191.80/192.54	c #Conflicts:     365000 | #Constraints:     140849
191.80/192.54	c bounds - >= 1964 @ 187.446
191.99/192.76	c #Conflicts:     366000 | #Constraints:     141864
191.99/192.76	c bounds - >= 1965 @ 187.662
192.20/193.00	c #Conflicts:     367000 | #Constraints:     142882
192.20/193.00	c #Conflicts:     368000 | #Constraints:     143882
192.20/193.00	c bounds - >= 1966 @ 187.892
194.49/195.23	c #Conflicts:     369000 | #Constraints:     144900
194.49/195.23	c #Conflicts:     370000 | #Constraints:     145900
194.49/195.23	c bounds - >= 1967 @ 190.077
194.89/195.65	c #Conflicts:     371000 | #Constraints:     146918
194.89/195.65	c #Conflicts:     372000 | #Constraints:     147918
194.89/195.65	c #Conflicts:     373000 | #Constraints:     148918
194.89/195.65	c bounds - >= 1968 @ 190.499
197.39/198.17	c #Conflicts:     374000 | #Constraints:     149933
197.39/198.17	c #Conflicts:     375000 | #Constraints:     150933
197.39/198.17	c #Conflicts:     376000 | #Constraints:     151933
197.39/198.17	c #Conflicts:     377000 | #Constraints:     152933
197.39/198.17	c bounds - >= 1969 @ 192.97
198.29/199.09	c #Conflicts:     378000 | #Constraints:     153948
198.29/199.09	c #Conflicts:     379000 | #Constraints:     154948
198.29/199.09	c #Conflicts:     380000 | #Constraints:     155948
198.29/199.09	c #Conflicts:     381000 | #Constraints:     156948
198.29/199.09	c bounds - >= 1970 @ 193.862
207.26/208.08	c #Conflicts:     382000 | #Constraints:     157963
207.26/208.08	c #Conflicts:     383000 | #Constraints:     158963
207.26/208.08	c #Conflicts:     384000 | #Constraints:     159963
207.26/208.08	c #Conflicts:     385000 | #Constraints:     160963
207.26/208.08	c #Conflicts:     386000 | #Constraints:     161963
207.26/208.08	c #Conflicts:     387000 | #Constraints:     162963
207.26/208.08	c #Conflicts:     388000 | #Constraints:     163963
207.26/208.08	c #Conflicts:     389000 | #Constraints:     164963
207.26/208.08	c #Conflicts:     390000 | #Constraints:     165963
207.26/208.08	c #Conflicts:     391000 | #Constraints:     166963
207.26/208.08	c #Conflicts:     392000 | #Constraints:     167963
207.26/208.08	c #Conflicts:     393000 | #Constraints:     168963
207.26/208.08	c #Conflicts:     394000 | #Constraints:     169963
207.26/208.08	c #Conflicts:     395000 | #Constraints:     170963
207.26/208.08	c #Conflicts:     396000 | #Constraints:     171963
207.26/208.08	c #Conflicts:     397000 | #Constraints:     172963
207.26/208.08	c INPROCESSING
207.26/208.08	c GARBAGE COLLECT
207.26/208.08	c rational objective 1970
207.76/208.57	c bounds - >= 1971 @ 203.18
207.76/208.58	c bounds - >= 1972 @ 203.182
207.76/208.58	c bounds - >= 1973 @ 203.184
207.76/208.58	c bounds - >= 1974 @ 203.188
207.76/208.59	c bounds - >= 1975 @ 203.189
207.76/208.59	c bounds - >= 1976 @ 203.19
207.76/208.59	c bounds - >= 1977 @ 203.192
207.76/208.59	c bounds - >= 1978 @ 203.194
207.85/208.60	c bounds - >= 1979 @ 203.195
207.85/208.60	c bounds - >= 1980 @ 203.197
207.85/208.60	c bounds - >= 1981 @ 203.199
207.85/208.60	c bounds - >= 1982 @ 203.201
207.85/208.61	c bounds - >= 1983 @ 203.203
207.85/208.61	c bounds - >= 1984 @ 203.205
207.85/208.61	c bounds - >= 1985 @ 203.206
207.85/208.61	c bounds - >= 1986 @ 203.208
207.85/208.61	c #Conflicts:     398000 | #Constraints:     136231
207.85/208.61	c bounds - >= 1987 @ 203.209
207.85/208.62	c bounds - >= 1988 @ 203.212
207.85/208.62	c bounds - >= 1989 @ 203.215
207.85/208.62	c bounds - >= 1990 @ 203.218
207.85/208.63	c bounds - >= 1991 @ 203.221
207.85/208.64	c bounds - >= 1992 @ 203.228
207.85/208.65	c bounds - >= 1993 @ 203.237
207.85/208.66	c bounds - >= 1994 @ 203.245
207.85/208.67	c bounds - >= 1995 @ 203.254
207.85/208.68	c #Conflicts:     399000 | #Constraints:     137393
207.85/208.68	c bounds - >= 1996 @ 203.265
207.85/208.69	c bounds - >= 1997 @ 203.279
207.96/208.71	c bounds - >= 1998 @ 203.299
209.85/210.68	c bounds - >= 1999 @ 205.233
209.95/210.70	c #Conflicts:     400000 | #Constraints:     138462
209.95/210.70	c bounds - >= 2000 @ 205.256
209.95/210.73	c bounds - >= 2001 @ 205.283
209.95/210.78	c #Conflicts:     401000 | #Constraints:     139501
209.95/210.78	c bounds - >= 2002 @ 205.326
210.05/210.81	c bounds - >= 2003 @ 205.359
210.05/210.85	c bounds - >= 2004 @ 205.393
210.15/210.93	c #Conflicts:     402000 | #Constraints:     140558
210.15/210.93	c bounds - >= 2005 @ 205.465
210.15/211.00	c #Conflicts:     403000 | #Constraints:     141570
210.15/211.00	c bounds - >= 2006 @ 205.531
210.25/211.05	c bounds - >= 2007 @ 205.578
210.35/211.16	c #Conflicts:     404000 | #Constraints:     142606
210.35/211.16	c bounds - >= 2008 @ 205.683
210.55/211.37	c #Conflicts:     405000 | #Constraints:     143624
210.55/211.37	c #Conflicts:     406000 | #Constraints:     144624
210.55/211.37	c bounds - >= 2009 @ 205.882
213.24/214.05	c #Conflicts:     407000 | #Constraints:     145636
213.24/214.05	c #Conflicts:     408000 | #Constraints:     146636
213.24/214.05	c #Conflicts:     409000 | #Constraints:     147636
213.24/214.05	c bounds - >= 2010 @ 208.524
213.64/214.49	c #Conflicts:     410000 | #Constraints:     148657
213.64/214.49	c #Conflicts:     411000 | #Constraints:     149657
213.64/214.49	c bounds - >= 2011 @ 208.946
214.14/215.00	c #Conflicts:     412000 | #Constraints:     150672
214.14/215.00	c #Conflicts:     413000 | #Constraints:     151672
214.14/215.00	c #Conflicts:     414000 | #Constraints:     152672
214.14/215.00	c bounds - >= 2012 @ 209.447
216.73/217.56	c #Conflicts:     415000 | #Constraints:     153684
216.73/217.56	c #Conflicts:     416000 | #Constraints:     154684
216.73/217.56	c #Conflicts:     417000 | #Constraints:     155684
216.73/217.56	c #Conflicts:     418000 | #Constraints:     156684
216.73/217.56	c #Conflicts:     419000 | #Constraints:     157684
216.73/217.56	c bounds - >= 2013 @ 211.966
217.97/218.84	c #Conflicts:     420000 | #Constraints:     158696
217.97/218.84	c #Conflicts:     421000 | #Constraints:     159696
217.97/218.84	c #Conflicts:     422000 | #Constraints:     160696
217.97/218.84	c #Conflicts:     423000 | #Constraints:     161696
217.97/218.84	c #Conflicts:     424000 | #Constraints:     162696
217.97/218.84	c #Conflicts:     425000 | #Constraints:     163696
217.97/218.84	c bounds - >= 2014 @ 213.153
221.75/222.62	c #Conflicts:     426000 | #Constraints:     164711
221.75/222.62	c #Conflicts:     427000 | #Constraints:     165711
221.75/222.62	c #Conflicts:     428000 | #Constraints:     166711
221.75/222.62	c #Conflicts:     429000 | #Constraints:     167711
221.75/222.62	c #Conflicts:     430000 | #Constraints:     168711
221.75/222.62	c #Conflicts:     431000 | #Constraints:     169711
221.75/222.62	c #Conflicts:     432000 | #Constraints:     170711
221.75/222.62	c bounds - >= 2015 @ 216.866
225.52/226.49	c #Conflicts:     433000 | #Constraints:     171726
225.52/226.49	c #Conflicts:     434000 | #Constraints:     172726
225.52/226.49	c #Conflicts:     435000 | #Constraints:     173726
225.52/226.49	c #Conflicts:     436000 | #Constraints:     174726
225.52/226.49	c #Conflicts:     437000 | #Constraints:     175726
225.52/226.49	c #Conflicts:     438000 | #Constraints:     176726
225.52/226.49	c #Conflicts:     439000 | #Constraints:     177726
225.52/226.49	c #Conflicts:     440000 | #Constraints:     178726
225.52/226.49	c INPROCESSING
225.52/226.49	c GARBAGE COLLECT
225.52/226.49	c rational objective 2015
226.01/226.99	c bounds - >= 2016 @ 221.104
226.01/226.99	c bounds - >= 2017 @ 221.106
226.01/226.99	c bounds - >= 2018 @ 221.108
226.01/227.00	c bounds - >= 2019 @ 221.11
226.01/227.00	c bounds - >= 2020 @ 221.111
226.01/227.00	c bounds - >= 2021 @ 221.111
226.12/227.00	c bounds - >= 2022 @ 221.113
226.12/227.00	c bounds - >= 2023 @ 221.114
226.12/227.01	c bounds - >= 2024 @ 221.115
226.12/227.01	c bounds - >= 2025 @ 221.116
226.12/227.01	c bounds - >= 2026 @ 221.117
226.12/227.01	c bounds - >= 2027 @ 221.118
226.12/227.01	c bounds - >= 2028 @ 221.121
226.12/227.02	c bounds - >= 2029 @ 221.124
226.12/227.02	c bounds - >= 2030 @ 221.128
226.12/227.02	c bounds - >= 2031 @ 221.13
226.12/227.03	c bounds - >= 2032 @ 221.135
226.12/227.03	c bounds - >= 2033 @ 221.14
227.89/228.83	c bounds - >= 2034 @ 222.877
227.89/228.84	c bounds - >= 2035 @ 222.887
227.89/228.86	c #Conflicts:     441000 | #Constraints:     141280
227.89/228.86	c bounds - >= 2036 @ 222.905
227.89/228.87	c bounds - >= 2037 @ 222.918
227.89/228.89	c bounds - >= 2038 @ 222.934
228.00/228.92	c #Conflicts:     442000 | #Constraints:     142325
228.00/228.92	c bounds - >= 2039 @ 222.965
228.00/228.97	c bounds - >= 2040 @ 223.007
228.10/229.02	c #Conflicts:     443000 | #Constraints:     143367
228.10/229.02	c bounds - >= 2041 @ 223.049
228.10/229.09	c #Conflicts:     444000 | #Constraints:     144379
228.10/229.09	c bounds - >= 2042 @ 223.109
228.20/229.19	c #Conflicts:     445000 | #Constraints:     145397
228.20/229.19	c bounds - >= 2043 @ 223.208
228.38/229.37	c #Conflicts:     446000 | #Constraints:     146412
228.38/229.37	c bounds - >= 2044 @ 223.379
228.59/229.54	c #Conflicts:     447000 | #Constraints:     147427
228.59/229.54	c #Conflicts:     448000 | #Constraints:     148427
228.59/229.54	c bounds - >= 2045 @ 223.536
231.46/232.40	c #Conflicts:     449000 | #Constraints:     149445
231.46/232.40	c #Conflicts:     450000 | #Constraints:     150445
231.46/232.40	c bounds - >= 2046 @ 226.309
231.76/232.79	c #Conflicts:     451000 | #Constraints:     151463
231.76/232.79	c #Conflicts:     452000 | #Constraints:     152463
231.76/232.79	c #Conflicts:     453000 | #Constraints:     153463
231.76/232.79	c bounds - >= 2047 @ 226.683
234.72/235.77	c #Conflicts:     454000 | #Constraints:     154475
234.72/235.77	c #Conflicts:     455000 | #Constraints:     155475
234.72/235.77	c #Conflicts:     456000 | #Constraints:     156475
234.72/235.77	c #Conflicts:     457000 | #Constraints:     157475
234.72/235.77	c #Conflicts:     458000 | #Constraints:     158475
234.72/235.77	c bounds - >= 2048 @ 229.566
235.91/236.98	c #Conflicts:     459000 | #Constraints:     159487
235.91/236.98	c #Conflicts:     460000 | #Constraints:     160487
235.91/236.98	c #Conflicts:     461000 | #Constraints:     161487
235.91/236.98	c #Conflicts:     462000 | #Constraints:     162487
235.91/236.98	c #Conflicts:     463000 | #Constraints:     163487
235.91/236.98	c #Conflicts:     464000 | #Constraints:     164487
235.91/236.98	c bounds - >= 2049 @ 230.706
249.97/251.19	c #Conflicts:     465000 | #Constraints:     165505
249.97/251.19	c #Conflicts:     466000 | #Constraints:     166505
249.97/251.19	c #Conflicts:     467000 | #Constraints:     167505
249.97/251.19	c #Conflicts:     468000 | #Constraints:     168505
249.97/251.19	c #Conflicts:     469000 | #Constraints:     169505
249.97/251.19	c #Conflicts:     470000 | #Constraints:     170505
249.97/251.19	c #Conflicts:     471000 | #Constraints:     171505
249.97/251.19	c #Conflicts:     472000 | #Constraints:     172505
249.97/251.19	c #Conflicts:     473000 | #Constraints:     173505
249.97/251.19	c #Conflicts:     474000 | #Constraints:     174505
249.97/251.19	c #Conflicts:     475000 | #Constraints:     175505
249.97/251.19	c #Conflicts:     476000 | #Constraints:     176505
249.97/251.19	c #Conflicts:     477000 | #Constraints:     177505
249.97/251.19	c #Conflicts:     478000 | #Constraints:     178505
249.97/251.19	c #Conflicts:     479000 | #Constraints:     179505
249.97/251.19	c #Conflicts:     480000 | #Constraints:     180505
249.97/251.19	c #Conflicts:     481000 | #Constraints:     181505
249.97/251.19	c #Conflicts:     482000 | #Constraints:     182505
249.97/251.19	c #Conflicts:     483000 | #Constraints:     183505
249.97/251.19	c #Conflicts:     484000 | #Constraints:     184505
249.97/251.19	c INPROCESSING
249.97/251.19	c GARBAGE COLLECT
249.97/251.19	c rational objective 2049
252.74/253.91	c #Conflicts:     485000 | #Constraints:     144725
252.74/253.91	c bounds - >= 2050 @ 247.162
252.74/253.96	c bounds - >= 2051 @ 247.209
252.84/254.04	c #Conflicts:     486000 | #Constraints:     145767
252.84/254.04	c bounds - >= 2052 @ 247.286
252.95/254.19	c #Conflicts:     487000 | #Constraints:     146785
252.95/254.19	c #Conflicts:     488000 | #Constraints:     147785
252.95/254.19	c bounds - >= 2053 @ 247.425
253.14/254.31	c #Conflicts:     489000 | #Constraints:     148797
253.14/254.31	c bounds - >= 2054 @ 247.538
253.24/254.43	c #Conflicts:     490000 | #Constraints:     149815
253.24/254.43	c bounds - >= 2055 @ 247.646
253.34/254.54	c #Conflicts:     491000 | #Constraints:     150830
253.34/254.54	c bounds - >= 2056 @ 247.758
253.54/254.70	c #Conflicts:     492000 | #Constraints:     151845
253.54/254.70	c bounds - >= 2057 @ 247.902
255.71/256.97	c #Conflicts:     493000 | #Constraints:     152866
255.71/256.97	c #Conflicts:     494000 | #Constraints:     153866
255.71/256.97	c bounds - >= 2058 @ 250.121
256.11/257.32	c #Conflicts:     495000 | #Constraints:     154881
256.11/257.32	c #Conflicts:     496000 | #Constraints:     155881
256.11/257.32	c bounds - >= 2059 @ 250.459
256.61/257.87	c #Conflicts:     497000 | #Constraints:     156896
256.61/257.87	c #Conflicts:     498000 | #Constraints:     157896
256.61/257.87	c #Conflicts:     499000 | #Constraints:     158896
256.61/257.87	c bounds - >= 2060 @ 250.982
259.60/260.80	c #Conflicts:     500000 | #Constraints:     159911
259.60/260.80	c #Conflicts:     501000 | #Constraints:     160911
259.60/260.80	c #Conflicts:     502000 | #Constraints:     161911
259.60/260.80	c bounds - >= 2061 @ 253.867
260.30/261.50	c #Conflicts:     503000 | #Constraints:     162926
260.30/261.50	c #Conflicts:     504000 | #Constraints:     163926
260.30/261.50	c #Conflicts:     505000 | #Constraints:     164926
260.30/261.50	c #Conflicts:     506000 | #Constraints:     165926
260.30/261.50	c bounds - >= 2062 @ 254.544
263.48/264.76	c #Conflicts:     507000 | #Constraints:     166941
263.48/264.76	c #Conflicts:     508000 | #Constraints:     167941
263.48/264.76	c #Conflicts:     509000 | #Constraints:     168941
263.48/264.76	c #Conflicts:     510000 | #Constraints:     169941
263.48/264.76	c #Conflicts:     511000 | #Constraints:     170941
263.48/264.76	c #Conflicts:     512000 | #Constraints:     171941
263.48/264.76	c bounds - >= 2063 @ 257.74
268.97/270.22	c #Conflicts:     513000 | #Constraints:     172956
268.97/270.22	c #Conflicts:     514000 | #Constraints:     173956
268.97/270.22	c #Conflicts:     515000 | #Constraints:     174956
268.97/270.22	c #Conflicts:     516000 | #Constraints:     175956
268.97/270.22	c #Conflicts:     517000 | #Constraints:     176956
268.97/270.22	c #Conflicts:     518000 | #Constraints:     177956
268.97/270.22	c #Conflicts:     519000 | #Constraints:     178956
268.97/270.22	c #Conflicts:     520000 | #Constraints:     179956
268.97/270.22	c #Conflicts:     521000 | #Constraints:     180956
268.97/270.22	c #Conflicts:     522000 | #Constraints:     181956
268.97/270.22	c #Conflicts:     523000 | #Constraints:     182956
268.97/270.22	c #Conflicts:     524000 | #Constraints:     183956
268.97/270.22	c bounds - >= 2064 @ 263.096
272.86/274.17	c #Conflicts:     525000 | #Constraints:     184971
272.86/274.17	c #Conflicts:     526000 | #Constraints:     185971
272.86/274.17	c #Conflicts:     527000 | #Constraints:     186971
272.86/274.17	c #Conflicts:     528000 | #Constraints:     187971
272.86/274.17	c #Conflicts:     529000 | #Constraints:     188971
272.86/274.17	c #Conflicts:     530000 | #Constraints:     189971
272.86/274.17	c INPROCESSING
272.86/274.17	c GARBAGE COLLECT
272.86/274.17	c rational objective 2064
273.35/274.66	c bounds - >= 2065 @ 267.472
273.35/274.66	c bounds - >= 2066 @ 267.476
277.34/278.65	c #Conflicts:     531000 | #Constraints:     148092
277.34/278.65	c #Conflicts:     532000 | #Constraints:     149092
277.34/278.65	c #Conflicts:     533000 | #Constraints:     150092
277.34/278.65	c #Conflicts:     534000 | #Constraints:     151092
277.34/278.65	c #Conflicts:     535000 | #Constraints:     152092
277.34/278.65	c #Conflicts:     536000 | #Constraints:     153092
277.34/278.65	c #Conflicts:     537000 | #Constraints:     154092
277.34/278.65	c #Conflicts:     538000 | #Constraints:     155092
277.34/278.65	c #Conflicts:     539000 | #Constraints:     156092
277.34/278.65	c #Conflicts:     540000 | #Constraints:     157092
277.34/278.65	c #Conflicts:     541000 | #Constraints:     158092
277.34/278.65	c #Conflicts:     542000 | #Constraints:     159092
277.34/278.65	c bounds - >= 2067 @ 271.374
297.84/299.21	c #Conflicts:     543000 | #Constraints:     160116
297.84/299.21	c #Conflicts:     544000 | #Constraints:     161116
297.84/299.21	c #Conflicts:     545000 | #Constraints:     162116
297.84/299.21	c #Conflicts:     546000 | #Constraints:     163116
297.84/299.21	c #Conflicts:     547000 | #Constraints:     164116
297.84/299.21	c #Conflicts:     548000 | #Constraints:     165116
297.84/299.21	c #Conflicts:     549000 | #Constraints:     166116
297.84/299.21	c #Conflicts:     550000 | #Constraints:     167116
297.84/299.21	c #Conflicts:     551000 | #Constraints:     168116
297.84/299.21	c #Conflicts:     552000 | #Constraints:     169116
297.84/299.21	c #Conflicts:     553000 | #Constraints:     170116
297.84/299.21	c #Conflicts:     554000 | #Constraints:     171116
297.84/299.21	c #Conflicts:     555000 | #Constraints:     172116
297.84/299.21	c #Conflicts:     556000 | #Constraints:     173116
297.84/299.21	c #Conflicts:     557000 | #Constraints:     174116
297.84/299.21	c #Conflicts:     558000 | #Constraints:     175116
297.84/299.21	c #Conflicts:     559000 | #Constraints:     176116
297.84/299.21	c #Conflicts:     560000 | #Constraints:     177116
297.84/299.21	c #Conflicts:     561000 | #Constraints:     178116
297.84/299.21	c #Conflicts:     562000 | #Constraints:     179116
297.84/299.21	c #Conflicts:     563000 | #Constraints:     180116
297.84/299.21	c #Conflicts:     564000 | #Constraints:     181116
297.84/299.21	c #Conflicts:     565000 | #Constraints:     182116
297.84/299.21	c #Conflicts:     566000 | #Constraints:     183116
297.84/299.21	c #Conflicts:     567000 | #Constraints:     184116
297.84/299.21	c #Conflicts:     568000 | #Constraints:     185116
297.84/299.21	c #Conflicts:     569000 | #Constraints:     186116
297.84/299.21	c #Conflicts:     570000 | #Constraints:     187116
297.84/299.21	c #Conflicts:     571000 | #Constraints:     188116
297.84/299.21	c #Conflicts:     572000 | #Constraints:     189116
297.84/299.21	c #Conflicts:     573000 | #Constraints:     190116
297.84/299.21	c #Conflicts:     574000 | #Constraints:     191116
297.84/299.21	c #Conflicts:     575000 | #Constraints:     192116
297.84/299.21	c #Conflicts:     576000 | #Constraints:     193116
297.84/299.21	c #Conflicts:     577000 | #Constraints:     194116
297.84/299.21	c #Conflicts:     578000 | #Constraints:     195116
297.84/299.21	c #Conflicts:     579000 | #Constraints:     196116
297.84/299.21	c INPROCESSING
297.84/299.21	c GARBAGE COLLECT
297.84/299.21	c rational objective 2067
298.34/299.70	c bounds - >= 2068 @ 292.008
298.34/299.72	c bounds - >= 2069 @ 292.025
300.34/301.73	c bounds - >= 2070 @ 294.01
300.34/301.76	c bounds - >= 2071 @ 294.036
300.34/301.79	c #Conflicts:     580000 | #Constraints:     150049
300.34/301.79	c bounds - >= 2072 @ 294.065
300.43/301.83	c bounds - >= 2073 @ 294.095
300.43/301.89	c bounds - >= 2074 @ 294.155
300.54/301.93	c #Conflicts:     581000 | #Constraints:     151094
300.54/301.93	c bounds - >= 2075 @ 294.195
300.64/302.01	c #Conflicts:     582000 | #Constraints:     152109
300.64/302.01	c bounds - >= 2076 @ 294.276
300.64/302.09	c bounds - >= 2077 @ 294.345
300.83/302.24	c #Conflicts:     583000 | #Constraints:     153139
300.83/302.24	c bounds - >= 2078 @ 294.498
301.03/302.40	c #Conflicts:     584000 | #Constraints:     154151
301.03/302.40	c bounds - >= 2079 @ 294.648
301.43/302.88	c #Conflicts:     585000 | #Constraints:     155166
301.43/302.88	c #Conflicts:     586000 | #Constraints:     156166
301.43/302.88	c #Conflicts:     587000 | #Constraints:     157166
301.43/302.88	c bounds - >= 2080 @ 295.118
304.02/305.40	c #Conflicts:     588000 | #Constraints:     158184
304.02/305.40	c #Conflicts:     589000 | #Constraints:     159184
304.02/305.40	c #Conflicts:     590000 | #Constraints:     160184
304.02/305.40	c #Conflicts:     591000 | #Constraints:     161184
304.02/305.40	c bounds - >= 2081 @ 297.579
304.62/306.09	c #Conflicts:     592000 | #Constraints:     162196
304.62/306.09	c #Conflicts:     593000 | #Constraints:     163196
304.62/306.09	c #Conflicts:     594000 | #Constraints:     164196
304.62/306.09	c bounds - >= 2082 @ 298.254
304.92/306.33	c #Conflicts:     595000 | #Constraints:     165208
304.92/306.33	c bounds - >= 2083 @ 298.49
304.92/306.34	c bounds - >= 2084 @ 298.492
307.61/309.02	c #Conflicts:     596000 | #Constraints:     166214
307.61/309.02	c bounds - >= 2085 @ 301.136
308.31/309.72	c #Conflicts:     597000 | #Constraints:     167232
308.31/309.72	c #Conflicts:     598000 | #Constraints:     168232
308.31/309.72	c #Conflicts:     599000 | #Constraints:     169232
308.31/309.72	c bounds - >= 2086 @ 301.826
308.41/309.89	c #Conflicts:     600000 | #Constraints:     170244
308.41/309.89	c bounds - >= 2087 @ 301.987
308.41/309.89	c bounds - >= 2088 @ 301.989
308.41/309.89	c bounds - >= 2089 @ 301.991
308.41/309.89	c bounds - >= 2090 @ 301.993
308.51/309.90	c bounds - >= 2091 @ 301.995
308.51/309.90	c bounds - >= 2092 @ 301.996
308.51/309.90	c bounds - >= 2093 @ 301.996
308.51/309.90	c bounds - >= 2094 @ 301.998
308.51/309.90	c bounds - >= 2095 @ 301.998
308.51/309.91	c bounds - >= 2096 @ 302.001
308.51/309.91	c bounds - >= 2097 @ 302.004
308.51/309.91	c bounds - >= 2098 @ 302.009
308.51/309.92	c bounds - >= 2099 @ 302.014
308.51/309.93	c bounds - >= 2100 @ 302.025
308.51/309.95	c #Conflicts:     601000 | #Constraints:     171431
308.51/309.95	c bounds - >= 2101 @ 302.036
308.51/310.00	c bounds - >= 2102 @ 302.051
308.58/310.02	c bounds - >= 2103 @ 302.068
308.58/310.06	c #Conflicts:     602000 | #Constraints:     172485
308.58/310.06	c bounds - >= 2104 @ 302.105
308.58/310.09	c bounds - >= 2105 @ 302.132
308.68/310.12	c bounds - >= 2106 @ 302.161
308.68/310.17	c #Conflicts:     603000 | #Constraints:     173545
308.68/310.17	c bounds - >= 2107 @ 302.211
308.78/310.24	c #Conflicts:     604000 | #Constraints:     174560
308.78/310.24	c bounds - >= 2108 @ 302.287
308.87/310.37	c #Conflicts:     605000 | #Constraints:     175578
308.87/310.37	c bounds - >= 2109 @ 302.412
311.37/312.81	c #Conflicts:     606000 | #Constraints:     176590
311.37/312.81	c bounds - >= 2110 @ 304.827
311.46/313.00	c #Conflicts:     607000 | #Constraints:     177602
311.46/313.00	c #Conflicts:     608000 | #Constraints:     178602
311.46/313.00	c bounds - >= 2111 @ 305.003
311.77/313.23	c #Conflicts:     609000 | #Constraints:     179626
311.77/313.23	c bounds - >= 2112 @ 305.231
312.06/313.51	c #Conflicts:     610000 | #Constraints:     180638
312.06/313.51	c #Conflicts:     611000 | #Constraints:     181638
312.06/313.51	c bounds - >= 2113 @ 305.504
312.57/314.03	c #Conflicts:     612000 | #Constraints:     182653
312.57/314.03	c #Conflicts:     613000 | #Constraints:     183653
312.57/314.03	c #Conflicts:     614000 | #Constraints:     184653
312.57/314.03	c bounds - >= 2114 @ 306.011
316.15/317.68	c #Conflicts:     615000 | #Constraints:     185668
316.15/317.68	c #Conflicts:     616000 | #Constraints:     186668
316.15/317.68	c #Conflicts:     617000 | #Constraints:     187668
316.15/317.68	c #Conflicts:     618000 | #Constraints:     188668
316.15/317.68	c #Conflicts:     619000 | #Constraints:     189668
316.15/317.68	c #Conflicts:     620000 | #Constraints:     190668
316.15/317.68	c #Conflicts:     621000 | #Constraints:     191668
316.15/317.68	c bounds - >= 2115 @ 309.587
320.14/321.68	c #Conflicts:     622000 | #Constraints:     192683
320.14/321.68	c #Conflicts:     623000 | #Constraints:     193683
320.14/321.68	c #Conflicts:     624000 | #Constraints:     194683
320.14/321.68	c #Conflicts:     625000 | #Constraints:     195683
320.14/321.68	c #Conflicts:     626000 | #Constraints:     196683
320.14/321.68	c #Conflicts:     627000 | #Constraints:     197683
320.14/321.68	c #Conflicts:     628000 | #Constraints:     198683
320.14/321.68	c #Conflicts:     629000 | #Constraints:     199683
320.14/321.68	c INPROCESSING
320.14/321.68	c GARBAGE COLLECT
320.14/321.68	c rational objective 2115
323.43/324.92	c #Conflicts:     630000 | #Constraints:     154758
323.43/324.92	c #Conflicts:     631000 | #Constraints:     155758
323.43/324.92	c #Conflicts:     632000 | #Constraints:     156758
323.43/324.92	c #Conflicts:     633000 | #Constraints:     157758
323.43/324.92	c #Conflicts:     634000 | #Constraints:     158758
323.43/324.92	c bounds - >= 2116 @ 316.707
328.52/330.06	c #Conflicts:     635000 | #Constraints:     159779
328.52/330.06	c #Conflicts:     636000 | #Constraints:     160779
328.52/330.06	c #Conflicts:     637000 | #Constraints:     161779
328.52/330.06	c #Conflicts:     638000 | #Constraints:     162779
328.52/330.06	c #Conflicts:     639000 | #Constraints:     163779
328.52/330.06	c #Conflicts:     640000 | #Constraints:     164779
328.52/330.06	c #Conflicts:     641000 | #Constraints:     165779
328.52/330.06	c #Conflicts:     642000 | #Constraints:     166779
328.52/330.06	c #Conflicts:     643000 | #Constraints:     167779
328.52/330.06	c #Conflicts:     644000 | #Constraints:     168779
328.52/330.06	c #Conflicts:     645000 | #Constraints:     169779
328.52/330.06	c #Conflicts:     646000 | #Constraints:     170779
328.52/330.06	c #Conflicts:     647000 | #Constraints:     171779
328.52/330.06	c bounds - >= 2117 @ 321.726
337.99/339.51	c #Conflicts:     648000 | #Constraints:     172794
337.99/339.51	c #Conflicts:     649000 | #Constraints:     173794
337.99/339.51	c #Conflicts:     650000 | #Constraints:     174794
337.99/339.51	c #Conflicts:     651000 | #Constraints:     175794
337.99/339.51	c #Conflicts:     652000 | #Constraints:     176794
337.99/339.51	c #Conflicts:     653000 | #Constraints:     177794
337.99/339.51	c #Conflicts:     654000 | #Constraints:     178794
337.99/339.51	c #Conflicts:     655000 | #Constraints:     179794
337.99/339.51	c #Conflicts:     656000 | #Constraints:     180794
337.99/339.51	c #Conflicts:     657000 | #Constraints:     181794
337.99/339.51	c #Conflicts:     658000 | #Constraints:     182794
337.99/339.51	c #Conflicts:     659000 | #Constraints:     183794
337.99/339.51	c #Conflicts:     660000 | #Constraints:     184794
337.99/339.51	c #Conflicts:     661000 | #Constraints:     185794
337.99/339.51	c #Conflicts:     662000 | #Constraints:     186794
337.99/339.51	c bounds - >= 2118 @ 331.038
351.15/352.70	c #Conflicts:     663000 | #Constraints:     187806
351.15/352.70	c #Conflicts:     664000 | #Constraints:     188806
351.15/352.70	c #Conflicts:     665000 | #Constraints:     189806
351.15/352.70	c #Conflicts:     666000 | #Constraints:     190806
351.15/352.70	c #Conflicts:     667000 | #Constraints:     191806
351.15/352.70	c #Conflicts:     668000 | #Constraints:     192806
351.15/352.70	c #Conflicts:     669000 | #Constraints:     193806
351.15/352.70	c #Conflicts:     670000 | #Constraints:     194806
351.15/352.70	c #Conflicts:     671000 | #Constraints:     195806
351.15/352.70	c #Conflicts:     672000 | #Constraints:     196806
351.15/352.70	c #Conflicts:     673000 | #Constraints:     197806
351.15/352.70	c #Conflicts:     674000 | #Constraints:     198806
351.15/352.70	c #Conflicts:     675000 | #Constraints:     199806
351.15/352.70	c #Conflicts:     676000 | #Constraints:     200806
351.15/352.70	c #Conflicts:     677000 | #Constraints:     201806
351.15/352.70	c #Conflicts:     678000 | #Constraints:     202806
351.15/352.70	c #Conflicts:     679000 | #Constraints:     203806
351.15/352.70	c #Conflicts:     680000 | #Constraints:     204806
351.15/352.70	c #Conflicts:     681000 | #Constraints:     205806
351.15/352.70	c INPROCESSING
351.15/352.70	c GARBAGE COLLECT
351.15/352.70	c rational objective 2118
352.45/354.08	c #Conflicts:     682000 | #Constraints:     156369
352.45/354.08	c bounds - >= 2119 @ 345.359
352.56/354.14	c #Conflicts:     683000 | #Constraints:     157393
352.56/354.14	c bounds - >= 2120 @ 345.414
352.56/354.18	c bounds - >= 2121 @ 345.461
352.65/354.25	c #Conflicts:     684000 | #Constraints:     158423
352.65/354.25	c bounds - >= 2122 @ 345.519
352.75/354.32	c #Conflicts:     685000 | #Constraints:     159441
352.75/354.32	c bounds - >= 2123 @ 345.578
353.74/355.39	c #Conflicts:     686000 | #Constraints:     160462
353.74/355.39	c bounds - >= 2124 @ 346.626
353.85/355.48	c #Conflicts:     687000 | #Constraints:     161477
353.85/355.48	c bounds - >= 2125 @ 346.715
353.94/355.58	c #Conflicts:     688000 | #Constraints:     162495
353.94/355.58	c bounds - >= 2126 @ 346.811
354.14/355.70	c #Conflicts:     689000 | #Constraints:     163510
354.14/355.70	c bounds - >= 2127 @ 346.921
354.35/355.90	c #Conflicts:     690000 | #Constraints:     164525
354.35/355.90	c #Conflicts:     691000 | #Constraints:     165525
354.35/355.90	c bounds - >= 2128 @ 347.117
356.64/358.20	c #Conflicts:     692000 | #Constraints:     166540
356.64/358.20	c #Conflicts:     693000 | #Constraints:     167540
356.64/358.20	c bounds - >= 2129 @ 349.366
357.04/358.67	c #Conflicts:     694000 | #Constraints:     168558
357.04/358.67	c #Conflicts:     695000 | #Constraints:     169558
357.04/358.67	c #Conflicts:     696000 | #Constraints:     170558
357.04/358.67	c bounds - >= 2130 @ 349.822
359.92/361.53	c #Conflicts:     697000 | #Constraints:     171573
359.92/361.53	c #Conflicts:     698000 | #Constraints:     172573
359.92/361.53	c #Conflicts:     699000 | #Constraints:     173573
359.92/361.53	c #Conflicts:     700000 | #Constraints:     174573
359.92/361.53	c #Conflicts:     701000 | #Constraints:     175573
359.92/361.53	c bounds - >= 2131 @ 352.619
360.62/362.24	c #Conflicts:     702000 | #Constraints:     176585
360.62/362.24	c #Conflicts:     703000 | #Constraints:     177585
360.62/362.24	c #Conflicts:     704000 | #Constraints:     178585
360.62/362.24	c #Conflicts:     705000 | #Constraints:     179585
360.62/362.24	c bounds - >= 2132 @ 353.31
363.91/365.56	c #Conflicts:     706000 | #Constraints:     180600
363.91/365.56	c #Conflicts:     707000 | #Constraints:     181600
363.91/365.56	c #Conflicts:     708000 | #Constraints:     182600
363.91/365.56	c #Conflicts:     709000 | #Constraints:     183600
363.91/365.56	c #Conflicts:     710000 | #Constraints:     184600
363.91/365.56	c #Conflicts:     711000 | #Constraints:     185600
363.91/365.56	c #Conflicts:     712000 | #Constraints:     186600
363.91/365.56	c bounds - >= 2133 @ 356.557
377.74/379.41	c #Conflicts:     713000 | #Constraints:     187615
377.74/379.41	c #Conflicts:     714000 | #Constraints:     188615
377.74/379.41	c #Conflicts:     715000 | #Constraints:     189615
377.74/379.41	c #Conflicts:     716000 | #Constraints:     190615
377.74/379.41	c #Conflicts:     717000 | #Constraints:     191615
377.74/379.41	c #Conflicts:     718000 | #Constraints:     192615
377.74/379.41	c #Conflicts:     719000 | #Constraints:     193615
377.74/379.41	c #Conflicts:     720000 | #Constraints:     194615
377.74/379.41	c #Conflicts:     721000 | #Constraints:     195615
377.74/379.41	c #Conflicts:     722000 | #Constraints:     196615
377.74/379.41	c #Conflicts:     723000 | #Constraints:     197615
377.74/379.41	c #Conflicts:     724000 | #Constraints:     198615
377.74/379.41	c #Conflicts:     725000 | #Constraints:     199615
377.74/379.41	c #Conflicts:     726000 | #Constraints:     200615
377.74/379.41	c #Conflicts:     727000 | #Constraints:     201615
377.74/379.41	c #Conflicts:     728000 | #Constraints:     202615
377.74/379.41	c #Conflicts:     729000 | #Constraints:     203615
377.74/379.41	c #Conflicts:     730000 | #Constraints:     204615
377.74/379.41	c #Conflicts:     731000 | #Constraints:     205615
377.74/379.41	c #Conflicts:     732000 | #Constraints:     206615
377.74/379.41	c #Conflicts:     733000 | #Constraints:     207615
377.74/379.41	c #Conflicts:     734000 | #Constraints:     208615
377.74/379.41	c #Conflicts:     735000 | #Constraints:     209615
377.74/379.41	c INPROCESSING
377.74/379.41	c GARBAGE COLLECT
377.74/379.41	c rational objective 2133
519.96/522.36	c #Conflicts:     736000 | #Constraints:     159279
519.96/522.36	c #Conflicts:     737000 | #Constraints:     160279
519.96/522.36	c #Conflicts:     738000 | #Constraints:     161279
519.96/522.36	c #Conflicts:     739000 | #Constraints:     162279
519.96/522.36	c #Conflicts:     740000 | #Constraints:     163279
519.96/522.36	c #Conflicts:     741000 | #Constraints:     164279
519.96/522.36	c #Conflicts:     742000 | #Constraints:     165279
519.96/522.36	c #Conflicts:     743000 | #Constraints:     166279
519.96/522.36	c #Conflicts:     744000 | #Constraints:     167279
519.96/522.36	c #Conflicts:     745000 | #Constraints:     168279
519.96/522.36	c #Conflicts:     746000 | #Constraints:     169279
519.96/522.36	c #Conflicts:     747000 | #Constraints:     170279
519.96/522.36	c #Conflicts:     748000 | #Constraints:     171279
519.96/522.36	c #Conflicts:     749000 | #Constraints:     172279
519.96/522.36	c #Conflicts:     750000 | #Constraints:     173279
519.96/522.36	c #Conflicts:     751000 | #Constraints:     174279
519.96/522.36	c #Conflicts:     752000 | #Constraints:     175279
519.96/522.36	c #Conflicts:     753000 | #Constraints:     176279
519.96/522.36	c #Conflicts:     754000 | #Constraints:     177279
519.96/522.36	c #Conflicts:     755000 | #Constraints:     178279
519.96/522.36	c #Conflicts:     756000 | #Constraints:     179279
519.96/522.36	c #Conflicts:     757000 | #Constraints:     180279
519.96/522.36	c #Conflicts:     758000 | #Constraints:     181279
519.96/522.36	c #Conflicts:     759000 | #Constraints:     182279
519.96/522.36	c #Conflicts:     760000 | #Constraints:     183279
519.96/522.36	c #Conflicts:     761000 | #Constraints:     184279
519.96/522.36	c bounds - >= 2134 @ 511.825
709.88/712.90	c #Conflicts:     762000 | #Constraints:     185288
709.88/712.90	c #Conflicts:     763000 | #Constraints:     186288
709.88/712.90	c #Conflicts:     764000 | #Constraints:     187288
709.88/712.90	c #Conflicts:     765000 | #Constraints:     188288
709.88/712.90	c #Conflicts:     766000 | #Constraints:     189288
709.88/712.90	c #Conflicts:     767000 | #Constraints:     190288
709.88/712.90	c #Conflicts:     768000 | #Constraints:     191288
709.88/712.90	c #Conflicts:     769000 | #Constraints:     192288
709.88/712.90	c #Conflicts:     770000 | #Constraints:     193288
709.88/712.90	c #Conflicts:     771000 | #Constraints:     194288
709.88/712.90	c #Conflicts:     772000 | #Constraints:     195288
709.88/712.90	c #Conflicts:     773000 | #Constraints:     196288
709.88/712.90	c #Conflicts:     774000 | #Constraints:     197288
709.88/712.90	c #Conflicts:     775000 | #Constraints:     198288
709.88/712.90	c #Conflicts:     776000 | #Constraints:     199288
709.88/712.90	c #Conflicts:     777000 | #Constraints:     200288
709.88/712.90	c #Conflicts:     778000 | #Constraints:     201288
709.88/712.90	c #Conflicts:     779000 | #Constraints:     202288
709.88/712.90	c #Conflicts:     780000 | #Constraints:     203288
709.88/712.90	c #Conflicts:     781000 | #Constraints:     204288
709.88/712.90	c #Conflicts:     782000 | #Constraints:     205288
709.88/712.90	c #Conflicts:     783000 | #Constraints:     206288
709.88/712.90	c #Conflicts:     784000 | #Constraints:     207288
709.88/712.90	c #Conflicts:     785000 | #Constraints:     208288
709.88/712.90	c #Conflicts:     786000 | #Constraints:     209288
709.88/712.90	c #Conflicts:     787000 | #Constraints:     210288
709.88/712.90	c #Conflicts:     788000 | #Constraints:     211288
709.88/712.90	c #Conflicts:     789000 | #Constraints:     212288
709.88/712.90	c #Conflicts:     790000 | #Constraints:     213288
709.88/712.90	c #Conflicts:     791000 | #Constraints:     214288
709.88/712.90	c #Conflicts:     792000 | #Constraints:     215288
709.88/712.90	c INPROCESSING
709.88/712.90	c GARBAGE COLLECT
709.88/712.90	c rational objective 2134
735.11/738.28	c #Conflicts:     793000 | #Constraints:     162656
735.11/738.28	c #Conflicts:     794000 | #Constraints:     163656
735.11/738.28	c #Conflicts:     795000 | #Constraints:     164656
735.11/738.28	c #Conflicts:     796000 | #Constraints:     165656
735.11/738.28	c #Conflicts:     797000 | #Constraints:     166656
735.11/738.28	c #Conflicts:     798000 | #Constraints:     167656
735.11/738.28	c bounds - >= 2135 @ 726.31
852.84/856.30	c #Conflicts:     799000 | #Constraints:     168680
852.84/856.30	c #Conflicts:     800000 | #Constraints:     169680
852.84/856.30	c #Conflicts:     801000 | #Constraints:     170680
852.84/856.30	c #Conflicts:     802000 | #Constraints:     171680
852.84/856.30	c #Conflicts:     803000 | #Constraints:     172680
852.84/856.30	c #Conflicts:     804000 | #Constraints:     173680
852.84/856.30	c #Conflicts:     805000 | #Constraints:     174680
852.84/856.30	c #Conflicts:     806000 | #Constraints:     175680
852.84/856.30	c #Conflicts:     807000 | #Constraints:     176680
852.84/856.30	c #Conflicts:     808000 | #Constraints:     177680
852.84/856.30	c #Conflicts:     809000 | #Constraints:     178680
852.84/856.30	c #Conflicts:     810000 | #Constraints:     179680
852.84/856.30	c #Conflicts:     811000 | #Constraints:     180680
852.84/856.30	c #Conflicts:     812000 | #Constraints:     181680
852.84/856.30	c #Conflicts:     813000 | #Constraints:     182680
852.84/856.30	c #Conflicts:     814000 | #Constraints:     183680
852.84/856.30	c #Conflicts:     815000 | #Constraints:     184680
852.84/856.30	c #Conflicts:     816000 | #Constraints:     185680
852.84/856.30	c #Conflicts:     817000 | #Constraints:     186680
852.84/856.30	c #Conflicts:     818000 | #Constraints:     187680
852.84/856.30	c #Conflicts:     819000 | #Constraints:     188680
852.84/856.30	c #Conflicts:     820000 | #Constraints:     189680
852.84/856.30	c #Conflicts:     821000 | #Constraints:     190680
852.84/856.30	c #Conflicts:     822000 | #Constraints:     191680
852.84/856.30	c #Conflicts:     823000 | #Constraints:     192680
852.84/856.30	c #Conflicts:     824000 | #Constraints:     193680
852.84/856.30	c #Conflicts:     825000 | #Constraints:     194680
852.84/856.30	c #Conflicts:     826000 | #Constraints:     195680
852.84/856.30	c #Conflicts:     827000 | #Constraints:     196680
852.84/856.30	c bounds - >= 2136 @ 843.626
868.29/871.86	c #Conflicts:     828000 | #Constraints:     197707
868.29/871.86	c #Conflicts:     829000 | #Constraints:     198707
868.29/871.86	c #Conflicts:     830000 | #Constraints:     199707
868.29/871.86	c #Conflicts:     831000 | #Constraints:     200707
868.29/871.86	c #Conflicts:     832000 | #Constraints:     201707
868.29/871.86	c #Conflicts:     833000 | #Constraints:     202707
868.29/871.86	c #Conflicts:     834000 | #Constraints:     203707
868.29/871.86	c #Conflicts:     835000 | #Constraints:     204707
868.29/871.86	c #Conflicts:     836000 | #Constraints:     205707
868.29/871.86	c #Conflicts:     837000 | #Constraints:     206707
868.29/871.86	c #Conflicts:     838000 | #Constraints:     207707
868.29/871.86	c #Conflicts:     839000 | #Constraints:     208707
868.29/871.86	c #Conflicts:     840000 | #Constraints:     209707
868.29/871.86	c #Conflicts:     841000 | #Constraints:     210707
868.29/871.86	c #Conflicts:     842000 | #Constraints:     211707
868.29/871.86	c #Conflicts:     843000 | #Constraints:     212707
868.29/871.86	c #Conflicts:     844000 | #Constraints:     213707
868.29/871.86	c #Conflicts:     845000 | #Constraints:     214707
868.29/871.86	c #Conflicts:     846000 | #Constraints:     215707
868.29/871.86	c #Conflicts:     847000 | #Constraints:     216707
868.29/871.86	c #Conflicts:     848000 | #Constraints:     217707
868.29/871.86	c #Conflicts:     849000 | #Constraints:     218707
868.29/871.86	c #Conflicts:     850000 | #Constraints:     219707
868.29/871.86	c INPROCESSING
868.29/871.86	c GARBAGE COLLECT
868.29/871.86	c rational objective 2136
882.46/886.02	c #Conflicts:     851000 | #Constraints:     163889
882.46/886.02	c #Conflicts:     852000 | #Constraints:     164889
882.46/886.02	c #Conflicts:     853000 | #Constraints:     165889
882.46/886.02	c #Conflicts:     854000 | #Constraints:     166889
882.46/886.02	c bounds - >= 2137 @ 873.015
885.24/888.82	c #Conflicts:     855000 | #Constraints:     167907
885.24/888.82	c #Conflicts:     856000 | #Constraints:     168907
885.24/888.82	c #Conflicts:     857000 | #Constraints:     169907
885.24/888.82	c #Conflicts:     858000 | #Constraints:     170907
885.24/888.82	c bounds - >= 2138 @ 875.763
885.85/889.49	c #Conflicts:     859000 | #Constraints:     171934
885.85/889.49	c #Conflicts:     860000 | #Constraints:     172934
885.85/889.49	c #Conflicts:     861000 | #Constraints:     173934
885.85/889.49	c #Conflicts:     862000 | #Constraints:     174934
885.85/889.49	c #Conflicts:     863000 | #Constraints:     175934
885.85/889.49	c bounds - >= 2139 @ 876.41
890.20/893.82	c #Conflicts:     864000 | #Constraints:     176946
890.20/893.82	c #Conflicts:     865000 | #Constraints:     177946
890.20/893.82	c #Conflicts:     866000 | #Constraints:     178946
890.20/893.82	c #Conflicts:     867000 | #Constraints:     179946
890.20/893.82	c #Conflicts:     868000 | #Constraints:     180946
890.20/893.82	c #Conflicts:     869000 | #Constraints:     181946
890.20/893.82	c #Conflicts:     870000 | #Constraints:     182946
890.20/893.82	c #Conflicts:     871000 | #Constraints:     183946
890.20/893.82	c #Conflicts:     872000 | #Constraints:     184946
890.20/893.82	c #Conflicts:     873000 | #Constraints:     185946
890.20/893.82	c bounds - >= 2140 @ 880.639
913.24/916.91	c #Conflicts:     874000 | #Constraints:     186967
913.24/916.91	c #Conflicts:     875000 | #Constraints:     187967
913.24/916.91	c #Conflicts:     876000 | #Constraints:     188967
913.24/916.91	c #Conflicts:     877000 | #Constraints:     189967
913.24/916.91	c #Conflicts:     878000 | #Constraints:     190967
913.24/916.91	c #Conflicts:     879000 | #Constraints:     191967
913.24/916.91	c #Conflicts:     880000 | #Constraints:     192967
913.24/916.91	c #Conflicts:     881000 | #Constraints:     193967
913.24/916.91	c #Conflicts:     882000 | #Constraints:     194967
913.24/916.91	c #Conflicts:     883000 | #Constraints:     195967
913.24/916.91	c #Conflicts:     884000 | #Constraints:     196967
913.24/916.91	c #Conflicts:     885000 | #Constraints:     197967
913.24/916.91	c #Conflicts:     886000 | #Constraints:     198967
913.24/916.91	c #Conflicts:     887000 | #Constraints:     199967
913.24/916.91	c #Conflicts:     888000 | #Constraints:     200967
913.24/916.91	c #Conflicts:     889000 | #Constraints:     201967
913.24/916.91	c #Conflicts:     890000 | #Constraints:     202967
913.24/916.91	c #Conflicts:     891000 | #Constraints:     203967
913.24/916.91	c #Conflicts:     892000 | #Constraints:     204967
913.24/916.91	c #Conflicts:     893000 | #Constraints:     205967
913.24/916.91	c #Conflicts:     894000 | #Constraints:     206967
913.24/916.91	c #Conflicts:     895000 | #Constraints:     207967
913.24/916.91	c #Conflicts:     896000 | #Constraints:     208967
913.24/916.91	c #Conflicts:     897000 | #Constraints:     209967
913.24/916.91	c #Conflicts:     898000 | #Constraints:     210967
913.24/916.91	c #Conflicts:     899000 | #Constraints:     211967
913.24/916.91	c #Conflicts:     900000 | #Constraints:     212967
913.24/916.91	c #Conflicts:     901000 | #Constraints:     213967
913.24/916.91	c #Conflicts:     902000 | #Constraints:     214967
913.24/916.91	c #Conflicts:     903000 | #Constraints:     215967
913.24/916.91	c #Conflicts:     904000 | #Constraints:     216967
913.24/916.91	c #Conflicts:     905000 | #Constraints:     217967
913.24/916.91	c #Conflicts:     906000 | #Constraints:     218967
913.24/916.91	c #Conflicts:     907000 | #Constraints:     219967
913.24/916.91	c #Conflicts:     908000 | #Constraints:     220967
913.24/916.91	c #Conflicts:     909000 | #Constraints:     221967
913.24/916.91	c #Conflicts:     910000 | #Constraints:     222967
913.24/916.91	c INPROCESSING
913.24/916.91	c GARBAGE COLLECT
913.24/916.91	c rational objective 2140
946.05/949.89	c #Conflicts:     911000 | #Constraints:     165536
946.05/949.89	c #Conflicts:     912000 | #Constraints:     166536
946.05/949.89	c #Conflicts:     913000 | #Constraints:     167536
946.05/949.89	c #Conflicts:     914000 | #Constraints:     168536
946.05/949.89	c #Conflicts:     915000 | #Constraints:     169536
946.05/949.89	c #Conflicts:     916000 | #Constraints:     170536
946.05/949.89	c #Conflicts:     917000 | #Constraints:     171536
946.05/949.89	c #Conflicts:     918000 | #Constraints:     172536
946.05/949.89	c #Conflicts:     919000 | #Constraints:     173536
946.05/949.89	c #Conflicts:     920000 | #Constraints:     174536
946.05/949.89	c #Conflicts:     921000 | #Constraints:     175536
946.05/949.89	c #Conflicts:     922000 | #Constraints:     176536
946.05/949.89	c #Conflicts:     923000 | #Constraints:     177536
946.05/949.89	c #Conflicts:     924000 | #Constraints:     178536
946.05/949.89	c #Conflicts:     925000 | #Constraints:     179536
946.05/949.89	c #Conflicts:     926000 | #Constraints:     180536
946.05/949.89	c bounds - >= 2141 @ 936.139
998.69/1002.68	c #Conflicts:     927000 | #Constraints:     181545
998.69/1002.68	c #Conflicts:     928000 | #Constraints:     182545
998.69/1002.68	c #Conflicts:     929000 | #Constraints:     183545
998.69/1002.68	c #Conflicts:     930000 | #Constraints:     184545
998.69/1002.68	c #Conflicts:     931000 | #Constraints:     185545
998.69/1002.68	c #Conflicts:     932000 | #Constraints:     186545
998.69/1002.68	c #Conflicts:     933000 | #Constraints:     187545
998.69/1002.68	c #Conflicts:     934000 | #Constraints:     188545
998.69/1002.68	c #Conflicts:     935000 | #Constraints:     189545
998.69/1002.68	c #Conflicts:     936000 | #Constraints:     190545
998.69/1002.68	c #Conflicts:     937000 | #Constraints:     191545
998.69/1002.68	c #Conflicts:     938000 | #Constraints:     192545
998.69/1002.68	c #Conflicts:     939000 | #Constraints:     193545
998.69/1002.68	c #Conflicts:     940000 | #Constraints:     194545
998.69/1002.68	c #Conflicts:     941000 | #Constraints:     195545
998.69/1002.68	c #Conflicts:     942000 | #Constraints:     196545
998.69/1002.68	c bounds - >= 2142 @ 988.626
1117.05/1121.39	c #Conflicts:     943000 | #Constraints:     197557
1117.05/1121.39	c #Conflicts:     944000 | #Constraints:     198557
1117.05/1121.39	c #Conflicts:     945000 | #Constraints:     199557
1117.05/1121.39	c #Conflicts:     946000 | #Constraints:     200557
1117.05/1121.39	c #Conflicts:     947000 | #Constraints:     201557
1117.05/1121.39	c #Conflicts:     948000 | #Constraints:     202557
1117.05/1121.39	c #Conflicts:     949000 | #Constraints:     203557
1117.05/1121.39	c #Conflicts:     950000 | #Constraints:     204557
1117.05/1121.39	c #Conflicts:     951000 | #Constraints:     205557
1117.05/1121.39	c #Conflicts:     952000 | #Constraints:     206557
1117.05/1121.39	c #Conflicts:     953000 | #Constraints:     207557
1117.05/1121.39	c #Conflicts:     954000 | #Constraints:     208557
1117.05/1121.39	c #Conflicts:     955000 | #Constraints:     209557
1117.05/1121.39	c #Conflicts:     956000 | #Constraints:     210557
1117.05/1121.39	c #Conflicts:     957000 | #Constraints:     211557
1117.05/1121.39	c #Conflicts:     958000 | #Constraints:     212557
1117.05/1121.39	c #Conflicts:     959000 | #Constraints:     213557
1117.05/1121.39	c #Conflicts:     960000 | #Constraints:     214557
1117.05/1121.39	c #Conflicts:     961000 | #Constraints:     215557
1117.05/1121.39	c #Conflicts:     962000 | #Constraints:     216557
1117.05/1121.39	c #Conflicts:     963000 | #Constraints:     217557
1117.05/1121.39	c #Conflicts:     964000 | #Constraints:     218557
1117.05/1121.39	c bounds - >= 2143 @ 1106.73
1172.59/1177.10	c #Conflicts:     965000 | #Constraints:     219572
1172.59/1177.10	c #Conflicts:     966000 | #Constraints:     220572
1172.59/1177.10	c #Conflicts:     967000 | #Constraints:     221572
1172.59/1177.10	c #Conflicts:     968000 | #Constraints:     222572
1172.59/1177.10	c #Conflicts:     969000 | #Constraints:     223572
1172.59/1177.10	c #Conflicts:     970000 | #Constraints:     224572
1172.59/1177.10	c #Conflicts:     971000 | #Constraints:     225572
1172.59/1177.10	c #Conflicts:     972000 | #Constraints:     226572
1172.59/1177.10	c #Conflicts:     973000 | #Constraints:     227572
1172.59/1177.10	c INPROCESSING
1172.59/1177.10	c GARBAGE COLLECT
1172.59/1177.10	c rational objective 2143
1227.51/1232.13	c #Conflicts:     974000 | #Constraints:     169740
1227.51/1232.13	c #Conflicts:     975000 | #Constraints:     170740
1227.51/1232.13	c #Conflicts:     976000 | #Constraints:     171740
1227.51/1232.13	c #Conflicts:     977000 | #Constraints:     172740
1227.51/1232.13	c #Conflicts:     978000 | #Constraints:     173740
1227.51/1232.13	c #Conflicts:     979000 | #Constraints:     174740
1227.51/1232.13	c #Conflicts:     980000 | #Constraints:     175740
1227.51/1232.13	c #Conflicts:     981000 | #Constraints:     176740
1227.51/1232.13	c #Conflicts:     982000 | #Constraints:     177740
1227.51/1232.13	c #Conflicts:     983000 | #Constraints:     178740
1227.51/1232.13	c #Conflicts:     984000 | #Constraints:     179740
1227.51/1232.13	c #Conflicts:     985000 | #Constraints:     180740
1227.51/1232.13	c #Conflicts:     986000 | #Constraints:     181740
1227.51/1232.13	c #Conflicts:     987000 | #Constraints:     182740
1227.51/1232.13	c #Conflicts:     988000 | #Constraints:     183740
1227.51/1232.13	c #Conflicts:     989000 | #Constraints:     184740
1227.51/1232.13	c #Conflicts:     990000 | #Constraints:     185740
1227.51/1232.13	c #Conflicts:     991000 | #Constraints:     186740
1227.51/1232.13	c #Conflicts:     992000 | #Constraints:     187740
1227.51/1232.13	c #Conflicts:     993000 | #Constraints:     188740
1227.51/1232.13	c #Conflicts:     994000 | #Constraints:     189740
1227.51/1232.13	c #Conflicts:     995000 | #Constraints:     190740
1227.51/1232.13	c #Conflicts:     996000 | #Constraints:     191740
1227.51/1232.13	c #Conflicts:     997000 | #Constraints:     192740
1227.51/1232.13	c #Conflicts:     998000 | #Constraints:     193740
1227.51/1232.13	c #Conflicts:     999000 | #Constraints:     194740
1227.51/1232.13	c #Conflicts:    1000000 | #Constraints:     195740
1227.51/1232.13	c #Conflicts:    1001000 | #Constraints:     196740
1227.51/1232.13	c #Conflicts:    1002000 | #Constraints:     197740
1227.51/1232.13	c #Conflicts:    1003000 | #Constraints:     198740
1227.51/1232.13	c #Conflicts:    1004000 | #Constraints:     199740
1227.51/1232.13	c #Conflicts:    1005000 | #Constraints:     200740
1227.51/1232.13	c #Conflicts:    1006000 | #Constraints:     201740
1227.51/1232.13	c #Conflicts:    1007000 | #Constraints:     202740
1227.51/1232.13	c #Conflicts:    1008000 | #Constraints:     203740
1227.51/1232.13	c #Conflicts:    1009000 | #Constraints:     204740
1227.51/1232.13	c #Conflicts:    1010000 | #Constraints:     205740
1227.51/1232.13	c #Conflicts:    1011000 | #Constraints:     206740
1227.51/1232.13	c #Conflicts:    1012000 | #Constraints:     207740
1227.51/1232.13	c #Conflicts:    1013000 | #Constraints:     208740
1227.51/1232.13	c #Conflicts:    1014000 | #Constraints:     209740
1227.51/1232.13	c #Conflicts:    1015000 | #Constraints:     210740
1227.51/1232.13	c #Conflicts:    1016000 | #Constraints:     211740
1227.51/1232.13	c #Conflicts:    1017000 | #Constraints:     212740
1227.51/1232.13	c #Conflicts:    1018000 | #Constraints:     213740
1227.51/1232.13	c #Conflicts:    1019000 | #Constraints:     214740
1227.51/1232.13	c #Conflicts:    1020000 | #Constraints:     215740
1227.51/1232.13	c #Conflicts:    1021000 | #Constraints:     216740
1227.51/1232.13	c #Conflicts:    1022000 | #Constraints:     217740
1227.51/1232.13	c #Conflicts:    1023000 | #Constraints:     218740
1227.51/1232.13	c #Conflicts:    1024000 | #Constraints:     219740
1227.51/1232.13	c #Conflicts:    1025000 | #Constraints:     220740
1227.51/1232.13	c #Conflicts:    1026000 | #Constraints:     221740
1227.51/1232.13	c #Conflicts:    1027000 | #Constraints:     222740
1227.51/1232.13	c #Conflicts:    1028000 | #Constraints:     223740
1227.51/1232.13	c #Conflicts:    1029000 | #Constraints:     224740
1227.51/1232.13	c #Conflicts:    1030000 | #Constraints:     225740
1227.51/1232.13	c #Conflicts:    1031000 | #Constraints:     226740
1227.51/1232.13	c #Conflicts:    1032000 | #Constraints:     227740
1227.51/1232.13	c #Conflicts:    1033000 | #Constraints:     228740
1227.51/1232.13	c #Conflicts:    1034000 | #Constraints:     229740
1227.51/1232.13	c #Conflicts:    1035000 | #Constraints:     230740
1227.51/1232.13	c #Conflicts:    1036000 | #Constraints:     231740
1227.51/1232.13	c #Conflicts:    1037000 | #Constraints:     232740
1227.51/1232.13	c INPROCESSING
1227.51/1232.13	c GARBAGE COLLECT
1227.51/1232.13	c rational objective 2143
1229.50/1234.16	c #Conflicts:    1038000 | #Constraints:     169595
1229.50/1234.16	c #Conflicts:    1039000 | #Constraints:     170595
1229.50/1234.16	c #Conflicts:    1040000 | #Constraints:     171595
1229.50/1234.16	c bounds - >= 2144 @ 1218.43
1229.70/1234.37	c #Conflicts:    1041000 | #Constraints:     172610
1229.70/1234.37	c #Conflicts:    1042000 | #Constraints:     173610
1229.70/1234.37	c bounds - >= 2145 @ 1218.63
1231.29/1235.97	c #Conflicts:    1043000 | #Constraints:     174625
1231.29/1235.97	c #Conflicts:    1044000 | #Constraints:     175625
1231.29/1235.97	c #Conflicts:    1045000 | #Constraints:     176625
1231.29/1235.97	c bounds - >= 2146 @ 1220.2
1231.79/1236.48	c #Conflicts:    1046000 | #Constraints:     177637
1231.79/1236.48	c #Conflicts:    1047000 | #Constraints:     178637
1231.79/1236.48	c #Conflicts:    1048000 | #Constraints:     179637
1231.79/1236.48	c bounds - >= 2147 @ 1220.69
1235.08/1239.76	c #Conflicts:    1049000 | #Constraints:     180655
1235.08/1239.76	c #Conflicts:    1050000 | #Constraints:     181655
1235.08/1239.76	c #Conflicts:    1051000 | #Constraints:     182655
1235.08/1239.76	c #Conflicts:    1052000 | #Constraints:     183655
1235.08/1239.76	c #Conflicts:    1053000 | #Constraints:     184655
1235.08/1239.76	c #Conflicts:    1054000 | #Constraints:     185655
1235.08/1239.76	c bounds - >= 2148 @ 1223.93
1238.57/1243.29	c #Conflicts:    1055000 | #Constraints:     186667
1238.57/1243.29	c #Conflicts:    1056000 | #Constraints:     187667
1238.57/1243.29	c #Conflicts:    1057000 | #Constraints:     188667
1238.57/1243.29	c #Conflicts:    1058000 | #Constraints:     189667
1238.57/1243.29	c #Conflicts:    1059000 | #Constraints:     190667
1238.57/1243.29	c #Conflicts:    1060000 | #Constraints:     191667
1238.57/1243.29	c #Conflicts:    1061000 | #Constraints:     192667
1238.57/1243.29	c bounds - >= 2149 @ 1227.4
1242.37/1247.01	c #Conflicts:    1062000 | #Constraints:     193679
1242.37/1247.01	c #Conflicts:    1063000 | #Constraints:     194679
1242.37/1247.01	c #Conflicts:    1064000 | #Constraints:     195679
1242.37/1247.01	c #Conflicts:    1065000 | #Constraints:     196679
1242.37/1247.01	c #Conflicts:    1066000 | #Constraints:     197679
1242.37/1247.01	c #Conflicts:    1067000 | #Constraints:     198679
1242.37/1247.01	c #Conflicts:    1068000 | #Constraints:     199679
1242.37/1247.01	c #Conflicts:    1069000 | #Constraints:     200679
1242.37/1247.01	c bounds - >= 2150 @ 1231.06
1247.15/1251.83	c #Conflicts:    1070000 | #Constraints:     201694
1247.15/1251.83	c #Conflicts:    1071000 | #Constraints:     202694
1247.15/1251.83	c #Conflicts:    1072000 | #Constraints:     203694
1247.15/1251.83	c #Conflicts:    1073000 | #Constraints:     204694
1247.15/1251.83	c #Conflicts:    1074000 | #Constraints:     205694
1247.15/1251.83	c #Conflicts:    1075000 | #Constraints:     206694
1247.15/1251.83	c #Conflicts:    1076000 | #Constraints:     207694
1247.15/1251.83	c #Conflicts:    1077000 | #Constraints:     208694
1247.15/1251.83	c #Conflicts:    1078000 | #Constraints:     209694
1247.15/1251.83	c #Conflicts:    1079000 | #Constraints:     210694
1247.15/1251.83	c #Conflicts:    1080000 | #Constraints:     211694
1247.15/1251.83	c bounds - >= 2151 @ 1235.78
1276.30/1281.13	c #Conflicts:    1081000 | #Constraints:     212706
1276.30/1281.13	c #Conflicts:    1082000 | #Constraints:     213706
1276.30/1281.13	c #Conflicts:    1083000 | #Constraints:     214706
1276.30/1281.13	c #Conflicts:    1084000 | #Constraints:     215706
1276.30/1281.13	c #Conflicts:    1085000 | #Constraints:     216706
1276.30/1281.13	c #Conflicts:    1086000 | #Constraints:     217706
1276.30/1281.13	c #Conflicts:    1087000 | #Constraints:     218706
1276.30/1281.13	c #Conflicts:    1088000 | #Constraints:     219706
1276.30/1281.13	c #Conflicts:    1089000 | #Constraints:     220706
1276.30/1281.13	c #Conflicts:    1090000 | #Constraints:     221706
1276.30/1281.13	c #Conflicts:    1091000 | #Constraints:     222706
1276.30/1281.13	c #Conflicts:    1092000 | #Constraints:     223706
1276.30/1281.13	c #Conflicts:    1093000 | #Constraints:     224706
1276.30/1281.13	c #Conflicts:    1094000 | #Constraints:     225706
1276.30/1281.13	c #Conflicts:    1095000 | #Constraints:     226706
1276.30/1281.13	c #Conflicts:    1096000 | #Constraints:     227706
1276.30/1281.13	c #Conflicts:    1097000 | #Constraints:     228706
1276.30/1281.13	c #Conflicts:    1098000 | #Constraints:     229706
1276.30/1281.13	c #Conflicts:    1099000 | #Constraints:     230706
1276.30/1281.13	c #Conflicts:    1100000 | #Constraints:     231706
1276.30/1281.13	c #Conflicts:    1101000 | #Constraints:     232706
1276.30/1281.13	c #Conflicts:    1102000 | #Constraints:     233706
1276.30/1281.13	c #Conflicts:    1103000 | #Constraints:     234706
1276.30/1281.13	c INPROCESSING
1276.30/1281.13	c GARBAGE COLLECT
1276.30/1281.13	c rational objective 2151
1343.18/1348.21	c #Conflicts:    1104000 | #Constraints:     174023
1343.18/1348.21	c #Conflicts:    1105000 | #Constraints:     175023
1343.18/1348.21	c #Conflicts:    1106000 | #Constraints:     176023
1343.18/1348.21	c #Conflicts:    1107000 | #Constraints:     177023
1343.18/1348.21	c #Conflicts:    1108000 | #Constraints:     178023
1343.18/1348.21	c #Conflicts:    1109000 | #Constraints:     179023
1343.18/1348.21	c #Conflicts:    1110000 | #Constraints:     180023
1343.18/1348.21	c #Conflicts:    1111000 | #Constraints:     181023
1343.18/1348.21	c #Conflicts:    1112000 | #Constraints:     182023
1343.18/1348.21	c #Conflicts:    1113000 | #Constraints:     183023
1343.18/1348.21	c #Conflicts:    1114000 | #Constraints:     184023
1343.18/1348.21	c #Conflicts:    1115000 | #Constraints:     185023
1343.18/1348.21	c #Conflicts:    1116000 | #Constraints:     186023
1343.18/1348.21	c #Conflicts:    1117000 | #Constraints:     187023
1343.18/1348.21	c #Conflicts:    1118000 | #Constraints:     188023
1343.18/1348.21	c #Conflicts:    1119000 | #Constraints:     189023
1343.18/1348.21	c #Conflicts:    1120000 | #Constraints:     190023
1343.18/1348.21	c #Conflicts:    1121000 | #Constraints:     191023
1343.18/1348.21	c #Conflicts:    1122000 | #Constraints:     192023
1343.18/1348.21	c bounds - >= 2152 @ 1331.4
1378.77/1383.93	c #Conflicts:    1123000 | #Constraints:     193038
1378.77/1383.93	c #Conflicts:    1124000 | #Constraints:     194038
1378.77/1383.93	c #Conflicts:    1125000 | #Constraints:     195038
1378.77/1383.93	c #Conflicts:    1126000 | #Constraints:     196038
1378.77/1383.93	c #Conflicts:    1127000 | #Constraints:     197038
1378.77/1383.93	c #Conflicts:    1128000 | #Constraints:     198038
1378.77/1383.93	c #Conflicts:    1129000 | #Constraints:     199038
1378.77/1383.93	c #Conflicts:    1130000 | #Constraints:     200038
1378.77/1383.93	c #Conflicts:    1131000 | #Constraints:     201038
1378.77/1383.93	c #Conflicts:    1132000 | #Constraints:     202038
1378.77/1383.93	c #Conflicts:    1133000 | #Constraints:     203038
1378.77/1383.93	c #Conflicts:    1134000 | #Constraints:     204038
1378.77/1383.93	c #Conflicts:    1135000 | #Constraints:     205038
1378.77/1383.93	c #Conflicts:    1136000 | #Constraints:     206038
1378.77/1383.93	c bounds - >= 2153 @ 1366.88
1535.27/1541.14	c #Conflicts:    1137000 | #Constraints:     207047
1535.27/1541.14	c #Conflicts:    1138000 | #Constraints:     208047
1535.27/1541.14	c #Conflicts:    1139000 | #Constraints:     209047
1535.27/1541.14	c #Conflicts:    1140000 | #Constraints:     210047
1535.27/1541.14	c #Conflicts:    1141000 | #Constraints:     211047
1535.27/1541.14	c #Conflicts:    1142000 | #Constraints:     212047
1535.27/1541.14	c #Conflicts:    1143000 | #Constraints:     213047
1535.27/1541.14	c #Conflicts:    1144000 | #Constraints:     214047
1535.27/1541.14	c #Conflicts:    1145000 | #Constraints:     215047
1535.27/1541.14	c #Conflicts:    1146000 | #Constraints:     216047
1535.27/1541.14	c #Conflicts:    1147000 | #Constraints:     217047
1535.27/1541.14	c #Conflicts:    1148000 | #Constraints:     218047
1535.27/1541.14	c #Conflicts:    1149000 | #Constraints:     219047
1535.27/1541.14	c #Conflicts:    1150000 | #Constraints:     220047
1535.27/1541.14	c #Conflicts:    1151000 | #Constraints:     221047
1535.27/1541.14	c #Conflicts:    1152000 | #Constraints:     222047
1535.27/1541.14	c #Conflicts:    1153000 | #Constraints:     223047
1535.27/1541.14	c #Conflicts:    1154000 | #Constraints:     224047
1535.27/1541.14	c #Conflicts:    1155000 | #Constraints:     225047
1535.27/1541.14	c #Conflicts:    1156000 | #Constraints:     226047
1535.27/1541.14	c #Conflicts:    1157000 | #Constraints:     227047
1535.27/1541.14	c #Conflicts:    1158000 | #Constraints:     228047
1535.27/1541.14	c #Conflicts:    1159000 | #Constraints:     229047
1535.27/1541.14	c #Conflicts:    1160000 | #Constraints:     230047
1535.27/1541.14	c #Conflicts:    1161000 | #Constraints:     231047
1535.27/1541.14	c #Conflicts:    1162000 | #Constraints:     232047
1535.27/1541.14	c #Conflicts:    1163000 | #Constraints:     233047
1535.27/1541.14	c #Conflicts:    1164000 | #Constraints:     234047
1535.27/1541.14	c #Conflicts:    1165000 | #Constraints:     235047
1535.27/1541.14	c #Conflicts:    1166000 | #Constraints:     236047
1535.27/1541.14	c #Conflicts:    1167000 | #Constraints:     237047
1535.27/1541.14	c #Conflicts:    1168000 | #Constraints:     238047
1535.27/1541.14	c #Conflicts:    1169000 | #Constraints:     239047
1535.27/1541.14	c #Conflicts:    1170000 | #Constraints:     240047
1535.27/1541.14	c #Conflicts:    1171000 | #Constraints:     241047
1535.27/1541.14	c #Conflicts:    1172000 | #Constraints:     242047
1535.27/1541.14	c INPROCESSING
1535.27/1541.14	c GARBAGE COLLECT
1535.27/1541.14	c rational objective 2153
1615.90/1622.10	c #Conflicts:    1173000 | #Constraints:     178563
1615.90/1622.10	c #Conflicts:    1174000 | #Constraints:     179563
1615.90/1622.10	c #Conflicts:    1175000 | #Constraints:     180563
1615.90/1622.10	c #Conflicts:    1176000 | #Constraints:     181563
1615.90/1622.10	c #Conflicts:    1177000 | #Constraints:     182563
1615.90/1622.10	c #Conflicts:    1178000 | #Constraints:     183563
1615.90/1622.10	c #Conflicts:    1179000 | #Constraints:     184563
1615.90/1622.10	c #Conflicts:    1180000 | #Constraints:     185563
1615.90/1622.10	c #Conflicts:    1181000 | #Constraints:     186563
1615.90/1622.10	c #Conflicts:    1182000 | #Constraints:     187563
1615.90/1622.10	c #Conflicts:    1183000 | #Constraints:     188563
1615.90/1622.10	c #Conflicts:    1184000 | #Constraints:     189563
1615.90/1622.10	c #Conflicts:    1185000 | #Constraints:     190563
1615.90/1622.10	c #Conflicts:    1186000 | #Constraints:     191563
1615.90/1622.10	c #Conflicts:    1187000 | #Constraints:     192563
1615.90/1622.10	c #Conflicts:    1188000 | #Constraints:     193563
1615.90/1622.10	c #Conflicts:    1189000 | #Constraints:     194563
1615.90/1622.10	c #Conflicts:    1190000 | #Constraints:     195563
1615.90/1622.10	c #Conflicts:    1191000 | #Constraints:     196563
1615.90/1622.10	c #Conflicts:    1192000 | #Constraints:     197563
1615.90/1622.10	c bounds - >= 2154 @ 1603.38
1906.21/1913.21	c #Conflicts:    1193000 | #Constraints:     198584
1906.21/1913.21	c #Conflicts:    1194000 | #Constraints:     199584
1906.21/1913.21	c #Conflicts:    1195000 | #Constraints:     200584
1906.21/1913.21	c #Conflicts:    1196000 | #Constraints:     201584
1906.21/1913.21	c #Conflicts:    1197000 | #Constraints:     202584
1906.21/1913.21	c #Conflicts:    1198000 | #Constraints:     203584
1906.21/1913.21	c #Conflicts:    1199000 | #Constraints:     204584
1906.21/1913.21	c #Conflicts:    1200000 | #Constraints:     205584
1906.21/1913.21	c #Conflicts:    1201000 | #Constraints:     206584
1906.21/1913.21	c #Conflicts:    1202000 | #Constraints:     207584
1906.21/1913.21	c #Conflicts:    1203000 | #Constraints:     208584
1906.21/1913.21	c #Conflicts:    1204000 | #Constraints:     209584
1906.21/1913.21	c #Conflicts:    1205000 | #Constraints:     210584
1906.21/1913.21	c #Conflicts:    1206000 | #Constraints:     211584
1906.21/1913.21	c #Conflicts:    1207000 | #Constraints:     212584
1906.21/1913.21	c #Conflicts:    1208000 | #Constraints:     213584
1906.21/1913.21	c #Conflicts:    1209000 | #Constraints:     214584
1906.21/1913.21	c #Conflicts:    1210000 | #Constraints:     215584
1906.21/1913.21	c #Conflicts:    1211000 | #Constraints:     216584
1906.21/1913.21	c #Conflicts:    1212000 | #Constraints:     217584
1906.21/1913.21	c #Conflicts:    1213000 | #Constraints:     218584
1906.21/1913.21	c #Conflicts:    1214000 | #Constraints:     219584
1906.21/1913.21	c #Conflicts:    1215000 | #Constraints:     220584
1906.21/1913.21	c #Conflicts:    1216000 | #Constraints:     221584
1906.21/1913.21	c #Conflicts:    1217000 | #Constraints:     222584
1906.21/1913.21	c #Conflicts:    1218000 | #Constraints:     223584
1906.21/1913.21	c #Conflicts:    1219000 | #Constraints:     224584
1906.21/1913.21	c #Conflicts:    1220000 | #Constraints:     225584
1906.21/1913.21	c #Conflicts:    1221000 | #Constraints:     226584
1906.21/1913.21	c #Conflicts:    1222000 | #Constraints:     227584
1906.21/1913.21	c #Conflicts:    1223000 | #Constraints:     228584
1906.21/1913.21	c #Conflicts:    1224000 | #Constraints:     229584
1906.21/1913.21	c #Conflicts:    1225000 | #Constraints:     230584
1906.21/1913.21	c #Conflicts:    1226000 | #Constraints:     231584
1906.21/1913.21	c #Conflicts:    1227000 | #Constraints:     232584
1906.21/1913.21	c #Conflicts:    1228000 | #Constraints:     233584
1906.21/1913.21	c #Conflicts:    1229000 | #Constraints:     234584
1906.21/1913.21	c #Conflicts:    1230000 | #Constraints:     235584
1906.21/1913.21	c #Conflicts:    1231000 | #Constraints:     236584
1906.21/1913.21	c #Conflicts:    1232000 | #Constraints:     237584
1906.21/1913.21	c #Conflicts:    1233000 | #Constraints:     238584
1906.21/1913.21	c #Conflicts:    1234000 | #Constraints:     239584
1906.21/1913.21	c #Conflicts:    1235000 | #Constraints:     240584
1906.21/1913.21	c #Conflicts:    1236000 | #Constraints:     241584
1906.21/1913.21	c #Conflicts:    1237000 | #Constraints:     242584
1906.21/1913.21	c #Conflicts:    1238000 | #Constraints:     243584
1906.21/1913.21	c #Conflicts:    1239000 | #Constraints:     244584
1906.21/1913.21	c #Conflicts:    1240000 | #Constraints:     245584
1906.21/1913.21	c #Conflicts:    1241000 | #Constraints:     246584
1906.21/1913.21	c #Conflicts:    1242000 | #Constraints:     247584
1906.21/1913.21	c INPROCESSING
1906.21/1913.21	c GARBAGE COLLECT
1906.21/1913.21	c rational objective 2154
1956.94/1964.19	c #Conflicts:    1243000 | #Constraints:     180586
1956.94/1964.19	c #Conflicts:    1244000 | #Constraints:     181586
1956.94/1964.19	c #Conflicts:    1245000 | #Constraints:     182586
1956.94/1964.19	c #Conflicts:    1246000 | #Constraints:     183586
1956.94/1964.19	c #Conflicts:    1247000 | #Constraints:     184586
1956.94/1964.19	c #Conflicts:    1248000 | #Constraints:     185586
1956.94/1964.19	c #Conflicts:    1249000 | #Constraints:     186586
1956.94/1964.19	c #Conflicts:    1250000 | #Constraints:     187586
1956.94/1964.19	c #Conflicts:    1251000 | #Constraints:     188586
1956.94/1964.19	c #Conflicts:    1252000 | #Constraints:     189586
1956.94/1964.19	c #Conflicts:    1253000 | #Constraints:     190586
1956.94/1964.19	c #Conflicts:    1254000 | #Constraints:     191586
1956.94/1964.19	c #Conflicts:    1255000 | #Constraints:     192586
1956.94/1964.19	c #Conflicts:    1256000 | #Constraints:     193586
1956.94/1964.19	c #Conflicts:    1257000 | #Constraints:     194586
1956.94/1964.19	c #Conflicts:    1258000 | #Constraints:     195586
1956.94/1964.19	c #Conflicts:    1259000 | #Constraints:     196586
1956.94/1964.19	c #Conflicts:    1260000 | #Constraints:     197586
1956.94/1964.19	c #Conflicts:    1261000 | #Constraints:     198586
1956.94/1964.19	c #Conflicts:    1262000 | #Constraints:     199586
1956.94/1964.19	c #Conflicts:    1263000 | #Constraints:     200586
1956.94/1964.19	c #Conflicts:    1264000 | #Constraints:     201586
1956.94/1964.19	c #Conflicts:    1265000 | #Constraints:     202586
1956.94/1964.19	c #Conflicts:    1266000 | #Constraints:     203586
1956.94/1964.19	c #Conflicts:    1267000 | #Constraints:     204586
1956.94/1964.19	c #Conflicts:    1268000 | #Constraints:     205586
1956.94/1964.19	c #Conflicts:    1269000 | #Constraints:     206586
1956.94/1964.19	c #Conflicts:    1270000 | #Constraints:     207586
1956.94/1964.19	c #Conflicts:    1271000 | #Constraints:     208586
1956.94/1964.19	c #Conflicts:    1272000 | #Constraints:     209586
1956.94/1964.19	c #Conflicts:    1273000 | #Constraints:     210586
1956.94/1964.19	c #Conflicts:    1274000 | #Constraints:     211586
1956.94/1964.19	c #Conflicts:    1275000 | #Constraints:     212586
1956.94/1964.19	c #Conflicts:    1276000 | #Constraints:     213586
1956.94/1964.19	c #Conflicts:    1277000 | #Constraints:     214586
1956.94/1964.19	c #Conflicts:    1278000 | #Constraints:     215586
1956.94/1964.19	c #Conflicts:    1279000 | #Constraints:     216586
1956.94/1964.19	c #Conflicts:    1280000 | #Constraints:     217586
1956.94/1964.19	c #Conflicts:    1281000 | #Constraints:     218586
1956.94/1964.19	c #Conflicts:    1282000 | #Constraints:     219586
1956.94/1964.19	c #Conflicts:    1283000 | #Constraints:     220586
1956.94/1964.19	c #Conflicts:    1284000 | #Constraints:     221586
1956.94/1964.19	c #Conflicts:    1285000 | #Constraints:     222586
1956.94/1964.19	c #Conflicts:    1286000 | #Constraints:     223586
1956.94/1964.19	c #Conflicts:    1287000 | #Constraints:     224586
1956.94/1964.19	c #Conflicts:    1288000 | #Constraints:     225586
1956.94/1964.19	c #Conflicts:    1289000 | #Constraints:     226586
1956.94/1964.19	c #Conflicts:    1290000 | #Constraints:     227586
1956.94/1964.19	c #Conflicts:    1291000 | #Constraints:     228586
1956.94/1964.19	c #Conflicts:    1292000 | #Constraints:     229586
1956.94/1964.19	c #Conflicts:    1293000 | #Constraints:     230586
1956.94/1964.19	c #Conflicts:    1294000 | #Constraints:     231586
1956.94/1964.19	c #Conflicts:    1295000 | #Constraints:     232586
1956.94/1964.19	c #Conflicts:    1296000 | #Constraints:     233586
1956.94/1964.19	c #Conflicts:    1297000 | #Constraints:     234586
1956.94/1964.19	c #Conflicts:    1298000 | #Constraints:     235586
1956.94/1964.19	c #Conflicts:    1299000 | #Constraints:     236586
1956.94/1964.19	c #Conflicts:    1300000 | #Constraints:     237586
1956.94/1964.19	c #Conflicts:    1301000 | #Constraints:     238586
1956.94/1964.19	c #Conflicts:    1302000 | #Constraints:     239586
1956.94/1964.19	c #Conflicts:    1303000 | #Constraints:     240586
1956.94/1964.19	c #Conflicts:    1304000 | #Constraints:     241586
1956.94/1964.19	c #Conflicts:    1305000 | #Constraints:     242586
1956.94/1964.19	c #Conflicts:    1306000 | #Constraints:     243586
1956.94/1964.19	c #Conflicts:    1307000 | #Constraints:     244586
1956.94/1964.19	c #Conflicts:    1308000 | #Constraints:     245586
1956.94/1964.19	c #Conflicts:    1309000 | #Constraints:     246586
1956.94/1964.19	c #Conflicts:    1310000 | #Constraints:     247586
1956.94/1964.19	c #Conflicts:    1311000 | #Constraints:     248586
1956.94/1964.19	c #Conflicts:    1312000 | #Constraints:     249586
1956.94/1964.19	c #Conflicts:    1313000 | #Constraints:     250586
1956.94/1964.19	c #Conflicts:    1314000 | #Constraints:     251586
1956.94/1964.19	c INPROCESSING
1956.94/1964.19	c GARBAGE COLLECT
1956.94/1964.19	c rational objective 2154
1982.53/1989.84	c #Conflicts:    1315000 | #Constraints:     180728
1982.53/1989.84	c #Conflicts:    1316000 | #Constraints:     181728
1982.53/1989.84	c #Conflicts:    1317000 | #Constraints:     182728
1982.53/1989.84	c #Conflicts:    1318000 | #Constraints:     183728
1982.53/1989.84	c #Conflicts:    1319000 | #Constraints:     184728
1982.53/1989.84	c #Conflicts:    1320000 | #Constraints:     185728
1982.53/1989.84	c #Conflicts:    1321000 | #Constraints:     186728
1982.53/1989.84	c #Conflicts:    1322000 | #Constraints:     187728
1982.53/1989.84	c #Conflicts:    1323000 | #Constraints:     188728
1982.53/1989.84	c bounds - >= 2155 @ 1968.43
1985.33/1992.64	c #Conflicts:    1324000 | #Constraints:     189743
1985.33/1992.64	c #Conflicts:    1325000 | #Constraints:     190743
1985.33/1992.64	c #Conflicts:    1326000 | #Constraints:     191743
1985.33/1992.64	c #Conflicts:    1327000 | #Constraints:     192743
1985.33/1992.64	c #Conflicts:    1328000 | #Constraints:     193743
1985.33/1992.64	c #Conflicts:    1329000 | #Constraints:     194743
1985.33/1992.64	c bounds - >= 2156 @ 1971.19
1989.31/1996.64	c #Conflicts:    1330000 | #Constraints:     195758
1989.31/1996.64	c #Conflicts:    1331000 | #Constraints:     196758
1989.31/1996.64	c #Conflicts:    1332000 | #Constraints:     197758
1989.31/1996.64	c #Conflicts:    1333000 | #Constraints:     198758
1989.31/1996.64	c #Conflicts:    1334000 | #Constraints:     199758
1989.31/1996.64	c #Conflicts:    1335000 | #Constraints:     200758
1989.31/1996.64	c #Conflicts:    1336000 | #Constraints:     201758
1989.31/1996.64	c #Conflicts:    1337000 | #Constraints:     202758
1989.31/1996.64	c #Conflicts:    1338000 | #Constraints:     203758
1989.31/1996.64	c #Conflicts:    1339000 | #Constraints:     204758
1989.31/1996.64	c bounds - >= 2157 @ 1975.1
2004.77/2012.12	c #Conflicts:    1340000 | #Constraints:     205770
2004.77/2012.12	c #Conflicts:    1341000 | #Constraints:     206770
2004.77/2012.12	c #Conflicts:    1342000 | #Constraints:     207770
2004.77/2012.12	c #Conflicts:    1343000 | #Constraints:     208770
2004.77/2012.12	c #Conflicts:    1344000 | #Constraints:     209770
2004.77/2012.12	c #Conflicts:    1345000 | #Constraints:     210770
2004.77/2012.12	c #Conflicts:    1346000 | #Constraints:     211770
2004.77/2012.12	c #Conflicts:    1347000 | #Constraints:     212770
2004.77/2012.12	c #Conflicts:    1348000 | #Constraints:     213770
2004.77/2012.12	c #Conflicts:    1349000 | #Constraints:     214770
2004.77/2012.12	c #Conflicts:    1350000 | #Constraints:     215770
2004.77/2012.12	c #Conflicts:    1351000 | #Constraints:     216770
2004.77/2012.12	c #Conflicts:    1352000 | #Constraints:     217770
2004.77/2012.12	c bounds - >= 2158 @ 1990.44
2058.81/2066.37	c #Conflicts:    1353000 | #Constraints:     218782
2058.81/2066.37	c #Conflicts:    1354000 | #Constraints:     219782
2058.81/2066.37	c #Conflicts:    1355000 | #Constraints:     220782
2058.81/2066.37	c #Conflicts:    1356000 | #Constraints:     221782
2058.81/2066.37	c #Conflicts:    1357000 | #Constraints:     222782
2058.81/2066.37	c #Conflicts:    1358000 | #Constraints:     223782
2058.81/2066.37	c #Conflicts:    1359000 | #Constraints:     224782
2058.81/2066.37	c #Conflicts:    1360000 | #Constraints:     225782
2058.81/2066.37	c #Conflicts:    1361000 | #Constraints:     226782
2058.81/2066.37	c #Conflicts:    1362000 | #Constraints:     227782
2058.81/2066.37	c #Conflicts:    1363000 | #Constraints:     228782
2058.81/2066.37	c #Conflicts:    1364000 | #Constraints:     229782
2058.81/2066.37	c #Conflicts:    1365000 | #Constraints:     230782
2058.81/2066.37	c #Conflicts:    1366000 | #Constraints:     231782
2058.81/2066.37	c #Conflicts:    1367000 | #Constraints:     232782
2058.81/2066.37	c #Conflicts:    1368000 | #Constraints:     233782
2058.81/2066.37	c #Conflicts:    1369000 | #Constraints:     234782
2058.81/2066.37	c #Conflicts:    1370000 | #Constraints:     235782
2058.81/2066.37	c #Conflicts:    1371000 | #Constraints:     236782
2058.81/2066.37	c #Conflicts:    1372000 | #Constraints:     237782
2058.81/2066.37	c bounds - >= 2159 @ 2044.32
2063.19/2070.71	c #Conflicts:    1373000 | #Constraints:     238797
2063.19/2070.71	c #Conflicts:    1374000 | #Constraints:     239797
2063.19/2070.71	c #Conflicts:    1375000 | #Constraints:     240797
2063.19/2070.71	c #Conflicts:    1376000 | #Constraints:     241797
2063.19/2070.71	c #Conflicts:    1377000 | #Constraints:     242797
2063.19/2070.71	c #Conflicts:    1378000 | #Constraints:     243797
2063.19/2070.71	c #Conflicts:    1379000 | #Constraints:     244797
2063.19/2070.71	c #Conflicts:    1380000 | #Constraints:     245797
2063.19/2070.71	c #Conflicts:    1381000 | #Constraints:     246797
2063.19/2070.71	c bounds - >= 2160 @ 2048.58
2066.78/2074.30	c #Conflicts:    1382000 | #Constraints:     247809
2066.78/2074.30	c #Conflicts:    1383000 | #Constraints:     248809
2066.78/2074.30	c #Conflicts:    1384000 | #Constraints:     249809
2066.78/2074.30	c #Conflicts:    1385000 | #Constraints:     250809
2066.78/2074.30	c #Conflicts:    1386000 | #Constraints:     251809
2066.78/2074.30	c #Conflicts:    1387000 | #Constraints:     252809
2066.78/2074.30	c #Conflicts:    1388000 | #Constraints:     253809
2066.78/2074.30	c INPROCESSING
2066.78/2074.30	c GARBAGE COLLECT
2066.78/2074.30	c rational objective 2160
2073.17/2080.79	c #Conflicts:    1389000 | #Constraints:     184567
2073.17/2080.79	c #Conflicts:    1390000 | #Constraints:     185567
2073.17/2080.79	c #Conflicts:    1391000 | #Constraints:     186567
2073.17/2080.79	c #Conflicts:    1392000 | #Constraints:     187567
2073.17/2080.79	c #Conflicts:    1393000 | #Constraints:     188567
2073.17/2080.79	c #Conflicts:    1394000 | #Constraints:     189567
2073.17/2080.79	c #Conflicts:    1395000 | #Constraints:     190567
2073.17/2080.79	c #Conflicts:    1396000 | #Constraints:     191567
2073.17/2080.79	c #Conflicts:    1397000 | #Constraints:     192567
2073.17/2080.79	c #Conflicts:    1398000 | #Constraints:     193567
2073.17/2080.79	c #Conflicts:    1399000 | #Constraints:     194567
2073.17/2080.79	c #Conflicts:    1400000 | #Constraints:     195567
2073.17/2080.79	c #Conflicts:    1401000 | #Constraints:     196567
2073.17/2080.79	c bounds - >= 2161 @ 2058.48
2138.27/2146.00	c #Conflicts:    1402000 | #Constraints:     197582
2138.27/2146.00	c #Conflicts:    1403000 | #Constraints:     198582
2138.27/2146.00	c #Conflicts:    1404000 | #Constraints:     199582
2138.27/2146.00	c #Conflicts:    1405000 | #Constraints:     200582
2138.27/2146.00	c #Conflicts:    1406000 | #Constraints:     201582
2138.27/2146.00	c #Conflicts:    1407000 | #Constraints:     202582
2138.27/2146.00	c #Conflicts:    1408000 | #Constraints:     203582
2138.27/2146.00	c #Conflicts:    1409000 | #Constraints:     204582
2138.27/2146.00	c #Conflicts:    1410000 | #Constraints:     205582
2138.27/2146.00	c #Conflicts:    1411000 | #Constraints:     206582
2138.27/2146.00	c #Conflicts:    1412000 | #Constraints:     207582
2138.27/2146.00	c #Conflicts:    1413000 | #Constraints:     208582
2138.27/2146.00	c #Conflicts:    1414000 | #Constraints:     209582
2138.27/2146.00	c #Conflicts:    1415000 | #Constraints:     210582
2138.27/2146.00	c #Conflicts:    1416000 | #Constraints:     211582
2138.27/2146.00	c #Conflicts:    1417000 | #Constraints:     212582
2138.27/2146.00	c #Conflicts:    1418000 | #Constraints:     213582
2138.27/2146.00	c #Conflicts:    1419000 | #Constraints:     214582
2138.27/2146.00	c #Conflicts:    1420000 | #Constraints:     215582
2138.27/2146.00	c bounds - >= 2162 @ 2123.29
2207.73/2218.87	c #Conflicts:    1421000 | #Constraints:     216594
2207.73/2218.87	c #Conflicts:    1422000 | #Constraints:     217594
2207.73/2218.87	c #Conflicts:    1423000 | #Constraints:     218594
2207.73/2218.87	c #Conflicts:    1424000 | #Constraints:     219594
2207.73/2218.87	c #Conflicts:    1425000 | #Constraints:     220594
2207.73/2218.87	c #Conflicts:    1426000 | #Constraints:     221594
2207.73/2218.87	c #Conflicts:    1427000 | #Constraints:     222594
2207.73/2218.87	c #Conflicts:    1428000 | #Constraints:     223594
2207.73/2218.87	c #Conflicts:    1429000 | #Constraints:     224594
2207.73/2218.87	c #Conflicts:    1430000 | #Constraints:     225594
2207.73/2218.87	c #Conflicts:    1431000 | #Constraints:     226594
2207.73/2218.87	c #Conflicts:    1432000 | #Constraints:     227594
2207.73/2218.87	c #Conflicts:    1433000 | #Constraints:     228594
2207.73/2218.87	c #Conflicts:    1434000 | #Constraints:     229594
2207.73/2218.87	c #Conflicts:    1435000 | #Constraints:     230594
2207.73/2218.87	c bounds - >= 2163 @ 2192.61
2210.52/2221.62	c #Conflicts:    1436000 | #Constraints:     231609
2210.52/2221.62	c #Conflicts:    1437000 | #Constraints:     232609
2210.52/2221.62	c #Conflicts:    1438000 | #Constraints:     233609
2210.52/2221.62	c #Conflicts:    1439000 | #Constraints:     234609
2210.52/2221.62	c bounds - >= 2164 @ 2195.3
2227.97/2239.10	c #Conflicts:    1440000 | #Constraints:     235624
2227.97/2239.10	c #Conflicts:    1441000 | #Constraints:     236624
2227.97/2239.10	c #Conflicts:    1442000 | #Constraints:     237624
2227.97/2239.10	c #Conflicts:    1443000 | #Constraints:     238624
2227.97/2239.10	c #Conflicts:    1444000 | #Constraints:     239624
2227.97/2239.10	c #Conflicts:    1445000 | #Constraints:     240624
2227.97/2239.10	c #Conflicts:    1446000 | #Constraints:     241624
2227.97/2239.10	c #Conflicts:    1447000 | #Constraints:     242624
2227.97/2239.10	c #Conflicts:    1448000 | #Constraints:     243624
2227.97/2239.10	c #Conflicts:    1449000 | #Constraints:     244624
2227.97/2239.10	c #Conflicts:    1450000 | #Constraints:     245624
2227.97/2239.10	c #Conflicts:    1451000 | #Constraints:     246624
2227.97/2239.10	c #Conflicts:    1452000 | #Constraints:     247624
2227.97/2239.10	c #Conflicts:    1453000 | #Constraints:     248624
2227.97/2239.10	c #Conflicts:    1454000 | #Constraints:     249624
2227.97/2239.10	c #Conflicts:    1455000 | #Constraints:     250624
2227.97/2239.10	c #Conflicts:    1456000 | #Constraints:     251624
2227.97/2239.10	c #Conflicts:    1457000 | #Constraints:     252624
2227.97/2239.10	c #Conflicts:    1458000 | #Constraints:     253624
2227.97/2239.10	c #Conflicts:    1459000 | #Constraints:     254624
2227.97/2239.10	c #Conflicts:    1460000 | #Constraints:     255624
2227.97/2239.10	c #Conflicts:    1461000 | #Constraints:     256624
2227.97/2239.10	c #Conflicts:    1462000 | #Constraints:     257624
2227.97/2239.10	c #Conflicts:    1463000 | #Constraints:     258624
2227.97/2239.10	c #Conflicts:    1464000 | #Constraints:     259624
2227.97/2239.10	c #Conflicts:    1465000 | #Constraints:     260624
2227.97/2239.10	c INPROCESSING
2227.97/2239.10	c GARBAGE COLLECT
2227.97/2239.10	c rational objective 2164
2231.25/2242.45	c #Conflicts:    1466000 | #Constraints:     188231
2231.25/2242.45	c #Conflicts:    1467000 | #Constraints:     189231
2231.25/2242.45	c #Conflicts:    1468000 | #Constraints:     190231
2231.25/2242.45	c #Conflicts:    1469000 | #Constraints:     191231
2231.25/2242.45	c #Conflicts:    1470000 | #Constraints:     192231
2231.25/2242.45	c #Conflicts:    1471000 | #Constraints:     193231
2231.25/2242.45	c #Conflicts:    1472000 | #Constraints:     194231
2231.25/2242.45	c bounds - >= 2165 @ 2215.83
2234.45/2245.64	c #Conflicts:    1473000 | #Constraints:     195246
2234.45/2245.64	c #Conflicts:    1474000 | #Constraints:     196246
2234.45/2245.64	c #Conflicts:    1475000 | #Constraints:     197246
2234.45/2245.64	c #Conflicts:    1476000 | #Constraints:     198246
2234.45/2245.64	c #Conflicts:    1477000 | #Constraints:     199246
2234.45/2245.64	c #Conflicts:    1478000 | #Constraints:     200246
2234.45/2245.64	c bounds - >= 2166 @ 2218.96
2238.04/2249.28	c #Conflicts:    1479000 | #Constraints:     201261
2238.04/2249.28	c #Conflicts:    1480000 | #Constraints:     202261
2238.04/2249.28	c #Conflicts:    1481000 | #Constraints:     203261
2238.04/2249.28	c #Conflicts:    1482000 | #Constraints:     204261
2238.04/2249.28	c #Conflicts:    1483000 | #Constraints:     205261
2238.04/2249.28	c #Conflicts:    1484000 | #Constraints:     206261
2238.04/2249.28	c #Conflicts:    1485000 | #Constraints:     207261
2238.04/2249.28	c #Conflicts:    1486000 | #Constraints:     208261
2238.04/2249.28	c #Conflicts:    1487000 | #Constraints:     209261
2238.04/2249.28	c bounds - >= 2167 @ 2222.53
2242.03/2253.27	c #Conflicts:    1488000 | #Constraints:     210276
2242.03/2253.27	c #Conflicts:    1489000 | #Constraints:     211276
2242.03/2253.27	c #Conflicts:    1490000 | #Constraints:     212276
2242.03/2253.27	c #Conflicts:    1491000 | #Constraints:     213276
2242.03/2253.27	c #Conflicts:    1492000 | #Constraints:     214276
2242.03/2253.27	c #Conflicts:    1493000 | #Constraints:     215276
2242.03/2253.27	c #Conflicts:    1494000 | #Constraints:     216276
2242.03/2253.27	c #Conflicts:    1495000 | #Constraints:     217276
2242.03/2253.27	c #Conflicts:    1496000 | #Constraints:     218276
2242.03/2253.27	c #Conflicts:    1497000 | #Constraints:     219276
2242.03/2253.27	c bounds - >= 2168 @ 2226.44
2250.71/2261.96	c #Conflicts:    1498000 | #Constraints:     220288
2250.71/2261.96	c #Conflicts:    1499000 | #Constraints:     221288
2250.71/2261.96	c #Conflicts:    1500000 | #Constraints:     222288
2250.71/2261.96	c #Conflicts:    1501000 | #Constraints:     223288
2250.71/2261.96	c #Conflicts:    1502000 | #Constraints:     224288
2250.71/2261.96	c #Conflicts:    1503000 | #Constraints:     225288
2250.71/2261.96	c #Conflicts:    1504000 | #Constraints:     226288
2250.71/2261.96	c #Conflicts:    1505000 | #Constraints:     227288
2250.71/2261.96	c #Conflicts:    1506000 | #Constraints:     228288
2250.71/2261.96	c #Conflicts:    1507000 | #Constraints:     229288
2250.71/2261.96	c #Conflicts:    1508000 | #Constraints:     230288
2250.71/2261.96	c #Conflicts:    1509000 | #Constraints:     231288
2250.71/2261.96	c #Conflicts:    1510000 | #Constraints:     232288
2250.71/2261.96	c #Conflicts:    1511000 | #Constraints:     233288
2250.71/2261.96	c #Conflicts:    1512000 | #Constraints:     234288
2250.71/2261.96	c bounds - >= 2169 @ 2234.98
2285.40/2296.78	c #Conflicts:    1513000 | #Constraints:     235300
2285.40/2296.78	c #Conflicts:    1514000 | #Constraints:     236300
2285.40/2296.78	c #Conflicts:    1515000 | #Constraints:     237300
2285.40/2296.78	c #Conflicts:    1516000 | #Constraints:     238300
2285.40/2296.78	c #Conflicts:    1517000 | #Constraints:     239300
2285.40/2296.78	c #Conflicts:    1518000 | #Constraints:     240300
2285.40/2296.78	c #Conflicts:    1519000 | #Constraints:     241300
2285.40/2296.78	c #Conflicts:    1520000 | #Constraints:     242300
2285.40/2296.78	c #Conflicts:    1521000 | #Constraints:     243300
2285.40/2296.78	c #Conflicts:    1522000 | #Constraints:     244300
2285.40/2296.78	c #Conflicts:    1523000 | #Constraints:     245300
2285.40/2296.78	c #Conflicts:    1524000 | #Constraints:     246300
2285.40/2296.78	c #Conflicts:    1525000 | #Constraints:     247300
2285.40/2296.78	c #Conflicts:    1526000 | #Constraints:     248300
2285.40/2296.78	c #Conflicts:    1527000 | #Constraints:     249300
2285.40/2296.78	c #Conflicts:    1528000 | #Constraints:     250300
2285.40/2296.78	c #Conflicts:    1529000 | #Constraints:     251300
2285.40/2296.78	c #Conflicts:    1530000 | #Constraints:     252300
2285.40/2296.78	c bounds - >= 2170 @ 2269.56
2294.18/2305.53	c #Conflicts:    1531000 | #Constraints:     253321
2294.18/2305.53	c #Conflicts:    1532000 | #Constraints:     254321
2294.18/2305.53	c #Conflicts:    1533000 | #Constraints:     255321
2294.18/2305.53	c #Conflicts:    1534000 | #Constraints:     256321
2294.18/2305.53	c #Conflicts:    1535000 | #Constraints:     257321
2294.18/2305.53	c #Conflicts:    1536000 | #Constraints:     258321
2294.18/2305.53	c #Conflicts:    1537000 | #Constraints:     259321
2294.18/2305.53	c #Conflicts:    1538000 | #Constraints:     260321
2294.18/2305.53	c #Conflicts:    1539000 | #Constraints:     261321
2294.18/2305.53	c #Conflicts:    1540000 | #Constraints:     262321
2294.18/2305.53	c #Conflicts:    1541000 | #Constraints:     263321
2294.18/2305.53	c #Conflicts:    1542000 | #Constraints:     264321
2294.18/2305.53	c #Conflicts:    1543000 | #Constraints:     265321
2294.18/2305.53	c INPROCESSING
2294.18/2305.53	c GARBAGE COLLECT
2294.18/2305.53	c rational objective 2170
2324.58/2336.02	c #Conflicts:    1544000 | #Constraints:     192371
2324.58/2336.02	c #Conflicts:    1545000 | #Constraints:     193371
2324.58/2336.02	c #Conflicts:    1546000 | #Constraints:     194371
2324.58/2336.02	c #Conflicts:    1547000 | #Constraints:     195371
2324.58/2336.02	c #Conflicts:    1548000 | #Constraints:     196371
2324.58/2336.02	c #Conflicts:    1549000 | #Constraints:     197371
2324.58/2336.02	c #Conflicts:    1550000 | #Constraints:     198371
2324.58/2336.02	c #Conflicts:    1551000 | #Constraints:     199371
2324.58/2336.02	c #Conflicts:    1552000 | #Constraints:     200371
2324.58/2336.02	c #Conflicts:    1553000 | #Constraints:     201371
2324.58/2336.02	c #Conflicts:    1554000 | #Constraints:     202371
2324.58/2336.02	c #Conflicts:    1555000 | #Constraints:     203371
2324.58/2336.02	c bounds - >= 2171 @ 2308.45
2359.07/2370.67	c #Conflicts:    1556000 | #Constraints:     204389
2359.07/2370.67	c #Conflicts:    1557000 | #Constraints:     205389
2359.07/2370.67	c #Conflicts:    1558000 | #Constraints:     206389
2359.07/2370.67	c #Conflicts:    1559000 | #Constraints:     207389
2359.07/2370.67	c #Conflicts:    1560000 | #Constraints:     208389
2359.07/2370.67	c #Conflicts:    1561000 | #Constraints:     209389
2359.07/2370.67	c #Conflicts:    1562000 | #Constraints:     210389
2359.07/2370.67	c #Conflicts:    1563000 | #Constraints:     211389
2359.07/2370.67	c #Conflicts:    1564000 | #Constraints:     212389
2359.07/2370.67	c #Conflicts:    1565000 | #Constraints:     213389
2359.07/2370.67	c #Conflicts:    1566000 | #Constraints:     214389
2359.07/2370.67	c #Conflicts:    1567000 | #Constraints:     215389
2359.07/2370.67	c bounds - >= 2172 @ 2342.86
2389.18/2400.81	c #Conflicts:    1568000 | #Constraints:     216407
2389.18/2400.81	c #Conflicts:    1569000 | #Constraints:     217407
2389.18/2400.81	c #Conflicts:    1570000 | #Constraints:     218407
2389.18/2400.81	c #Conflicts:    1571000 | #Constraints:     219407
2389.18/2400.81	c #Conflicts:    1572000 | #Constraints:     220407
2389.18/2400.81	c #Conflicts:    1573000 | #Constraints:     221407
2389.18/2400.81	c #Conflicts:    1574000 | #Constraints:     222407
2389.18/2400.81	c #Conflicts:    1575000 | #Constraints:     223407
2389.18/2400.81	c #Conflicts:    1576000 | #Constraints:     224407
2389.18/2400.81	c #Conflicts:    1577000 | #Constraints:     225407
2389.18/2400.81	c #Conflicts:    1578000 | #Constraints:     226407
2389.18/2400.81	c #Conflicts:    1579000 | #Constraints:     227407
2389.18/2400.81	c #Conflicts:    1580000 | #Constraints:     228407
2389.18/2400.81	c #Conflicts:    1581000 | #Constraints:     229407
2389.18/2400.81	c #Conflicts:    1582000 | #Constraints:     230407
2389.18/2400.81	c #Conflicts:    1583000 | #Constraints:     231407
2389.18/2400.81	c bounds - >= 2173 @ 2372.76
2431.03/2442.80	c #Conflicts:    1584000 | #Constraints:     232425
2431.03/2442.80	c #Conflicts:    1585000 | #Constraints:     233425
2431.03/2442.80	c #Conflicts:    1586000 | #Constraints:     234425
2431.03/2442.80	c #Conflicts:    1587000 | #Constraints:     235425
2431.03/2442.80	c #Conflicts:    1588000 | #Constraints:     236425
2431.03/2442.80	c #Conflicts:    1589000 | #Constraints:     237425
2431.03/2442.80	c #Conflicts:    1590000 | #Constraints:     238425
2431.03/2442.80	c #Conflicts:    1591000 | #Constraints:     239425
2431.03/2442.80	c #Conflicts:    1592000 | #Constraints:     240425
2431.03/2442.80	c #Conflicts:    1593000 | #Constraints:     241425
2431.03/2442.80	c #Conflicts:    1594000 | #Constraints:     242425
2431.03/2442.80	c #Conflicts:    1595000 | #Constraints:     243425
2431.03/2442.80	c #Conflicts:    1596000 | #Constraints:     244425
2431.03/2442.80	c #Conflicts:    1597000 | #Constraints:     245425
2431.03/2442.80	c #Conflicts:    1598000 | #Constraints:     246425
2431.03/2442.80	c #Conflicts:    1599000 | #Constraints:     247425
2431.03/2442.80	c #Conflicts:    1600000 | #Constraints:     248425
2431.03/2442.80	c #Conflicts:    1601000 | #Constraints:     249425
2431.03/2442.80	c #Conflicts:    1602000 | #Constraints:     250425
2431.03/2442.80	c #Conflicts:    1603000 | #Constraints:     251425
2431.03/2442.80	c #Conflicts:    1604000 | #Constraints:     252425
2431.03/2442.80	c #Conflicts:    1605000 | #Constraints:     253425
2431.03/2442.80	c #Conflicts:    1606000 | #Constraints:     254425
2431.03/2442.80	c #Conflicts:    1607000 | #Constraints:     255425
2431.03/2442.80	c #Conflicts:    1608000 | #Constraints:     256425
2431.03/2442.80	c #Conflicts:    1609000 | #Constraints:     257425
2431.03/2442.80	c #Conflicts:    1610000 | #Constraints:     258425
2431.03/2442.80	c #Conflicts:    1611000 | #Constraints:     259425
2431.03/2442.80	c #Conflicts:    1612000 | #Constraints:     260425
2431.03/2442.80	c #Conflicts:    1613000 | #Constraints:     261425
2431.03/2442.80	c #Conflicts:    1614000 | #Constraints:     262425
2431.03/2442.80	c #Conflicts:    1615000 | #Constraints:     263425
2431.03/2442.80	c #Conflicts:    1616000 | #Constraints:     264425
2431.03/2442.80	c #Conflicts:    1617000 | #Constraints:     265425
2431.03/2442.80	c #Conflicts:    1618000 | #Constraints:     266425
2431.03/2442.80	c #Conflicts:    1619000 | #Constraints:     267425
2431.03/2442.80	c #Conflicts:    1620000 | #Constraints:     268425
2431.03/2442.80	c #Conflicts:    1621000 | #Constraints:     269425
2431.03/2442.80	c #Conflicts:    1622000 | #Constraints:     270425
2431.03/2442.80	c #Conflicts:    1623000 | #Constraints:     271425
2431.03/2442.80	c INPROCESSING
2431.03/2442.80	c GARBAGE COLLECT
2431.03/2442.80	c rational objective 2173
2443.80/2455.65	c #Conflicts:    1624000 | #Constraints:     194422
2443.80/2455.65	c #Conflicts:    1625000 | #Constraints:     195422
2443.80/2455.65	c #Conflicts:    1626000 | #Constraints:     196422
2443.80/2455.65	c #Conflicts:    1627000 | #Constraints:     197422
2443.80/2455.65	c #Conflicts:    1628000 | #Constraints:     198422
2443.80/2455.65	c bounds - >= 2174 @ 2427.08
2446.77/2458.62	c #Conflicts:    1629000 | #Constraints:     199437
2446.77/2458.62	c #Conflicts:    1630000 | #Constraints:     200437
2446.77/2458.62	c #Conflicts:    1631000 | #Constraints:     201437
2446.77/2458.62	c #Conflicts:    1632000 | #Constraints:     202437
2446.77/2458.62	c #Conflicts:    1633000 | #Constraints:     203437
2446.77/2458.62	c bounds - >= 2175 @ 2429.98
2449.97/2461.80	c #Conflicts:    1634000 | #Constraints:     204449
2449.97/2461.80	c #Conflicts:    1635000 | #Constraints:     205449
2449.97/2461.80	c #Conflicts:    1636000 | #Constraints:     206449
2449.97/2461.80	c #Conflicts:    1637000 | #Constraints:     207449
2449.97/2461.80	c #Conflicts:    1638000 | #Constraints:     208449
2449.97/2461.80	c #Conflicts:    1639000 | #Constraints:     209449
2449.97/2461.80	c bounds - >= 2176 @ 2433.11
2454.55/2466.44	c #Conflicts:    1640000 | #Constraints:     210461
2454.55/2466.44	c #Conflicts:    1641000 | #Constraints:     211461
2454.55/2466.44	c #Conflicts:    1642000 | #Constraints:     212461
2454.55/2466.44	c #Conflicts:    1643000 | #Constraints:     213461
2454.55/2466.44	c #Conflicts:    1644000 | #Constraints:     214461
2454.55/2466.44	c #Conflicts:    1645000 | #Constraints:     215461
2454.55/2466.44	c #Conflicts:    1646000 | #Constraints:     216461
2454.55/2466.44	c #Conflicts:    1647000 | #Constraints:     217461
2454.55/2466.44	c #Conflicts:    1648000 | #Constraints:     218461
2454.55/2466.44	c #Conflicts:    1649000 | #Constraints:     219461
2454.55/2466.44	c #Conflicts:    1650000 | #Constraints:     220461
2454.55/2466.44	c #Conflicts:    1651000 | #Constraints:     221461
2454.55/2466.44	c bounds - >= 2177 @ 2437.66
2461.63/2473.55	c #Conflicts:    1652000 | #Constraints:     222479
2461.63/2473.55	c #Conflicts:    1653000 | #Constraints:     223479
2461.63/2473.55	c #Conflicts:    1654000 | #Constraints:     224479
2461.63/2473.55	c #Conflicts:    1655000 | #Constraints:     225479
2461.63/2473.55	c #Conflicts:    1656000 | #Constraints:     226479
2461.63/2473.55	c #Conflicts:    1657000 | #Constraints:     227479
2461.63/2473.55	c #Conflicts:    1658000 | #Constraints:     228479
2461.63/2473.55	c #Conflicts:    1659000 | #Constraints:     229479
2461.63/2473.55	c #Conflicts:    1660000 | #Constraints:     230479
2461.63/2473.55	c #Conflicts:    1661000 | #Constraints:     231479
2461.63/2473.55	c #Conflicts:    1662000 | #Constraints:     232479
2461.63/2473.55	c #Conflicts:    1663000 | #Constraints:     233479
2461.63/2473.55	c #Conflicts:    1664000 | #Constraints:     234479
2461.63/2473.55	c #Conflicts:    1665000 | #Constraints:     235479
2461.63/2473.55	c #Conflicts:    1666000 | #Constraints:     236479
2461.63/2473.55	c #Conflicts:    1667000 | #Constraints:     237479
2461.63/2473.55	c bounds - >= 2178 @ 2444.65
2637.58/2650.01	c #Conflicts:    1668000 | #Constraints:     238488
2637.58/2650.01	c #Conflicts:    1669000 | #Constraints:     239488
2637.58/2650.01	c #Conflicts:    1670000 | #Constraints:     240488
2637.58/2650.01	c #Conflicts:    1671000 | #Constraints:     241488
2637.58/2650.01	c #Conflicts:    1672000 | #Constraints:     242488
2637.58/2650.01	c #Conflicts:    1673000 | #Constraints:     243488
2637.58/2650.01	c #Conflicts:    1674000 | #Constraints:     244488
2637.58/2650.01	c #Conflicts:    1675000 | #Constraints:     245488
2637.58/2650.01	c #Conflicts:    1676000 | #Constraints:     246488
2637.58/2650.01	c #Conflicts:    1677000 | #Constraints:     247488
2637.58/2650.01	c #Conflicts:    1678000 | #Constraints:     248488
2637.58/2650.01	c #Conflicts:    1679000 | #Constraints:     249488
2637.58/2650.01	c #Conflicts:    1680000 | #Constraints:     250488
2637.58/2650.01	c #Conflicts:    1681000 | #Constraints:     251488
2637.58/2650.01	c #Conflicts:    1682000 | #Constraints:     252488
2637.58/2650.01	c #Conflicts:    1683000 | #Constraints:     253488
2637.58/2650.01	c #Conflicts:    1684000 | #Constraints:     254488
2637.58/2650.01	c #Conflicts:    1685000 | #Constraints:     255488
2637.58/2650.01	c #Conflicts:    1686000 | #Constraints:     256488
2637.58/2650.01	c #Conflicts:    1687000 | #Constraints:     257488
2637.58/2650.01	c #Conflicts:    1688000 | #Constraints:     258488
2637.58/2650.01	c #Conflicts:    1689000 | #Constraints:     259488
2637.58/2650.01	c #Conflicts:    1690000 | #Constraints:     260488
2637.58/2650.01	c #Conflicts:    1691000 | #Constraints:     261488
2637.58/2650.01	c #Conflicts:    1692000 | #Constraints:     262488
2637.58/2650.01	c #Conflicts:    1693000 | #Constraints:     263488
2637.58/2650.01	c #Conflicts:    1694000 | #Constraints:     264488
2637.58/2650.01	c #Conflicts:    1695000 | #Constraints:     265488
2637.58/2650.01	c #Conflicts:    1696000 | #Constraints:     266488
2637.58/2650.01	c #Conflicts:    1697000 | #Constraints:     267488
2637.58/2650.01	c #Conflicts:    1698000 | #Constraints:     268488
2637.58/2650.01	c #Conflicts:    1699000 | #Constraints:     269488
2637.58/2650.01	c #Conflicts:    1700000 | #Constraints:     270488
2637.58/2650.01	c #Conflicts:    1701000 | #Constraints:     271488
2637.58/2650.01	c #Conflicts:    1702000 | #Constraints:     272488
2637.58/2650.01	c #Conflicts:    1703000 | #Constraints:     273488
2637.58/2650.01	c #Conflicts:    1704000 | #Constraints:     274488
2637.58/2650.01	c #Conflicts:    1705000 | #Constraints:     275488
2637.58/2650.01	c #Conflicts:    1706000 | #Constraints:     276488
2637.58/2650.01	c INPROCESSING
2637.58/2650.01	c GARBAGE COLLECT
2637.58/2650.01	c rational objective 2178
2723.12/2735.86	c #Conflicts:    1707000 | #Constraints:     199641
2723.12/2735.86	c #Conflicts:    1708000 | #Constraints:     200641
2723.12/2735.86	c #Conflicts:    1709000 | #Constraints:     201641
2723.12/2735.86	c #Conflicts:    1710000 | #Constraints:     202641
2723.12/2735.86	c #Conflicts:    1711000 | #Constraints:     203641
2723.12/2735.86	c #Conflicts:    1712000 | #Constraints:     204641
2723.12/2735.86	c #Conflicts:    1713000 | #Constraints:     205641
2723.12/2735.86	c #Conflicts:    1714000 | #Constraints:     206641
2723.12/2735.86	c #Conflicts:    1715000 | #Constraints:     207641
2723.12/2735.86	c #Conflicts:    1716000 | #Constraints:     208641
2723.12/2735.86	c #Conflicts:    1717000 | #Constraints:     209641
2723.12/2735.86	c #Conflicts:    1718000 | #Constraints:     210641
2723.12/2735.86	c #Conflicts:    1719000 | #Constraints:     211641
2723.12/2735.86	c #Conflicts:    1720000 | #Constraints:     212641
2723.12/2735.86	c #Conflicts:    1721000 | #Constraints:     213641
2723.12/2735.86	c #Conflicts:    1722000 | #Constraints:     214641
2723.12/2735.86	c #Conflicts:    1723000 | #Constraints:     215641
2723.12/2735.86	c #Conflicts:    1724000 | #Constraints:     216641
2723.12/2735.86	c #Conflicts:    1725000 | #Constraints:     217641
2723.12/2735.86	c #Conflicts:    1726000 | #Constraints:     218641
2723.12/2735.86	c #Conflicts:    1727000 | #Constraints:     219641
2723.12/2735.86	c #Conflicts:    1728000 | #Constraints:     220641
2723.12/2735.86	c #Conflicts:    1729000 | #Constraints:     221641
2723.12/2735.86	c bounds - >= 2179 @ 2705.41
3050.48/3064.15	c #Conflicts:    1730000 | #Constraints:     222656
3050.48/3064.15	c #Conflicts:    1731000 | #Constraints:     223656
3050.48/3064.15	c #Conflicts:    1732000 | #Constraints:     224656
3050.48/3064.15	c #Conflicts:    1733000 | #Constraints:     225656
3050.48/3064.15	c #Conflicts:    1734000 | #Constraints:     226656
3050.48/3064.15	c #Conflicts:    1735000 | #Constraints:     227656
3050.48/3064.15	c #Conflicts:    1736000 | #Constraints:     228656
3050.48/3064.15	c #Conflicts:    1737000 | #Constraints:     229656
3050.48/3064.15	c #Conflicts:    1738000 | #Constraints:     230656
3050.48/3064.15	c #Conflicts:    1739000 | #Constraints:     231656
3050.48/3064.15	c #Conflicts:    1740000 | #Constraints:     232656
3050.48/3064.15	c #Conflicts:    1741000 | #Constraints:     233656
3050.48/3064.15	c #Conflicts:    1742000 | #Constraints:     234656
3050.48/3064.15	c #Conflicts:    1743000 | #Constraints:     235656
3050.48/3064.15	c #Conflicts:    1744000 | #Constraints:     236656
3050.48/3064.15	c #Conflicts:    1745000 | #Constraints:     237656
3050.48/3064.15	c #Conflicts:    1746000 | #Constraints:     238656
3050.48/3064.15	c #Conflicts:    1747000 | #Constraints:     239656
3050.48/3064.15	c #Conflicts:    1748000 | #Constraints:     240656
3050.48/3064.15	c #Conflicts:    1749000 | #Constraints:     241656
3050.48/3064.15	c #Conflicts:    1750000 | #Constraints:     242656
3050.48/3064.15	c #Conflicts:    1751000 | #Constraints:     243656
3050.48/3064.15	c #Conflicts:    1752000 | #Constraints:     244656
3050.48/3064.15	c #Conflicts:    1753000 | #Constraints:     245656
3050.48/3064.15	c #Conflicts:    1754000 | #Constraints:     246656
3050.48/3064.15	c #Conflicts:    1755000 | #Constraints:     247656
3050.48/3064.15	c #Conflicts:    1756000 | #Constraints:     248656
3050.48/3064.15	c #Conflicts:    1757000 | #Constraints:     249656
3050.48/3064.15	c #Conflicts:    1758000 | #Constraints:     250656
3050.48/3064.15	c #Conflicts:    1759000 | #Constraints:     251656
3050.48/3064.15	c #Conflicts:    1760000 | #Constraints:     252656
3050.48/3064.15	c #Conflicts:    1761000 | #Constraints:     253656
3050.48/3064.15	c #Conflicts:    1762000 | #Constraints:     254656
3050.48/3064.15	c #Conflicts:    1763000 | #Constraints:     255656
3050.48/3064.15	c #Conflicts:    1764000 | #Constraints:     256656
3050.48/3064.15	c #Conflicts:    1765000 | #Constraints:     257656
3050.48/3064.15	c #Conflicts:    1766000 | #Constraints:     258656
3050.48/3064.15	c #Conflicts:    1767000 | #Constraints:     259656
3050.48/3064.15	c #Conflicts:    1768000 | #Constraints:     260656
3050.48/3064.15	c #Conflicts:    1769000 | #Constraints:     261656
3050.48/3064.15	c #Conflicts:    1770000 | #Constraints:     262656
3050.48/3064.15	c #Conflicts:    1771000 | #Constraints:     263656
3050.48/3064.15	c #Conflicts:    1772000 | #Constraints:     264656
3050.48/3064.15	c #Conflicts:    1773000 | #Constraints:     265656
3050.48/3064.15	c #Conflicts:    1774000 | #Constraints:     266656
3050.48/3064.15	c #Conflicts:    1775000 | #Constraints:     267656
3050.48/3064.15	c #Conflicts:    1776000 | #Constraints:     268656
3050.48/3064.15	c #Conflicts:    1777000 | #Constraints:     269656
3050.48/3064.15	c #Conflicts:    1778000 | #Constraints:     270656
3050.48/3064.15	c #Conflicts:    1779000 | #Constraints:     271656
3050.48/3064.15	c #Conflicts:    1780000 | #Constraints:     272656
3050.48/3064.15	c #Conflicts:    1781000 | #Constraints:     273656
3050.48/3064.15	c #Conflicts:    1782000 | #Constraints:     274656
3050.48/3064.15	c #Conflicts:    1783000 | #Constraints:     275656
3050.48/3064.15	c #Conflicts:    1784000 | #Constraints:     276656
3050.48/3064.15	c #Conflicts:    1785000 | #Constraints:     277656
3050.48/3064.15	c #Conflicts:    1786000 | #Constraints:     278656
3050.48/3064.15	c #Conflicts:    1787000 | #Constraints:     279656
3050.48/3064.15	c #Conflicts:    1788000 | #Constraints:     280656
3050.48/3064.15	c #Conflicts:    1789000 | #Constraints:     281656
3050.48/3064.15	c #Conflicts:    1790000 | #Constraints:     282656
3050.48/3064.15	c bounds - >= 2180 @ 3031.93
3052.87/3066.50	c INPROCESSING
3052.87/3066.50	c GARBAGE COLLECT
3052.87/3066.50	c rational objective 2180
3109.25/3123.25	c #Conflicts:    1791000 | #Constraints:     202464
3109.25/3123.25	c #Conflicts:    1792000 | #Constraints:     203464
3109.25/3123.25	c #Conflicts:    1793000 | #Constraints:     204464
3109.25/3123.25	c #Conflicts:    1794000 | #Constraints:     205464
3109.25/3123.25	c #Conflicts:    1795000 | #Constraints:     206464
3109.25/3123.25	c #Conflicts:    1796000 | #Constraints:     207464
3109.25/3123.25	c #Conflicts:    1797000 | #Constraints:     208464
3109.25/3123.25	c #Conflicts:    1798000 | #Constraints:     209464
3109.25/3123.25	c #Conflicts:    1799000 | #Constraints:     210464
3109.25/3123.25	c #Conflicts:    1800000 | #Constraints:     211464
3109.25/3123.25	c #Conflicts:    1801000 | #Constraints:     212464
3109.25/3123.25	c #Conflicts:    1802000 | #Constraints:     213464
3109.25/3123.25	c #Conflicts:    1803000 | #Constraints:     214464
3109.25/3123.25	c #Conflicts:    1804000 | #Constraints:     215464
3109.25/3123.25	c #Conflicts:    1805000 | #Constraints:     216464
3109.25/3123.25	c #Conflicts:    1806000 | #Constraints:     217464
3109.25/3123.25	c #Conflicts:    1807000 | #Constraints:     218464
3109.25/3123.25	c #Conflicts:    1808000 | #Constraints:     219464
3109.25/3123.25	c #Conflicts:    1809000 | #Constraints:     220464
3109.25/3123.25	c #Conflicts:    1810000 | #Constraints:     221464
3109.25/3123.25	c #Conflicts:    1811000 | #Constraints:     222464
3109.25/3123.25	c #Conflicts:    1812000 | #Constraints:     223464
3109.25/3123.25	c #Conflicts:    1813000 | #Constraints:     224464
3109.25/3123.25	c #Conflicts:    1814000 | #Constraints:     225464
3109.25/3123.25	c #Conflicts:    1815000 | #Constraints:     226464
3109.25/3123.25	c #Conflicts:    1816000 | #Constraints:     227464
3109.25/3123.25	c #Conflicts:    1817000 | #Constraints:     228464
3109.25/3123.25	c #Conflicts:    1818000 | #Constraints:     229464
3109.25/3123.25	c #Conflicts:    1819000 | #Constraints:     230464
3109.25/3123.25	c #Conflicts:    1820000 | #Constraints:     231464
3109.25/3123.25	c #Conflicts:    1821000 | #Constraints:     232464
3109.25/3123.25	c #Conflicts:    1822000 | #Constraints:     233464
3109.25/3123.25	c #Conflicts:    1823000 | #Constraints:     234464
3109.25/3123.25	c #Conflicts:    1824000 | #Constraints:     235464
3109.25/3123.25	c #Conflicts:    1825000 | #Constraints:     236464
3109.25/3123.25	c #Conflicts:    1826000 | #Constraints:     237464
3109.25/3123.25	c #Conflicts:    1827000 | #Constraints:     238464
3109.25/3123.25	c #Conflicts:    1828000 | #Constraints:     239464
3109.25/3123.25	c #Conflicts:    1829000 | #Constraints:     240464
3109.25/3123.25	c #Conflicts:    1830000 | #Constraints:     241464
3109.25/3123.25	c #Conflicts:    1831000 | #Constraints:     242464
3109.25/3123.25	c #Conflicts:    1832000 | #Constraints:     243464
3109.25/3123.25	c #Conflicts:    1833000 | #Constraints:     244464
3109.25/3123.25	c #Conflicts:    1834000 | #Constraints:     245464
3109.25/3123.25	c #Conflicts:    1835000 | #Constraints:     246464
3109.25/3123.25	c #Conflicts:    1836000 | #Constraints:     247464
3109.25/3123.25	c #Conflicts:    1837000 | #Constraints:     248464
3109.25/3123.25	c #Conflicts:    1838000 | #Constraints:     249464
3109.25/3123.25	c #Conflicts:    1839000 | #Constraints:     250464
3109.25/3123.25	c #Conflicts:    1840000 | #Constraints:     251464
3109.25/3123.25	c #Conflicts:    1841000 | #Constraints:     252464
3109.25/3123.25	c #Conflicts:    1842000 | #Constraints:     253464
3109.25/3123.25	c #Conflicts:    1843000 | #Constraints:     254464
3109.25/3123.25	c #Conflicts:    1844000 | #Constraints:     255464
3109.25/3123.25	c #Conflicts:    1845000 | #Constraints:     256464
3109.25/3123.25	c #Conflicts:    1846000 | #Constraints:     257464
3109.25/3123.25	c #Conflicts:    1847000 | #Constraints:     258464
3109.25/3123.25	c #Conflicts:    1848000 | #Constraints:     259464
3109.25/3123.25	c #Conflicts:    1849000 | #Constraints:     260464
3109.25/3123.25	c #Conflicts:    1850000 | #Constraints:     261464
3109.25/3123.25	c #Conflicts:    1851000 | #Constraints:     262464
3109.25/3123.25	c #Conflicts:    1852000 | #Constraints:     263464
3109.25/3123.25	c #Conflicts:    1853000 | #Constraints:     264464
3109.25/3123.25	c #Conflicts:    1854000 | #Constraints:     265464
3109.25/3123.25	c #Conflicts:    1855000 | #Constraints:     266464
3109.25/3123.25	c #Conflicts:    1856000 | #Constraints:     267464
3109.25/3123.25	c #Conflicts:    1857000 | #Constraints:     268464
3109.25/3123.25	c #Conflicts:    1858000 | #Constraints:     269464
3109.25/3123.25	c #Conflicts:    1859000 | #Constraints:     270464
3109.25/3123.25	c #Conflicts:    1860000 | #Constraints:     271464
3109.25/3123.25	c #Conflicts:    1861000 | #Constraints:     272464
3109.25/3123.25	c #Conflicts:    1862000 | #Constraints:     273464
3109.25/3123.25	c #Conflicts:    1863000 | #Constraints:     274464
3109.25/3123.25	c #Conflicts:    1864000 | #Constraints:     275464
3109.25/3123.25	c #Conflicts:    1865000 | #Constraints:     276464
3109.25/3123.25	c #Conflicts:    1866000 | #Constraints:     277464
3109.25/3123.25	c #Conflicts:    1867000 | #Constraints:     278464
3109.25/3123.25	c #Conflicts:    1868000 | #Constraints:     279464
3109.25/3123.25	c #Conflicts:    1869000 | #Constraints:     280464
3115.74/3129.79	c #Conflicts:    1870000 | #Constraints:     281464
3115.74/3129.79	c #Conflicts:    1871000 | #Constraints:     282464
3115.74/3129.79	c #Conflicts:    1872000 | #Constraints:     283464
3115.74/3129.79	c #Conflicts:    1873000 | #Constraints:     284464
3115.74/3129.79	c #Conflicts:    1874000 | #Constraints:     285464
3115.74/3129.79	c #Conflicts:    1875000 | #Constraints:     286464
3115.74/3129.79	c #Conflicts:    1876000 | #Constraints:     287464
3115.74/3129.79	c INPROCESSING
3115.74/3129.79	c GARBAGE COLLECT
3115.74/3129.79	c rational objective 2180
3217.80/3232.19	c #Conflicts:    1877000 | #Constraints:     202523
3217.80/3232.19	c #Conflicts:    1878000 | #Constraints:     203523
3217.80/3232.19	c #Conflicts:    1879000 | #Constraints:     204523
3217.80/3232.19	c #Conflicts:    1880000 | #Constraints:     205523
3217.80/3232.19	c #Conflicts:    1881000 | #Constraints:     206523
3217.80/3232.19	c #Conflicts:    1882000 | #Constraints:     207523
3217.80/3232.19	c #Conflicts:    1883000 | #Constraints:     208523
3217.80/3232.19	c #Conflicts:    1884000 | #Constraints:     209523
3217.80/3232.19	c #Conflicts:    1885000 | #Constraints:     210523
3217.80/3232.19	c #Conflicts:    1886000 | #Constraints:     211523
3217.80/3232.19	c #Conflicts:    1887000 | #Constraints:     212523
3217.80/3232.19	c #Conflicts:    1888000 | #Constraints:     213523
3217.80/3232.19	c #Conflicts:    1889000 | #Constraints:     214523
3217.80/3232.19	c #Conflicts:    1890000 | #Constraints:     215523
3217.80/3232.19	c #Conflicts:    1891000 | #Constraints:     216523
3217.80/3232.19	c #Conflicts:    1892000 | #Constraints:     217523
3217.80/3232.19	c #Conflicts:    1893000 | #Constraints:     218523
3217.80/3232.19	c #Conflicts:    1894000 | #Constraints:     219523
3217.80/3232.19	c #Conflicts:    1895000 | #Constraints:     220523
3217.80/3232.19	c #Conflicts:    1896000 | #Constraints:     221523
3217.80/3232.20	c #Conflicts:    1897000 | #Constraints:     222523
3217.80/3232.20	c #Conflicts:    1898000 | #Constraints:     223523
3217.80/3232.20	c #Conflicts:    1899000 | #Constraints:     224524
3217.80/3232.20	c #Conflicts:    1900000 | #Constraints:     225524
3217.80/3232.20	c #Conflicts:    1901000 | #Constraints:     226524
3217.80/3232.20	c #Conflicts:    1902000 | #Constraints:     227524
3217.80/3232.20	c #Conflicts:    1903000 | #Constraints:     228524
3217.80/3232.20	c #Conflicts:    1904000 | #Constraints:     229524
3217.80/3232.20	c #Conflicts:    1905000 | #Constraints:     230524
3217.80/3232.20	c #Conflicts:    1906000 | #Constraints:     231524
3217.80/3232.20	c #Conflicts:    1907000 | #Constraints:     232524
3217.80/3232.20	c #Conflicts:    1908000 | #Constraints:     233524
3217.80/3232.20	c #Conflicts:    1909000 | #Constraints:     234524
3217.80/3232.20	c #Conflicts:    1910000 | #Constraints:     235524
3217.80/3232.20	c #Conflicts:    1911000 | #Constraints:     236524
3217.80/3232.20	c #Conflicts:    1912000 | #Constraints:     237524
3217.80/3232.20	c #Conflicts:    1913000 | #Constraints:     238524
3217.80/3232.20	c #Conflicts:    1914000 | #Constraints:     239524
3217.80/3232.20	c #Conflicts:    1915000 | #Constraints:     240524
3217.80/3232.20	c #Conflicts:    1916000 | #Constraints:     241524
3217.80/3232.20	c #Conflicts:    1917000 | #Constraints:     242524
3217.80/3232.20	c #Conflicts:    1918000 | #Constraints:     243524
3217.80/3232.20	c #Conflicts:    1919000 | #Constraints:     244524
3217.80/3232.20	c #Conflicts:    1920000 | #Constraints:     245524
3217.80/3232.20	c #Conflicts:    1921000 | #Constraints:     246524
3217.80/3232.20	c #Conflicts:    1922000 | #Constraints:     247524
3217.80/3232.20	c #Conflicts:    1923000 | #Constraints:     248524
3217.80/3232.20	c #Conflicts:    1924000 | #Constraints:     249524
3217.80/3232.20	c #Conflicts:    1925000 | #Constraints:     250524
3217.80/3232.20	c #Conflicts:    1926000 | #Constraints:     251524
3217.80/3232.20	c #Conflicts:    1927000 | #Constraints:     252524
3217.80/3232.20	c #Conflicts:    1928000 | #Constraints:     253524
3217.80/3232.20	c #Conflicts:    1929000 | #Constraints:     254524
3217.80/3232.20	c #Conflicts:    1930000 | #Constraints:     255524
3217.80/3232.20	c #Conflicts:    1931000 | #Constraints:     256524
3217.80/3232.20	c #Conflicts:    1932000 | #Constraints:     257524
3217.80/3232.20	c #Conflicts:    1933000 | #Constraints:     258524
3217.80/3232.20	c #Conflicts:    1934000 | #Constraints:     259524
3217.80/3232.20	c #Conflicts:    1935000 | #Constraints:     260524
3217.80/3232.20	c #Conflicts:    1936000 | #Constraints:     261524
3217.80/3232.20	c #Conflicts:    1937000 | #Constraints:     262524
3217.80/3232.20	c #Conflicts:    1938000 | #Constraints:     263524
3217.80/3232.20	c #Conflicts:    1939000 | #Constraints:     264524
3217.80/3232.20	c #Conflicts:    1940000 | #Constraints:     265524
3217.80/3232.20	c #Conflicts:    1941000 | #Constraints:     266524
3217.80/3232.20	c #Conflicts:    1942000 | #Constraints:     267524
3217.80/3232.20	c #Conflicts:    1943000 | #Constraints:     268524
3217.80/3232.20	c #Conflicts:    1944000 | #Constraints:     269524
3217.80/3232.20	c #Conflicts:    1945000 | #Constraints:     270524
3217.80/3232.20	c #Conflicts:    1946000 | #Constraints:     271524
3217.80/3232.20	c #Conflicts:    1947000 | #Constraints:     272524
3217.80/3232.20	c #Conflicts:    1948000 | #Constraints:     273524
3217.80/3232.20	c #Conflicts:    1949000 | #Constraints:     274524
3217.80/3232.20	c #Conflicts:    1950000 | #Constraints:     275524
3217.80/3232.20	c #Conflicts:    1951000 | #Constraints:     276524
3217.80/3232.20	c #Conflicts:    1952000 | #Constraints:     277524
3217.80/3232.20	c #Conflicts:    1953000 | #Constraints:     278524
3217.80/3232.20	c #Conflicts:    1954000 | #Constraints:     279524
3217.80/3232.20	c #Conflicts:    1955000 | #Constraints:     280524
3236.35/3250.75	c #Conflicts:    1956000 | #Constraints:     281524
3236.35/3250.75	c #Conflicts:    1957000 | #Constraints:     282524
3236.35/3250.75	c #Conflicts:    1958000 | #Constraints:     283524
3236.35/3250.75	c #Conflicts:    1959000 | #Constraints:     284524
3236.35/3250.75	c #Conflicts:    1960000 | #Constraints:     285524
3236.35/3250.75	c #Conflicts:    1961000 | #Constraints:     286524
3236.35/3250.75	c #Conflicts:    1962000 | #Constraints:     287524
3236.35/3250.75	c #Conflicts:    1963000 | #Constraints:     288524
3236.35/3250.75	c #Conflicts:    1964000 | #Constraints:     289524
3236.35/3250.75	c #Conflicts:    1965000 | #Constraints:     290524
3236.35/3250.75	c INPROCESSING
3236.35/3250.75	c GARBAGE COLLECT
3236.35/3250.75	c rational objective 2180
3457.38/3475.37	c #Conflicts:    1966000 | #Constraints:     206905
3457.38/3475.37	c #Conflicts:    1967000 | #Constraints:     207905
3457.38/3475.37	c #Conflicts:    1968000 | #Constraints:     208905
3457.38/3475.37	c #Conflicts:    1969000 | #Constraints:     209905
3457.38/3475.37	c #Conflicts:    1970000 | #Constraints:     210905
3457.38/3475.37	c #Conflicts:    1971000 | #Constraints:     211905
3457.38/3475.37	c #Conflicts:    1972000 | #Constraints:     212905
3457.38/3475.37	c #Conflicts:    1973000 | #Constraints:     213905
3457.38/3475.37	c #Conflicts:    1974000 | #Constraints:     214905
3457.38/3475.37	c #Conflicts:    1975000 | #Constraints:     215905
3457.38/3475.37	c #Conflicts:    1976000 | #Constraints:     216905
3457.38/3475.37	c #Conflicts:    1977000 | #Constraints:     217905
3457.38/3475.37	c #Conflicts:    1978000 | #Constraints:     218905
3457.38/3475.37	c #Conflicts:    1979000 | #Constraints:     219905
3457.38/3475.37	c #Conflicts:    1980000 | #Constraints:     220905
3457.38/3475.37	c #Conflicts:    1981000 | #Constraints:     221905
3457.38/3475.37	c #Conflicts:    1982000 | #Constraints:     222905
3457.38/3475.37	c #Conflicts:    1983000 | #Constraints:     223905
3457.38/3475.37	c #Conflicts:    1984000 | #Constraints:     224905
3457.38/3475.37	c #Conflicts:    1985000 | #Constraints:     225905
3457.38/3475.37	c #Conflicts:    1986000 | #Constraints:     226905
3457.38/3475.37	c #Conflicts:    1987000 | #Constraints:     227905
3457.38/3475.37	c #Conflicts:    1988000 | #Constraints:     228905
3457.38/3475.37	c #Conflicts:    1989000 | #Constraints:     229905
3457.38/3475.37	c #Conflicts:    1990000 | #Constraints:     230906
3457.38/3475.37	c #Conflicts:    1991000 | #Constraints:     231908
3457.38/3475.37	c #Conflicts:    1992000 | #Constraints:     232908
3457.38/3475.37	c #Conflicts:    1993000 | #Constraints:     233908
3457.38/3475.37	c #Conflicts:    1994000 | #Constraints:     234908
3457.38/3475.37	c #Conflicts:    1995000 | #Constraints:     235908
3457.38/3475.37	c #Conflicts:    1996000 | #Constraints:     236908
3457.38/3475.37	c #Conflicts:    1997000 | #Constraints:     237908
3457.38/3475.37	c #Conflicts:    1998000 | #Constraints:     238908
3457.38/3475.37	c #Conflicts:    1999000 | #Constraints:     239908
3457.38/3475.37	c #Conflicts:    2000000 | #Constraints:     240908
3457.38/3475.37	c #Conflicts:    2001000 | #Constraints:     241908
3457.38/3475.37	c #Conflicts:    2002000 | #Constraints:     242908
3457.38/3475.37	c #Conflicts:    2003000 | #Constraints:     243908
3457.38/3475.37	c #Conflicts:    2004000 | #Constraints:     244908
3457.38/3475.37	c #Conflicts:    2005000 | #Constraints:     245908
3457.38/3475.37	c #Conflicts:    2006000 | #Constraints:     246909
3457.38/3475.37	c #Conflicts:    2007000 | #Constraints:     247909
3457.38/3475.37	c #Conflicts:    2008000 | #Constraints:     248909
3457.38/3475.37	c #Conflicts:    2009000 | #Constraints:     249909
3457.38/3475.37	c #Conflicts:    2010000 | #Constraints:     250910
3457.38/3475.37	c #Conflicts:    2011000 | #Constraints:     251910
3457.38/3475.37	c #Conflicts:    2012000 | #Constraints:     252910
3457.38/3475.37	c #Conflicts:    2013000 | #Constraints:     253910
3457.38/3475.37	c #Conflicts:    2014000 | #Constraints:     254910
3457.38/3475.37	c #Conflicts:    2015000 | #Constraints:     255910
3457.38/3475.37	c #Conflicts:    2016000 | #Constraints:     256910
3457.38/3475.37	c #Conflicts:    2017000 | #Constraints:     257910
3457.38/3475.37	c #Conflicts:    2018000 | #Constraints:     258910
3457.38/3475.37	c #Conflicts:    2019000 | #Constraints:     259910
3457.38/3475.37	c #Conflicts:    2020000 | #Constraints:     260910
3457.38/3475.37	c #Conflicts:    2021000 | #Constraints:     261910
3457.38/3475.37	c #Conflicts:    2022000 | #Constraints:     262910
3457.38/3475.37	c #Conflicts:    2023000 | #Constraints:     263910
3457.38/3475.37	c #Conflicts:    2024000 | #Constraints:     264910
3457.38/3475.37	c #Conflicts:    2025000 | #Constraints:     265910
3457.38/3475.37	c #Conflicts:    2026000 | #Constraints:     266910
3457.38/3475.37	c #Conflicts:    2027000 | #Constraints:     267910
3457.38/3475.37	c #Conflicts:    2028000 | #Constraints:     268910
3457.38/3475.37	c #Conflicts:    2029000 | #Constraints:     269912
3457.38/3475.37	c #Conflicts:    2030000 | #Constraints:     270912
3457.38/3475.37	c #Conflicts:    2031000 | #Constraints:     271912
3457.38/3475.37	c #Conflicts:    2032000 | #Constraints:     272912
3457.38/3475.37	c #Conflicts:    2033000 | #Constraints:     273912
3457.38/3475.37	c #Conflicts:    2034000 | #Constraints:     274912
3457.38/3475.37	c #Conflicts:    2035000 | #Constraints:     275912
3457.38/3475.37	c #Conflicts:    2036000 | #Constraints:     276912
3457.38/3475.37	c #Conflicts:    2037000 | #Constraints:     277912
3457.38/3475.37	c #Conflicts:    2038000 | #Constraints:     278912
3457.38/3475.37	c #Conflicts:    2039000 | #Constraints:     279912
3457.38/3475.37	c #Conflicts:    2040000 | #Constraints:     280912
3457.38/3475.37	c #Conflicts:    2041000 | #Constraints:     281915
3457.38/3475.37	c #Conflicts:    2042000 | #Constraints:     282915
3457.38/3475.37	c #Conflicts:    2043000 | #Constraints:     283915
3457.38/3475.37	c #Conflicts:    2044000 | #Constraints:     284915
3479.70/3497.75	c #Conflicts:    2045000 | #Constraints:     285915
3479.70/3497.75	c #Conflicts:    2046000 | #Constraints:     286915
3479.70/3497.75	c #Conflicts:    2047000 | #Constraints:     287915
3479.70/3497.75	c #Conflicts:    2048000 | #Constraints:     288915
3479.70/3497.75	c #Conflicts:    2049000 | #Constraints:     289915
3479.70/3497.75	c #Conflicts:    2050000 | #Constraints:     290915
3479.70/3497.75	c bounds - >= 2181 @ 3458.66
3484.56/3502.67	c #Conflicts:    2051000 | #Constraints:     291963
3484.56/3502.67	c #Conflicts:    2052000 | #Constraints:     292963
3484.56/3502.67	c #Conflicts:    2053000 | #Constraints:     293963
3484.56/3502.67	c #Conflicts:    2054000 | #Constraints:     294963
3484.56/3502.67	c #Conflicts:    2055000 | #Constraints:     295963
3484.56/3502.67	c INPROCESSING
3484.56/3502.67	c GARBAGE COLLECT
3484.56/3502.67	c rational objective 2181
3543.57/3561.87	c #Conflicts:    2056000 | #Constraints:     208669
3543.57/3561.87	c #Conflicts:    2057000 | #Constraints:     209669
3543.57/3561.87	c #Conflicts:    2058000 | #Constraints:     210669
3543.57/3561.87	c #Conflicts:    2059000 | #Constraints:     211669
3543.57/3561.87	c #Conflicts:    2060000 | #Constraints:     212669
3543.57/3561.87	c #Conflicts:    2061000 | #Constraints:     213669
3543.57/3561.87	c #Conflicts:    2062000 | #Constraints:     214669
3543.57/3561.87	c #Conflicts:    2063000 | #Constraints:     215669
3543.57/3561.87	c #Conflicts:    2064000 | #Constraints:     216669
3543.57/3561.87	c #Conflicts:    2065000 | #Constraints:     217669
3543.57/3561.87	c #Conflicts:    2066000 | #Constraints:     218669
3543.57/3561.87	c #Conflicts:    2067000 | #Constraints:     219669
3543.57/3561.87	c #Conflicts:    2068000 | #Constraints:     220669
3543.57/3561.87	c #Conflicts:    2069000 | #Constraints:     221669
3543.57/3561.87	c #Conflicts:    2070000 | #Constraints:     222669
3543.57/3561.87	c #Conflicts:    2071000 | #Constraints:     223669
3543.57/3561.87	c #Conflicts:    2072000 | #Constraints:     224669
3543.57/3561.87	c #Conflicts:    2073000 | #Constraints:     225669
3543.57/3561.87	c #Conflicts:    2074000 | #Constraints:     226669
3543.57/3561.87	c #Conflicts:    2075000 | #Constraints:     227669
3543.57/3561.87	c #Conflicts:    2076000 | #Constraints:     228669
3543.57/3561.87	c #Conflicts:    2077000 | #Constraints:     229669
3543.57/3561.87	c #Conflicts:    2078000 | #Constraints:     230669
3543.57/3561.87	c #Conflicts:    2079000 | #Constraints:     231669
3543.57/3561.87	c #Conflicts:    2080000 | #Constraints:     232669
3543.57/3561.87	c #Conflicts:    2081000 | #Constraints:     233669
3543.57/3561.87	c #Conflicts:    2082000 | #Constraints:     234669
3543.57/3561.87	c #Conflicts:    2083000 | #Constraints:     235669
3543.57/3561.87	c #Conflicts:    2084000 | #Constraints:     236669
3543.57/3561.87	c #Conflicts:    2085000 | #Constraints:     237669
3543.57/3561.87	c #Conflicts:    2086000 | #Constraints:     238669
3543.57/3561.87	c #Conflicts:    2087000 | #Constraints:     239669
3543.57/3561.87	c #Conflicts:    2088000 | #Constraints:     240669
3543.57/3561.87	c #Conflicts:    2089000 | #Constraints:     241669
3543.57/3561.87	c #Conflicts:    2090000 | #Constraints:     242669
3543.57/3561.87	c #Conflicts:    2091000 | #Constraints:     243669
3543.57/3561.87	c #Conflicts:    2092000 | #Constraints:     244669
3543.57/3561.87	c #Conflicts:    2093000 | #Constraints:     245669
3543.57/3561.87	c #Conflicts:    2094000 | #Constraints:     246669
3543.57/3561.87	c #Conflicts:    2095000 | #Constraints:     247669
3543.57/3561.87	c #Conflicts:    2096000 | #Constraints:     248669
3543.57/3561.87	c #Conflicts:    2097000 | #Constraints:     249669
3543.57/3561.87	c #Conflicts:    2098000 | #Constraints:     250669
3543.57/3561.87	c #Conflicts:    2099000 | #Constraints:     251669
3543.57/3561.87	c #Conflicts:    2100000 | #Constraints:     252669
3543.57/3561.87	c #Conflicts:    2101000 | #Constraints:     253669
3543.57/3561.87	c #Conflicts:    2102000 | #Constraints:     254669
3543.57/3561.87	c #Conflicts:    2103000 | #Constraints:     255669
3543.57/3561.87	c #Conflicts:    2104000 | #Constraints:     256669
3543.57/3561.87	c #Conflicts:    2105000 | #Constraints:     257669
3543.57/3561.87	c #Conflicts:    2106000 | #Constraints:     258669
3543.57/3561.87	c #Conflicts:    2107000 | #Constraints:     259669
3543.57/3561.87	c #Conflicts:    2108000 | #Constraints:     260669
3543.57/3561.87	c #Conflicts:    2109000 | #Constraints:     261669
3543.57/3561.87	c #Conflicts:    2110000 | #Constraints:     262669
3543.57/3561.87	c #Conflicts:    2111000 | #Constraints:     263669
3543.57/3561.87	c #Conflicts:    2112000 | #Constraints:     264669
3543.57/3561.87	c #Conflicts:    2113000 | #Constraints:     265669
3543.57/3561.87	c #Conflicts:    2114000 | #Constraints:     266669
3543.57/3561.87	c #Conflicts:    2115000 | #Constraints:     267669
3543.57/3561.87	c #Conflicts:    2116000 | #Constraints:     268669
3543.57/3561.87	c #Conflicts:    2117000 | #Constraints:     269669
3543.57/3561.87	c #Conflicts:    2118000 | #Constraints:     270669
3543.57/3561.87	c #Conflicts:    2119000 | #Constraints:     271669
3543.57/3561.87	c #Conflicts:    2120000 | #Constraints:     272669
3543.57/3561.87	c #Conflicts:    2121000 | #Constraints:     273669
3543.57/3561.87	c #Conflicts:    2122000 | #Constraints:     274669
3543.57/3561.87	c #Conflicts:    2123000 | #Constraints:     275669
3543.57/3561.87	c #Conflicts:    2124000 | #Constraints:     276669
3543.57/3561.87	c #Conflicts:    2125000 | #Constraints:     277669
3543.57/3561.87	c #Conflicts:    2126000 | #Constraints:     278669
3543.57/3561.87	c #Conflicts:    2127000 | #Constraints:     279669
3543.57/3561.87	c #Conflicts:    2128000 | #Constraints:     280669
3543.57/3561.87	c #Conflicts:    2129000 | #Constraints:     281669
3543.57/3561.87	c #Conflicts:    2130000 | #Constraints:     282669
3543.57/3561.87	c #Conflicts:    2131000 | #Constraints:     283669
3543.57/3561.87	c #Conflicts:    2132000 | #Constraints:     284669
3543.57/3561.87	c #Conflicts:    2133000 | #Constraints:     285669
3543.57/3561.87	c #Conflicts:    2134000 | #Constraints:     286669
3557.74/3576.04	c #Conflicts:    2135000 | #Constraints:     287669
3557.74/3576.04	c #Conflicts:    2136000 | #Constraints:     288669
3557.74/3576.04	c #Conflicts:    2137000 | #Constraints:     289669
3557.74/3576.04	c #Conflicts:    2138000 | #Constraints:     290669
3557.74/3576.04	c #Conflicts:    2139000 | #Constraints:     291669
3557.74/3576.04	c #Conflicts:    2140000 | #Constraints:     292669
3557.74/3576.04	c #Conflicts:    2141000 | #Constraints:     293669
3557.74/3576.04	c #Conflicts:    2142000 | #Constraints:     294669
3557.74/3576.04	c #Conflicts:    2143000 | #Constraints:     295669
3557.74/3576.04	c #Conflicts:    2144000 | #Constraints:     296669
3557.74/3576.04	c #Conflicts:    2145000 | #Constraints:     297669
3557.74/3576.04	c #Conflicts:    2146000 | #Constraints:     298669
3557.74/3576.04	c #Conflicts:    2147000 | #Constraints:     299669
3557.74/3576.04	c INPROCESSING
3557.74/3576.04	c GARBAGE COLLECT
3557.74/3576.04	c rational objective 2181
3598.47/3616.93	c #Conflicts:    2148000 | #Constraints:     208667
3598.47/3616.93	c #Conflicts:    2149000 | #Constraints:     209667
3598.47/3616.93	c #Conflicts:    2150000 | #Constraints:     210667
3598.47/3616.93	c #Conflicts:    2151000 | #Constraints:     211667
3598.47/3616.93	c #Conflicts:    2152000 | #Constraints:     212667
3598.47/3616.93	c #Conflicts:    2153000 | #Constraints:     213667
3598.47/3616.93	c #Conflicts:    2154000 | #Constraints:     214667
3598.47/3616.93	c #Conflicts:    2155000 | #Constraints:     215667
3598.47/3616.93	c #Conflicts:    2156000 | #Constraints:     216667
3598.47/3616.93	c #Conflicts:    2157000 | #Constraints:     217667
3598.47/3616.93	c bounds - >= 2182 @ 3576.55
3600.07/3618.50	c Disabling crashed LP
3600.07/3618.50	c cpu time 3578.09 s
3600.07/3618.50	c deterministic time 21890322715 2.19e+10
3600.07/3618.50	c optimization time 3.4987 s
3600.07/3618.50	c total solve time 3574.17 s
3600.07/3618.50	c core-guided solve time 3079.5 s
3600.07/3618.50	c propagation time 3227.67 s
3600.07/3618.50	c conflict analysis time 273.373 s
3600.07/3618.50	c propagations 782523081
3600.07/3618.50	c resolve steps 63714158
3600.07/3618.50	c decisions 6593580
3600.07/3618.50	c conflicts 2157276
3600.07/3618.50	c restarts 4093
3600.07/3618.50	c inprocessing phases 52
3600.07/3618.50	c garbage collections 49 ,( 94.23 )
3600.07/3618.50	c input clauses 102015 ,( 90.17 )
3600.07/3618.50	c input cardinalities 8010 ,( 7.08 )
3600.07/3618.50	c input general constraints 3115 ,( 2.75 )
3600.07/3618.50	c input average constraint length 87.02
3600.07/3618.50	c input average constraint degree 21.05
3600.07/3618.50	c learned clauses 2098572 ,( 97.22 )
3600.07/3618.50	c learned cardinalities 2788 ,( 0.13 )
3600.07/3618.50	c learned general constraints 57200 ,( 2.65 )
3600.07/3618.50	c learned average constraint length 156.30
3600.07/3618.50	c learned average constraint degree 20382.80
3600.07/3618.50	c watched  CF 32, 64, 128, Arb: 24098 , 0 , 0 , 0
3600.07/3618.50	c counting CF 32, 64, 128, Arb: 36218 , 0 , 0 , 0
3600.07/3618.50	c watched   constraints 24098 ,( 39.95 ) 
3600.07/3618.50	c counting  constraints 36217 ,( 60.05 ) 
3600.07/3618.50	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 2173420866 , 269570764 , 830654383 ,( 51089295 , 779565088 )
3600.07/3618.50	c gcd simplifications 6940
3600.07/3618.50	c detected cardinalities 40
3600.07/3618.50	c weakened non-implied lits 9113803
3600.07/3618.50	c weakened non-implying lits 31370
3600.07/3618.50	c original variables 12983
3600.07/3618.50	c clausal propagations 647795546
3600.07/3618.50	c cardinality propagations 53222129
3600.07/3618.50	c watched propagations 779798
3600.07/3618.50	c counting propagations 78290237
3600.07/3618.50	c watch lookups 8678988929
3600.07/3618.50	c watch backjump lookups 0
3600.07/3618.50	c watch checks 8183643856
3600.07/3618.50	c propagation checks 2573235714
3600.07/3618.50	c constraint additions 871813313
3600.07/3618.50	c trail pops 791272372
3600.07/3618.50	c formula constraints 97879
3600.07/3618.50	c learned constraints 2157243
3600.07/3618.50	c bound constraints 2182
3600.07/3618.50	c core-guided constraints 13079
3600.07/3618.50	c encountered formula constraints 33432013
3600.07/3618.50	c encountered learned constraints 18628800
3600.07/3618.50	c encountered bound constraints 0
3600.07/3618.50	c encountered core-guided constraints 13803737
3600.07/3618.50	c LP total time 2901.99 s
3600.07/3618.50	c LP solve time 2818.83 s
3600.07/3618.50	c LP constraints added 99487
3600.07/3618.50	c LP constraints removed 1590
3600.07/3618.50	c LP pivots internal 2157275
3600.07/3618.50	c LP pivots root 94594
3600.07/3618.50	c LP calls 179088
3600.07/3618.50	c LP optimalities 179072
3600.07/3618.50	c LP no pivot count 145768
3600.07/3618.50	c LP infeasibilities 11
3600.07/3618.50	c LP valid Farkas constraints 11
3600.07/3618.50	c LP learned Farkas constraints 0
3600.07/3618.50	c LP basis resets 0
3600.07/3618.50	c LP cycling count 0
3600.07/3618.50	c LP singular count 0
3600.07/3618.50	c LP no primal count 0
3600.07/3618.50	c LP no farkas count 0
3600.07/3618.50	c LP other issue count 0
3600.07/3618.50	c LP Gomory cuts 1306
3600.07/3618.50	c LP learned cuts 302
3600.07/3618.50	c LP deleted cuts 1590
3600.07/3618.50	c LP encountered Gomory constraints 6884
3600.07/3618.50	c LP encountered Farkas constraints 0
3600.07/3618.50	c LP encountered learned Farkas constraints 0
3600.07/3618.50	c CG auxiliary variables introduced 5037
3600.07/3618.50	c CG solutions found 0
3600.07/3618.50	c CG cores constructed 2182
3600.07/3618.50	c CG core cardinality constraints returned 0
3600.07/3618.50	c CG unit cores 0
3600.07/3618.50	c CG single cores 2182
3600.07/3618.50	c CG blocks removed during cardinality reduction 0
3600.07/3618.50	c CG first core best 0
3600.07/3618.50	c CG decision core best 0
3600.07/3618.50	c CG core reduction tie 0
3600.07/3618.50	c CG core degree average 1.00
3600.07/3618.50	c CG core slack average 3.24
3600.07/3618.50	c CG core upper bound improvements 0
3600.07/3618.50	c STR number of successful calls 0
3600.07/3618.50	c STR number of unsuccessful calls 0
3600.07/3618.50	c STR number of inconclusive calls 0
3600.07/3618.50	c STR number of successful attempts 0
3600.07/3618.50	c STR number of unsuccessful attempts 0
3600.07/3618.50	c STR number of inconclusive attempts 0
3600.07/3618.50	c STR average degree increase per successful call inf
3600.07/3618.50	c STR average degree increase per successful attempt inf
3600.07/3618.50	c STR total number of conflicts for successful attempts 0
3600.07/3618.50	c STR total number of conflicts for unsuccessful attempts 0
3600.07/3618.50	c STR total number of conflicts for inconclusive attempts 0
3600.07/3618.50	c STR average number of conflicts per successful attempt inf
3600.07/3618.50	c STR average number of conflicts per unsuccessful attempt inf
3600.07/3618.50	c STR average number of conflicts per inconclusive attempt inf
3600.07/3618.50	c AVG.sumWPerc 49.36 
3600.07/3618.50	c bigint constraints 0 
3600.07/3618.50	s UNKNOWN
3600.07/3618.50	c Program interrupted by user.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (62770 MiB free)
  memory of node 1: 64465 MiB (63543 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4486887-1751328127/watcher-4486887-1751328127 -o /tmp/evaluation-result-4486887-1751328127/solver-4486887-1751328127 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751328114-47817 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4486887-1751328127.opb PROOFDIR/proof-4486887-1751328127 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=48074, runsolver pid=48071
Current StackSize limit: 8192 KiB


[startup+0.100057 s]*
/proc/loadavg: 1.53 1.28 2.01 5/270 48076
/proc/meminfo: memFree=129314508/131250000 swapFree=33009904/33010684
[pid=48074] ppid=48071 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/48074/stat : 48074 (run-opt-ls-log.) S 48071 48074 47807 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 48492118 4292608 768 18446744073709551615 94749119004672 94749119899205 140734410721024 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94749120138256 94749120186000 94749129801728 140734410729755 140734410729953 140734410729953 140734410735555 0
/proc/48074/statm: 1048 768 704 219 0 110 0
[pid=48076] ppid=48074 vsize=53412 memory=38204 CPUtime=0.09 cores=0,2
/proc/48076/stat : 48076 (pbsuma) R 48074 48074 47807 0 -1 4194304 6753 0 0 0 8 1 0 0 20 0 1 0 48492119 54693888 9551 18446744073709551615 4210688 4653049 140729934850128 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 24739840 140729934854371 140729934854706 140729934854706 140729934860271 0
/proc/48076/statm: 13353 9551 1024 108 0 10761 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 57604 KiB
Current children cumulated memory: 41276 KiB

[startup+0.205095 s]*
/proc/loadavg: 1.53 1.28 2.01 5/270 48076
/proc/meminfo: memFree=129305688/131250000 swapFree=33009904/33010684
[pid=48074] ppid=48071 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/48074/stat : 48074 (run-opt-ls-log.) S 48071 48074 47807 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 48492118 4292608 768 18446744073709551615 94749119004672 94749119899205 140734410721024 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94749120138256 94749120186000 94749129801728 140734410729755 140734410729953 140734410729953 140734410735555 0
/proc/48074/statm: 1048 768 704 219 0 110 0
[pid=48076] ppid=48074 vsize=53880 memory=41360 CPUtime=0.19 cores=0,2
/proc/48076/stat : 48076 (pbsuma) R 48074 48074 47807 0 -1 4194304 8514 0 0 0 18 1 0 0 20 0 1 0 48492119 55173120 10340 18446744073709551615 4210688 4653049 140729934850128 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 24739840 140729934854371 140729934854706 140729934854706 140729934860271 0
/proc/48076/statm: 13470 10340 1024 108 0 10878 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 58072 KiB
Current children cumulated memory: 44432 KiB

[startup+0.305503 s]*
/proc/loadavg: 1.53 1.28 2.01 5/270 48076
/proc/meminfo: memFree=129297876/131250000 swapFree=33009904/33010684
[pid=48074] ppid=48071 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/48074/stat : 48074 (run-opt-ls-log.) S 48071 48074 47807 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 48492118 4292608 768 18446744073709551615 94749119004672 94749119899205 140734410721024 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94749120138256 94749120186000 94749129801728 140734410729755 140734410729953 140734410729953 140734410735555 0
/proc/48074/statm: 1048 768 704 219 0 110 0
[pid=48076] ppid=48074 vsize=53880 memory=41360 CPUtime=0.28 cores=0,2
/proc/48076/stat : 48076 (pbsuma) R 48074 48074 47807 0 -1 4194304 8514 0 0 0 27 1 0 0 20 0 1 0 48492119 55173120 10340 18446744073709551615 4210688 4653049 140729934850128 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 24739840 140729934854371 140729934854706 140729934854706 140729934860271 0
/proc/48076/statm: 13470 10340 1024 108 0 10878 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 58072 KiB
Current children cumulated memory: 44432 KiB

[startup+0.700154 s]
/proc/loadavg: 1.53 1.28 2.01 5/270 48077
/proc/meminfo: memFree=129292612/131250000 swapFree=33009904/33010684
[pid=48074] ppid=48071 vsize=4192 memory=3072 CPUtime=0.33 cores=0,2
/proc/48074/stat : 48074 (run-opt-ls-log.) S 48071 48074 47807 0 -1 4194304 243 8644 0 0 0 0 30 3 20 0 1 0 48492118 4292608 768 18446744073709551615 94749119004672 94749119899205 140734410721024 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94749120138256 94749120186000 94749129801728 140734410729755 140734410729953 140734410729953 140734410735555 0
/proc/48074/statm: 1048 768 704 219 0 110 0
[pid=48077] ppid=48074 vsize=84364 memory=40656 CPUtime=0.29 cores=0,2
/proc/48077/stat : 48077 (roundingsat) R 48074 48074 47807 0 -1 4194304 7766 0 0 0 22 7 0 0 20 0 1 0 48492158 86388736 10164 18446744073709551615 4227072 8923433 140727091441472 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 16879616 140727091443958 140727091444264 140727091444264 140727091449834 0
/proc/48077/statm: 21091 10164 2016 1147 0 8518 0
Current children cumulated CPU time: 0.62 s
Current children cumulated vsize: 88556 KiB
Current children cumulated memory: 43728 KiB

[startup+1.50017 s]
/proc/loadavg: 1.73 1.32 2.02 5/270 48077
/proc/meminfo: memFree=129197536/131250000 swapFree=33009904/33010684
[pid=48074] ppid=48071 vsize=4192 memory=3072 CPUtime=0.33 cores=0,2
/proc/48074/stat : 48074 (run-opt-ls-log.) S 48071 48074 47807 0 -1 4194304 243 8644 0 0 0 0 30 3 20 0 1 0 48492118 4292608 768 18446744073709551615 94749119004672 94749119899205 140734410721024 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94749120138256 94749120186000 94749129801728 140734410729755 140734410729953 140734410729953 140734410735555 0
/proc/48074/statm: 1048 768 704 219 0 110 0
[pid=48077] ppid=48074 vsize=214124 memory=156940 CPUtime=1.09 cores=0,2
/proc/48077/stat : 48077 (roundingsat) R 48074 48074 47807 0 -1 4194304 22289 0 0 0 96 13 0 0 20 0 1 0 48492158 219262976 39235 18446744073709551615 4227072 8923433 140727091441472 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 16879616 140727091443958 140727091444264 140727091444264 140727091449834 0
/proc/48077/statm: 53531 39235 2368 1147 0 40958 0
Current children cumulated CPU time: 1.42 s
Current children cumulated vsize: 218316 KiB
Current children cumulated memory: 160012 KiB

[startup+3.10539 s]
/proc/loadavg: 1.73 1.32 2.02 5/270 48077
/proc/meminfo: memFree=129120736/131250000 swapFree=33009904/33010684
[pid=48074] ppid=48071 vsize=4192 memory=3072 CPUtime=0.33 cores=0,2
/proc/48074/stat : 48074 (run-opt-ls-log.) S 48071 48074 47807 0 -1 4194304 243 8644 0 0 0 0 30 3 20 0 1 0 48492118 4292608 768 18446744073709551615 94749119004672 94749119899205 140734410721024 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94749120138256 94749120186000 94749129801728 140734410729755 140734410729953 140734410729953 140734410735555 0
/proc/48074/statm: 1048 768 704 219 0 110 0
[pid=48077] ppid=48074 vsize=220244 memory=161648 CPUtime=2.69 cores=0,2
/proc/48077/stat : 48077 (roundingsat) R 48074 48074 47807 0 -1 4194304 23185 0 0 0 254 15 0 0 20 0 1 0 48492158 225529856 40412 18446744073709551615 4227072 8923433 140727091441472 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 16879616 140727091443958 140727091444264 140727091444264 140727091449834 0
/proc/48077/statm: 55061 40412 2400 1147 0 42488 0
Current children cumulated CPU time: 3.02 s
Current children cumulated vsize: 224436 KiB
Current children cumulated memory: 164720 KiB

[startup+6.30015 s]
/proc/loadavg: 1.99 1.38 2.04 5/270 48077
/proc/meminfo: memFree=129025680/131250000 swapFree=33009904/33010684
[pid=48074] ppid=48071 vsize=4192 memory=3072 CPUtime=0.33 cores=0,2
/proc/48074/stat : 48074 (run-opt-ls-log.) S 48071 48074 47807 0 -1 4194304 243 8644 0 0 0 0 30 3 20 0 1 0 48492118 4292608 768 18446744073709551615 94749119004672 94749119899205 140734410721024 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94749120138256 94749120186000 94749129801728 140734410729755 140734410729953 140734410729953 140734410735555 0
/proc/48074/statm: 1048 768 704 219 0 110 0
[pid=48077] ppid=48074 vsize=266984 memory=202244 CPUtime=5.87 cores=0,2
/proc/48077/stat : 48077 (roundingsat) R 48074 48074 47807 0 -1 4194304 28229 0 0 0 557 30 0 0 20 0 1 0 48492158 273391616 50561 18446744073709551615 4227072 8923433 140727091441472 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 16879616 140727091443958 140727091444264 140727091444264 140727091449834 0
/proc/48077/statm: 66746 50561 2400 1147 0 54173 0
Current children cumulated CPU time: 6.2 s
Current children cumulated vsize: 271176 KiB
Current children cumulated memory: 205316 KiB

[startup+12.7002 s]
/proc/loadavg: 2.15 1.43 2.05 5/270 48077
/proc/meminfo: memFree=128981864/131250000 swapFree=33009904/33010684
[pid=48074] ppid=48071 vsize=4192 memory=3072 CPUtime=0.33 cores=0,2
/proc/48074/stat : 48074 (run-opt-ls-log.) S 48071 48074 47807 0 -1 4194304 243 8644 0 0 0 0 30 3 20 0 1 0 48492118 4292608 768 18446744073709551615 94749119004672 94749119899205 140734410721024 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94749120138256 94749120186000 94749129801728 140734410729755 140734410729953 140734410729953 140734410735555 0
/proc/48074/statm: 1048 768 704 219 0 110 0
[pid=48077] ppid=48074 vsize=271576 memory=205316 CPUtime=12.26 cores=0,2
/proc/48077/stat : 48077 (roundingsat) R 48074 48074 47807 0 -1 4194304 29009 0 0 0 1173 53 0 0 20 0 1 0 48492158 278093824 51329 18446744073709551615 4227072 8923433 140727091441472 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 16879616 140727091443958 140727091444264 140727091444264 140727091449834 0
/proc/48077/statm: 67894 51329 2400 1147 0 55321 0
Current children cumulated CPU time: 12.59 s
Current children cumulated vsize: 275768 KiB
Current children cumulated memory: 208388 KiB

[startup+25.5002 s]
/proc/loadavg: 2.43 1.51 2.07 5/271 48078
/proc/meminfo: memFree=128820564/131250000 swapFree=33009904/33010684
[pid=48074] ppid=48071 vsize=4192 memory=3072 CPUtime=0.33 cores=0,2
/proc/48074/stat : 48074 (run-opt-ls-log.) S 48071 48074 47807 0 -1 4194304 243 8644 0 0 0 0 30 3 20 0 1 0 48492118 4292608 768 18446744073709551615 94749119004672 94749119899205 140734410721024 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94749120138256 94749120186000 94749129801728 140734410729755 140734410729953 140734410729953 140734410735555 0
/proc/48074/statm: 1048 768 704 219 0 110 0
[pid=48077] ppid=48074 vsize=271576 memory=206596 CPUtime=25.03 cores=0,2
/proc/48077/stat : 48077 (roundingsat) R 48074 48074 47807 0 -1 4194304 29360 0 0 0 2410 93 0 0 20 0 1 0 48492158 278093824 51649 18446744073709551615 4227072 8923433 140727091441472 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 16879616 140727091443958 140727091444264 140727091444264 140727091449834 0
/proc/48077/statm: 67894 51649 2400 1147 0 55321 0
Current children cumulated CPU time: 25.36 s
Current children cumulated vsize: 275768 KiB
Current children cumulated memory: 209668 KiB

[startup+51.1057 s]
/proc/loadavg: 3.12 1.77 2.14 5/271 48081
/proc/meminfo: memFree=128624676/131250000 swapFree=33009904/33010684
[pid=48074] ppid=48071 vsize=4192 memory=3072 CPUtime=0.33 cores=0,2
/proc/48074/stat : 48074 (run-opt-ls-log.) S 48071 48074 47807 0 -1 4194304 243 8644 0 0 0 0 30 3 20 0 1 0 48492118 4292608 768 18446744073709551615 94749119004672 94749119899205 140734410721024 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94749120138256 94749120186000 94749129801728 140734410729755 140734410729953 140734410729953 140734410735555 0
/proc/48074/statm: 1048 768 704 219 0 110 0
[pid=48077] ppid=48074 vsize=276540 memory=211844 CPUtime=50.56 cores=0,2
/proc/48077/stat : 48077 (roundingsat) R 48074 48074 47807 0 -1 4194304 30665 0 0 0 4905 151 0 0 20 0 1 0 48492158 283176960 52961 18446744073709551615 4227072 8923433 140727091441472 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 16879616 140727091443958 140727091444264 140727091444264 140727091449834 0
/proc/48077/statm: 69135 52961 2400 1147 0 56562 0
Current children cumulated CPU time: 50.89 s
Current children cumulated vsize: 280732 KiB
Current children cumulated memory: 214916 KiB

[startup+102.3 s]
/proc/loadavg: 3.68 2.13 2.24 5/272 48083
/proc/meminfo: memFree=128258416/131250000 swapFree=33009904/33010684
[pid=48074] ppid=48071 vsize=4192 memory=3072 CPUtime=0.33 cores=0,2
/proc/48074/stat : 48074 (run-opt-ls-log.) S 48071 48074 47807 0 -1 4194304 243 8644 0 0 0 0 30 3 20 0 1 0 48492118 4292608 768 18446744073709551615 94749119004672 94749119899205 140734410721024 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94749120138256 94749120186000 94749129801728 140734410729755 140734410729953 140734410729953 140734410735555 0
/proc/48074/statm: 1048 768 704 219 0 110 0
[pid=48077] ppid=48074 vsize=285244 memory=219972 CPUtime=101.59 cores=0,2
/proc/48077/stat : 48077 (roundingsat) R 48074 48074 47807 0 -1 4194304 32963 0 0 0 9913 246 0 0 20 0 1 0 48492158 292089856 54993 18446744073709551615 4227072 8923433 140727091441472 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 16879616 140727091443958 140727091444264 140727091444264 140727091449834 0
/proc/48077/statm: 71311 54993 2400 1147 0 58738 0
Current children cumulated CPU time: 101.92 s
Current children cumulated vsize: 289436 KiB
Current children cumulated memory: 223044 KiB

[startup+162.3 s]
/proc/loadavg: 3.89 2.47 2.35 5/273 48086
/proc/meminfo: memFree=127851692/131250000 swapFree=33009904/33010684
[pid=48074] ppid=48071 vsize=4192 memory=3072 CPUtime=0.33 cores=0,2
/proc/48074/stat : 48074 (run-opt-ls-log.) S 48071 48074 47807 0 -1 4194304 243 8644 0 0 0 0 30 3 20 0 1 0 48492118 4292608 768 18446744073709551615 94749119004672 94749119899205 140734410721024 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94749120138256 94749120186000 94749129801728 140734410729755 140734410729953 140734410729953 140734410735555 0
/proc/48074/statm: 1048 768 704 219 0 110 0
[pid=48077] ppid=48074 vsize=324668 memory=246064 CPUtime=161.42 cores=0,2
/proc/48077/stat : 48077 (roundingsat) R 48074 48074 47807 0 -1 4194304 38689 0 0 0 15793 349 0 0 20 0 1 0 48492158 332460032 61516 18446744073709551615 4227072 8923433 140727091441472 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 16879616 140727091443958 140727091444264 140727091444264 140727091449834 0
/proc/48077/statm: 81167 61516 2400 1147 0 68594 0
Current children cumulated CPU time: 161.75 s
Current children cumulated vsize: 328860 KiB
Current children cumulated memory: 249136 KiB

[startup+222.3 s]
/proc/loadavg: 4.06 2.78 2.47 5/273 48088
/proc/meminfo: memFree=127270440/131250000 swapFree=33009904/33010684
[pid=48074] ppid=48071 vsize=4192 memory=3072 CPUtime=0.33 cores=0,2
/proc/48074/stat : 48074 (run-opt-ls-log.) S 48071 48074 47807 0 -1 4194304 243 8644 0 0 0 0 30 3 20 0 1 0 48492118 4292608 768 18446744073709551615 94749119004672 94749119899205 140734410721024 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94749120138256 94749120186000 94749129801728 140734410729755 140734410729953 140734410729953 140734410735555 0
/proc/48074/statm: 1048 768 704 219 0 110 0
[pid=48077] ppid=48074 vsize=338808 memory=259212 CPUtime=221.12 cores=0,2
/proc/48077/stat : 48077 (roundingsat) R 48074 48074 47807 0 -1 4194304 42299 0 0 0 21654 458 0 0 20 0 1 0 48492158 346939392 64803 18446744073709551615 4227072 8923433 140727091441472 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 16879616 140727091443958 140727091444264 140727091444264 140727091449834 0

################
# More data... #
################

/proc/48077/statm: 162219 130674 2400 1147 0 149646 0
Current children cumulated CPU time: 3088.53 s
Current children cumulated vsize: 653068 KiB
Current children cumulated memory: 525768 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.09 4.03 5/272 49155
/proc/meminfo: memFree=116123580/131250000 swapFree=33009904/33010684
[pid=48074] ppid=48071 vsize=4192 memory=3072 CPUtime=0.33 cores=0,2
/proc/48074/stat : 48074 (run-opt-ls-log.) S 48071 48074 47807 0 -1 4194304 243 8644 0 0 0 0 30 3 20 0 1 0 48492118 4292608 768 18446744073709551615 94749119004672 94749119899205 140734410721024 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94749120138256 94749120186000 94749129801728 140734410729755 140734410729953 140734410729953 140734410735555 0
/proc/48074/statm: 1048 768 704 219 0 110 0
[pid=48077] ppid=48074 vsize=648876 memory=522824 CPUtime=3147.92 cores=0,2
/proc/48077/stat : 48077 (roundingsat) R 48074 48074 47807 0 -1 4194304 79408 0 0 0 312868 1924 0 0 20 0 1 0 48492158 664449024 130706 18446744073709551615 4227072 8923433 140727091441472 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 16879616 140727091443958 140727091444264 140727091444264 140727091449834 0
/proc/48077/statm: 162219 130706 2400 1147 0 149646 0
Current children cumulated CPU time: 3148.25 s
Current children cumulated vsize: 653068 KiB
Current children cumulated memory: 525896 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.09 4.03 5/271 49159
/proc/meminfo: memFree=116035828/131250000 swapFree=33009904/33010684
[pid=48074] ppid=48071 vsize=4192 memory=3072 CPUtime=0.33 cores=0,2
/proc/48074/stat : 48074 (run-opt-ls-log.) S 48071 48074 47807 0 -1 4194304 243 8644 0 0 0 0 30 3 20 0 1 0 48492118 4292608 768 18446744073709551615 94749119004672 94749119899205 140734410721024 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94749120138256 94749120186000 94749129801728 140734410729755 140734410729953 140734410729953 140734410735555 0
/proc/48074/statm: 1048 768 704 219 0 110 0
[pid=48077] ppid=48074 vsize=648876 memory=522824 CPUtime=3207.74 cores=0,2
/proc/48077/stat : 48077 (roundingsat) R 48074 48074 47807 0 -1 4194304 79408 0 0 0 318814 1960 0 0 20 0 1 0 48492158 664449024 130706 18446744073709551615 4227072 8923433 140727091441472 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 16879616 140727091443958 140727091444264 140727091444264 140727091449834 0
/proc/48077/statm: 162219 130706 2400 1147 0 149646 0
Current children cumulated CPU time: 3208.07 s
Current children cumulated vsize: 653068 KiB
Current children cumulated memory: 525896 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.10 4.04 5/271 49161
/proc/meminfo: memFree=115917864/131250000 swapFree=33009904/33010684
[pid=48074] ppid=48071 vsize=4192 memory=3072 CPUtime=0.33 cores=0,2
/proc/48074/stat : 48074 (run-opt-ls-log.) S 48071 48074 47807 0 -1 4194304 243 8644 0 0 0 0 30 3 20 0 1 0 48492118 4292608 768 18446744073709551615 94749119004672 94749119899205 140734410721024 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94749120138256 94749120186000 94749129801728 140734410729755 140734410729953 140734410729953 140734410735555 0
/proc/48074/statm: 1048 768 704 219 0 110 0
[pid=48077] ppid=48074 vsize=669516 memory=543308 CPUtime=3267.52 cores=0,2
/proc/48077/stat : 48077 (roundingsat) R 48074 48074 47807 0 -1 4194304 81991 0 0 0 324755 1997 0 0 20 0 1 0 48492158 685584384 135827 18446744073709551615 4227072 8923433 140727091441472 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 16879616 140727091443958 140727091444264 140727091444264 140727091449834 0
/proc/48077/statm: 167379 135827 2400 1147 0 154806 0
Current children cumulated CPU time: 3267.85 s
Current children cumulated vsize: 673708 KiB
Current children cumulated memory: 546380 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.10 4.04 5/271 49163
/proc/meminfo: memFree=115905248/131250000 swapFree=33009904/33010684
[pid=48074] ppid=48071 vsize=4192 memory=3072 CPUtime=0.33 cores=0,2
/proc/48074/stat : 48074 (run-opt-ls-log.) S 48071 48074 47807 0 -1 4194304 243 8644 0 0 0 0 30 3 20 0 1 0 48492118 4292608 768 18446744073709551615 94749119004672 94749119899205 140734410721024 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94749120138256 94749120186000 94749129801728 140734410729755 140734410729953 140734410729953 140734410735555 0
/proc/48074/statm: 1048 768 704 219 0 110 0
[pid=48077] ppid=48074 vsize=669516 memory=543308 CPUtime=3327.31 cores=0,2
/proc/48077/stat : 48077 (roundingsat) R 48074 48074 47807 0 -1 4194304 81991 0 0 0 330707 2024 0 0 20 0 1 0 48492158 685584384 135827 18446744073709551615 4227072 8923433 140727091441472 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 16879616 140727091443958 140727091444264 140727091444264 140727091449834 0
/proc/48077/statm: 167379 135827 2400 1147 0 154806 0
Current children cumulated CPU time: 3327.64 s
Current children cumulated vsize: 673708 KiB
Current children cumulated memory: 546380 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.09 4.04 5/272 49172
/proc/meminfo: memFree=115902072/131250000 swapFree=33009904/33010684
[pid=48074] ppid=48071 vsize=4192 memory=3072 CPUtime=0.33 cores=0,2
/proc/48074/stat : 48074 (run-opt-ls-log.) S 48071 48074 47807 0 -1 4194304 243 8644 0 0 0 0 30 3 20 0 1 0 48492118 4292608 768 18446744073709551615 94749119004672 94749119899205 140734410721024 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94749120138256 94749120186000 94749129801728 140734410729755 140734410729953 140734410729953 140734410735555 0
/proc/48074/statm: 1048 768 704 219 0 110 0
[pid=48077] ppid=48074 vsize=669516 memory=543308 CPUtime=3384.26 cores=0,2
/proc/48077/stat : 48077 (roundingsat) R 48074 48074 47807 0 -1 4194304 81991 0 0 0 336382 2044 0 0 20 0 1 0 48492158 685584384 135827 18446744073709551615 4227072 8923433 140727091441472 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 16879616 140727091443958 140727091444264 140727091444264 140727091449834 0
/proc/48077/statm: 167379 135827 2400 1147 0 154806 0
Current children cumulated CPU time: 3384.59 s
Current children cumulated vsize: 673708 KiB
Current children cumulated memory: 546380 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.09 4.04 5/272 49175
/proc/meminfo: memFree=115826524/131250000 swapFree=33009904/33010684
[pid=48074] ppid=48071 vsize=4192 memory=3072 CPUtime=0.33 cores=0,2
/proc/48074/stat : 48074 (run-opt-ls-log.) S 48071 48074 47807 0 -1 4194304 243 8644 0 0 0 0 30 3 20 0 1 0 48492118 4292608 768 18446744073709551615 94749119004672 94749119899205 140734410721024 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94749120138256 94749120186000 94749129801728 140734410729755 140734410729953 140734410729953 140734410735555 0
/proc/48074/statm: 1048 768 704 219 0 110 0
[pid=48077] ppid=48074 vsize=669516 memory=543308 CPUtime=3444.09 cores=0,2
/proc/48077/stat : 48077 (roundingsat) R 48074 48074 47807 0 -1 4194304 81991 0 0 0 342344 2065 0 0 20 0 1 0 48492158 685584384 135827 18446744073709551615 4227072 8923433 140727091441472 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 16879616 140727091443958 140727091444264 140727091444264 140727091449834 0
/proc/48077/statm: 167379 135827 2400 1147 0 154806 0
Current children cumulated CPU time: 3444.42 s
Current children cumulated vsize: 673708 KiB
Current children cumulated memory: 546380 KiB

[startup+3522.3 s]
/proc/loadavg: 4.07 4.08 4.04 5/271 49177
/proc/meminfo: memFree=115722868/131250000 swapFree=33009904/33010684
[pid=48074] ppid=48071 vsize=4192 memory=3072 CPUtime=0.33 cores=0,2
/proc/48074/stat : 48074 (run-opt-ls-log.) S 48071 48074 47807 0 -1 4194304 243 8644 0 0 0 0 30 3 20 0 1 0 48492118 4292608 768 18446744073709551615 94749119004672 94749119899205 140734410721024 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94749120138256 94749120186000 94749129801728 140734410729755 140734410729953 140734410729953 140734410735555 0
/proc/48074/statm: 1048 768 704 219 0 110 0
[pid=48077] ppid=48074 vsize=669516 memory=543308 CPUtime=3503.88 cores=0,2
/proc/48077/stat : 48077 (roundingsat) R 48074 48074 47807 0 -1 4194304 81991 0 0 0 348285 2103 0 0 20 0 1 0 48492158 685584384 135827 18446744073709551615 4227072 8923433 140727091441472 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 16879616 140727091443958 140727091444264 140727091444264 140727091449834 0
/proc/48077/statm: 167379 135827 2400 1147 0 154806 0
Current children cumulated CPU time: 3504.21 s
Current children cumulated vsize: 673708 KiB
Current children cumulated memory: 546380 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.10 4.04 5/272 49197
/proc/meminfo: memFree=115493736/131250000 swapFree=33009904/33010684
[pid=48074] ppid=48071 vsize=4192 memory=3072 CPUtime=0.33 cores=0,2
/proc/48074/stat : 48074 (run-opt-ls-log.) S 48071 48074 47807 0 -1 4194304 243 8644 0 0 0 0 30 3 20 0 1 0 48492118 4292608 768 18446744073709551615 94749119004672 94749119899205 140734410721024 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94749120138256 94749120186000 94749129801728 140734410729755 140734410729953 140734410729953 140734410735555 0
/proc/48074/statm: 1048 768 704 219 0 110 0
[pid=48077] ppid=48074 vsize=669516 memory=555700 CPUtime=3563.69 cores=0,2
/proc/48077/stat : 48077 (roundingsat) R 48074 48074 47807 0 -1 4194304 82003 0 0 0 354218 2151 0 0 20 0 1 0 48492158 685584384 138925 18446744073709551615 4227072 8923433 140727091441472 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 16879616 140727091443958 140727091444264 140727091444264 140727091449834 0
/proc/48077/statm: 167379 138925 2400 1147 0 154806 0
Current children cumulated CPU time: 3564.02 s
Current children cumulated vsize: 673708 KiB
Current children cumulated memory: 558772 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3618.5 s]
/proc/loadavg: 4.14 4.10 4.04 5/273 49293
/proc/meminfo: memFree=122774572/131250000 swapFree=33009904/33010684
[pid=48074] ppid=48071 vsize=4192 memory=3072 CPUtime=0.33 cores=0,2
/proc/48074/stat : 48074 (run-opt-ls-log.) S 48071 48074 47807 0 -1 4194304 243 8644 0 0 0 0 30 3 20 0 1 0 48492118 4292608 768 18446744073709551615 94749119004672 94749119899205 140734410721024 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94749120138256 94749120186000 94749129801728 140734410729755 140734410729953 140734410729953 140734410735555 0
/proc/48074/statm: 1048 768 704 219 0 110 0
[pid=48077] ppid=48074 vsize=669516 memory=555700 CPUtime=3599.74 cores=0,2
/proc/48077/stat : 48077 (roundingsat) R 48074 48074 47807 0 -1 4194304 82003 0 0 0 357808 2166 0 0 20 0 1 0 48492158 685584384 138925 18446744073709551615 4227072 8923433 140727091441472 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 16879616 140727091443958 140727091444264 140727091444264 140727091449834 0
/proc/48077/statm: 167379 138925 2400 1147 0 154806 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 673708 KiB
Current children cumulated memory: 558772 KiB

Sending SIGTERM to process tree (bottom up)

[startup+3618.5 s]
# the end of solver process 48074 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=0.309649 s, system=0.033722 s
Sleeping 2 seconds

[startup+3618.54 s]
# the end of solver process 48077 was just reported to runsolver
# Child status: 2

# cumulated CPU time of all completed processes:  user=3578.43 s, system=21.6979 s
# this solver process was not waited by its parent and was adopted by runsolver

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3618.5 s]
/proc/loadavg: 4.14 4.10 4.04 5/273 49293
/proc/meminfo: memFree=122774572/131250000 swapFree=33009904/33010684
[pid=48074] ppid=48071 vsize=4192 memory=3072 CPUtime=0.33 cores=0,2
/proc/48074/stat : 48074 (run-opt-ls-log.) S 48071 48074 47807 0 -1 4194304 243 8644 0 0 0 0 30 3 20 0 1 0 48492118 4292608 768 18446744073709551615 94749119004672 94749119899205 140734410721024 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94749120138256 94749120186000 94749129801728 140734410729755 140734410729953 140734410729953 140734410735555 0
/proc/48074/statm: 1048 768 704 219 0 110 0
[pid=48077] ppid=48074 vsize=669516 memory=555700 CPUtime=3599.74 cores=0,2
/proc/48077/stat : 48077 (roundingsat) R 48074 48074 47807 0 -1 4194304 82003 0 0 0 357808 2166 0 0 20 0 1 0 48492158 685584384 138925 18446744073709551615 4227072 8923433 140727091441472 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 16879616 140727091443958 140727091444264 140727091444264 140727091449834 0
/proc/48077/statm: 167379 138925 2400 1147 0 154806 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 673708 KiB
Current children cumulated memory: 558772 KiB

Child status: 2

Real time (s): 3618.54
CPU time (s): 3600.13
CPU user time (s): 3578.43
CPU system time (s): 21.6979
CPU usage (%): 99.4912
Max. virtual memory (cumulated for all children) (KiB): 673708
Max. memory (cumulated for all children) (KiB): 558772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3578.43
system time used= 21.6979
maximum resident set size= 556212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90913
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3324904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1396
involuntary context switches= 8589


# summary of solver processes directly reported to runsolver:
#   pid: 48074,48077
#   total CPU time (s): 3600.13
#   total CPU user time (s): 3578.43
#   total CPU system time (s): 21.6979

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.35627 second user time and 17.0577 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-07-01 02:02:07
IDJOB=4486887
IDBENCH=147077
IDSOLVER=3356
FILE ID=nodeC033/4486887-1751328127
RUNJOBID= nodeC033-1751328114-47817
SLURM_JOB_ID= 9594373
Free space on /tmp= 432448 MiB

SOLVER NAME= roundingsat-ls+pbsuma-log 63f22ad
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-g125.18.opb
COMMAND LINE= run-opt-ls-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4486887-1751328127/watcher-4486887-1751328127 -o /tmp/evaluation-result-4486887-1751328127/solver-4486887-1751328127 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751328114-47817 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4486887-1751328127.opb PROOFDIR/proof-4486887-1751328127

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2

MD5SUM BENCH= 95947120f800d2178fb6b614b0e3950b
RANDOM SEED=1938339962

nodeC033 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.098
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.062
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.282
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.078
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.062
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.068
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3635.676
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129345192 kB
MemAvailable:   129601968 kB
Buffers:            2128 kB
Cached:          1055740 kB
SwapCached:           68 kB
Active:           410776 kB
Inactive:         878652 kB
Active(anon):     224896 kB
Inactive(anon):    24732 kB
Active(file):     185880 kB
Inactive(file):   853920 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            129420 kB
Writeback:             0 kB
AnonPages:        235036 kB
Mapped:           118228 kB
Shmem:             18028 kB
KReclaimable:     112428 kB
Slab:             204072 kB
SReclaimable:     112428 kB
SUnreclaim:        91644 kB
KernelStack:        4368 kB
PageTables:         3636 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     586488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:     57344 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      221908 kB
DirectMap2M:    11083776 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432440 MiB
End job on nodeC033 at 2025-07-01 03:02:26