Trace number 4531875

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 0f876b3SAT (TO)-46 3600.08 3654.98

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb56-25-opb/normalized-frb56-25-4.opb
MD5SUM71e47456366b2ddac308424c74922847
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 benchmark-56
Best CPU time to get the best result obtained on this benchmark3587
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1400
Total number of constraints110038
Number of constraints which are clauses110038
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 constraint2
Number of terms in the objective function 1400
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 1400
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1400
Number of bits of the biggest sum of numbers11
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.03	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.03	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.03	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.03	c │      (c) 2025 Markus Anders                                    │
0.00/0.03	c └────────────────────────────────────────────────────────────────┘
0.00/0.03	c parse 'HOME/instance-4531875-1752584603.opb'
0.00/0.08	c 	read 2.70MB  (44.72ms)
0.00/0.08	c	 [cnf: #variables 1400 #clauses 110039 #duplicates 0 #arr 221476]
0.00/0.08	c output proof to 'PROOFDIR/proof-4531875-1752584603'
0.00/0.08	c 
0.00/0.08	c make graph and approximate orbits
0.06/0.11	c	 [group: #orbits ~= 0] (32.70ms)
0.06/0.11	c 
0.06/0.11	c detect special group actions
0.06/0.11	c 	probe for Johnson action (limit=64)
0.06/0.11	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.06/0.11	c 	probe for row symmetry (limit=64, splits=16.78M)
0.06/0.12	c 	 (3.91ms)
0.06/0.12	c 
0.06/0.12	c detect symmetries on remainder
0.06/0.12	c 	[graph: #vertices 114239 #edges 448552]
0.06/0.12	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.06/0.12	c 	 [group: #symmetries 1.00*10^0 #generators 0] (7.63ms)
0.06/0.12	c 
0.06/0.12	c finalize break order and special generators
0.06/0.12	c 
0.06/0.12	c generation finished
0.06/0.12	c 	[sbp: #constraints 0 #add_vars 0]
0.06/0.12	c 
0.06/0.12	c write result to 'HOME/instance-4531875-1752584603.opb.pre'
0.06/0.13	c 	wrote 2.70MB (5.77ms)
0.06/0.13	c ------------------------------------------------------------------
0.06/0.13	c                  44.72ms 46.54% parse
0.06/0.13	c                  32.70ms 34.02% approx_orbits
0.06/0.13	c                   7.63ms  7.94% detect_generic
0.06/0.13	c                   5.77ms  6.00% output
0.06/0.13	c                   3.91ms  4.07% detect_special
0.06/0.13	c                   1.31ms  1.37% other
0.06/0.13	c                   0.06ms  0.06% finalize_order
0.06/0.13	c         ───────────────────────────────────────────────
0.06/0.13	c                  96.10ms   100% total
0.06/0.13	c ------------------------------------------------------------------
0.06/0.17	c RoundingSat 2
0.06/0.17	c branch pb25
0.06/0.17	c commit 0f876b3
0.61/0.76	c #variables 1400 #constraints 110038
0.61/0.76	c objective is ce32 
0.71/0.83	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.71/0.83	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.71/0.83	c bounds -16 >= -1400 @ 0.545633
1.11/1.29	c bounds -17 >= -1400 @ 0.993609
1.51/1.64	c rational objective -700
2.01/2.15	c bounds -17 >= -1399 @ 1.85448
2.01/2.15	c bounds -17 >= -1398 @ 1.85488
2.01/2.15	c bounds -17 >= -1397 @ 1.85527
2.01/2.15	c bounds -17 >= -1396 @ 1.85564
2.01/2.16	c bounds -17 >= -1395 @ 1.85602
2.01/2.16	c bounds -17 >= -1394 @ 1.8564
2.01/2.16	c bounds -17 >= -1393 @ 1.85678
2.01/2.16	c bounds -17 >= -1392 @ 1.85716
2.01/2.16	c bounds -17 >= -1391 @ 1.85753
2.01/2.16	c bounds -17 >= -1390 @ 1.8579
2.01/2.16	c bounds -17 >= -1389 @ 1.85827
2.01/2.16	c bounds -17 >= -1388 @ 1.85864
2.01/2.16	c bounds -17 >= -1387 @ 1.85901
2.01/2.16	c bounds -17 >= -1386 @ 1.85939
2.01/2.16	c bounds -17 >= -1385 @ 1.85976
2.01/2.16	c bounds -17 >= -1384 @ 1.86014
2.01/2.16	c bounds -17 >= -1383 @ 1.86051
2.01/2.16	c bounds -17 >= -1382 @ 1.86089
2.01/2.16	c bounds -17 >= -1381 @ 1.86126
2.01/2.16	c bounds -17 >= -1380 @ 1.86163
2.01/2.16	c bounds -17 >= -1379 @ 1.86201
2.01/2.16	c bounds -17 >= -1378 @ 1.86239
2.01/2.16	c bounds -17 >= -1377 @ 1.86276
2.01/2.16	c bounds -17 >= -1376 @ 1.86314
2.01/2.16	c bounds -17 >= -1375 @ 1.86351
2.01/2.16	c bounds -17 >= -1374 @ 1.86389
2.01/2.16	c bounds -17 >= -1373 @ 1.86426
2.01/2.16	c bounds -17 >= -1372 @ 1.86463
2.01/2.16	c bounds -17 >= -1371 @ 1.86501
2.01/2.16	c bounds -17 >= -1370 @ 1.86537
2.01/2.17	c bounds -17 >= -1369 @ 1.86575
2.01/2.17	c bounds -17 >= -1368 @ 1.86612
2.01/2.17	c bounds -17 >= -1367 @ 1.86649
2.01/2.17	c bounds -17 >= -1366 @ 1.86686
2.01/2.17	c bounds -17 >= -1365 @ 1.86723
2.01/2.17	c bounds -17 >= -1364 @ 1.86761
2.01/2.17	c bounds -17 >= -1363 @ 1.86798
2.01/2.17	c bounds -17 >= -1362 @ 1.86835
2.01/2.17	c bounds -17 >= -1361 @ 1.86872
2.01/2.17	c bounds -17 >= -1360 @ 1.86908
2.01/2.17	c bounds -17 >= -1359 @ 1.87005
2.01/2.17	c bounds -17 >= -1358 @ 1.87042
2.01/2.17	c bounds -17 >= -1357 @ 1.87079
2.01/2.17	c bounds -17 >= -1356 @ 1.87116
2.01/2.17	c bounds -17 >= -1355 @ 1.87153
2.01/2.17	c bounds -17 >= -1354 @ 1.87189
2.01/2.17	c bounds -17 >= -1353 @ 1.87226
2.01/2.17	c bounds -17 >= -1352 @ 1.87263
2.01/2.17	c bounds -17 >= -1351 @ 1.87299
2.01/2.17	c bounds -17 >= -1350 @ 1.87336
2.01/2.17	c bounds -17 >= -1349 @ 1.87373
2.01/2.17	c bounds -17 >= -1348 @ 1.8741
2.01/2.17	c bounds -17 >= -1347 @ 1.87446
2.01/2.17	c bounds -17 >= -1346 @ 1.87483
2.01/2.17	c bounds -17 >= -1345 @ 1.87519
2.01/2.17	c bounds -17 >= -1344 @ 1.87557
2.01/2.18	c bounds -17 >= -1343 @ 1.87594
2.01/2.18	c bounds -17 >= -1342 @ 1.8763
2.01/2.18	c bounds -17 >= -1341 @ 1.87667
2.01/2.18	c bounds -17 >= -1340 @ 1.87704
2.01/2.18	c bounds -17 >= -1339 @ 1.87741
2.01/2.18	c bounds -17 >= -1338 @ 1.87777
2.01/2.18	c bounds -17 >= -1337 @ 1.87813
2.01/2.18	c bounds -17 >= -1336 @ 1.8785
2.01/2.18	c bounds -17 >= -1335 @ 1.87886
2.01/2.18	c bounds -17 >= -1334 @ 1.87923
2.01/2.18	c bounds -17 >= -1333 @ 1.87959
2.01/2.18	c bounds -17 >= -1332 @ 1.87995
2.01/2.18	c bounds -17 >= -1331 @ 1.88031
2.01/2.18	c bounds -17 >= -1330 @ 1.88068
2.01/2.18	c bounds -17 >= -1329 @ 1.88104
2.01/2.18	c bounds -17 >= -1328 @ 1.8814
2.01/2.18	c bounds -17 >= -1327 @ 1.88176
2.01/2.18	c bounds -17 >= -1326 @ 1.88213
2.01/2.18	c bounds -17 >= -1325 @ 1.88249
2.01/2.18	c bounds -17 >= -1324 @ 1.88285
2.01/2.18	c bounds -17 >= -1323 @ 1.88321
2.01/2.18	c bounds -17 >= -1322 @ 1.88357
2.01/2.18	c bounds -17 >= -1321 @ 1.88394
2.01/2.18	c bounds -18 >= -1321 @ 1.88433
2.01/2.18	c bounds -18 >= -1320 @ 1.88433
2.01/2.18	c bounds -18 >= -1319 @ 1.88461
2.01/2.19	c bounds -18 >= -1318 @ 1.88497
2.01/2.19	c bounds -18 >= -1317 @ 1.88533
2.01/2.19	c bounds -18 >= -1316 @ 1.88569
2.01/2.19	c bounds -18 >= -1315 @ 1.88605
2.01/2.19	c bounds -18 >= -1314 @ 1.88642
2.01/2.19	c bounds -18 >= -1313 @ 1.88678
2.01/2.19	c bounds -18 >= -1312 @ 1.88714
2.01/2.19	c bounds -18 >= -1311 @ 1.8875
2.01/2.19	c bounds -19 >= -1311 @ 1.89188
2.01/2.19	c bounds -19 >= -1310 @ 1.89224
2.01/2.19	c bounds -19 >= -1309 @ 1.89261
2.01/2.19	c bounds -19 >= -1308 @ 1.89297
2.01/2.19	c bounds -19 >= -1307 @ 1.89334
2.01/2.19	c bounds -19 >= -1306 @ 1.8937
2.01/2.20	c bounds -19 >= -1305 @ 1.89407
2.10/2.20	c bounds -19 >= -1304 @ 1.89445
2.10/2.20	c bounds -19 >= -1303 @ 1.89482
2.10/2.20	c bounds -19 >= -1302 @ 1.89518
2.10/2.20	c bounds -19 >= -1301 @ 1.89555
2.10/2.20	c bounds -19 >= -1300 @ 1.89591
2.10/2.20	c bounds -19 >= -1299 @ 1.89627
2.10/2.20	c bounds -19 >= -1298 @ 1.89663
2.10/2.20	c bounds -19 >= -1297 @ 1.89699
2.10/2.20	c bounds -19 >= -1296 @ 1.89736
2.10/2.20	c bounds -19 >= -1295 @ 1.89772
2.10/2.20	c bounds -19 >= -1294 @ 1.89809
2.10/2.20	c bounds -19 >= -1293 @ 1.89845
2.10/2.20	c bounds -19 >= -1292 @ 1.89881
2.10/2.20	c bounds -19 >= -1291 @ 1.89918
2.10/2.20	c bounds -19 >= -1290 @ 1.89954
2.10/2.20	c bounds -19 >= -1289 @ 1.89991
2.10/2.20	c bounds -19 >= -1288 @ 1.90027
2.10/2.20	c bounds -19 >= -1287 @ 1.90032
2.10/2.20	c bounds -19 >= -1286 @ 1.90032
2.10/2.20	c bounds -19 >= -1285 @ 1.90044
2.10/2.20	c bounds -19 >= -1284 @ 1.90077
2.10/2.20	c bounds -19 >= -1283 @ 1.90112
2.10/2.20	c bounds -19 >= -1282 @ 1.90147
2.10/2.20	c bounds -19 >= -1281 @ 1.90184
2.10/2.20	c bounds -19 >= -1280 @ 1.90219
2.10/2.20	c bounds -19 >= -1279 @ 1.90228
2.10/2.21	c bounds -19 >= -1278 @ 1.90228
2.10/2.21	c bounds -19 >= -1277 @ 1.9023
2.10/2.21	c bounds -19 >= -1276 @ 1.90266
2.10/2.21	c bounds -19 >= -1275 @ 1.90303
2.10/2.21	c bounds -19 >= -1274 @ 1.9034
2.10/2.21	c bounds -19 >= -1273 @ 1.90376
2.10/2.21	c bounds -19 >= -1272 @ 1.90414
2.10/2.21	c bounds -19 >= -1271 @ 1.90451
2.10/2.21	c bounds -19 >= -1270 @ 1.90487
2.10/2.21	c bounds -19 >= -1269 @ 1.90524
2.10/2.21	c bounds -19 >= -1268 @ 1.9056
2.10/2.21	c bounds -19 >= -1267 @ 1.90596
2.10/2.21	c bounds -19 >= -1266 @ 1.90631
2.10/2.21	c bounds -19 >= -1265 @ 1.90667
2.10/2.21	c bounds -19 >= -1264 @ 1.90704
2.10/2.21	c bounds -19 >= -1263 @ 1.9074
2.10/2.21	c bounds -19 >= -1262 @ 1.90776
2.10/2.21	c bounds -19 >= -1261 @ 1.90812
2.10/2.21	c bounds -19 >= -1260 @ 1.90848
2.10/2.21	c bounds -19 >= -1259 @ 1.90883
2.10/2.21	c bounds -19 >= -1258 @ 1.90919
2.10/2.21	c bounds -19 >= -1257 @ 1.90955
2.10/2.21	c bounds -19 >= -1256 @ 1.90991
2.10/2.21	c bounds -19 >= -1255 @ 1.91026
2.10/2.21	c bounds -19 >= -1254 @ 1.91062
2.10/2.21	c bounds -19 >= -1253 @ 1.91097
2.10/2.21	c bounds -19 >= -1252 @ 1.91133
2.10/2.22	c bounds -19 >= -1251 @ 1.91168
2.10/2.22	c bounds -19 >= -1250 @ 1.91204
2.10/2.22	c bounds -19 >= -1249 @ 1.91239
2.10/2.22	c bounds -19 >= -1248 @ 1.91275
2.10/2.22	c bounds -19 >= -1247 @ 1.91311
2.10/2.22	c bounds -19 >= -1246 @ 1.91347
2.10/2.22	c bounds -19 >= -1245 @ 1.91383
2.10/2.22	c bounds -19 >= -1244 @ 1.91418
2.10/2.22	c bounds -19 >= -1243 @ 1.91454
2.10/2.22	c bounds -19 >= -1242 @ 1.9149
2.10/2.22	c bounds -19 >= -1241 @ 1.91526
2.10/2.22	c bounds -19 >= -1240 @ 1.91562
2.10/2.22	c bounds -19 >= -1239 @ 1.91598
2.10/2.22	c bounds -19 >= -1238 @ 1.91634
2.10/2.22	c bounds -19 >= -1237 @ 1.91669
2.10/2.22	c bounds -19 >= -1236 @ 1.91705
2.10/2.22	c bounds -19 >= -1235 @ 1.91741
2.10/2.22	c bounds -19 >= -1234 @ 1.91777
2.10/2.22	c bounds -19 >= -1233 @ 1.91813
2.10/2.22	c bounds -19 >= -1232 @ 1.9185
2.10/2.22	c bounds -19 >= -1231 @ 1.91885
2.10/2.22	c bounds -19 >= -1230 @ 1.91922
2.10/2.22	c bounds -19 >= -1229 @ 1.91959
2.10/2.22	c bounds -19 >= -1228 @ 1.91994
2.10/2.22	c bounds -19 >= -1227 @ 1.92031
2.10/2.22	c bounds -19 >= -1226 @ 1.92067
2.10/2.22	c bounds -19 >= -1225 @ 1.92103
2.10/2.22	c bounds -19 >= -1224 @ 1.92139
2.10/2.23	c bounds -19 >= -1223 @ 1.92176
2.10/2.23	c bounds -19 >= -1222 @ 1.9221
2.10/2.23	c bounds -19 >= -1221 @ 1.92219
2.10/2.23	c bounds -19 >= -1220 @ 1.92219
2.10/2.23	c bounds -19 >= -1219 @ 1.9222
2.10/2.23	c bounds -19 >= -1218 @ 1.92256
2.10/2.23	c bounds -19 >= -1217 @ 1.92292
2.10/2.23	c bounds -19 >= -1216 @ 1.92327
2.10/2.23	c bounds -19 >= -1215 @ 1.92363
2.10/2.23	c bounds -19 >= -1214 @ 1.92399
2.10/2.23	c bounds -19 >= -1213 @ 1.92435
2.10/2.23	c bounds -19 >= -1212 @ 1.92471
2.10/2.23	c bounds -19 >= -1211 @ 1.92507
2.10/2.23	c bounds -19 >= -1210 @ 1.92542
2.10/2.23	c bounds -19 >= -1209 @ 1.92577
2.10/2.23	c bounds -19 >= -1208 @ 1.92612
2.10/2.23	c bounds -19 >= -1207 @ 1.92647
2.10/2.23	c bounds -19 >= -1206 @ 1.92683
2.10/2.23	c bounds -19 >= -1205 @ 1.92718
2.10/2.23	c bounds -19 >= -1204 @ 1.92753
2.10/2.23	c bounds -19 >= -1203 @ 1.92788
2.10/2.23	c bounds -19 >= -1202 @ 1.92824
2.10/2.23	c bounds -19 >= -1201 @ 1.9286
2.10/2.23	c bounds -19 >= -1200 @ 1.92895
2.10/2.23	c bounds -19 >= -1199 @ 1.92929
2.10/2.23	c bounds -19 >= -1198 @ 1.92964
2.10/2.23	c bounds -19 >= -1197 @ 1.92999
2.10/2.23	c bounds -19 >= -1196 @ 1.93034
2.10/2.24	c bounds -19 >= -1195 @ 1.93068
2.10/2.24	c bounds -19 >= -1194 @ 1.93103
2.10/2.24	c bounds -19 >= -1193 @ 1.93138
2.10/2.24	c bounds -19 >= -1192 @ 1.93173
2.10/2.24	c bounds -19 >= -1191 @ 1.93208
2.10/2.24	c bounds -19 >= -1190 @ 1.93243
2.10/2.24	c bounds -19 >= -1189 @ 1.93277
2.10/2.24	c bounds -19 >= -1188 @ 1.93312
2.10/2.24	c bounds -19 >= -1187 @ 1.93347
2.10/2.24	c bounds -19 >= -1186 @ 1.93382
2.10/2.24	c bounds -19 >= -1185 @ 1.93417
2.10/2.24	c bounds -19 >= -1184 @ 1.93454
2.10/2.24	c bounds -19 >= -1183 @ 1.9349
2.10/2.24	c bounds -19 >= -1182 @ 1.93526
2.10/2.24	c bounds -19 >= -1181 @ 1.93561
2.10/2.24	c bounds -19 >= -1180 @ 1.93596
2.10/2.24	c bounds -20 >= -1180 @ 1.93739
2.10/2.24	c bounds -20 >= -1179 @ 1.93775
2.10/2.24	c bounds -20 >= -1178 @ 1.9381
2.10/2.24	c bounds -20 >= -1177 @ 1.93845
2.10/2.24	c bounds -20 >= -1176 @ 1.9388
2.10/2.24	c bounds -20 >= -1175 @ 1.93915
2.10/2.24	c bounds -20 >= -1174 @ 1.9395
2.10/2.24	c bounds -20 >= -1173 @ 1.93985
2.10/2.24	c bounds -20 >= -1172 @ 1.94019
2.10/2.24	c bounds -20 >= -1171 @ 1.94055
2.10/2.25	c bounds -20 >= -1170 @ 1.9409
2.10/2.25	c bounds -20 >= -1169 @ 1.94124
2.10/2.25	c bounds -20 >= -1168 @ 1.94159
2.10/2.25	c bounds -20 >= -1167 @ 1.94193
2.10/2.25	c bounds -20 >= -1166 @ 1.94229
2.10/2.25	c bounds -20 >= -1165 @ 1.94263
2.10/2.25	c bounds -20 >= -1164 @ 1.94297
2.10/2.25	c bounds -20 >= -1163 @ 1.94331
2.10/2.25	c bounds -20 >= -1162 @ 1.94366
2.10/2.25	c bounds -20 >= -1161 @ 1.94399
2.10/2.25	c bounds -20 >= -1160 @ 1.94434
2.10/2.25	c bounds -20 >= -1159 @ 1.94468
2.10/2.25	c bounds -20 >= -1158 @ 1.94502
2.10/2.25	c bounds -21 >= -1158 @ 1.94521
2.10/2.25	c bounds -21 >= -1157 @ 1.94521
2.10/2.25	c bounds -21 >= -1156 @ 1.94551
2.10/2.25	c bounds -21 >= -1155 @ 1.94585
2.10/2.25	c bounds -21 >= -1154 @ 1.94619
2.10/2.25	c bounds -21 >= -1153 @ 1.94652
2.10/2.25	c bounds -21 >= -1152 @ 1.94687
2.10/2.25	c bounds -21 >= -1151 @ 1.94721
2.10/2.25	c bounds -21 >= -1150 @ 1.94754
2.10/2.25	c bounds -21 >= -1149 @ 1.94789
2.10/2.25	c bounds -21 >= -1148 @ 1.94823
2.10/2.25	c bounds -21 >= -1147 @ 1.94858
2.10/2.25	c bounds -21 >= -1146 @ 1.94892
2.10/2.25	c bounds -21 >= -1145 @ 1.94926
2.10/2.26	c bounds -21 >= -1144 @ 1.9496
2.10/2.26	c bounds -21 >= -1143 @ 1.94994
2.10/2.26	c bounds -21 >= -1142 @ 1.95028
2.10/2.26	c bounds -22 >= -1142 @ 1.95218
2.10/2.26	c bounds -22 >= -1141 @ 1.95254
2.10/2.26	c bounds -22 >= -1140 @ 1.95288
2.10/2.26	c bounds -22 >= -1139 @ 1.95323
2.10/2.26	c bounds -22 >= -1138 @ 1.95358
2.10/2.26	c bounds -22 >= -1137 @ 1.95393
2.10/2.26	c bounds -22 >= -1136 @ 1.95427
2.10/2.26	c bounds -22 >= -1135 @ 1.95461
2.10/2.26	c bounds -22 >= -1134 @ 1.95495
2.10/2.26	c bounds -22 >= -1133 @ 1.95529
2.10/2.26	c bounds -22 >= -1132 @ 1.95564
2.10/2.26	c bounds -22 >= -1131 @ 1.95597
2.10/2.26	c bounds -22 >= -1130 @ 1.95632
2.10/2.26	c bounds -22 >= -1129 @ 1.95667
2.10/2.26	c bounds -22 >= -1128 @ 1.95701
2.10/2.26	c bounds -22 >= -1127 @ 1.95735
2.10/2.26	c bounds -22 >= -1126 @ 1.9577
2.10/2.26	c bounds -22 >= -1125 @ 1.95804
2.10/2.26	c bounds -22 >= -1124 @ 1.95811
2.10/2.26	c bounds -22 >= -1123 @ 1.95811
2.10/2.26	c bounds -22 >= -1122 @ 1.95811
2.10/2.26	c bounds -22 >= -1121 @ 1.95842
2.10/2.27	c bounds -22 >= -1120 @ 1.95877
2.10/2.27	c bounds -22 >= -1119 @ 1.95911
2.10/2.27	c bounds -22 >= -1118 @ 1.95946
2.10/2.27	c bounds -22 >= -1117 @ 1.9598
2.10/2.27	c bounds -22 >= -1116 @ 1.96015
2.10/2.27	c bounds -22 >= -1115 @ 1.9605
2.10/2.27	c bounds -22 >= -1114 @ 1.96086
2.10/2.27	c bounds -22 >= -1113 @ 1.9612
2.10/2.27	c bounds -22 >= -1112 @ 1.96155
2.10/2.27	c bounds -22 >= -1111 @ 1.96188
2.10/2.27	c bounds -22 >= -1110 @ 1.96221
2.10/2.27	c bounds -22 >= -1109 @ 1.96254
2.10/2.27	c bounds -22 >= -1108 @ 1.96288
2.10/2.27	c bounds -22 >= -1107 @ 1.96321
2.10/2.27	c bounds -23 >= -1107 @ 1.96422
2.10/2.27	c bounds -23 >= -1106 @ 1.96456
2.10/2.27	c bounds -23 >= -1105 @ 1.96489
2.10/2.27	c bounds -23 >= -1104 @ 1.96523
2.10/2.27	c bounds -23 >= -1103 @ 1.96556
2.10/2.27	c bounds -23 >= -1102 @ 1.9659
2.10/2.27	c bounds -23 >= -1101 @ 1.96623
2.10/2.27	c bounds -23 >= -1100 @ 1.96657
2.10/2.27	c bounds -23 >= -1099 @ 1.9669
2.10/2.27	c bounds -23 >= -1098 @ 1.96724
2.10/2.27	c bounds -23 >= -1097 @ 1.96758
2.10/2.27	c bounds -23 >= -1096 @ 1.96792
2.10/2.27	c bounds -23 >= -1095 @ 1.96825
2.10/2.28	c bounds -23 >= -1094 @ 1.96858
2.10/2.28	c bounds -23 >= -1093 @ 1.96891
2.10/2.28	c bounds -23 >= -1092 @ 1.96925
2.10/2.28	c bounds -23 >= -1091 @ 1.96959
2.10/2.28	c bounds -23 >= -1090 @ 1.96992
2.10/2.28	c bounds -23 >= -1089 @ 1.97026
2.10/2.28	c bounds -23 >= -1088 @ 1.97059
2.10/2.28	c bounds -23 >= -1087 @ 1.97094
2.10/2.28	c bounds -23 >= -1086 @ 1.97128
2.10/2.28	c bounds -23 >= -1085 @ 1.97161
2.10/2.28	c bounds -24 >= -1085 @ 1.97235
2.10/2.28	c bounds -24 >= -1084 @ 1.97269
2.10/2.28	c bounds -24 >= -1083 @ 1.97303
2.10/2.28	c bounds -24 >= -1082 @ 1.97337
2.10/2.28	c bounds -24 >= -1081 @ 1.97371
2.10/2.28	c bounds -24 >= -1080 @ 1.97406
2.10/2.28	c bounds -24 >= -1079 @ 1.97441
2.10/2.28	c bounds -24 >= -1078 @ 1.97476
2.10/2.28	c bounds -24 >= -1077 @ 1.97509
2.10/2.28	c bounds -24 >= -1076 @ 1.97543
2.10/2.28	c bounds -25 >= -1076 @ 1.97698
2.10/2.28	c bounds -25 >= -1075 @ 1.97734
2.10/2.28	c bounds -25 >= -1074 @ 1.97768
2.10/2.28	c bounds -25 >= -1073 @ 1.97801
2.10/2.28	c bounds -25 >= -1072 @ 1.97835
2.10/2.29	c bounds -25 >= -1071 @ 1.97869
2.10/2.29	c bounds -25 >= -1070 @ 1.97902
2.10/2.29	c bounds -25 >= -1069 @ 1.97935
2.10/2.29	c bounds -25 >= -1068 @ 1.97969
2.10/2.29	c bounds -25 >= -1067 @ 1.98003
2.10/2.29	c bounds -25 >= -1066 @ 1.98037
2.10/2.29	c bounds -25 >= -1065 @ 1.9807
2.10/2.29	c bounds -25 >= -1064 @ 1.98103
2.10/2.29	c bounds -25 >= -1063 @ 1.98136
2.10/2.29	c bounds -25 >= -1062 @ 1.9817
2.10/2.29	c bounds -25 >= -1061 @ 1.98203
2.10/2.29	c bounds -25 >= -1060 @ 1.98236
2.10/2.29	c bounds -25 >= -1059 @ 1.98269
2.10/2.29	c bounds -25 >= -1058 @ 1.98303
2.10/2.29	c bounds -25 >= -1057 @ 1.98336
2.10/2.29	c bounds -25 >= -1056 @ 1.98369
2.10/2.29	c bounds -25 >= -1055 @ 1.98402
2.10/2.29	c bounds -25 >= -1054 @ 1.98435
2.10/2.29	c bounds -25 >= -1053 @ 1.98468
2.10/2.29	c bounds -26 >= -1053 @ 1.9854
2.10/2.29	c bounds -26 >= -1052 @ 1.98574
2.10/2.29	c bounds -26 >= -1051 @ 1.98607
2.10/2.29	c bounds -26 >= -1050 @ 1.9864
2.10/2.29	c bounds -26 >= -1049 @ 1.98673
2.10/2.29	c bounds -26 >= -1048 @ 1.98706
2.10/2.29	c bounds -26 >= -1047 @ 1.9874
2.10/2.29	c bounds -26 >= -1046 @ 1.98773
2.10/2.29	c bounds -26 >= -1045 @ 1.98806
2.10/2.29	c bounds -26 >= -1044 @ 1.98839
2.10/2.30	c bounds -26 >= -1043 @ 1.98873
2.21/2.30	c bounds -26 >= -1042 @ 1.98906
2.21/2.30	c bounds -26 >= -1041 @ 1.98939
2.21/2.30	c bounds -26 >= -1040 @ 1.98973
2.21/2.30	c bounds -26 >= -1039 @ 1.99007
2.21/2.30	c bounds -26 >= -1038 @ 1.9904
2.21/2.30	c bounds -26 >= -1037 @ 1.99073
2.21/2.30	c bounds -26 >= -1036 @ 1.99106
2.21/2.30	c bounds -26 >= -1035 @ 1.9914
2.21/2.30	c bounds -26 >= -1034 @ 1.99173
2.21/2.31	c bounds -27 >= -1034 @ 1.99881
2.21/2.31	c bounds -27 >= -1033 @ 1.99915
2.21/2.31	c bounds -27 >= -1032 @ 1.99949
2.21/2.31	c bounds -27 >= -1031 @ 1.99983
2.21/2.31	c bounds -27 >= -1030 @ 2.00017
2.21/2.31	c bounds -27 >= -1029 @ 2.0005
2.21/2.31	c bounds -27 >= -1028 @ 2.00083
2.21/2.31	c bounds -27 >= -1027 @ 2.00116
2.21/2.31	c bounds -27 >= -1026 @ 2.00152
2.21/2.31	c bounds -27 >= -1025 @ 2.00186
2.21/2.31	c bounds -27 >= -1024 @ 2.00219
2.21/2.31	c bounds -27 >= -1023 @ 2.00253
2.21/2.31	c bounds -27 >= -1022 @ 2.00286
2.21/2.31	c bounds -27 >= -1021 @ 2.00319
2.21/2.31	c bounds -27 >= -1020 @ 2.00352
2.21/2.31	c bounds -27 >= -1019 @ 2.00385
2.21/2.31	c bounds -27 >= -1018 @ 2.00417
2.21/2.31	c bounds -27 >= -1017 @ 2.00449
2.21/2.31	c bounds -27 >= -1016 @ 2.00482
2.21/2.31	c bounds -27 >= -1015 @ 2.00515
2.21/2.31	c bounds -27 >= -1014 @ 2.00547
2.21/2.31	c bounds -27 >= -1013 @ 2.0058
2.21/2.31	c bounds -27 >= -1012 @ 2.00613
2.21/2.31	c bounds -27 >= -1011 @ 2.00646
2.21/2.31	c bounds -27 >= -1010 @ 2.00677
2.21/2.31	c bounds -27 >= -1009 @ 2.0071
2.21/2.31	c bounds -27 >= -1008 @ 2.00742
2.21/2.31	c bounds -27 >= -1007 @ 2.00774
2.21/2.31	c bounds -27 >= -1006 @ 2.00807
2.21/2.32	c bounds -27 >= -1005 @ 2.00839
2.21/2.32	c bounds -27 >= -1004 @ 2.00872
2.21/2.32	c bounds -27 >= -1003 @ 2.00904
2.21/2.32	c bounds -27 >= -1002 @ 2.00937
2.21/2.32	c bounds -27 >= -1001 @ 2.00969
2.21/2.32	c bounds -27 >= -1000 @ 2.01001
2.21/2.32	c bounds -27 >= -999 @ 2.01033
2.21/2.32	c bounds -27 >= -998 @ 2.01066
2.21/2.32	c bounds -27 >= -997 @ 2.01099
2.21/2.32	c bounds -27 >= -996 @ 2.01132
2.21/2.32	c bounds -27 >= -995 @ 2.01165
2.21/2.32	c bounds -27 >= -994 @ 2.01197
2.21/2.32	c bounds -27 >= -993 @ 2.01203
2.21/2.32	c bounds -27 >= -992 @ 2.01203
2.21/2.32	c bounds -27 >= -991 @ 2.01203
2.21/2.32	c bounds -27 >= -990 @ 2.0123
2.21/2.32	c bounds -27 >= -989 @ 2.01263
2.21/2.32	c bounds -27 >= -988 @ 2.01296
2.21/2.32	c bounds -27 >= -987 @ 2.01328
2.21/2.32	c bounds -27 >= -986 @ 2.01361
2.21/2.32	c bounds -27 >= -985 @ 2.01393
2.21/2.32	c bounds -27 >= -984 @ 2.01425
2.21/2.32	c bounds -27 >= -983 @ 2.01458
2.21/2.32	c bounds -27 >= -982 @ 2.01491
2.21/2.32	c bounds -27 >= -981 @ 2.01523
2.21/2.32	c bounds -27 >= -980 @ 2.01555
2.21/2.32	c bounds -27 >= -979 @ 2.01586
2.21/2.32	c bounds -27 >= -978 @ 2.01618
2.21/2.32	c bounds -27 >= -977 @ 2.01651
2.21/2.32	c bounds -27 >= -976 @ 2.01684
2.21/2.32	c bounds -27 >= -975 @ 2.01716
2.21/2.33	c bounds -27 >= -974 @ 2.01748
2.21/2.33	c bounds -27 >= -973 @ 2.0178
2.21/2.33	c bounds -27 >= -972 @ 2.01812
2.21/2.33	c bounds -27 >= -971 @ 2.01845
2.21/2.33	c bounds -27 >= -970 @ 2.01877
2.21/2.33	c bounds -27 >= -969 @ 2.01914
2.21/2.33	c bounds -27 >= -968 @ 2.01947
2.21/2.33	c bounds -27 >= -967 @ 2.01979
2.21/2.33	c bounds -27 >= -966 @ 2.02011
2.21/2.33	c bounds -27 >= -965 @ 2.02044
2.21/2.33	c bounds -27 >= -964 @ 2.02076
2.21/2.33	c bounds -27 >= -963 @ 2.02109
2.21/2.33	c bounds -27 >= -962 @ 2.02141
2.21/2.33	c bounds -27 >= -961 @ 2.02173
2.21/2.33	c bounds -27 >= -960 @ 2.02205
2.21/2.33	c bounds -27 >= -959 @ 2.02236
2.21/2.33	c bounds -27 >= -958 @ 2.02268
2.21/2.33	c bounds -27 >= -957 @ 2.023
2.21/2.33	c bounds -27 >= -956 @ 2.02332
2.21/2.33	c bounds -27 >= -955 @ 2.02364
2.21/2.33	c bounds -27 >= -954 @ 2.02396
2.21/2.33	c bounds -27 >= -953 @ 2.02428
2.21/2.33	c bounds -27 >= -952 @ 2.02459
2.21/2.33	c bounds -27 >= -951 @ 2.02491
2.21/2.33	c bounds -27 >= -950 @ 2.02522
2.21/2.33	c bounds -27 >= -949 @ 2.02555
2.21/2.33	c bounds -27 >= -948 @ 2.02587
2.21/2.33	c bounds -27 >= -947 @ 2.02618
2.21/2.33	c bounds -27 >= -946 @ 2.0265
2.21/2.33	c bounds -27 >= -945 @ 2.02682
2.21/2.33	c bounds -27 >= -944 @ 2.02715
2.21/2.34	c bounds -27 >= -943 @ 2.02748
2.21/2.34	c bounds -27 >= -942 @ 2.02779
2.21/2.34	c bounds -27 >= -941 @ 2.02813
2.21/2.34	c bounds -27 >= -940 @ 2.02845
2.21/2.34	c bounds -27 >= -939 @ 2.02877
2.21/2.34	c bounds -27 >= -938 @ 2.0291
2.21/2.34	c bounds -27 >= -937 @ 2.02942
2.21/2.34	c bounds -27 >= -936 @ 2.02974
2.21/2.34	c bounds -27 >= -935 @ 2.03006
2.21/2.34	c bounds -27 >= -934 @ 2.03037
2.21/2.34	c bounds -27 >= -933 @ 2.03068
2.21/2.34	c bounds -27 >= -932 @ 2.031
2.21/2.34	c bounds -27 >= -931 @ 2.03132
2.21/2.34	c bounds -27 >= -930 @ 2.03164
2.21/2.34	c bounds -27 >= -929 @ 2.03194
2.21/2.34	c bounds -27 >= -928 @ 2.03226
2.21/2.34	c bounds -27 >= -927 @ 2.03257
2.21/2.34	c bounds -27 >= -926 @ 2.03288
2.21/2.34	c bounds -27 >= -925 @ 2.03319
2.21/2.34	c bounds -27 >= -924 @ 2.0335
2.21/2.34	c bounds -27 >= -923 @ 2.03382
2.21/2.34	c bounds -27 >= -922 @ 2.03416
2.21/2.34	c bounds -27 >= -921 @ 2.03448
2.21/2.34	c bounds -27 >= -920 @ 2.03479
2.21/2.34	c bounds -27 >= -919 @ 2.03511
2.21/2.34	c bounds -27 >= -918 @ 2.03543
2.21/2.34	c bounds -27 >= -917 @ 2.03574
2.21/2.34	c bounds -27 >= -916 @ 2.03606
2.21/2.34	c bounds -27 >= -915 @ 2.03637
2.21/2.34	c bounds -27 >= -914 @ 2.03669
2.21/2.34	c bounds -27 >= -913 @ 2.037
2.21/2.35	c bounds -27 >= -912 @ 2.03732
2.21/2.35	c bounds -27 >= -911 @ 2.03763
2.21/2.35	c bounds -27 >= -910 @ 2.03794
2.21/2.35	c bounds -27 >= -909 @ 2.03826
2.21/2.35	c bounds -27 >= -908 @ 2.03858
2.21/2.35	c bounds -27 >= -907 @ 2.03889
2.21/2.35	c bounds -27 >= -906 @ 2.03919
2.21/2.35	c bounds -27 >= -905 @ 2.03951
2.21/2.35	c bounds -27 >= -904 @ 2.03982
2.21/2.35	c bounds -27 >= -903 @ 2.04014
2.21/2.35	c bounds -27 >= -902 @ 2.04045
2.21/2.35	c bounds -27 >= -901 @ 2.04075
2.21/2.35	c bounds -27 >= -900 @ 2.04107
2.21/2.35	c bounds -27 >= -899 @ 2.04139
2.21/2.35	c bounds -27 >= -898 @ 2.04171
2.21/2.35	c bounds -27 >= -897 @ 2.04202
2.21/2.35	c bounds -27 >= -896 @ 2.04233
2.21/2.35	c bounds -27 >= -895 @ 2.04264
2.21/2.35	c bounds -27 >= -894 @ 2.04295
2.21/2.35	c bounds -27 >= -893 @ 2.04327
2.21/2.35	c bounds -27 >= -892 @ 2.04358
2.21/2.35	c bounds -27 >= -891 @ 2.04389
2.21/2.35	c bounds -27 >= -890 @ 2.04421
2.21/2.35	c bounds -27 >= -889 @ 2.04453
2.21/2.35	c bounds -27 >= -888 @ 2.04484
2.21/2.35	c bounds -27 >= -887 @ 2.04491
2.21/2.35	c bounds -27 >= -886 @ 2.04491
2.21/2.35	c bounds -27 >= -885 @ 2.04491
2.21/2.35	c bounds -27 >= -884 @ 2.04515
2.21/2.35	c bounds -27 >= -883 @ 2.04548
2.21/2.35	c bounds -27 >= -882 @ 2.04577
2.21/2.35	c bounds -27 >= -881 @ 2.04608
2.21/2.36	c bounds -27 >= -880 @ 2.0464
2.21/2.36	c bounds -27 >= -879 @ 2.04671
2.21/2.36	c bounds -27 >= -878 @ 2.04703
2.21/2.36	c bounds -27 >= -877 @ 2.04734
2.21/2.36	c bounds -27 >= -876 @ 2.04766
2.21/2.36	c bounds -27 >= -875 @ 2.04798
2.21/2.36	c bounds -27 >= -874 @ 2.0483
2.21/2.36	c bounds -27 >= -873 @ 2.04861
2.21/2.36	c bounds -27 >= -872 @ 2.04892
2.21/2.36	c bounds -27 >= -871 @ 2.04922
2.21/2.36	c bounds -27 >= -870 @ 2.04954
2.21/2.36	c bounds -27 >= -869 @ 2.04985
2.21/2.36	c bounds -27 >= -868 @ 2.05016
2.21/2.36	c bounds -27 >= -867 @ 2.05047
2.21/2.36	c bounds -27 >= -866 @ 2.05078
2.21/2.36	c bounds -27 >= -865 @ 2.05109
2.21/2.36	c bounds -27 >= -864 @ 2.0514
2.21/2.36	c bounds -27 >= -863 @ 2.05171
2.21/2.36	c bounds -27 >= -862 @ 2.05201
2.21/2.36	c bounds -27 >= -861 @ 2.05232
2.21/2.36	c bounds -27 >= -860 @ 2.05263
2.21/2.36	c bounds -27 >= -859 @ 2.05295
2.21/2.36	c bounds -27 >= -858 @ 2.05325
2.21/2.36	c bounds -27 >= -857 @ 2.05356
2.21/2.36	c bounds -27 >= -856 @ 2.05388
2.21/2.36	c bounds -27 >= -855 @ 2.05418
2.21/2.36	c bounds -27 >= -854 @ 2.0545
2.21/2.36	c bounds -27 >= -853 @ 2.05481
2.21/2.36	c bounds -27 >= -852 @ 2.05512
2.21/2.36	c bounds -27 >= -851 @ 2.05543
2.21/2.36	c bounds -27 >= -850 @ 2.05573
2.21/2.36	c bounds -27 >= -849 @ 2.05604
2.21/2.37	c bounds -27 >= -848 @ 2.05636
2.21/2.37	c bounds -27 >= -847 @ 2.05667
2.21/2.37	c bounds -27 >= -846 @ 2.05702
2.21/2.37	c bounds -27 >= -845 @ 2.05734
2.21/2.37	c bounds -27 >= -844 @ 2.05767
2.21/2.37	c bounds -27 >= -843 @ 2.05798
2.21/2.37	c bounds -27 >= -842 @ 2.0583
2.21/2.37	c bounds -27 >= -841 @ 2.05862
2.21/2.37	c bounds -27 >= -840 @ 2.05893
2.21/2.37	c bounds -27 >= -839 @ 2.05924
2.21/2.37	c bounds -28 >= -839 @ 2.06007
2.21/2.37	c bounds -28 >= -838 @ 2.06039
2.21/2.37	c bounds -28 >= -837 @ 2.06071
2.21/2.37	c bounds -28 >= -836 @ 2.06102
2.21/2.37	c bounds -28 >= -835 @ 2.06133
2.21/2.37	c bounds -28 >= -834 @ 2.06164
2.21/2.37	c bounds -28 >= -833 @ 2.06195
2.21/2.37	c bounds -28 >= -832 @ 2.06225
2.21/2.37	c bounds -28 >= -831 @ 2.06257
2.21/2.37	c bounds -28 >= -830 @ 2.06287
2.21/2.37	c bounds -28 >= -829 @ 2.06318
2.21/2.37	c bounds -28 >= -828 @ 2.06349
2.21/2.37	c bounds -28 >= -827 @ 2.0638
2.21/2.37	c bounds -28 >= -826 @ 2.0641
2.21/2.37	c bounds -28 >= -825 @ 2.06441
2.21/2.37	c bounds -28 >= -824 @ 2.06471
2.21/2.37	c bounds -28 >= -823 @ 2.06501
2.21/2.37	c bounds -28 >= -822 @ 2.06533
2.21/2.37	c bounds -28 >= -821 @ 2.06563
2.21/2.37	c bounds -28 >= -820 @ 2.0657
2.21/2.38	c bounds -28 >= -819 @ 2.0657
2.21/2.38	c bounds -28 >= -818 @ 2.0657
2.21/2.38	c bounds -28 >= -817 @ 2.06584
2.21/2.38	c bounds -28 >= -816 @ 2.06614
2.21/2.38	c bounds -28 >= -815 @ 2.06643
2.21/2.38	c bounds -28 >= -814 @ 2.06673
2.21/2.38	c bounds -28 >= -813 @ 2.06703
2.21/2.38	c bounds -28 >= -812 @ 2.06733
2.21/2.38	c bounds -28 >= -811 @ 2.06764
2.21/2.38	c bounds -28 >= -810 @ 2.06794
2.21/2.38	c bounds -28 >= -809 @ 2.06825
2.21/2.38	c bounds -28 >= -808 @ 2.06855
2.21/2.38	c bounds -28 >= -807 @ 2.06886
2.21/2.38	c bounds -28 >= -806 @ 2.06916
2.21/2.38	c bounds -28 >= -805 @ 2.06946
2.21/2.38	c bounds -28 >= -804 @ 2.06975
2.21/2.38	c bounds -28 >= -803 @ 2.07006
2.21/2.38	c bounds -28 >= -802 @ 2.07036
2.21/2.38	c bounds -28 >= -801 @ 2.07066
2.21/2.38	c bounds -28 >= -800 @ 2.07097
2.21/2.38	c bounds -28 >= -799 @ 2.07127
2.21/2.38	c bounds -28 >= -798 @ 2.07157
2.21/2.38	c bounds -28 >= -797 @ 2.07187
2.21/2.38	c bounds -28 >= -796 @ 2.07217
2.21/2.38	c bounds -28 >= -795 @ 2.07248
2.21/2.38	c bounds -28 >= -794 @ 2.07277
2.21/2.38	c bounds -28 >= -793 @ 2.07307
2.21/2.38	c bounds -28 >= -792 @ 2.07337
2.21/2.38	c bounds -28 >= -791 @ 2.07367
2.21/2.38	c bounds -29 >= -791 @ 2.07441
2.21/2.38	c bounds -29 >= -790 @ 2.07472
2.21/2.38	c bounds -29 >= -789 @ 2.07503
2.21/2.39	c bounds -29 >= -788 @ 2.07532
2.21/2.39	c bounds -29 >= -787 @ 2.07562
2.21/2.39	c bounds -29 >= -786 @ 2.07592
2.21/2.39	c bounds -29 >= -785 @ 2.07624
2.21/2.39	c bounds -29 >= -784 @ 2.07655
2.21/2.39	c bounds -29 >= -783 @ 2.07686
2.21/2.39	c bounds -29 >= -782 @ 2.07717
2.21/2.39	c bounds -29 >= -781 @ 2.07748
2.21/2.39	c bounds -29 >= -780 @ 2.07782
2.30/2.40	c bounds -30 >= -780 @ 2.08799
2.30/2.40	c bounds -30 >= -779 @ 2.08832
2.30/2.40	c bounds -30 >= -778 @ 2.08864
2.30/2.40	c bounds -30 >= -777 @ 2.08895
2.30/2.40	c bounds -30 >= -776 @ 2.08925
2.30/2.40	c bounds -30 >= -775 @ 2.08956
2.30/2.40	c bounds -30 >= -774 @ 2.08987
2.30/2.40	c bounds -30 >= -773 @ 2.09019
2.30/2.40	c bounds -30 >= -772 @ 2.09049
2.30/2.40	c bounds -30 >= -771 @ 2.09081
2.30/2.40	c bounds -30 >= -770 @ 2.09111
2.30/2.40	c bounds -30 >= -769 @ 2.09143
2.30/2.40	c bounds -30 >= -768 @ 2.09173
2.30/2.40	c bounds -30 >= -767 @ 2.09204
2.30/2.40	c bounds -30 >= -766 @ 2.09234
2.30/2.40	c bounds -30 >= -765 @ 2.09265
2.30/2.40	c bounds -30 >= -764 @ 2.09297
2.30/2.40	c bounds -30 >= -763 @ 2.09328
2.30/2.40	c bounds -30 >= -762 @ 2.09359
2.30/2.40	c bounds -30 >= -761 @ 2.09389
2.30/2.40	c bounds -30 >= -760 @ 2.0942
2.30/2.40	c bounds -30 >= -759 @ 2.0945
2.30/2.40	c bounds -30 >= -758 @ 2.0948
2.30/2.40	c bounds -30 >= -757 @ 2.0951
2.30/2.41	c bounds -30 >= -756 @ 2.0954
2.30/2.41	c bounds -30 >= -755 @ 2.0957
2.30/2.41	c bounds -30 >= -754 @ 2.09599
2.30/2.41	c bounds -30 >= -753 @ 2.09642
2.30/2.41	c bounds -30 >= -752 @ 2.09911
2.30/2.41	c bounds -30 >= -751 @ 2.09949
2.30/2.41	c bounds -30 >= -750 @ 2.09982
2.30/2.41	c bounds -30 >= -749 @ 2.10013
2.30/2.41	c bounds -30 >= -748 @ 2.10044
2.30/2.41	c bounds -30 >= -747 @ 2.10075
2.30/2.41	c bounds -30 >= -746 @ 2.10107
2.30/2.41	c bounds -30 >= -745 @ 2.10137
2.30/2.41	c bounds -30 >= -744 @ 2.10167
2.30/2.41	c bounds -30 >= -743 @ 2.10197
2.30/2.41	c bounds -30 >= -742 @ 2.10227
2.30/2.41	c bounds -30 >= -741 @ 2.10256
2.30/2.41	c bounds -30 >= -740 @ 2.10286
2.30/2.41	c bounds -30 >= -739 @ 2.10316
2.30/2.41	c bounds -30 >= -738 @ 2.10346
2.30/2.41	c bounds -30 >= -737 @ 2.10375
2.30/2.41	c bounds -30 >= -736 @ 2.10406
2.30/2.41	c bounds -30 >= -735 @ 2.10435
2.30/2.41	c bounds -30 >= -734 @ 2.10464
2.30/2.41	c bounds -30 >= -733 @ 2.10494
2.30/2.42	c bounds -30 >= -732 @ 2.10524
2.30/2.42	c bounds -30 >= -731 @ 2.10554
2.30/2.42	c bounds -30 >= -730 @ 2.10583
2.30/2.42	c bounds -30 >= -729 @ 2.10614
2.30/2.42	c bounds -30 >= -728 @ 2.10643
2.30/2.42	c bounds -30 >= -727 @ 2.10672
2.30/2.42	c bounds -30 >= -726 @ 2.10702
2.30/2.42	c bounds -30 >= -725 @ 2.10732
2.30/2.42	c bounds -30 >= -724 @ 2.10763
2.30/2.42	c bounds -30 >= -723 @ 2.10793
2.30/2.42	c bounds -30 >= -722 @ 2.10822
2.30/2.42	c bounds -30 >= -721 @ 2.10851
2.30/2.42	c bounds -30 >= -720 @ 2.1088
2.30/2.42	c bounds -30 >= -719 @ 2.1091
2.30/2.42	c bounds -30 >= -718 @ 2.10941
2.30/2.42	c bounds -30 >= -717 @ 2.1097
2.30/2.42	c bounds -30 >= -716 @ 2.11
2.30/2.42	c bounds -30 >= -715 @ 2.11028
2.30/2.42	c bounds -30 >= -714 @ 2.11058
2.30/2.42	c bounds -30 >= -713 @ 2.11087
2.30/2.42	c bounds -30 >= -712 @ 2.11118
2.30/2.42	c bounds -30 >= -711 @ 2.1115
2.30/2.42	c bounds -30 >= -710 @ 2.11179
2.30/2.42	c bounds -30 >= -709 @ 2.11208
2.30/2.42	c bounds -30 >= -708 @ 2.11237
2.30/2.42	c bounds -30 >= -707 @ 2.11265
2.30/2.42	c bounds -30 >= -706 @ 2.11294
2.30/2.42	c bounds -30 >= -705 @ 2.11323
2.30/2.42	c bounds -30 >= -704 @ 2.11351
2.30/2.42	c bounds -30 >= -703 @ 2.1138
2.30/2.42	c bounds -30 >= -702 @ 2.11408
2.30/2.42	c bounds -30 >= -701 @ 2.11437
2.30/2.42	c bounds -30 >= -700 @ 2.11465
2.30/2.42	c bounds -30 >= -699 @ 2.11494
2.30/2.43	c bounds -30 >= -698 @ 2.11574
2.30/2.43	c bounds -30 >= -697 @ 2.11575
2.30/2.43	c bounds -30 >= -696 @ 2.11674
2.30/2.43	c bounds -30 >= -695 @ 2.11674
2.30/2.43	c bounds -30 >= -694 @ 2.11697
2.30/2.43	c bounds -30 >= -693 @ 2.11774
2.30/2.43	c bounds -30 >= -692 @ 2.11788
2.30/2.44	c bounds -30 >= -691 @ 2.11874
2.30/2.44	c bounds -30 >= -690 @ 2.11937
2.30/2.44	c bounds -30 >= -689 @ 2.11993
2.30/2.44	c bounds -30 >= -688 @ 2.12095
2.30/2.44	c bounds -30 >= -687 @ 2.12194
2.30/2.45	c bounds -30 >= -686 @ 2.12333
2.30/2.45	c bounds -30 >= -685 @ 2.12489
2.30/2.45	c bounds -30 >= -684 @ 2.12571
2.30/2.45	c bounds -30 >= -683 @ 2.12593
2.30/2.46	c bounds -30 >= -682 @ 2.1277
2.30/2.46	c bounds -30 >= -681 @ 2.12992
2.30/2.46	c bounds -30 >= -680 @ 2.13101
2.30/2.47	c bounds -30 >= -679 @ 2.13268
2.30/2.47	c bounds -30 >= -678 @ 2.13294
2.30/2.47	c bounds -30 >= -677 @ 2.13439
2.30/2.47	c bounds -30 >= -676 @ 2.13583
2.30/2.47	c bounds -30 >= -675 @ 2.13667
2.30/2.47	c bounds -30 >= -674 @ 2.13728
2.30/2.48	c bounds -30 >= -673 @ 2.13866
2.30/2.48	c bounds -30 >= -672 @ 2.13977
2.30/2.48	c bounds -30 >= -671 @ 2.14122
2.30/2.48	c bounds -30 >= -670 @ 2.14265
2.30/2.49	c bounds -30 >= -669 @ 2.14365
2.30/2.49	c bounds -30 >= -668 @ 2.14464
2.30/2.49	c bounds -30 >= -667 @ 2.14464
2.30/2.49	c bounds -30 >= -666 @ 2.14468
2.40/2.50	c bounds -30 >= -665 @ 2.14663
2.40/2.50	c bounds -30 >= -664 @ 2.14802
2.40/2.50	c bounds -30 >= -663 @ 2.14951
2.40/2.50	c bounds -30 >= -662 @ 2.15062
2.40/2.51	c bounds -31 >= -662 @ 2.15644
2.40/2.51	c bounds -31 >= -661 @ 2.15664
2.40/2.51	c bounds -31 >= -660 @ 2.1576
2.40/2.51	c bounds -31 >= -659 @ 2.1576
2.40/2.51	c bounds -31 >= -658 @ 2.1576
2.40/2.52	c bounds -31 >= -657 @ 2.1576
2.40/2.52	c bounds -31 >= -656 @ 2.15763
2.40/2.52	c bounds -31 >= -655 @ 2.15859
2.40/2.52	c bounds -31 >= -654 @ 2.15959
2.40/2.53	c bounds -31 >= -653 @ 2.15972
2.40/2.53	c bounds -31 >= -652 @ 2.16058
2.40/2.53	c bounds -31 >= -651 @ 2.16074
2.40/2.53	c bounds -31 >= -650 @ 2.16252
2.40/2.54	c bounds -31 >= -649 @ 2.16257
2.40/2.54	c bounds -31 >= -648 @ 2.16257
2.40/2.54	c bounds -31 >= -647 @ 2.16272
2.40/2.54	c bounds -31 >= -646 @ 2.16456
2.40/2.55	c bounds -31 >= -645 @ 2.16653
2.40/2.55	c bounds -31 >= -644 @ 2.16656
2.40/2.55	c bounds -31 >= -643 @ 2.16756
2.40/2.55	c bounds -31 >= -642 @ 2.16756
2.40/2.55	c bounds -31 >= -641 @ 2.16855
2.40/2.55	c bounds -31 >= -640 @ 2.16855
2.40/2.56	c bounds -31 >= -639 @ 2.16955
2.40/2.56	c bounds -31 >= -638 @ 2.17078
2.40/2.57	c bounds -31 >= -637 @ 2.17154
2.40/2.57	c bounds -31 >= -636 @ 2.17154
2.40/2.57	c bounds -31 >= -635 @ 2.17369
2.40/2.58	c bounds -31 >= -634 @ 2.17664
2.40/2.58	c bounds -31 >= -633 @ 2.17951
2.61/2.77	c bounds -32 >= -633 @ 2.36369
2.61/2.77	c bounds -32 >= -632 @ 2.36399
2.81/2.99	c bounds -32 >= -631 @ 2.5763
2.81/2.99	c bounds -32 >= -630 @ 2.57763
2.81/3.00	c bounds -32 >= -629 @ 2.57854
2.81/3.00	c bounds -32 >= -628 @ 2.5794
2.81/3.00	c bounds -32 >= -627 @ 2.5797
2.81/3.00	c bounds -32 >= -626 @ 2.58126
2.91/3.00	c bounds -32 >= -625 @ 2.58153
2.91/3.00	c bounds -32 >= -624 @ 2.5824
2.91/3.01	c bounds -32 >= -623 @ 2.58352
2.91/3.01	c bounds -32 >= -622 @ 2.58546
2.91/3.01	c bounds -32 >= -621 @ 2.58703
2.91/3.01	c bounds -32 >= -620 @ 2.58918
2.91/3.01	c bounds -32 >= -619 @ 2.58951
2.91/3.02	c bounds -32 >= -618 @ 2.59065
2.91/3.02	c bounds -32 >= -617 @ 2.59187
2.91/3.02	c bounds -32 >= -616 @ 2.5931
2.91/3.02	c bounds -32 >= -615 @ 2.5935
2.91/3.02	c bounds -32 >= -614 @ 2.59364
2.91/3.02	c bounds -32 >= -613 @ 2.59519
2.91/3.02	c bounds -32 >= -612 @ 2.59623
2.91/3.03	c bounds -32 >= -611 @ 2.59649
2.91/3.03	c bounds -32 >= -610 @ 2.59649
2.91/3.03	c bounds -32 >= -609 @ 2.59755
2.91/3.03	c bounds -32 >= -608 @ 2.59848
2.91/3.03	c bounds -32 >= -607 @ 2.60014
2.91/3.04	c bounds -32 >= -606 @ 2.60047
2.91/3.04	c bounds -32 >= -605 @ 2.6006
2.91/3.04	c bounds -32 >= -604 @ 2.60165
2.91/3.04	c bounds -32 >= -603 @ 2.60346
2.91/3.05	c bounds -32 >= -602 @ 2.60346
2.91/3.05	c bounds -32 >= -601 @ 2.60346
2.91/3.05	c bounds -32 >= -600 @ 2.6049
2.91/3.06	c bounds -32 >= -599 @ 2.60568
2.91/3.06	c bounds -32 >= -598 @ 2.60644
2.91/3.07	c bounds -32 >= -597 @ 2.60974
2.91/3.07	c bounds -32 >= -596 @ 2.61166
2.91/3.07	c #Conflicts:       1000 | #Constraints:     113649
2.91/3.07	c bounds -32 >= -595 @ 2.61243
2.91/3.07	c bounds -32 >= -594 @ 2.61497
2.91/3.08	c bounds -32 >= -593 @ 2.61841
2.91/3.09	c bounds -32 >= -592 @ 2.62014
2.91/3.09	c bounds -32 >= -591 @ 2.62337
2.91/3.10	c bounds -32 >= -590 @ 2.62724
2.91/3.10	c bounds -32 >= -589 @ 2.6286
3.01/3.11	c bounds -32 >= -588 @ 2.63506
3.01/3.11	c bounds -32 >= -587 @ 2.63536
3.01/3.11	c bounds -32 >= -586 @ 2.63568
3.01/3.11	c bounds -32 >= -585 @ 2.63635
3.01/3.12	c bounds -32 >= -584 @ 2.63635
3.01/3.12	c bounds -32 >= -583 @ 2.63635
3.01/3.12	c bounds -32 >= -582 @ 2.63755
3.01/3.12	c bounds -32 >= -581 @ 2.63864
3.01/3.12	c bounds -32 >= -580 @ 2.63984
3.01/3.13	c bounds -32 >= -579 @ 2.6412
3.01/3.13	c bounds -32 >= -578 @ 2.64133
3.01/3.13	c bounds -32 >= -577 @ 2.64311
3.01/3.14	c bounds -32 >= -576 @ 2.64348
3.01/3.14	c bounds -32 >= -575 @ 2.64532
3.01/3.14	c bounds -32 >= -574 @ 2.64532
3.01/3.14	c bounds -32 >= -573 @ 2.64628
3.01/3.15	c bounds -32 >= -572 @ 2.64631
3.01/3.15	c bounds -32 >= -571 @ 2.64646
3.01/3.15	c bounds -32 >= -570 @ 2.64787
3.01/3.15	c bounds -32 >= -569 @ 2.64848
3.01/3.15	c bounds -32 >= -568 @ 2.64979
3.01/3.15	c bounds -32 >= -567 @ 2.65114
3.01/3.15	c bounds -32 >= -566 @ 2.65129
3.01/3.16	c bounds -32 >= -565 @ 2.65129
3.01/3.16	c bounds -32 >= -564 @ 2.65129
3.01/3.16	c bounds -32 >= -563 @ 2.65162
3.01/3.16	c bounds -32 >= -562 @ 2.65257
3.01/3.16	c bounds -32 >= -561 @ 2.65328
3.01/3.16	c bounds -32 >= -560 @ 2.654
3.01/3.16	c bounds -32 >= -559 @ 2.65428
3.01/3.16	c bounds -32 >= -558 @ 2.65461
3.01/3.16	c bounds -32 >= -557 @ 2.65528
3.01/3.17	c bounds -32 >= -556 @ 2.65528
3.01/3.17	c bounds -32 >= -555 @ 2.65692
3.01/3.17	c bounds -32 >= -554 @ 2.65727
3.01/3.17	c bounds -32 >= -553 @ 2.65793
3.01/3.17	c bounds -32 >= -552 @ 2.65827
3.01/3.17	c bounds -32 >= -551 @ 2.65928
3.01/3.17	c bounds -32 >= -550 @ 2.66011
3.01/3.17	c bounds -32 >= -549 @ 2.66026
3.01/3.18	c bounds -32 >= -548 @ 2.66106
3.01/3.18	c bounds -32 >= -547 @ 2.66278
3.01/3.18	c bounds -32 >= -546 @ 2.66368
3.01/3.18	c bounds -32 >= -545 @ 2.66425
3.01/3.18	c bounds -32 >= -544 @ 2.66556
3.01/3.18	c bounds -32 >= -543 @ 2.66625
3.01/3.18	c bounds -32 >= -542 @ 2.66625
3.01/3.19	c bounds -32 >= -541 @ 2.66728
3.01/3.19	c bounds -32 >= -540 @ 2.66877
3.01/3.19	c bounds -32 >= -539 @ 2.66924
3.01/3.19	c bounds -32 >= -538 @ 2.66942
3.01/3.19	c bounds -32 >= -537 @ 2.67048
3.01/3.19	c bounds -32 >= -536 @ 2.67149
3.01/3.19	c bounds -32 >= -535 @ 2.67314
3.01/3.19	c bounds -32 >= -534 @ 2.67323
3.01/3.19	c bounds -32 >= -533 @ 2.67448
3.10/3.20	c bounds -32 >= -532 @ 2.67557
3.10/3.20	c bounds -32 >= -531 @ 2.67632
3.10/3.20	c bounds -32 >= -530 @ 2.67719
3.10/3.20	c bounds -32 >= -529 @ 2.67774
3.10/3.20	c bounds -32 >= -528 @ 2.67891
3.10/3.20	c bounds -32 >= -527 @ 2.68052
3.10/3.20	c bounds -32 >= -526 @ 2.68227
3.10/3.20	c bounds -32 >= -525 @ 2.68323
3.10/3.21	c bounds -32 >= -524 @ 2.684
3.10/3.21	c bounds -32 >= -523 @ 2.6842
3.10/3.21	c bounds -32 >= -522 @ 2.6842
3.10/3.21	c bounds -32 >= -521 @ 2.68438
3.10/3.21	c bounds -32 >= -520 @ 2.6854
3.10/3.21	c bounds -32 >= -519 @ 2.68654
3.10/3.21	c bounds -32 >= -518 @ 2.68719
3.10/3.21	c bounds -32 >= -517 @ 2.68719
3.10/3.22	c bounds -32 >= -516 @ 2.68719
3.10/3.22	c bounds -32 >= -515 @ 2.68719
3.10/3.22	c bounds -32 >= -514 @ 2.68811
3.10/3.25	c #Conflicts:       2000 | #Constraints:     115166
3.10/3.25	c INPROCESSING
3.10/3.25	c GARBAGE COLLECT
3.10/3.25	c bounds -32 >= -513 @ 2.70913
3.10/3.25	c bounds -32 >= -512 @ 2.71003
3.10/3.25	c bounds -32 >= -511 @ 2.71216
3.10/3.25	c bounds -32 >= -510 @ 2.71432
3.10/3.26	c bounds -32 >= -509 @ 2.71702
3.10/3.26	c bounds -32 >= -508 @ 2.71881
3.10/3.26	c bounds -32 >= -507 @ 2.72142
3.10/3.27	c bounds -32 >= -506 @ 2.72478
3.10/3.27	c bounds -32 >= -505 @ 2.72903
3.10/3.27	c bounds -32 >= -504 @ 2.73107
3.10/3.28	c bounds -32 >= -503 @ 2.73545
3.50/3.66	c bounds -32 >= -502 @ 3.1067
3.50/3.67	c bounds -32 >= -501 @ 3.11511
3.61/3.73	c #Conflicts:       3000 | #Constraints:     114466
3.61/3.73	c bounds -33 >= -501 @ 3.16949
3.61/3.73	c bounds -33 >= -500 @ 3.17002
3.61/3.73	c bounds -33 >= -499 @ 3.17077
3.61/3.73	c bounds -33 >= -498 @ 3.17097
3.61/3.73	c bounds -33 >= -497 @ 3.17137
3.61/3.73	c bounds -33 >= -496 @ 3.17197
3.61/3.73	c bounds -33 >= -495 @ 3.172
3.61/3.73	c bounds -33 >= -494 @ 3.17284
3.61/3.73	c bounds -33 >= -493 @ 3.17373
3.61/3.74	c bounds -33 >= -492 @ 3.17549
3.61/3.74	c bounds -33 >= -491 @ 3.17776
3.61/3.74	c bounds -33 >= -490 @ 3.18
3.61/3.74	c bounds -33 >= -489 @ 3.18148
3.61/3.74	c bounds -33 >= -488 @ 3.18194
3.61/3.75	c bounds -33 >= -487 @ 3.18244
3.61/3.75	c bounds -33 >= -486 @ 3.18294
3.61/3.75	c bounds -33 >= -485 @ 3.18315
3.61/3.75	c bounds -33 >= -484 @ 3.18391
3.61/3.75	c bounds -33 >= -483 @ 3.18413
3.61/3.75	c bounds -33 >= -482 @ 3.18518
3.61/3.75	c bounds -33 >= -481 @ 3.18713
3.61/3.75	c bounds -33 >= -480 @ 3.18945
3.61/3.76	c bounds -33 >= -479 @ 3.19274
3.61/3.76	c bounds -33 >= -478 @ 3.19728
3.61/3.77	c bounds -33 >= -477 @ 3.2029
3.61/3.78	c bounds -33 >= -476 @ 3.20926
3.61/3.79	c #Conflicts:       4000 | #Constraints:     115764
3.61/3.79	c bounds -33 >= -475 @ 3.21834
3.70/3.80	c bounds -33 >= -474 @ 3.22697
3.70/3.81	c bounds -33 >= -473 @ 3.23606
3.70/3.82	c bounds -33 >= -472 @ 3.23978
4.80/4.94	c bounds -33 >= -471 @ 4.34869
4.80/4.95	c bounds -33 >= -470 @ 4.3552
4.80/4.95	c bounds -33 >= -469 @ 4.35933
4.80/4.96	c bounds -33 >= -468 @ 4.36609
4.80/4.98	c #Conflicts:       5000 | #Constraints:     116962
4.80/4.98	c bounds -34 >= -468 @ 4.38457
4.80/4.98	c bounds -34 >= -467 @ 4.38751
4.80/4.99	c bounds -34 >= -466 @ 4.38942
4.80/4.99	c bounds -34 >= -465 @ 4.39377
4.80/4.99	c bounds -34 >= -464 @ 4.39804
4.90/5.00	c bounds -34 >= -463 @ 4.40494
4.90/5.01	c bounds -34 >= -462 @ 4.413
4.90/5.01	c bounds -34 >= -461 @ 4.417
4.90/5.02	c bounds -34 >= -460 @ 4.42582
5.40/5.50	c #Conflicts:       6000 | #Constraints:     118147
5.40/5.50	c INPROCESSING
5.40/5.50	c GARBAGE COLLECT
5.40/5.50	c rational objective -460
5.91/6.02	c bounds -34 >= -459 @ 5.40661
5.91/6.02	c bounds -34 >= -458 @ 5.40795
5.91/6.02	c bounds -34 >= -457 @ 5.41066
5.91/6.03	c bounds -34 >= -456 @ 5.41528
5.91/6.04	c bounds -34 >= -455 @ 5.42351
5.91/6.05	c bounds -34 >= -454 @ 5.43464
5.91/6.08	c bounds -34 >= -453 @ 5.4634
6.00/6.11	c #Conflicts:       7000 | #Constraints:     116054
6.00/6.11	c bounds -34 >= -452 @ 5.48762
6.00/6.12	c bounds -34 >= -451 @ 5.50127
6.00/6.12	c bounds -34 >= -450 @ 5.5045
6.00/6.13	c bounds -34 >= -449 @ 5.50761
6.00/6.14	c bounds -34 >= -448 @ 5.51381
6.30/6.49	c bounds -34 >= -447 @ 5.86434
6.40/6.51	c #Conflicts:       8000 | #Constraints:     117190
6.40/6.51	c bounds -34 >= -446 @ 5.8765
6.40/6.52	c bounds -34 >= -445 @ 5.88973
6.40/6.53	c bounds -34 >= -444 @ 5.90089
6.40/6.54	c bounds -34 >= -443 @ 5.90831
6.40/6.55	c bounds -34 >= -442 @ 5.91958
6.40/6.56	c bounds -34 >= -441 @ 5.92865
6.40/6.57	c bounds -34 >= -440 @ 5.93408
6.40/6.57	c bounds -34 >= -439 @ 5.93893
6.40/6.58	c bounds -34 >= -438 @ 5.94363
6.40/6.59	c #Conflicts:       9000 | #Constraints:     118415
6.40/6.59	c bounds -34 >= -437 @ 5.9518
6.50/6.60	c bounds -34 >= -436 @ 5.9673
6.50/6.61	c bounds -34 >= -435 @ 5.98039
6.50/6.63	c bounds -34 >= -434 @ 5.9945
6.80/6.99	c bounds -35 >= -434 @ 6.34511
6.80/6.99	c #Conflicts:      10000 | #Constraints:     119503
6.80/6.99	c bounds -35 >= -433 @ 6.35234
6.80/7.00	c bounds -35 >= -432 @ 6.35876
6.90/7.01	c bounds -35 >= -431 @ 6.36515
6.90/7.01	c bounds -35 >= -430 @ 6.37014
6.90/7.02	c bounds -35 >= -429 @ 6.37499
6.90/7.02	c bounds -35 >= -428 @ 6.381
6.90/7.03	c bounds -35 >= -427 @ 6.38813
6.90/7.05	c bounds -35 >= -426 @ 6.4013
7.00/7.17	c #Conflicts:      11000 | #Constraints:     120647
7.00/7.17	c bounds -36 >= -426 @ 6.5214
7.00/7.17	c bounds -36 >= -425 @ 6.52827
7.00/7.18	c bounds -36 >= -424 @ 6.53239
7.00/7.19	c bounds -36 >= -423 @ 6.53968
7.29/7.46	c bounds -36 >= -422 @ 6.80127
7.29/7.47	c bounds -36 >= -421 @ 6.8129
7.40/7.50	c bounds -36 >= -420 @ 6.83691
7.79/7.91	c #Conflicts:      12000 | #Constraints:     121768
7.79/7.91	c INPROCESSING
7.79/7.91	c GARBAGE COLLECT
7.79/7.91	c rational objective -420
8.29/8.46	c bounds -36 >= -419 @ 7.79693
8.79/8.94	c bounds -36 >= -418 @ 8.27176
8.90/9.02	c #Conflicts:      13000 | #Constraints:     117649
8.90/9.02	c bounds -36 >= -417 @ 8.35161
8.99/9.11	c #Conflicts:      14000 | #Constraints:     118685
8.99/9.11	c bounds -36 >= -416 @ 8.43741
8.99/9.16	c bounds -37 >= -416 @ 8.48991
8.99/9.17	c bounds -37 >= -415 @ 8.49581
8.99/9.17	c bounds -37 >= -414 @ 8.50038
8.99/9.18	c #Conflicts:      15000 | #Constraints:     119740
8.99/9.18	c bounds -38 >= -414 @ 8.50844
9.90/10.03	c bounds -38 >= -413 @ 9.34758
9.90/10.05	c bounds -38 >= -412 @ 9.36173
9.90/10.06	c bounds -39 >= -412 @ 9.37189
9.90/10.07	c bounds -39 >= -411 @ 9.38109
10.69/10.87	c #Conflicts:      16000 | #Constraints:     120805
10.69/10.87	c #Conflicts:      17000 | #Constraints:     121805
10.69/10.87	c bounds -40 >= -411 @ 10.1744
10.79/10.90	c bounds -40 >= -410 @ 10.198
11.29/11.40	c bounds -40 >= -409 @ 10.6927
11.29/11.42	c bounds -40 >= -408 @ 10.7126
11.29/11.45	c #Conflicts:      18000 | #Constraints:     122875
11.29/11.45	c bounds -40 >= -407 @ 10.7376
11.29/11.47	c bounds -40 >= -406 @ 10.7637
11.29/11.49	c bounds -40 >= -405 @ 10.784
11.38/11.53	c #Conflicts:      19000 | #Constraints:     123929
11.38/11.53	c bounds -40 >= -404 @ 10.8171
11.38/11.57	c bounds -40 >= -403 @ 10.8535
11.48/11.60	c bounds -40 >= -402 @ 10.8909
11.89/12.01	c #Conflicts:      20000 | #Constraints:     125004
11.89/12.01	c INPROCESSING
11.89/12.01	c GARBAGE COLLECT
11.89/12.01	c rational objective -402
12.38/12.56	c bounds -40 >= -401 @ 11.8311
12.48/12.63	c #Conflicts:      21000 | #Constraints:     120056
12.48/12.63	c bounds -40 >= -400 @ 11.9051
12.98/13.15	c #Conflicts:      22000 | #Constraints:     121083
12.98/13.15	c bounds -40 >= -399 @ 12.413
13.58/13.74	c #Conflicts:      23000 | #Constraints:     122131
13.58/13.74	c #Conflicts:      24000 | #Constraints:     123131
13.58/13.74	c bounds -40 >= -398 @ 12.9916
14.08/14.28	c #Conflicts:      25000 | #Constraints:     124185
14.08/14.28	c INPROCESSING
14.08/14.28	c GARBAGE COLLECT
14.08/14.28	c rational objective -398
15.28/15.46	c #Conflicts:      26000 | #Constraints:     119480
15.28/15.46	c #Conflicts:      27000 | #Constraints:     120480
15.28/15.46	c bounds -40 >= -397 @ 14.6791
16.88/17.09	c #Conflicts:      28000 | #Constraints:     121540
16.88/17.09	c #Conflicts:      29000 | #Constraints:     122540
16.88/17.09	c #Conflicts:      30000 | #Constraints:     123540
16.88/17.09	c #Conflicts:      31000 | #Constraints:     124540
16.88/17.09	c #Conflicts:      32000 | #Constraints:     125540
16.88/17.09	c bounds -40 >= -396 @ 16.279
19.87/20.07	c #Conflicts:      33000 | #Constraints:     126606
19.87/20.07	c #Conflicts:      34000 | #Constraints:     127606
19.87/20.07	c #Conflicts:      35000 | #Constraints:     128606
19.87/20.07	c #Conflicts:      36000 | #Constraints:     129606
19.87/20.07	c INPROCESSING
19.87/20.07	c GARBAGE COLLECT
19.87/20.07	c rational objective -396
22.06/22.24	c #Conflicts:      37000 | #Constraints:     122195
22.06/22.24	c #Conflicts:      38000 | #Constraints:     123229
22.06/22.24	c bounds -41 >= -396 @ 21.3775
22.36/22.57	c #Conflicts:      39000 | #Constraints:     124244
22.36/22.57	c bounds -41 >= -395 @ 21.7059
25.95/26.15	c #Conflicts:      40000 | #Constraints:     125295
25.95/26.15	c #Conflicts:      41000 | #Constraints:     126295
25.95/26.15	c #Conflicts:      42000 | #Constraints:     127295
25.95/26.15	c #Conflicts:      43000 | #Constraints:     128295
25.95/26.15	c INPROCESSING
25.95/26.15	c GARBAGE COLLECT
25.95/26.15	c rational objective -395
26.45/26.69	c bounds -42 >= -395 @ 25.7746
26.45/26.69	c bounds -43 >= -395 @ 25.7796
33.12/33.35	c #Conflicts:      44000 | #Constraints:     121714
33.12/33.35	c #Conflicts:      45000 | #Constraints:     122714
33.12/33.35	c #Conflicts:      46000 | #Constraints:     123738
33.12/33.35	c #Conflicts:      47000 | #Constraints:     124780
33.12/33.35	c #Conflicts:      48000 | #Constraints:     125818
33.12/33.35	c #Conflicts:      49000 | #Constraints:     126853
33.12/33.35	c #Conflicts:      50000 | #Constraints:     127898
33.12/33.35	c INPROCESSING
33.12/33.35	c GARBAGE COLLECT
33.12/33.35	c rational objective -395
34.13/34.38	c bounds -43 >= -394 @ 33.379
34.22/34.43	c #Conflicts:      51000 | #Constraints:     121577
34.22/34.43	c bounds -43 >= -393 @ 33.4273
34.32/34.52	c #Conflicts:      52000 | #Constraints:     122592
34.32/34.52	c bounds -43 >= -392 @ 33.5044
34.72/34.94	c #Conflicts:      53000 | #Constraints:     123616
34.72/34.94	c bounds -43 >= -391 @ 33.9205
35.22/35.44	c #Conflicts:      54000 | #Constraints:     124646
35.22/35.44	c bounds -43 >= -390 @ 34.4
35.76/36.39	c #Conflicts:      55000 | #Constraints:     125670
35.76/36.39	c #Conflicts:      56000 | #Constraints:     126670
35.76/36.39	c bounds -43 >= -389 @ 34.9782
36.16/36.74	c #Conflicts:      57000 | #Constraints:     127697
36.16/36.74	c bounds -43 >= -388 @ 35.3128
37.46/38.04	c #Conflicts:      58000 | #Constraints:     128727
37.46/38.04	c #Conflicts:      59000 | #Constraints:     129727
37.46/38.04	c #Conflicts:      60000 | #Constraints:     130727
37.46/38.04	c bounds -43 >= -387 @ 36.5886
40.15/40.74	c #Conflicts:      61000 | #Constraints:     131754
40.15/40.74	c #Conflicts:      62000 | #Constraints:     132754
40.15/40.74	c #Conflicts:      63000 | #Constraints:     133754
40.15/40.74	c #Conflicts:      64000 | #Constraints:     134754
40.15/40.74	c bounds -43 >= -386 @ 39.253
40.85/41.45	c #Conflicts:      65000 | #Constraints:     135775
40.85/41.45	c INPROCESSING
40.85/41.45	c GARBAGE COLLECT
40.85/41.45	c rational objective -386
42.94/43.57	c #Conflicts:      66000 | #Constraints:     125111
42.94/43.57	c #Conflicts:      67000 | #Constraints:     126111
42.94/43.57	c #Conflicts:      68000 | #Constraints:     127111
42.94/43.57	c #Conflicts:      69000 | #Constraints:     128111
42.94/43.57	c bounds -43 >= -385 @ 42.0379
45.33/45.92	c #Conflicts:      70000 | #Constraints:     129165
45.33/45.92	c #Conflicts:      71000 | #Constraints:     130165
45.33/45.92	c #Conflicts:      72000 | #Constraints:     131165
45.33/45.92	c #Conflicts:      73000 | #Constraints:     132165
45.33/45.92	c #Conflicts:      74000 | #Constraints:     133165
45.33/45.92	c INPROCESSING
45.33/45.92	c GARBAGE COLLECT
45.33/45.92	c rational objective -385
48.12/48.77	c #Conflicts:      75000 | #Constraints:     124440
48.12/48.77	c #Conflicts:      76000 | #Constraints:     125440
48.12/48.77	c #Conflicts:      77000 | #Constraints:     126440
48.12/48.77	c bounds -43 >= -384 @ 47.1686
50.91/51.56	c #Conflicts:      78000 | #Constraints:     127506
50.91/51.56	c #Conflicts:      79000 | #Constraints:     128506
50.91/51.56	c #Conflicts:      80000 | #Constraints:     129506
50.91/51.56	c #Conflicts:      81000 | #Constraints:     130506
50.91/51.56	c bounds -43 >= -383 @ 49.9159
51.01/51.67	c bounds -43 >= -382 @ 50.0248
51.01/51.68	c bounds -43 >= -381 @ 50.0398
51.12/51.70	c #Conflicts:      82000 | #Constraints:     131578
51.12/51.70	c bounds -43 >= -380 @ 50.058
51.12/51.72	c bounds -43 >= -379 @ 50.0739
51.12/51.74	c bounds -43 >= -378 @ 50.0889
51.42/52.06	c bounds -43 >= -377 @ 50.4068
51.42/52.10	c #Conflicts:      83000 | #Constraints:     132659
51.42/52.10	c bounds -43 >= -376 @ 50.4407
51.52/52.18	c bounds -43 >= -375 @ 50.5184
51.92/52.56	c #Conflicts:      84000 | #Constraints:     133710
51.92/52.56	c bounds -43 >= -374 @ 50.888
52.01/52.68	c #Conflicts:      85000 | #Constraints:     134749
52.01/52.68	c bounds -43 >= -373 @ 51.0073
52.52/53.10	c #Conflicts:      86000 | #Constraints:     135770
52.52/53.10	c #Conflicts:      87000 | #Constraints:     136770
52.52/53.10	c bounds -43 >= -372 @ 51.4173
53.01/53.65	c #Conflicts:      88000 | #Constraints:     137800
53.01/53.65	c bounds -43 >= -371 @ 51.951
53.91/54.57	c #Conflicts:      89000 | #Constraints:     138824
53.91/54.57	c #Conflicts:      90000 | #Constraints:     139824
53.91/54.57	c #Conflicts:      91000 | #Constraints:     140824
53.91/54.57	c bounds -43 >= -370 @ 52.8579
54.41/55.01	c #Conflicts:      92000 | #Constraints:     141857
54.41/55.01	c bounds -43 >= -369 @ 53.2891
54.41/55.03	c bounds -43 >= -368 @ 53.3056
54.80/55.49	c INPROCESSING
54.80/55.49	c GARBAGE COLLECT
54.80/55.49	c rational objective -368
55.40/56.07	c bounds -43 >= -367 @ 54.3331
59.89/60.52	c #Conflicts:      93000 | #Constraints:     128369
59.89/60.52	c #Conflicts:      94000 | #Constraints:     129369
59.89/60.52	c #Conflicts:      95000 | #Constraints:     130369
59.89/60.52	c #Conflicts:      96000 | #Constraints:     131369
59.89/60.52	c #Conflicts:      97000 | #Constraints:     132369
59.89/60.52	c #Conflicts:      98000 | #Constraints:     133369
59.89/60.52	c #Conflicts:      99000 | #Constraints:     134369
59.89/60.52	c #Conflicts:     100000 | #Constraints:     135369
59.89/60.52	c bounds -43 >= -366 @ 58.7148
60.59/61.21	c #Conflicts:     101000 | #Constraints:     136411
60.59/61.21	c #Conflicts:     102000 | #Constraints:     137411
60.59/61.21	c INPROCESSING
60.59/61.21	c GARBAGE COLLECT
60.59/61.21	c rational objective -366
61.48/62.18	c #Conflicts:     103000 | #Constraints:     126655
61.48/62.18	c bounds -43 >= -365 @ 60.3407
64.08/64.77	c #Conflicts:     104000 | #Constraints:     127697
64.08/64.77	c #Conflicts:     105000 | #Constraints:     128697
64.08/64.77	c #Conflicts:     106000 | #Constraints:     129697
64.08/64.77	c #Conflicts:     107000 | #Constraints:     130697
64.08/64.77	c bounds -43 >= -364 @ 62.89
66.27/67.06	c #Conflicts:     108000 | #Constraints:     131727
66.27/67.06	c #Conflicts:     109000 | #Constraints:     132727
66.27/67.06	c #Conflicts:     110000 | #Constraints:     133727
66.27/67.06	c #Conflicts:     111000 | #Constraints:     134727
66.27/67.06	c bounds -43 >= -363 @ 65.035
71.45/72.29	c #Conflicts:     112000 | #Constraints:     135754
71.45/72.29	c #Conflicts:     113000 | #Constraints:     136754
71.45/72.29	c #Conflicts:     114000 | #Constraints:     137754
71.45/72.29	c #Conflicts:     115000 | #Constraints:     138754
71.45/72.29	c #Conflicts:     116000 | #Constraints:     139754
71.45/72.29	c #Conflicts:     117000 | #Constraints:     140754
71.45/72.29	c #Conflicts:     118000 | #Constraints:     141754
71.45/72.29	c bounds -43 >= -362 @ 70.1895
74.44/75.22	c #Conflicts:     119000 | #Constraints:     142787
74.44/75.22	c #Conflicts:     120000 | #Constraints:     143787
74.44/75.22	c #Conflicts:     121000 | #Constraints:     144787
74.44/75.22	c #Conflicts:     122000 | #Constraints:     145787
74.44/75.22	c #Conflicts:     123000 | #Constraints:     146787
74.44/75.22	c INPROCESSING
74.44/75.22	c GARBAGE COLLECT
74.44/75.22	c rational objective -362
75.44/76.29	c #Conflicts:     124000 | #Constraints:     131132
75.44/76.29	c bounds -44 >= -362 @ 74.1377
82.72/83.56	c #Conflicts:     125000 | #Constraints:     132145
82.72/83.56	c #Conflicts:     126000 | #Constraints:     133145
82.72/83.56	c #Conflicts:     127000 | #Constraints:     134145
82.72/83.56	c #Conflicts:     128000 | #Constraints:     135145
82.72/83.56	c #Conflicts:     129000 | #Constraints:     136145
82.72/83.56	c #Conflicts:     130000 | #Constraints:     137145
82.72/83.56	c #Conflicts:     131000 | #Constraints:     138145
82.72/83.56	c #Conflicts:     132000 | #Constraints:     139145
82.72/83.56	c #Conflicts:     133000 | #Constraints:     140145
82.72/83.56	c bounds -44 >= -361 @ 81.3289
82.72/83.57	c bounds -45 >= -361 @ 81.3333
82.72/83.58	c #Conflicts:     134000 | #Constraints:     141185
82.72/83.58	c bounds -46 >= -361 @ 81.3493
83.23/84.05	c INPROCESSING
83.23/84.05	c GARBAGE COLLECT
83.23/84.05	c rational objective -361
120.17/121.65	c #Conflicts:     135000 | #Constraints:     128449
120.17/121.65	c #Conflicts:     136000 | #Constraints:     129488
120.17/121.65	c #Conflicts:     137000 | #Constraints:     130518
120.17/121.65	c #Conflicts:     138000 | #Constraints:     131554
120.17/121.65	c #Conflicts:     139000 | #Constraints:     132593
120.17/121.65	c #Conflicts:     140000 | #Constraints:     133628
120.17/121.65	c #Conflicts:     141000 | #Constraints:     134667
120.17/121.65	c #Conflicts:     142000 | #Constraints:     135694
120.17/121.65	c #Conflicts:     143000 | #Constraints:     136724
120.17/121.65	c #Conflicts:     144000 | #Constraints:     137748
120.17/121.65	c #Conflicts:     145000 | #Constraints:     138769
120.17/121.65	c #Conflicts:     146000 | #Constraints:     139790
120.17/121.65	c #Conflicts:     147000 | #Constraints:     140822
120.17/121.65	c #Conflicts:     148000 | #Constraints:     141849
120.17/121.65	c #Conflicts:     149000 | #Constraints:     142890
120.17/121.65	c #Conflicts:     150000 | #Constraints:     143926
120.17/121.65	c #Conflicts:     151000 | #Constraints:     144950
120.17/121.65	c #Conflicts:     152000 | #Constraints:     145972
120.17/121.65	c #Conflicts:     153000 | #Constraints:     147005
120.17/121.65	c #Conflicts:     154000 | #Constraints:     148042
120.17/121.65	c #Conflicts:     155000 | #Constraints:     149084
120.17/121.65	c #Conflicts:     156000 | #Constraints:     150120
120.17/121.65	c #Conflicts:     157000 | #Constraints:     151154
120.17/121.65	c #Conflicts:     158000 | #Constraints:     152184
120.17/121.65	c #Conflicts:     159000 | #Constraints:     153221
120.17/121.65	c INPROCESSING
120.17/121.65	c GARBAGE COLLECT
120.17/121.65	c rational objective -361
124.06/125.52	c #Conflicts:     160000 | #Constraints:     134666
124.06/125.52	c #Conflicts:     161000 | #Constraints:     135666
124.06/125.52	c #Conflicts:     162000 | #Constraints:     136666
124.06/125.52	c #Conflicts:     163000 | #Constraints:     137666
124.06/125.52	c bounds -46 >= -360 @ 122.357
126.15/127.60	c #Conflicts:     164000 | #Constraints:     138702
126.15/127.60	c #Conflicts:     165000 | #Constraints:     139702
126.15/127.60	c #Conflicts:     166000 | #Constraints:     140702
126.15/127.60	c bounds -46 >= -359 @ 124.415
129.84/131.38	c #Conflicts:     167000 | #Constraints:     141726
129.84/131.38	c #Conflicts:     168000 | #Constraints:     142726
129.84/131.38	c #Conflicts:     169000 | #Constraints:     143726
129.84/131.38	c #Conflicts:     170000 | #Constraints:     144726
129.84/131.38	c #Conflicts:     171000 | #Constraints:     145726
129.84/131.38	c INPROCESSING
129.84/131.38	c GARBAGE COLLECT
129.84/131.38	c rational objective -359
131.05/132.51	c #Conflicts:     172000 | #Constraints:     130638
131.05/132.51	c bounds -46 >= -358 @ 129.253
133.94/135.49	c #Conflicts:     173000 | #Constraints:     131662
133.94/135.49	c #Conflicts:     174000 | #Constraints:     132662
133.94/135.49	c #Conflicts:     175000 | #Constraints:     133662
133.94/135.49	c #Conflicts:     176000 | #Constraints:     134662
133.94/135.49	c #Conflicts:     177000 | #Constraints:     135662
133.94/135.49	c bounds -46 >= -357 @ 132.188
137.64/139.19	c #Conflicts:     178000 | #Constraints:     136692
137.64/139.19	c #Conflicts:     179000 | #Constraints:     137692
137.64/139.19	c #Conflicts:     180000 | #Constraints:     138692
137.64/139.19	c #Conflicts:     181000 | #Constraints:     139692
137.64/139.19	c #Conflicts:     182000 | #Constraints:     140692
137.64/139.19	c #Conflicts:     183000 | #Constraints:     141692
137.64/139.19	c INPROCESSING
137.64/139.19	c GARBAGE COLLECT
137.64/139.19	c rational objective -357
139.53/141.04	c #Conflicts:     184000 | #Constraints:     128561
139.53/141.04	c #Conflicts:     185000 | #Constraints:     129561
139.53/141.04	c bounds -46 >= -356 @ 137.669
146.51/148.01	c #Conflicts:     186000 | #Constraints:     130606
146.51/148.01	c #Conflicts:     187000 | #Constraints:     131606
146.51/148.01	c #Conflicts:     188000 | #Constraints:     132606
146.51/148.01	c #Conflicts:     189000 | #Constraints:     133606
146.51/148.01	c #Conflicts:     190000 | #Constraints:     134606
146.51/148.01	c #Conflicts:     191000 | #Constraints:     135606
146.51/148.01	c #Conflicts:     192000 | #Constraints:     136606
146.51/148.01	c #Conflicts:     193000 | #Constraints:     137606
146.51/148.01	c #Conflicts:     194000 | #Constraints:     138606
146.51/148.01	c #Conflicts:     195000 | #Constraints:     139606
146.51/148.01	c bounds -46 >= -355 @ 144.548
154.59/156.13	c #Conflicts:     196000 | #Constraints:     140630
154.59/156.13	c #Conflicts:     197000 | #Constraints:     141630
154.59/156.13	c #Conflicts:     198000 | #Constraints:     142630
154.59/156.13	c #Conflicts:     199000 | #Constraints:     143630
154.59/156.13	c #Conflicts:     200000 | #Constraints:     144630
154.59/156.13	c #Conflicts:     201000 | #Constraints:     145630
154.59/156.13	c #Conflicts:     202000 | #Constraints:     146630
154.59/156.13	c #Conflicts:     203000 | #Constraints:     147630
154.59/156.13	c bounds -46 >= -354 @ 152.572
162.11/164.46	c #Conflicts:     204000 | #Constraints:     148657
162.11/164.46	c #Conflicts:     205000 | #Constraints:     149657
162.11/164.46	c #Conflicts:     206000 | #Constraints:     150657
162.11/164.46	c #Conflicts:     207000 | #Constraints:     151657
162.11/164.46	c #Conflicts:     208000 | #Constraints:     152657
162.11/164.46	c #Conflicts:     209000 | #Constraints:     153657
162.11/164.46	c #Conflicts:     210000 | #Constraints:     154657
162.11/164.46	c #Conflicts:     211000 | #Constraints:     155657
162.11/164.46	c #Conflicts:     212000 | #Constraints:     156657
162.11/164.46	c INPROCESSING
162.11/164.46	c GARBAGE COLLECT
162.11/164.46	c rational objective -354
164.80/167.20	c #Conflicts:     213000 | #Constraints:     136160
164.80/167.20	c #Conflicts:     214000 | #Constraints:     137160
164.80/167.20	c #Conflicts:     215000 | #Constraints:     138160
164.80/167.20	c bounds -46 >= -353 @ 162.755
173.08/175.43	c #Conflicts:     216000 | #Constraints:     139181
173.08/175.43	c #Conflicts:     217000 | #Constraints:     140181
173.08/175.43	c #Conflicts:     218000 | #Constraints:     141181
173.08/175.43	c #Conflicts:     219000 | #Constraints:     142181
173.08/175.43	c #Conflicts:     220000 | #Constraints:     143181
173.08/175.43	c #Conflicts:     221000 | #Constraints:     144181
173.08/175.43	c #Conflicts:     222000 | #Constraints:     145181
173.08/175.43	c #Conflicts:     223000 | #Constraints:     146181
173.08/175.43	c #Conflicts:     224000 | #Constraints:     147181
173.08/175.43	c #Conflicts:     225000 | #Constraints:     148181
173.08/175.43	c #Conflicts:     226000 | #Constraints:     149181
173.08/175.43	c INPROCESSING
173.08/175.43	c GARBAGE COLLECT
173.08/175.43	c rational objective -353
174.98/177.39	c #Conflicts:     227000 | #Constraints:     132572
174.98/177.39	c #Conflicts:     228000 | #Constraints:     133572
174.98/177.39	c bounds -46 >= -352 @ 172.826
183.46/185.85	c #Conflicts:     229000 | #Constraints:     134614
183.46/185.85	c #Conflicts:     230000 | #Constraints:     135614
183.46/185.85	c #Conflicts:     231000 | #Constraints:     136614
183.46/185.85	c #Conflicts:     232000 | #Constraints:     137614
183.46/185.85	c #Conflicts:     233000 | #Constraints:     138614
183.46/185.85	c #Conflicts:     234000 | #Constraints:     139614
183.46/185.85	c #Conflicts:     235000 | #Constraints:     140614
183.46/185.85	c #Conflicts:     236000 | #Constraints:     141614
183.46/185.85	c #Conflicts:     237000 | #Constraints:     142614
183.46/185.85	c #Conflicts:     238000 | #Constraints:     143614
183.46/185.85	c #Conflicts:     239000 | #Constraints:     144614
183.46/185.85	c #Conflicts:     240000 | #Constraints:     145614
183.46/185.85	c INPROCESSING
183.46/185.85	c GARBAGE COLLECT
183.46/185.85	c rational objective -352
190.38/193.60	c #Conflicts:     241000 | #Constraints:     130885
190.38/193.60	c #Conflicts:     242000 | #Constraints:     131885
190.38/193.60	c #Conflicts:     243000 | #Constraints:     132885
190.38/193.60	c #Conflicts:     244000 | #Constraints:     133885
190.38/193.60	c #Conflicts:     245000 | #Constraints:     134885
190.38/193.60	c #Conflicts:     246000 | #Constraints:     135885
190.38/193.60	c #Conflicts:     247000 | #Constraints:     136885
190.38/193.60	c #Conflicts:     248000 | #Constraints:     137885
190.38/193.60	c #Conflicts:     249000 | #Constraints:     138885
190.38/193.60	c bounds -46 >= -351 @ 187.959
196.66/199.94	c #Conflicts:     250000 | #Constraints:     139945
196.66/199.94	c #Conflicts:     251000 | #Constraints:     140945
196.66/199.94	c #Conflicts:     252000 | #Constraints:     141945
196.66/199.94	c #Conflicts:     253000 | #Constraints:     142945
196.66/199.94	c #Conflicts:     254000 | #Constraints:     143945
196.66/199.94	c #Conflicts:     255000 | #Constraints:     144945
196.66/199.94	c #Conflicts:     256000 | #Constraints:     145945
196.66/199.94	c #Conflicts:     257000 | #Constraints:     146945
196.66/199.94	c bounds -46 >= -350 @ 194.215
207.22/210.50	c #Conflicts:     258000 | #Constraints:     147963
207.22/210.50	c #Conflicts:     259000 | #Constraints:     148963
207.22/210.50	c #Conflicts:     260000 | #Constraints:     149963
207.22/210.50	c #Conflicts:     261000 | #Constraints:     150963
207.22/210.50	c #Conflicts:     262000 | #Constraints:     151963
207.22/210.50	c #Conflicts:     263000 | #Constraints:     152963
207.22/210.50	c #Conflicts:     264000 | #Constraints:     153963
207.22/210.50	c #Conflicts:     265000 | #Constraints:     154963
207.22/210.50	c #Conflicts:     266000 | #Constraints:     155963
207.22/210.50	c #Conflicts:     267000 | #Constraints:     156963
207.22/210.50	c #Conflicts:     268000 | #Constraints:     157963
207.22/210.50	c bounds -46 >= -349 @ 204.668
210.83/214.10	c #Conflicts:     269000 | #Constraints:     158987
210.83/214.10	c #Conflicts:     270000 | #Constraints:     159987
210.83/214.10	c #Conflicts:     271000 | #Constraints:     160987
210.83/214.10	c #Conflicts:     272000 | #Constraints:     161987
210.83/214.10	c #Conflicts:     273000 | #Constraints:     162987
210.83/214.10	c INPROCESSING
210.83/214.10	c GARBAGE COLLECT
210.83/214.10	c rational objective -349
222.18/225.98	c #Conflicts:     274000 | #Constraints:     139614
222.18/225.98	c #Conflicts:     275000 | #Constraints:     140614
222.18/225.98	c #Conflicts:     276000 | #Constraints:     141614
222.18/225.98	c #Conflicts:     277000 | #Constraints:     142614
222.18/225.98	c #Conflicts:     278000 | #Constraints:     143614
222.18/225.98	c #Conflicts:     279000 | #Constraints:     144614
222.18/225.98	c #Conflicts:     280000 | #Constraints:     145614
222.18/225.98	c #Conflicts:     281000 | #Constraints:     146614
222.18/225.98	c #Conflicts:     282000 | #Constraints:     147614
222.18/225.98	c #Conflicts:     283000 | #Constraints:     148614
222.18/225.98	c #Conflicts:     284000 | #Constraints:     149614
222.18/225.98	c #Conflicts:     285000 | #Constraints:     150614
222.18/225.98	c #Conflicts:     286000 | #Constraints:     151614
222.18/225.98	c bounds -46 >= -348 @ 219.543
223.08/226.83	c #Conflicts:     287000 | #Constraints:     152647
223.08/226.83	c #Conflicts:     288000 | #Constraints:     153647
223.08/226.83	c INPROCESSING
223.08/226.83	c GARBAGE COLLECT
223.08/226.83	c rational objective -348
234.94/238.78	c #Conflicts:     289000 | #Constraints:     134734
234.94/238.78	c #Conflicts:     290000 | #Constraints:     135734
234.94/238.78	c #Conflicts:     291000 | #Constraints:     136734
234.94/238.78	c #Conflicts:     292000 | #Constraints:     137734
234.94/238.78	c #Conflicts:     293000 | #Constraints:     138734
234.94/238.78	c #Conflicts:     294000 | #Constraints:     139734
234.94/238.78	c #Conflicts:     295000 | #Constraints:     140734
234.94/238.78	c #Conflicts:     296000 | #Constraints:     141734
234.94/238.78	c #Conflicts:     297000 | #Constraints:     142734
234.94/238.78	c #Conflicts:     298000 | #Constraints:     143734
234.94/238.78	c #Conflicts:     299000 | #Constraints:     144734
234.94/238.78	c #Conflicts:     300000 | #Constraints:     145734
234.94/238.78	c #Conflicts:     301000 | #Constraints:     146734
234.94/238.78	c #Conflicts:     302000 | #Constraints:     147734
234.94/238.78	c #Conflicts:     303000 | #Constraints:     148734
234.94/238.78	c INPROCESSING
234.94/238.78	c GARBAGE COLLECT
234.94/238.78	c rational objective -348
244.81/248.69	c #Conflicts:     304000 | #Constraints:     132196
244.81/248.69	c #Conflicts:     305000 | #Constraints:     133196
244.81/248.69	c #Conflicts:     306000 | #Constraints:     134196
244.81/248.69	c #Conflicts:     307000 | #Constraints:     135196
244.81/248.69	c #Conflicts:     308000 | #Constraints:     136196
244.81/248.69	c #Conflicts:     309000 | #Constraints:     137196
244.81/248.69	c #Conflicts:     310000 | #Constraints:     138196
244.81/248.69	c #Conflicts:     311000 | #Constraints:     139196
244.81/248.69	c #Conflicts:     312000 | #Constraints:     140196
244.81/248.69	c #Conflicts:     313000 | #Constraints:     141196
244.81/248.69	c #Conflicts:     314000 | #Constraints:     142196
244.81/248.69	c #Conflicts:     315000 | #Constraints:     143196
244.81/248.69	c #Conflicts:     316000 | #Constraints:     144196
244.81/248.69	c bounds -46 >= -347 @ 241.937
262.42/267.82	c #Conflicts:     317000 | #Constraints:     145265
262.42/267.82	c #Conflicts:     318000 | #Constraints:     146265
262.42/267.82	c #Conflicts:     319000 | #Constraints:     147265
262.42/267.82	c #Conflicts:     320000 | #Constraints:     148265
262.42/267.82	c #Conflicts:     321000 | #Constraints:     149265
262.42/267.82	c #Conflicts:     322000 | #Constraints:     150265
262.42/267.82	c #Conflicts:     323000 | #Constraints:     151265
262.42/267.82	c #Conflicts:     324000 | #Constraints:     152265
262.42/267.82	c #Conflicts:     325000 | #Constraints:     153265
262.42/267.82	c #Conflicts:     326000 | #Constraints:     154265
262.42/267.82	c #Conflicts:     327000 | #Constraints:     155265
262.42/267.82	c #Conflicts:     328000 | #Constraints:     156265
262.42/267.82	c #Conflicts:     329000 | #Constraints:     157265
262.42/267.82	c #Conflicts:     330000 | #Constraints:     158265
262.42/267.82	c #Conflicts:     331000 | #Constraints:     159265
262.42/267.82	c #Conflicts:     332000 | #Constraints:     160265
262.42/267.82	c #Conflicts:     333000 | #Constraints:     161265
262.42/267.82	c #Conflicts:     334000 | #Constraints:     162265
262.42/267.82	c #Conflicts:     335000 | #Constraints:     163265
262.42/267.82	c bounds -46 >= -346 @ 259.322
267.41/272.86	c #Conflicts:     336000 | #Constraints:     164292
267.41/272.86	c #Conflicts:     337000 | #Constraints:     165292
267.41/272.86	c #Conflicts:     338000 | #Constraints:     166292
267.41/272.86	c #Conflicts:     339000 | #Constraints:     167292
267.41/272.86	c #Conflicts:     340000 | #Constraints:     168292
267.41/272.86	c INPROCESSING
267.41/272.86	c GARBAGE COLLECT
267.41/272.86	c rational objective -346
281.37/286.82	c #Conflicts:     341000 | #Constraints:     141789
281.37/286.82	c #Conflicts:     342000 | #Constraints:     142789
281.37/286.82	c #Conflicts:     343000 | #Constraints:     143789
281.37/286.82	c #Conflicts:     344000 | #Constraints:     144789
281.37/286.82	c #Conflicts:     345000 | #Constraints:     145789
281.37/286.82	c #Conflicts:     346000 | #Constraints:     146789
281.37/286.82	c #Conflicts:     347000 | #Constraints:     147789
281.37/286.82	c #Conflicts:     348000 | #Constraints:     148789
281.37/286.82	c #Conflicts:     349000 | #Constraints:     149789
281.37/286.82	c #Conflicts:     350000 | #Constraints:     150789
281.37/286.82	c #Conflicts:     351000 | #Constraints:     151789
281.37/286.82	c #Conflicts:     352000 | #Constraints:     152789
281.37/286.82	c #Conflicts:     353000 | #Constraints:     153789
281.37/286.82	c #Conflicts:     354000 | #Constraints:     154789
281.37/286.82	c #Conflicts:     355000 | #Constraints:     155789
281.37/286.82	c #Conflicts:     356000 | #Constraints:     156789
281.37/286.82	c #Conflicts:     357000 | #Constraints:     157789
281.37/286.82	c INPROCESSING
281.37/286.82	c GARBAGE COLLECT
281.37/286.82	c rational objective -346
296.43/301.97	c #Conflicts:     358000 | #Constraints:     136856
296.43/301.97	c #Conflicts:     359000 | #Constraints:     137856
296.43/301.97	c #Conflicts:     360000 | #Constraints:     138856
296.43/301.97	c #Conflicts:     361000 | #Constraints:     139856
296.43/301.97	c #Conflicts:     362000 | #Constraints:     140856
296.43/301.97	c #Conflicts:     363000 | #Constraints:     141856
296.43/301.97	c #Conflicts:     364000 | #Constraints:     142856
296.43/301.97	c #Conflicts:     365000 | #Constraints:     143856
296.43/301.97	c #Conflicts:     366000 | #Constraints:     144856
296.43/301.97	c #Conflicts:     367000 | #Constraints:     145856
296.43/301.97	c #Conflicts:     368000 | #Constraints:     146856
296.43/301.97	c #Conflicts:     369000 | #Constraints:     147856
296.43/301.97	c #Conflicts:     370000 | #Constraints:     148856
296.43/301.97	c #Conflicts:     371000 | #Constraints:     149856
296.43/301.97	c #Conflicts:     372000 | #Constraints:     150856
296.43/301.97	c #Conflicts:     373000 | #Constraints:     151856
296.43/301.97	c bounds -46 >= -345 @ 293.06
296.93/302.48	c #Conflicts:     374000 | #Constraints:     152907
296.93/302.48	c INPROCESSING
296.93/302.48	c GARBAGE COLLECT
296.93/302.48	c rational objective -345
320.66/326.26	c #Conflicts:     375000 | #Constraints:     134480
320.66/326.26	c #Conflicts:     376000 | #Constraints:     135480
320.66/326.26	c #Conflicts:     377000 | #Constraints:     136480
320.66/326.26	c #Conflicts:     378000 | #Constraints:     137480
320.66/326.26	c #Conflicts:     379000 | #Constraints:     138480
320.66/326.26	c #Conflicts:     380000 | #Constraints:     139480
320.66/326.26	c #Conflicts:     381000 | #Constraints:     140480
320.66/326.26	c #Conflicts:     382000 | #Constraints:     141480
320.66/326.26	c #Conflicts:     383000 | #Constraints:     142480
320.66/326.26	c #Conflicts:     384000 | #Constraints:     143480
320.66/326.26	c #Conflicts:     385000 | #Constraints:     144480
320.66/326.26	c #Conflicts:     386000 | #Constraints:     145480
320.66/326.26	c #Conflicts:     387000 | #Constraints:     146480
320.66/326.26	c #Conflicts:     388000 | #Constraints:     147480
320.66/326.26	c #Conflicts:     389000 | #Constraints:     148480
320.66/326.26	c #Conflicts:     390000 | #Constraints:     149480
320.66/326.26	c #Conflicts:     391000 | #Constraints:     150480
320.66/326.26	c #Conflicts:     392000 | #Constraints:     151480
320.66/326.26	c #Conflicts:     393000 | #Constraints:     152480
320.66/326.26	c #Conflicts:     394000 | #Constraints:     153480
320.66/326.26	c #Conflicts:     395000 | #Constraints:     154480
320.66/326.26	c #Conflicts:     396000 | #Constraints:     155480
320.66/326.26	c #Conflicts:     397000 | #Constraints:     156480
320.66/326.26	c #Conflicts:     398000 | #Constraints:     157480
320.66/326.26	c #Conflicts:     399000 | #Constraints:     158480
320.66/326.26	c bounds -46 >= -344 @ 317.082
338.21/343.82	c #Conflicts:     400000 | #Constraints:     159537
338.21/343.82	c #Conflicts:     401000 | #Constraints:     160537
338.21/343.82	c #Conflicts:     402000 | #Constraints:     161537
338.21/343.82	c #Conflicts:     403000 | #Constraints:     162537
338.21/343.82	c #Conflicts:     404000 | #Constraints:     163537
338.21/343.82	c #Conflicts:     405000 | #Constraints:     164537
338.21/343.82	c #Conflicts:     406000 | #Constraints:     165537
338.21/343.82	c #Conflicts:     407000 | #Constraints:     166537
338.21/343.82	c #Conflicts:     408000 | #Constraints:     167537
338.21/343.82	c #Conflicts:     409000 | #Constraints:     168537
338.21/343.82	c #Conflicts:     410000 | #Constraints:     169537
338.21/343.82	c #Conflicts:     411000 | #Constraints:     170537
338.21/343.82	c #Conflicts:     412000 | #Constraints:     171537
338.21/343.82	c #Conflicts:     413000 | #Constraints:     172537
338.21/343.82	c #Conflicts:     414000 | #Constraints:     173537
338.21/343.82	c #Conflicts:     415000 | #Constraints:     174537
338.21/343.82	c INPROCESSING
338.21/343.82	c GARBAGE COLLECT
338.21/343.82	c rational objective -344
350.88/356.69	c #Conflicts:     416000 | #Constraints:     144941
350.88/356.69	c #Conflicts:     417000 | #Constraints:     145941
350.88/356.69	c #Conflicts:     418000 | #Constraints:     146941
350.88/356.69	c #Conflicts:     419000 | #Constraints:     147941
350.88/356.69	c #Conflicts:     420000 | #Constraints:     148941
350.88/356.69	c #Conflicts:     421000 | #Constraints:     149941
350.88/356.69	c #Conflicts:     422000 | #Constraints:     150941
350.88/356.69	c #Conflicts:     423000 | #Constraints:     151941
350.88/356.69	c #Conflicts:     424000 | #Constraints:     152941
350.88/356.69	c #Conflicts:     425000 | #Constraints:     153941
350.88/356.69	c #Conflicts:     426000 | #Constraints:     154941
350.88/356.69	c #Conflicts:     427000 | #Constraints:     155941
350.88/356.69	c #Conflicts:     428000 | #Constraints:     156941
350.88/356.69	c #Conflicts:     429000 | #Constraints:     157941
350.88/356.69	c bounds -46 >= -343 @ 347.087
355.96/361.75	c #Conflicts:     430000 | #Constraints:     158962
355.96/361.75	c #Conflicts:     431000 | #Constraints:     159962
355.96/361.75	c #Conflicts:     432000 | #Constraints:     160962
355.96/361.75	c #Conflicts:     433000 | #Constraints:     161962
355.96/361.75	c #Conflicts:     434000 | #Constraints:     162962
355.96/361.75	c INPROCESSING
355.96/361.75	c GARBAGE COLLECT
355.96/361.75	c rational objective -343
371.02/376.82	c #Conflicts:     435000 | #Constraints:     139694
371.02/376.82	c #Conflicts:     436000 | #Constraints:     140694
371.02/376.82	c #Conflicts:     437000 | #Constraints:     141694
371.02/376.82	c #Conflicts:     438000 | #Constraints:     142694
371.02/376.82	c #Conflicts:     439000 | #Constraints:     143694
371.02/376.82	c #Conflicts:     440000 | #Constraints:     144694
371.02/376.82	c #Conflicts:     441000 | #Constraints:     145694
371.02/376.82	c #Conflicts:     442000 | #Constraints:     146694
371.02/376.82	c #Conflicts:     443000 | #Constraints:     147694
371.02/376.82	c #Conflicts:     444000 | #Constraints:     148694
371.02/376.82	c #Conflicts:     445000 | #Constraints:     149694
371.02/376.82	c #Conflicts:     446000 | #Constraints:     150694
371.02/376.82	c #Conflicts:     447000 | #Constraints:     151694
371.02/376.82	c #Conflicts:     448000 | #Constraints:     152694
371.02/376.82	c #Conflicts:     449000 | #Constraints:     153694
371.02/376.82	c #Conflicts:     450000 | #Constraints:     154694
371.02/376.82	c #Conflicts:     451000 | #Constraints:     155694
371.02/376.82	c #Conflicts:     452000 | #Constraints:     156694
371.02/376.82	c INPROCESSING
371.02/376.82	c GARBAGE COLLECT
371.02/376.82	c rational objective -343
377.96/383.88	c #Conflicts:     453000 | #Constraints:     136297
377.96/383.88	c #Conflicts:     454000 | #Constraints:     137297
377.96/383.88	c #Conflicts:     455000 | #Constraints:     138297
377.96/383.88	c #Conflicts:     456000 | #Constraints:     139297
377.96/383.88	c #Conflicts:     457000 | #Constraints:     140297
377.96/383.88	c #Conflicts:     458000 | #Constraints:     141297
377.96/383.88	c #Conflicts:     459000 | #Constraints:     142297
377.96/383.88	c #Conflicts:     460000 | #Constraints:     143297
377.96/383.88	c #Conflicts:     461000 | #Constraints:     144297
377.96/383.88	c bounds -46 >= -342 @ 373.89
415.78/423.50	c #Conflicts:     462000 | #Constraints:     145357
415.78/423.50	c #Conflicts:     463000 | #Constraints:     146357
415.78/423.50	c #Conflicts:     464000 | #Constraints:     147357
415.78/423.50	c #Conflicts:     465000 | #Constraints:     148357
415.78/423.50	c #Conflicts:     466000 | #Constraints:     149357
415.78/423.50	c #Conflicts:     467000 | #Constraints:     150357
415.78/423.50	c #Conflicts:     468000 | #Constraints:     151357
415.78/423.50	c #Conflicts:     469000 | #Constraints:     152357
415.78/423.50	c #Conflicts:     470000 | #Constraints:     153357
415.78/423.50	c #Conflicts:     471000 | #Constraints:     154357
415.78/423.50	c #Conflicts:     472000 | #Constraints:     155357
415.78/423.50	c #Conflicts:     473000 | #Constraints:     156357
415.78/423.50	c #Conflicts:     474000 | #Constraints:     157357
415.78/423.50	c #Conflicts:     475000 | #Constraints:     158357
415.78/423.50	c #Conflicts:     476000 | #Constraints:     159357
415.78/423.50	c #Conflicts:     477000 | #Constraints:     160357
415.78/423.50	c #Conflicts:     478000 | #Constraints:     161357
415.78/423.50	c #Conflicts:     479000 | #Constraints:     162357
415.78/423.50	c #Conflicts:     480000 | #Constraints:     163357
415.78/423.50	c #Conflicts:     481000 | #Constraints:     164357
415.78/423.50	c #Conflicts:     482000 | #Constraints:     165357
415.78/423.50	c #Conflicts:     483000 | #Constraints:     166357
415.78/423.50	c #Conflicts:     484000 | #Constraints:     167357
415.78/423.50	c #Conflicts:     485000 | #Constraints:     168357
415.78/423.50	c #Conflicts:     486000 | #Constraints:     169357
415.78/423.50	c #Conflicts:     487000 | #Constraints:     170357
415.78/423.50	c #Conflicts:     488000 | #Constraints:     171357
415.78/423.50	c #Conflicts:     489000 | #Constraints:     172357
415.78/423.50	c #Conflicts:     490000 | #Constraints:     173357
415.78/423.50	c #Conflicts:     491000 | #Constraints:     174357
415.78/423.50	c #Conflicts:     492000 | #Constraints:     175357
415.78/423.50	c #Conflicts:     493000 | #Constraints:     176357
415.78/423.50	c #Conflicts:     494000 | #Constraints:     177357
415.78/423.50	c #Conflicts:     495000 | #Constraints:     178357
415.78/423.50	c #Conflicts:     496000 | #Constraints:     179357
415.78/423.50	c #Conflicts:     497000 | #Constraints:     180357
415.78/423.50	c #Conflicts:     498000 | #Constraints:     181357
415.78/423.50	c INPROCESSING
415.78/423.50	c GARBAGE COLLECT
415.78/423.50	c rational objective -342
422.38/430.13	c #Conflicts:     499000 | #Constraints:     148926
422.38/430.13	c #Conflicts:     500000 | #Constraints:     149926
422.38/430.13	c #Conflicts:     501000 | #Constraints:     150926
422.38/430.13	c #Conflicts:     502000 | #Constraints:     151926
422.38/430.13	c #Conflicts:     503000 | #Constraints:     152926
422.38/430.13	c #Conflicts:     504000 | #Constraints:     153926
422.38/430.13	c #Conflicts:     505000 | #Constraints:     154926
422.38/430.13	c bounds -46 >= -341 @ 417.853
433.54/443.81	c #Conflicts:     506000 | #Constraints:     155965
433.54/443.81	c #Conflicts:     507000 | #Constraints:     156965
433.54/443.81	c #Conflicts:     508000 | #Constraints:     157965
433.54/443.81	c #Conflicts:     509000 | #Constraints:     158965
433.54/443.81	c #Conflicts:     510000 | #Constraints:     159965
433.54/443.81	c #Conflicts:     511000 | #Constraints:     160965
433.54/443.81	c #Conflicts:     512000 | #Constraints:     161965
433.54/443.81	c #Conflicts:     513000 | #Constraints:     162965
433.54/443.81	c #Conflicts:     514000 | #Constraints:     163965
433.54/443.81	c #Conflicts:     515000 | #Constraints:     164965
433.54/443.81	c #Conflicts:     516000 | #Constraints:     165965
433.54/443.81	c #Conflicts:     517000 | #Constraints:     166965
433.54/443.81	c INPROCESSING
433.54/443.81	c GARBAGE COLLECT
433.54/443.81	c rational objective -341
449.69/460.08	c #Conflicts:     518000 | #Constraints:     141343
449.69/460.08	c #Conflicts:     519000 | #Constraints:     142343
449.69/460.08	c #Conflicts:     520000 | #Constraints:     143343
449.69/460.08	c #Conflicts:     521000 | #Constraints:     144343
449.69/460.08	c #Conflicts:     522000 | #Constraints:     145343
449.69/460.08	c #Conflicts:     523000 | #Constraints:     146343
449.69/460.08	c #Conflicts:     524000 | #Constraints:     147343
449.69/460.08	c #Conflicts:     525000 | #Constraints:     148343
449.69/460.08	c #Conflicts:     526000 | #Constraints:     149343
449.69/460.08	c #Conflicts:     527000 | #Constraints:     150343
449.69/460.08	c #Conflicts:     528000 | #Constraints:     151343
449.69/460.08	c #Conflicts:     529000 | #Constraints:     152343
449.69/460.08	c #Conflicts:     530000 | #Constraints:     153343
449.69/460.08	c #Conflicts:     531000 | #Constraints:     154343
449.69/460.08	c #Conflicts:     532000 | #Constraints:     155343
449.69/460.08	c #Conflicts:     533000 | #Constraints:     156343
449.69/460.08	c #Conflicts:     534000 | #Constraints:     157343
449.69/460.08	c #Conflicts:     535000 | #Constraints:     158343
449.69/460.08	c #Conflicts:     536000 | #Constraints:     159343
449.69/460.08	c #Conflicts:     537000 | #Constraints:     160343
449.69/460.08	c INPROCESSING
449.69/460.08	c GARBAGE COLLECT
449.69/460.08	c rational objective -341
473.92/484.38	c #Conflicts:     538000 | #Constraints:     138060
473.92/484.38	c #Conflicts:     539000 | #Constraints:     139060
473.92/484.38	c #Conflicts:     540000 | #Constraints:     140060
473.92/484.38	c #Conflicts:     541000 | #Constraints:     141060
473.92/484.38	c #Conflicts:     542000 | #Constraints:     142060
473.92/484.38	c #Conflicts:     543000 | #Constraints:     143060
473.92/484.38	c #Conflicts:     544000 | #Constraints:     144060
473.92/484.38	c #Conflicts:     545000 | #Constraints:     145060
473.92/484.38	c #Conflicts:     546000 | #Constraints:     146060
473.92/484.38	c #Conflicts:     547000 | #Constraints:     147060
473.92/484.38	c #Conflicts:     548000 | #Constraints:     148060
473.92/484.38	c #Conflicts:     549000 | #Constraints:     149060
473.92/484.38	c #Conflicts:     550000 | #Constraints:     150060
473.92/484.38	c #Conflicts:     551000 | #Constraints:     151060
473.92/484.38	c #Conflicts:     552000 | #Constraints:     152060
473.92/484.38	c #Conflicts:     553000 | #Constraints:     153060
473.92/484.38	c #Conflicts:     554000 | #Constraints:     154060
473.92/484.38	c #Conflicts:     555000 | #Constraints:     155060
473.92/484.38	c #Conflicts:     556000 | #Constraints:     156060
473.92/484.38	c #Conflicts:     557000 | #Constraints:     157060
473.92/484.38	c #Conflicts:     558000 | #Constraints:     158060
473.92/484.38	c #Conflicts:     559000 | #Constraints:     159060
473.92/484.38	c #Conflicts:     560000 | #Constraints:     160060
473.92/484.38	c #Conflicts:     561000 | #Constraints:     161060
473.92/484.38	c #Conflicts:     562000 | #Constraints:     162060
473.92/484.38	c #Conflicts:     563000 | #Constraints:     163060
473.92/484.38	c #Conflicts:     564000 | #Constraints:     164060
473.92/484.38	c #Conflicts:     565000 | #Constraints:     165060
473.92/484.38	c bounds -46 >= -340 @ 468.915
500.62/511.12	c #Conflicts:     566000 | #Constraints:     166126
500.62/511.12	c #Conflicts:     567000 | #Constraints:     167126
500.62/511.12	c #Conflicts:     568000 | #Constraints:     168131
500.62/511.12	c #Conflicts:     569000 | #Constraints:     169165
500.62/511.12	c #Conflicts:     570000 | #Constraints:     170200
500.62/511.12	c #Conflicts:     571000 | #Constraints:     171234
500.62/511.12	c #Conflicts:     572000 | #Constraints:     172271
500.62/511.12	c #Conflicts:     573000 | #Constraints:     173303
500.62/511.12	c #Conflicts:     574000 | #Constraints:     174331
500.62/511.12	c #Conflicts:     575000 | #Constraints:     175369
500.62/511.12	c #Conflicts:     576000 | #Constraints:     176401
500.62/511.12	c #Conflicts:     577000 | #Constraints:     177433
500.62/511.12	c #Conflicts:     578000 | #Constraints:     178462
500.62/511.12	c #Conflicts:     579000 | #Constraints:     179484
500.62/511.12	c #Conflicts:     580000 | #Constraints:     180513
500.62/511.12	c #Conflicts:     581000 | #Constraints:     181539
500.62/511.12	c #Conflicts:     582000 | #Constraints:     182571
500.62/511.12	c #Conflicts:     583000 | #Constraints:     183593
500.62/511.12	c #Conflicts:     584000 | #Constraints:     184621
500.62/511.12	c #Conflicts:     585000 | #Constraints:     185658
500.62/511.12	c #Conflicts:     586000 | #Constraints:     186688
500.62/511.12	c #Conflicts:     587000 | #Constraints:     187719
500.62/511.12	c INPROCESSING
500.62/511.12	c GARBAGE COLLECT
500.62/511.12	c rational objective -340
522.26/532.86	c #Conflicts:     588000 | #Constraints:     151866
522.26/532.86	c #Conflicts:     589000 | #Constraints:     152866
522.26/532.86	c #Conflicts:     590000 | #Constraints:     153866
522.26/532.86	c #Conflicts:     591000 | #Constraints:     154866
522.26/532.86	c #Conflicts:     592000 | #Constraints:     155866
522.26/532.86	c #Conflicts:     593000 | #Constraints:     156866
522.26/532.86	c #Conflicts:     594000 | #Constraints:     157866
522.26/532.86	c #Conflicts:     595000 | #Constraints:     158866
522.26/532.86	c #Conflicts:     596000 | #Constraints:     159866
522.26/532.86	c #Conflicts:     597000 | #Constraints:     160866
522.26/532.86	c #Conflicts:     598000 | #Constraints:     161866
522.26/532.86	c #Conflicts:     599000 | #Constraints:     162866
522.26/532.86	c #Conflicts:     600000 | #Constraints:     163866
522.26/532.86	c #Conflicts:     601000 | #Constraints:     164866
522.26/532.86	c #Conflicts:     602000 | #Constraints:     165866
522.26/532.86	c #Conflicts:     603000 | #Constraints:     166866
522.26/532.86	c #Conflicts:     604000 | #Constraints:     167866
522.26/532.86	c #Conflicts:     605000 | #Constraints:     168866
522.26/532.86	c #Conflicts:     606000 | #Constraints:     169866
522.26/532.86	c #Conflicts:     607000 | #Constraints:     170866
522.26/532.86	c #Conflicts:     608000 | #Constraints:     171866
522.26/532.86	c INPROCESSING
522.26/532.86	c GARBAGE COLLECT
522.26/532.86	c rational objective -340
540.21/550.82	c #Conflicts:     609000 | #Constraints:     143892
540.21/550.82	c #Conflicts:     610000 | #Constraints:     144892
540.21/550.82	c #Conflicts:     611000 | #Constraints:     145892
540.21/550.82	c #Conflicts:     612000 | #Constraints:     146892
540.21/550.82	c #Conflicts:     613000 | #Constraints:     147892
540.21/550.82	c #Conflicts:     614000 | #Constraints:     148892
540.21/550.82	c #Conflicts:     615000 | #Constraints:     149892
540.21/550.82	c #Conflicts:     616000 | #Constraints:     150892
540.21/550.82	c #Conflicts:     617000 | #Constraints:     151892
540.21/550.82	c #Conflicts:     618000 | #Constraints:     152892
540.21/550.82	c #Conflicts:     619000 | #Constraints:     153892
540.21/550.82	c #Conflicts:     620000 | #Constraints:     154892
540.21/550.82	c #Conflicts:     621000 | #Constraints:     155892
540.21/550.82	c #Conflicts:     622000 | #Constraints:     156892
540.21/550.82	c #Conflicts:     623000 | #Constraints:     157892
540.21/550.82	c #Conflicts:     624000 | #Constraints:     158892
540.21/550.82	c #Conflicts:     625000 | #Constraints:     159892
540.21/550.82	c #Conflicts:     626000 | #Constraints:     160892
540.21/550.82	c #Conflicts:     627000 | #Constraints:     161892
540.21/550.82	c #Conflicts:     628000 | #Constraints:     162892
540.21/550.82	c #Conflicts:     629000 | #Constraints:     163892
540.21/550.82	c #Conflicts:     630000 | #Constraints:     164892
540.21/550.82	c INPROCESSING
540.21/550.82	c GARBAGE COLLECT
540.21/550.82	c rational objective -340
567.54/578.29	c #Conflicts:     631000 | #Constraints:     140727
567.54/578.29	c #Conflicts:     632000 | #Constraints:     141727
567.54/578.29	c #Conflicts:     633000 | #Constraints:     142727
567.54/578.29	c #Conflicts:     634000 | #Constraints:     143727
567.54/578.29	c #Conflicts:     635000 | #Constraints:     144727
567.54/578.29	c #Conflicts:     636000 | #Constraints:     145727
567.54/578.29	c #Conflicts:     637000 | #Constraints:     146727
567.54/578.29	c #Conflicts:     638000 | #Constraints:     147727
567.54/578.29	c #Conflicts:     639000 | #Constraints:     148727
567.54/578.29	c #Conflicts:     640000 | #Constraints:     149727
567.54/578.29	c #Conflicts:     641000 | #Constraints:     150727
567.54/578.29	c #Conflicts:     642000 | #Constraints:     151727
567.54/578.29	c #Conflicts:     643000 | #Constraints:     152727
567.54/578.29	c #Conflicts:     644000 | #Constraints:     153727
567.54/578.29	c #Conflicts:     645000 | #Constraints:     154727
567.54/578.29	c #Conflicts:     646000 | #Constraints:     155727
567.54/578.29	c #Conflicts:     647000 | #Constraints:     156727
567.54/578.29	c #Conflicts:     648000 | #Constraints:     157727
567.54/578.29	c #Conflicts:     649000 | #Constraints:     158727
567.54/578.29	c #Conflicts:     650000 | #Constraints:     159727
567.54/578.29	c #Conflicts:     651000 | #Constraints:     160727
567.54/578.29	c #Conflicts:     652000 | #Constraints:     161727
567.54/578.29	c #Conflicts:     653000 | #Constraints:     162727
567.54/578.29	c #Conflicts:     654000 | #Constraints:     163727
567.54/578.29	c #Conflicts:     655000 | #Constraints:     164727
567.54/578.29	c #Conflicts:     656000 | #Constraints:     165727
567.54/578.29	c #Conflicts:     657000 | #Constraints:     166727
567.54/578.29	c #Conflicts:     658000 | #Constraints:     167727
567.54/578.29	c #Conflicts:     659000 | #Constraints:     168727
567.54/578.29	c #Conflicts:     660000 | #Constraints:     169727
567.54/578.29	c #Conflicts:     661000 | #Constraints:     170727
567.54/578.29	c bounds -46 >= -339 @ 561.682
593.27/604.02	c #Conflicts:     662000 | #Constraints:     171784
593.27/604.02	c #Conflicts:     663000 | #Constraints:     172784
593.27/604.02	c #Conflicts:     664000 | #Constraints:     173784
593.27/604.02	c #Conflicts:     665000 | #Constraints:     174784
593.27/604.02	c #Conflicts:     666000 | #Constraints:     175784
593.27/604.02	c #Conflicts:     667000 | #Constraints:     176784
593.27/604.02	c #Conflicts:     668000 | #Constraints:     177784
593.27/604.02	c #Conflicts:     669000 | #Constraints:     178784
593.27/604.02	c #Conflicts:     670000 | #Constraints:     179784
593.27/604.02	c #Conflicts:     671000 | #Constraints:     180784
593.27/604.02	c #Conflicts:     672000 | #Constraints:     181784
593.27/604.02	c #Conflicts:     673000 | #Constraints:     182784
593.27/604.02	c #Conflicts:     674000 | #Constraints:     183784
593.27/604.02	c #Conflicts:     675000 | #Constraints:     184784
593.27/604.02	c #Conflicts:     676000 | #Constraints:     185784
593.27/604.02	c #Conflicts:     677000 | #Constraints:     186784
593.27/604.02	c #Conflicts:     678000 | #Constraints:     187784
593.27/604.02	c #Conflicts:     679000 | #Constraints:     188784
593.27/604.02	c #Conflicts:     680000 | #Constraints:     189784
593.27/604.02	c #Conflicts:     681000 | #Constraints:     190784
593.27/604.02	c #Conflicts:     682000 | #Constraints:     191784
593.27/604.02	c #Conflicts:     683000 | #Constraints:     192784
593.27/604.02	c #Conflicts:     684000 | #Constraints:     193784
593.27/604.02	c INPROCESSING
593.27/604.02	c GARBAGE COLLECT
593.27/604.02	c rational objective -339
610.33/621.13	c #Conflicts:     685000 | #Constraints:     155168
610.33/621.13	c #Conflicts:     686000 | #Constraints:     156168
610.33/621.13	c #Conflicts:     687000 | #Constraints:     157168
610.33/621.13	c #Conflicts:     688000 | #Constraints:     158168
610.33/621.13	c #Conflicts:     689000 | #Constraints:     159168
610.33/621.13	c #Conflicts:     690000 | #Constraints:     160168
610.33/621.13	c #Conflicts:     691000 | #Constraints:     161168
610.33/621.13	c #Conflicts:     692000 | #Constraints:     162168
610.33/621.13	c #Conflicts:     693000 | #Constraints:     163168
610.33/621.13	c #Conflicts:     694000 | #Constraints:     164168
610.33/621.13	c #Conflicts:     695000 | #Constraints:     165168
610.33/621.13	c #Conflicts:     696000 | #Constraints:     166168
610.33/621.13	c #Conflicts:     697000 | #Constraints:     167168
610.33/621.13	c #Conflicts:     698000 | #Constraints:     168168
610.33/621.13	c #Conflicts:     699000 | #Constraints:     169168
610.33/621.13	c #Conflicts:     700000 | #Constraints:     170168
610.33/621.13	c #Conflicts:     701000 | #Constraints:     171168
610.33/621.13	c #Conflicts:     702000 | #Constraints:     172168
610.33/621.13	c #Conflicts:     703000 | #Constraints:     173168
610.33/621.13	c #Conflicts:     704000 | #Constraints:     174168
610.33/621.13	c bounds -46 >= -338 @ 604.008
612.02/622.84	c #Conflicts:     705000 | #Constraints:     175243
612.02/622.84	c #Conflicts:     706000 | #Constraints:     176263
612.02/622.84	c INPROCESSING
612.02/622.84	c GARBAGE COLLECT
612.02/622.84	c rational objective -338
621.48/632.35	c #Conflicts:     707000 | #Constraints:     146062
621.48/632.35	c #Conflicts:     708000 | #Constraints:     147062
621.48/632.35	c #Conflicts:     709000 | #Constraints:     148062
621.48/632.35	c #Conflicts:     710000 | #Constraints:     149062
621.48/632.35	c #Conflicts:     711000 | #Constraints:     150062
621.48/632.35	c #Conflicts:     712000 | #Constraints:     151062
621.48/632.35	c #Conflicts:     713000 | #Constraints:     152062
621.48/632.35	c #Conflicts:     714000 | #Constraints:     153062
621.48/632.35	c #Conflicts:     715000 | #Constraints:     154062
621.48/632.35	c #Conflicts:     716000 | #Constraints:     155062
621.48/632.35	c #Conflicts:     717000 | #Constraints:     156062
621.48/632.35	c #Conflicts:     718000 | #Constraints:     157062
621.48/632.35	c #Conflicts:     719000 | #Constraints:     158062
621.48/632.35	c bounds -46 >= -337 @ 615.057
633.34/644.25	c #Conflicts:     720000 | #Constraints:     159098
633.34/644.25	c #Conflicts:     721000 | #Constraints:     160099
633.34/644.25	c #Conflicts:     722000 | #Constraints:     161110
633.34/644.25	c #Conflicts:     723000 | #Constraints:     162159
633.34/644.25	c #Conflicts:     724000 | #Constraints:     163160
633.34/644.25	c #Conflicts:     725000 | #Constraints:     164203
633.34/644.25	c #Conflicts:     726000 | #Constraints:     165256
633.34/644.25	c #Conflicts:     727000 | #Constraints:     166305
633.34/644.25	c #Conflicts:     728000 | #Constraints:     167344
633.34/644.25	c #Conflicts:     729000 | #Constraints:     168381
633.34/644.25	c INPROCESSING
633.34/644.25	c GARBAGE COLLECT
633.34/644.25	c rational objective -337
692.57/703.73	c #Conflicts:     730000 | #Constraints:     142160
692.57/703.73	c #Conflicts:     731000 | #Constraints:     143160
692.57/703.73	c #Conflicts:     732000 | #Constraints:     144160
692.57/703.73	c #Conflicts:     733000 | #Constraints:     145160
692.57/703.73	c #Conflicts:     734000 | #Constraints:     146160
692.57/703.73	c #Conflicts:     735000 | #Constraints:     147160
692.57/703.73	c #Conflicts:     736000 | #Constraints:     148160
692.57/703.73	c #Conflicts:     737000 | #Constraints:     149160
692.57/703.73	c #Conflicts:     738000 | #Constraints:     150160
692.57/703.73	c #Conflicts:     739000 | #Constraints:     151160
692.57/703.73	c #Conflicts:     740000 | #Constraints:     152160
692.57/703.73	c #Conflicts:     741000 | #Constraints:     153160
692.57/703.73	c #Conflicts:     742000 | #Constraints:     154160
692.57/703.73	c #Conflicts:     743000 | #Constraints:     155160
692.57/703.73	c #Conflicts:     744000 | #Constraints:     156160
692.57/703.73	c #Conflicts:     745000 | #Constraints:     157160
692.57/703.73	c #Conflicts:     746000 | #Constraints:     158160
692.57/703.73	c #Conflicts:     747000 | #Constraints:     159160
692.57/703.73	c #Conflicts:     748000 | #Constraints:     160160
692.57/703.73	c #Conflicts:     749000 | #Constraints:     161160
692.57/703.73	c #Conflicts:     750000 | #Constraints:     162160
692.57/703.73	c #Conflicts:     751000 | #Constraints:     163160
692.57/703.73	c #Conflicts:     752000 | #Constraints:     164160
692.57/703.73	c #Conflicts:     753000 | #Constraints:     165160
692.57/703.73	c #Conflicts:     754000 | #Constraints:     166160
692.57/703.73	c #Conflicts:     755000 | #Constraints:     167160
692.57/703.73	c #Conflicts:     756000 | #Constraints:     168160
692.57/703.73	c #Conflicts:     757000 | #Constraints:     169160
692.57/703.73	c #Conflicts:     758000 | #Constraints:     170160
692.57/703.73	c #Conflicts:     759000 | #Constraints:     171160
692.57/703.73	c #Conflicts:     760000 | #Constraints:     172160
692.57/703.73	c #Conflicts:     761000 | #Constraints:     173160
692.57/703.73	c #Conflicts:     762000 | #Constraints:     174160
692.57/703.73	c #Conflicts:     763000 | #Constraints:     175160
692.57/703.73	c #Conflicts:     764000 | #Constraints:     176160
692.57/703.73	c #Conflicts:     765000 | #Constraints:     177160
692.57/703.73	c #Conflicts:     766000 | #Constraints:     178160
692.57/703.73	c #Conflicts:     767000 | #Constraints:     179160
692.57/703.73	c #Conflicts:     768000 | #Constraints:     180160
692.57/703.73	c #Conflicts:     769000 | #Constraints:     181160
692.57/703.73	c #Conflicts:     770000 | #Constraints:     182160
692.57/703.73	c #Conflicts:     771000 | #Constraints:     183160
692.57/703.73	c #Conflicts:     772000 | #Constraints:     184160
692.57/703.73	c #Conflicts:     773000 | #Constraints:     185160
692.57/703.73	c #Conflicts:     774000 | #Constraints:     186160
692.57/703.73	c #Conflicts:     775000 | #Constraints:     187160
692.57/703.73	c #Conflicts:     776000 | #Constraints:     188160
692.57/703.73	c #Conflicts:     777000 | #Constraints:     189160
692.57/703.73	c #Conflicts:     778000 | #Constraints:     190160
692.57/703.73	c #Conflicts:     779000 | #Constraints:     191160
692.57/703.73	c #Conflicts:     780000 | #Constraints:     192160
692.57/703.73	c #Conflicts:     781000 | #Constraints:     193160
692.57/703.73	c #Conflicts:     782000 | #Constraints:     194160
692.57/703.73	c #Conflicts:     783000 | #Constraints:     195160
692.57/703.73	c #Conflicts:     784000 | #Constraints:     196160
692.57/703.73	c #Conflicts:     785000 | #Constraints:     197160
692.57/703.73	c #Conflicts:     786000 | #Constraints:     198160
692.57/703.73	c #Conflicts:     787000 | #Constraints:     199160
692.57/703.73	c INPROCESSING
692.57/703.73	c GARBAGE COLLECT
692.57/703.73	c rational objective -337
725.88/737.17	c #Conflicts:     788000 | #Constraints:     157015
725.88/737.17	c #Conflicts:     789000 | #Constraints:     158015
725.88/737.17	c #Conflicts:     790000 | #Constraints:     159020
725.88/737.17	c #Conflicts:     791000 | #Constraints:     160058
725.88/737.17	c #Conflicts:     792000 | #Constraints:     161103
725.88/737.17	c #Conflicts:     793000 | #Constraints:     162140
725.88/737.17	c #Conflicts:     794000 | #Constraints:     163174
725.88/737.17	c #Conflicts:     795000 | #Constraints:     164214
725.88/737.17	c #Conflicts:     796000 | #Constraints:     165246
725.88/737.17	c #Conflicts:     797000 | #Constraints:     166277
725.88/737.17	c #Conflicts:     798000 | #Constraints:     167311
725.88/737.17	c #Conflicts:     799000 | #Constraints:     168346
725.88/737.17	c #Conflicts:     800000 | #Constraints:     169382
725.88/737.17	c #Conflicts:     801000 | #Constraints:     170420
725.88/737.17	c #Conflicts:     802000 | #Constraints:     171464
725.88/737.17	c #Conflicts:     803000 | #Constraints:     172507
725.88/737.17	c #Conflicts:     804000 | #Constraints:     173548
725.88/737.17	c #Conflicts:     805000 | #Constraints:     174592
725.88/737.17	c #Conflicts:     806000 | #Constraints:     175635
725.88/737.17	c #Conflicts:     807000 | #Constraints:     176689
725.88/737.17	c #Conflicts:     808000 | #Constraints:     177729
725.88/737.17	c #Conflicts:     809000 | #Constraints:     178757
725.88/737.17	c #Conflicts:     810000 | #Constraints:     179804
725.88/737.17	c #Conflicts:     811000 | #Constraints:     180847
725.88/737.17	c #Conflicts:     812000 | #Constraints:     181886
725.88/737.17	c INPROCESSING
725.88/737.17	c GARBAGE COLLECT
725.88/737.17	c rational objective -337
737.58/748.94	c #Conflicts:     813000 | #Constraints:     149253
737.58/748.94	c #Conflicts:     814000 | #Constraints:     150253
737.58/748.94	c #Conflicts:     815000 | #Constraints:     151253
737.58/748.94	c #Conflicts:     816000 | #Constraints:     152253
737.58/748.94	c #Conflicts:     817000 | #Constraints:     153253
737.58/748.94	c #Conflicts:     818000 | #Constraints:     154253
737.58/748.94	c #Conflicts:     819000 | #Constraints:     155253
737.58/748.94	c #Conflicts:     820000 | #Constraints:     156253
737.58/748.94	c #Conflicts:     821000 | #Constraints:     157253
737.58/748.94	c #Conflicts:     822000 | #Constraints:     158253
737.58/748.94	c #Conflicts:     823000 | #Constraints:     159253
737.58/748.94	c #Conflicts:     824000 | #Constraints:     160253
737.58/748.94	c #Conflicts:     825000 | #Constraints:     161253
737.58/748.94	c #Conflicts:     826000 | #Constraints:     162253
737.58/748.94	c bounds -46 >= -336 @ 730.247
746.65/758.09	c #Conflicts:     827000 | #Constraints:     163286
746.65/758.09	c #Conflicts:     828000 | #Constraints:     164286
746.65/758.09	c #Conflicts:     829000 | #Constraints:     165286
746.65/758.09	c #Conflicts:     830000 | #Constraints:     166286
746.65/758.09	c #Conflicts:     831000 | #Constraints:     167286
746.65/758.09	c #Conflicts:     832000 | #Constraints:     168286
746.65/758.09	c #Conflicts:     833000 | #Constraints:     169286
746.65/758.09	c #Conflicts:     834000 | #Constraints:     170286
746.65/758.09	c #Conflicts:     835000 | #Constraints:     171286
746.65/758.09	c #Conflicts:     836000 | #Constraints:     172286
746.65/758.09	c INPROCESSING
746.65/758.09	c GARBAGE COLLECT
746.65/758.09	c rational objective -336
748.54/759.90	c #Conflicts:     837000 | #Constraints:     143957
748.54/759.90	c #Conflicts:     838000 | #Constraints:     144957
748.54/759.90	c #Conflicts:     839000 | #Constraints:     145957
748.54/759.90	c #Conflicts:     840000 | #Constraints:     146957
748.54/759.90	c bounds -46 >= -335 @ 741.07
758.02/769.46	c #Conflicts:     841000 | #Constraints:     147984
758.02/769.46	c #Conflicts:     842000 | #Constraints:     148984
758.02/769.46	c #Conflicts:     843000 | #Constraints:     149984
758.02/769.46	c #Conflicts:     844000 | #Constraints:     150984
758.02/769.46	c #Conflicts:     845000 | #Constraints:     151984
758.02/769.46	c #Conflicts:     846000 | #Constraints:     152984
758.02/769.46	c #Conflicts:     847000 | #Constraints:     153984
758.02/769.46	c #Conflicts:     848000 | #Constraints:     154984
758.02/769.46	c #Conflicts:     849000 | #Constraints:     155984
758.02/769.46	c #Conflicts:     850000 | #Constraints:     156984
758.02/769.46	c #Conflicts:     851000 | #Constraints:     157984
758.02/769.46	c #Conflicts:     852000 | #Constraints:     158984
758.02/769.46	c bounds -46 >= -334 @ 750.512
779.13/790.63	c #Conflicts:     853000 | #Constraints:     160020
779.13/790.63	c #Conflicts:     854000 | #Constraints:     161020
779.13/790.63	c #Conflicts:     855000 | #Constraints:     162020
779.13/790.63	c #Conflicts:     856000 | #Constraints:     163020
779.13/790.63	c #Conflicts:     857000 | #Constraints:     164020
779.13/790.63	c #Conflicts:     858000 | #Constraints:     165020
779.13/790.63	c #Conflicts:     859000 | #Constraints:     166020
779.13/790.63	c #Conflicts:     860000 | #Constraints:     167020
779.13/790.63	c #Conflicts:     861000 | #Constraints:     168020
779.13/790.63	c #Conflicts:     862000 | #Constraints:     169020
779.13/790.63	c #Conflicts:     863000 | #Constraints:     170020
779.13/790.63	c #Conflicts:     864000 | #Constraints:     171020
779.13/790.63	c #Conflicts:     865000 | #Constraints:     172020
779.13/790.63	c #Conflicts:     866000 | #Constraints:     173020
779.13/790.63	c #Conflicts:     867000 | #Constraints:     174020
779.13/790.63	c #Conflicts:     868000 | #Constraints:     175020
779.13/790.63	c #Conflicts:     869000 | #Constraints:     176020
779.13/790.63	c #Conflicts:     870000 | #Constraints:     177020
779.13/790.63	c #Conflicts:     871000 | #Constraints:     178020
779.13/790.63	c #Conflicts:     872000 | #Constraints:     179020
779.13/790.63	c bounds -46 >= -333 @ 771.387
797.55/809.18	c #Conflicts:     873000 | #Constraints:     180041
797.55/809.18	c #Conflicts:     874000 | #Constraints:     181041
797.55/809.18	c #Conflicts:     875000 | #Constraints:     182041
797.55/809.18	c #Conflicts:     876000 | #Constraints:     183041
797.55/809.18	c #Conflicts:     877000 | #Constraints:     184041
797.55/809.18	c #Conflicts:     878000 | #Constraints:     185041
797.55/809.18	c #Conflicts:     879000 | #Constraints:     186041
797.55/809.18	c #Conflicts:     880000 | #Constraints:     187041
797.55/809.18	c #Conflicts:     881000 | #Constraints:     188041
797.55/809.18	c #Conflicts:     882000 | #Constraints:     189041
797.55/809.18	c #Conflicts:     883000 | #Constraints:     190041
797.55/809.18	c #Conflicts:     884000 | #Constraints:     191041
797.55/809.18	c #Conflicts:     885000 | #Constraints:     192041
797.55/809.18	c #Conflicts:     886000 | #Constraints:     193041
797.55/809.18	c #Conflicts:     887000 | #Constraints:     194041
797.55/809.18	c #Conflicts:     888000 | #Constraints:     195041
797.55/809.18	c #Conflicts:     889000 | #Constraints:     196041
797.55/809.18	c bounds -46 >= -332 @ 789.706
807.02/818.68	c #Conflicts:     890000 | #Constraints:     197068
807.02/818.68	c #Conflicts:     891000 | #Constraints:     198068
807.02/818.68	c #Conflicts:     892000 | #Constraints:     199068
807.02/818.68	c #Conflicts:     893000 | #Constraints:     200068
807.02/818.68	c #Conflicts:     894000 | #Constraints:     201068
807.02/818.68	c #Conflicts:     895000 | #Constraints:     202068
807.02/818.68	c #Conflicts:     896000 | #Constraints:     203068
807.02/818.68	c #Conflicts:     897000 | #Constraints:     204068
807.02/818.68	c #Conflicts:     898000 | #Constraints:     205068
807.02/818.68	c INPROCESSING
807.02/818.68	c GARBAGE COLLECT
807.02/818.68	c rational objective -332
818.59/830.24	c #Conflicts:     899000 | #Constraints:     159854
818.59/830.24	c #Conflicts:     900000 | #Constraints:     160854
818.59/830.24	c #Conflicts:     901000 | #Constraints:     161854
818.59/830.24	c #Conflicts:     902000 | #Constraints:     162854
818.59/830.24	c #Conflicts:     903000 | #Constraints:     163854
818.59/830.24	c #Conflicts:     904000 | #Constraints:     164854
818.59/830.24	c #Conflicts:     905000 | #Constraints:     165854
818.59/830.24	c #Conflicts:     906000 | #Constraints:     166854
818.59/830.24	c #Conflicts:     907000 | #Constraints:     167854
818.59/830.24	c #Conflicts:     908000 | #Constraints:     168854
818.59/830.24	c #Conflicts:     909000 | #Constraints:     169854
818.59/830.24	c #Conflicts:     910000 | #Constraints:     170854
818.59/830.24	c #Conflicts:     911000 | #Constraints:     171854
818.59/830.24	c #Conflicts:     912000 | #Constraints:     172854
818.59/830.24	c bounds -46 >= -331 @ 810.53
829.66/841.43	c #Conflicts:     913000 | #Constraints:     173884
829.66/841.43	c #Conflicts:     914000 | #Constraints:     174884
829.66/841.43	c #Conflicts:     915000 | #Constraints:     175884
829.66/841.43	c #Conflicts:     916000 | #Constraints:     176884
829.66/841.43	c #Conflicts:     917000 | #Constraints:     177884
829.66/841.43	c #Conflicts:     918000 | #Constraints:     178884
829.66/841.43	c #Conflicts:     919000 | #Constraints:     179884
829.66/841.43	c #Conflicts:     920000 | #Constraints:     180884
829.66/841.43	c #Conflicts:     921000 | #Constraints:     181884
829.66/841.43	c #Conflicts:     922000 | #Constraints:     182884
829.66/841.43	c #Conflicts:     923000 | #Constraints:     183884
829.66/841.43	c #Conflicts:     924000 | #Constraints:     184884
829.66/841.43	c INPROCESSING
829.66/841.43	c GARBAGE COLLECT
829.66/841.43	c rational objective -331
842.43/854.24	c #Conflicts:     925000 | #Constraints:     150437
842.43/854.24	c #Conflicts:     926000 | #Constraints:     151437
842.43/854.24	c #Conflicts:     927000 | #Constraints:     152437
842.43/854.24	c #Conflicts:     928000 | #Constraints:     153437
842.43/854.24	c #Conflicts:     929000 | #Constraints:     154437
842.43/854.24	c #Conflicts:     930000 | #Constraints:     155437
842.43/854.24	c #Conflicts:     931000 | #Constraints:     156437
842.43/854.24	c #Conflicts:     932000 | #Constraints:     157437
842.43/854.24	c #Conflicts:     933000 | #Constraints:     158437
842.43/854.24	c #Conflicts:     934000 | #Constraints:     159437
842.43/854.24	c #Conflicts:     935000 | #Constraints:     160437
842.43/854.24	c #Conflicts:     936000 | #Constraints:     161437
842.43/854.24	c #Conflicts:     937000 | #Constraints:     162437
842.43/854.24	c #Conflicts:     938000 | #Constraints:     163437
842.43/854.24	c bounds -46 >= -330 @ 834.149
852.30/864.19	c #Conflicts:     939000 | #Constraints:     164470
852.30/864.19	c #Conflicts:     940000 | #Constraints:     165470
852.30/864.19	c #Conflicts:     941000 | #Constraints:     166470
852.30/864.19	c #Conflicts:     942000 | #Constraints:     167470
852.30/864.19	c #Conflicts:     943000 | #Constraints:     168470
852.30/864.19	c #Conflicts:     944000 | #Constraints:     169470
852.30/864.19	c #Conflicts:     945000 | #Constraints:     170470
852.30/864.19	c #Conflicts:     946000 | #Constraints:     171470
852.30/864.19	c #Conflicts:     947000 | #Constraints:     172470
852.30/864.19	c #Conflicts:     948000 | #Constraints:     173470
852.30/864.19	c #Conflicts:     949000 | #Constraints:     174470
852.30/864.19	c #Conflicts:     950000 | #Constraints:     175470
852.30/864.19	c INPROCESSING
852.30/864.19	c GARBAGE COLLECT
852.30/864.19	c rational objective -330
864.17/876.09	c #Conflicts:     951000 | #Constraints:     145844
864.17/876.09	c #Conflicts:     952000 | #Constraints:     146844
864.17/876.09	c #Conflicts:     953000 | #Constraints:     147844
864.17/876.09	c #Conflicts:     954000 | #Constraints:     148844
864.17/876.09	c #Conflicts:     955000 | #Constraints:     149844
864.17/876.09	c #Conflicts:     956000 | #Constraints:     150844
864.17/876.09	c #Conflicts:     957000 | #Constraints:     151844
864.17/876.09	c #Conflicts:     958000 | #Constraints:     152844
864.17/876.09	c #Conflicts:     959000 | #Constraints:     153844
864.17/876.09	c #Conflicts:     960000 | #Constraints:     154844
864.17/876.09	c #Conflicts:     961000 | #Constraints:     155844
864.17/876.09	c #Conflicts:     962000 | #Constraints:     156844
864.17/876.09	c #Conflicts:     963000 | #Constraints:     157844
864.17/876.09	c #Conflicts:     964000 | #Constraints:     158844
864.17/876.09	c #Conflicts:     965000 | #Constraints:     159844
864.17/876.09	c bounds -46 >= -329 @ 855.722
898.05/910.06	c #Conflicts:     966000 | #Constraints:     160889
898.05/910.06	c #Conflicts:     967000 | #Constraints:     161889
898.05/910.06	c #Conflicts:     968000 | #Constraints:     162889
898.05/910.06	c #Conflicts:     969000 | #Constraints:     163889
898.05/910.06	c #Conflicts:     970000 | #Constraints:     164889
898.05/910.06	c #Conflicts:     971000 | #Constraints:     165889
898.05/910.06	c #Conflicts:     972000 | #Constraints:     166889
898.05/910.06	c #Conflicts:     973000 | #Constraints:     167889
898.05/910.06	c #Conflicts:     974000 | #Constraints:     168889
898.05/910.06	c #Conflicts:     975000 | #Constraints:     169889
898.05/910.06	c #Conflicts:     976000 | #Constraints:     170889
898.05/910.06	c #Conflicts:     977000 | #Constraints:     171889
898.05/910.06	c #Conflicts:     978000 | #Constraints:     172889
898.05/910.06	c #Conflicts:     979000 | #Constraints:     173889
898.05/910.06	c #Conflicts:     980000 | #Constraints:     174889
898.05/910.06	c #Conflicts:     981000 | #Constraints:     175889
898.05/910.06	c #Conflicts:     982000 | #Constraints:     176889
898.05/910.06	c #Conflicts:     983000 | #Constraints:     177889
898.05/910.06	c #Conflicts:     984000 | #Constraints:     178889
898.05/910.06	c #Conflicts:     985000 | #Constraints:     179889
898.05/910.06	c #Conflicts:     986000 | #Constraints:     180889
898.05/910.06	c #Conflicts:     987000 | #Constraints:     181889
898.05/910.06	c #Conflicts:     988000 | #Constraints:     182889
898.05/910.06	c #Conflicts:     989000 | #Constraints:     183889
898.05/910.06	c #Conflicts:     990000 | #Constraints:     184889
898.05/910.06	c #Conflicts:     991000 | #Constraints:     185889
898.05/910.06	c #Conflicts:     992000 | #Constraints:     186889
898.05/910.06	c #Conflicts:     993000 | #Constraints:     187889
898.05/910.06	c #Conflicts:     994000 | #Constraints:     188889
898.05/910.06	c #Conflicts:     995000 | #Constraints:     189889
898.05/910.06	c #Conflicts:     996000 | #Constraints:     190889
898.05/910.06	c #Conflicts:     997000 | #Constraints:     191889
898.05/910.06	c bounds -46 >= -328 @ 889.295
920.92/933.10	c #Conflicts:     998000 | #Constraints:     192922
920.92/933.10	c #Conflicts:     999000 | #Constraints:     193922
920.92/933.10	c #Conflicts:    1000000 | #Constraints:     194922
920.92/933.10	c #Conflicts:    1001000 | #Constraints:     195922
920.92/933.10	c #Conflicts:    1002000 | #Constraints:     196922
920.92/933.10	c #Conflicts:    1003000 | #Constraints:     197922
920.92/933.10	c #Conflicts:    1004000 | #Constraints:     198922
920.92/933.10	c #Conflicts:    1005000 | #Constraints:     199922
920.92/933.10	c #Conflicts:    1006000 | #Constraints:     200922
920.92/933.10	c #Conflicts:    1007000 | #Constraints:     201922
920.92/933.10	c #Conflicts:    1008000 | #Constraints:     202922
920.92/933.10	c #Conflicts:    1009000 | #Constraints:     203922
920.92/933.10	c #Conflicts:    1010000 | #Constraints:     204922
920.92/933.10	c #Conflicts:    1011000 | #Constraints:     205922
920.92/933.10	c #Conflicts:    1012000 | #Constraints:     206922
920.92/933.10	c #Conflicts:    1013000 | #Constraints:     207922
920.92/933.10	c #Conflicts:    1014000 | #Constraints:     208922
920.92/933.10	c #Conflicts:    1015000 | #Constraints:     209922
920.92/933.10	c #Conflicts:    1016000 | #Constraints:     210922
920.92/933.10	c #Conflicts:    1017000 | #Constraints:     211922
920.92/933.10	c INPROCESSING
920.92/933.10	c GARBAGE COLLECT
920.92/933.10	c rational objective -328
961.14/973.52	c #Conflicts:    1018000 | #Constraints:     164316
961.14/973.52	c #Conflicts:    1019000 | #Constraints:     165317
961.14/973.52	c #Conflicts:    1020000 | #Constraints:     166335
961.14/973.52	c #Conflicts:    1021000 | #Constraints:     167376
961.14/973.52	c #Conflicts:    1022000 | #Constraints:     168428
961.14/973.52	c #Conflicts:    1023000 | #Constraints:     169467
961.14/973.52	c #Conflicts:    1024000 | #Constraints:     170511
961.14/973.52	c #Conflicts:    1025000 | #Constraints:     171560
961.14/973.52	c #Conflicts:    1026000 | #Constraints:     172601
961.14/973.52	c #Conflicts:    1027000 | #Constraints:     173644
961.14/973.52	c #Conflicts:    1028000 | #Constraints:     174690
961.14/973.52	c #Conflicts:    1029000 | #Constraints:     175730
961.14/973.52	c #Conflicts:    1030000 | #Constraints:     176775
961.14/973.52	c #Conflicts:    1031000 | #Constraints:     177831
961.14/973.52	c #Conflicts:    1032000 | #Constraints:     178874
961.14/973.52	c #Conflicts:    1033000 | #Constraints:     179902
961.14/973.52	c #Conflicts:    1034000 | #Constraints:     180944
961.14/973.52	c #Conflicts:    1035000 | #Constraints:     181984
961.14/973.52	c #Conflicts:    1036000 | #Constraints:     183022
961.14/973.52	c #Conflicts:    1037000 | #Constraints:     184058
961.14/973.52	c #Conflicts:    1038000 | #Constraints:     185094
961.14/973.52	c #Conflicts:    1039000 | #Constraints:     186135
961.14/973.52	c #Conflicts:    1040000 | #Constraints:     187170
961.14/973.52	c #Conflicts:    1041000 | #Constraints:     188203
961.14/973.52	c #Conflicts:    1042000 | #Constraints:     189241
961.14/973.52	c #Conflicts:    1043000 | #Constraints:     190286
961.14/973.52	c #Conflicts:    1044000 | #Constraints:     191335
961.14/973.52	c INPROCESSING
961.14/973.52	c GARBAGE COLLECT
961.14/973.52	c rational objective -328
974.21/986.68	c #Conflicts:    1045000 | #Constraints:     153918
974.21/986.68	c #Conflicts:    1046000 | #Constraints:     154918
974.21/986.68	c #Conflicts:    1047000 | #Constraints:     155918
974.21/986.68	c #Conflicts:    1048000 | #Constraints:     156918
974.21/986.68	c #Conflicts:    1049000 | #Constraints:     157918
974.21/986.68	c #Conflicts:    1050000 | #Constraints:     158918
974.21/986.68	c #Conflicts:    1051000 | #Constraints:     159918
974.21/986.68	c #Conflicts:    1052000 | #Constraints:     160918
974.21/986.68	c #Conflicts:    1053000 | #Constraints:     161918
974.21/986.68	c #Conflicts:    1054000 | #Constraints:     162918
974.21/986.68	c #Conflicts:    1055000 | #Constraints:     163918
974.21/986.68	c #Conflicts:    1056000 | #Constraints:     164918
974.21/986.68	c #Conflicts:    1057000 | #Constraints:     165918
974.21/986.68	c #Conflicts:    1058000 | #Constraints:     166918
974.21/986.68	c #Conflicts:    1059000 | #Constraints:     167918
974.21/986.68	c #Conflicts:    1060000 | #Constraints:     168918
974.21/986.68	c bounds -46 >= -327 @ 964.914
983.65/996.14	c #Conflicts:    1061000 | #Constraints:     169954
983.65/996.14	c #Conflicts:    1062000 | #Constraints:     170954
983.65/996.14	c #Conflicts:    1063000 | #Constraints:     171954
983.65/996.14	c #Conflicts:    1064000 | #Constraints:     172954
983.65/996.14	c #Conflicts:    1065000 | #Constraints:     173954
983.65/996.14	c #Conflicts:    1066000 | #Constraints:     174954
983.65/996.14	c #Conflicts:    1067000 | #Constraints:     175954
983.65/996.14	c #Conflicts:    1068000 | #Constraints:     176954
983.65/996.14	c #Conflicts:    1069000 | #Constraints:     177954
983.65/996.14	c #Conflicts:    1070000 | #Constraints:     178954
983.65/996.14	c #Conflicts:    1071000 | #Constraints:     179954
983.65/996.14	c INPROCESSING
983.65/996.14	c GARBAGE COLLECT
983.65/996.14	c rational objective -327
996.71/1009.22	c #Conflicts:    1072000 | #Constraints:     148005
996.71/1009.22	c #Conflicts:    1073000 | #Constraints:     149005
996.71/1009.22	c #Conflicts:    1074000 | #Constraints:     150005
996.71/1009.22	c #Conflicts:    1075000 | #Constraints:     151005
996.71/1009.22	c #Conflicts:    1076000 | #Constraints:     152005
996.71/1009.22	c #Conflicts:    1077000 | #Constraints:     153005
996.71/1009.22	c #Conflicts:    1078000 | #Constraints:     154005
996.71/1009.22	c #Conflicts:    1079000 | #Constraints:     155005
996.71/1009.22	c #Conflicts:    1080000 | #Constraints:     156005
996.71/1009.22	c #Conflicts:    1081000 | #Constraints:     157005
996.71/1009.22	c #Conflicts:    1082000 | #Constraints:     158005
996.71/1009.22	c #Conflicts:    1083000 | #Constraints:     159005
996.71/1009.22	c #Conflicts:    1084000 | #Constraints:     160005
996.71/1009.22	c #Conflicts:    1085000 | #Constraints:     161005
996.71/1009.22	c #Conflicts:    1086000 | #Constraints:     162005
996.71/1009.22	c bounds -46 >= -326 @ 987.139
1024.19/1036.86	c #Conflicts:    1087000 | #Constraints:     163059
1024.19/1036.86	c #Conflicts:    1088000 | #Constraints:     164059
1024.19/1036.86	c #Conflicts:    1089000 | #Constraints:     165059
1024.19/1036.86	c #Conflicts:    1090000 | #Constraints:     166059
1024.19/1036.86	c #Conflicts:    1091000 | #Constraints:     167059
1024.19/1036.86	c #Conflicts:    1092000 | #Constraints:     168059
1024.19/1036.86	c #Conflicts:    1093000 | #Constraints:     169059
1024.19/1036.86	c #Conflicts:    1094000 | #Constraints:     170059
1024.19/1036.86	c #Conflicts:    1095000 | #Constraints:     171059
1024.19/1036.86	c #Conflicts:    1096000 | #Constraints:     172059
1024.19/1036.86	c #Conflicts:    1097000 | #Constraints:     173059
1024.19/1036.86	c #Conflicts:    1098000 | #Constraints:     174059
1024.19/1036.86	c #Conflicts:    1099000 | #Constraints:     175059
1024.19/1036.86	c #Conflicts:    1100000 | #Constraints:     176059
1024.19/1036.86	c #Conflicts:    1101000 | #Constraints:     177059
1024.19/1036.86	c #Conflicts:    1102000 | #Constraints:     178059
1024.19/1036.86	c #Conflicts:    1103000 | #Constraints:     179059
1024.19/1036.86	c #Conflicts:    1104000 | #Constraints:     180059
1024.19/1036.86	c #Conflicts:    1105000 | #Constraints:     181059
1024.19/1036.86	c #Conflicts:    1106000 | #Constraints:     182059
1024.19/1036.86	c #Conflicts:    1107000 | #Constraints:     183059
1024.19/1036.86	c #Conflicts:    1108000 | #Constraints:     184059
1024.19/1036.86	c #Conflicts:    1109000 | #Constraints:     185059
1024.19/1036.86	c #Conflicts:    1110000 | #Constraints:     186059
1024.19/1036.86	c #Conflicts:    1111000 | #Constraints:     187059
1024.19/1036.86	c #Conflicts:    1112000 | #Constraints:     188059
1024.19/1036.86	c #Conflicts:    1113000 | #Constraints:     189059
1024.19/1036.86	c #Conflicts:    1114000 | #Constraints:     190059
1024.19/1036.86	c bounds -46 >= -325 @ 1014.4
1058.79/1071.59	c #Conflicts:    1115000 | #Constraints:     191104
1058.79/1071.59	c #Conflicts:    1116000 | #Constraints:     192104
1058.79/1071.59	c #Conflicts:    1117000 | #Constraints:     193104
1058.79/1071.59	c #Conflicts:    1118000 | #Constraints:     194104
1058.79/1071.59	c #Conflicts:    1119000 | #Constraints:     195104
1058.79/1071.59	c #Conflicts:    1120000 | #Constraints:     196104
1058.79/1071.59	c #Conflicts:    1121000 | #Constraints:     197104
1058.79/1071.59	c #Conflicts:    1122000 | #Constraints:     198104
1058.79/1071.59	c #Conflicts:    1123000 | #Constraints:     199104
1058.79/1071.59	c #Conflicts:    1124000 | #Constraints:     200104
1058.79/1071.59	c #Conflicts:    1125000 | #Constraints:     201104
1058.79/1071.59	c #Conflicts:    1126000 | #Constraints:     202104
1058.79/1071.59	c #Conflicts:    1127000 | #Constraints:     203104
1058.79/1071.59	c #Conflicts:    1128000 | #Constraints:     204104
1058.79/1071.59	c #Conflicts:    1129000 | #Constraints:     205104
1058.79/1071.59	c #Conflicts:    1130000 | #Constraints:     206104
1058.79/1071.59	c #Conflicts:    1131000 | #Constraints:     207104
1058.79/1071.59	c #Conflicts:    1132000 | #Constraints:     208104
1058.79/1071.59	c #Conflicts:    1133000 | #Constraints:     209104
1058.79/1071.59	c #Conflicts:    1134000 | #Constraints:     210104
1058.79/1071.59	c #Conflicts:    1135000 | #Constraints:     211104
1058.79/1071.59	c #Conflicts:    1136000 | #Constraints:     212104
1058.79/1071.59	c #Conflicts:    1137000 | #Constraints:     213104
1058.79/1071.59	c #Conflicts:    1138000 | #Constraints:     214104
1058.79/1071.59	c #Conflicts:    1139000 | #Constraints:     215104
1058.79/1071.59	c #Conflicts:    1140000 | #Constraints:     216104
1058.79/1071.59	c #Conflicts:    1141000 | #Constraints:     217104
1058.79/1071.59	c #Conflicts:    1142000 | #Constraints:     218104
1058.79/1071.59	c INPROCESSING
1058.79/1071.59	c GARBAGE COLLECT
1058.79/1071.59	c rational objective -325
1075.04/1087.89	c #Conflicts:    1143000 | #Constraints:     167164
1075.04/1087.89	c #Conflicts:    1144000 | #Constraints:     168164
1075.04/1087.89	c #Conflicts:    1145000 | #Constraints:     169164
1075.04/1087.89	c #Conflicts:    1146000 | #Constraints:     170164
1075.04/1087.89	c #Conflicts:    1147000 | #Constraints:     171164
1075.04/1087.89	c #Conflicts:    1148000 | #Constraints:     172164
1075.04/1087.89	c #Conflicts:    1149000 | #Constraints:     173164
1075.04/1087.89	c #Conflicts:    1150000 | #Constraints:     174164
1075.04/1087.89	c #Conflicts:    1151000 | #Constraints:     175164
1075.04/1087.89	c #Conflicts:    1152000 | #Constraints:     176164
1075.04/1087.89	c #Conflicts:    1153000 | #Constraints:     177164
1075.04/1087.89	c #Conflicts:    1154000 | #Constraints:     178164
1075.04/1087.89	c #Conflicts:    1155000 | #Constraints:     179164
1075.04/1087.89	c #Conflicts:    1156000 | #Constraints:     180164
1075.04/1087.89	c #Conflicts:    1157000 | #Constraints:     181164
1075.04/1087.89	c #Conflicts:    1158000 | #Constraints:     182164
1075.04/1087.89	c #Conflicts:    1159000 | #Constraints:     183164
1075.04/1087.89	c #Conflicts:    1160000 | #Constraints:     184164
1075.04/1087.89	c bounds -46 >= -324 @ 1064.86
1085.71/1098.58	c #Conflicts:    1161000 | #Constraints:     185200
1085.71/1098.58	c #Conflicts:    1162000 | #Constraints:     186200
1085.71/1098.58	c #Conflicts:    1163000 | #Constraints:     187200
1085.71/1098.58	c #Conflicts:    1164000 | #Constraints:     188200
1085.71/1098.58	c #Conflicts:    1165000 | #Constraints:     189200
1085.71/1098.58	c #Conflicts:    1166000 | #Constraints:     190200
1085.71/1098.58	c #Conflicts:    1167000 | #Constraints:     191200
1085.71/1098.58	c #Conflicts:    1168000 | #Constraints:     192200
1085.71/1098.58	c #Conflicts:    1169000 | #Constraints:     193200
1085.71/1098.58	c #Conflicts:    1170000 | #Constraints:     194200
1085.71/1098.58	c #Conflicts:    1171000 | #Constraints:     195200
1085.71/1098.58	c INPROCESSING
1085.71/1098.58	c GARBAGE COLLECT
1085.71/1098.58	c rational objective -324
1111.30/1124.49	c #Conflicts:    1172000 | #Constraints:     155852
1111.30/1124.49	c #Conflicts:    1173000 | #Constraints:     156852
1111.30/1124.49	c #Conflicts:    1174000 | #Constraints:     157852
1111.30/1124.49	c #Conflicts:    1175000 | #Constraints:     158852
1111.30/1124.49	c #Conflicts:    1176000 | #Constraints:     159852
1111.30/1124.49	c #Conflicts:    1177000 | #Constraints:     160852
1111.30/1124.49	c #Conflicts:    1178000 | #Constraints:     161852
1111.30/1124.49	c #Conflicts:    1179000 | #Constraints:     162852
1111.30/1124.49	c #Conflicts:    1180000 | #Constraints:     163852
1111.30/1124.49	c #Conflicts:    1181000 | #Constraints:     164852
1111.30/1124.49	c #Conflicts:    1182000 | #Constraints:     165852
1111.30/1124.49	c #Conflicts:    1183000 | #Constraints:     166852
1111.30/1124.49	c #Conflicts:    1184000 | #Constraints:     167852
1111.30/1124.49	c #Conflicts:    1185000 | #Constraints:     168852
1111.30/1124.49	c #Conflicts:    1186000 | #Constraints:     169852
1111.30/1124.49	c #Conflicts:    1187000 | #Constraints:     170852
1111.30/1124.49	c #Conflicts:    1188000 | #Constraints:     171852
1111.30/1124.49	c #Conflicts:    1189000 | #Constraints:     172852
1111.30/1124.49	c #Conflicts:    1190000 | #Constraints:     173852
1111.30/1124.49	c #Conflicts:    1191000 | #Constraints:     174852
1111.30/1124.49	c #Conflicts:    1192000 | #Constraints:     175852
1111.30/1124.49	c #Conflicts:    1193000 | #Constraints:     176852
1111.30/1124.49	c #Conflicts:    1194000 | #Constraints:     177852
1111.30/1124.49	c #Conflicts:    1195000 | #Constraints:     178852
1111.30/1124.49	c #Conflicts:    1196000 | #Constraints:     179852
1111.30/1124.49	c #Conflicts:    1197000 | #Constraints:     180852
1111.30/1124.49	c #Conflicts:    1198000 | #Constraints:     181852
1111.30/1124.49	c #Conflicts:    1199000 | #Constraints:     182852
1111.30/1124.49	c #Conflicts:    1200000 | #Constraints:     183852
1111.30/1124.49	c INPROCESSING
1111.30/1124.49	c GARBAGE COLLECT
1111.30/1124.49	c rational objective -324
1124.37/1137.59	c #Conflicts:    1201000 | #Constraints:     150315
1124.37/1137.59	c #Conflicts:    1202000 | #Constraints:     151315
1124.37/1137.59	c #Conflicts:    1203000 | #Constraints:     152315
1124.37/1137.59	c #Conflicts:    1204000 | #Constraints:     153315
1124.37/1137.59	c #Conflicts:    1205000 | #Constraints:     154315
1124.37/1137.59	c #Conflicts:    1206000 | #Constraints:     155315
1124.37/1137.59	c #Conflicts:    1207000 | #Constraints:     156315
1124.37/1137.59	c #Conflicts:    1208000 | #Constraints:     157315
1124.37/1137.59	c #Conflicts:    1209000 | #Constraints:     158315
1124.37/1137.59	c #Conflicts:    1210000 | #Constraints:     159315
1124.37/1137.59	c #Conflicts:    1211000 | #Constraints:     160315
1124.37/1137.59	c #Conflicts:    1212000 | #Constraints:     161315
1124.37/1137.59	c #Conflicts:    1213000 | #Constraints:     162315
1124.37/1137.59	c #Conflicts:    1214000 | #Constraints:     163315
1124.37/1137.59	c #Conflicts:    1215000 | #Constraints:     164315
1124.37/1137.59	c bounds -46 >= -323 @ 1113.69
1190.21/1203.65	c #Conflicts:    1216000 | #Constraints:     165384
1190.21/1203.65	c #Conflicts:    1217000 | #Constraints:     166384
1190.21/1203.65	c #Conflicts:    1218000 | #Constraints:     167384
1190.21/1203.65	c #Conflicts:    1219000 | #Constraints:     168384
1190.21/1203.65	c #Conflicts:    1220000 | #Constraints:     169384
1190.21/1203.65	c #Conflicts:    1221000 | #Constraints:     170384
1190.21/1203.65	c #Conflicts:    1222000 | #Constraints:     171384
1190.21/1203.65	c #Conflicts:    1223000 | #Constraints:     172384
1190.21/1203.65	c #Conflicts:    1224000 | #Constraints:     173384
1190.21/1203.65	c #Conflicts:    1225000 | #Constraints:     174384
1190.21/1203.65	c #Conflicts:    1226000 | #Constraints:     175384
1190.21/1203.65	c #Conflicts:    1227000 | #Constraints:     176384
1190.21/1203.65	c #Conflicts:    1228000 | #Constraints:     177384
1190.21/1203.65	c #Conflicts:    1229000 | #Constraints:     178384
1190.21/1203.65	c #Conflicts:    1230000 | #Constraints:     179384
1190.21/1203.65	c #Conflicts:    1231000 | #Constraints:     180384
1190.21/1203.65	c #Conflicts:    1232000 | #Constraints:     181384
1190.21/1203.65	c #Conflicts:    1233000 | #Constraints:     182384
1190.21/1203.65	c #Conflicts:    1234000 | #Constraints:     183384
1190.21/1203.65	c #Conflicts:    1235000 | #Constraints:     184384
1190.21/1203.65	c #Conflicts:    1236000 | #Constraints:     185384
1190.21/1203.65	c #Conflicts:    1237000 | #Constraints:     186384
1190.21/1203.65	c #Conflicts:    1238000 | #Constraints:     187384
1190.21/1203.65	c #Conflicts:    1239000 | #Constraints:     188384
1190.21/1203.65	c #Conflicts:    1240000 | #Constraints:     189384
1190.21/1203.65	c #Conflicts:    1241000 | #Constraints:     190384
1190.21/1203.65	c #Conflicts:    1242000 | #Constraints:     191384
1190.21/1203.65	c #Conflicts:    1243000 | #Constraints:     192384
1190.21/1203.65	c #Conflicts:    1244000 | #Constraints:     193384
1190.21/1203.65	c #Conflicts:    1245000 | #Constraints:     194384
1190.21/1203.65	c #Conflicts:    1246000 | #Constraints:     195384
1190.21/1203.65	c #Conflicts:    1247000 | #Constraints:     196384
1190.21/1203.65	c #Conflicts:    1248000 | #Constraints:     197384
1190.21/1203.65	c #Conflicts:    1249000 | #Constraints:     198384
1190.21/1203.65	c #Conflicts:    1250000 | #Constraints:     199384
1190.21/1203.65	c #Conflicts:    1251000 | #Constraints:     200384
1190.21/1203.65	c #Conflicts:    1252000 | #Constraints:     201384
1190.21/1203.65	c #Conflicts:    1253000 | #Constraints:     202384
1190.21/1203.65	c #Conflicts:    1254000 | #Constraints:     203384
1190.21/1203.65	c #Conflicts:    1255000 | #Constraints:     204384
1190.21/1203.65	c #Conflicts:    1256000 | #Constraints:     205384
1190.21/1203.65	c #Conflicts:    1257000 | #Constraints:     206384
1190.21/1203.65	c #Conflicts:    1258000 | #Constraints:     207384
1190.21/1203.65	c #Conflicts:    1259000 | #Constraints:     208384
1190.21/1203.65	c #Conflicts:    1260000 | #Constraints:     209384
1190.21/1203.65	c #Conflicts:    1261000 | #Constraints:     210384
1190.21/1203.65	c #Conflicts:    1262000 | #Constraints:     211384
1190.21/1203.65	c #Conflicts:    1263000 | #Constraints:     212384
1190.21/1203.65	c #Conflicts:    1264000 | #Constraints:     213384
1190.21/1203.65	c #Conflicts:    1265000 | #Constraints:     214384
1190.21/1203.65	c #Conflicts:    1266000 | #Constraints:     215384
1190.21/1203.65	c #Conflicts:    1267000 | #Constraints:     216384
1190.21/1203.65	c #Conflicts:    1268000 | #Constraints:     217384
1190.21/1203.65	c #Conflicts:    1269000 | #Constraints:     218384
1190.21/1203.65	c #Conflicts:    1270000 | #Constraints:     219384
1190.21/1203.65	c #Conflicts:    1271000 | #Constraints:     220384
1190.21/1203.65	c #Conflicts:    1272000 | #Constraints:     221384
1190.21/1203.65	c bounds -46 >= -322 @ 1178.94
1193.21/1206.60	c #Conflicts:    1273000 | #Constraints:     222405
1193.21/1206.60	c #Conflicts:    1274000 | #Constraints:     223405
1193.21/1206.60	c #Conflicts:    1275000 | #Constraints:     224405
1193.21/1206.60	c INPROCESSING
1193.21/1206.60	c GARBAGE COLLECT
1193.21/1206.60	c rational objective -322
1221.97/1235.63	c #Conflicts:    1276000 | #Constraints:     170389
1221.97/1235.63	c #Conflicts:    1277000 | #Constraints:     171389
1221.97/1235.63	c #Conflicts:    1278000 | #Constraints:     172389
1221.97/1235.63	c #Conflicts:    1279000 | #Constraints:     173389
1221.97/1235.63	c #Conflicts:    1280000 | #Constraints:     174389
1221.97/1235.63	c #Conflicts:    1281000 | #Constraints:     175389
1221.97/1235.63	c #Conflicts:    1282000 | #Constraints:     176389
1221.97/1235.63	c #Conflicts:    1283000 | #Constraints:     177389
1221.97/1235.63	c #Conflicts:    1284000 | #Constraints:     178389
1221.97/1235.63	c #Conflicts:    1285000 | #Constraints:     179389
1221.97/1235.63	c #Conflicts:    1286000 | #Constraints:     180389
1221.97/1235.63	c #Conflicts:    1287000 | #Constraints:     181389
1221.97/1235.63	c #Conflicts:    1288000 | #Constraints:     182389
1221.97/1235.63	c #Conflicts:    1289000 | #Constraints:     183389
1221.97/1235.63	c #Conflicts:    1290000 | #Constraints:     184389
1221.97/1235.63	c #Conflicts:    1291000 | #Constraints:     185389
1221.97/1235.63	c #Conflicts:    1292000 | #Constraints:     186389
1221.97/1235.63	c #Conflicts:    1293000 | #Constraints:     187389
1221.97/1235.63	c #Conflicts:    1294000 | #Constraints:     188389
1221.97/1235.63	c #Conflicts:    1295000 | #Constraints:     189389
1221.97/1235.63	c #Conflicts:    1296000 | #Constraints:     190389
1221.97/1235.63	c #Conflicts:    1297000 | #Constraints:     191389
1221.97/1235.63	c #Conflicts:    1298000 | #Constraints:     192389
1221.97/1235.63	c #Conflicts:    1299000 | #Constraints:     193389
1221.97/1235.63	c #Conflicts:    1300000 | #Constraints:     194389
1221.97/1235.63	c #Conflicts:    1301000 | #Constraints:     195389
1221.97/1235.63	c #Conflicts:    1302000 | #Constraints:     196389
1221.97/1235.63	c #Conflicts:    1303000 | #Constraints:     197389
1221.97/1235.63	c #Conflicts:    1304000 | #Constraints:     198389
1221.97/1235.63	c #Conflicts:    1305000 | #Constraints:     199389
1221.97/1235.63	c INPROCESSING
1221.97/1235.63	c GARBAGE COLLECT
1221.97/1235.63	c rational objective -322
1248.69/1262.44	c #Conflicts:    1306000 | #Constraints:     158030
1248.69/1262.44	c #Conflicts:    1307000 | #Constraints:     159030
1248.69/1262.44	c #Conflicts:    1308000 | #Constraints:     160030
1248.69/1262.44	c #Conflicts:    1309000 | #Constraints:     161030
1248.69/1262.44	c #Conflicts:    1310000 | #Constraints:     162030
1248.69/1262.44	c #Conflicts:    1311000 | #Constraints:     163030
1248.69/1262.44	c #Conflicts:    1312000 | #Constraints:     164030
1248.69/1262.44	c #Conflicts:    1313000 | #Constraints:     165030
1248.69/1262.44	c #Conflicts:    1314000 | #Constraints:     166030
1248.69/1262.44	c #Conflicts:    1315000 | #Constraints:     167030
1248.69/1262.44	c #Conflicts:    1316000 | #Constraints:     168030
1248.69/1262.44	c #Conflicts:    1317000 | #Constraints:     169030
1248.69/1262.44	c #Conflicts:    1318000 | #Constraints:     170030
1248.69/1262.44	c #Conflicts:    1319000 | #Constraints:     171030
1248.69/1262.44	c #Conflicts:    1320000 | #Constraints:     172030
1248.69/1262.44	c #Conflicts:    1321000 | #Constraints:     173030
1248.69/1262.44	c #Conflicts:    1322000 | #Constraints:     174030
1248.69/1262.44	c #Conflicts:    1323000 | #Constraints:     175030
1248.69/1262.44	c #Conflicts:    1324000 | #Constraints:     176030
1248.69/1262.44	c #Conflicts:    1325000 | #Constraints:     177030
1248.69/1262.44	c #Conflicts:    1326000 | #Constraints:     178030
1248.69/1262.44	c #Conflicts:    1327000 | #Constraints:     179030
1248.69/1262.44	c #Conflicts:    1328000 | #Constraints:     180030
1248.69/1262.44	c #Conflicts:    1329000 | #Constraints:     181030
1248.69/1262.44	c #Conflicts:    1330000 | #Constraints:     182030
1248.69/1262.44	c #Conflicts:    1331000 | #Constraints:     183030
1248.69/1262.44	c #Conflicts:    1332000 | #Constraints:     184030
1248.69/1262.44	c #Conflicts:    1333000 | #Constraints:     185030
1248.69/1262.44	c #Conflicts:    1334000 | #Constraints:     186030
1248.69/1262.44	c #Conflicts:    1335000 | #Constraints:     187030
1248.69/1262.44	c INPROCESSING
1248.69/1262.44	c GARBAGE COLLECT
1248.69/1262.44	c rational objective -322
1424.69/1439.11	c #Conflicts:    1336000 | #Constraints:     151652
1424.69/1439.11	c #Conflicts:    1337000 | #Constraints:     152652
1424.69/1439.11	c #Conflicts:    1338000 | #Constraints:     153657
1424.69/1439.11	c #Conflicts:    1339000 | #Constraints:     154688
1424.69/1439.11	c #Conflicts:    1340000 | #Constraints:     155729
1424.69/1439.11	c #Conflicts:    1341000 | #Constraints:     156767
1424.69/1439.11	c #Conflicts:    1342000 | #Constraints:     157804
1424.69/1439.11	c #Conflicts:    1343000 | #Constraints:     158849
1424.69/1439.11	c #Conflicts:    1344000 | #Constraints:     159881
1424.69/1439.11	c #Conflicts:    1345000 | #Constraints:     160916
1424.69/1439.11	c #Conflicts:    1346000 | #Constraints:     161957
1424.69/1439.11	c #Conflicts:    1347000 | #Constraints:     162992
1424.69/1439.11	c #Conflicts:    1348000 | #Constraints:     164019
1424.69/1439.11	c #Conflicts:    1349000 | #Constraints:     165048
1424.69/1439.11	c #Conflicts:    1350000 | #Constraints:     166076
1424.69/1439.11	c #Conflicts:    1351000 | #Constraints:     167105
1424.69/1439.11	c #Conflicts:    1352000 | #Constraints:     168140
1424.69/1439.11	c #Conflicts:    1353000 | #Constraints:     169184
1424.69/1439.11	c #Conflicts:    1354000 | #Constraints:     170219
1424.69/1439.11	c #Conflicts:    1355000 | #Constraints:     171253
1424.69/1439.11	c #Conflicts:    1356000 | #Constraints:     172293
1424.69/1439.11	c #Conflicts:    1357000 | #Constraints:     173344
1424.69/1439.11	c #Conflicts:    1358000 | #Constraints:     174394
1424.69/1439.11	c #Conflicts:    1359000 | #Constraints:     175437
1424.69/1439.11	c #Conflicts:    1360000 | #Constraints:     176491
1424.69/1439.11	c #Conflicts:    1361000 | #Constraints:     177535
1424.69/1439.11	c #Conflicts:    1362000 | #Constraints:     178573
1424.69/1439.11	c #Conflicts:    1363000 | #Constraints:     179607
1424.69/1439.11	c #Conflicts:    1364000 | #Constraints:     180649
1424.69/1439.11	c #Conflicts:    1365000 | #Constraints:     181687
1424.69/1439.11	c #Conflicts:    1366000 | #Constraints:     182723
1424.69/1439.11	c #Conflicts:    1367000 | #Constraints:     183759
1424.69/1439.11	c #Conflicts:    1368000 | #Constraints:     184792
1424.69/1439.11	c #Conflicts:    1369000 | #Constraints:     185829
1424.69/1439.11	c #Conflicts:    1370000 | #Constraints:     186867
1424.69/1439.11	c #Conflicts:    1371000 | #Constraints:     187898
1424.69/1439.11	c #Conflicts:    1372000 | #Constraints:     188928
1424.69/1439.11	c #Conflicts:    1373000 | #Constraints:     189960
1424.69/1439.11	c #Conflicts:    1374000 | #Constraints:     191001
1424.69/1439.11	c #Conflicts:    1375000 | #Constraints:     192038
1424.69/1439.11	c #Conflicts:    1376000 | #Constraints:     193087
1424.69/1439.11	c #Conflicts:    1377000 | #Constraints:     194127
1424.69/1439.11	c #Conflicts:    1378000 | #Constraints:     195165
1424.69/1439.11	c #Conflicts:    1379000 | #Constraints:     196196
1424.69/1439.11	c #Conflicts:    1380000 | #Constraints:     197224
1424.69/1439.11	c #Conflicts:    1381000 | #Constraints:     198251
1424.69/1439.11	c #Conflicts:    1382000 | #Constraints:     199288
1424.69/1439.11	c #Conflicts:    1383000 | #Constraints:     200314
1424.69/1439.11	c #Conflicts:    1384000 | #Constraints:     201347
1424.69/1439.11	c #Conflicts:    1385000 | #Constraints:     202390
1424.69/1439.11	c #Conflicts:    1386000 | #Constraints:     203428
1424.69/1439.11	c #Conflicts:    1387000 | #Constraints:     204465
1424.69/1439.11	c #Conflicts:    1388000 | #Constraints:     205496
1424.69/1439.11	c #Conflicts:    1389000 | #Constraints:     206527
1424.69/1439.11	c #Conflicts:    1390000 | #Constraints:     207565
1424.69/1439.11	c #Conflicts:    1391000 | #Constraints:     208599
1424.69/1439.11	c #Conflicts:    1392000 | #Constraints:     209636
1424.69/1439.11	c #Conflicts:    1393000 | #Constraints:     210685
1424.69/1439.11	c #Conflicts:    1394000 | #Constraints:     211728
1424.69/1439.11	c #Conflicts:    1395000 | #Constraints:     212770
1424.69/1439.11	c #Conflicts:    1396000 | #Constraints:     213808
1424.69/1439.11	c #Conflicts:    1397000 | #Constraints:     214853
1424.69/1439.11	c #Conflicts:    1398000 | #Constraints:     215892
1424.69/1439.11	c #Conflicts:    1399000 | #Constraints:     216938
1424.69/1439.11	c #Conflicts:    1400000 | #Constraints:     217969
1424.69/1439.11	c #Conflicts:    1401000 | #Constraints:     219000
1424.69/1439.11	c #Conflicts:    1402000 | #Constraints:     220026
1424.69/1439.11	c #Conflicts:    1403000 | #Constraints:     221055
1424.69/1439.11	c #Conflicts:    1404000 | #Constraints:     222089
1424.69/1439.11	c #Conflicts:    1405000 | #Constraints:     223119
1424.69/1439.11	c #Conflicts:    1406000 | #Constraints:     224152
1424.69/1439.11	c #Conflicts:    1407000 | #Constraints:     225189
1424.69/1439.11	c #Conflicts:    1408000 | #Constraints:     226221
1424.69/1439.11	c #Conflicts:    1409000 | #Constraints:     227266
1424.69/1439.11	c #Conflicts:    1410000 | #Constraints:     228309
1424.69/1439.11	c #Conflicts:    1411000 | #Constraints:     229343
1424.69/1439.11	c #Conflicts:    1412000 | #Constraints:     230379
1424.69/1439.11	c #Conflicts:    1413000 | #Constraints:     231414
1424.69/1439.11	c #Conflicts:    1414000 | #Constraints:     232446
1428.08/1442.54	c INPROCESSING
1428.08/1442.54	c GARBAGE COLLECT
1428.08/1442.54	c rational objective -322
1470.36/1485.89	c #Conflicts:    1415000 | #Constraints:     174237
1470.36/1485.89	c #Conflicts:    1416000 | #Constraints:     175237
1470.36/1485.89	c #Conflicts:    1417000 | #Constraints:     176237
1470.36/1485.89	c #Conflicts:    1418000 | #Constraints:     177237
1470.36/1485.89	c #Conflicts:    1419000 | #Constraints:     178237
1470.36/1485.89	c #Conflicts:    1420000 | #Constraints:     179237
1470.36/1485.89	c #Conflicts:    1421000 | #Constraints:     180237
1470.36/1485.89	c #Conflicts:    1422000 | #Constraints:     181237
1470.36/1485.89	c #Conflicts:    1423000 | #Constraints:     182237
1470.36/1485.89	c #Conflicts:    1424000 | #Constraints:     183237
1470.36/1485.89	c #Conflicts:    1425000 | #Constraints:     184237
1470.36/1485.89	c #Conflicts:    1426000 | #Constraints:     185237
1470.36/1485.89	c #Conflicts:    1427000 | #Constraints:     186237
1470.36/1485.89	c #Conflicts:    1428000 | #Constraints:     187237
1470.36/1485.89	c #Conflicts:    1429000 | #Constraints:     188237
1470.36/1485.89	c #Conflicts:    1430000 | #Constraints:     189237
1470.36/1485.89	c #Conflicts:    1431000 | #Constraints:     190237
1470.36/1485.89	c #Conflicts:    1432000 | #Constraints:     191237
1470.36/1485.89	c #Conflicts:    1433000 | #Constraints:     192237
1470.36/1485.89	c #Conflicts:    1434000 | #Constraints:     193237
1470.36/1485.89	c #Conflicts:    1435000 | #Constraints:     194237
1470.36/1485.89	c #Conflicts:    1436000 | #Constraints:     195237
1470.36/1485.89	c #Conflicts:    1437000 | #Constraints:     196237
1470.36/1485.89	c #Conflicts:    1438000 | #Constraints:     197237
1470.36/1485.89	c #Conflicts:    1439000 | #Constraints:     198237
1470.36/1485.89	c #Conflicts:    1440000 | #Constraints:     199237
1470.36/1485.89	c #Conflicts:    1441000 | #Constraints:     200237
1470.36/1485.89	c #Conflicts:    1442000 | #Constraints:     201237
1470.36/1485.89	c #Conflicts:    1443000 | #Constraints:     202237
1470.36/1485.89	c bounds -46 >= -321 @ 1457.33
1475.65/1491.13	c #Conflicts:    1444000 | #Constraints:     203312
1475.65/1491.13	c #Conflicts:    1445000 | #Constraints:     204312
1475.65/1491.13	c #Conflicts:    1446000 | #Constraints:     205312
1475.65/1491.13	c INPROCESSING
1475.65/1491.13	c GARBAGE COLLECT
1475.65/1491.13	c rational objective -321
1503.68/1519.56	c #Conflicts:    1447000 | #Constraints:     160791
1503.68/1519.56	c #Conflicts:    1448000 | #Constraints:     161791
1503.68/1519.56	c #Conflicts:    1449000 | #Constraints:     162791
1503.68/1519.56	c #Conflicts:    1450000 | #Constraints:     163791
1503.68/1519.56	c #Conflicts:    1451000 | #Constraints:     164791
1503.68/1519.56	c #Conflicts:    1452000 | #Constraints:     165791
1503.68/1519.56	c #Conflicts:    1453000 | #Constraints:     166791
1503.68/1519.56	c #Conflicts:    1454000 | #Constraints:     167791
1503.68/1519.56	c #Conflicts:    1455000 | #Constraints:     168791
1503.68/1519.56	c #Conflicts:    1456000 | #Constraints:     169791
1503.68/1519.56	c #Conflicts:    1457000 | #Constraints:     170791
1503.68/1519.56	c #Conflicts:    1458000 | #Constraints:     171791
1503.68/1519.56	c #Conflicts:    1459000 | #Constraints:     172791
1503.68/1519.56	c #Conflicts:    1460000 | #Constraints:     173791
1503.68/1519.56	c #Conflicts:    1461000 | #Constraints:     174791
1503.68/1519.56	c #Conflicts:    1462000 | #Constraints:     175791
1503.68/1519.56	c #Conflicts:    1463000 | #Constraints:     176791
1503.68/1519.56	c #Conflicts:    1464000 | #Constraints:     177791
1503.68/1519.56	c #Conflicts:    1465000 | #Constraints:     178791
1503.68/1519.56	c #Conflicts:    1466000 | #Constraints:     179791
1503.68/1519.56	c #Conflicts:    1467000 | #Constraints:     180791
1503.68/1519.56	c #Conflicts:    1468000 | #Constraints:     181791
1503.68/1519.56	c #Conflicts:    1469000 | #Constraints:     182791
1503.68/1519.56	c #Conflicts:    1470000 | #Constraints:     183791
1503.68/1519.56	c #Conflicts:    1471000 | #Constraints:     184791
1503.68/1519.56	c #Conflicts:    1472000 | #Constraints:     185791
1503.68/1519.56	c #Conflicts:    1473000 | #Constraints:     186791
1503.68/1519.56	c #Conflicts:    1474000 | #Constraints:     187791
1503.68/1519.56	c #Conflicts:    1475000 | #Constraints:     188791
1503.68/1519.56	c #Conflicts:    1476000 | #Constraints:     189791
1503.68/1519.56	c #Conflicts:    1477000 | #Constraints:     190791
1503.68/1519.56	c #Conflicts:    1478000 | #Constraints:     191791
1503.68/1519.56	c INPROCESSING
1503.68/1519.56	c GARBAGE COLLECT
1503.68/1519.56	c rational objective -321
1531.30/1547.22	c #Conflicts:    1479000 | #Constraints:     154147
1531.30/1547.22	c #Conflicts:    1480000 | #Constraints:     155147
1531.30/1547.22	c #Conflicts:    1481000 | #Constraints:     156147
1531.30/1547.22	c #Conflicts:    1482000 | #Constraints:     157147
1531.30/1547.22	c #Conflicts:    1483000 | #Constraints:     158147
1531.30/1547.22	c #Conflicts:    1484000 | #Constraints:     159147
1531.30/1547.22	c #Conflicts:    1485000 | #Constraints:     160147
1531.30/1547.22	c #Conflicts:    1486000 | #Constraints:     161147
1531.30/1547.22	c #Conflicts:    1487000 | #Constraints:     162147
1531.30/1547.22	c #Conflicts:    1488000 | #Constraints:     163147
1531.30/1547.22	c #Conflicts:    1489000 | #Constraints:     164147
1531.30/1547.22	c #Conflicts:    1490000 | #Constraints:     165147
1531.30/1547.22	c #Conflicts:    1491000 | #Constraints:     166147
1531.30/1547.22	c #Conflicts:    1492000 | #Constraints:     167147
1531.30/1547.22	c #Conflicts:    1493000 | #Constraints:     168147
1531.30/1547.22	c #Conflicts:    1494000 | #Constraints:     169147
1531.30/1547.22	c #Conflicts:    1495000 | #Constraints:     170147
1531.30/1547.22	c #Conflicts:    1496000 | #Constraints:     171147
1531.30/1547.22	c #Conflicts:    1497000 | #Constraints:     172147
1531.30/1547.22	c #Conflicts:    1498000 | #Constraints:     173147
1531.30/1547.22	c #Conflicts:    1499000 | #Constraints:     174147
1531.30/1547.22	c #Conflicts:    1500000 | #Constraints:     175147
1531.30/1547.22	c #Conflicts:    1501000 | #Constraints:     176147
1531.30/1547.22	c #Conflicts:    1502000 | #Constraints:     177147
1531.30/1547.22	c #Conflicts:    1503000 | #Constraints:     178147
1531.30/1547.22	c #Conflicts:    1504000 | #Constraints:     179147
1531.30/1547.22	c #Conflicts:    1505000 | #Constraints:     180147
1531.30/1547.22	c #Conflicts:    1506000 | #Constraints:     181147
1531.30/1547.22	c #Conflicts:    1507000 | #Constraints:     182147
1531.30/1547.22	c #Conflicts:    1508000 | #Constraints:     183147
1531.30/1547.22	c #Conflicts:    1509000 | #Constraints:     184147
1531.30/1547.22	c bounds -46 >= -320 @ 1517.6
1580.06/1596.23	c #Conflicts:    1510000 | #Constraints:     185207
1580.06/1596.23	c #Conflicts:    1511000 | #Constraints:     186207
1580.06/1596.23	c #Conflicts:    1512000 | #Constraints:     187207
1580.06/1596.23	c #Conflicts:    1513000 | #Constraints:     188207
1580.06/1596.23	c #Conflicts:    1514000 | #Constraints:     189207
1580.06/1596.23	c #Conflicts:    1515000 | #Constraints:     190207
1580.06/1596.23	c #Conflicts:    1516000 | #Constraints:     191207
1580.06/1596.23	c #Conflicts:    1517000 | #Constraints:     192207
1580.06/1596.23	c #Conflicts:    1518000 | #Constraints:     193207
1580.06/1596.23	c #Conflicts:    1519000 | #Constraints:     194207
1580.06/1596.23	c #Conflicts:    1520000 | #Constraints:     195207
1580.06/1596.23	c #Conflicts:    1521000 | #Constraints:     196207
1580.06/1596.23	c #Conflicts:    1522000 | #Constraints:     197207
1580.06/1596.23	c #Conflicts:    1523000 | #Constraints:     198207
1580.06/1596.23	c #Conflicts:    1524000 | #Constraints:     199207
1580.06/1596.23	c #Conflicts:    1525000 | #Constraints:     200207
1580.06/1596.23	c #Conflicts:    1526000 | #Constraints:     201207
1580.06/1596.23	c #Conflicts:    1527000 | #Constraints:     202207
1580.06/1596.23	c #Conflicts:    1528000 | #Constraints:     203207
1580.06/1596.23	c #Conflicts:    1529000 | #Constraints:     204207
1580.06/1596.23	c #Conflicts:    1530000 | #Constraints:     205207
1580.06/1596.23	c #Conflicts:    1531000 | #Constraints:     206207
1580.06/1596.23	c #Conflicts:    1532000 | #Constraints:     207207
1580.06/1596.23	c #Conflicts:    1533000 | #Constraints:     208207
1580.06/1596.23	c #Conflicts:    1534000 | #Constraints:     209207
1580.06/1596.23	c #Conflicts:    1535000 | #Constraints:     210207
1580.06/1596.23	c #Conflicts:    1536000 | #Constraints:     211207
1580.06/1596.23	c #Conflicts:    1537000 | #Constraints:     212207
1580.06/1596.23	c #Conflicts:    1538000 | #Constraints:     213207
1580.06/1596.23	c #Conflicts:    1539000 | #Constraints:     214207
1580.06/1596.23	c #Conflicts:    1540000 | #Constraints:     215207
1580.06/1596.23	c #Conflicts:    1541000 | #Constraints:     216207
1580.06/1596.23	c #Conflicts:    1542000 | #Constraints:     217207
1580.06/1596.23	c #Conflicts:    1543000 | #Constraints:     218207
1580.06/1596.23	c #Conflicts:    1544000 | #Constraints:     219207
1580.06/1596.23	c #Conflicts:    1545000 | #Constraints:     220207
1580.06/1596.23	c #Conflicts:    1546000 | #Constraints:     221207
1580.06/1596.23	c #Conflicts:    1547000 | #Constraints:     222207
1580.06/1596.23	c #Conflicts:    1548000 | #Constraints:     223207
1580.06/1596.23	c #Conflicts:    1549000 | #Constraints:     224207
1580.06/1596.23	c #Conflicts:    1550000 | #Constraints:     225207
1580.06/1596.23	c #Conflicts:    1551000 | #Constraints:     226207
1580.06/1596.23	c bounds -46 >= -319 @ 1565.94
1592.63/1609.09	c #Conflicts:    1552000 | #Constraints:     227231
1592.63/1609.09	c #Conflicts:    1553000 | #Constraints:     228231
1592.63/1609.09	c #Conflicts:    1554000 | #Constraints:     229231
1592.63/1609.09	c #Conflicts:    1555000 | #Constraints:     230231
1592.63/1609.09	c #Conflicts:    1556000 | #Constraints:     231231
1592.63/1609.09	c #Conflicts:    1557000 | #Constraints:     232231
1592.63/1609.09	c #Conflicts:    1558000 | #Constraints:     233231
1592.63/1609.09	c #Conflicts:    1559000 | #Constraints:     234231
1592.63/1609.09	c #Conflicts:    1560000 | #Constraints:     235231
1592.63/1609.09	c #Conflicts:    1561000 | #Constraints:     236231
1592.63/1609.09	c INPROCESSING
1592.63/1609.09	c GARBAGE COLLECT
1592.63/1609.09	c rational objective -319
1620.06/1636.53	c #Conflicts:    1562000 | #Constraints:     175227
1620.06/1636.53	c #Conflicts:    1563000 | #Constraints:     176227
1620.06/1636.53	c #Conflicts:    1564000 | #Constraints:     177227
1620.06/1636.53	c #Conflicts:    1565000 | #Constraints:     178227
1620.06/1636.53	c #Conflicts:    1566000 | #Constraints:     179227
1620.06/1636.53	c #Conflicts:    1567000 | #Constraints:     180227
1620.06/1636.53	c #Conflicts:    1568000 | #Constraints:     181227
1620.06/1636.53	c #Conflicts:    1569000 | #Constraints:     182227
1620.06/1636.53	c #Conflicts:    1570000 | #Constraints:     183227
1620.06/1636.53	c #Conflicts:    1571000 | #Constraints:     184227
1620.06/1636.53	c #Conflicts:    1572000 | #Constraints:     185227
1620.06/1636.53	c #Conflicts:    1573000 | #Constraints:     186227
1620.06/1636.53	c #Conflicts:    1574000 | #Constraints:     187227
1620.06/1636.53	c #Conflicts:    1575000 | #Constraints:     188227
1620.06/1636.53	c #Conflicts:    1576000 | #Constraints:     189227
1620.06/1636.53	c #Conflicts:    1577000 | #Constraints:     190227
1620.06/1636.53	c #Conflicts:    1578000 | #Constraints:     191227
1620.06/1636.53	c #Conflicts:    1579000 | #Constraints:     192227
1620.06/1636.53	c #Conflicts:    1580000 | #Constraints:     193227
1620.06/1636.53	c #Conflicts:    1581000 | #Constraints:     194227
1620.06/1636.53	c #Conflicts:    1582000 | #Constraints:     195227
1620.06/1636.53	c #Conflicts:    1583000 | #Constraints:     196227
1620.06/1636.53	c #Conflicts:    1584000 | #Constraints:     197227
1620.06/1636.53	c #Conflicts:    1585000 | #Constraints:     198227
1620.06/1636.53	c #Conflicts:    1586000 | #Constraints:     199227
1620.06/1636.53	c #Conflicts:    1587000 | #Constraints:     200227
1620.06/1636.53	c #Conflicts:    1588000 | #Constraints:     201227
1620.06/1636.53	c #Conflicts:    1589000 | #Constraints:     202227
1620.06/1636.53	c bounds -46 >= -318 @ 1605.59
1625.87/1642.43	c #Conflicts:    1590000 | #Constraints:     203266
1625.87/1642.43	c #Conflicts:    1591000 | #Constraints:     204266
1625.87/1642.43	c #Conflicts:    1592000 | #Constraints:     205266
1625.87/1642.43	c #Conflicts:    1593000 | #Constraints:     206266
1625.87/1642.43	c #Conflicts:    1594000 | #Constraints:     207266
1625.87/1642.43	c #Conflicts:    1595000 | #Constraints:     208266
1625.87/1642.43	c INPROCESSING
1625.87/1642.43	c GARBAGE COLLECT
1625.87/1642.43	c rational objective -318
1658.35/1675.15	c #Conflicts:    1596000 | #Constraints:     162466
1658.35/1675.15	c #Conflicts:    1597000 | #Constraints:     163466
1658.35/1675.15	c #Conflicts:    1598000 | #Constraints:     164466
1658.35/1675.15	c #Conflicts:    1599000 | #Constraints:     165466
1658.35/1675.15	c #Conflicts:    1600000 | #Constraints:     166466
1658.35/1675.15	c #Conflicts:    1601000 | #Constraints:     167466
1658.35/1675.15	c #Conflicts:    1602000 | #Constraints:     168466
1658.35/1675.15	c #Conflicts:    1603000 | #Constraints:     169466
1658.35/1675.15	c #Conflicts:    1604000 | #Constraints:     170466
1658.35/1675.15	c #Conflicts:    1605000 | #Constraints:     171466
1658.35/1675.15	c #Conflicts:    1606000 | #Constraints:     172466
1658.35/1675.15	c #Conflicts:    1607000 | #Constraints:     173466
1658.35/1675.15	c #Conflicts:    1608000 | #Constraints:     174466
1658.35/1675.15	c #Conflicts:    1609000 | #Constraints:     175466
1658.35/1675.15	c #Conflicts:    1610000 | #Constraints:     176466
1658.35/1675.15	c #Conflicts:    1611000 | #Constraints:     177466
1658.35/1675.15	c #Conflicts:    1612000 | #Constraints:     178466
1658.35/1675.15	c #Conflicts:    1613000 | #Constraints:     179466
1658.35/1675.15	c #Conflicts:    1614000 | #Constraints:     180466
1658.35/1675.15	c #Conflicts:    1615000 | #Constraints:     181466
1658.35/1675.15	c #Conflicts:    1616000 | #Constraints:     182466
1658.35/1675.15	c #Conflicts:    1617000 | #Constraints:     183466
1658.35/1675.15	c #Conflicts:    1618000 | #Constraints:     184466
1658.35/1675.15	c #Conflicts:    1619000 | #Constraints:     185466
1658.35/1675.15	c #Conflicts:    1620000 | #Constraints:     186466
1658.35/1675.15	c #Conflicts:    1621000 | #Constraints:     187466
1658.35/1675.15	c #Conflicts:    1622000 | #Constraints:     188466
1658.35/1675.15	c #Conflicts:    1623000 | #Constraints:     189466
1658.35/1675.15	c #Conflicts:    1624000 | #Constraints:     190466
1658.35/1675.15	c #Conflicts:    1625000 | #Constraints:     191466
1658.35/1675.15	c #Conflicts:    1626000 | #Constraints:     192466
1658.35/1675.15	c #Conflicts:    1627000 | #Constraints:     193466
1658.35/1675.15	c #Conflicts:    1628000 | #Constraints:     194466
1658.35/1675.15	c INPROCESSING
1658.35/1675.15	c GARBAGE COLLECT
1658.35/1675.15	c rational objective -318
1711.88/1728.93	c #Conflicts:    1629000 | #Constraints:     155770
1711.88/1728.93	c #Conflicts:    1630000 | #Constraints:     156770
1711.88/1728.93	c #Conflicts:    1631000 | #Constraints:     157770
1711.88/1728.93	c #Conflicts:    1632000 | #Constraints:     158770
1711.88/1728.93	c #Conflicts:    1633000 | #Constraints:     159770
1711.88/1728.93	c #Conflicts:    1634000 | #Constraints:     160770
1711.88/1728.93	c #Conflicts:    1635000 | #Constraints:     161770
1711.88/1728.93	c #Conflicts:    1636000 | #Constraints:     162770
1711.88/1728.93	c #Conflicts:    1637000 | #Constraints:     163770
1711.88/1728.93	c #Conflicts:    1638000 | #Constraints:     164770
1711.88/1728.93	c #Conflicts:    1639000 | #Constraints:     165770
1711.88/1728.93	c #Conflicts:    1640000 | #Constraints:     166770
1711.88/1728.93	c #Conflicts:    1641000 | #Constraints:     167770
1711.88/1728.93	c #Conflicts:    1642000 | #Constraints:     168770
1711.88/1728.93	c #Conflicts:    1643000 | #Constraints:     169770
1711.88/1728.93	c #Conflicts:    1644000 | #Constraints:     170770
1711.88/1728.93	c #Conflicts:    1645000 | #Constraints:     171770
1711.88/1728.93	c #Conflicts:    1646000 | #Constraints:     172770
1711.88/1728.93	c #Conflicts:    1647000 | #Constraints:     173770
1711.88/1728.93	c #Conflicts:    1648000 | #Constraints:     174770
1711.88/1728.93	c #Conflicts:    1649000 | #Constraints:     175770
1711.88/1728.93	c #Conflicts:    1650000 | #Constraints:     176770
1711.88/1728.93	c #Conflicts:    1651000 | #Constraints:     177770
1711.88/1728.93	c #Conflicts:    1652000 | #Constraints:     178770
1711.88/1728.93	c #Conflicts:    1653000 | #Constraints:     179770
1711.88/1728.93	c #Conflicts:    1654000 | #Constraints:     180770
1711.88/1728.93	c #Conflicts:    1655000 | #Constraints:     181770
1711.88/1728.93	c #Conflicts:    1656000 | #Constraints:     182770
1711.88/1728.93	c #Conflicts:    1657000 | #Constraints:     183770
1711.88/1728.93	c #Conflicts:    1658000 | #Constraints:     184770
1711.88/1728.93	c #Conflicts:    1659000 | #Constraints:     185770
1711.88/1728.93	c #Conflicts:    1660000 | #Constraints:     186770
1711.88/1728.93	c #Conflicts:    1661000 | #Constraints:     187770
1711.88/1728.93	c #Conflicts:    1662000 | #Constraints:     188770
1711.88/1728.93	c #Conflicts:    1663000 | #Constraints:     189770
1711.88/1728.93	c #Conflicts:    1664000 | #Constraints:     190770
1711.88/1728.93	c #Conflicts:    1665000 | #Constraints:     191770
1711.88/1728.93	c #Conflicts:    1666000 | #Constraints:     192770
1711.88/1728.93	c #Conflicts:    1667000 | #Constraints:     193770
1711.88/1728.93	c #Conflicts:    1668000 | #Constraints:     194770
1711.88/1728.93	c #Conflicts:    1669000 | #Constraints:     195770
1711.88/1728.93	c #Conflicts:    1670000 | #Constraints:     196770
1711.88/1728.93	c #Conflicts:    1671000 | #Constraints:     197770
1711.88/1728.93	c #Conflicts:    1672000 | #Constraints:     198770
1711.88/1728.93	c #Conflicts:    1673000 | #Constraints:     199770
1711.88/1728.93	c #Conflicts:    1674000 | #Constraints:     200770
1711.88/1728.93	c #Conflicts:    1675000 | #Constraints:     201770
1711.88/1728.93	c #Conflicts:    1676000 | #Constraints:     202770
1711.88/1728.93	c #Conflicts:    1677000 | #Constraints:     203770
1711.88/1728.93	c #Conflicts:    1678000 | #Constraints:     204770
1711.88/1728.93	c #Conflicts:    1679000 | #Constraints:     205770
1711.88/1728.93	c bounds -46 >= -317 @ 1696.51
1759.13/1776.56	c #Conflicts:    1680000 | #Constraints:     206836
1759.13/1776.56	c #Conflicts:    1681000 | #Constraints:     207836
1759.13/1776.56	c #Conflicts:    1682000 | #Constraints:     208836
1759.13/1776.56	c #Conflicts:    1683000 | #Constraints:     209836
1759.13/1776.56	c #Conflicts:    1684000 | #Constraints:     210836
1759.13/1776.56	c #Conflicts:    1685000 | #Constraints:     211836
1759.13/1776.56	c #Conflicts:    1686000 | #Constraints:     212836
1759.13/1776.56	c #Conflicts:    1687000 | #Constraints:     213836
1759.13/1776.56	c #Conflicts:    1688000 | #Constraints:     214836
1759.13/1776.56	c #Conflicts:    1689000 | #Constraints:     215836
1759.13/1776.56	c #Conflicts:    1690000 | #Constraints:     216836
1759.13/1776.56	c #Conflicts:    1691000 | #Constraints:     217836
1759.13/1776.56	c #Conflicts:    1692000 | #Constraints:     218836
1759.13/1776.56	c #Conflicts:    1693000 | #Constraints:     219836
1759.13/1776.56	c #Conflicts:    1694000 | #Constraints:     220836
1759.13/1776.56	c #Conflicts:    1695000 | #Constraints:     221836
1759.13/1776.56	c #Conflicts:    1696000 | #Constraints:     222836
1759.13/1776.56	c #Conflicts:    1697000 | #Constraints:     223836
1759.13/1776.56	c #Conflicts:    1698000 | #Constraints:     224836
1759.13/1776.56	c #Conflicts:    1699000 | #Constraints:     225836
1759.13/1776.56	c #Conflicts:    1700000 | #Constraints:     226836
1759.13/1776.56	c #Conflicts:    1701000 | #Constraints:     227836
1759.13/1776.56	c #Conflicts:    1702000 | #Constraints:     228836
1759.13/1776.56	c #Conflicts:    1703000 | #Constraints:     229836
1759.13/1776.56	c #Conflicts:    1704000 | #Constraints:     230836
1759.13/1776.56	c #Conflicts:    1705000 | #Constraints:     231836
1759.13/1776.56	c #Conflicts:    1706000 | #Constraints:     232836
1759.13/1776.56	c #Conflicts:    1707000 | #Constraints:     233836
1759.13/1776.56	c #Conflicts:    1708000 | #Constraints:     234836
1759.13/1776.56	c #Conflicts:    1709000 | #Constraints:     235836
1759.13/1776.56	c #Conflicts:    1710000 | #Constraints:     236836
1759.13/1776.56	c #Conflicts:    1711000 | #Constraints:     237836
1759.13/1776.56	c #Conflicts:    1712000 | #Constraints:     238836
1759.13/1776.56	c #Conflicts:    1713000 | #Constraints:     239836
1759.13/1776.56	c #Conflicts:    1714000 | #Constraints:     240836
1759.13/1776.56	c #Conflicts:    1715000 | #Constraints:     241836
1759.13/1776.56	c #Conflicts:    1716000 | #Constraints:     242836
1759.13/1776.56	c INPROCESSING
1759.13/1776.56	c GARBAGE COLLECT
1759.13/1776.56	c rational objective -317
1796.82/1814.41	c #Conflicts:    1717000 | #Constraints:     179420
1796.82/1814.41	c #Conflicts:    1718000 | #Constraints:     180420
1796.82/1814.41	c #Conflicts:    1719000 | #Constraints:     181420
1796.82/1814.41	c #Conflicts:    1720000 | #Constraints:     182420
1796.82/1814.41	c #Conflicts:    1721000 | #Constraints:     183420
1796.82/1814.41	c #Conflicts:    1722000 | #Constraints:     184420
1796.82/1814.41	c #Conflicts:    1723000 | #Constraints:     185420
1796.82/1814.41	c #Conflicts:    1724000 | #Constraints:     186420
1796.82/1814.41	c #Conflicts:    1725000 | #Constraints:     187420
1796.82/1814.41	c #Conflicts:    1726000 | #Constraints:     188420
1796.82/1814.41	c #Conflicts:    1727000 | #Constraints:     189420
1796.82/1814.41	c #Conflicts:    1728000 | #Constraints:     190420
1796.82/1814.41	c #Conflicts:    1729000 | #Constraints:     191420
1796.82/1814.41	c #Conflicts:    1730000 | #Constraints:     192420
1796.82/1814.41	c #Conflicts:    1731000 | #Constraints:     193420
1796.82/1814.41	c #Conflicts:    1732000 | #Constraints:     194420
1796.82/1814.41	c #Conflicts:    1733000 | #Constraints:     195420
1796.82/1814.41	c #Conflicts:    1734000 | #Constraints:     196420
1796.82/1814.41	c #Conflicts:    1735000 | #Constraints:     197420
1796.82/1814.41	c #Conflicts:    1736000 | #Constraints:     198420
1796.82/1814.41	c #Conflicts:    1737000 | #Constraints:     199420
1796.82/1814.41	c #Conflicts:    1738000 | #Constraints:     200420
1796.82/1814.41	c #Conflicts:    1739000 | #Constraints:     201420
1796.82/1814.41	c #Conflicts:    1740000 | #Constraints:     202420
1796.82/1814.41	c #Conflicts:    1741000 | #Constraints:     203420
1796.82/1814.41	c #Conflicts:    1742000 | #Constraints:     204420
1796.82/1814.41	c #Conflicts:    1743000 | #Constraints:     205420
1796.82/1814.41	c #Conflicts:    1744000 | #Constraints:     206420
1796.82/1814.41	c #Conflicts:    1745000 | #Constraints:     207420
1796.82/1814.41	c #Conflicts:    1746000 | #Constraints:     208420
1796.82/1814.41	c #Conflicts:    1747000 | #Constraints:     209420
1796.82/1814.41	c #Conflicts:    1748000 | #Constraints:     210420
1796.82/1814.41	c #Conflicts:    1749000 | #Constraints:     211420
1796.82/1814.41	c #Conflicts:    1750000 | #Constraints:     212420
1796.82/1814.41	c INPROCESSING
1796.82/1814.41	c GARBAGE COLLECT
1796.82/1814.41	c rational objective -317
1832.53/1850.27	c #Conflicts:    1751000 | #Constraints:     164365
1832.53/1850.27	c #Conflicts:    1752000 | #Constraints:     165365
1832.53/1850.27	c #Conflicts:    1753000 | #Constraints:     166365
1832.53/1850.27	c #Conflicts:    1754000 | #Constraints:     167365
1832.53/1850.27	c #Conflicts:    1755000 | #Constraints:     168365
1832.53/1850.27	c #Conflicts:    1756000 | #Constraints:     169365
1832.53/1850.27	c #Conflicts:    1757000 | #Constraints:     170365
1832.53/1850.27	c #Conflicts:    1758000 | #Constraints:     171365
1832.53/1850.27	c #Conflicts:    1759000 | #Constraints:     172365
1832.53/1850.27	c #Conflicts:    1760000 | #Constraints:     173365
1832.53/1850.27	c #Conflicts:    1761000 | #Constraints:     174365
1832.53/1850.27	c #Conflicts:    1762000 | #Constraints:     175365
1832.53/1850.27	c #Conflicts:    1763000 | #Constraints:     176365
1832.53/1850.27	c #Conflicts:    1764000 | #Constraints:     177365
1832.53/1850.27	c #Conflicts:    1765000 | #Constraints:     178365
1832.53/1850.27	c #Conflicts:    1766000 | #Constraints:     179365
1832.53/1850.27	c #Conflicts:    1767000 | #Constraints:     180365
1832.53/1850.27	c #Conflicts:    1768000 | #Constraints:     181365
1832.53/1850.27	c #Conflicts:    1769000 | #Constraints:     182365
1832.53/1850.27	c #Conflicts:    1770000 | #Constraints:     183365
1832.53/1850.27	c #Conflicts:    1771000 | #Constraints:     184365
1832.53/1850.27	c #Conflicts:    1772000 | #Constraints:     185365
1832.53/1850.27	c #Conflicts:    1773000 | #Constraints:     186365
1832.53/1850.27	c #Conflicts:    1774000 | #Constraints:     187365
1832.53/1850.27	c #Conflicts:    1775000 | #Constraints:     188365
1832.53/1850.27	c #Conflicts:    1776000 | #Constraints:     189365
1832.53/1850.27	c #Conflicts:    1777000 | #Constraints:     190365
1832.53/1850.27	c #Conflicts:    1778000 | #Constraints:     191365
1832.53/1850.27	c #Conflicts:    1779000 | #Constraints:     192365
1832.53/1850.27	c #Conflicts:    1780000 | #Constraints:     193365
1832.53/1850.27	c #Conflicts:    1781000 | #Constraints:     194365
1832.53/1850.27	c #Conflicts:    1782000 | #Constraints:     195365
1832.53/1850.27	c #Conflicts:    1783000 | #Constraints:     196365
1832.53/1850.27	c #Conflicts:    1784000 | #Constraints:     197365
1832.53/1850.27	c #Conflicts:    1785000 | #Constraints:     198365
1832.53/1850.27	c bounds -46 >= -316 @ 1816.21
1833.02/1850.74	c INPROCESSING
1833.02/1850.74	c GARBAGE COLLECT
1833.02/1850.74	c rational objective -316
1940.66/1958.92	c #Conflicts:    1786000 | #Constraints:     157427
1940.66/1958.92	c #Conflicts:    1787000 | #Constraints:     158427
1940.66/1958.92	c #Conflicts:    1788000 | #Constraints:     159427
1940.66/1958.92	c #Conflicts:    1789000 | #Constraints:     160427
1940.66/1958.92	c #Conflicts:    1790000 | #Constraints:     161427
1940.66/1958.92	c #Conflicts:    1791000 | #Constraints:     162427
1940.66/1958.92	c #Conflicts:    1792000 | #Constraints:     163427
1940.66/1958.92	c #Conflicts:    1793000 | #Constraints:     164427
1940.66/1958.92	c #Conflicts:    1794000 | #Constraints:     165427
1940.66/1958.92	c #Conflicts:    1795000 | #Constraints:     166427
1940.66/1958.92	c #Conflicts:    1796000 | #Constraints:     167427
1940.66/1958.92	c #Conflicts:    1797000 | #Constraints:     168427
1940.66/1958.92	c #Conflicts:    1798000 | #Constraints:     169427
1940.66/1958.92	c #Conflicts:    1799000 | #Constraints:     170427
1940.66/1958.92	c #Conflicts:    1800000 | #Constraints:     171427
1940.66/1958.92	c #Conflicts:    1801000 | #Constraints:     172427
1940.66/1958.92	c #Conflicts:    1802000 | #Constraints:     173427
1940.66/1958.92	c #Conflicts:    1803000 | #Constraints:     174427
1940.66/1958.92	c #Conflicts:    1804000 | #Constraints:     175427
1940.66/1958.92	c #Conflicts:    1805000 | #Constraints:     176427
1940.66/1958.92	c #Conflicts:    1806000 | #Constraints:     177427
1940.66/1958.92	c #Conflicts:    1807000 | #Constraints:     178427
1940.66/1958.92	c #Conflicts:    1808000 | #Constraints:     179427
1940.66/1958.92	c #Conflicts:    1809000 | #Constraints:     180427
1940.66/1958.92	c #Conflicts:    1810000 | #Constraints:     181427
1940.66/1958.92	c #Conflicts:    1811000 | #Constraints:     182427
1940.66/1958.92	c #Conflicts:    1812000 | #Constraints:     183427
1940.66/1958.92	c #Conflicts:    1813000 | #Constraints:     184427
1940.66/1958.92	c #Conflicts:    1814000 | #Constraints:     185427
1940.66/1958.92	c #Conflicts:    1815000 | #Constraints:     186427
1940.66/1958.92	c #Conflicts:    1816000 | #Constraints:     187427
1940.66/1958.92	c #Conflicts:    1817000 | #Constraints:     188427
1940.66/1958.92	c #Conflicts:    1818000 | #Constraints:     189427
1940.66/1958.92	c #Conflicts:    1819000 | #Constraints:     190427
1940.66/1958.92	c #Conflicts:    1820000 | #Constraints:     191427
1940.66/1958.92	c #Conflicts:    1821000 | #Constraints:     192427
1940.66/1958.92	c #Conflicts:    1822000 | #Constraints:     193427
1940.66/1958.92	c #Conflicts:    1823000 | #Constraints:     194427
1940.66/1958.92	c #Conflicts:    1824000 | #Constraints:     195427
1940.66/1958.92	c #Conflicts:    1825000 | #Constraints:     196427
1940.66/1958.92	c #Conflicts:    1826000 | #Constraints:     197427
1940.66/1958.92	c #Conflicts:    1827000 | #Constraints:     198427
1940.66/1958.92	c #Conflicts:    1828000 | #Constraints:     199427
1940.66/1958.92	c #Conflicts:    1829000 | #Constraints:     200427
1940.66/1958.92	c #Conflicts:    1830000 | #Constraints:     201427
1940.66/1958.92	c #Conflicts:    1831000 | #Constraints:     202427
1940.66/1958.92	c #Conflicts:    1832000 | #Constraints:     203427
1940.66/1958.92	c #Conflicts:    1833000 | #Constraints:     204427
1940.66/1958.92	c #Conflicts:    1834000 | #Constraints:     205427
1940.66/1958.92	c #Conflicts:    1835000 | #Constraints:     206427
1940.66/1958.92	c #Conflicts:    1836000 | #Constraints:     207427
1940.66/1958.92	c #Conflicts:    1837000 | #Constraints:     208427
1940.66/1958.92	c #Conflicts:    1838000 | #Constraints:     209427
1940.66/1958.92	c #Conflicts:    1839000 | #Constraints:     210427
1940.66/1958.92	c #Conflicts:    1840000 | #Constraints:     211427
1940.66/1958.92	c #Conflicts:    1841000 | #Constraints:     212427
1940.66/1958.92	c #Conflicts:    1842000 | #Constraints:     213427
1940.66/1958.92	c #Conflicts:    1843000 | #Constraints:     214427
1940.66/1958.92	c #Conflicts:    1844000 | #Constraints:     215427
1940.66/1958.92	c #Conflicts:    1845000 | #Constraints:     216427
1940.66/1958.92	c #Conflicts:    1846000 | #Constraints:     217427
1940.66/1958.92	c #Conflicts:    1847000 | #Constraints:     218427
1940.66/1958.92	c #Conflicts:    1848000 | #Constraints:     219427
1940.66/1958.92	c #Conflicts:    1849000 | #Constraints:     220427
1940.66/1958.92	c #Conflicts:    1850000 | #Constraints:     221427
1940.66/1958.92	c #Conflicts:    1851000 | #Constraints:     222427
1940.66/1958.92	c #Conflicts:    1852000 | #Constraints:     223427
1940.66/1958.92	c #Conflicts:    1853000 | #Constraints:     224427
1940.66/1958.92	c #Conflicts:    1854000 | #Constraints:     225427
1940.66/1958.92	c #Conflicts:    1855000 | #Constraints:     226427
1940.66/1958.92	c #Conflicts:    1856000 | #Constraints:     227427
1940.66/1958.92	c #Conflicts:    1857000 | #Constraints:     228427
1940.66/1958.92	c #Conflicts:    1858000 | #Constraints:     229427
1940.66/1958.92	c #Conflicts:    1859000 | #Constraints:     230427
1940.66/1958.92	c #Conflicts:    1860000 | #Constraints:     231427
1940.66/1958.92	c #Conflicts:    1861000 | #Constraints:     232427
1940.66/1958.92	c #Conflicts:    1862000 | #Constraints:     233427
1940.66/1958.92	c #Conflicts:    1863000 | #Constraints:     234427
1940.66/1958.92	c #Conflicts:    1864000 | #Constraints:     235427
1961.01/1979.38	c #Conflicts:    1865000 | #Constraints:     236427
1961.01/1979.38	c #Conflicts:    1866000 | #Constraints:     237427
1961.01/1979.38	c #Conflicts:    1867000 | #Constraints:     238427
1961.01/1979.38	c #Conflicts:    1868000 | #Constraints:     239427
1961.01/1979.38	c #Conflicts:    1869000 | #Constraints:     240427
1961.01/1979.38	c #Conflicts:    1870000 | #Constraints:     241427
1961.01/1979.38	c #Conflicts:    1871000 | #Constraints:     242427
1961.01/1979.38	c #Conflicts:    1872000 | #Constraints:     243427
1961.01/1979.38	c bounds -46 >= -315 @ 1943.76
1970.28/1988.68	c #Conflicts:    1873000 | #Constraints:     244493
1970.28/1988.68	c #Conflicts:    1874000 | #Constraints:     245493
1970.28/1988.68	c #Conflicts:    1875000 | #Constraints:     246493
1970.28/1988.68	c #Conflicts:    1876000 | #Constraints:     247493
1970.28/1988.68	c #Conflicts:    1877000 | #Constraints:     248493
1970.28/1988.68	c INPROCESSING
1970.28/1988.68	c GARBAGE COLLECT
1970.28/1988.68	c rational objective -315
2010.52/2029.07	c #Conflicts:    1878000 | #Constraints:     182158
2010.52/2029.07	c #Conflicts:    1879000 | #Constraints:     183158
2010.52/2029.07	c #Conflicts:    1880000 | #Constraints:     184158
2010.52/2029.07	c #Conflicts:    1881000 | #Constraints:     185158
2010.52/2029.07	c #Conflicts:    1882000 | #Constraints:     186158
2010.52/2029.07	c #Conflicts:    1883000 | #Constraints:     187158
2010.52/2029.07	c #Conflicts:    1884000 | #Constraints:     188158
2010.52/2029.07	c #Conflicts:    1885000 | #Constraints:     189158
2010.52/2029.07	c #Conflicts:    1886000 | #Constraints:     190158
2010.52/2029.07	c #Conflicts:    1887000 | #Constraints:     191158
2010.52/2029.07	c #Conflicts:    1888000 | #Constraints:     192158
2010.52/2029.07	c #Conflicts:    1889000 | #Constraints:     193158
2010.52/2029.07	c #Conflicts:    1890000 | #Constraints:     194158
2010.52/2029.07	c #Conflicts:    1891000 | #Constraints:     195158
2010.52/2029.07	c #Conflicts:    1892000 | #Constraints:     196158
2010.52/2029.07	c #Conflicts:    1893000 | #Constraints:     197158
2010.52/2029.07	c #Conflicts:    1894000 | #Constraints:     198158
2010.52/2029.07	c #Conflicts:    1895000 | #Constraints:     199158
2010.52/2029.07	c #Conflicts:    1896000 | #Constraints:     200158
2010.52/2029.07	c #Conflicts:    1897000 | #Constraints:     201158
2010.52/2029.07	c #Conflicts:    1898000 | #Constraints:     202158
2010.52/2029.07	c #Conflicts:    1899000 | #Constraints:     203158
2010.52/2029.07	c #Conflicts:    1900000 | #Constraints:     204158
2010.52/2029.07	c #Conflicts:    1901000 | #Constraints:     205158
2010.52/2029.07	c #Conflicts:    1902000 | #Constraints:     206158
2010.52/2029.07	c #Conflicts:    1903000 | #Constraints:     207158
2010.52/2029.07	c #Conflicts:    1904000 | #Constraints:     208158
2010.52/2029.07	c #Conflicts:    1905000 | #Constraints:     209158
2010.52/2029.07	c #Conflicts:    1906000 | #Constraints:     210158
2010.52/2029.07	c #Conflicts:    1907000 | #Constraints:     211158
2010.52/2029.07	c #Conflicts:    1908000 | #Constraints:     212158
2010.52/2029.07	c #Conflicts:    1909000 | #Constraints:     213158
2010.52/2029.07	c #Conflicts:    1910000 | #Constraints:     214158
2010.52/2029.07	c #Conflicts:    1911000 | #Constraints:     215158
2010.52/2029.07	c #Conflicts:    1912000 | #Constraints:     216158
2010.52/2029.07	c #Conflicts:    1913000 | #Constraints:     217158
2010.52/2029.07	c INPROCESSING
2010.52/2029.07	c GARBAGE COLLECT
2010.52/2029.07	c rational objective -315
2047.24/2065.90	c #Conflicts:    1914000 | #Constraints:     166784
2047.24/2065.90	c #Conflicts:    1915000 | #Constraints:     167784
2047.24/2065.90	c #Conflicts:    1916000 | #Constraints:     168784
2047.24/2065.90	c #Conflicts:    1917000 | #Constraints:     169784
2047.24/2065.90	c #Conflicts:    1918000 | #Constraints:     170784
2047.24/2065.90	c #Conflicts:    1919000 | #Constraints:     171784
2047.24/2065.90	c #Conflicts:    1920000 | #Constraints:     172784
2047.24/2065.90	c #Conflicts:    1921000 | #Constraints:     173784
2047.24/2065.90	c #Conflicts:    1922000 | #Constraints:     174784
2047.24/2065.90	c #Conflicts:    1923000 | #Constraints:     175784
2047.24/2065.90	c #Conflicts:    1924000 | #Constraints:     176784
2047.24/2065.90	c #Conflicts:    1925000 | #Constraints:     177784
2047.24/2065.90	c #Conflicts:    1926000 | #Constraints:     178784
2047.24/2065.90	c #Conflicts:    1927000 | #Constraints:     179784
2047.24/2065.90	c #Conflicts:    1928000 | #Constraints:     180784
2047.24/2065.90	c #Conflicts:    1929000 | #Constraints:     181784
2047.24/2065.90	c #Conflicts:    1930000 | #Constraints:     182784
2047.24/2065.90	c #Conflicts:    1931000 | #Constraints:     183784
2047.24/2065.90	c #Conflicts:    1932000 | #Constraints:     184784
2047.24/2065.90	c #Conflicts:    1933000 | #Constraints:     185784
2047.24/2065.90	c #Conflicts:    1934000 | #Constraints:     186784
2047.24/2065.90	c #Conflicts:    1935000 | #Constraints:     187784
2047.24/2065.90	c #Conflicts:    1936000 | #Constraints:     188784
2047.24/2065.90	c #Conflicts:    1937000 | #Constraints:     189784
2047.24/2065.90	c #Conflicts:    1938000 | #Constraints:     190784
2047.24/2065.90	c #Conflicts:    1939000 | #Constraints:     191784
2047.24/2065.90	c #Conflicts:    1940000 | #Constraints:     192784
2047.24/2065.90	c #Conflicts:    1941000 | #Constraints:     193784
2047.24/2065.90	c #Conflicts:    1942000 | #Constraints:     194784
2047.24/2065.90	c #Conflicts:    1943000 | #Constraints:     195784
2047.24/2065.90	c #Conflicts:    1944000 | #Constraints:     196784
2047.24/2065.90	c #Conflicts:    1945000 | #Constraints:     197784
2047.24/2065.90	c #Conflicts:    1946000 | #Constraints:     198784
2047.24/2065.90	c #Conflicts:    1947000 | #Constraints:     199784
2047.24/2065.90	c #Conflicts:    1948000 | #Constraints:     200784
2047.24/2065.90	c #Conflicts:    1949000 | #Constraints:     201784
2047.24/2065.90	c #Conflicts:    1950000 | #Constraints:     202784
2047.24/2065.90	c INPROCESSING
2047.24/2065.90	c GARBAGE COLLECT
2047.24/2065.90	c rational objective -315
2185.73/2205.09	c #Conflicts:    1951000 | #Constraints:     160830
2185.73/2205.09	c #Conflicts:    1952000 | #Constraints:     161840
2185.73/2205.09	c #Conflicts:    1953000 | #Constraints:     162866
2185.73/2205.09	c #Conflicts:    1954000 | #Constraints:     163891
2185.73/2205.09	c #Conflicts:    1955000 | #Constraints:     164907
2185.73/2205.09	c #Conflicts:    1956000 | #Constraints:     165938
2185.73/2205.09	c #Conflicts:    1957000 | #Constraints:     166970
2185.73/2205.09	c #Conflicts:    1958000 | #Constraints:     168012
2185.73/2205.09	c #Conflicts:    1959000 | #Constraints:     169043
2185.73/2205.09	c #Conflicts:    1960000 | #Constraints:     170068
2185.73/2205.09	c #Conflicts:    1961000 | #Constraints:     171105
2185.73/2205.09	c #Conflicts:    1962000 | #Constraints:     172132
2185.73/2205.09	c #Conflicts:    1963000 | #Constraints:     173166
2185.73/2205.09	c #Conflicts:    1964000 | #Constraints:     174195
2185.73/2205.09	c #Conflicts:    1965000 | #Constraints:     175220
2185.73/2205.09	c #Conflicts:    1966000 | #Constraints:     176246
2185.73/2205.09	c #Conflicts:    1967000 | #Constraints:     177275
2185.73/2205.09	c #Conflicts:    1968000 | #Constraints:     178299
2185.73/2205.09	c #Conflicts:    1969000 | #Constraints:     179318
2185.73/2205.09	c #Conflicts:    1970000 | #Constraints:     180345
2185.73/2205.09	c #Conflicts:    1971000 | #Constraints:     181362
2185.73/2205.09	c #Conflicts:    1972000 | #Constraints:     182375
2185.73/2205.09	c #Conflicts:    1973000 | #Constraints:     183393
2185.73/2205.09	c #Conflicts:    1974000 | #Constraints:     184413
2185.73/2205.09	c #Conflicts:    1975000 | #Constraints:     185436
2185.73/2205.09	c #Conflicts:    1976000 | #Constraints:     186480
2185.73/2205.09	c #Conflicts:    1977000 | #Constraints:     187507
2185.73/2205.09	c #Conflicts:    1978000 | #Constraints:     188552
2185.73/2205.09	c #Conflicts:    1979000 | #Constraints:     189582
2185.73/2205.09	c #Conflicts:    1980000 | #Constraints:     190611
2185.73/2205.09	c #Conflicts:    1981000 | #Constraints:     191644
2185.73/2205.09	c #Conflicts:    1982000 | #Constraints:     192679
2185.73/2205.09	c #Conflicts:    1983000 | #Constraints:     193703
2185.73/2205.09	c #Conflicts:    1984000 | #Constraints:     194731
2185.73/2205.09	c #Conflicts:    1985000 | #Constraints:     195760
2185.73/2205.09	c #Conflicts:    1986000 | #Constraints:     196794
2185.73/2205.09	c #Conflicts:    1987000 | #Constraints:     197834
2185.73/2205.09	c #Conflicts:    1988000 | #Constraints:     198876
2185.73/2205.09	c #Conflicts:    1989000 | #Constraints:     199918
2185.73/2205.09	c #Conflicts:    1990000 | #Constraints:     200964
2185.73/2205.09	c #Conflicts:    1991000 | #Constraints:     202001
2185.73/2205.09	c #Conflicts:    1992000 | #Constraints:     203039
2185.73/2205.09	c #Conflicts:    1993000 | #Constraints:     204081
2185.73/2205.09	c #Conflicts:    1994000 | #Constraints:     205119
2185.73/2205.09	c #Conflicts:    1995000 | #Constraints:     206156
2185.73/2205.09	c #Conflicts:    1996000 | #Constraints:     207199
2185.73/2205.09	c #Conflicts:    1997000 | #Constraints:     208234
2185.73/2205.09	c #Conflicts:    1998000 | #Constraints:     209279
2185.73/2205.09	c #Conflicts:    1999000 | #Constraints:     210312
2185.73/2205.09	c #Conflicts:    2000000 | #Constraints:     211350
2185.73/2205.09	c #Conflicts:    2001000 | #Constraints:     212388
2185.73/2205.09	c #Conflicts:    2002000 | #Constraints:     213430
2185.73/2205.09	c #Conflicts:    2003000 | #Constraints:     214458
2185.73/2205.09	c #Conflicts:    2004000 | #Constraints:     215493
2185.73/2205.09	c #Conflicts:    2005000 | #Constraints:     216527
2185.73/2205.09	c #Conflicts:    2006000 | #Constraints:     217561
2185.73/2205.09	c #Conflicts:    2007000 | #Constraints:     218595
2185.73/2205.09	c #Conflicts:    2008000 | #Constraints:     219632
2185.73/2205.09	c #Conflicts:    2009000 | #Constraints:     220684
2185.73/2205.09	c #Conflicts:    2010000 | #Constraints:     221729
2185.73/2205.09	c #Conflicts:    2011000 | #Constraints:     222776
2185.73/2205.09	c #Conflicts:    2012000 | #Constraints:     223816
2185.73/2205.09	c #Conflicts:    2013000 | #Constraints:     224844
2185.73/2205.09	c #Conflicts:    2014000 | #Constraints:     225892
2185.73/2205.09	c #Conflicts:    2015000 | #Constraints:     226940
2185.73/2205.09	c #Conflicts:    2016000 | #Constraints:     227977
2185.73/2205.09	c #Conflicts:    2017000 | #Constraints:     229014
2185.73/2205.09	c #Conflicts:    2018000 | #Constraints:     230055
2185.73/2205.09	c #Conflicts:    2019000 | #Constraints:     231093
2185.73/2205.09	c #Conflicts:    2020000 | #Constraints:     232137
2185.73/2205.09	c #Conflicts:    2021000 | #Constraints:     233175
2185.73/2205.09	c #Conflicts:    2022000 | #Constraints:     234212
2185.73/2205.09	c #Conflicts:    2023000 | #Constraints:     235254
2185.73/2205.09	c #Conflicts:    2024000 | #Constraints:     236287
2185.73/2205.09	c #Conflicts:    2025000 | #Constraints:     237328
2185.73/2205.09	c #Conflicts:    2026000 | #Constraints:     238368
2185.73/2205.09	c #Conflicts:    2027000 | #Constraints:     239417
2185.73/2205.09	c #Conflicts:    2028000 | #Constraints:     240457
2185.73/2205.09	c #Conflicts:    2029000 | #Constraints:     241503
2242.24/2261.70	c #Conflicts:    2030000 | #Constraints:     242545
2242.24/2261.70	c #Conflicts:    2031000 | #Constraints:     243586
2242.24/2261.70	c #Conflicts:    2032000 | #Constraints:     244621
2242.24/2261.70	c #Conflicts:    2033000 | #Constraints:     245665
2242.24/2261.70	c #Conflicts:    2034000 | #Constraints:     246707
2242.24/2261.70	c #Conflicts:    2035000 | #Constraints:     247753
2242.24/2261.70	c #Conflicts:    2036000 | #Constraints:     248803
2242.24/2261.70	c #Conflicts:    2037000 | #Constraints:     249849
2242.24/2261.70	c #Conflicts:    2038000 | #Constraints:     250885
2242.24/2261.70	c #Conflicts:    2039000 | #Constraints:     251923
2242.24/2261.70	c #Conflicts:    2040000 | #Constraints:     252964
2242.24/2261.70	c #Conflicts:    2041000 | #Constraints:     253995
2242.24/2261.70	c #Conflicts:    2042000 | #Constraints:     255035
2242.24/2261.70	c #Conflicts:    2043000 | #Constraints:     256085
2242.24/2261.70	c #Conflicts:    2044000 | #Constraints:     257131
2242.24/2261.70	c #Conflicts:    2045000 | #Constraints:     258179
2242.24/2261.70	c #Conflicts:    2046000 | #Constraints:     259236
2242.24/2261.70	c INPROCESSING
2242.24/2261.70	c GARBAGE COLLECT
2242.24/2261.70	c rational objective -315
2293.56/2313.24	c #Conflicts:    2047000 | #Constraints:     188124
2293.56/2313.24	c #Conflicts:    2048000 | #Constraints:     189124
2293.56/2313.24	c #Conflicts:    2049000 | #Constraints:     190124
2293.56/2313.24	c #Conflicts:    2050000 | #Constraints:     191124
2293.56/2313.24	c #Conflicts:    2051000 | #Constraints:     192124
2293.56/2313.24	c #Conflicts:    2052000 | #Constraints:     193124
2293.56/2313.24	c #Conflicts:    2053000 | #Constraints:     194124
2293.56/2313.24	c #Conflicts:    2054000 | #Constraints:     195124
2293.56/2313.24	c #Conflicts:    2055000 | #Constraints:     196124
2293.56/2313.24	c #Conflicts:    2056000 | #Constraints:     197124
2293.56/2313.24	c #Conflicts:    2057000 | #Constraints:     198124
2293.56/2313.24	c #Conflicts:    2058000 | #Constraints:     199124
2293.56/2313.24	c #Conflicts:    2059000 | #Constraints:     200124
2293.56/2313.24	c #Conflicts:    2060000 | #Constraints:     201124
2293.56/2313.24	c #Conflicts:    2061000 | #Constraints:     202124
2293.56/2313.24	c #Conflicts:    2062000 | #Constraints:     203124
2293.56/2313.24	c #Conflicts:    2063000 | #Constraints:     204124
2293.56/2313.24	c #Conflicts:    2064000 | #Constraints:     205124
2293.56/2313.24	c #Conflicts:    2065000 | #Constraints:     206124
2293.56/2313.24	c #Conflicts:    2066000 | #Constraints:     207124
2293.56/2313.24	c #Conflicts:    2067000 | #Constraints:     208124
2293.56/2313.24	c #Conflicts:    2068000 | #Constraints:     209124
2293.56/2313.24	c #Conflicts:    2069000 | #Constraints:     210124
2293.56/2313.24	c #Conflicts:    2070000 | #Constraints:     211124
2293.56/2313.24	c #Conflicts:    2071000 | #Constraints:     212124
2293.56/2313.24	c #Conflicts:    2072000 | #Constraints:     213124
2293.56/2313.24	c #Conflicts:    2073000 | #Constraints:     214124
2293.56/2313.24	c #Conflicts:    2074000 | #Constraints:     215124
2293.56/2313.24	c #Conflicts:    2075000 | #Constraints:     216124
2293.56/2313.24	c #Conflicts:    2076000 | #Constraints:     217124
2293.56/2313.24	c #Conflicts:    2077000 | #Constraints:     218124
2293.56/2313.24	c #Conflicts:    2078000 | #Constraints:     219124
2293.56/2313.24	c #Conflicts:    2079000 | #Constraints:     220124
2293.56/2313.24	c #Conflicts:    2080000 | #Constraints:     221124
2293.56/2313.24	c #Conflicts:    2081000 | #Constraints:     222124
2293.56/2313.24	c bounds -46 >= -314 @ 2274.23
2296.61/2316.49	c #Conflicts:    2082000 | #Constraints:     223193
2296.61/2316.49	c #Conflicts:    2083000 | #Constraints:     224193
2296.61/2316.49	c INPROCESSING
2296.61/2316.49	c GARBAGE COLLECT
2296.61/2316.49	c rational objective -314
2337.82/2357.82	c #Conflicts:    2084000 | #Constraints:     170261
2337.82/2357.82	c #Conflicts:    2085000 | #Constraints:     171261
2337.82/2357.82	c #Conflicts:    2086000 | #Constraints:     172261
2337.82/2357.82	c #Conflicts:    2087000 | #Constraints:     173261
2337.82/2357.82	c #Conflicts:    2088000 | #Constraints:     174261
2337.82/2357.82	c #Conflicts:    2089000 | #Constraints:     175261
2337.82/2357.82	c #Conflicts:    2090000 | #Constraints:     176261
2337.82/2357.82	c #Conflicts:    2091000 | #Constraints:     177261
2337.82/2357.82	c #Conflicts:    2092000 | #Constraints:     178261
2337.82/2357.82	c #Conflicts:    2093000 | #Constraints:     179261
2337.82/2357.82	c #Conflicts:    2094000 | #Constraints:     180261
2337.82/2357.82	c #Conflicts:    2095000 | #Constraints:     181261
2337.82/2357.82	c #Conflicts:    2096000 | #Constraints:     182261
2337.82/2357.82	c #Conflicts:    2097000 | #Constraints:     183261
2337.82/2357.82	c #Conflicts:    2098000 | #Constraints:     184261
2337.82/2357.82	c #Conflicts:    2099000 | #Constraints:     185261
2337.82/2357.82	c #Conflicts:    2100000 | #Constraints:     186261
2337.82/2357.82	c #Conflicts:    2101000 | #Constraints:     187261
2337.82/2357.82	c #Conflicts:    2102000 | #Constraints:     188261
2337.82/2357.82	c #Conflicts:    2103000 | #Constraints:     189261
2337.82/2357.82	c #Conflicts:    2104000 | #Constraints:     190261
2337.82/2357.82	c #Conflicts:    2105000 | #Constraints:     191261
2337.82/2357.82	c #Conflicts:    2106000 | #Constraints:     192261
2337.82/2357.82	c #Conflicts:    2107000 | #Constraints:     193261
2337.82/2357.82	c #Conflicts:    2108000 | #Constraints:     194261
2337.82/2357.82	c #Conflicts:    2109000 | #Constraints:     195261
2337.82/2357.82	c #Conflicts:    2110000 | #Constraints:     196261
2337.82/2357.82	c #Conflicts:    2111000 | #Constraints:     197261
2337.82/2357.82	c #Conflicts:    2112000 | #Constraints:     198261
2337.82/2357.82	c #Conflicts:    2113000 | #Constraints:     199261
2337.82/2357.82	c #Conflicts:    2114000 | #Constraints:     200261
2337.82/2357.82	c #Conflicts:    2115000 | #Constraints:     201261
2337.82/2357.82	c #Conflicts:    2116000 | #Constraints:     202261
2337.82/2357.82	c #Conflicts:    2117000 | #Constraints:     203261
2337.82/2357.82	c #Conflicts:    2118000 | #Constraints:     204261
2337.82/2357.82	c #Conflicts:    2119000 | #Constraints:     205261
2337.82/2357.82	c #Conflicts:    2120000 | #Constraints:     206261
2337.82/2357.82	c #Conflicts:    2121000 | #Constraints:     207261
2337.82/2357.82	c INPROCESSING
2337.82/2357.82	c GARBAGE COLLECT
2337.82/2357.82	c rational objective -314
2351.28/2371.39	c #Conflicts:    2122000 | #Constraints:     162027
2351.28/2371.39	c #Conflicts:    2123000 | #Constraints:     163027
2351.28/2371.39	c #Conflicts:    2124000 | #Constraints:     164027
2351.28/2371.39	c #Conflicts:    2125000 | #Constraints:     165027
2351.28/2371.39	c #Conflicts:    2126000 | #Constraints:     166027
2351.28/2371.39	c #Conflicts:    2127000 | #Constraints:     167027
2351.28/2371.39	c #Conflicts:    2128000 | #Constraints:     168027
2351.28/2371.39	c #Conflicts:    2129000 | #Constraints:     169027
2351.28/2371.39	c #Conflicts:    2130000 | #Constraints:     170027
2351.28/2371.39	c #Conflicts:    2131000 | #Constraints:     171027
2351.28/2371.39	c #Conflicts:    2132000 | #Constraints:     172027
2351.28/2371.39	c #Conflicts:    2133000 | #Constraints:     173027
2351.28/2371.39	c #Conflicts:    2134000 | #Constraints:     174027
2351.28/2371.39	c #Conflicts:    2135000 | #Constraints:     175027
2351.28/2371.39	c #Conflicts:    2136000 | #Constraints:     176027
2351.28/2371.39	c #Conflicts:    2137000 | #Constraints:     177027
2351.28/2371.39	c #Conflicts:    2138000 | #Constraints:     178027
2351.28/2371.39	c bounds -46 >= -313 @ 2331.45
2467.49/2498.77	c #Conflicts:    2139000 | #Constraints:     179093
2467.49/2498.77	c #Conflicts:    2140000 | #Constraints:     180093
2467.49/2498.77	c #Conflicts:    2141000 | #Constraints:     181093
2467.49/2498.77	c #Conflicts:    2142000 | #Constraints:     182093
2467.49/2498.77	c #Conflicts:    2143000 | #Constraints:     183093
2467.49/2498.77	c #Conflicts:    2144000 | #Constraints:     184093
2467.49/2498.77	c #Conflicts:    2145000 | #Constraints:     185093
2467.49/2498.77	c #Conflicts:    2146000 | #Constraints:     186093
2467.49/2498.77	c #Conflicts:    2147000 | #Constraints:     187093
2467.49/2498.77	c #Conflicts:    2148000 | #Constraints:     188093
2467.49/2498.77	c #Conflicts:    2149000 | #Constraints:     189093
2467.49/2498.77	c #Conflicts:    2150000 | #Constraints:     190093
2467.49/2498.77	c #Conflicts:    2151000 | #Constraints:     191093
2467.49/2498.77	c #Conflicts:    2152000 | #Constraints:     192093
2467.49/2498.77	c #Conflicts:    2153000 | #Constraints:     193093
2467.49/2498.77	c #Conflicts:    2154000 | #Constraints:     194093
2467.49/2498.77	c #Conflicts:    2155000 | #Constraints:     195093
2467.49/2498.77	c #Conflicts:    2156000 | #Constraints:     196093
2467.49/2498.77	c #Conflicts:    2157000 | #Constraints:     197093
2467.49/2498.77	c #Conflicts:    2158000 | #Constraints:     198093
2467.49/2498.77	c #Conflicts:    2159000 | #Constraints:     199093
2467.49/2498.77	c #Conflicts:    2160000 | #Constraints:     200093
2467.49/2498.77	c #Conflicts:    2161000 | #Constraints:     201093
2467.49/2498.77	c #Conflicts:    2162000 | #Constraints:     202093
2467.49/2498.77	c #Conflicts:    2163000 | #Constraints:     203093
2467.49/2498.77	c #Conflicts:    2164000 | #Constraints:     204093
2467.49/2498.77	c #Conflicts:    2165000 | #Constraints:     205093
2467.49/2498.77	c #Conflicts:    2166000 | #Constraints:     206093
2467.49/2498.77	c #Conflicts:    2167000 | #Constraints:     207093
2467.49/2498.77	c #Conflicts:    2168000 | #Constraints:     208093
2467.49/2498.77	c #Conflicts:    2169000 | #Constraints:     209093
2467.49/2498.77	c #Conflicts:    2170000 | #Constraints:     210093
2467.49/2498.77	c #Conflicts:    2171000 | #Constraints:     211093
2467.49/2498.77	c #Conflicts:    2172000 | #Constraints:     212093
2467.49/2498.77	c #Conflicts:    2173000 | #Constraints:     213093
2467.49/2498.77	c #Conflicts:    2174000 | #Constraints:     214093
2467.49/2498.77	c #Conflicts:    2175000 | #Constraints:     215093
2467.49/2498.77	c #Conflicts:    2176000 | #Constraints:     216093
2467.49/2498.77	c #Conflicts:    2177000 | #Constraints:     217093
2467.49/2498.77	c #Conflicts:    2178000 | #Constraints:     218093
2467.49/2498.77	c #Conflicts:    2179000 | #Constraints:     219093
2467.49/2498.77	c #Conflicts:    2180000 | #Constraints:     220093
2467.49/2498.77	c #Conflicts:    2181000 | #Constraints:     221093
2467.49/2498.77	c #Conflicts:    2182000 | #Constraints:     222093
2467.49/2498.77	c #Conflicts:    2183000 | #Constraints:     223093
2467.49/2498.77	c #Conflicts:    2184000 | #Constraints:     224093
2467.49/2498.77	c #Conflicts:    2185000 | #Constraints:     225093
2467.49/2498.77	c #Conflicts:    2186000 | #Constraints:     226093
2467.49/2498.77	c #Conflicts:    2187000 | #Constraints:     227093
2467.49/2498.77	c #Conflicts:    2188000 | #Constraints:     228093
2467.49/2498.77	c #Conflicts:    2189000 | #Constraints:     229093
2467.49/2498.77	c #Conflicts:    2190000 | #Constraints:     230093
2467.49/2498.77	c #Conflicts:    2191000 | #Constraints:     231093
2467.49/2498.77	c #Conflicts:    2192000 | #Constraints:     232093
2467.49/2498.77	c #Conflicts:    2193000 | #Constraints:     233093
2467.49/2498.77	c #Conflicts:    2194000 | #Constraints:     234093
2467.49/2498.77	c #Conflicts:    2195000 | #Constraints:     235093
2467.49/2498.77	c #Conflicts:    2196000 | #Constraints:     236093
2467.49/2498.77	c #Conflicts:    2197000 | #Constraints:     237093
2467.49/2498.77	c #Conflicts:    2198000 | #Constraints:     238093
2467.49/2498.77	c #Conflicts:    2199000 | #Constraints:     239093
2467.49/2498.77	c #Conflicts:    2200000 | #Constraints:     240093
2467.49/2498.77	c #Conflicts:    2201000 | #Constraints:     241093
2467.49/2498.77	c #Conflicts:    2202000 | #Constraints:     242093
2467.49/2498.77	c #Conflicts:    2203000 | #Constraints:     243093
2467.49/2498.77	c #Conflicts:    2204000 | #Constraints:     244093
2467.49/2498.77	c #Conflicts:    2205000 | #Constraints:     245093
2467.49/2498.77	c #Conflicts:    2206000 | #Constraints:     246093
2467.49/2498.77	c #Conflicts:    2207000 | #Constraints:     247093
2467.49/2498.77	c #Conflicts:    2208000 | #Constraints:     248093
2467.49/2498.77	c #Conflicts:    2209000 | #Constraints:     249093
2467.49/2498.77	c #Conflicts:    2210000 | #Constraints:     250093
2467.49/2498.77	c #Conflicts:    2211000 | #Constraints:     251093
2467.49/2498.77	c #Conflicts:    2212000 | #Constraints:     252093
2467.49/2498.77	c #Conflicts:    2213000 | #Constraints:     253093
2467.49/2498.77	c #Conflicts:    2214000 | #Constraints:     254093
2467.49/2498.77	c #Conflicts:    2215000 | #Constraints:     255093
2467.49/2498.77	c #Conflicts:    2216000 | #Constraints:     256093
2467.49/2498.77	c #Conflicts:    2217000 | #Constraints:     257093
2477.57/2508.87	c #Conflicts:    2218000 | #Constraints:     258093
2477.57/2508.87	c #Conflicts:    2219000 | #Constraints:     259093
2477.57/2508.87	c #Conflicts:    2220000 | #Constraints:     260093
2477.57/2508.87	c #Conflicts:    2221000 | #Constraints:     261093
2477.57/2508.87	c INPROCESSING
2477.57/2508.87	c GARBAGE COLLECT
2477.57/2508.87	c rational objective -313
2483.45/2516.09	c #Conflicts:    2222000 | #Constraints:     188479
2483.45/2516.09	c #Conflicts:    2223000 | #Constraints:     189479
2483.45/2516.09	c #Conflicts:    2224000 | #Constraints:     190479
2483.45/2516.09	c #Conflicts:    2225000 | #Constraints:     191479
2483.45/2516.09	c #Conflicts:    2226000 | #Constraints:     192479
2483.45/2516.09	c #Conflicts:    2227000 | #Constraints:     193479
2483.45/2516.09	c #Conflicts:    2228000 | #Constraints:     194479
2483.45/2516.09	c bounds -46 >= -312 @ 2462.62
2522.52/2555.42	c #Conflicts:    2229000 | #Constraints:     195506
2522.52/2555.42	c #Conflicts:    2230000 | #Constraints:     196506
2522.52/2555.42	c #Conflicts:    2231000 | #Constraints:     197506
2522.52/2555.42	c #Conflicts:    2232000 | #Constraints:     198506
2522.52/2555.42	c #Conflicts:    2233000 | #Constraints:     199506
2522.52/2555.42	c #Conflicts:    2234000 | #Constraints:     200506
2522.52/2555.42	c #Conflicts:    2235000 | #Constraints:     201506
2522.52/2555.42	c #Conflicts:    2236000 | #Constraints:     202506
2522.52/2555.42	c #Conflicts:    2237000 | #Constraints:     203506
2522.52/2555.42	c #Conflicts:    2238000 | #Constraints:     204506
2522.52/2555.42	c #Conflicts:    2239000 | #Constraints:     205506
2522.52/2555.42	c #Conflicts:    2240000 | #Constraints:     206506
2522.52/2555.42	c #Conflicts:    2241000 | #Constraints:     207506
2522.52/2555.42	c #Conflicts:    2242000 | #Constraints:     208506
2522.52/2555.42	c #Conflicts:    2243000 | #Constraints:     209506
2522.52/2555.42	c #Conflicts:    2244000 | #Constraints:     210506
2522.52/2555.42	c #Conflicts:    2245000 | #Constraints:     211506
2522.52/2555.42	c #Conflicts:    2246000 | #Constraints:     212506
2522.52/2555.42	c #Conflicts:    2247000 | #Constraints:     213506
2522.52/2555.42	c #Conflicts:    2248000 | #Constraints:     214506
2522.52/2555.42	c #Conflicts:    2249000 | #Constraints:     215506
2522.52/2555.42	c #Conflicts:    2250000 | #Constraints:     216506
2522.52/2555.42	c #Conflicts:    2251000 | #Constraints:     217506
2522.52/2555.42	c #Conflicts:    2252000 | #Constraints:     218506
2522.52/2555.42	c #Conflicts:    2253000 | #Constraints:     219506
2522.52/2555.42	c #Conflicts:    2254000 | #Constraints:     220506
2522.52/2555.42	c #Conflicts:    2255000 | #Constraints:     221506
2522.52/2555.42	c #Conflicts:    2256000 | #Constraints:     222506
2522.52/2555.42	c #Conflicts:    2257000 | #Constraints:     223506
2522.52/2555.42	c #Conflicts:    2258000 | #Constraints:     224506
2522.52/2555.42	c #Conflicts:    2259000 | #Constraints:     225506
2522.52/2555.42	c #Conflicts:    2260000 | #Constraints:     226506
2522.52/2555.42	c #Conflicts:    2261000 | #Constraints:     227506
2522.52/2555.42	c INPROCESSING
2522.52/2555.42	c GARBAGE COLLECT
2522.52/2555.42	c rational objective -312
2562.20/2595.45	c #Conflicts:    2262000 | #Constraints:     172326
2562.20/2595.45	c #Conflicts:    2263000 | #Constraints:     173326
2562.20/2595.45	c #Conflicts:    2264000 | #Constraints:     174326
2562.20/2595.45	c #Conflicts:    2265000 | #Constraints:     175326
2562.20/2595.45	c #Conflicts:    2266000 | #Constraints:     176326
2562.20/2595.45	c #Conflicts:    2267000 | #Constraints:     177326
2562.20/2595.45	c #Conflicts:    2268000 | #Constraints:     178326
2562.20/2595.45	c #Conflicts:    2269000 | #Constraints:     179326
2562.20/2595.45	c #Conflicts:    2270000 | #Constraints:     180326
2562.20/2595.45	c #Conflicts:    2271000 | #Constraints:     181326
2562.20/2595.45	c #Conflicts:    2272000 | #Constraints:     182326
2562.20/2595.45	c #Conflicts:    2273000 | #Constraints:     183326
2562.20/2595.45	c #Conflicts:    2274000 | #Constraints:     184326
2562.20/2595.45	c #Conflicts:    2275000 | #Constraints:     185326
2562.20/2595.45	c #Conflicts:    2276000 | #Constraints:     186326
2562.20/2595.45	c #Conflicts:    2277000 | #Constraints:     187326
2562.20/2595.45	c #Conflicts:    2278000 | #Constraints:     188326
2562.20/2595.45	c #Conflicts:    2279000 | #Constraints:     189326
2562.20/2595.45	c #Conflicts:    2280000 | #Constraints:     190326
2562.20/2595.45	c #Conflicts:    2281000 | #Constraints:     191326
2562.20/2595.45	c #Conflicts:    2282000 | #Constraints:     192326
2562.20/2595.45	c #Conflicts:    2283000 | #Constraints:     193326
2562.20/2595.45	c #Conflicts:    2284000 | #Constraints:     194326
2562.20/2595.45	c #Conflicts:    2285000 | #Constraints:     195326
2562.20/2595.45	c #Conflicts:    2286000 | #Constraints:     196326
2562.20/2595.45	c #Conflicts:    2287000 | #Constraints:     197326
2562.20/2595.45	c #Conflicts:    2288000 | #Constraints:     198326
2562.20/2595.45	c #Conflicts:    2289000 | #Constraints:     199326
2562.20/2595.45	c #Conflicts:    2290000 | #Constraints:     200326
2562.20/2595.45	c #Conflicts:    2291000 | #Constraints:     201326
2562.20/2595.45	c #Conflicts:    2292000 | #Constraints:     202326
2562.20/2595.45	c #Conflicts:    2293000 | #Constraints:     203326
2562.20/2595.45	c #Conflicts:    2294000 | #Constraints:     204326
2562.20/2595.45	c #Conflicts:    2295000 | #Constraints:     205326
2562.20/2595.45	c #Conflicts:    2296000 | #Constraints:     206326
2562.20/2595.45	c #Conflicts:    2297000 | #Constraints:     207326
2562.20/2595.45	c #Conflicts:    2298000 | #Constraints:     208326
2562.20/2595.45	c #Conflicts:    2299000 | #Constraints:     209326
2562.20/2595.45	c #Conflicts:    2300000 | #Constraints:     210326
2562.20/2595.45	c INPROCESSING
2562.20/2595.45	c GARBAGE COLLECT
2562.20/2595.45	c rational objective -312
2595.97/2629.45	c #Conflicts:    2301000 | #Constraints:     164857
2595.97/2629.45	c #Conflicts:    2302000 | #Constraints:     165857
2595.97/2629.45	c #Conflicts:    2303000 | #Constraints:     166857
2595.97/2629.45	c #Conflicts:    2304000 | #Constraints:     167857
2595.97/2629.45	c #Conflicts:    2305000 | #Constraints:     168857
2595.97/2629.45	c #Conflicts:    2306000 | #Constraints:     169857
2595.97/2629.45	c #Conflicts:    2307000 | #Constraints:     170857
2595.97/2629.45	c #Conflicts:    2308000 | #Constraints:     171857
2595.97/2629.45	c #Conflicts:    2309000 | #Constraints:     172857
2595.97/2629.45	c #Conflicts:    2310000 | #Constraints:     173857
2595.97/2629.45	c #Conflicts:    2311000 | #Constraints:     174857
2595.97/2629.45	c #Conflicts:    2312000 | #Constraints:     175857
2595.97/2629.45	c #Conflicts:    2313000 | #Constraints:     176857
2595.97/2629.45	c #Conflicts:    2314000 | #Constraints:     177857
2595.97/2629.45	c #Conflicts:    2315000 | #Constraints:     178857
2595.97/2629.45	c #Conflicts:    2316000 | #Constraints:     179857
2595.97/2629.45	c #Conflicts:    2317000 | #Constraints:     180857
2595.97/2629.45	c #Conflicts:    2318000 | #Constraints:     181857
2595.97/2629.45	c #Conflicts:    2319000 | #Constraints:     182857
2595.97/2629.45	c #Conflicts:    2320000 | #Constraints:     183857
2595.97/2629.45	c #Conflicts:    2321000 | #Constraints:     184857
2595.97/2629.45	c #Conflicts:    2322000 | #Constraints:     185857
2595.97/2629.45	c #Conflicts:    2323000 | #Constraints:     186857
2595.97/2629.45	c #Conflicts:    2324000 | #Constraints:     187857
2595.97/2629.45	c #Conflicts:    2325000 | #Constraints:     188857
2595.97/2629.45	c #Conflicts:    2326000 | #Constraints:     189857
2595.97/2629.45	c #Conflicts:    2327000 | #Constraints:     190857
2595.97/2629.45	c #Conflicts:    2328000 | #Constraints:     191857
2595.97/2629.45	c #Conflicts:    2329000 | #Constraints:     192857
2595.97/2629.45	c #Conflicts:    2330000 | #Constraints:     193857
2595.97/2629.45	c #Conflicts:    2331000 | #Constraints:     194857
2595.97/2629.45	c #Conflicts:    2332000 | #Constraints:     195857
2595.97/2629.45	c #Conflicts:    2333000 | #Constraints:     196857
2595.97/2629.45	c #Conflicts:    2334000 | #Constraints:     197857
2595.97/2629.45	c #Conflicts:    2335000 | #Constraints:     198857
2595.97/2629.45	c #Conflicts:    2336000 | #Constraints:     199857
2595.97/2629.45	c bounds -46 >= -311 @ 2574.03
2698.11/2732.20	c #Conflicts:    2337000 | #Constraints:     200917
2698.11/2732.20	c #Conflicts:    2338000 | #Constraints:     201917
2698.11/2732.20	c #Conflicts:    2339000 | #Constraints:     202917
2698.11/2732.20	c #Conflicts:    2340000 | #Constraints:     203917
2698.11/2732.20	c #Conflicts:    2341000 | #Constraints:     204917
2698.11/2732.20	c #Conflicts:    2342000 | #Constraints:     205917
2698.11/2732.20	c #Conflicts:    2343000 | #Constraints:     206917
2698.11/2732.20	c #Conflicts:    2344000 | #Constraints:     207917
2698.11/2732.20	c #Conflicts:    2345000 | #Constraints:     208917
2698.11/2732.20	c #Conflicts:    2346000 | #Constraints:     209917
2698.11/2732.20	c #Conflicts:    2347000 | #Constraints:     210917
2698.11/2732.20	c #Conflicts:    2348000 | #Constraints:     211917
2698.11/2732.20	c #Conflicts:    2349000 | #Constraints:     212917
2698.11/2732.20	c #Conflicts:    2350000 | #Constraints:     213917
2698.11/2732.20	c #Conflicts:    2351000 | #Constraints:     214917
2698.11/2732.20	c #Conflicts:    2352000 | #Constraints:     215917
2698.11/2732.20	c #Conflicts:    2353000 | #Constraints:     216917
2698.11/2732.20	c #Conflicts:    2354000 | #Constraints:     217917
2698.11/2732.20	c #Conflicts:    2355000 | #Constraints:     218917
2698.11/2732.20	c #Conflicts:    2356000 | #Constraints:     219917
2698.11/2732.20	c #Conflicts:    2357000 | #Constraints:     220917
2698.11/2732.20	c #Conflicts:    2358000 | #Constraints:     221917
2698.11/2732.20	c #Conflicts:    2359000 | #Constraints:     222917
2698.11/2732.20	c #Conflicts:    2360000 | #Constraints:     223917
2698.11/2732.20	c #Conflicts:    2361000 | #Constraints:     224917
2698.11/2732.20	c #Conflicts:    2362000 | #Constraints:     225917
2698.11/2732.20	c #Conflicts:    2363000 | #Constraints:     226917
2698.11/2732.20	c #Conflicts:    2364000 | #Constraints:     227917
2698.11/2732.20	c #Conflicts:    2365000 | #Constraints:     228917
2698.11/2732.20	c #Conflicts:    2366000 | #Constraints:     229917
2698.11/2732.20	c #Conflicts:    2367000 | #Constraints:     230917
2698.11/2732.20	c #Conflicts:    2368000 | #Constraints:     231917
2698.11/2732.20	c #Conflicts:    2369000 | #Constraints:     232917
2698.11/2732.20	c #Conflicts:    2370000 | #Constraints:     233917
2698.11/2732.20	c #Conflicts:    2371000 | #Constraints:     234917
2698.11/2732.20	c #Conflicts:    2372000 | #Constraints:     235917
2698.11/2732.20	c #Conflicts:    2373000 | #Constraints:     236917
2698.11/2732.20	c #Conflicts:    2374000 | #Constraints:     237917
2698.11/2732.20	c #Conflicts:    2375000 | #Constraints:     238917
2698.11/2732.20	c #Conflicts:    2376000 | #Constraints:     239917
2698.11/2732.20	c #Conflicts:    2377000 | #Constraints:     240917
2698.11/2732.20	c #Conflicts:    2378000 | #Constraints:     241917
2698.11/2732.20	c #Conflicts:    2379000 | #Constraints:     242917
2698.11/2732.20	c #Conflicts:    2380000 | #Constraints:     243917
2698.11/2732.20	c #Conflicts:    2381000 | #Constraints:     244917
2698.11/2732.20	c #Conflicts:    2382000 | #Constraints:     245917
2698.11/2732.20	c #Conflicts:    2383000 | #Constraints:     246917
2698.11/2732.20	c #Conflicts:    2384000 | #Constraints:     247917
2698.11/2732.20	c #Conflicts:    2385000 | #Constraints:     248917
2698.11/2732.20	c #Conflicts:    2386000 | #Constraints:     249917
2698.11/2732.20	c #Conflicts:    2387000 | #Constraints:     250917
2698.11/2732.20	c #Conflicts:    2388000 | #Constraints:     251917
2698.11/2732.20	c #Conflicts:    2389000 | #Constraints:     252917
2698.11/2732.20	c #Conflicts:    2390000 | #Constraints:     253917
2698.11/2732.20	c #Conflicts:    2391000 | #Constraints:     254917
2698.11/2732.20	c #Conflicts:    2392000 | #Constraints:     255917
2698.11/2732.20	c #Conflicts:    2393000 | #Constraints:     256917
2698.11/2732.20	c #Conflicts:    2394000 | #Constraints:     257917
2698.11/2732.20	c #Conflicts:    2395000 | #Constraints:     258917
2698.11/2732.20	c #Conflicts:    2396000 | #Constraints:     259917
2698.11/2732.20	c #Conflicts:    2397000 | #Constraints:     260917
2698.11/2732.20	c #Conflicts:    2398000 | #Constraints:     261917
2698.11/2732.20	c #Conflicts:    2399000 | #Constraints:     262917
2698.11/2732.20	c #Conflicts:    2400000 | #Constraints:     263917
2698.11/2732.20	c #Conflicts:    2401000 | #Constraints:     264917
2698.11/2732.20	c #Conflicts:    2402000 | #Constraints:     265917
2698.11/2732.20	c #Conflicts:    2403000 | #Constraints:     266917
2698.11/2732.20	c #Conflicts:    2404000 | #Constraints:     267917
2698.11/2732.20	c INPROCESSING
2698.11/2732.20	c GARBAGE COLLECT
2698.11/2732.20	c rational objective -311
2720.96/2755.15	c #Conflicts:    2405000 | #Constraints:     192124
2720.96/2755.15	c #Conflicts:    2406000 | #Constraints:     193124
2720.96/2755.15	c #Conflicts:    2407000 | #Constraints:     194124
2720.96/2755.15	c #Conflicts:    2408000 | #Constraints:     195124
2720.96/2755.15	c #Conflicts:    2409000 | #Constraints:     196124
2720.96/2755.15	c #Conflicts:    2410000 | #Constraints:     197124
2720.96/2755.15	c #Conflicts:    2411000 | #Constraints:     198124
2720.96/2755.15	c #Conflicts:    2412000 | #Constraints:     199124
2720.96/2755.15	c #Conflicts:    2413000 | #Constraints:     200124
2720.96/2755.15	c #Conflicts:    2414000 | #Constraints:     201124
2720.96/2755.15	c #Conflicts:    2415000 | #Constraints:     202124
2720.96/2755.15	c #Conflicts:    2416000 | #Constraints:     203124
2720.96/2755.15	c #Conflicts:    2417000 | #Constraints:     204124
2720.96/2755.15	c #Conflicts:    2418000 | #Constraints:     205124
2720.96/2755.15	c #Conflicts:    2419000 | #Constraints:     206124
2720.96/2755.15	c #Conflicts:    2420000 | #Constraints:     207124
2720.96/2755.15	c #Conflicts:    2421000 | #Constraints:     208124
2720.96/2755.15	c #Conflicts:    2422000 | #Constraints:     209124
2720.96/2755.15	c #Conflicts:    2423000 | #Constraints:     210124
2720.96/2755.15	c #Conflicts:    2424000 | #Constraints:     211124
2720.96/2755.15	c #Conflicts:    2425000 | #Constraints:     212124
2720.96/2755.15	c #Conflicts:    2426000 | #Constraints:     213124
2720.96/2755.15	c #Conflicts:    2427000 | #Constraints:     214124
2720.96/2755.15	c bounds -46 >= -310 @ 2697.98
2740.94/2775.28	c #Conflicts:    2428000 | #Constraints:     215160
2740.94/2775.28	c #Conflicts:    2429000 | #Constraints:     216160
2740.94/2775.28	c #Conflicts:    2430000 | #Constraints:     217160
2740.94/2775.28	c #Conflicts:    2431000 | #Constraints:     218160
2740.94/2775.28	c #Conflicts:    2432000 | #Constraints:     219160
2740.94/2775.28	c #Conflicts:    2433000 | #Constraints:     220160
2740.94/2775.28	c #Conflicts:    2434000 | #Constraints:     221160
2740.94/2775.28	c #Conflicts:    2435000 | #Constraints:     222160
2740.94/2775.28	c #Conflicts:    2436000 | #Constraints:     223160
2740.94/2775.28	c #Conflicts:    2437000 | #Constraints:     224160
2740.94/2775.28	c #Conflicts:    2438000 | #Constraints:     225160
2740.94/2775.28	c #Conflicts:    2439000 | #Constraints:     226160
2740.94/2775.28	c #Conflicts:    2440000 | #Constraints:     227160
2740.94/2775.28	c #Conflicts:    2441000 | #Constraints:     228160
2740.94/2775.28	c #Conflicts:    2442000 | #Constraints:     229160
2740.94/2775.28	c #Conflicts:    2443000 | #Constraints:     230160
2740.94/2775.28	c #Conflicts:    2444000 | #Constraints:     231160
2740.94/2775.28	c #Conflicts:    2445000 | #Constraints:     232160
2740.94/2775.28	c INPROCESSING
2740.94/2775.28	c GARBAGE COLLECT
2740.94/2775.28	c rational objective -310
2782.85/2817.32	c #Conflicts:    2446000 | #Constraints:     174435
2782.85/2817.32	c #Conflicts:    2447000 | #Constraints:     175435
2782.85/2817.32	c #Conflicts:    2448000 | #Constraints:     176435
2782.85/2817.32	c #Conflicts:    2449000 | #Constraints:     177435
2782.85/2817.32	c #Conflicts:    2450000 | #Constraints:     178435
2782.85/2817.32	c #Conflicts:    2451000 | #Constraints:     179435
2782.85/2817.32	c #Conflicts:    2452000 | #Constraints:     180435
2782.85/2817.32	c #Conflicts:    2453000 | #Constraints:     181435
2782.85/2817.32	c #Conflicts:    2454000 | #Constraints:     182435
2782.85/2817.32	c #Conflicts:    2455000 | #Constraints:     183435
2782.85/2817.32	c #Conflicts:    2456000 | #Constraints:     184435
2782.85/2817.32	c #Conflicts:    2457000 | #Constraints:     185435
2782.85/2817.32	c #Conflicts:    2458000 | #Constraints:     186435
2782.85/2817.32	c #Conflicts:    2459000 | #Constraints:     187435
2782.85/2817.32	c #Conflicts:    2460000 | #Constraints:     188435
2782.85/2817.32	c #Conflicts:    2461000 | #Constraints:     189435
2782.85/2817.32	c #Conflicts:    2462000 | #Constraints:     190435
2782.85/2817.32	c #Conflicts:    2463000 | #Constraints:     191435
2782.85/2817.32	c #Conflicts:    2464000 | #Constraints:     192435
2782.85/2817.32	c #Conflicts:    2465000 | #Constraints:     193435
2782.85/2817.32	c #Conflicts:    2466000 | #Constraints:     194435
2782.85/2817.32	c #Conflicts:    2467000 | #Constraints:     195435
2782.85/2817.32	c #Conflicts:    2468000 | #Constraints:     196435
2782.85/2817.32	c #Conflicts:    2469000 | #Constraints:     197435
2782.85/2817.32	c #Conflicts:    2470000 | #Constraints:     198435
2782.85/2817.32	c #Conflicts:    2471000 | #Constraints:     199435
2782.85/2817.32	c #Conflicts:    2472000 | #Constraints:     200435
2782.85/2817.32	c #Conflicts:    2473000 | #Constraints:     201435
2782.85/2817.32	c #Conflicts:    2474000 | #Constraints:     202435
2782.85/2817.32	c #Conflicts:    2475000 | #Constraints:     203435
2782.85/2817.32	c #Conflicts:    2476000 | #Constraints:     204435
2782.85/2817.32	c #Conflicts:    2477000 | #Constraints:     205435
2782.85/2817.32	c #Conflicts:    2478000 | #Constraints:     206435
2782.85/2817.32	c #Conflicts:    2479000 | #Constraints:     207435
2782.85/2817.32	c #Conflicts:    2480000 | #Constraints:     208435
2782.85/2817.32	c #Conflicts:    2481000 | #Constraints:     209435
2782.85/2817.32	c #Conflicts:    2482000 | #Constraints:     210435
2782.85/2817.32	c #Conflicts:    2483000 | #Constraints:     211435
2782.85/2817.32	c #Conflicts:    2484000 | #Constraints:     212435
2782.85/2817.32	c #Conflicts:    2485000 | #Constraints:     213435
2782.85/2817.32	c #Conflicts:    2486000 | #Constraints:     214435
2782.85/2817.32	c INPROCESSING
2782.85/2817.32	c GARBAGE COLLECT
2782.85/2817.32	c rational objective -310
2867.26/2902.65	c #Conflicts:    2487000 | #Constraints:     168221
2867.26/2902.65	c #Conflicts:    2488000 | #Constraints:     169221
2867.26/2902.65	c #Conflicts:    2489000 | #Constraints:     170221
2867.26/2902.65	c #Conflicts:    2490000 | #Constraints:     171221
2867.26/2902.65	c #Conflicts:    2491000 | #Constraints:     172221
2867.26/2902.65	c #Conflicts:    2492000 | #Constraints:     173221
2867.26/2902.65	c #Conflicts:    2493000 | #Constraints:     174221
2867.26/2902.65	c #Conflicts:    2494000 | #Constraints:     175221
2867.26/2902.65	c #Conflicts:    2495000 | #Constraints:     176221
2867.26/2902.65	c #Conflicts:    2496000 | #Constraints:     177221
2867.26/2902.65	c #Conflicts:    2497000 | #Constraints:     178221
2867.26/2902.65	c #Conflicts:    2498000 | #Constraints:     179221
2867.26/2902.65	c #Conflicts:    2499000 | #Constraints:     180221
2867.26/2902.65	c #Conflicts:    2500000 | #Constraints:     181221
2867.26/2902.65	c #Conflicts:    2501000 | #Constraints:     182221
2867.26/2902.65	c #Conflicts:    2502000 | #Constraints:     183221
2867.26/2902.65	c #Conflicts:    2503000 | #Constraints:     184221
2867.26/2902.65	c #Conflicts:    2504000 | #Constraints:     185221
2867.26/2902.65	c #Conflicts:    2505000 | #Constraints:     186221
2867.26/2902.65	c #Conflicts:    2506000 | #Constraints:     187221
2867.26/2902.65	c #Conflicts:    2507000 | #Constraints:     188221
2867.26/2902.65	c #Conflicts:    2508000 | #Constraints:     189221
2867.26/2902.65	c #Conflicts:    2509000 | #Constraints:     190221
2867.26/2902.65	c #Conflicts:    2510000 | #Constraints:     191221
2867.26/2902.65	c #Conflicts:    2511000 | #Constraints:     192221
2867.26/2902.65	c #Conflicts:    2512000 | #Constraints:     193221
2867.26/2902.65	c #Conflicts:    2513000 | #Constraints:     194221
2867.26/2902.65	c #Conflicts:    2514000 | #Constraints:     195221
2867.26/2902.65	c #Conflicts:    2515000 | #Constraints:     196221
2867.26/2902.65	c #Conflicts:    2516000 | #Constraints:     197221
2867.26/2902.65	c #Conflicts:    2517000 | #Constraints:     198221
2867.26/2902.65	c #Conflicts:    2518000 | #Constraints:     199221
2867.26/2902.65	c #Conflicts:    2519000 | #Constraints:     200221
2867.26/2902.65	c #Conflicts:    2520000 | #Constraints:     201221
2867.26/2902.65	c #Conflicts:    2521000 | #Constraints:     202221
2867.26/2902.65	c #Conflicts:    2522000 | #Constraints:     203221
2867.26/2902.65	c #Conflicts:    2523000 | #Constraints:     204221
2867.26/2902.65	c #Conflicts:    2524000 | #Constraints:     205221
2867.26/2902.65	c #Conflicts:    2525000 | #Constraints:     206221
2867.26/2902.65	c #Conflicts:    2526000 | #Constraints:     207221
2867.26/2902.65	c #Conflicts:    2527000 | #Constraints:     208221
2867.26/2902.65	c #Conflicts:    2528000 | #Constraints:     209221
2867.26/2902.65	c #Conflicts:    2529000 | #Constraints:     210221
2867.26/2902.65	c #Conflicts:    2530000 | #Constraints:     211221
2867.26/2902.65	c #Conflicts:    2531000 | #Constraints:     212221
2867.26/2902.65	c #Conflicts:    2532000 | #Constraints:     213221
2867.26/2902.65	c #Conflicts:    2533000 | #Constraints:     214221
2867.26/2902.65	c #Conflicts:    2534000 | #Constraints:     215221
2867.26/2902.65	c #Conflicts:    2535000 | #Constraints:     216221
2867.26/2902.65	c #Conflicts:    2536000 | #Constraints:     217221
2867.26/2902.65	c #Conflicts:    2537000 | #Constraints:     218221
2867.26/2902.65	c #Conflicts:    2538000 | #Constraints:     219221
2867.26/2902.65	c #Conflicts:    2539000 | #Constraints:     220221
2867.26/2902.65	c #Conflicts:    2540000 | #Constraints:     221221
2867.26/2902.65	c #Conflicts:    2541000 | #Constraints:     222221
2867.26/2902.65	c #Conflicts:    2542000 | #Constraints:     223221
2867.26/2902.65	c #Conflicts:    2543000 | #Constraints:     224221
2867.26/2902.65	c #Conflicts:    2544000 | #Constraints:     225221
2867.26/2902.65	c #Conflicts:    2545000 | #Constraints:     226221
2867.26/2902.65	c #Conflicts:    2546000 | #Constraints:     227221
2867.26/2902.65	c #Conflicts:    2547000 | #Constraints:     228221
2867.26/2902.65	c #Conflicts:    2548000 | #Constraints:     229221
2867.26/2902.65	c #Conflicts:    2549000 | #Constraints:     230221
2867.26/2902.65	c #Conflicts:    2550000 | #Constraints:     231221
2867.26/2902.65	c #Conflicts:    2551000 | #Constraints:     232221
2867.26/2902.65	c #Conflicts:    2552000 | #Constraints:     233221
2867.26/2902.65	c #Conflicts:    2553000 | #Constraints:     234221
2867.26/2902.65	c #Conflicts:    2554000 | #Constraints:     235221
2867.26/2902.65	c #Conflicts:    2555000 | #Constraints:     236221
2867.26/2902.65	c #Conflicts:    2556000 | #Constraints:     237221
2867.26/2902.65	c #Conflicts:    2557000 | #Constraints:     238221
2867.26/2902.65	c #Conflicts:    2558000 | #Constraints:     239221
2867.26/2902.65	c #Conflicts:    2559000 | #Constraints:     240221
2867.26/2902.65	c #Conflicts:    2560000 | #Constraints:     241221
2867.26/2902.65	c #Conflicts:    2561000 | #Constraints:     242221
2867.26/2902.65	c #Conflicts:    2562000 | #Constraints:     243221
2867.26/2902.65	c #Conflicts:    2563000 | #Constraints:     244221
2867.26/2902.65	c #Conflicts:    2564000 | #Constraints:     245221
2867.26/2902.65	c #Conflicts:    2565000 | #Constraints:     246221
2911.66/2947.21	c #Conflicts:    2566000 | #Constraints:     247221
2911.66/2947.21	c #Conflicts:    2567000 | #Constraints:     248221
2911.66/2947.21	c #Conflicts:    2568000 | #Constraints:     249221
2911.66/2947.21	c #Conflicts:    2569000 | #Constraints:     250221
2911.66/2947.21	c #Conflicts:    2570000 | #Constraints:     251221
2911.66/2947.21	c #Conflicts:    2571000 | #Constraints:     252221
2911.66/2947.21	c #Conflicts:    2572000 | #Constraints:     253221
2911.66/2947.21	c #Conflicts:    2573000 | #Constraints:     254221
2911.66/2947.21	c #Conflicts:    2574000 | #Constraints:     255221
2911.66/2947.21	c #Conflicts:    2575000 | #Constraints:     256221
2911.66/2947.21	c #Conflicts:    2576000 | #Constraints:     257221
2911.66/2947.21	c #Conflicts:    2577000 | #Constraints:     258221
2911.66/2947.21	c #Conflicts:    2578000 | #Constraints:     259221
2911.66/2947.21	c #Conflicts:    2579000 | #Constraints:     260221
2911.66/2947.21	c #Conflicts:    2580000 | #Constraints:     261221
2911.66/2947.21	c #Conflicts:    2581000 | #Constraints:     262221
2911.66/2947.21	c #Conflicts:    2582000 | #Constraints:     263221
2911.66/2947.21	c #Conflicts:    2583000 | #Constraints:     264221
2911.66/2947.21	c #Conflicts:    2584000 | #Constraints:     265221
2911.66/2947.21	c #Conflicts:    2585000 | #Constraints:     266221
2911.66/2947.21	c #Conflicts:    2586000 | #Constraints:     267221
2911.66/2947.21	c #Conflicts:    2587000 | #Constraints:     268221
2911.66/2947.21	c #Conflicts:    2588000 | #Constraints:     269221
2911.66/2947.21	c #Conflicts:    2589000 | #Constraints:     270221
2911.66/2947.21	c #Conflicts:    2590000 | #Constraints:     271221
2911.66/2947.21	c #Conflicts:    2591000 | #Constraints:     272221
2911.66/2947.21	c #Conflicts:    2592000 | #Constraints:     273221
2911.66/2947.21	c #Conflicts:    2593000 | #Constraints:     274221
2911.66/2947.21	c #Conflicts:    2594000 | #Constraints:     275221
2911.66/2947.21	c #Conflicts:    2595000 | #Constraints:     276221
2911.66/2947.21	c INPROCESSING
2911.66/2947.21	c GARBAGE COLLECT
2911.66/2947.21	c rational objective -310
2970.67/3006.41	c #Conflicts:    2596000 | #Constraints:     196679
2970.67/3006.41	c #Conflicts:    2597000 | #Constraints:     197712
2970.67/3006.41	c #Conflicts:    2598000 | #Constraints:     198749
2970.67/3006.41	c #Conflicts:    2599000 | #Constraints:     199785
2970.67/3006.41	c #Conflicts:    2600000 | #Constraints:     200822
2970.67/3006.41	c #Conflicts:    2601000 | #Constraints:     201865
2970.67/3006.41	c #Conflicts:    2602000 | #Constraints:     202895
2970.67/3006.41	c #Conflicts:    2603000 | #Constraints:     203929
2970.67/3006.41	c #Conflicts:    2604000 | #Constraints:     204962
2970.67/3006.41	c #Conflicts:    2605000 | #Constraints:     205993
2970.67/3006.41	c #Conflicts:    2606000 | #Constraints:     207029
2970.67/3006.41	c #Conflicts:    2607000 | #Constraints:     208064
2970.67/3006.41	c #Conflicts:    2608000 | #Constraints:     209102
2970.67/3006.41	c #Conflicts:    2609000 | #Constraints:     210138
2970.67/3006.41	c #Conflicts:    2610000 | #Constraints:     211162
2970.67/3006.41	c #Conflicts:    2611000 | #Constraints:     212192
2970.67/3006.41	c #Conflicts:    2612000 | #Constraints:     213231
2970.67/3006.41	c #Conflicts:    2613000 | #Constraints:     214261
2970.67/3006.41	c #Conflicts:    2614000 | #Constraints:     215292
2970.67/3006.41	c #Conflicts:    2615000 | #Constraints:     216318
2970.67/3006.41	c #Conflicts:    2616000 | #Constraints:     217341
2970.67/3006.41	c #Conflicts:    2617000 | #Constraints:     218378
2970.67/3006.41	c #Conflicts:    2618000 | #Constraints:     219410
2970.67/3006.41	c #Conflicts:    2619000 | #Constraints:     220435
2970.67/3006.41	c #Conflicts:    2620000 | #Constraints:     221466
2970.67/3006.41	c #Conflicts:    2621000 | #Constraints:     222497
2970.67/3006.41	c #Conflicts:    2622000 | #Constraints:     223525
2970.67/3006.41	c #Conflicts:    2623000 | #Constraints:     224557
2970.67/3006.41	c #Conflicts:    2624000 | #Constraints:     225595
2970.67/3006.41	c #Conflicts:    2625000 | #Constraints:     226622
2970.67/3006.41	c #Conflicts:    2626000 | #Constraints:     227651
2970.67/3006.41	c #Conflicts:    2627000 | #Constraints:     228678
2970.67/3006.41	c #Conflicts:    2628000 | #Constraints:     229701
2970.67/3006.41	c #Conflicts:    2629000 | #Constraints:     230723
2970.67/3006.41	c #Conflicts:    2630000 | #Constraints:     231752
2970.67/3006.41	c #Conflicts:    2631000 | #Constraints:     232778
2970.67/3006.41	c #Conflicts:    2632000 | #Constraints:     233806
2970.67/3006.41	c #Conflicts:    2633000 | #Constraints:     234831
2970.67/3006.41	c #Conflicts:    2634000 | #Constraints:     235861
2970.67/3006.41	c #Conflicts:    2635000 | #Constraints:     236893
2970.67/3006.41	c #Conflicts:    2636000 | #Constraints:     237930
2970.67/3006.41	c #Conflicts:    2637000 | #Constraints:     238966
2970.67/3006.41	c INPROCESSING
2970.67/3006.41	c GARBAGE COLLECT
2970.67/3006.41	c rational objective -310
3009.00/3044.94	c #Conflicts:    2638000 | #Constraints:     177942
3009.00/3044.94	c #Conflicts:    2639000 | #Constraints:     178942
3009.00/3044.94	c #Conflicts:    2640000 | #Constraints:     179942
3009.00/3044.94	c #Conflicts:    2641000 | #Constraints:     180942
3009.00/3044.94	c #Conflicts:    2642000 | #Constraints:     181942
3009.00/3044.94	c #Conflicts:    2643000 | #Constraints:     182942
3009.00/3044.94	c #Conflicts:    2644000 | #Constraints:     183942
3009.00/3044.94	c #Conflicts:    2645000 | #Constraints:     184942
3009.00/3044.94	c #Conflicts:    2646000 | #Constraints:     185942
3009.00/3044.94	c #Conflicts:    2647000 | #Constraints:     186942
3009.00/3044.94	c #Conflicts:    2648000 | #Constraints:     187942
3009.00/3044.94	c #Conflicts:    2649000 | #Constraints:     188942
3009.00/3044.94	c #Conflicts:    2650000 | #Constraints:     189942
3009.00/3044.94	c #Conflicts:    2651000 | #Constraints:     190942
3009.00/3044.94	c #Conflicts:    2652000 | #Constraints:     191942
3009.00/3044.94	c #Conflicts:    2653000 | #Constraints:     192942
3009.00/3044.94	c #Conflicts:    2654000 | #Constraints:     193942
3009.00/3044.94	c #Conflicts:    2655000 | #Constraints:     194942
3009.00/3044.94	c #Conflicts:    2656000 | #Constraints:     195942
3009.00/3044.94	c #Conflicts:    2657000 | #Constraints:     196942
3009.00/3044.94	c #Conflicts:    2658000 | #Constraints:     197942
3009.00/3044.94	c #Conflicts:    2659000 | #Constraints:     198942
3009.00/3044.94	c #Conflicts:    2660000 | #Constraints:     199942
3009.00/3044.94	c #Conflicts:    2661000 | #Constraints:     200942
3009.00/3044.94	c #Conflicts:    2662000 | #Constraints:     201942
3009.00/3044.94	c #Conflicts:    2663000 | #Constraints:     202942
3009.00/3044.94	c #Conflicts:    2664000 | #Constraints:     203942
3009.00/3044.94	c #Conflicts:    2665000 | #Constraints:     204942
3009.00/3044.94	c #Conflicts:    2666000 | #Constraints:     205942
3009.00/3044.94	c #Conflicts:    2667000 | #Constraints:     206942
3009.00/3044.94	c #Conflicts:    2668000 | #Constraints:     207942
3009.00/3044.94	c #Conflicts:    2669000 | #Constraints:     208942
3009.00/3044.94	c #Conflicts:    2670000 | #Constraints:     209942
3009.00/3044.94	c #Conflicts:    2671000 | #Constraints:     210942
3009.00/3044.94	c #Conflicts:    2672000 | #Constraints:     211942
3009.00/3044.94	c #Conflicts:    2673000 | #Constraints:     212942
3009.00/3044.94	c #Conflicts:    2674000 | #Constraints:     213942
3009.00/3044.94	c #Conflicts:    2675000 | #Constraints:     214942
3009.00/3044.94	c #Conflicts:    2676000 | #Constraints:     215942
3009.00/3044.94	c #Conflicts:    2677000 | #Constraints:     216942
3009.00/3044.94	c #Conflicts:    2678000 | #Constraints:     217942
3009.00/3044.94	c #Conflicts:    2679000 | #Constraints:     218942
3009.00/3044.94	c INPROCESSING
3009.00/3044.94	c GARBAGE COLLECT
3009.00/3044.94	c rational objective -310
3092.35/3128.94	c #Conflicts:    2680000 | #Constraints:     171001
3092.35/3128.94	c #Conflicts:    2681000 | #Constraints:     172001
3092.35/3128.94	c #Conflicts:    2682000 | #Constraints:     173001
3092.35/3128.94	c #Conflicts:    2683000 | #Constraints:     174001
3092.35/3128.94	c #Conflicts:    2684000 | #Constraints:     175001
3092.35/3128.94	c #Conflicts:    2685000 | #Constraints:     176001
3092.35/3128.94	c #Conflicts:    2686000 | #Constraints:     177001
3092.35/3128.94	c #Conflicts:    2687000 | #Constraints:     178001
3092.35/3128.94	c #Conflicts:    2688000 | #Constraints:     179001
3092.35/3128.94	c #Conflicts:    2689000 | #Constraints:     180001
3092.35/3128.94	c #Conflicts:    2690000 | #Constraints:     181001
3092.35/3128.94	c #Conflicts:    2691000 | #Constraints:     182001
3092.35/3128.94	c #Conflicts:    2692000 | #Constraints:     183001
3092.35/3128.94	c #Conflicts:    2693000 | #Constraints:     184001
3092.35/3128.94	c #Conflicts:    2694000 | #Constraints:     185001
3092.35/3128.94	c #Conflicts:    2695000 | #Constraints:     186001
3092.35/3128.94	c #Conflicts:    2696000 | #Constraints:     187001
3092.35/3128.94	c #Conflicts:    2697000 | #Constraints:     188001
3092.35/3128.94	c #Conflicts:    2698000 | #Constraints:     189001
3092.35/3128.94	c #Conflicts:    2699000 | #Constraints:     190001
3092.35/3128.94	c #Conflicts:    2700000 | #Constraints:     191001
3092.35/3128.94	c #Conflicts:    2701000 | #Constraints:     192001
3092.35/3128.94	c #Conflicts:    2702000 | #Constraints:     193001
3092.35/3128.94	c #Conflicts:    2703000 | #Constraints:     194001
3092.35/3128.94	c #Conflicts:    2704000 | #Constraints:     195001
3092.35/3128.94	c #Conflicts:    2705000 | #Constraints:     196001
3092.35/3128.94	c #Conflicts:    2706000 | #Constraints:     197001
3092.35/3128.94	c #Conflicts:    2707000 | #Constraints:     198001
3092.35/3128.94	c #Conflicts:    2708000 | #Constraints:     199001
3092.35/3128.94	c #Conflicts:    2709000 | #Constraints:     200001
3092.35/3128.94	c #Conflicts:    2710000 | #Constraints:     201001
3092.35/3128.94	c #Conflicts:    2711000 | #Constraints:     202001
3092.35/3128.94	c #Conflicts:    2712000 | #Constraints:     203001
3092.35/3128.94	c #Conflicts:    2713000 | #Constraints:     204001
3092.35/3128.94	c #Conflicts:    2714000 | #Constraints:     205001
3092.35/3128.94	c #Conflicts:    2715000 | #Constraints:     206001
3092.35/3128.94	c #Conflicts:    2716000 | #Constraints:     207001
3092.35/3128.94	c #Conflicts:    2717000 | #Constraints:     208001
3092.35/3128.94	c #Conflicts:    2718000 | #Constraints:     209001
3092.35/3128.94	c #Conflicts:    2719000 | #Constraints:     210001
3092.35/3128.94	c #Conflicts:    2720000 | #Constraints:     211001
3092.35/3128.94	c #Conflicts:    2721000 | #Constraints:     212001
3092.35/3128.94	c #Conflicts:    2722000 | #Constraints:     213001
3092.35/3128.94	c #Conflicts:    2723000 | #Constraints:     214001
3092.35/3128.94	c #Conflicts:    2724000 | #Constraints:     215001
3092.35/3128.94	c #Conflicts:    2725000 | #Constraints:     216001
3092.35/3128.94	c #Conflicts:    2726000 | #Constraints:     217001
3092.35/3128.94	c #Conflicts:    2727000 | #Constraints:     218001
3092.35/3128.94	c #Conflicts:    2728000 | #Constraints:     219001
3092.35/3128.94	c #Conflicts:    2729000 | #Constraints:     220001
3092.35/3128.94	c #Conflicts:    2730000 | #Constraints:     221001
3092.35/3128.94	c #Conflicts:    2731000 | #Constraints:     222001
3092.35/3128.94	c #Conflicts:    2732000 | #Constraints:     223001
3092.35/3128.94	c #Conflicts:    2733000 | #Constraints:     224001
3092.35/3128.94	c #Conflicts:    2734000 | #Constraints:     225001
3092.35/3128.94	c #Conflicts:    2735000 | #Constraints:     226001
3092.35/3128.94	c #Conflicts:    2736000 | #Constraints:     227001
3092.35/3128.94	c #Conflicts:    2737000 | #Constraints:     228001
3092.35/3128.94	c #Conflicts:    2738000 | #Constraints:     229001
3092.35/3128.94	c #Conflicts:    2739000 | #Constraints:     230001
3092.35/3128.94	c #Conflicts:    2740000 | #Constraints:     231001
3092.35/3128.94	c #Conflicts:    2741000 | #Constraints:     232001
3092.35/3128.94	c #Conflicts:    2742000 | #Constraints:     233001
3092.35/3128.94	c #Conflicts:    2743000 | #Constraints:     234001
3092.35/3128.94	c #Conflicts:    2744000 | #Constraints:     235001
3092.35/3128.94	c #Conflicts:    2745000 | #Constraints:     236001
3092.35/3128.94	c #Conflicts:    2746000 | #Constraints:     237001
3092.35/3128.94	c #Conflicts:    2747000 | #Constraints:     238001
3092.35/3128.94	c #Conflicts:    2748000 | #Constraints:     239001
3092.35/3128.94	c #Conflicts:    2749000 | #Constraints:     240001
3092.35/3128.94	c #Conflicts:    2750000 | #Constraints:     241001
3092.35/3128.94	c #Conflicts:    2751000 | #Constraints:     242001
3092.35/3128.94	c #Conflicts:    2752000 | #Constraints:     243001
3092.35/3128.94	c #Conflicts:    2753000 | #Constraints:     244001
3092.35/3128.94	c #Conflicts:    2754000 | #Constraints:     245001
3092.35/3128.94	c #Conflicts:    2755000 | #Constraints:     246001
3092.35/3128.94	c #Conflicts:    2756000 | #Constraints:     247001
3092.35/3128.94	c #Conflicts:    2757000 | #Constraints:     248001
3092.35/3128.94	c #Conflicts:    2758000 | #Constraints:     249001
3117.98/3154.69	c #Conflicts:    2759000 | #Constraints:     250001
3117.98/3154.69	c #Conflicts:    2760000 | #Constraints:     251001
3117.98/3154.69	c #Conflicts:    2761000 | #Constraints:     252001
3117.98/3154.69	c #Conflicts:    2762000 | #Constraints:     253001
3117.98/3154.69	c #Conflicts:    2763000 | #Constraints:     254001
3117.98/3154.69	c #Conflicts:    2764000 | #Constraints:     255001
3117.98/3154.69	c #Conflicts:    2765000 | #Constraints:     256001
3117.98/3154.69	c #Conflicts:    2766000 | #Constraints:     257001
3117.98/3154.69	c #Conflicts:    2767000 | #Constraints:     258001
3117.98/3154.69	c #Conflicts:    2768000 | #Constraints:     259001
3117.98/3154.69	c #Conflicts:    2769000 | #Constraints:     260001
3117.98/3154.69	c #Conflicts:    2770000 | #Constraints:     261001
3117.98/3154.69	c #Conflicts:    2771000 | #Constraints:     262001
3117.98/3154.69	c #Conflicts:    2772000 | #Constraints:     263001
3117.98/3154.69	c #Conflicts:    2773000 | #Constraints:     264001
3117.98/3154.69	c #Conflicts:    2774000 | #Constraints:     265001
3117.98/3154.69	c #Conflicts:    2775000 | #Constraints:     266001
3117.98/3154.69	c #Conflicts:    2776000 | #Constraints:     267001
3117.98/3154.69	c bounds -46 >= -309 @ 3092.06
3142.26/3179.14	c #Conflicts:    2777000 | #Constraints:     268058
3142.26/3179.14	c #Conflicts:    2778000 | #Constraints:     269058
3142.26/3179.14	c #Conflicts:    2779000 | #Constraints:     270058
3142.26/3179.14	c #Conflicts:    2780000 | #Constraints:     271058
3142.26/3179.14	c #Conflicts:    2781000 | #Constraints:     272058
3142.26/3179.14	c #Conflicts:    2782000 | #Constraints:     273058
3142.26/3179.14	c #Conflicts:    2783000 | #Constraints:     274058
3142.26/3179.14	c #Conflicts:    2784000 | #Constraints:     275058
3142.26/3179.14	c #Conflicts:    2785000 | #Constraints:     276058
3142.26/3179.14	c #Conflicts:    2786000 | #Constraints:     277058
3142.26/3179.14	c #Conflicts:    2787000 | #Constraints:     278058
3142.26/3179.14	c #Conflicts:    2788000 | #Constraints:     279058
3142.26/3179.14	c #Conflicts:    2789000 | #Constraints:     280058
3142.26/3179.14	c #Conflicts:    2790000 | #Constraints:     281058
3142.26/3179.14	c #Conflicts:    2791000 | #Constraints:     282058
3142.26/3179.14	c #Conflicts:    2792000 | #Constraints:     283058
3142.26/3179.14	c INPROCESSING
3142.26/3179.14	c GARBAGE COLLECT
3142.26/3179.14	c rational objective -309
3189.72/3227.57	c #Conflicts:    2793000 | #Constraints:     199530
3189.72/3227.57	c #Conflicts:    2794000 | #Constraints:     200530
3189.72/3227.57	c #Conflicts:    2795000 | #Constraints:     201530
3189.72/3227.57	c #Conflicts:    2796000 | #Constraints:     202530
3189.72/3227.57	c #Conflicts:    2797000 | #Constraints:     203530
3189.72/3227.57	c #Conflicts:    2798000 | #Constraints:     204530
3189.72/3227.57	c #Conflicts:    2799000 | #Constraints:     205530
3189.72/3227.57	c #Conflicts:    2800000 | #Constraints:     206530
3189.72/3227.57	c #Conflicts:    2801000 | #Constraints:     207530
3189.72/3227.57	c #Conflicts:    2802000 | #Constraints:     208530
3189.72/3227.57	c #Conflicts:    2803000 | #Constraints:     209530
3189.72/3227.57	c #Conflicts:    2804000 | #Constraints:     210530
3189.72/3227.57	c #Conflicts:    2805000 | #Constraints:     211530
3189.72/3227.57	c #Conflicts:    2806000 | #Constraints:     212530
3189.72/3227.57	c #Conflicts:    2807000 | #Constraints:     213530
3189.72/3227.57	c #Conflicts:    2808000 | #Constraints:     214530
3189.72/3227.57	c #Conflicts:    2809000 | #Constraints:     215530
3189.72/3227.57	c #Conflicts:    2810000 | #Constraints:     216530
3189.72/3227.57	c #Conflicts:    2811000 | #Constraints:     217530
3189.72/3227.57	c #Conflicts:    2812000 | #Constraints:     218530
3189.72/3227.57	c #Conflicts:    2813000 | #Constraints:     219530
3189.72/3227.57	c #Conflicts:    2814000 | #Constraints:     220530
3189.72/3227.57	c #Conflicts:    2815000 | #Constraints:     221530
3189.72/3227.57	c #Conflicts:    2816000 | #Constraints:     222530
3189.72/3227.57	c #Conflicts:    2817000 | #Constraints:     223530
3189.72/3227.57	c #Conflicts:    2818000 | #Constraints:     224530
3189.72/3227.57	c #Conflicts:    2819000 | #Constraints:     225530
3189.72/3227.57	c #Conflicts:    2820000 | #Constraints:     226530
3189.72/3227.57	c #Conflicts:    2821000 | #Constraints:     227530
3189.72/3227.57	c #Conflicts:    2822000 | #Constraints:     228530
3189.72/3227.57	c #Conflicts:    2823000 | #Constraints:     229530
3189.72/3227.57	c #Conflicts:    2824000 | #Constraints:     230530
3189.72/3227.57	c #Conflicts:    2825000 | #Constraints:     231530
3189.72/3227.57	c #Conflicts:    2826000 | #Constraints:     232530
3189.72/3227.57	c #Conflicts:    2827000 | #Constraints:     233530
3189.72/3227.57	c #Conflicts:    2828000 | #Constraints:     234530
3189.72/3227.57	c #Conflicts:    2829000 | #Constraints:     235530
3189.72/3227.57	c #Conflicts:    2830000 | #Constraints:     236530
3189.72/3227.57	c #Conflicts:    2831000 | #Constraints:     237530
3189.72/3227.57	c #Conflicts:    2832000 | #Constraints:     238530
3189.72/3227.57	c #Conflicts:    2833000 | #Constraints:     239530
3189.72/3227.57	c #Conflicts:    2834000 | #Constraints:     240530
3189.72/3227.57	c #Conflicts:    2835000 | #Constraints:     241530
3189.72/3227.57	c #Conflicts:    2836000 | #Constraints:     242530
3189.72/3227.57	c INPROCESSING
3189.72/3227.57	c GARBAGE COLLECT
3189.72/3227.57	c rational objective -309
3261.06/3299.18	c #Conflicts:    2837000 | #Constraints:     179787
3261.06/3299.18	c #Conflicts:    2838000 | #Constraints:     180809
3261.06/3299.18	c #Conflicts:    2839000 | #Constraints:     181812
3261.06/3299.18	c #Conflicts:    2840000 | #Constraints:     182851
3261.06/3299.18	c #Conflicts:    2841000 | #Constraints:     183889
3261.06/3299.18	c #Conflicts:    2842000 | #Constraints:     184931
3261.06/3299.18	c #Conflicts:    2843000 | #Constraints:     185970
3261.06/3299.18	c #Conflicts:    2844000 | #Constraints:     186998
3261.06/3299.18	c #Conflicts:    2845000 | #Constraints:     188034
3261.06/3299.18	c #Conflicts:    2846000 | #Constraints:     189066
3261.06/3299.18	c #Conflicts:    2847000 | #Constraints:     190110
3261.06/3299.18	c #Conflicts:    2848000 | #Constraints:     191162
3261.06/3299.18	c #Conflicts:    2849000 | #Constraints:     192194
3261.06/3299.18	c #Conflicts:    2850000 | #Constraints:     193232
3261.06/3299.18	c #Conflicts:    2851000 | #Constraints:     194267
3261.06/3299.18	c #Conflicts:    2852000 | #Constraints:     195305
3261.06/3299.18	c #Conflicts:    2853000 | #Constraints:     196336
3261.06/3299.18	c #Conflicts:    2854000 | #Constraints:     197377
3261.06/3299.18	c #Conflicts:    2855000 | #Constraints:     198424
3261.06/3299.18	c #Conflicts:    2856000 | #Constraints:     199459
3261.06/3299.18	c #Conflicts:    2857000 | #Constraints:     200488
3261.06/3299.18	c #Conflicts:    2858000 | #Constraints:     201516
3261.06/3299.18	c #Conflicts:    2859000 | #Constraints:     202542
3261.06/3299.18	c #Conflicts:    2860000 | #Constraints:     203564
3261.06/3299.18	c #Conflicts:    2861000 | #Constraints:     204603
3261.06/3299.18	c #Conflicts:    2862000 | #Constraints:     205630
3261.06/3299.18	c #Conflicts:    2863000 | #Constraints:     206651
3261.06/3299.18	c #Conflicts:    2864000 | #Constraints:     207672
3261.06/3299.18	c #Conflicts:    2865000 | #Constraints:     208697
3261.06/3299.18	c #Conflicts:    2866000 | #Constraints:     209731
3261.06/3299.18	c #Conflicts:    2867000 | #Constraints:     210761
3261.06/3299.18	c #Conflicts:    2868000 | #Constraints:     211800
3261.06/3299.18	c #Conflicts:    2869000 | #Constraints:     212833
3261.06/3299.18	c #Conflicts:    2870000 | #Constraints:     213861
3261.06/3299.18	c #Conflicts:    2871000 | #Constraints:     214890
3261.06/3299.18	c #Conflicts:    2872000 | #Constraints:     215923
3261.06/3299.18	c #Conflicts:    2873000 | #Constraints:     216950
3261.06/3299.18	c #Conflicts:    2874000 | #Constraints:     218000
3261.06/3299.18	c #Conflicts:    2875000 | #Constraints:     219037
3261.06/3299.18	c #Conflicts:    2876000 | #Constraints:     220071
3261.06/3299.18	c #Conflicts:    2877000 | #Constraints:     221122
3261.06/3299.18	c #Conflicts:    2878000 | #Constraints:     222159
3261.06/3299.18	c #Conflicts:    2879000 | #Constraints:     223197
3261.06/3299.18	c #Conflicts:    2880000 | #Constraints:     224243
3261.06/3299.18	c INPROCESSING
3261.06/3299.18	c GARBAGE COLLECT
3261.06/3299.18	c rational objective -309
3349.88/3388.72	c #Conflicts:    2881000 | #Constraints:     173428
3349.88/3388.72	c #Conflicts:    2882000 | #Constraints:     174428
3349.88/3388.72	c #Conflicts:    2883000 | #Constraints:     175428
3349.88/3388.72	c #Conflicts:    2884000 | #Constraints:     176428
3349.88/3388.72	c #Conflicts:    2885000 | #Constraints:     177428
3349.88/3388.72	c #Conflicts:    2886000 | #Constraints:     178428
3349.88/3388.72	c #Conflicts:    2887000 | #Constraints:     179428
3349.88/3388.72	c #Conflicts:    2888000 | #Constraints:     180428
3349.88/3388.72	c #Conflicts:    2889000 | #Constraints:     181428
3349.88/3388.72	c #Conflicts:    2890000 | #Constraints:     182428
3349.88/3388.72	c #Conflicts:    2891000 | #Constraints:     183428
3349.88/3388.72	c #Conflicts:    2892000 | #Constraints:     184428
3349.88/3388.72	c #Conflicts:    2893000 | #Constraints:     185428
3349.88/3388.72	c #Conflicts:    2894000 | #Constraints:     186428
3349.88/3388.72	c #Conflicts:    2895000 | #Constraints:     187428
3349.88/3388.72	c #Conflicts:    2896000 | #Constraints:     188428
3349.88/3388.72	c #Conflicts:    2897000 | #Constraints:     189428
3349.88/3388.72	c #Conflicts:    2898000 | #Constraints:     190428
3349.88/3388.72	c #Conflicts:    2899000 | #Constraints:     191428
3349.88/3388.72	c #Conflicts:    2900000 | #Constraints:     192428
3349.88/3388.72	c #Conflicts:    2901000 | #Constraints:     193428
3349.88/3388.72	c #Conflicts:    2902000 | #Constraints:     194428
3349.88/3388.72	c #Conflicts:    2903000 | #Constraints:     195428
3349.88/3388.72	c #Conflicts:    2904000 | #Constraints:     196428
3349.88/3388.72	c #Conflicts:    2905000 | #Constraints:     197428
3349.88/3388.72	c #Conflicts:    2906000 | #Constraints:     198428
3349.88/3388.72	c #Conflicts:    2907000 | #Constraints:     199428
3349.88/3388.72	c #Conflicts:    2908000 | #Constraints:     200428
3349.88/3388.72	c #Conflicts:    2909000 | #Constraints:     201428
3349.88/3388.72	c #Conflicts:    2910000 | #Constraints:     202428
3349.88/3388.72	c #Conflicts:    2911000 | #Constraints:     203428
3349.88/3388.72	c #Conflicts:    2912000 | #Constraints:     204428
3349.88/3388.72	c #Conflicts:    2913000 | #Constraints:     205428
3349.88/3388.72	c #Conflicts:    2914000 | #Constraints:     206428
3349.88/3388.72	c #Conflicts:    2915000 | #Constraints:     207428
3349.88/3388.72	c #Conflicts:    2916000 | #Constraints:     208428
3349.88/3388.72	c #Conflicts:    2917000 | #Constraints:     209428
3349.88/3388.72	c #Conflicts:    2918000 | #Constraints:     210428
3349.88/3388.72	c #Conflicts:    2919000 | #Constraints:     211428
3349.88/3388.72	c #Conflicts:    2920000 | #Constraints:     212428
3349.88/3388.72	c #Conflicts:    2921000 | #Constraints:     213428
3349.88/3388.72	c #Conflicts:    2922000 | #Constraints:     214428
3349.88/3388.72	c #Conflicts:    2923000 | #Constraints:     215428
3349.88/3388.72	c #Conflicts:    2924000 | #Constraints:     216428
3349.88/3388.72	c #Conflicts:    2925000 | #Constraints:     217428
3349.88/3388.72	c #Conflicts:    2926000 | #Constraints:     218428
3349.88/3388.72	c #Conflicts:    2927000 | #Constraints:     219428
3349.88/3388.72	c #Conflicts:    2928000 | #Constraints:     220428
3349.88/3388.72	c #Conflicts:    2929000 | #Constraints:     221428
3349.88/3388.72	c #Conflicts:    2930000 | #Constraints:     222428
3349.88/3388.72	c #Conflicts:    2931000 | #Constraints:     223428
3349.88/3388.72	c #Conflicts:    2932000 | #Constraints:     224428
3349.88/3388.72	c #Conflicts:    2933000 | #Constraints:     225428
3349.88/3388.72	c #Conflicts:    2934000 | #Constraints:     226428
3349.88/3388.72	c #Conflicts:    2935000 | #Constraints:     227428
3349.88/3388.72	c #Conflicts:    2936000 | #Constraints:     228428
3349.88/3388.72	c #Conflicts:    2937000 | #Constraints:     229428
3349.88/3388.72	c #Conflicts:    2938000 | #Constraints:     230428
3349.88/3388.72	c #Conflicts:    2939000 | #Constraints:     231428
3349.88/3388.72	c #Conflicts:    2940000 | #Constraints:     232428
3349.88/3388.72	c #Conflicts:    2941000 | #Constraints:     233428
3349.88/3388.72	c #Conflicts:    2942000 | #Constraints:     234428
3349.88/3388.72	c #Conflicts:    2943000 | #Constraints:     235428
3349.88/3388.72	c #Conflicts:    2944000 | #Constraints:     236428
3349.88/3388.72	c #Conflicts:    2945000 | #Constraints:     237428
3349.88/3388.72	c #Conflicts:    2946000 | #Constraints:     238428
3349.88/3388.72	c #Conflicts:    2947000 | #Constraints:     239428
3349.88/3388.72	c #Conflicts:    2948000 | #Constraints:     240428
3349.88/3388.72	c #Conflicts:    2949000 | #Constraints:     241428
3349.88/3388.72	c #Conflicts:    2950000 | #Constraints:     242428
3349.88/3388.72	c #Conflicts:    2951000 | #Constraints:     243428
3349.88/3388.72	c #Conflicts:    2952000 | #Constraints:     244428
3349.88/3388.72	c #Conflicts:    2953000 | #Constraints:     245428
3349.88/3388.72	c #Conflicts:    2954000 | #Constraints:     246428
3349.88/3388.72	c #Conflicts:    2955000 | #Constraints:     247428
3349.88/3388.72	c #Conflicts:    2956000 | #Constraints:     248428
3349.88/3388.72	c #Conflicts:    2957000 | #Constraints:     249428
3349.88/3388.72	c #Conflicts:    2958000 | #Constraints:     250428
3349.88/3388.72	c #Conflicts:    2959000 | #Constraints:     251428
3399.91/3448.15	c #Conflicts:    2960000 | #Constraints:     252428
3399.91/3448.15	c #Conflicts:    2961000 | #Constraints:     253428
3399.91/3448.15	c #Conflicts:    2962000 | #Constraints:     254428
3399.91/3448.15	c #Conflicts:    2963000 | #Constraints:     255428
3399.91/3448.15	c #Conflicts:    2964000 | #Constraints:     256428
3399.91/3448.15	c #Conflicts:    2965000 | #Constraints:     257428
3399.91/3448.15	c #Conflicts:    2966000 | #Constraints:     258428
3399.91/3448.15	c #Conflicts:    2967000 | #Constraints:     259428
3399.91/3448.15	c #Conflicts:    2968000 | #Constraints:     260428
3399.91/3448.15	c #Conflicts:    2969000 | #Constraints:     261428
3399.91/3448.15	c #Conflicts:    2970000 | #Constraints:     262428
3399.91/3448.15	c #Conflicts:    2971000 | #Constraints:     263428
3399.91/3448.15	c #Conflicts:    2972000 | #Constraints:     264428
3399.91/3448.15	c #Conflicts:    2973000 | #Constraints:     265428
3399.91/3448.15	c #Conflicts:    2974000 | #Constraints:     266428
3399.91/3448.15	c #Conflicts:    2975000 | #Constraints:     267428
3399.91/3448.15	c #Conflicts:    2976000 | #Constraints:     268428
3399.91/3448.15	c #Conflicts:    2977000 | #Constraints:     269428
3399.91/3448.15	c #Conflicts:    2978000 | #Constraints:     270428
3399.91/3448.15	c #Conflicts:    2979000 | #Constraints:     271428
3399.91/3448.15	c #Conflicts:    2980000 | #Constraints:     272428
3399.91/3448.15	c #Conflicts:    2981000 | #Constraints:     273428
3399.91/3448.15	c #Conflicts:    2982000 | #Constraints:     274428
3399.91/3448.15	c #Conflicts:    2983000 | #Constraints:     275428
3399.91/3448.15	c #Conflicts:    2984000 | #Constraints:     276428
3399.91/3448.15	c #Conflicts:    2985000 | #Constraints:     277428
3399.91/3448.15	c #Conflicts:    2986000 | #Constraints:     278428
3399.91/3448.15	c #Conflicts:    2987000 | #Constraints:     279428
3399.91/3448.15	c #Conflicts:    2988000 | #Constraints:     280428
3399.91/3448.15	c #Conflicts:    2989000 | #Constraints:     281428
3399.91/3448.15	c #Conflicts:    2990000 | #Constraints:     282428
3399.91/3448.15	c bounds -46 >= -308 @ 3372.02
3410.48/3458.76	c #Conflicts:    2991000 | #Constraints:     283470
3410.48/3458.76	c #Conflicts:    2992000 | #Constraints:     284470
3410.48/3458.76	c #Conflicts:    2993000 | #Constraints:     285470
3410.48/3458.76	c #Conflicts:    2994000 | #Constraints:     286470
3410.48/3458.76	c #Conflicts:    2995000 | #Constraints:     287470
3410.48/3458.76	c #Conflicts:    2996000 | #Constraints:     288470
3410.48/3458.76	c #Conflicts:    2997000 | #Constraints:     289470
3410.48/3458.76	c INPROCESSING
3410.48/3458.76	c GARBAGE COLLECT
3410.48/3458.76	c rational objective -308
3461.72/3515.39	c #Conflicts:    2998000 | #Constraints:     203233
3461.72/3515.39	c #Conflicts:    2999000 | #Constraints:     204233
3461.72/3515.39	c #Conflicts:    3000000 | #Constraints:     205233
3461.72/3515.39	c #Conflicts:    3001000 | #Constraints:     206233
3461.72/3515.39	c #Conflicts:    3002000 | #Constraints:     207233
3461.72/3515.39	c #Conflicts:    3003000 | #Constraints:     208233
3461.72/3515.39	c #Conflicts:    3004000 | #Constraints:     209233
3461.72/3515.39	c #Conflicts:    3005000 | #Constraints:     210233
3461.72/3515.39	c #Conflicts:    3006000 | #Constraints:     211233
3461.72/3515.39	c #Conflicts:    3007000 | #Constraints:     212233
3461.72/3515.39	c #Conflicts:    3008000 | #Constraints:     213233
3461.72/3515.39	c #Conflicts:    3009000 | #Constraints:     214233
3461.72/3515.39	c #Conflicts:    3010000 | #Constraints:     215233
3461.72/3515.39	c #Conflicts:    3011000 | #Constraints:     216233
3461.72/3515.39	c #Conflicts:    3012000 | #Constraints:     217233
3461.72/3515.39	c #Conflicts:    3013000 | #Constraints:     218233
3461.72/3515.39	c #Conflicts:    3014000 | #Constraints:     219233
3461.72/3515.39	c #Conflicts:    3015000 | #Constraints:     220233
3461.72/3515.39	c #Conflicts:    3016000 | #Constraints:     221233
3461.72/3515.39	c #Conflicts:    3017000 | #Constraints:     222233
3461.72/3515.39	c #Conflicts:    3018000 | #Constraints:     223233
3461.72/3515.39	c #Conflicts:    3019000 | #Constraints:     224233
3461.72/3515.39	c #Conflicts:    3020000 | #Constraints:     225233
3461.72/3515.39	c #Conflicts:    3021000 | #Constraints:     226233
3461.72/3515.39	c #Conflicts:    3022000 | #Constraints:     227233
3461.72/3515.39	c #Conflicts:    3023000 | #Constraints:     228233
3461.72/3515.39	c #Conflicts:    3024000 | #Constraints:     229233
3461.72/3515.39	c #Conflicts:    3025000 | #Constraints:     230233
3461.72/3515.39	c #Conflicts:    3026000 | #Constraints:     231233
3461.72/3515.39	c #Conflicts:    3027000 | #Constraints:     232233
3461.72/3515.39	c #Conflicts:    3028000 | #Constraints:     233233
3461.72/3515.39	c #Conflicts:    3029000 | #Constraints:     234233
3461.72/3515.39	c #Conflicts:    3030000 | #Constraints:     235233
3461.72/3515.39	c #Conflicts:    3031000 | #Constraints:     236233
3461.72/3515.39	c #Conflicts:    3032000 | #Constraints:     237233
3461.72/3515.39	c #Conflicts:    3033000 | #Constraints:     238233
3461.72/3515.39	c #Conflicts:    3034000 | #Constraints:     239233
3461.72/3515.39	c #Conflicts:    3035000 | #Constraints:     240233
3461.72/3515.39	c #Conflicts:    3036000 | #Constraints:     241233
3461.72/3515.39	c #Conflicts:    3037000 | #Constraints:     242233
3461.72/3515.39	c #Conflicts:    3038000 | #Constraints:     243233
3461.72/3515.39	c #Conflicts:    3039000 | #Constraints:     244233
3461.72/3515.39	c #Conflicts:    3040000 | #Constraints:     245233
3461.72/3515.39	c #Conflicts:    3041000 | #Constraints:     246233
3461.72/3515.39	c #Conflicts:    3042000 | #Constraints:     247233
3461.72/3515.39	c INPROCESSING
3461.72/3515.39	c GARBAGE COLLECT
3461.72/3515.39	c rational objective -308
3505.94/3559.82	c #Conflicts:    3043000 | #Constraints:     182216
3505.94/3559.82	c #Conflicts:    3044000 | #Constraints:     183216
3505.94/3559.82	c #Conflicts:    3045000 | #Constraints:     184216
3505.94/3559.82	c #Conflicts:    3046000 | #Constraints:     185216
3505.94/3559.82	c #Conflicts:    3047000 | #Constraints:     186216
3505.94/3559.82	c #Conflicts:    3048000 | #Constraints:     187216
3505.94/3559.82	c #Conflicts:    3049000 | #Constraints:     188216
3505.94/3559.82	c #Conflicts:    3050000 | #Constraints:     189216
3505.94/3559.82	c #Conflicts:    3051000 | #Constraints:     190216
3505.94/3559.82	c #Conflicts:    3052000 | #Constraints:     191216
3505.94/3559.82	c #Conflicts:    3053000 | #Constraints:     192216
3505.94/3559.82	c #Conflicts:    3054000 | #Constraints:     193216
3505.94/3559.82	c #Conflicts:    3055000 | #Constraints:     194216
3505.94/3559.82	c #Conflicts:    3056000 | #Constraints:     195216
3505.94/3559.82	c #Conflicts:    3057000 | #Constraints:     196216
3505.94/3559.82	c #Conflicts:    3058000 | #Constraints:     197216
3505.94/3559.82	c #Conflicts:    3059000 | #Constraints:     198216
3505.94/3559.82	c #Conflicts:    3060000 | #Constraints:     199216
3505.94/3559.82	c #Conflicts:    3061000 | #Constraints:     200216
3505.94/3559.82	c #Conflicts:    3062000 | #Constraints:     201216
3505.94/3559.82	c #Conflicts:    3063000 | #Constraints:     202216
3505.94/3559.82	c #Conflicts:    3064000 | #Constraints:     203216
3505.94/3559.82	c #Conflicts:    3065000 | #Constraints:     204216
3505.94/3559.82	c #Conflicts:    3066000 | #Constraints:     205216
3505.94/3559.82	c #Conflicts:    3067000 | #Constraints:     206216
3505.94/3559.82	c #Conflicts:    3068000 | #Constraints:     207216
3505.94/3559.82	c #Conflicts:    3069000 | #Constraints:     208216
3505.94/3559.82	c #Conflicts:    3070000 | #Constraints:     209216
3505.94/3559.82	c #Conflicts:    3071000 | #Constraints:     210216
3505.94/3559.82	c #Conflicts:    3072000 | #Constraints:     211216
3505.94/3559.82	c #Conflicts:    3073000 | #Constraints:     212216
3505.94/3559.82	c #Conflicts:    3074000 | #Constraints:     213216
3505.94/3559.82	c #Conflicts:    3075000 | #Constraints:     214216
3505.94/3559.82	c #Conflicts:    3076000 | #Constraints:     215216
3505.94/3559.82	c #Conflicts:    3077000 | #Constraints:     216216
3505.94/3559.82	c #Conflicts:    3078000 | #Constraints:     217216
3505.94/3559.82	c #Conflicts:    3079000 | #Constraints:     218216
3505.94/3559.82	c #Conflicts:    3080000 | #Constraints:     219216
3505.94/3559.82	c #Conflicts:    3081000 | #Constraints:     220216
3505.94/3559.82	c #Conflicts:    3082000 | #Constraints:     221216
3505.94/3559.82	c #Conflicts:    3083000 | #Constraints:     222216
3505.94/3559.82	c #Conflicts:    3084000 | #Constraints:     223216
3505.94/3559.82	c #Conflicts:    3085000 | #Constraints:     224216
3505.94/3559.82	c #Conflicts:    3086000 | #Constraints:     225216
3505.94/3559.82	c #Conflicts:    3087000 | #Constraints:     226216
3505.94/3559.82	c INPROCESSING
3505.94/3559.82	c GARBAGE COLLECT
3505.94/3559.82	c rational objective -308
3600.02/3654.80	c #Conflicts:    3088000 | #Constraints:     176002
3600.02/3654.80	c #Conflicts:    3089000 | #Constraints:     177002
3600.02/3654.80	c #Conflicts:    3090000 | #Constraints:     178003
3600.02/3654.80	c #Conflicts:    3091000 | #Constraints:     179034
3600.02/3654.80	c #Conflicts:    3092000 | #Constraints:     180077
3600.02/3654.80	c #Conflicts:    3093000 | #Constraints:     181109
3600.02/3654.80	c #Conflicts:    3094000 | #Constraints:     182138
3600.02/3654.80	c #Conflicts:    3095000 | #Constraints:     183182
3600.02/3654.80	c #Conflicts:    3096000 | #Constraints:     184214
3600.02/3654.80	c #Conflicts:    3097000 | #Constraints:     185247
3600.02/3654.80	c #Conflicts:    3098000 | #Constraints:     186283
3600.02/3654.80	c #Conflicts:    3099000 | #Constraints:     187309
3600.02/3654.80	c #Conflicts:    3100000 | #Constraints:     188347
3600.02/3654.80	c #Conflicts:    3101000 | #Constraints:     189377
3600.02/3654.80	c #Conflicts:    3102000 | #Constraints:     190408
3600.02/3654.80	c #Conflicts:    3103000 | #Constraints:     191438
3600.02/3654.80	c #Conflicts:    3104000 | #Constraints:     192465
3600.02/3654.80	c #Conflicts:    3105000 | #Constraints:     193493
3600.02/3654.80	c #Conflicts:    3106000 | #Constraints:     194526
3600.02/3654.80	c #Conflicts:    3107000 | #Constraints:     195554
3600.02/3654.80	c #Conflicts:    3108000 | #Constraints:     196596
3600.02/3654.80	c #Conflicts:    3109000 | #Constraints:     197623
3600.02/3654.80	c #Conflicts:    3110000 | #Constraints:     198650
3600.02/3654.80	c #Conflicts:    3111000 | #Constraints:     199685
3600.02/3654.80	c #Conflicts:    3112000 | #Constraints:     200717
3600.02/3654.80	c #Conflicts:    3113000 | #Constraints:     201757
3600.02/3654.80	c #Conflicts:    3114000 | #Constraints:     202800
3600.02/3654.80	c #Conflicts:    3115000 | #Constraints:     203839
3600.02/3654.80	c #Conflicts:    3116000 | #Constraints:     204877
3600.02/3654.80	c #Conflicts:    3117000 | #Constraints:     205906
3600.02/3654.80	c #Conflicts:    3118000 | #Constraints:     206926
3600.02/3654.80	c #Conflicts:    3119000 | #Constraints:     207940
3600.02/3654.80	c #Conflicts:    3120000 | #Constraints:     208959
3600.02/3654.80	c #Conflicts:    3121000 | #Constraints:     209977
3600.02/3654.80	c #Conflicts:    3122000 | #Constraints:     210998
3600.02/3654.80	c #Conflicts:    3123000 | #Constraints:     212027
3600.02/3654.80	c #Conflicts:    3124000 | #Constraints:     213051
3600.02/3654.80	c #Conflicts:    3125000 | #Constraints:     214082
3600.02/3654.80	c #Conflicts:    3126000 | #Constraints:     215119
3600.02/3654.80	c #Conflicts:    3127000 | #Constraints:     216159
3600.02/3654.80	c #Conflicts:    3128000 | #Constraints:     217189
3600.02/3654.80	c #Conflicts:    3129000 | #Constraints:     218221
3600.02/3654.80	c #Conflicts:    3130000 | #Constraints:     219243
3600.02/3654.80	c #Conflicts:    3131000 | #Constraints:     220273
3600.02/3654.80	c #Conflicts:    3132000 | #Constraints:     221308
3600.02/3654.80	c #Conflicts:    3133000 | #Constraints:     222340
3600.02/3654.80	c #Conflicts:    3134000 | #Constraints:     223370
3600.02/3654.80	c #Conflicts:    3135000 | #Constraints:     224402
3600.02/3654.80	c #Conflicts:    3136000 | #Constraints:     225431
3600.02/3654.80	c #Conflicts:    3137000 | #Constraints:     226464
3600.02/3654.80	c #Conflicts:    3138000 | #Constraints:     227497
3600.02/3654.80	c #Conflicts:    3139000 | #Constraints:     228539
3600.02/3654.80	c #Conflicts:    3140000 | #Constraints:     229578
3600.02/3654.80	c #Conflicts:    3141000 | #Constraints:     230614
3600.02/3654.80	c #Conflicts:    3142000 | #Constraints:     231656
3600.02/3654.80	c #Conflicts:    3143000 | #Constraints:     232680
3600.02/3654.80	c #Conflicts:    3144000 | #Constraints:     233707
3600.02/3654.80	c #Conflicts:    3145000 | #Constraints:     234742
3600.02/3654.80	c #Conflicts:    3146000 | #Constraints:     235767
3600.02/3654.80	c cpu time 3570.65 s
3600.02/3654.80	c deterministic time 131210483395 1.31e+11
3600.02/3654.80	c optimization time 93.4431 s
3600.02/3654.80	c total solve time 3476.72 s
3600.02/3654.80	c core-guided solve time 2806.86 s
3600.02/3654.80	c propagation time 2904.73 s
3600.02/3654.80	c conflict analysis time 559.756 s
3600.02/3654.80	c propagations 1041763696
3600.02/3654.80	c resolve steps 76733540
3600.02/3654.80	c decisions 6031905
3600.02/3654.80	c conflicts 3146064
3600.02/3654.80	c restarts 5585
3600.02/3654.80	c inprocessing phases 83
3600.02/3654.80	c garbage collections 83 ,( 100.00 )
3600.02/3654.80	c input clauses 112671 ,( 94.70 )
3600.02/3654.80	c input cardinalities 4393 ,( 3.69 )
3600.02/3654.80	c input general constraints 1915 ,( 1.61 )
3600.02/3654.80	c input average constraint length 15.70
3600.02/3654.80	c input average constraint degree 6.27
3600.02/3654.80	c learned clauses 2818766 ,( 89.14 )
3600.02/3654.80	c learned cardinalities 82622 ,( 2.61 )
3600.02/3654.80	c learned general constraints 260911 ,( 8.25 )
3600.02/3654.80	c learned average constraint length 289.12
3600.02/3654.80	c learned average constraint degree 6674421.77
3600.02/3654.80	c watched  CF 32, 64, 128, Arb: 150481 , 0 , 0 , 0
3600.02/3654.80	c counting CF 32, 64, 128, Arb: 112346 , 0 , 0 , 0
3600.02/3654.80	c watched   constraints 150481 ,( 57.25 ) 
3600.02/3654.80	c counting  constraints 112345 ,( 42.75 ) 
3600.02/3654.80	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 5136992207 , 2521394892 , 8027900059 ,( 615528455 , 7412371604 )
3600.02/3654.80	c gcd simplifications 65701
3600.02/3654.80	c detected cardinalities 20385
3600.02/3654.80	c weakened non-implied lits 71811559
3600.02/3654.80	c weakened non-implying lits 253068
3600.02/3654.80	c original variables 1400
3600.02/3654.80	c clausal propagations 795035639
3600.02/3654.80	c cardinality propagations 56678170
3600.02/3654.80	c watched propagations 1735781
3600.02/3654.80	c counting propagations 184134078
3600.02/3654.80	c watch lookups 42419187987
3600.02/3654.80	c watch backjump lookups 0
3600.02/3654.80	c watch checks 74811302532
3600.02/3654.80	c propagation checks 9255918932
3600.02/3654.80	c constraint additions 2622187378
3600.02/3654.80	c trail pops 1050923298
3600.02/3654.80	c formula constraints 110038
3600.02/3654.80	c learned constraints 3131388
3600.02/3654.80	c bound constraints 1123
3600.02/3654.80	c core-guided constraints 7818
3600.02/3654.80	c encountered formula constraints 9256888
3600.02/3654.80	c encountered learned constraints 45470109
3600.02/3654.80	c encountered bound constraints 482
3600.02/3654.80	c encountered core-guided constraints 24912132
3600.02/3654.80	c LP total time 1489.65 s
3600.02/3654.80	c LP solve time 1396.83 s
3600.02/3654.80	c LP constraints added 111643
3600.02/3654.80	c LP constraints removed 1586
3600.02/3654.80	c LP pivots internal 3146130
3600.02/3654.80	c LP pivots root 21536
3600.02/3654.80	c LP calls 30250
3600.02/3654.80	c LP optimalities 15567
3600.02/3654.80	c LP no pivot count 6522
3600.02/3654.80	c LP infeasibilities 14681
3600.02/3654.80	c LP valid Farkas constraints 14680
3600.02/3654.80	c LP learned Farkas constraints 14680
3600.02/3654.80	c LP basis resets 0
3600.02/3654.80	c LP cycling count 0
3600.02/3654.80	c LP singular count 0
3600.02/3654.80	c LP no primal count 0
3600.02/3654.80	c LP no farkas count 0
3600.02/3654.80	c LP other issue count 0
3600.02/3654.80	c LP Gomory cuts 1551
3600.02/3654.80	c LP learned cuts 54
3600.02/3654.80	c LP deleted cuts 1586
3600.02/3654.80	c LP encountered Gomory constraints 0
3600.02/3654.80	c LP encountered Farkas constraints 186242
3600.02/3654.80	c LP encountered learned Farkas constraints 39070
3600.02/3654.80	c CG auxiliary variables introduced 2970
3600.02/3654.80	c CG solutions found 30
3600.02/3654.80	c CG cores constructed 1092
3600.02/3654.80	c CG core cardinality constraints returned 0
3600.02/3654.80	c CG unit cores 0
3600.02/3654.80	c CG single cores 1092
3600.02/3654.80	c CG blocks removed during cardinality reduction 0
3600.02/3654.80	c CG first core best 0
3600.02/3654.80	c CG decision core best 0
3600.02/3654.80	c CG core reduction tie 0
3600.02/3654.80	c CG core degree average 1.00
3600.02/3654.80	c CG core slack average 2.96
3600.02/3654.80	c CG core upper bound improvements 0
3600.02/3654.80	c STR number of successful calls 0
3600.02/3654.80	c STR number of unsuccessful calls 0
3600.02/3654.80	c STR number of inconclusive calls 0
3600.02/3654.80	c STR number of successful attempts 0
3600.02/3654.80	c STR number of unsuccessful attempts 0
3600.02/3654.80	c STR number of inconclusive attempts 0
3600.02/3654.80	c STR average degree increase per successful call inf
3600.02/3654.80	c STR average degree increase per successful attempt inf
3600.02/3654.80	c STR total number of conflicts for successful attempts 0
3600.02/3654.80	c STR total number of conflicts for unsuccessful attempts 0
3600.02/3654.80	c STR total number of conflicts for inconclusive attempts 0
3600.02/3654.80	c STR average number of conflicts per successful attempt inf
3600.02/3654.80	c STR average number of conflicts per unsuccessful attempt inf
3600.02/3654.80	c STR average number of conflicts per inconclusive attempt inf
3600.02/3654.80	c AVG.sumWPerc 35.22 
3600.02/3654.80	c bigint constraints 0 
3600.02/3654.80	o -46
3600.02/3654.80	s SATISFIABLE
3600.02/3654.80	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 x70 -x71 -x72 -x73 -x74 -x75 x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 x873 -x874 -x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 x915 -x916 -x917 -x918 -x919 -x920 -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 -x936 -x937 x938 -x939 -x940 -x941 -x942 -x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 x957 -x958 -x959 -x960 -x961 -x962 -x963 -x964 -x965 -x966 -x967 -x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 -x982 -x983 -x984 -x985 -x986 -x987 -x988 -x989 -x990 -x991 -x992 x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 -x1001 -x1002 -x1003 -x1004 x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 -x1020 -x1021 -x1022 -x1023 -x1024 -x1025 -x1026 -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 -x1033 -x1034 -x1035 -x1036 -x1037 -x1038 x1039 -x1040 -x1041 -x1042 -x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 -x1051 -x1052 -x1053 -x1054 -x1055 -x1056 -x1057 -x1058 -x1059 -x1060 -x1061 -x1062 -x1063 -x1064 -x1065 -x1066 -x1067 x1068 -x1069 -x1070 -x1071 -x1072 -x1073 -x1074 -x1075 -x1076 -x1077 -x1078 -x1079 -x1080 -x1081 -x1082 -x1083 -x1084 -x1085 -x1086 -x1087 -x1088 -x1089 x1090 -x1091 -x1092 -x1093 -x1094 -x1095 -x1096 -x1097 -x1098 -x1099 -x1100 -x1101 -x1102 -x1103 -x1104 -x1105 -x1106 -x1107 -x1108 -x1109 -x1110 -x1111 -x1112 -x1113 -x1114 -x1115 -x1116 -x1117 -x1118 -x1119 -x1120 -x1121 -x1122 -x1123 -x1124 -x1125 -x1126 -x1127 -x1128 -x1129 x1130 -x1131 -x1132 -x1133 -x1134 -x1135 -x1136 -x1137 -x1138 -x1139 -x1140 -x1141 -x1142 -x1143 -x1144 -x1145 -x1146 -x1147 -x1148 -x1149 -x1150 -x1151 -x1152 -x1153 -x1154 -x1155 -x1156 -x1157 -x1158 -x1159 -x1160 -x1161 x1162 -x1163 -x1164 -x1165 -x1166 -x1167 -x1168 -x1169 -x1170 -x1171 -x1172 -x1173 -x1174 -x1175 -x1176 -x1177 -x1178 -x1179 -x1180 -x1181 -x1182 -x1183 -x1184 -x1185 x1186 -x1187 -x1188 -x1189 -x1190 -x1191 -x1192 -x1193 -x1194 -x1195 -x1196 -x1197 -x1198 -x1199 -x1200 -x1201 -x1202 -x1203 -x1204 -x1205 -x1206 -x1207 -x1208 -x1209 -x1210 -x1211 -x1212 -x1213 -x1214 -x1215 -x1216 -x1217 -x1218 -x1219 -x1220 -x1221 -x1222 -x1223 -x1224 x1225 -x1226 -x1227 -x1228 -x1229 -x1230 -x1231 -x1232 -x1233 -x1234 -x1235 -x1236 -x1237 -x1238 -x1239 -x1240 -x1241 -x1242 -x1243 -x1244 -x1245 -x1246 -x1247 -x1248 x1249 -x1250 -x1251 -x1252 -x1253 -x1254 -x1255 -x1256 -x1257 -x1258 -x1259 -x1260 -x1261 -x1262 -x1263 -x1264 -x1265 -x1266 -x1267 -x1268 -x1269 -x1270 -x1271 -x1272 -x1273 -x1274 -x1275 -x1276 -x1277 -x1278 -x1279 -x1280 -x1281 -x1282 -x1283 -x1284 -x1285 -x1286 -x1287 x1288 -x1289 -x1290 -x1291 -x1292 -x1293 -x1294 -x1295 -x1296 -x1297 -x1298 -x1299 -x1300 -x1301 -x1302 -x1303 -x1304 -x1305 -x1306 -x1307 -x1308 -x1309 -x1310 -x1311 -x1312 -x1313 -x1314 -x1315 -x1316 -x1317 -x1318 x1319 -x1320 -x1321 -x1322 -x1323 -x1324 -x1325 -x1326 -x1327 -x1328 -x1329 x1330 -x1331 -x1332 -x1333 -x1334 -x1335 -x1336 -x1337 -x1338 -x1339 -x1340 -x1341 -x1342 -x1343 -x1344 -x1345 -x1346 -x1347 -x1348 -x1349 -x1350 -x1351 -x1352 -x1353 -x1354 -x1355 -x1356 -x1357 -x1358 -x1359 -x1360 -x1361 -x1362 -x1363 -x1364 -x1365 -x1366 -x1367 -x1368 -x1369 -x1370 -x1371 -x1372 -x1373 -x1374 -x1375 -x1376 -x1377 x1378 -x1379 -x1380 -x1381 -x1382 -x1383 -x1384 -x1385 -x1386 -x1387 -x1388 -x1389 -x1390 -x1391 -x1392 -x1393 -x1394 -x1395 -x1396 -x1397 -x1398 -x1399 -x1400
3600.02/3654.80	c Program interrupted by user.

Verifier Data

OK	-46

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: 63665 MiB (52711 MiB free)
  memory of node 1: 64507 MiB (63068 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4531875-1752584603/watcher-4531875-1752584603 -o /tmp/evaluation-result-4531875-1752584603/solver-4531875-1752584603 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1752584602-145171 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4531875-1752584603.opb PROOFDIR/proof-4531875-1752584603 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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
Current StackSize limit: 8192 KiB

solver pid=145232, runsolver pid=145225

[startup+0.10006 s]*
/proc/loadavg: 0.09 0.34 0.26 5/268 145236
/proc/meminfo: memFree=118502396/131250000 swapFree=33008868/33010684
[pid=145232] ppid=145225 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/145232/stat : 145232 (run-opt-ls-log.) S 145225 145232 145160 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 174140603 4292608 736 18446744073709551615 93927743393792 93927744288325 140735238272608 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93927744527376 93927744575120 93927760723968 140735238277401 140735238277599 140735238277599 140735238283203 0
/proc/145232/statm: 1048 736 672 219 0 110 0
[pid=145235] ppid=145232 vsize=54292 memory=40196 CPUtime=0.06 cores=4,6
/proc/145235/stat : 145235 (pbsuma) R 145232 145232 145160 0 -1 4194304 6894 0 0 0 5 1 0 0 20 0 1 0 174140605 55595008 10049 18446744073709551615 4210688 4653049 140734120702416 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 4878336 140734120708321 140734120708656 140734120708656 140734120714223 0
/proc/145235/statm: 13573 10049 960 108 0 10981 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 58484 KiB
Current children cumulated memory: 43140 KiB

[startup+0.205386 s]*
/proc/loadavg: 0.09 0.34 0.26 5/268 145237
/proc/meminfo: memFree=118478328/131250000 swapFree=33008868/33010684
[pid=145232] ppid=145225 vsize=4192 memory=2944 CPUtime=0.09 cores=4,6
/proc/145232/stat : 145232 (run-opt-ls-log.) S 145225 145232 145160 0 -1 4194304 242 10933 0 0 0 0 8 1 20 0 1 0 174140603 4292608 736 18446744073709551615 93927743393792 93927744288325 140735238272608 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93927744527376 93927744575120 93927760723968 140735238277401 140735238277599 140735238277599 140735238283203 0
/proc/145232/statm: 1048 736 672 219 0 110 0
[pid=145237] ppid=145232 vsize=58964 memory=14428 CPUtime=0.03 cores=4,6
/proc/145237/stat : 145237 (roundingsat) R 145232 145232 145160 0 -1 4194304 1307 0 0 0 3 0 0 0 20 0 1 0 174140617 60379136 3607 18446744073709551615 4227072 8923577 140723381804224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 23445504 140723381811444 140723381811750 140723381811750 140723381817322 0
/proc/145237/statm: 14741 3607 2048 1147 0 2167 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 63156 KiB
Current children cumulated memory: 17372 KiB

[startup+0.305458 s]*
/proc/loadavg: 0.09 0.34 0.26 5/268 145237
/proc/meminfo: memFree=118455456/131250000 swapFree=33008868/33010684
[pid=145232] ppid=145225 vsize=4192 memory=2944 CPUtime=0.09 cores=4,6
/proc/145232/stat : 145232 (run-opt-ls-log.) S 145225 145232 145160 0 -1 4194304 242 10933 0 0 0 0 8 1 20 0 1 0 174140603 4292608 736 18446744073709551615 93927743393792 93927744288325 140735238272608 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93927744527376 93927744575120 93927760723968 140735238277401 140735238277599 140735238277599 140735238283203 0
/proc/145232/statm: 1048 736 672 219 0 110 0
[pid=145237] ppid=145232 vsize=67492 memory=22468 CPUtime=0.13 cores=4,6
/proc/145237/stat : 145237 (roundingsat) R 145232 145232 145160 0 -1 4194304 3604 0 0 0 11 2 0 0 20 0 1 0 174140617 69111808 5617 18446744073709551615 4227072 8923577 140723381804224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 23445504 140723381811444 140723381811750 140723381811750 140723381817322 0
/proc/145237/statm: 16873 5617 2048 1147 0 4299 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 71684 KiB
Current children cumulated memory: 25412 KiB

[startup+0.700189 s]
/proc/loadavg: 0.09 0.34 0.26 5/268 145237
/proc/meminfo: memFree=118434792/131250000 swapFree=33008868/33010684
[pid=145232] ppid=145225 vsize=4192 memory=2944 CPUtime=0.09 cores=4,6
/proc/145232/stat : 145232 (run-opt-ls-log.) S 145225 145232 145160 0 -1 4194304 242 10933 0 0 0 0 8 1 20 0 1 0 174140603 4292608 736 18446744073709551615 93927743393792 93927744288325 140735238272608 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93927744527376 93927744575120 93927760723968 140735238277401 140735238277599 140735238277599 140735238283203 0
/proc/145232/statm: 1048 736 672 219 0 110 0
[pid=145237] ppid=145232 vsize=198800 memory=123696 CPUtime=0.52 cores=4,6
/proc/145237/stat : 145237 (roundingsat) R 145232 145232 145160 0 -1 4194304 15009 0 0 0 42 10 0 0 20 0 1 0 174140617 203571200 30924 18446744073709551615 4227072 8923577 140723381804224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 23445504 140723381811444 140723381811750 140723381811750 140723381817322 0
/proc/145237/statm: 49700 30924 2304 1147 0 37126 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 202992 KiB
Current children cumulated memory: 126640 KiB

[startup+1.50015 s]
/proc/loadavg: 0.09 0.34 0.26 5/268 145237
/proc/meminfo: memFree=118270912/131250000 swapFree=33008868/33010684
[pid=145232] ppid=145225 vsize=4192 memory=2944 CPUtime=0.09 cores=4,6
/proc/145232/stat : 145232 (run-opt-ls-log.) S 145225 145232 145160 0 -1 4194304 242 10933 0 0 0 0 8 1 20 0 1 0 174140603 4292608 736 18446744073709551615 93927743393792 93927744288325 140735238272608 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93927744527376 93927744575120 93927760723968 140735238277401 140735238277599 140735238277599 140735238283203 0
/proc/145232/statm: 1048 736 672 219 0 110 0
[pid=145237] ppid=145232 vsize=218144 memory=162664 CPUtime=1.32 cores=4,6
/proc/145237/stat : 145237 (roundingsat) R 145232 145232 145160 0 -1 4194304 22401 0 0 0 120 12 0 0 20 0 1 0 174140617 223379456 40666 18446744073709551615 4227072 8923577 140723381804224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 23445504 140723381811444 140723381811750 140723381811750 140723381817322 0
/proc/145237/statm: 54536 40666 2400 1147 0 41962 0
Current children cumulated CPU time: 1.41 s
Current children cumulated vsize: 222336 KiB
Current children cumulated memory: 165608 KiB

[startup+3.10524 s]
/proc/loadavg: 0.40 0.40 0.28 5/268 145237
/proc/meminfo: memFree=118184952/131250000 swapFree=33008868/33010684
[pid=145232] ppid=145225 vsize=4192 memory=2944 CPUtime=0.09 cores=4,6
/proc/145232/stat : 145232 (run-opt-ls-log.) S 145225 145232 145160 0 -1 4194304 242 10933 0 0 0 0 8 1 20 0 1 0 174140603 4292608 736 18446744073709551615 93927743393792 93927744288325 140735238272608 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93927744527376 93927744575120 93927760723968 140735238277401 140735238277599 140735238277599 140735238283203 0
/proc/145232/statm: 1048 736 672 219 0 110 0
[pid=145237] ppid=145232 vsize=245464 memory=182692 CPUtime=2.92 cores=4,6
/proc/145237/stat : 145237 (roundingsat) R 145232 145232 145160 0 -1 4194304 26354 0 0 0 263 29 0 0 20 0 1 0 174140617 251355136 45673 18446744073709551615 4227072 8923577 140723381804224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 23445504 140723381811444 140723381811750 140723381811750 140723381817322 0
/proc/145237/statm: 61366 45673 2464 1147 0 48792 0
Current children cumulated CPU time: 3.01 s
Current children cumulated vsize: 249656 KiB
Current children cumulated memory: 185636 KiB

[startup+6.30017 s]
/proc/loadavg: 0.40 0.40 0.28 5/269 145238
/proc/meminfo: memFree=118096452/131250000 swapFree=33008868/33010684
[pid=145232] ppid=145225 vsize=4192 memory=2944 CPUtime=0.09 cores=4,6
/proc/145232/stat : 145232 (run-opt-ls-log.) S 145225 145232 145160 0 -1 4194304 242 10933 0 0 0 0 8 1 20 0 1 0 174140603 4292608 736 18446744073709551615 93927743393792 93927744288325 140735238272608 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93927744527376 93927744575120 93927760723968 140735238277401 140735238277599 140735238277599 140735238283203 0
/proc/145232/statm: 1048 736 672 219 0 110 0
[pid=145237] ppid=145232 vsize=251908 memory=191108 CPUtime=6.11 cores=4,6
/proc/145237/stat : 145237 (roundingsat) R 145232 145232 145160 0 -1 4194304 27949 0 0 0 567 44 0 0 20 0 1 0 174140617 257953792 47777 18446744073709551615 4227072 8923577 140723381804224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 23445504 140723381811444 140723381811750 140723381811750 140723381817322 0
/proc/145237/statm: 62977 47777 2464 1147 0 50403 0
Current children cumulated CPU time: 6.2 s
Current children cumulated vsize: 256100 KiB
Current children cumulated memory: 194052 KiB

[startup+12.7001 s]
/proc/loadavg: 0.69 0.46 0.30 5/269 145238
/proc/meminfo: memFree=117901652/131250000 swapFree=33008868/33010684
[pid=145232] ppid=145225 vsize=4192 memory=2944 CPUtime=0.09 cores=4,6
/proc/145232/stat : 145232 (run-opt-ls-log.) S 145225 145232 145160 0 -1 4194304 242 10933 0 0 0 0 8 1 20 0 1 0 174140603 4292608 736 18446744073709551615 93927743393792 93927744288325 140735238272608 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93927744527376 93927744575120 93927760723968 140735238277401 140735238277599 140735238277599 140735238283203 0
/proc/145232/statm: 1048 736 672 219 0 110 0
[pid=145237] ppid=145232 vsize=259088 memory=197888 CPUtime=12.49 cores=4,6
/proc/145237/stat : 145237 (roundingsat) R 145232 145232 145160 0 -1 4194304 28643 0 0 0 1196 53 0 0 20 0 1 0 174140617 265306112 49472 18446744073709551615 4227072 8923577 140723381804224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 23445504 140723381811444 140723381811750 140723381811750 140723381817322 0
/proc/145237/statm: 64772 49472 2464 1147 0 52198 0
Current children cumulated CPU time: 12.58 s
Current children cumulated vsize: 263280 KiB
Current children cumulated memory: 200832 KiB

[startup+25.5002 s]
/proc/loadavg: 1.42 0.64 0.36 5/269 145239
/proc/meminfo: memFree=117526976/131250000 swapFree=33008868/33010684
[pid=145232] ppid=145225 vsize=4192 memory=2944 CPUtime=0.09 cores=4,6
/proc/145232/stat : 145232 (run-opt-ls-log.) S 145225 145232 145160 0 -1 4194304 242 10933 0 0 0 0 8 1 20 0 1 0 174140603 4292608 736 18446744073709551615 93927743393792 93927744288325 140735238272608 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93927744527376 93927744575120 93927760723968 140735238277401 140735238277599 140735238277599 140735238283203 0
/proc/145232/statm: 1048 736 672 219 0 110 0
[pid=145237] ppid=145232 vsize=262304 memory=199936 CPUtime=25.26 cores=4,6
/proc/145237/stat : 145237 (roundingsat) R 145232 145232 145160 0 -1 4194304 29140 0 0 0 2459 67 0 0 20 0 1 0 174140617 268599296 49984 18446744073709551615 4227072 8923577 140723381804224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 23445504 140723381811444 140723381811750 140723381811750 140723381817322 0
/proc/145237/statm: 65576 49984 2464 1147 0 53002 0
Current children cumulated CPU time: 25.35 s
Current children cumulated vsize: 266496 KiB
Current children cumulated memory: 202880 KiB

[startup+51.1051 s]
/proc/loadavg: 2.37 0.92 0.46 5/266 145268
/proc/meminfo: memFree=117231504/131250000 swapFree=33008868/33010684
[pid=145232] ppid=145225 vsize=4192 memory=2944 CPUtime=0.09 cores=4,6
/proc/145232/stat : 145232 (run-opt-ls-log.) S 145225 145232 145160 0 -1 4194304 242 10933 0 0 0 0 8 1 20 0 1 0 174140603 4292608 736 18446744073709551615 93927743393792 93927744288325 140735238272608 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93927744527376 93927744575120 93927760723968 140735238277401 140735238277599 140735238277599 140735238283203 0
/proc/145232/statm: 1048 736 672 219 0 110 0
[pid=145237] ppid=145232 vsize=333308 memory=240940 CPUtime=50.43 cores=4,6
/proc/145237/stat : 145237 (roundingsat) R 145232 145232 145160 0 -1 4194304 32506 0 0 0 4946 97 0 0 20 0 1 0 174140617 341307392 60235 18446744073709551615 4227072 8923577 140723381804224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 23445504 140723381811444 140723381811750 140723381811750 140723381817322 0
/proc/145237/statm: 83327 60235 2464 1147 0 70753 0
Current children cumulated CPU time: 50.52 s
Current children cumulated vsize: 337500 KiB
Current children cumulated memory: 243884 KiB

[startup+102.3 s]
/proc/loadavg: 3.36 1.42 0.66 5/271 145290
/proc/meminfo: memFree=116191044/131250000 swapFree=33008868/33010684
[pid=145232] ppid=145225 vsize=4192 memory=2944 CPUtime=0.09 cores=4,6
/proc/145232/stat : 145232 (run-opt-ls-log.) S 145225 145232 145160 0 -1 4194304 242 10933 0 0 0 0 8 1 20 0 1 0 174140603 4292608 736 18446744073709551615 93927743393792 93927744288325 140735238272608 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93927744527376 93927744575120 93927760723968 140735238277401 140735238277599 140735238277599 140735238283203 0
/proc/145232/statm: 1048 736 672 219 0 110 0
[pid=145237] ppid=145232 vsize=392600 memory=303212 CPUtime=100.83 cores=4,6
/proc/145237/stat : 145237 (roundingsat) R 145232 145232 145160 0 -1 4194304 35310 0 0 0 9933 150 0 0 20 0 1 0 174140617 402022400 75803 18446744073709551615 4227072 8923577 140723381804224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 23445504 140723381811444 140723381811750 140723381811750 140723381817322 0
/proc/145237/statm: 98150 75803 2464 1147 0 85576 0
Current children cumulated CPU time: 100.92 s
Current children cumulated vsize: 396792 KiB
Current children cumulated memory: 306156 KiB

[startup+162.3 s]
/proc/loadavg: 3.81 1.90 0.87 5/271 145292
/proc/meminfo: memFree=115131144/131250000 swapFree=33008868/33010684
[pid=145232] ppid=145225 vsize=4192 memory=2944 CPUtime=0.09 cores=4,6
/proc/145232/stat : 145232 (run-opt-ls-log.) S 145225 145232 145160 0 -1 4194304 242 10933 0 0 0 0 8 1 20 0 1 0 174140603 4292608 736 18446744073709551615 93927743393792 93927744288325 140735238272608 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93927744527376 93927744575120 93927760723968 140735238277401 140735238277599 140735238277599 140735238283203 0
/proc/145232/statm: 1048 736 672 219 0 110 0
[pid=145237] ppid=145232 vsize=487436 memory=382840 CPUtime=159.93 cores=4,6
/proc/145237/stat : 145237 (roundingsat) R 145232 145232 145160 0 -1 4194304 39376 0 0 0 15792 201 0 0 20 0 1 0 174140617 499134464 95710 18446744073709551615 4227072 8923577 140723381804224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 23445504 140723381811444 140723381811750 140723381811750 140723381817322 0
/proc/145237/statm: 121859 95710 2464 1147 0 109285 0
Current children cumulated CPU time: 160.02 s
Current children cumulated vsize: 491628 KiB
Current children cumulated memory: 385784 KiB

[startup+222.3 s]
/proc/loadavg: 3.97 2.30 1.08 5/272 145295
/proc/meminfo: memFree=114385016/131250000 swapFree=33008868/33010684
[pid=145232] ppid=145225 vsize=4192 memory=2944 CPUtime=0.09 cores=4,6
/proc/145232/stat : 145232 (run-opt-ls-log.) S 145225 145232 145160 0 -1 4194304 242 10933 0 0 0 0 8 1 20 0 1 0 174140603 4292608 736 18446744073709551615 93927743393792 93927744288325 140735238272608 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93927744527376 93927744575120 93927760723968 140735238277401 140735238277599 140735238277599 140735238283203 0
/proc/145232/statm: 1048 736 672 219 0 110 0
[pid=145237] ppid=145232 vsize=490496 memory=386680 CPUtime=218.5 cores=4,6
/proc/145237/stat : 145237 (roundingsat) R 145232 145232 145160 0 -1 4194304 40350 0 0 0 21590 260 0 0 20 0 1 0 174140617 502267904 96670 18446744073709551615 4227072 8923577 140723381804224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 23445504 140723381811444 140723381811750 140723381811750 140723381817322 0
/proc/145237/statm: 122624 96670 2464 1147 0 110050 0

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

[pid=145237] ppid=145232 vsize=1475528 memory=1151952 CPUtime=3125.41 cores=4,6
/proc/145237/stat : 145237 (roundingsat) R 145232 145232 145160 0 -1 4194304 114730 0 0 0 309944 2597 0 0 20 0 1 0 174140617 1510940672 287988 18446744073709551615 4227072 8923577 140723381804224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 23445504 140723381811444 140723381811750 140723381811750 140723381817322 0
/proc/145237/statm: 368882 287988 2464 1147 0 356308 0
Current children cumulated CPU time: 3125.5 s
Current children cumulated vsize: 1479720 KiB
Current children cumulated memory: 1154896 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.09 4.01 4/270 145447
/proc/meminfo: memFree=80758836/131250000 swapFree=33008868/33010684
[pid=145232] ppid=145225 vsize=4192 memory=2944 CPUtime=0.09 cores=4,6
/proc/145232/stat : 145232 (run-opt-ls-log.) S 145225 145232 145160 0 -1 4194304 242 10933 0 0 0 0 8 1 20 0 1 0 174140603 4292608 736 18446744073709551615 93927743393792 93927744288325 140735238272608 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93927744527376 93927744575120 93927760723968 140735238277401 140735238277599 140735238277599 140735238283203 0
/proc/145232/statm: 1048 736 672 219 0 110 0
[pid=145237] ppid=145232 vsize=1480192 memory=1156816 CPUtime=3184.43 cores=4,6
/proc/145237/stat : 145237 (roundingsat) R 145232 145232 145160 0 -1 4194304 115936 0 0 0 315796 2647 0 0 20 0 1 0 174140617 1515716608 289204 18446744073709551615 4227072 8923577 140723381804224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 23445504 140723381811444 140723381811750 140723381811750 140723381817322 0
/proc/145237/statm: 370048 289204 2464 1147 0 357474 0
Current children cumulated CPU time: 3184.52 s
Current children cumulated vsize: 1484384 KiB
Current children cumulated memory: 1159760 KiB

[startup+3282.3 s]
/proc/loadavg: 4.06 4.08 4.01 5/273 145460
/proc/meminfo: memFree=80328408/131250000 swapFree=33008868/33010684
[pid=145232] ppid=145225 vsize=4192 memory=2944 CPUtime=0.09 cores=4,6
/proc/145232/stat : 145232 (run-opt-ls-log.) S 145225 145232 145160 0 -1 4194304 242 10933 0 0 0 0 8 1 20 0 1 0 174140603 4292608 736 18446744073709551615 93927743393792 93927744288325 140735238272608 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93927744527376 93927744575120 93927760723968 140735238277401 140735238277599 140735238277599 140735238283203 0
/proc/145232/statm: 1048 736 672 219 0 110 0
[pid=145237] ppid=145232 vsize=1482792 memory=1157712 CPUtime=3244.2 cores=4,6
/proc/145237/stat : 145237 (roundingsat) R 145232 145232 145160 0 -1 4194304 116401 0 0 0 321736 2684 0 0 20 0 1 0 174140617 1518379008 289428 18446744073709551615 4227072 8923577 140723381804224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 23445504 140723381811444 140723381811750 140723381811750 140723381817322 0
/proc/145237/statm: 370698 289428 2464 1147 0 358124 0
Current children cumulated CPU time: 3244.29 s
Current children cumulated vsize: 1486984 KiB
Current children cumulated memory: 1160656 KiB

[startup+3342.3 s]
/proc/loadavg: 4.07 4.08 4.01 5/274 145463
/proc/meminfo: memFree=79873868/131250000 swapFree=33008868/33010684
[pid=145232] ppid=145225 vsize=4192 memory=2944 CPUtime=0.09 cores=4,6
/proc/145232/stat : 145232 (run-opt-ls-log.) S 145225 145232 145160 0 -1 4194304 242 10933 0 0 0 0 8 1 20 0 1 0 174140603 4292608 736 18446744073709551615 93927743393792 93927744288325 140735238272608 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93927744527376 93927744575120 93927760723968 140735238277401 140735238277599 140735238277599 140735238283203 0
/proc/145232/statm: 1048 736 672 219 0 110 0
[pid=145237] ppid=145232 vsize=1489920 memory=1166288 CPUtime=3304.02 cores=4,6
/proc/145237/stat : 145237 (roundingsat) R 145232 145232 145160 0 -1 4194304 118672 0 0 0 327677 2725 0 0 20 0 1 0 174140617 1525678080 291572 18446744073709551615 4227072 8923577 140723381804224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 23445504 140723381811444 140723381811750 140723381811750 140723381817322 0
/proc/145237/statm: 372480 291572 2464 1147 0 359906 0
Current children cumulated CPU time: 3304.11 s
Current children cumulated vsize: 1494112 KiB
Current children cumulated memory: 1169232 KiB

[startup+3402.3 s]
/proc/loadavg: 4.22 4.11 4.02 5/275 145466
/proc/meminfo: memFree=79474284/131250000 swapFree=33008868/33010684
[pid=145232] ppid=145225 vsize=4192 memory=2944 CPUtime=0.09 cores=4,6
/proc/145232/stat : 145232 (run-opt-ls-log.) S 145225 145232 145160 0 -1 4194304 242 10933 0 0 0 0 8 1 20 0 1 0 174140603 4292608 736 18446744073709551615 93927743393792 93927744288325 140735238272608 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93927744527376 93927744575120 93927760723968 140735238277401 140735238277599 140735238277599 140735238283203 0
/proc/145232/statm: 1048 736 672 219 0 110 0
[pid=145237] ppid=145232 vsize=1492292 memory=1167184 CPUtime=3363.36 cores=4,6
/proc/145237/stat : 145237 (roundingsat) R 145232 145232 145160 0 -1 4194304 118886 0 0 0 333573 2763 0 0 20 0 1 0 174140617 1528107008 291796 18446744073709551615 4227072 8923577 140723381804224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 23445504 140723381811444 140723381811750 140723381811750 140723381817322 0
/proc/145237/statm: 373073 291796 2464 1147 0 360499 0
Current children cumulated CPU time: 3363.45 s
Current children cumulated vsize: 1496484 KiB
Current children cumulated memory: 1170128 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.11 4.02 5/275 145479
/proc/meminfo: memFree=79196852/131250000 swapFree=33008868/33010684
[pid=145232] ppid=145225 vsize=4192 memory=2944 CPUtime=0.09 cores=4,6
/proc/145232/stat : 145232 (run-opt-ls-log.) S 145225 145232 145160 0 -1 4194304 242 10933 0 0 0 0 8 1 20 0 1 0 174140603 4292608 736 18446744073709551615 93927743393792 93927744288325 140735238272608 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93927744527376 93927744575120 93927760723968 140735238277401 140735238277599 140735238277599 140735238283203 0
/proc/145232/statm: 1048 736 672 219 0 110 0
[pid=145237] ppid=145232 vsize=1495504 memory=1172040 CPUtime=3413.98 cores=4,6
/proc/145237/stat : 145237 (roundingsat) R 145232 145232 145160 0 -1 4194304 119589 0 0 0 338603 2795 0 0 20 0 1 0 174140617 1531396096 293010 18446744073709551615 4227072 8923577 140723381804224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 23445504 140723381811444 140723381811750 140723381811750 140723381817322 0
/proc/145237/statm: 373876 293010 2464 1147 0 361302 0
Current children cumulated CPU time: 3414.07 s
Current children cumulated vsize: 1499696 KiB
Current children cumulated memory: 1174984 KiB

[startup+3522.3 s]
/proc/loadavg: 4.05 4.08 4.01 5/275 145481
/proc/meminfo: memFree=78724152/131250000 swapFree=33008868/33010684
[pid=145232] ppid=145225 vsize=4192 memory=2944 CPUtime=0.09 cores=4,6
/proc/145232/stat : 145232 (run-opt-ls-log.) S 145225 145232 145160 0 -1 4194304 242 10933 0 0 0 0 8 1 20 0 1 0 174140603 4292608 736 18446744073709551615 93927743393792 93927744288325 140735238272608 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93927744527376 93927744575120 93927760723968 140735238277401 140735238277599 140735238277599 140735238283203 0
/proc/145232/statm: 1048 736 672 219 0 110 0
[pid=145237] ppid=145232 vsize=1495504 memory=1172040 CPUtime=3468.6 cores=4,6
/proc/145237/stat : 145237 (roundingsat) R 145232 145232 145160 0 -1 4194304 119589 0 0 0 344018 2842 0 0 20 0 1 0 174140617 1531396096 293010 18446744073709551615 4227072 8923577 140723381804224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 23445504 140723381811444 140723381811750 140723381811750 140723381817322 0
/proc/145237/statm: 373876 293010 2464 1147 0 361302 0
Current children cumulated CPU time: 3468.69 s
Current children cumulated vsize: 1499696 KiB
Current children cumulated memory: 1174984 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.10 4.02 5/276 145485
/proc/meminfo: memFree=78270328/131250000 swapFree=33008868/33010684
[pid=145232] ppid=145225 vsize=4192 memory=2944 CPUtime=0.09 cores=4,6
/proc/145232/stat : 145232 (run-opt-ls-log.) S 145225 145232 145160 0 -1 4194304 242 10933 0 0 0 0 8 1 20 0 1 0 174140603 4292608 736 18446744073709551615 93927743393792 93927744288325 140735238272608 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93927744527376 93927744575120 93927760723968 140735238277401 140735238277599 140735238277599 140735238283203 0
/proc/145232/statm: 1048 736 672 219 0 110 0
[pid=145237] ppid=145232 vsize=1495504 memory=1172040 CPUtime=3528.04 cores=4,6
/proc/145237/stat : 145237 (roundingsat) R 145232 145232 145160 0 -1 4194304 119589 0 0 0 349914 2890 0 0 20 0 1 0 174140617 1531396096 293010 18446744073709551615 4227072 8923577 140723381804224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 23445504 140723381811444 140723381811750 140723381811750 140723381817322 0
/proc/145237/statm: 373876 293010 2464 1147 0 361302 0
Current children cumulated CPU time: 3528.13 s
Current children cumulated vsize: 1499696 KiB
Current children cumulated memory: 1174984 KiB

[startup+3642.3 s]
/proc/loadavg: 4.54 4.20 4.06 5/273 145487
/proc/meminfo: memFree=77995172/131250000 swapFree=33008868/33010684
[pid=145232] ppid=145225 vsize=4192 memory=2944 CPUtime=0.09 cores=4,6
/proc/145232/stat : 145232 (run-opt-ls-log.) S 145225 145232 145160 0 -1 4194304 242 10933 0 0 0 0 8 1 20 0 1 0 174140603 4292608 736 18446744073709551615 93927743393792 93927744288325 140735238272608 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93927744527376 93927744575120 93927760723968 140735238277401 140735238277599 140735238277599 140735238283203 0
/proc/145232/statm: 1048 736 672 219 0 110 0
[pid=145237] ppid=145232 vsize=1501472 memory=1176136 CPUtime=3587.46 cores=4,6
/proc/145237/stat : 145237 (roundingsat) R 145232 145232 145160 0 -1 4194304 120883 0 0 0 355824 2922 0 0 20 0 1 0 174140617 1537507328 294034 18446744073709551615 4227072 8923577 140723381804224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 23445504 140723381811444 140723381811750 140723381811750 140723381817322 0
/proc/145237/statm: 375368 294034 2464 1147 0 362794 0
Current children cumulated CPU time: 3587.55 s
Current children cumulated vsize: 1505664 KiB
Current children cumulated memory: 1179080 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3654.8 s]
/proc/loadavg: 4.49 4.21 4.06 5/273 145487
/proc/meminfo: memFree=77957684/131250000 swapFree=33008868/33010684
[pid=145232] ppid=145225 vsize=4192 memory=2944 CPUtime=0.09 cores=4,6
/proc/145232/stat : 145232 (run-opt-ls-log.) S 145225 145232 145160 0 -1 4194304 242 10933 0 0 0 0 8 1 20 0 1 0 174140603 4292608 736 18446744073709551615 93927743393792 93927744288325 140735238272608 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93927744527376 93927744575120 93927760723968 140735238277401 140735238277599 140735238277599 140735238283203 0
/proc/145232/statm: 1048 736 672 219 0 110 0
[pid=145237] ppid=145232 vsize=1504612 memory=1179208 CPUtime=3599.93 cores=4,6
/proc/145237/stat : 145237 (roundingsat) R 145232 145232 145160 0 -1 4194304 121795 0 0 0 357065 2928 0 0 20 0 1 0 174140617 1540722688 294802 18446744073709551615 4227072 8923577 140723381804224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 23445504 140723381811444 140723381811750 140723381811750 140723381817322 0
/proc/145237/statm: 376153 294802 2464 1147 0 363579 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 1508804 KiB
Current children cumulated memory: 1182152 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

# cumulated CPU time of all completed processes:  user=0.085065 s, system=0.02039 s

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

# cumulated CPU time of all completed processes:  user=3570.77 s, system=29.3102 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+3654.9 s]*
/proc/loadavg: 4.49 4.21 4.06 3/267 145495
/proc/meminfo: memFree=78634976/131250000 swapFree=33008868/33010684
[pid=145237] ppid=145225 vsize=1504612 memory=1179464 CPUtime=3599.93 cores=4,6
/proc/145237/stat : 145237 (roundingsat) D 145225 145232 145160 0 -1 4194304 121801 0 0 0 357065 2928 0 0 20 0 1 0 174140617 1540722688 294866 18446744073709551615 4227072 8923577 140723381804224 0 0 0 0 0 8405026 1 0 0 17 4 0 0 0 0 0 9827200 9836688 23445504 140723381811444 140723381811750 140723381811750 140723381817322 0
/proc/145237/statm: 376153 294866 2528 1147 0 363579 0
Current cumulated CPU time of completed processes: 0.105455 s
Current children cumulated CPU time: 3599.93 s
Current children cumulated vsize: 1504612 KiB
Current children cumulated memory: 1179464 KiB

Child status: 2

Real time (s): 3654.98
CPU time (s): 3600.08
CPU user time (s): 3570.77
CPU system time (s): 29.3102
CPU usage (%): 98.4978
Max. virtual memory (cumulated for all children) (KiB): 1508804
Max. memory (cumulated for all children) (KiB): 1182152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3570.77
system time used= 29.3102
maximum resident set size= 1179464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132993
page faults= 0
swaps= 0
block input operations= 0
block output operations= 9030120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 583
involuntary context switches= 5972


# summary of solver processes directly reported to runsolver:
#   pid: 145232,145237
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3570.77
#   total CPU system time (s): 29.3102

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.7454 second user time and 16.9274 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-07-15 15:03:23
IDJOB=4531875
IDBENCH=146666
IDSOLVER=3392
FILE ID=nodeC013/4531875-1752584603
RUNJOBID= nodeC013-1752584602-145171
SLURM_JOB_ID= 9684343
Free space on /tmp= 432440 MiB

SOLVER NAME= roundingsat-ls+pbsuma-log 0f876b3
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb56-25-opb/normalized-frb56-25-4.opb
COMMAND LINE= run-opt-ls-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4531875-1752584603/watcher-4531875-1752584603 -o /tmp/evaluation-result-4531875-1752584603/solver-4531875-1752584603 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1752584602-145171 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4531875-1752584603.opb PROOFDIR/proof-4531875-1752584603

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

MD5SUM BENCH= 71e47456366b2ddac308424c74922847
RANDOM SEED=1057340159

nodeC013 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		: 3591.045
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	: 6999.67
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		: 1200.309
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	: 6999.67
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.899
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	: 6999.67
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		: 1200.031
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	: 6999.67
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		: 3598.399
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	: 6999.67
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		: 1200.195
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	: 6999.67
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		: 3599.830
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	: 6999.67
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		: 1409.900
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	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        118572212 kB
MemAvailable:   129724124 kB
Buffers:            1668 kB
Cached:         11897860 kB
SwapCached:          104 kB
Active:           514064 kB
Inactive:       11455504 kB
Active(anon):      86540 kB
Inactive(anon):     4868 kB
Active(file):     427524 kB
Inactive(file): 11450636 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008868 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             32928 kB
Writeback:             0 kB
AnonPages:         73056 kB
Mapped:           102256 kB
Shmem:             21364 kB
KReclaimable:     225580 kB
Slab:             320372 kB
SReclaimable:     225580 kB
SUnreclaim:        94792 kB
KernelStack:        4144 kB
PageTables:         3020 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     353780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150456 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432420 MiB
End job on nodeC013 at 2025-07-15 16:04:19