Trace number 4484773

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+pbsuma-opt-log 63f22adSAT (TO)-47 3600.13 3623.05

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb56-25-opb/normalized-frb56-25-3.opb
MD5SUM3ad6c959019bf046c7e592cfae8de121
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-55
Best CPU time to get the best result obtained on this benchmark3586.35
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 constraints109379
Number of constraints which are clauses109379
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.01	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.01	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.01	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.01	c │      (c) 2025 Markus Anders                                    │
0.00/0.01	c └────────────────────────────────────────────────────────────────┘
0.00/0.01	c parse 'HOME/instance-4484773-1751294453.opb'
0.00/0.06	c 	read 2.69MB  (46.01ms)
0.00/0.06	c	 [cnf: #variables 1400 #clauses 109380 #duplicates 0 #arr 220158]
0.00/0.06	c output proof to 'PROOFDIR/proof-4484773-1751294453'
0.00/0.06	c 
0.00/0.06	c make graph and approximate orbits
0.00/0.09	c	 [group: #orbits ~= 0] (31.14ms)
0.00/0.09	c 
0.00/0.09	c detect special group actions
0.00/0.09	c 	probe for Johnson action (limit=64)
0.00/0.09	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.09	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.10	c 	 (3.83ms)
0.00/0.10	c 
0.00/0.10	c detect symmetries on remainder
0.00/0.10	c 	[graph: #vertices 113580 #edges 445916]
0.00/0.10	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.08/0.10	c 	 [group: #symmetries 1.00*10^0 #generators 0] (7.63ms)
0.08/0.10	c 
0.08/0.10	c finalize break order and special generators
0.08/0.10	c 
0.08/0.10	c generation finished
0.08/0.10	c 	[sbp: #constraints 0 #add_vars 0]
0.08/0.10	c 
0.08/0.10	c write result to 'HOME/instance-4484773-1751294453.opb.pre'
0.08/0.11	c 	wrote 2.69MB (6.35ms)
0.08/0.11	c ------------------------------------------------------------------
0.08/0.11	c                  46.01ms 47.61% parse
0.08/0.11	c                  31.14ms 32.23% approx_orbits
0.08/0.11	c                   7.63ms  7.90% detect_generic
0.08/0.11	c                   6.35ms  6.58% output
0.08/0.11	c                   3.83ms  3.97% detect_special
0.08/0.11	c                   1.59ms  1.65% other
0.08/0.11	c                   0.06ms  0.07% finalize_order
0.08/0.11	c         ───────────────────────────────────────────────
0.08/0.11	c                  96.63ms   100% total
0.08/0.11	c ------------------------------------------------------------------
0.08/0.15	c RoundingSat 2
0.08/0.15	c branch pb25
0.08/0.15	c commit 63f22ad
0.53/0.69	c #variables 1400 #constraints 109379
0.53/0.69	c objective is ce32 
0.53/0.69	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.53/0.69	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.53/0.69	c bounds - >= -1400 @ 0.432742
1.03/1.11	c bounds 0 >= -1400 @ 0.833806
1.33/1.41	c rational objective -700
1.83/1.94	c bounds 0 >= -1399 @ 1.65255
1.83/1.94	c bounds 0 >= -1398 @ 1.65295
1.83/1.94	c bounds 0 >= -1397 @ 1.65333
1.83/1.94	c bounds 0 >= -1396 @ 1.65371
1.83/1.94	c bounds 0 >= -1395 @ 1.6541
1.83/1.94	c bounds -1 >= -1395 @ 1.65503
1.83/1.94	c bounds -1 >= -1394 @ 1.65503
1.83/1.94	c bounds -1 >= -1393 @ 1.65504
1.83/1.94	c bounds -1 >= -1392 @ 1.65504
1.83/1.94	c bounds -1 >= -1391 @ 1.65521
1.83/1.94	c bounds -1 >= -1390 @ 1.65557
1.83/1.94	c bounds -1 >= -1389 @ 1.65591
1.83/1.94	c bounds -1 >= -1388 @ 1.65599
1.83/1.94	c bounds -1 >= -1387 @ 1.65599
1.83/1.94	c bounds -1 >= -1386 @ 1.65624
1.83/1.94	c bounds -1 >= -1385 @ 1.65659
1.83/1.94	c bounds -1 >= -1384 @ 1.65694
1.83/1.94	c bounds -1 >= -1383 @ 1.65731
1.83/1.94	c bounds -1 >= -1382 @ 1.65769
1.83/1.94	c bounds -1 >= -1381 @ 1.65807
1.83/1.95	c bounds -2 >= -1381 @ 1.65903
1.83/1.95	c bounds -2 >= -1380 @ 1.65903
1.83/1.95	c bounds -2 >= -1379 @ 1.65922
1.83/1.95	c bounds -2 >= -1378 @ 1.65957
1.83/1.95	c bounds -2 >= -1377 @ 1.65992
1.83/1.95	c bounds -2 >= -1376 @ 1.66029
1.83/1.95	c bounds -2 >= -1375 @ 1.66067
1.83/1.95	c bounds -3 >= -1375 @ 1.66102
1.83/1.95	c bounds -3 >= -1374 @ 1.6614
1.83/1.95	c bounds -3 >= -1373 @ 1.66177
1.83/1.95	c bounds -3 >= -1372 @ 1.66185
1.83/1.95	c bounds -3 >= -1371 @ 1.66185
1.83/1.95	c bounds -3 >= -1370 @ 1.66191
1.83/1.95	c bounds -3 >= -1369 @ 1.66228
1.83/1.95	c bounds -3 >= -1368 @ 1.66267
1.83/1.96	c bounds -4 >= -1368 @ 1.67412
1.83/1.97	c bounds -4 >= -1367 @ 1.67451
1.83/1.97	c bounds -4 >= -1366 @ 1.67488
1.83/1.97	c bounds -4 >= -1365 @ 1.67527
1.83/1.97	c bounds -4 >= -1364 @ 1.67567
1.83/1.97	c bounds -4 >= -1363 @ 1.67605
1.83/1.97	c bounds -4 >= -1362 @ 1.67642
1.83/1.97	c bounds -4 >= -1361 @ 1.6768
1.83/1.97	c bounds -4 >= -1360 @ 1.67717
1.83/1.97	c bounds -4 >= -1359 @ 1.67755
1.83/1.97	c bounds -4 >= -1358 @ 1.67793
1.83/1.97	c bounds -4 >= -1357 @ 1.67869
1.83/1.97	c bounds -4 >= -1356 @ 1.67908
1.83/1.97	c bounds -4 >= -1355 @ 1.67945
1.83/1.97	c bounds -4 >= -1354 @ 1.67983
1.83/1.97	c bounds -4 >= -1353 @ 1.68021
1.83/1.97	c bounds -4 >= -1352 @ 1.6806
1.83/1.97	c bounds -4 >= -1351 @ 1.68097
1.83/1.97	c bounds -4 >= -1350 @ 1.68134
1.83/1.97	c bounds -4 >= -1349 @ 1.68171
1.83/1.97	c bounds -4 >= -1348 @ 1.68208
1.83/1.97	c bounds -4 >= -1347 @ 1.68248
1.83/1.97	c bounds -4 >= -1346 @ 1.68286
1.83/1.97	c bounds -4 >= -1345 @ 1.68325
1.83/1.97	c bounds -4 >= -1344 @ 1.68364
1.83/1.97	c bounds -4 >= -1343 @ 1.68404
1.83/1.97	c bounds -4 >= -1342 @ 1.68443
1.83/1.98	c bounds -4 >= -1341 @ 1.68482
1.83/1.98	c bounds -4 >= -1340 @ 1.6852
1.83/1.98	c bounds -4 >= -1339 @ 1.68559
1.83/1.98	c bounds -4 >= -1338 @ 1.68597
1.83/1.98	c bounds -4 >= -1337 @ 1.68636
1.83/1.98	c bounds -4 >= -1336 @ 1.68674
1.83/1.98	c bounds -4 >= -1335 @ 1.68712
1.83/1.98	c bounds -4 >= -1334 @ 1.6875
1.83/1.98	c bounds -4 >= -1333 @ 1.68789
1.83/1.98	c bounds -4 >= -1332 @ 1.68827
1.83/1.98	c bounds -4 >= -1331 @ 1.68866
1.83/1.98	c bounds -4 >= -1330 @ 1.68903
1.83/1.98	c bounds -4 >= -1329 @ 1.68942
1.83/1.98	c bounds -4 >= -1328 @ 1.6898
1.83/1.98	c bounds -4 >= -1327 @ 1.69017
1.83/1.98	c bounds -4 >= -1326 @ 1.69053
1.83/1.98	c bounds -4 >= -1325 @ 1.6909
1.83/1.98	c bounds -4 >= -1324 @ 1.69126
1.83/1.98	c bounds -4 >= -1323 @ 1.69163
1.83/1.98	c bounds -4 >= -1322 @ 1.69199
1.83/1.98	c bounds -4 >= -1321 @ 1.69235
1.83/1.98	c bounds -4 >= -1320 @ 1.69272
1.83/1.98	c bounds -4 >= -1319 @ 1.69308
1.83/1.98	c bounds -4 >= -1318 @ 1.69344
1.83/1.98	c bounds -4 >= -1317 @ 1.6938
1.83/1.98	c bounds -4 >= -1316 @ 1.69388
1.83/1.99	c bounds -4 >= -1315 @ 1.69388
1.83/1.99	c bounds -4 >= -1314 @ 1.6939
1.83/1.99	c bounds -4 >= -1313 @ 1.69429
1.83/1.99	c bounds -4 >= -1312 @ 1.69468
1.83/1.99	c bounds -4 >= -1311 @ 1.69506
1.83/1.99	c bounds -4 >= -1310 @ 1.69543
1.83/1.99	c bounds -4 >= -1309 @ 1.69581
1.83/1.99	c bounds -4 >= -1308 @ 1.69619
1.83/1.99	c bounds -4 >= -1307 @ 1.69657
1.83/1.99	c bounds -4 >= -1306 @ 1.69695
1.83/1.99	c bounds -4 >= -1305 @ 1.69734
1.83/1.99	c bounds -4 >= -1304 @ 1.69772
1.83/1.99	c bounds -4 >= -1303 @ 1.6981
1.83/1.99	c bounds -4 >= -1302 @ 1.69849
1.83/1.99	c bounds -4 >= -1301 @ 1.69887
1.83/1.99	c bounds -4 >= -1300 @ 1.69925
1.83/1.99	c bounds -4 >= -1299 @ 1.69962
1.83/1.99	c bounds -4 >= -1298 @ 1.69998
1.83/1.99	c bounds -4 >= -1297 @ 1.70036
1.83/1.99	c bounds -4 >= -1296 @ 1.70073
1.83/1.99	c bounds -4 >= -1295 @ 1.70111
1.83/1.99	c bounds -4 >= -1294 @ 1.70149
1.83/1.99	c bounds -4 >= -1293 @ 1.70188
1.83/1.99	c bounds -4 >= -1292 @ 1.70193
1.83/1.99	c bounds -4 >= -1291 @ 1.70193
1.83/1.99	c bounds -4 >= -1290 @ 1.7021
1.83/2.00	c bounds -4 >= -1289 @ 1.70245
1.83/2.00	c bounds -4 >= -1288 @ 1.70281
1.83/2.00	c bounds -4 >= -1287 @ 1.70319
1.83/2.00	c bounds -4 >= -1286 @ 1.70358
1.83/2.00	c bounds -4 >= -1285 @ 1.70397
1.83/2.00	c bounds -4 >= -1284 @ 1.70435
1.83/2.00	c bounds -4 >= -1283 @ 1.70474
1.83/2.00	c bounds -4 >= -1282 @ 1.70512
1.83/2.00	c bounds -4 >= -1281 @ 1.70551
1.83/2.00	c bounds -4 >= -1280 @ 1.70589
1.83/2.00	c bounds -4 >= -1279 @ 1.70629
1.83/2.00	c bounds -4 >= -1278 @ 1.70668
1.83/2.00	c bounds -4 >= -1277 @ 1.70707
1.83/2.00	c bounds -4 >= -1276 @ 1.70747
1.83/2.00	c bounds -4 >= -1275 @ 1.70786
1.93/2.00	c bounds -4 >= -1274 @ 1.70825
1.93/2.00	c bounds -4 >= -1273 @ 1.70863
1.93/2.00	c bounds -4 >= -1272 @ 1.70904
1.93/2.00	c bounds -4 >= -1271 @ 1.70942
1.93/2.00	c bounds -4 >= -1270 @ 1.70983
1.93/2.00	c bounds -4 >= -1269 @ 1.71023
1.93/2.00	c bounds -4 >= -1268 @ 1.71061
1.93/2.00	c bounds -4 >= -1267 @ 1.71098
1.93/2.00	c bounds -4 >= -1266 @ 1.71136
1.93/2.00	c bounds -4 >= -1265 @ 1.71174
1.93/2.00	c bounds -4 >= -1264 @ 1.71213
1.93/2.01	c bounds -4 >= -1263 @ 1.71251
1.93/2.01	c bounds -4 >= -1262 @ 1.71289
1.93/2.01	c bounds -4 >= -1261 @ 1.71328
1.93/2.01	c bounds -4 >= -1260 @ 1.71366
1.93/2.01	c bounds -4 >= -1259 @ 1.71404
1.93/2.01	c bounds -4 >= -1258 @ 1.71442
1.93/2.01	c bounds -4 >= -1257 @ 1.7148
1.93/2.01	c bounds -4 >= -1256 @ 1.71518
1.93/2.01	c bounds -4 >= -1255 @ 1.71556
1.93/2.01	c bounds -4 >= -1254 @ 1.71564
1.93/2.01	c bounds -4 >= -1253 @ 1.71564
1.93/2.01	c bounds -4 >= -1252 @ 1.71571
1.93/2.01	c bounds -4 >= -1251 @ 1.7161
1.93/2.01	c bounds -4 >= -1250 @ 1.71647
1.93/2.01	c bounds -4 >= -1249 @ 1.71686
1.93/2.01	c bounds -4 >= -1248 @ 1.71724
1.93/2.01	c bounds -4 >= -1247 @ 1.71763
1.93/2.01	c bounds -4 >= -1246 @ 1.71801
1.93/2.01	c bounds -4 >= -1245 @ 1.71839
1.93/2.01	c bounds -4 >= -1244 @ 1.71877
1.93/2.01	c bounds -4 >= -1243 @ 1.71916
1.93/2.01	c bounds -4 >= -1242 @ 1.71954
1.93/2.01	c bounds -4 >= -1241 @ 1.71963
1.93/2.01	c bounds -4 >= -1240 @ 1.71963
1.93/2.01	c bounds -4 >= -1239 @ 1.71969
1.93/2.01	c bounds -4 >= -1238 @ 1.72007
1.93/2.02	c bounds -4 >= -1237 @ 1.72045
1.93/2.02	c bounds -4 >= -1236 @ 1.72083
1.93/2.02	c bounds -4 >= -1235 @ 1.7212
1.93/2.02	c bounds -4 >= -1234 @ 1.72158
1.93/2.02	c bounds -4 >= -1233 @ 1.72196
1.93/2.02	c bounds -4 >= -1232 @ 1.72234
1.93/2.02	c bounds -4 >= -1231 @ 1.72272
1.93/2.02	c bounds -4 >= -1230 @ 1.72309
1.93/2.02	c bounds -4 >= -1229 @ 1.72347
1.93/2.02	c bounds -4 >= -1228 @ 1.72385
1.93/2.02	c bounds -4 >= -1227 @ 1.72423
1.93/2.02	c bounds -4 >= -1226 @ 1.7246
1.93/2.02	c bounds -4 >= -1225 @ 1.72498
1.93/2.02	c bounds -4 >= -1224 @ 1.72535
1.93/2.02	c bounds -4 >= -1223 @ 1.72573
1.93/2.02	c bounds -4 >= -1222 @ 1.72612
1.93/2.02	c bounds -4 >= -1221 @ 1.72651
1.93/2.02	c bounds -4 >= -1220 @ 1.72689
1.93/2.02	c bounds -4 >= -1219 @ 1.72727
1.93/2.02	c bounds -4 >= -1218 @ 1.72764
1.93/2.02	c bounds -4 >= -1217 @ 1.72801
1.93/2.02	c bounds -4 >= -1216 @ 1.72838
1.93/2.02	c bounds -4 >= -1215 @ 1.72876
1.93/2.02	c bounds -4 >= -1214 @ 1.72914
1.93/2.02	c bounds -4 >= -1213 @ 1.72953
1.93/2.02	c bounds -4 >= -1212 @ 1.7299
1.93/2.03	c bounds -4 >= -1211 @ 1.73028
1.93/2.03	c bounds -4 >= -1210 @ 1.73066
1.93/2.03	c bounds -4 >= -1209 @ 1.73102
1.93/2.03	c bounds -4 >= -1208 @ 1.73139
1.93/2.03	c bounds -4 >= -1207 @ 1.73177
1.93/2.03	c bounds -4 >= -1206 @ 1.73214
1.93/2.03	c bounds -4 >= -1205 @ 1.73251
1.93/2.03	c bounds -4 >= -1204 @ 1.73286
1.93/2.03	c bounds -4 >= -1203 @ 1.73322
1.93/2.03	c bounds -4 >= -1202 @ 1.73358
1.93/2.03	c bounds -4 >= -1201 @ 1.73394
1.93/2.03	c bounds -4 >= -1200 @ 1.7343
1.93/2.03	c bounds -4 >= -1199 @ 1.73466
1.93/2.03	c bounds -4 >= -1198 @ 1.73502
1.93/2.03	c bounds -4 >= -1197 @ 1.73538
1.93/2.03	c bounds -4 >= -1196 @ 1.73574
1.93/2.03	c bounds -4 >= -1195 @ 1.73609
1.93/2.03	c bounds -4 >= -1194 @ 1.73645
1.93/2.03	c bounds -4 >= -1193 @ 1.73681
1.93/2.03	c bounds -4 >= -1192 @ 1.73716
1.93/2.03	c bounds -4 >= -1191 @ 1.73751
1.93/2.03	c bounds -4 >= -1190 @ 1.73786
1.93/2.03	c bounds -4 >= -1189 @ 1.73822
1.93/2.03	c bounds -4 >= -1188 @ 1.73858
1.93/2.03	c bounds -4 >= -1187 @ 1.73893
1.93/2.03	c bounds -4 >= -1186 @ 1.73928
1.93/2.03	c bounds -4 >= -1185 @ 1.73964
1.93/2.03	c bounds -4 >= -1184 @ 1.74
1.93/2.04	c bounds -4 >= -1183 @ 1.74036
1.93/2.04	c bounds -4 >= -1182 @ 1.74071
1.93/2.04	c bounds -4 >= -1181 @ 1.74107
1.93/2.04	c bounds -4 >= -1180 @ 1.74143
1.93/2.04	c bounds -4 >= -1179 @ 1.74179
1.93/2.04	c bounds -4 >= -1178 @ 1.74214
1.93/2.04	c bounds -4 >= -1177 @ 1.7425
1.93/2.04	c bounds -4 >= -1176 @ 1.74286
1.93/2.04	c bounds -4 >= -1175 @ 1.74322
1.93/2.04	c bounds -4 >= -1174 @ 1.74358
1.93/2.04	c bounds -4 >= -1173 @ 1.74365
1.93/2.04	c bounds -4 >= -1172 @ 1.74365
1.93/2.04	c bounds -4 >= -1171 @ 1.74369
1.93/2.04	c bounds -4 >= -1170 @ 1.74405
1.93/2.04	c bounds -4 >= -1169 @ 1.74439
1.93/2.04	c bounds -4 >= -1168 @ 1.74475
1.93/2.04	c bounds -4 >= -1167 @ 1.74511
1.93/2.04	c bounds -4 >= -1166 @ 1.74546
1.93/2.04	c bounds -4 >= -1165 @ 1.74581
1.93/2.04	c bounds -4 >= -1164 @ 1.74618
1.93/2.04	c bounds -4 >= -1163 @ 1.74653
1.93/2.04	c bounds -4 >= -1162 @ 1.74688
1.93/2.04	c bounds -4 >= -1161 @ 1.74725
1.93/2.04	c bounds -4 >= -1160 @ 1.74761
1.93/2.04	c bounds -4 >= -1159 @ 1.74797
1.93/2.04	c bounds -4 >= -1158 @ 1.74833
1.93/2.04	c bounds -4 >= -1157 @ 1.74869
1.93/2.04	c bounds -4 >= -1156 @ 1.74905
1.93/2.05	c bounds -4 >= -1155 @ 1.7494
1.93/2.05	c bounds -4 >= -1154 @ 1.74975
1.93/2.05	c bounds -4 >= -1153 @ 1.75011
1.93/2.05	c bounds -4 >= -1152 @ 1.75047
1.93/2.05	c bounds -4 >= -1151 @ 1.75083
1.93/2.08	c bounds -5 >= -1151 @ 1.78256
1.93/2.08	c bounds -5 >= -1150 @ 1.78256
1.93/2.08	c bounds -5 >= -1149 @ 1.78283
1.93/2.08	c bounds -5 >= -1148 @ 1.78315
1.93/2.08	c bounds -5 >= -1147 @ 1.78347
1.93/2.08	c bounds -5 >= -1146 @ 1.78381
1.93/2.08	c bounds -5 >= -1145 @ 1.78417
1.93/2.08	c bounds -5 >= -1144 @ 1.78452
1.93/2.08	c bounds -5 >= -1143 @ 1.78456
1.93/2.08	c bounds -5 >= -1142 @ 1.78456
1.93/2.08	c bounds -5 >= -1141 @ 1.78459
1.93/2.08	c bounds -5 >= -1140 @ 1.78494
1.93/2.08	c bounds -5 >= -1139 @ 1.7853
1.93/2.08	c bounds -5 >= -1138 @ 1.78565
1.93/2.08	c bounds -5 >= -1137 @ 1.786
1.93/2.08	c bounds -5 >= -1136 @ 1.78634
1.93/2.08	c bounds -5 >= -1135 @ 1.78669
1.93/2.09	c bounds -5 >= -1134 @ 1.78705
1.93/2.09	c bounds -5 >= -1133 @ 1.78741
1.93/2.09	c bounds -5 >= -1132 @ 1.78776
1.93/2.09	c bounds -5 >= -1131 @ 1.78812
1.93/2.09	c bounds -5 >= -1130 @ 1.78849
1.93/2.09	c bounds -5 >= -1129 @ 1.78884
1.93/2.09	c bounds -5 >= -1128 @ 1.78919
1.93/2.09	c bounds -5 >= -1127 @ 1.78955
1.93/2.09	c bounds -5 >= -1126 @ 1.78991
1.93/2.09	c bounds -5 >= -1125 @ 1.79026
1.93/2.09	c bounds -5 >= -1124 @ 1.79062
1.93/2.09	c bounds -5 >= -1123 @ 1.79097
1.93/2.09	c bounds -5 >= -1122 @ 1.79134
1.93/2.09	c bounds -5 >= -1121 @ 1.7917
1.93/2.09	c bounds -5 >= -1120 @ 1.79205
1.93/2.09	c bounds -5 >= -1119 @ 1.79241
1.93/2.09	c bounds -5 >= -1118 @ 1.79276
1.93/2.09	c bounds -5 >= -1117 @ 1.79312
1.93/2.09	c bounds -5 >= -1116 @ 1.79348
1.93/2.09	c bounds -5 >= -1115 @ 1.79383
1.93/2.09	c bounds -5 >= -1114 @ 1.7942
1.93/2.09	c bounds -5 >= -1113 @ 1.79455
1.93/2.09	c bounds -5 >= -1112 @ 1.79491
1.93/2.09	c bounds -5 >= -1111 @ 1.79527
1.93/2.09	c bounds -5 >= -1110 @ 1.79563
1.93/2.09	c bounds -5 >= -1109 @ 1.79598
1.93/2.09	c bounds -5 >= -1108 @ 1.79634
1.93/2.09	c bounds -5 >= -1107 @ 1.79668
1.93/2.10	c bounds -5 >= -1106 @ 1.79704
1.93/2.10	c bounds -5 >= -1105 @ 1.79739
1.93/2.10	c bounds -5 >= -1104 @ 1.79774
1.93/2.10	c bounds -5 >= -1103 @ 1.79809
1.93/2.10	c bounds -5 >= -1102 @ 1.79844
1.93/2.10	c bounds -5 >= -1101 @ 1.79878
1.93/2.10	c bounds -5 >= -1100 @ 1.79911
1.93/2.10	c bounds -5 >= -1099 @ 1.79944
1.93/2.10	c bounds -5 >= -1098 @ 1.79978
1.93/2.10	c bounds -5 >= -1097 @ 1.80011
1.93/2.10	c bounds -5 >= -1096 @ 1.80044
1.93/2.10	c bounds -5 >= -1095 @ 1.80077
1.93/2.10	c bounds -5 >= -1094 @ 1.80111
1.93/2.10	c bounds -5 >= -1093 @ 1.80144
1.93/2.10	c bounds -5 >= -1092 @ 1.80177
1.93/2.10	c bounds -5 >= -1091 @ 1.80211
1.93/2.10	c bounds -5 >= -1090 @ 1.8025
2.03/2.10	c bounds -5 >= -1089 @ 1.80283
2.03/2.10	c bounds -5 >= -1088 @ 1.80317
2.03/2.10	c bounds -5 >= -1087 @ 1.80351
2.03/2.10	c bounds -5 >= -1086 @ 1.80351
2.03/2.10	c bounds -5 >= -1085 @ 1.80351
2.03/2.10	c bounds -5 >= -1084 @ 1.80355
2.03/2.10	c bounds -5 >= -1083 @ 1.80389
2.03/2.10	c bounds -5 >= -1082 @ 1.80424
2.03/2.10	c bounds -5 >= -1081 @ 1.80459
2.03/2.10	c bounds -5 >= -1080 @ 1.80494
2.03/2.10	c bounds -5 >= -1079 @ 1.80529
2.03/2.10	c bounds -5 >= -1078 @ 1.80564
2.03/2.10	c bounds -5 >= -1077 @ 1.80598
2.03/2.11	c bounds -5 >= -1076 @ 1.80634
2.03/2.11	c bounds -5 >= -1075 @ 1.80668
2.03/2.11	c bounds -5 >= -1074 @ 1.80702
2.03/2.11	c bounds -5 >= -1073 @ 1.80737
2.03/2.11	c bounds -5 >= -1072 @ 1.80772
2.03/2.11	c bounds -5 >= -1071 @ 1.80806
2.03/2.11	c bounds -5 >= -1070 @ 1.8084
2.03/2.11	c bounds -5 >= -1069 @ 1.80875
2.03/2.11	c bounds -5 >= -1068 @ 1.8091
2.03/2.11	c bounds -5 >= -1067 @ 1.80945
2.03/2.11	c bounds -5 >= -1066 @ 1.8095
2.03/2.11	c bounds -5 >= -1065 @ 1.8095
2.03/2.11	c bounds -5 >= -1064 @ 1.80953
2.03/2.11	c bounds -5 >= -1063 @ 1.80989
2.03/2.11	c bounds -5 >= -1062 @ 1.81025
2.03/2.11	c bounds -5 >= -1061 @ 1.81061
2.03/2.11	c bounds -5 >= -1060 @ 1.81098
2.03/2.11	c bounds -5 >= -1059 @ 1.81133
2.03/2.11	c bounds -5 >= -1058 @ 1.81167
2.03/2.11	c bounds -5 >= -1057 @ 1.81203
2.03/2.11	c bounds -5 >= -1056 @ 1.81237
2.03/2.11	c bounds -5 >= -1055 @ 1.81272
2.03/2.11	c bounds -5 >= -1054 @ 1.81306
2.03/2.11	c bounds -5 >= -1053 @ 1.81342
2.03/2.11	c bounds -5 >= -1052 @ 1.81375
2.03/2.11	c bounds -5 >= -1051 @ 1.8141
2.03/2.11	c bounds -5 >= -1050 @ 1.81446
2.03/2.11	c bounds -5 >= -1049 @ 1.81483
2.03/2.12	c bounds -5 >= -1048 @ 1.81519
2.03/2.12	c bounds -5 >= -1047 @ 1.81556
2.03/2.12	c bounds -5 >= -1046 @ 1.81593
2.03/2.12	c bounds -5 >= -1045 @ 1.81628
2.03/2.12	c bounds -5 >= -1044 @ 1.81662
2.03/2.12	c bounds -5 >= -1043 @ 1.81696
2.03/2.12	c bounds -5 >= -1042 @ 1.81732
2.03/2.12	c bounds -5 >= -1041 @ 1.81767
2.03/2.12	c bounds -5 >= -1040 @ 1.81804
2.03/2.12	c bounds -5 >= -1039 @ 1.81839
2.03/2.12	c bounds -5 >= -1038 @ 1.81874
2.03/2.12	c bounds -5 >= -1037 @ 1.81909
2.03/2.12	c bounds -5 >= -1036 @ 1.81944
2.03/2.12	c bounds -5 >= -1035 @ 1.81978
2.03/2.12	c bounds -5 >= -1034 @ 1.82011
2.03/2.12	c bounds -5 >= -1033 @ 1.82044
2.03/2.12	c bounds -5 >= -1032 @ 1.82077
2.03/2.12	c bounds -5 >= -1031 @ 1.82111
2.03/2.12	c bounds -5 >= -1030 @ 1.82144
2.03/2.12	c bounds -5 >= -1029 @ 1.82177
2.03/2.12	c bounds -5 >= -1028 @ 1.82209
2.03/2.12	c bounds -5 >= -1027 @ 1.82242
2.03/2.12	c bounds -5 >= -1026 @ 1.82275
2.03/2.12	c bounds -5 >= -1025 @ 1.82308
2.03/2.12	c bounds -5 >= -1024 @ 1.82341
2.03/2.12	c bounds -5 >= -1023 @ 1.82374
2.03/2.12	c bounds -5 >= -1022 @ 1.82408
2.03/2.12	c bounds -5 >= -1021 @ 1.82442
2.03/2.12	c bounds -5 >= -1020 @ 1.82475
2.03/2.13	c bounds -5 >= -1019 @ 1.82508
2.03/2.13	c bounds -5 >= -1018 @ 1.82541
2.03/2.13	c bounds -5 >= -1017 @ 1.82574
2.03/2.13	c bounds -5 >= -1016 @ 1.82607
2.03/2.13	c bounds -5 >= -1015 @ 1.8264
2.03/2.13	c bounds -5 >= -1014 @ 1.82674
2.03/2.13	c bounds -5 >= -1013 @ 1.82707
2.03/2.13	c bounds -5 >= -1012 @ 1.8274
2.03/2.13	c bounds -5 >= -1011 @ 1.82745
2.03/2.13	c bounds -5 >= -1010 @ 1.82745
2.03/2.13	c bounds -5 >= -1009 @ 1.82745
2.03/2.13	c bounds -5 >= -1008 @ 1.82773
2.03/2.13	c bounds -5 >= -1007 @ 1.82808
2.03/2.13	c bounds -5 >= -1006 @ 1.8285
2.03/2.13	c bounds -5 >= -1005 @ 1.82885
2.03/2.13	c bounds -5 >= -1004 @ 1.8292
2.03/2.13	c bounds -5 >= -1003 @ 1.82955
2.03/2.13	c bounds -5 >= -1002 @ 1.8299
2.03/2.13	c bounds -5 >= -1001 @ 1.83024
2.03/2.13	c bounds -5 >= -1000 @ 1.83058
2.03/2.13	c bounds -5 >= -999 @ 1.83093
2.03/2.13	c bounds -5 >= -998 @ 1.83128
2.03/2.13	c bounds -5 >= -997 @ 1.83162
2.03/2.13	c bounds -5 >= -996 @ 1.83196
2.03/2.13	c bounds -5 >= -995 @ 1.8323
2.03/2.13	c bounds -5 >= -994 @ 1.83263
2.03/2.13	c bounds -5 >= -993 @ 1.83297
2.03/2.13	c bounds -5 >= -992 @ 1.83332
2.03/2.13	c bounds -5 >= -991 @ 1.83367
2.03/2.14	c bounds -5 >= -990 @ 1.83401
2.03/2.14	c bounds -5 >= -989 @ 1.83435
2.03/2.14	c bounds -5 >= -988 @ 1.83469
2.03/2.14	c bounds -5 >= -987 @ 1.83503
2.03/2.14	c bounds -5 >= -986 @ 1.83539
2.03/2.14	c bounds -5 >= -985 @ 1.83573
2.03/2.14	c bounds -5 >= -984 @ 1.83608
2.03/2.14	c bounds -5 >= -983 @ 1.83642
2.03/2.14	c bounds -5 >= -982 @ 1.83676
2.03/2.14	c bounds -5 >= -981 @ 1.8371
2.03/2.14	c bounds -5 >= -980 @ 1.83744
2.03/2.14	c bounds -5 >= -979 @ 1.83778
2.03/2.14	c bounds -5 >= -978 @ 1.83812
2.03/2.14	c bounds -5 >= -977 @ 1.83842
2.03/2.14	c bounds -5 >= -976 @ 1.83842
2.03/2.14	c bounds -5 >= -975 @ 1.83842
2.03/2.14	c bounds -5 >= -974 @ 1.83842
2.03/2.14	c bounds -5 >= -973 @ 1.83842
2.03/2.14	c bounds -5 >= -972 @ 1.83842
2.03/2.14	c bounds -5 >= -971 @ 1.83855
2.03/2.14	c bounds -5 >= -970 @ 1.83886
2.03/2.14	c bounds -5 >= -969 @ 1.83917
2.03/2.14	c bounds -5 >= -968 @ 1.8395
2.03/2.14	c bounds -5 >= -967 @ 1.83984
2.03/2.14	c bounds -5 >= -966 @ 1.84018
2.03/2.14	c bounds -5 >= -965 @ 1.8405
2.03/2.14	c bounds -5 >= -964 @ 1.84083
2.03/2.14	c bounds -5 >= -963 @ 1.84115
2.03/2.14	c bounds -5 >= -962 @ 1.84122
2.03/2.14	c bounds -5 >= -961 @ 1.84122
2.03/2.15	c bounds -5 >= -960 @ 1.84122
2.03/2.15	c bounds -5 >= -959 @ 1.84145
2.03/2.15	c bounds -5 >= -958 @ 1.84178
2.03/2.15	c bounds -5 >= -957 @ 1.84211
2.03/2.15	c bounds -5 >= -956 @ 1.84243
2.03/2.15	c bounds -5 >= -955 @ 1.84277
2.03/2.15	c bounds -5 >= -954 @ 1.84309
2.03/2.15	c bounds -5 >= -953 @ 1.84342
2.03/2.15	c bounds -5 >= -952 @ 1.84375
2.03/2.15	c bounds -5 >= -951 @ 1.84407
2.03/2.15	c bounds -5 >= -950 @ 1.8444
2.03/2.15	c bounds -5 >= -949 @ 1.84472
2.03/2.15	c bounds -5 >= -948 @ 1.84505
2.03/2.15	c bounds -5 >= -947 @ 1.84538
2.03/2.15	c bounds -5 >= -946 @ 1.84571
2.03/2.15	c bounds -5 >= -945 @ 1.84605
2.03/2.15	c bounds -5 >= -944 @ 1.84638
2.03/2.15	c bounds -5 >= -943 @ 1.84715
2.03/2.15	c bounds -5 >= -942 @ 1.84748
2.03/2.15	c bounds -5 >= -941 @ 1.84781
2.03/2.15	c bounds -5 >= -940 @ 1.84815
2.03/2.15	c bounds -5 >= -939 @ 1.8485
2.03/2.15	c bounds -5 >= -938 @ 1.84883
2.03/2.15	c bounds -5 >= -937 @ 1.84917
2.03/2.15	c bounds -5 >= -936 @ 1.84951
2.03/2.15	c bounds -5 >= -935 @ 1.84986
2.03/2.15	c bounds -5 >= -934 @ 1.85019
2.03/2.15	c bounds -5 >= -933 @ 1.85051
2.03/2.15	c bounds -5 >= -932 @ 1.85085
2.03/2.16	c bounds -5 >= -931 @ 1.85116
2.03/2.16	c bounds -5 >= -930 @ 1.85149
2.03/2.16	c bounds -5 >= -929 @ 1.85181
2.03/2.16	c bounds -5 >= -928 @ 1.85214
2.03/2.16	c bounds -5 >= -927 @ 1.85247
2.03/2.16	c bounds -5 >= -926 @ 1.8528
2.03/2.16	c bounds -5 >= -925 @ 1.85312
2.03/2.16	c bounds -5 >= -924 @ 1.85345
2.03/2.16	c bounds -5 >= -923 @ 1.85377
2.03/2.16	c bounds -5 >= -922 @ 1.85409
2.03/2.16	c bounds -5 >= -921 @ 1.85441
2.03/2.16	c bounds -5 >= -920 @ 1.85473
2.03/2.16	c bounds -5 >= -919 @ 1.85505
2.03/2.16	c bounds -5 >= -918 @ 1.85536
2.03/2.16	c bounds -5 >= -917 @ 1.85568
2.03/2.16	c bounds -5 >= -916 @ 1.856
2.03/2.16	c bounds -5 >= -915 @ 1.85634
2.03/2.16	c bounds -5 >= -914 @ 1.85666
2.03/2.16	c bounds -5 >= -913 @ 1.85699
2.03/2.16	c bounds -5 >= -912 @ 1.85732
2.03/2.16	c bounds -5 >= -911 @ 1.85765
2.03/2.16	c bounds -5 >= -910 @ 1.85797
2.03/2.16	c bounds -5 >= -909 @ 1.85831
2.03/2.16	c bounds -5 >= -908 @ 1.85863
2.03/2.16	c bounds -5 >= -907 @ 1.85896
2.03/2.16	c bounds -5 >= -906 @ 1.85927
2.03/2.16	c bounds -5 >= -905 @ 1.8596
2.03/2.16	c bounds -5 >= -904 @ 1.85992
2.03/2.16	c bounds -5 >= -903 @ 1.86023
2.03/2.16	c bounds -5 >= -902 @ 1.86055
2.03/2.17	c bounds -5 >= -901 @ 1.86086
2.03/2.17	c bounds -5 >= -900 @ 1.86118
2.03/2.17	c bounds -5 >= -899 @ 1.8615
2.03/2.17	c bounds -5 >= -898 @ 1.86183
2.03/2.17	c bounds -5 >= -897 @ 1.86215
2.03/2.17	c bounds -5 >= -896 @ 1.86247
2.03/2.17	c bounds -5 >= -895 @ 1.8628
2.03/2.17	c bounds -5 >= -894 @ 1.86312
2.03/2.17	c bounds -5 >= -893 @ 1.86344
2.03/2.17	c bounds -5 >= -892 @ 1.86377
2.03/2.17	c bounds -5 >= -891 @ 1.86409
2.03/2.17	c bounds -5 >= -890 @ 1.86442
2.03/2.17	c bounds -5 >= -889 @ 1.86475
2.03/2.17	c bounds -5 >= -888 @ 1.86507
2.03/2.17	c bounds -5 >= -887 @ 1.86539
2.03/2.17	c bounds -5 >= -886 @ 1.86571
2.03/2.17	c bounds -5 >= -885 @ 1.86603
2.03/2.17	c bounds -5 >= -884 @ 1.86634
2.03/2.17	c bounds -5 >= -883 @ 1.86666
2.03/2.17	c bounds -5 >= -882 @ 1.86697
2.03/2.17	c bounds -5 >= -881 @ 1.86729
2.03/2.17	c bounds -5 >= -880 @ 1.86761
2.03/2.17	c bounds -5 >= -879 @ 1.86793
2.03/2.17	c bounds -5 >= -878 @ 1.86826
2.03/2.17	c bounds -5 >= -877 @ 1.86859
2.03/2.17	c bounds -5 >= -876 @ 1.86891
2.03/2.17	c bounds -5 >= -875 @ 1.86923
2.03/2.17	c bounds -5 >= -874 @ 1.86956
2.03/2.17	c bounds -5 >= -873 @ 1.86989
2.03/2.17	c bounds -5 >= -872 @ 1.8702
2.03/2.17	c bounds -5 >= -871 @ 1.87051
2.03/2.18	c bounds -5 >= -870 @ 1.87083
2.03/2.18	c bounds -5 >= -869 @ 1.87114
2.03/2.18	c bounds -5 >= -868 @ 1.87145
2.03/2.18	c bounds -5 >= -867 @ 1.87176
2.03/2.18	c bounds -5 >= -866 @ 1.87206
2.03/2.18	c bounds -5 >= -865 @ 1.87237
2.03/2.18	c bounds -5 >= -864 @ 1.87268
2.03/2.18	c bounds -5 >= -863 @ 1.87299
2.03/2.18	c bounds -5 >= -862 @ 1.87331
2.03/2.18	c bounds -5 >= -861 @ 1.87363
2.03/2.18	c bounds -5 >= -860 @ 1.87395
2.03/2.18	c bounds -5 >= -859 @ 1.87427
2.03/2.18	c bounds -5 >= -858 @ 1.87459
2.03/2.18	c bounds -5 >= -857 @ 1.87492
2.03/2.18	c bounds -5 >= -856 @ 1.87523
2.03/2.18	c bounds -5 >= -855 @ 1.87556
2.03/2.18	c bounds -5 >= -854 @ 1.87587
2.03/2.18	c bounds -5 >= -853 @ 1.87621
2.03/2.18	c bounds -5 >= -852 @ 1.87653
2.03/2.18	c bounds -5 >= -851 @ 1.87685
2.03/2.18	c bounds -5 >= -850 @ 1.87717
2.03/2.18	c bounds -5 >= -849 @ 1.8775
2.03/2.18	c bounds -5 >= -848 @ 1.87781
2.03/2.18	c bounds -5 >= -847 @ 1.87813
2.03/2.18	c bounds -5 >= -846 @ 1.87847
2.03/2.18	c bounds -5 >= -845 @ 1.87916
2.03/2.18	c bounds -5 >= -844 @ 1.87947
2.03/2.18	c bounds -5 >= -843 @ 1.87978
2.03/2.18	c bounds -5 >= -842 @ 1.88008
2.03/2.18	c bounds -5 >= -841 @ 1.88038
2.03/2.18	c bounds -5 >= -840 @ 1.88069
2.03/2.19	c bounds -5 >= -839 @ 1.881
2.03/2.19	c bounds -5 >= -838 @ 1.8813
2.03/2.19	c bounds -5 >= -837 @ 1.88161
2.03/2.19	c bounds -5 >= -836 @ 1.88193
2.03/2.19	c bounds -5 >= -835 @ 1.88226
2.03/2.19	c bounds -5 >= -834 @ 1.88258
2.03/2.19	c bounds -5 >= -833 @ 1.8829
2.03/2.19	c bounds -5 >= -832 @ 1.88322
2.03/2.19	c bounds -5 >= -831 @ 1.88354
2.03/2.19	c bounds -5 >= -830 @ 1.88385
2.03/2.19	c bounds -5 >= -829 @ 1.88417
2.03/2.19	c bounds -5 >= -828 @ 1.88449
2.03/2.19	c bounds -5 >= -827 @ 1.88482
2.03/2.19	c bounds -5 >= -826 @ 1.88515
2.03/2.19	c bounds -5 >= -825 @ 1.88547
2.03/2.19	c bounds -5 >= -824 @ 1.8858
2.03/2.19	c bounds -5 >= -823 @ 1.88613
2.03/2.19	c bounds -5 >= -822 @ 1.88646
2.03/2.19	c bounds -5 >= -821 @ 1.88678
2.03/2.19	c bounds -5 >= -820 @ 1.8871
2.03/2.19	c bounds -5 >= -819 @ 1.88742
2.03/2.19	c bounds -5 >= -818 @ 1.88774
2.03/2.19	c bounds -5 >= -817 @ 1.88807
2.03/2.19	c bounds -5 >= -816 @ 1.88839
2.03/2.19	c bounds -5 >= -815 @ 1.88872
2.03/2.19	c bounds -5 >= -814 @ 1.88904
2.03/2.19	c bounds -5 >= -813 @ 1.88936
2.03/2.19	c bounds -5 >= -812 @ 1.88968
2.03/2.19	c bounds -5 >= -811 @ 1.88999
2.03/2.19	c bounds -5 >= -810 @ 1.89031
2.03/2.19	c bounds -5 >= -809 @ 1.89063
2.03/2.20	c bounds -5 >= -808 @ 1.89095
2.13/2.20	c bounds -5 >= -807 @ 1.89128
2.13/2.20	c bounds -5 >= -806 @ 1.89159
2.13/2.20	c bounds -5 >= -805 @ 1.89191
2.13/2.20	c bounds -5 >= -804 @ 1.89222
2.13/2.20	c bounds -5 >= -803 @ 1.89253
2.13/2.20	c bounds -5 >= -802 @ 1.89284
2.13/2.20	c bounds -5 >= -801 @ 1.89315
2.13/2.20	c bounds -5 >= -800 @ 1.89347
2.13/2.20	c bounds -5 >= -799 @ 1.89379
2.13/2.20	c bounds -5 >= -798 @ 1.89414
2.13/2.20	c bounds -5 >= -797 @ 1.89447
2.13/2.20	c bounds -5 >= -796 @ 1.8948
2.13/2.20	c bounds -5 >= -795 @ 1.89513
2.13/2.20	c bounds -5 >= -794 @ 1.89545
2.13/2.20	c bounds -5 >= -793 @ 1.89578
2.13/2.20	c bounds -5 >= -792 @ 1.8961
2.13/2.20	c bounds -5 >= -791 @ 1.89643
2.13/2.20	c bounds -5 >= -790 @ 1.89675
2.13/2.20	c bounds -5 >= -789 @ 1.89706
2.13/2.20	c bounds -5 >= -788 @ 1.89737
2.13/2.20	c bounds -5 >= -787 @ 1.89768
2.13/2.20	c bounds -5 >= -786 @ 1.89799
2.13/2.20	c bounds -5 >= -785 @ 1.8983
2.13/2.20	c bounds -5 >= -784 @ 1.8986
2.13/2.20	c bounds -5 >= -783 @ 1.89892
2.13/2.20	c bounds -5 >= -782 @ 1.89922
2.13/2.20	c bounds -5 >= -781 @ 1.89953
2.13/2.20	c bounds -5 >= -780 @ 1.89984
2.13/2.20	c bounds -5 >= -779 @ 1.90015
2.13/2.20	c bounds -5 >= -778 @ 1.90046
2.13/2.21	c bounds -5 >= -777 @ 1.90076
2.13/2.21	c bounds -5 >= -776 @ 1.90107
2.13/2.21	c bounds -5 >= -775 @ 1.90137
2.13/2.21	c bounds -5 >= -774 @ 1.90167
2.13/2.21	c bounds -5 >= -773 @ 1.90197
2.13/2.21	c bounds -5 >= -772 @ 1.90226
2.13/2.21	c bounds -5 >= -771 @ 1.90256
2.13/2.21	c bounds -5 >= -770 @ 1.90286
2.13/2.21	c bounds -5 >= -769 @ 1.90316
2.13/2.21	c bounds -5 >= -768 @ 1.90346
2.13/2.21	c bounds -5 >= -767 @ 1.90377
2.13/2.21	c bounds -5 >= -766 @ 1.90407
2.13/2.21	c bounds -5 >= -765 @ 1.90437
2.13/2.21	c bounds -5 >= -764 @ 1.90467
2.13/2.21	c bounds -5 >= -763 @ 1.90497
2.13/2.21	c bounds -5 >= -762 @ 1.90527
2.13/2.21	c bounds -5 >= -761 @ 1.90557
2.13/2.21	c bounds -5 >= -760 @ 1.90588
2.13/2.21	c bounds -5 >= -759 @ 1.90619
2.13/2.21	c bounds -5 >= -758 @ 1.9065
2.13/2.21	c bounds -5 >= -757 @ 1.90681
2.13/2.21	c bounds -5 >= -756 @ 1.90711
2.13/2.21	c bounds -5 >= -755 @ 1.90741
2.13/2.21	c bounds -5 >= -754 @ 1.90772
2.13/2.21	c bounds -5 >= -753 @ 1.90817
2.13/2.22	c bounds -5 >= -752 @ 1.91138
2.13/2.22	c bounds -5 >= -751 @ 1.9118
2.13/2.22	c bounds -5 >= -750 @ 1.91213
2.13/2.22	c bounds -5 >= -749 @ 1.91246
2.13/2.22	c bounds -5 >= -748 @ 1.91277
2.13/2.22	c bounds -5 >= -747 @ 1.91307
2.13/2.22	c bounds -5 >= -746 @ 1.91337
2.13/2.22	c bounds -5 >= -745 @ 1.91366
2.13/2.22	c bounds -5 >= -744 @ 1.91395
2.13/2.22	c bounds -5 >= -743 @ 1.91421
2.13/2.22	c bounds -5 >= -742 @ 1.91421
2.13/2.22	c bounds -5 >= -741 @ 1.91421
2.13/2.22	c bounds -5 >= -740 @ 1.91421
2.13/2.22	c bounds -5 >= -739 @ 1.91443
2.13/2.22	c bounds -5 >= -738 @ 1.91472
2.13/2.22	c bounds -5 >= -737 @ 1.91501
2.13/2.22	c bounds -5 >= -736 @ 1.91529
2.13/2.22	c bounds -5 >= -735 @ 1.91562
2.13/2.22	c bounds -5 >= -734 @ 1.91592
2.13/2.22	c bounds -5 >= -733 @ 1.91622
2.13/2.22	c bounds -5 >= -732 @ 1.91652
2.13/2.22	c bounds -5 >= -731 @ 1.91682
2.13/2.22	c bounds -5 >= -730 @ 1.91713
2.13/2.22	c bounds -5 >= -729 @ 1.91744
2.13/2.22	c bounds -5 >= -728 @ 1.91775
2.13/2.22	c bounds -5 >= -727 @ 1.91806
2.13/2.22	c bounds -5 >= -726 @ 1.91835
2.13/2.22	c bounds -5 >= -725 @ 1.91866
2.13/2.22	c bounds -5 >= -724 @ 1.91897
2.13/2.22	c bounds -5 >= -723 @ 1.9193
2.13/2.22	c bounds -5 >= -722 @ 1.91962
2.13/2.23	c bounds -5 >= -721 @ 1.91993
2.13/2.23	c bounds -5 >= -720 @ 1.92024
2.13/2.23	c bounds -5 >= -719 @ 1.92053
2.13/2.23	c bounds -5 >= -718 @ 1.92083
2.13/2.23	c bounds -5 >= -717 @ 1.92112
2.13/2.23	c bounds -5 >= -716 @ 1.92143
2.13/2.23	c bounds -5 >= -715 @ 1.92172
2.13/2.23	c bounds -5 >= -714 @ 1.92201
2.13/2.23	c bounds -5 >= -713 @ 1.92231
2.13/2.23	c bounds -5 >= -712 @ 1.9226
2.13/2.23	c bounds -5 >= -711 @ 1.9229
2.13/2.23	c bounds -5 >= -710 @ 1.92319
2.13/2.23	c bounds -5 >= -709 @ 1.92348
2.13/2.23	c bounds -5 >= -708 @ 1.92377
2.13/2.23	c bounds -5 >= -707 @ 1.92407
2.13/2.23	c bounds -5 >= -706 @ 1.92436
2.13/2.23	c bounds -5 >= -705 @ 1.92465
2.13/2.23	c bounds -5 >= -704 @ 1.92494
2.13/2.23	c bounds -5 >= -703 @ 1.92518
2.13/2.23	c bounds -5 >= -702 @ 1.92518
2.13/2.23	c bounds -5 >= -701 @ 1.92518
2.13/2.23	c bounds -5 >= -700 @ 1.92518
2.13/2.23	c bounds -5 >= -699 @ 1.92542
2.13/2.23	c bounds -5 >= -698 @ 1.9264
2.13/2.23	c bounds -5 >= -697 @ 1.92719
2.13/2.24	c bounds -5 >= -696 @ 1.9285
2.13/2.24	c bounds -5 >= -695 @ 1.92998
2.13/2.24	c bounds -5 >= -694 @ 1.93045
2.13/2.24	c bounds -5 >= -693 @ 1.93118
2.13/2.24	c bounds -5 >= -692 @ 1.93217
2.13/2.25	c bounds -5 >= -691 @ 1.93217
2.13/2.25	c bounds -5 >= -690 @ 1.93234
2.13/2.25	c bounds -5 >= -689 @ 1.93317
2.13/2.25	c bounds -5 >= -688 @ 1.93448
2.13/2.25	c bounds -5 >= -687 @ 1.93517
2.13/2.26	c bounds -5 >= -686 @ 1.93616
2.13/2.26	c bounds -5 >= -685 @ 1.93644
2.13/2.26	c bounds -5 >= -684 @ 1.93816
2.13/2.27	c bounds -5 >= -683 @ 1.93816
2.13/2.27	c bounds -5 >= -682 @ 1.93907
2.13/2.27	c bounds -5 >= -681 @ 1.94017
2.13/2.27	c bounds -5 >= -680 @ 1.94215
2.13/2.28	c bounds -5 >= -679 @ 1.94215
2.13/2.28	c bounds -5 >= -678 @ 1.94391
2.13/2.28	c bounds -5 >= -677 @ 1.94635
2.13/2.28	c bounds -5 >= -676 @ 1.94949
2.13/2.29	c bounds -5 >= -675 @ 1.95113
2.13/2.29	c bounds -5 >= -674 @ 1.95113
2.13/2.29	c bounds -5 >= -673 @ 1.95237
2.23/2.30	c bounds -5 >= -672 @ 1.95345
2.23/2.30	c bounds -5 >= -671 @ 1.95569
2.23/2.30	c bounds -5 >= -670 @ 1.95612
2.23/2.30	c bounds -5 >= -669 @ 1.95711
2.23/2.30	c bounds -5 >= -668 @ 1.95711
2.23/2.31	c bounds -5 >= -667 @ 1.95753
2.23/2.31	c bounds -5 >= -666 @ 1.95911
2.23/2.31	c bounds -5 >= -665 @ 1.95934
2.23/2.31	c bounds -5 >= -664 @ 1.96031
2.23/2.32	c bounds -5 >= -663 @ 1.96284
2.23/2.32	c bounds -5 >= -662 @ 1.96332
2.23/2.32	c bounds -5 >= -661 @ 1.96409
2.23/2.32	c bounds -5 >= -660 @ 1.96602
2.23/2.32	c bounds -5 >= -659 @ 1.96609
2.23/2.33	c bounds -5 >= -658 @ 1.96708
2.23/2.33	c bounds -5 >= -657 @ 1.96908
2.23/2.33	c bounds -5 >= -656 @ 1.97007
2.23/2.34	c bounds -5 >= -655 @ 1.97107
2.23/2.34	c bounds -5 >= -654 @ 1.97228
2.23/2.34	c bounds -5 >= -653 @ 1.97517
2.23/2.35	c bounds -5 >= -652 @ 1.97806
2.23/2.35	c bounds -5 >= -651 @ 1.97947
2.62/2.72	c bounds -5 >= -650 @ 2.33581
2.62/2.72	c bounds -5 >= -649 @ 2.33624
2.62/2.73	c bounds -5 >= -648 @ 2.33826
2.62/2.73	c bounds -5 >= -647 @ 2.34023
2.62/2.73	c bounds -5 >= -646 @ 2.34123
2.62/2.73	c bounds -5 >= -645 @ 2.34123
2.62/2.73	c bounds -5 >= -644 @ 2.34126
2.62/2.74	c bounds -5 >= -643 @ 2.34308
2.62/2.74	c bounds -5 >= -642 @ 2.34442
2.62/2.74	c bounds -5 >= -641 @ 2.34522
2.62/2.74	c bounds -5 >= -640 @ 2.3457
2.62/2.75	c bounds -5 >= -639 @ 2.34721
2.62/2.75	c bounds -5 >= -638 @ 2.34846
2.62/2.75	c bounds -5 >= -637 @ 2.34968
2.62/2.75	c bounds -5 >= -636 @ 2.35134
2.62/2.75	c bounds -5 >= -635 @ 2.3522
2.62/2.75	c bounds -5 >= -634 @ 2.35244
2.62/2.76	c bounds -5 >= -633 @ 2.35402
2.62/2.76	c bounds -5 >= -632 @ 2.35561
2.62/2.76	c bounds -5 >= -631 @ 2.35619
2.62/2.77	c bounds -5 >= -630 @ 2.35619
2.62/2.77	c bounds -5 >= -629 @ 2.35709
2.62/2.77	c bounds -5 >= -628 @ 2.35935
2.62/2.77	c bounds -5 >= -627 @ 2.36131
2.62/2.78	c bounds -5 >= -626 @ 2.36342
2.62/2.78	c bounds -5 >= -625 @ 2.36516
2.62/2.78	c bounds -5 >= -624 @ 2.36617
2.62/2.78	c bounds -5 >= -623 @ 2.36638
2.62/2.78	c bounds -5 >= -622 @ 2.36737
2.62/2.78	c bounds -5 >= -621 @ 2.36862
2.62/2.79	c bounds -5 >= -620 @ 2.36979
2.62/2.79	c bounds -5 >= -619 @ 2.37041
2.62/2.79	c bounds -5 >= -618 @ 2.37238
2.62/2.79	c bounds -5 >= -617 @ 2.37436
2.62/2.79	c bounds -5 >= -616 @ 2.37602
2.62/2.79	c bounds -5 >= -615 @ 2.37629
2.72/2.80	c bounds -5 >= -614 @ 2.37736
2.72/2.80	c bounds -5 >= -613 @ 2.37853
2.72/2.80	c bounds -5 >= -612 @ 2.38013
2.72/2.80	c bounds -5 >= -611 @ 2.38113
2.72/2.80	c bounds -5 >= -610 @ 2.38287
2.72/2.81	c bounds -5 >= -609 @ 2.3853
2.72/2.81	c bounds -5 >= -608 @ 2.38727
2.72/2.81	c bounds -5 >= -607 @ 2.38911
2.72/2.81	c bounds -5 >= -606 @ 2.38933
2.72/2.81	c bounds -5 >= -605 @ 2.39172
2.72/2.82	c bounds -5 >= -604 @ 2.3931
2.72/2.82	c bounds -5 >= -603 @ 2.39449
2.72/2.82	c bounds -5 >= -602 @ 2.39664
2.72/2.83	c #Conflicts:       1000 | #Constraints:     113002
2.72/2.83	c bounds -5 >= -601 @ 2.39809
2.72/2.83	c bounds -5 >= -600 @ 2.39934
2.72/2.84	c bounds -5 >= -599 @ 2.40008
2.72/2.84	c bounds -5 >= -598 @ 2.40092
2.72/2.84	c bounds -5 >= -597 @ 2.40108
2.72/2.84	c bounds -5 >= -596 @ 2.40141
2.72/2.84	c bounds -5 >= -595 @ 2.40308
2.72/2.85	c bounds -5 >= -594 @ 2.40465
2.72/2.85	c bounds -5 >= -593 @ 2.40638
2.72/2.85	c bounds -5 >= -592 @ 2.40957
2.72/2.85	c bounds -5 >= -591 @ 2.41006
2.72/2.86	c bounds -5 >= -590 @ 2.41073
2.72/2.86	c bounds -5 >= -589 @ 2.41276
2.72/2.86	c bounds -5 >= -588 @ 2.41427
2.72/2.87	c bounds -5 >= -587 @ 2.41704
2.72/2.87	c bounds -5 >= -586 @ 2.41804
2.72/2.87	c bounds -5 >= -585 @ 2.42003
2.72/2.88	c bounds -5 >= -584 @ 2.42056
2.72/2.88	c bounds -5 >= -583 @ 2.42103
2.72/2.88	c bounds -5 >= -582 @ 2.42362
2.72/2.89	c bounds -5 >= -581 @ 2.42558
2.72/2.89	c bounds -5 >= -580 @ 2.42894
2.72/2.89	c bounds -17 >= -580 @ 2.43269
2.82/2.90	c bounds -17 >= -579 @ 2.43578
2.82/2.90	c bounds -17 >= -578 @ 2.43631
2.82/2.90	c bounds -17 >= -577 @ 2.43899
2.82/2.91	c bounds -18 >= -577 @ 2.43949
2.82/2.91	c bounds -18 >= -576 @ 2.43999
2.82/2.91	c bounds -18 >= -575 @ 2.44209
2.82/2.91	c bounds -19 >= -575 @ 2.44307
2.82/2.91	c bounds -19 >= -574 @ 2.44483
2.82/2.91	c bounds -20 >= -574 @ 2.44605
2.82/2.91	c bounds -20 >= -573 @ 2.44771
2.82/2.92	c bounds -21 >= -573 @ 2.44797
2.82/2.92	c bounds -21 >= -572 @ 2.44847
2.82/2.92	c bounds -22 >= -572 @ 2.44943
2.82/2.92	c bounds -22 >= -571 @ 2.44996
2.82/2.92	c bounds -22 >= -570 @ 2.451
2.82/2.93	c bounds -23 >= -570 @ 2.45757
2.82/2.93	c bounds -23 >= -569 @ 2.45794
2.82/2.93	c bounds -23 >= -568 @ 2.45814
2.82/2.93	c bounds -23 >= -567 @ 2.45894
2.82/2.93	c bounds -23 >= -566 @ 2.45894
2.82/2.93	c bounds -23 >= -565 @ 2.45894
2.82/2.93	c bounds -23 >= -564 @ 2.45926
2.82/2.93	c bounds -23 >= -563 @ 2.46008
2.82/2.93	c bounds -23 >= -562 @ 2.46086
2.82/2.94	c bounds -23 >= -561 @ 2.46189
2.82/2.94	c bounds -23 >= -560 @ 2.46212
2.82/2.94	c bounds -23 >= -559 @ 2.46277
2.82/2.94	c bounds -23 >= -558 @ 2.46398
2.82/2.94	c bounds -23 >= -557 @ 2.46481
2.82/2.94	c bounds -23 >= -556 @ 2.46564
2.82/2.94	c bounds -23 >= -555 @ 2.46644
2.82/2.94	c bounds -23 >= -554 @ 2.46692
2.82/2.94	c bounds -23 >= -553 @ 2.46692
2.82/2.94	c bounds -23 >= -552 @ 2.4677
2.82/2.95	c bounds -23 >= -551 @ 2.46811
2.82/2.95	c bounds -23 >= -550 @ 2.46931
2.82/2.95	c bounds -23 >= -549 @ 2.47074
2.82/2.95	c bounds -23 >= -548 @ 2.47091
2.82/2.95	c bounds -23 >= -547 @ 2.4711
2.82/2.95	c bounds -23 >= -546 @ 2.47183
2.82/2.95	c bounds -23 >= -545 @ 2.47213
2.82/2.95	c bounds -23 >= -544 @ 2.47304
2.82/2.98	c bounds -24 >= -544 @ 2.4928
2.82/2.98	c bounds -24 >= -543 @ 2.49286
2.82/2.98	c bounds -24 >= -542 @ 2.49286
2.82/2.98	c bounds -24 >= -541 @ 2.49323
2.82/2.98	c bounds -24 >= -540 @ 2.49406
2.82/2.98	c bounds -24 >= -539 @ 2.49488
2.82/2.98	c bounds -24 >= -538 @ 2.49564
2.82/2.98	c bounds -24 >= -537 @ 2.49586
2.82/2.98	c bounds -24 >= -536 @ 2.4962
2.82/2.98	c bounds -24 >= -535 @ 2.49693
2.82/2.98	c bounds -24 >= -534 @ 2.49816
2.82/2.98	c bounds -24 >= -533 @ 2.49929
2.82/2.99	c bounds -24 >= -532 @ 2.50046
2.82/2.99	c bounds -24 >= -531 @ 2.5014
2.82/2.99	c bounds -24 >= -530 @ 2.50213
2.82/2.99	c bounds -24 >= -529 @ 2.50306
2.82/2.99	c bounds -24 >= -528 @ 2.50418
2.82/2.99	c bounds -24 >= -527 @ 2.50531
2.82/2.99	c bounds -24 >= -526 @ 2.50583
2.82/2.99	c bounds -24 >= -525 @ 2.50626
2.82/2.99	c bounds -24 >= -524 @ 2.50683
2.82/2.99	c bounds -24 >= -523 @ 2.50683
2.82/3.00	c bounds -24 >= -522 @ 2.50683
2.82/3.00	c bounds -24 >= -521 @ 2.50683
2.82/3.00	c bounds -24 >= -520 @ 2.50683
2.82/3.00	c bounds -24 >= -519 @ 2.50785
2.82/3.00	c bounds -24 >= -518 @ 2.50896
2.92/3.00	c bounds -24 >= -517 @ 2.50975
2.92/3.00	c bounds -24 >= -516 @ 2.51037
2.92/3.00	c bounds -24 >= -515 @ 2.51157
2.92/3.01	c bounds -24 >= -514 @ 2.51174
2.92/3.01	c bounds -24 >= -513 @ 2.51174
2.92/3.01	c bounds -24 >= -512 @ 2.51324
2.92/3.03	c #Conflicts:       2000 | #Constraints:     114526
2.92/3.03	c INPROCESSING
2.92/3.03	c GARBAGE COLLECT
2.92/3.03	c bounds -24 >= -511 @ 2.53468
2.92/3.04	c bounds -24 >= -510 @ 2.53589
2.92/3.04	c bounds -24 >= -509 @ 2.53801
2.92/3.04	c bounds -24 >= -508 @ 2.54275
2.92/3.05	c bounds -24 >= -507 @ 2.54727
2.92/3.06	c bounds -24 >= -506 @ 2.55315
2.92/3.06	c bounds -24 >= -505 @ 2.5598
2.92/3.07	c bounds -25 >= -505 @ 2.5627
2.92/3.07	c bounds -26 >= -505 @ 2.5688
3.42/3.50	c bounds -26 >= -504 @ 2.99186
3.42/3.50	c bounds -26 >= -503 @ 2.99281
3.42/3.50	c bounds -26 >= -502 @ 2.99345
3.42/3.50	c bounds -26 >= -501 @ 2.99403
3.42/3.50	c bounds -26 >= -500 @ 2.99549
3.42/3.51	c bounds -26 >= -499 @ 2.99583
3.42/3.51	c bounds -26 >= -498 @ 2.99694
3.42/3.51	c bounds -26 >= -497 @ 2.99842
3.42/3.51	c bounds -26 >= -496 @ 2.99882
3.42/3.51	c bounds -26 >= -495 @ 3.0006
3.52/3.66	c #Conflicts:       3000 | #Constraints:     113863
3.52/3.66	c bounds -27 >= -495 @ 3.14557
3.52/3.66	c bounds -27 >= -494 @ 3.14682
3.52/3.66	c bounds -27 >= -493 @ 3.14797
3.52/3.66	c bounds -27 >= -492 @ 3.14828
3.52/3.66	c bounds -27 >= -491 @ 3.14829
3.52/3.66	c bounds -27 >= -490 @ 3.14885
3.52/3.66	c bounds -27 >= -489 @ 3.14963
3.52/3.67	c bounds -27 >= -488 @ 3.15207
3.52/3.67	c bounds -27 >= -487 @ 3.15525
3.52/3.67	c bounds -27 >= -486 @ 3.15772
3.52/3.68	c bounds -27 >= -485 @ 3.16166
3.52/3.68	c bounds -27 >= -484 @ 3.16602
3.52/3.69	c bounds -27 >= -483 @ 3.17298
3.63/3.71	c bounds -27 >= -482 @ 3.19466
3.63/3.75	c #Conflicts:       4000 | #Constraints:     115161
3.63/3.75	c bounds -27 >= -481 @ 3.23064
3.63/3.77	c bounds -27 >= -480 @ 3.24849
4.02/4.18	c bounds -27 >= -479 @ 3.6572
4.12/4.21	c #Conflicts:       5000 | #Constraints:     116299
4.12/4.21	c bounds -27 >= -478 @ 3.68158
4.12/4.25	c bounds -27 >= -477 @ 3.72411
4.62/4.75	c #Conflicts:       6000 | #Constraints:     117377
4.62/4.75	c INPROCESSING
4.62/4.75	c GARBAGE COLLECT
4.62/4.75	c rational objective -477
5.21/5.32	c bounds -27 >= -476 @ 4.77658
5.61/5.78	c #Conflicts:       7000 | #Constraints:     115514
5.61/5.78	c bounds -27 >= -475 @ 5.23144
5.72/5.80	c bounds -28 >= -475 @ 5.2422
5.72/5.80	c bounds -29 >= -475 @ 5.24337
5.72/5.80	c bounds -30 >= -475 @ 5.24453
5.72/5.80	c bounds -31 >= -475 @ 5.24593
5.72/5.80	c bounds -32 >= -475 @ 5.24788
5.72/5.80	c bounds -33 >= -475 @ 5.24955
5.72/5.81	c bounds -34 >= -475 @ 5.25076
5.72/5.81	c bounds -35 >= -475 @ 5.25215
5.72/5.81	c bounds -36 >= -475 @ 5.2547
5.72/5.81	c bounds -37 >= -475 @ 5.25611
5.72/5.81	c bounds -38 >= -475 @ 5.25855
5.72/5.81	c bounds -39 >= -475 @ 5.25954
6.92/7.02	c #Conflicts:       8000 | #Constraints:     116616
6.92/7.02	c #Conflicts:       9000 | #Constraints:     117622
6.92/7.02	c INPROCESSING
6.92/7.02	c GARBAGE COLLECT
6.92/7.02	c rational objective -475
8.92/9.02	c bounds -39 >= -474 @ 8.42809
8.92/9.02	c bounds -39 >= -473 @ 8.43198
8.92/9.03	c bounds -39 >= -472 @ 8.43596
8.92/9.04	c bounds -39 >= -471 @ 8.44398
8.92/9.05	c bounds -39 >= -470 @ 8.45694
8.92/9.07	c #Conflicts:      10000 | #Constraints:     115765
8.92/9.07	c bounds -39 >= -469 @ 8.47801
9.01/9.10	c bounds -39 >= -468 @ 8.50176
9.01/9.15	c bounds -39 >= -467 @ 8.55142
9.10/9.22	c #Conflicts:      11000 | #Constraints:     116873
9.10/9.22	c bounds -39 >= -466 @ 8.60863
9.21/9.32	c #Conflicts:      12000 | #Constraints:     117912
9.21/9.32	c bounds -39 >= -465 @ 8.70348
9.60/9.79	c INPROCESSING
9.60/9.79	c rational objective -465
10.20/10.37	c #Conflicts:      13000 | #Constraints:     115438
10.20/10.37	c bounds -39 >= -464 @ 9.75221
10.71/10.89	c #Conflicts:      14000 | #Constraints:     116486
10.71/10.89	c bounds -39 >= -463 @ 10.2524
10.91/11.08	c #Conflicts:      15000 | #Constraints:     117534
10.91/11.08	c bounds -39 >= -462 @ 10.4327
10.91/11.09	c #Conflicts:      16000 | #Constraints:     118588
10.91/11.09	c bounds -39 >= -461 @ 10.4422
10.91/11.10	c bounds -39 >= -460 @ 10.4508
11.00/11.10	c bounds -39 >= -459 @ 10.4591
11.90/12.04	c bounds -39 >= -458 @ 11.3761
11.90/12.08	c bounds -39 >= -457 @ 11.418
12.01/12.16	c #Conflicts:      17000 | #Constraints:     119729
12.01/12.16	c bounds -39 >= -456 @ 11.4932
12.20/12.32	c #Conflicts:      18000 | #Constraints:     120774
12.20/12.32	c bounds -39 >= -455 @ 11.6569
12.69/12.81	c #Conflicts:      19000 | #Constraints:     121843
12.69/12.81	c bounds -39 >= -454 @ 12.1271
13.40/13.54	c #Conflicts:      20000 | #Constraints:     122879
13.40/13.54	c #Conflicts:      21000 | #Constraints:     123879
13.40/13.54	c INPROCESSING
13.40/13.54	c GARBAGE COLLECT
13.40/13.54	c rational objective -454
14.59/14.78	c bounds -39 >= -453 @ 14.0766
14.90/15.02	c #Conflicts:      22000 | #Constraints:     119069
14.90/15.02	c #Conflicts:      23000 | #Constraints:     120069
14.90/15.02	c bounds -39 >= -452 @ 14.3152
15.89/16.03	c #Conflicts:      24000 | #Constraints:     121126
15.89/16.03	c #Conflicts:      25000 | #Constraints:     122126
15.89/16.03	c INPROCESSING
15.89/16.03	c rational objective -452
17.28/17.49	c #Conflicts:      26000 | #Constraints:     117865
17.28/17.49	c bounds -40 >= -452 @ 16.7508
17.58/17.70	c bounds -40 >= -451 @ 16.9529
17.58/17.72	c bounds -40 >= -450 @ 16.9739
17.58/17.76	c #Conflicts:      27000 | #Constraints:     118944
17.58/17.76	c bounds -40 >= -449 @ 17.0145
18.18/18.38	c #Conflicts:      28000 | #Constraints:     119974
18.18/18.38	c bounds -40 >= -448 @ 17.6242
18.38/18.51	c #Conflicts:      29000 | #Constraints:     121037
18.38/18.51	c bounds -40 >= -447 @ 17.7482
18.78/18.99	c #Conflicts:      30000 | #Constraints:     122064
18.78/18.99	c bounds -40 >= -446 @ 18.2145
18.88/19.01	c bounds -41 >= -446 @ 18.232
18.88/19.01	c bounds -42 >= -446 @ 18.2349
18.88/19.02	c bounds -43 >= -446 @ 18.2412
19.28/19.49	c #Conflicts:      31000 | #Constraints:     123097
19.28/19.49	c bounds -44 >= -446 @ 18.7068
19.38/19.55	c bounds -44 >= -445 @ 18.768
19.48/19.63	c #Conflicts:      32000 | #Constraints:     124125
19.48/19.63	c bounds -44 >= -444 @ 18.849
20.18/20.34	c #Conflicts:      33000 | #Constraints:     125149
20.18/20.34	c bounds -44 >= -443 @ 19.5414
21.07/21.29	c #Conflicts:      34000 | #Constraints:     126182
21.07/21.29	c #Conflicts:      35000 | #Constraints:     127182
21.07/21.29	c bounds -44 >= -442 @ 20.4738
21.87/22.08	c #Conflicts:      36000 | #Constraints:     128227
21.87/22.08	c #Conflicts:      37000 | #Constraints:     129227
21.87/22.08	c INPROCESSING
21.87/22.08	c GARBAGE COLLECT
21.87/22.08	c rational objective -442
27.56/27.78	c #Conflicts:      38000 | #Constraints:     121551
27.56/27.78	c #Conflicts:      39000 | #Constraints:     122573
27.56/27.78	c #Conflicts:      40000 | #Constraints:     123594
27.56/27.78	c #Conflicts:      41000 | #Constraints:     124623
27.56/27.78	c #Conflicts:      42000 | #Constraints:     125649
27.56/27.78	c #Conflicts:      43000 | #Constraints:     126672
27.56/27.78	c INPROCESSING
27.56/27.78	c GARBAGE COLLECT
27.56/27.78	c rational objective -442
28.55/28.77	c bounds -44 >= -441 @ 27.8659
29.25/29.43	c #Conflicts:      44000 | #Constraints:     120594
29.25/29.43	c #Conflicts:      45000 | #Constraints:     121594
29.25/29.43	c bounds -44 >= -440 @ 28.5031
30.14/30.31	c #Conflicts:      46000 | #Constraints:     122645
30.14/30.31	c #Conflicts:      47000 | #Constraints:     123645
30.14/30.31	c #Conflicts:      48000 | #Constraints:     124645
30.14/30.31	c bounds -44 >= -439 @ 29.3601
30.75/31.00	c #Conflicts:      49000 | #Constraints:     125696
30.75/31.00	c INPROCESSING
30.75/31.00	c GARBAGE COLLECT
30.75/31.00	c rational objective -439
32.04/32.22	c #Conflicts:      50000 | #Constraints:     119781
32.04/32.22	c #Conflicts:      51000 | #Constraints:     120781
32.04/32.22	c bounds -44 >= -438 @ 31.2428
32.34/32.53	c #Conflicts:      52000 | #Constraints:     121835
32.34/32.53	c bounds -44 >= -437 @ 31.537
33.04/33.25	c #Conflicts:      53000 | #Constraints:     122874
33.04/33.25	c #Conflicts:      54000 | #Constraints:     123874
33.04/33.25	c bounds -44 >= -436 @ 32.2535
35.33/35.50	c #Conflicts:      55000 | #Constraints:     124901
35.33/35.50	c #Conflicts:      56000 | #Constraints:     125901
35.33/35.50	c #Conflicts:      57000 | #Constraints:     126901
35.33/35.50	c bounds -44 >= -435 @ 34.4785
36.14/36.71	c #Conflicts:      58000 | #Constraints:     127949
36.14/36.71	c #Conflicts:      59000 | #Constraints:     128949
36.14/36.71	c bounds -44 >= -434 @ 35.2831
38.04/38.60	c #Conflicts:      60000 | #Constraints:     129976
38.04/38.60	c #Conflicts:      61000 | #Constraints:     130976
38.04/38.60	c #Conflicts:      62000 | #Constraints:     131976
38.04/38.60	c #Conflicts:      63000 | #Constraints:     132976
38.04/38.60	c bounds -44 >= -433 @ 37.1356
38.83/39.45	c #Conflicts:      64000 | #Constraints:     133997
38.83/39.45	c #Conflicts:      65000 | #Constraints:     134997
38.83/39.45	c INPROCESSING
38.83/39.45	c GARBAGE COLLECT
38.83/39.45	c rational objective -433
40.32/40.99	c #Conflicts:      66000 | #Constraints:     124617
40.32/40.99	c #Conflicts:      67000 | #Constraints:     125617
40.32/40.99	c #Conflicts:      68000 | #Constraints:     126617
40.32/40.99	c bounds -44 >= -432 @ 39.4812
41.43/42.03	c #Conflicts:      69000 | #Constraints:     127656
41.43/42.03	c #Conflicts:      70000 | #Constraints:     128656
41.43/42.03	c bounds -44 >= -431 @ 40.5023
42.12/42.71	c #Conflicts:      71000 | #Constraints:     129683
42.12/42.71	c bounds -44 >= -430 @ 41.1608
42.62/43.25	c #Conflicts:      72000 | #Constraints:     130698
42.62/43.25	c INPROCESSING
42.62/43.25	c GARBAGE COLLECT
42.62/43.25	c rational objective -430
44.02/44.69	c #Conflicts:      73000 | #Constraints:     122348
44.02/44.69	c #Conflicts:      74000 | #Constraints:     123348
44.02/44.69	c #Conflicts:      75000 | #Constraints:     124348
44.02/44.69	c bounds -44 >= -429 @ 43.1106
44.92/45.55	c #Conflicts:      76000 | #Constraints:     125399
44.92/45.55	c #Conflicts:      77000 | #Constraints:     126399
44.92/45.55	c bounds -44 >= -428 @ 43.9463
46.01/46.63	c #Conflicts:      78000 | #Constraints:     127426
46.01/46.63	c #Conflicts:      79000 | #Constraints:     128426
46.01/46.63	c #Conflicts:      80000 | #Constraints:     129426
46.01/46.63	c INPROCESSING
46.01/46.63	c GARBAGE COLLECT
46.01/46.63	c rational objective -428
47.31/47.92	c #Conflicts:      81000 | #Constraints:     121877
47.31/47.92	c #Conflicts:      82000 | #Constraints:     122877
47.31/47.92	c bounds -44 >= -427 @ 46.2726
49.80/50.41	c #Conflicts:      83000 | #Constraints:     123943
49.80/50.41	c #Conflicts:      84000 | #Constraints:     124943
49.80/50.41	c #Conflicts:      85000 | #Constraints:     125943
49.80/50.41	c #Conflicts:      86000 | #Constraints:     126943
49.80/50.41	c bounds -44 >= -426 @ 48.7274
54.59/55.24	c #Conflicts:      87000 | #Constraints:     127979
54.59/55.24	c #Conflicts:      88000 | #Constraints:     128979
54.59/55.24	c #Conflicts:      89000 | #Constraints:     129979
54.59/55.24	c #Conflicts:      90000 | #Constraints:     130979
54.59/55.24	c bounds -44 >= -425 @ 53.4925
65.15/65.86	c #Conflicts:      91000 | #Constraints:     132009
65.15/65.86	c #Conflicts:      92000 | #Constraints:     133009
65.15/65.86	c #Conflicts:      93000 | #Constraints:     134013
65.15/65.86	c #Conflicts:      94000 | #Constraints:     135062
65.15/65.86	c #Conflicts:      95000 | #Constraints:     136114
65.15/65.86	c #Conflicts:      96000 | #Constraints:     137165
65.15/65.86	c #Conflicts:      97000 | #Constraints:     138217
65.15/65.86	c #Conflicts:      98000 | #Constraints:     139265
65.15/65.86	c #Conflicts:      99000 | #Constraints:     140295
65.15/65.86	c #Conflicts:     100000 | #Constraints:     141348
65.15/65.86	c INPROCESSING
65.15/65.86	c GARBAGE COLLECT
65.15/65.86	c rational objective -425
72.18/73.05	c #Conflicts:     101000 | #Constraints:     128085
72.18/73.05	c #Conflicts:     102000 | #Constraints:     129085
72.18/73.05	c #Conflicts:     103000 | #Constraints:     130085
72.18/73.05	c #Conflicts:     104000 | #Constraints:     131085
72.18/73.05	c #Conflicts:     105000 | #Constraints:     132085
72.18/73.05	c #Conflicts:     106000 | #Constraints:     133085
72.18/73.05	c #Conflicts:     107000 | #Constraints:     134085
72.18/73.05	c bounds -44 >= -424 @ 70.9403
73.27/74.13	c #Conflicts:     108000 | #Constraints:     135148
73.27/74.13	c #Conflicts:     109000 | #Constraints:     136148
73.27/74.13	c INPROCESSING
73.27/74.13	c GARBAGE COLLECT
73.27/74.13	c rational objective -424
74.97/75.84	c #Conflicts:     110000 | #Constraints:     125462
74.97/75.84	c #Conflicts:     111000 | #Constraints:     126462
74.97/75.84	c #Conflicts:     112000 | #Constraints:     127462
74.97/75.84	c bounds -44 >= -423 @ 73.696
78.06/78.95	c #Conflicts:     113000 | #Constraints:     128528
78.06/78.95	c #Conflicts:     114000 | #Constraints:     129528
78.06/78.95	c #Conflicts:     115000 | #Constraints:     130528
78.06/78.95	c #Conflicts:     116000 | #Constraints:     131528
78.06/78.95	c #Conflicts:     117000 | #Constraints:     132528
78.06/78.95	c bounds -44 >= -422 @ 76.7589
78.95/79.81	c #Conflicts:     118000 | #Constraints:     133555
78.95/79.81	c INPROCESSING
78.95/79.81	c GARBAGE COLLECT
78.95/79.81	c rational objective -422
82.74/83.63	c #Conflicts:     119000 | #Constraints:     124008
82.74/83.63	c #Conflicts:     120000 | #Constraints:     125008
82.74/83.63	c #Conflicts:     121000 | #Constraints:     126008
82.74/83.63	c #Conflicts:     122000 | #Constraints:     127008
82.74/83.63	c #Conflicts:     123000 | #Constraints:     128008
82.74/83.63	c bounds -44 >= -421 @ 81.375
90.91/91.83	c #Conflicts:     124000 | #Constraints:     129077
90.91/91.83	c #Conflicts:     125000 | #Constraints:     130077
90.91/91.83	c #Conflicts:     126000 | #Constraints:     131077
90.91/91.83	c #Conflicts:     127000 | #Constraints:     132077
90.91/91.83	c #Conflicts:     128000 | #Constraints:     133077
90.91/91.83	c #Conflicts:     129000 | #Constraints:     134077
90.91/91.83	c #Conflicts:     130000 | #Constraints:     135077
90.91/91.83	c #Conflicts:     131000 | #Constraints:     136077
90.91/91.83	c #Conflicts:     132000 | #Constraints:     137077
90.91/91.83	c bounds -44 >= -420 @ 89.4701
97.87/98.81	c #Conflicts:     133000 | #Constraints:     138134
97.87/98.81	c #Conflicts:     134000 | #Constraints:     139134
97.87/98.81	c #Conflicts:     135000 | #Constraints:     140134
97.87/98.81	c #Conflicts:     136000 | #Constraints:     141134
97.87/98.81	c #Conflicts:     137000 | #Constraints:     142134
97.87/98.81	c #Conflicts:     138000 | #Constraints:     143134
97.87/98.81	c #Conflicts:     139000 | #Constraints:     144134
97.87/98.81	c #Conflicts:     140000 | #Constraints:     145134
97.87/98.81	c #Conflicts:     141000 | #Constraints:     146134
97.87/98.81	c bounds -44 >= -419 @ 96.3154
98.47/99.45	c #Conflicts:     142000 | #Constraints:     147176
98.47/99.45	c INPROCESSING
98.47/99.45	c GARBAGE COLLECT
98.47/99.45	c rational objective -419
105.35/106.37	c #Conflicts:     143000 | #Constraints:     130491
105.35/106.37	c #Conflicts:     144000 | #Constraints:     131491
105.35/106.37	c #Conflicts:     145000 | #Constraints:     132491
105.35/106.37	c #Conflicts:     146000 | #Constraints:     133491
105.35/106.37	c #Conflicts:     147000 | #Constraints:     134491
105.35/106.37	c #Conflicts:     148000 | #Constraints:     135491
105.35/106.37	c #Conflicts:     149000 | #Constraints:     136491
105.35/106.37	c #Conflicts:     150000 | #Constraints:     137491
105.35/106.37	c bounds -44 >= -418 @ 103.77
106.85/107.89	c #Conflicts:     151000 | #Constraints:     138545
106.85/107.89	c #Conflicts:     152000 | #Constraints:     139545
106.85/107.89	c #Conflicts:     153000 | #Constraints:     140545
106.85/107.89	c INPROCESSING
106.85/107.89	c GARBAGE COLLECT
106.85/107.89	c rational objective -418
114.93/115.96	c #Conflicts:     154000 | #Constraints:     127773
114.93/115.96	c #Conflicts:     155000 | #Constraints:     128773
114.93/115.96	c #Conflicts:     156000 | #Constraints:     129773
114.93/115.96	c #Conflicts:     157000 | #Constraints:     130773
114.93/115.96	c #Conflicts:     158000 | #Constraints:     131773
114.93/115.96	c #Conflicts:     159000 | #Constraints:     132773
114.93/115.96	c #Conflicts:     160000 | #Constraints:     133773
114.93/115.96	c #Conflicts:     161000 | #Constraints:     134773
114.93/115.96	c bounds -44 >= -417 @ 113.248
115.92/116.99	c #Conflicts:     162000 | #Constraints:     135827
115.92/116.99	c #Conflicts:     163000 | #Constraints:     136827
115.92/116.99	c INPROCESSING
115.92/116.99	c GARBAGE COLLECT
115.92/116.99	c rational objective -417
119.61/120.61	c #Conflicts:     164000 | #Constraints:     125526
119.61/120.61	c #Conflicts:     165000 | #Constraints:     126526
119.61/120.61	c #Conflicts:     166000 | #Constraints:     127526
119.61/120.61	c #Conflicts:     167000 | #Constraints:     128526
119.61/120.61	c #Conflicts:     168000 | #Constraints:     129526
119.61/120.61	c bounds -44 >= -416 @ 117.816
122.01/123.06	c #Conflicts:     169000 | #Constraints:     130586
122.01/123.06	c #Conflicts:     170000 | #Constraints:     131586
122.01/123.06	c #Conflicts:     171000 | #Constraints:     132586
122.01/123.06	c #Conflicts:     172000 | #Constraints:     133586
122.01/123.06	c bounds -44 >= -415 @ 120.234
122.90/123.95	c #Conflicts:     173000 | #Constraints:     134610
122.90/123.95	c #Conflicts:     174000 | #Constraints:     135610
122.90/123.95	c bounds -44 >= -414 @ 121.095
125.30/126.39	c #Conflicts:     175000 | #Constraints:     136640
125.30/126.39	c #Conflicts:     176000 | #Constraints:     137640
125.30/126.39	c #Conflicts:     177000 | #Constraints:     138640
125.30/126.39	c bounds -44 >= -413 @ 123.51
127.19/128.20	c #Conflicts:     178000 | #Constraints:     139658
127.19/128.20	c #Conflicts:     179000 | #Constraints:     140658
127.19/128.20	c #Conflicts:     180000 | #Constraints:     141658
127.19/128.20	c bounds -44 >= -412 @ 125.286
129.67/130.78	c #Conflicts:     181000 | #Constraints:     142694
129.67/130.78	c #Conflicts:     182000 | #Constraints:     143694
129.67/130.78	c #Conflicts:     183000 | #Constraints:     144694
129.67/130.78	c #Conflicts:     184000 | #Constraints:     145694
129.67/130.78	c bounds -44 >= -411 @ 127.825
137.06/138.10	c #Conflicts:     185000 | #Constraints:     146745
137.06/138.10	c #Conflicts:     186000 | #Constraints:     147776
137.06/138.10	c #Conflicts:     187000 | #Constraints:     148796
137.06/138.10	c #Conflicts:     188000 | #Constraints:     149818
137.06/138.10	c #Conflicts:     189000 | #Constraints:     150838
137.06/138.10	c #Conflicts:     190000 | #Constraints:     151857
137.06/138.10	c #Conflicts:     191000 | #Constraints:     152876
137.06/138.10	c INPROCESSING
137.06/138.10	c GARBAGE COLLECT
137.06/138.10	c rational objective -411
141.24/142.34	c #Conflicts:     192000 | #Constraints:     133244
141.24/142.34	c #Conflicts:     193000 | #Constraints:     134244
141.24/142.34	c #Conflicts:     194000 | #Constraints:     135244
141.24/142.34	c #Conflicts:     195000 | #Constraints:     136244
141.24/142.34	c #Conflicts:     196000 | #Constraints:     137244
141.24/142.34	c bounds -44 >= -410 @ 139.248
144.63/145.76	c #Conflicts:     197000 | #Constraints:     138265
144.63/145.76	c #Conflicts:     198000 | #Constraints:     139265
144.63/145.76	c #Conflicts:     199000 | #Constraints:     140265
144.63/145.76	c #Conflicts:     200000 | #Constraints:     141265
144.63/145.76	c #Conflicts:     201000 | #Constraints:     142265
144.63/145.76	c bounds -44 >= -409 @ 142.609
146.04/147.14	c #Conflicts:     202000 | #Constraints:     143289
146.04/147.14	c #Conflicts:     203000 | #Constraints:     144289
146.04/147.14	c #Conflicts:     204000 | #Constraints:     145289
146.04/147.14	c INPROCESSING
146.04/147.14	c GARBAGE COLLECT
146.04/147.14	c rational objective -409
150.13/151.22	c #Conflicts:     205000 | #Constraints:     129995
150.13/151.22	c #Conflicts:     206000 | #Constraints:     130995
150.13/151.22	c #Conflicts:     207000 | #Constraints:     131995
150.13/151.22	c #Conflicts:     208000 | #Constraints:     132995
150.13/151.22	c bounds -44 >= -408 @ 148.007
156.61/157.71	c #Conflicts:     209000 | #Constraints:     134049
156.61/157.71	c #Conflicts:     210000 | #Constraints:     135049
156.61/157.71	c #Conflicts:     211000 | #Constraints:     136049
156.61/157.71	c #Conflicts:     212000 | #Constraints:     137049
156.61/157.71	c #Conflicts:     213000 | #Constraints:     138049
156.61/157.71	c #Conflicts:     214000 | #Constraints:     139049
156.61/157.71	c #Conflicts:     215000 | #Constraints:     140049
156.61/157.71	c #Conflicts:     216000 | #Constraints:     141049
156.61/157.71	c INPROCESSING
156.61/157.71	c GARBAGE COLLECT
156.61/157.71	c rational objective -408
157.10/158.28	c bounds -44 >= -407 @ 154.981
165.21/166.69	c #Conflicts:     217000 | #Constraints:     128086
165.21/166.69	c #Conflicts:     218000 | #Constraints:     129086
165.21/166.69	c #Conflicts:     219000 | #Constraints:     130086
165.21/166.69	c #Conflicts:     220000 | #Constraints:     131086
165.21/166.69	c #Conflicts:     221000 | #Constraints:     132086
165.21/166.69	c #Conflicts:     222000 | #Constraints:     133086
165.21/166.69	c #Conflicts:     223000 | #Constraints:     134086
165.21/166.69	c #Conflicts:     224000 | #Constraints:     135086
165.21/166.69	c #Conflicts:     225000 | #Constraints:     136086
165.21/166.69	c #Conflicts:     226000 | #Constraints:     137086
165.21/166.69	c #Conflicts:     227000 | #Constraints:     138086
165.21/166.69	c bounds -44 >= -406 @ 162.998
178.78/180.25	c #Conflicts:     228000 | #Constraints:     139161
178.78/180.25	c #Conflicts:     229000 | #Constraints:     140161
178.78/180.25	c #Conflicts:     230000 | #Constraints:     141161
178.78/180.25	c #Conflicts:     231000 | #Constraints:     142161
178.78/180.25	c #Conflicts:     232000 | #Constraints:     143161
178.78/180.25	c #Conflicts:     233000 | #Constraints:     144161
178.78/180.25	c #Conflicts:     234000 | #Constraints:     145161
178.78/180.25	c #Conflicts:     235000 | #Constraints:     146161
178.78/180.25	c #Conflicts:     236000 | #Constraints:     147161
178.78/180.25	c #Conflicts:     237000 | #Constraints:     148161
178.78/180.25	c #Conflicts:     238000 | #Constraints:     149161
178.78/180.25	c #Conflicts:     239000 | #Constraints:     150161
178.78/180.25	c #Conflicts:     240000 | #Constraints:     151161
178.78/180.25	c bounds -44 >= -405 @ 176.413
186.06/187.53	c #Conflicts:     241000 | #Constraints:     152191
186.06/187.53	c #Conflicts:     242000 | #Constraints:     153197
186.06/187.53	c #Conflicts:     243000 | #Constraints:     154243
186.06/187.53	c #Conflicts:     244000 | #Constraints:     155282
186.06/187.53	c #Conflicts:     245000 | #Constraints:     156326
186.06/187.53	c #Conflicts:     246000 | #Constraints:     157366
186.06/187.53	c #Conflicts:     247000 | #Constraints:     158406
186.06/187.53	c #Conflicts:     248000 | #Constraints:     159436
186.06/187.53	c INPROCESSING
186.06/187.53	c GARBAGE COLLECT
186.06/187.53	c rational objective -405
186.86/188.30	c bounds -44 >= -404 @ 184.362
195.63/197.17	c #Conflicts:     249000 | #Constraints:     136950
195.63/197.17	c #Conflicts:     250000 | #Constraints:     137950
195.63/197.17	c #Conflicts:     251000 | #Constraints:     138950
195.63/197.17	c #Conflicts:     252000 | #Constraints:     139950
195.63/197.17	c #Conflicts:     253000 | #Constraints:     140950
195.63/197.17	c #Conflicts:     254000 | #Constraints:     141950
195.63/197.17	c #Conflicts:     255000 | #Constraints:     142950
195.63/197.17	c #Conflicts:     256000 | #Constraints:     143950
195.63/197.17	c #Conflicts:     257000 | #Constraints:     144950
195.63/197.17	c #Conflicts:     258000 | #Constraints:     145950
195.63/197.17	c #Conflicts:     259000 | #Constraints:     146950
195.63/197.17	c bounds -44 >= -403 @ 193.083
197.93/199.45	c #Conflicts:     260000 | #Constraints:     147989
197.93/199.45	c #Conflicts:     261000 | #Constraints:     148989
197.93/199.45	c #Conflicts:     262000 | #Constraints:     149989
197.93/199.45	c INPROCESSING
197.93/199.45	c GARBAGE COLLECT
197.93/199.45	c rational objective -403
205.40/206.92	c #Conflicts:     263000 | #Constraints:     132266
205.40/206.92	c #Conflicts:     264000 | #Constraints:     133266
205.40/206.92	c #Conflicts:     265000 | #Constraints:     134266
205.40/206.92	c #Conflicts:     266000 | #Constraints:     135266
205.40/206.92	c #Conflicts:     267000 | #Constraints:     136266
205.40/206.92	c #Conflicts:     268000 | #Constraints:     137266
205.40/206.92	c #Conflicts:     269000 | #Constraints:     138266
205.40/206.92	c #Conflicts:     270000 | #Constraints:     139266
205.40/206.92	c #Conflicts:     271000 | #Constraints:     140266
205.40/206.92	c bounds -44 >= -402 @ 202.713
210.49/212.03	c #Conflicts:     272000 | #Constraints:     141332
210.49/212.03	c #Conflicts:     273000 | #Constraints:     142351
210.49/212.03	c #Conflicts:     274000 | #Constraints:     143389
210.49/212.03	c #Conflicts:     275000 | #Constraints:     144440
210.49/212.03	c #Conflicts:     276000 | #Constraints:     145483
210.49/212.03	c INPROCESSING
210.49/212.03	c GARBAGE COLLECT
210.49/212.03	c rational objective -402
224.20/226.04	c #Conflicts:     277000 | #Constraints:     130373
224.20/226.04	c #Conflicts:     278000 | #Constraints:     131373
224.20/226.04	c #Conflicts:     279000 | #Constraints:     132373
224.20/226.04	c #Conflicts:     280000 | #Constraints:     133373
224.20/226.04	c #Conflicts:     281000 | #Constraints:     134373
224.20/226.04	c #Conflicts:     282000 | #Constraints:     135373
224.20/226.04	c #Conflicts:     283000 | #Constraints:     136373
224.20/226.04	c #Conflicts:     284000 | #Constraints:     137373
224.20/226.04	c #Conflicts:     285000 | #Constraints:     138373
224.20/226.04	c #Conflicts:     286000 | #Constraints:     139373
224.20/226.04	c #Conflicts:     287000 | #Constraints:     140373
224.20/226.04	c #Conflicts:     288000 | #Constraints:     141373
224.20/226.04	c #Conflicts:     289000 | #Constraints:     142373
224.20/226.04	c #Conflicts:     290000 | #Constraints:     143373
224.20/226.04	c bounds -44 >= -401 @ 221.343
234.86/236.70	c #Conflicts:     291000 | #Constraints:     144436
234.86/236.70	c #Conflicts:     292000 | #Constraints:     145436
234.86/236.70	c #Conflicts:     293000 | #Constraints:     146436
234.86/236.70	c #Conflicts:     294000 | #Constraints:     147436
234.86/236.70	c #Conflicts:     295000 | #Constraints:     148436
234.86/236.70	c #Conflicts:     296000 | #Constraints:     149436
234.86/236.70	c #Conflicts:     297000 | #Constraints:     150436
234.86/236.70	c #Conflicts:     298000 | #Constraints:     151436
234.86/236.70	c #Conflicts:     299000 | #Constraints:     152436
234.86/236.70	c #Conflicts:     300000 | #Constraints:     153436
234.86/236.70	c #Conflicts:     301000 | #Constraints:     154436
234.86/236.70	c bounds -44 >= -400 @ 231.887
238.96/240.83	c #Conflicts:     302000 | #Constraints:     155448
238.96/240.83	c #Conflicts:     303000 | #Constraints:     156448
238.96/240.83	c #Conflicts:     304000 | #Constraints:     157485
238.96/240.83	c #Conflicts:     305000 | #Constraints:     158527
238.96/240.83	c #Conflicts:     306000 | #Constraints:     159568
238.96/240.83	c bounds -45 >= -400 @ 235.96
242.15/244.06	c #Conflicts:     307000 | #Constraints:     160598
242.15/244.06	c #Conflicts:     308000 | #Constraints:     161598
242.15/244.06	c #Conflicts:     309000 | #Constraints:     162598
242.15/244.06	c #Conflicts:     310000 | #Constraints:     163598
242.15/244.06	c bounds -45 >= -399 @ 239.152
244.15/246.07	c #Conflicts:     311000 | #Constraints:     164619
244.15/246.07	c #Conflicts:     312000 | #Constraints:     165619
244.15/246.07	c INPROCESSING
244.15/246.07	c GARBAGE COLLECT
244.15/246.07	c rational objective -399
264.12/266.25	c #Conflicts:     313000 | #Constraints:     139158
264.12/266.25	c #Conflicts:     314000 | #Constraints:     140167
264.12/266.25	c #Conflicts:     315000 | #Constraints:     141182
264.12/266.25	c #Conflicts:     316000 | #Constraints:     142230
264.12/266.25	c #Conflicts:     317000 | #Constraints:     143273
264.12/266.25	c #Conflicts:     318000 | #Constraints:     144307
264.12/266.25	c #Conflicts:     319000 | #Constraints:     145345
264.12/266.25	c #Conflicts:     320000 | #Constraints:     146385
264.12/266.25	c #Conflicts:     321000 | #Constraints:     147428
264.12/266.25	c #Conflicts:     322000 | #Constraints:     148466
264.12/266.25	c #Conflicts:     323000 | #Constraints:     149501
264.12/266.25	c #Conflicts:     324000 | #Constraints:     150538
264.12/266.25	c #Conflicts:     325000 | #Constraints:     151573
264.12/266.25	c #Conflicts:     326000 | #Constraints:     152609
264.12/266.25	c #Conflicts:     327000 | #Constraints:     153649
264.12/266.25	c INPROCESSING
264.12/266.25	c GARBAGE COLLECT
264.12/266.25	c rational objective -399
267.21/269.35	c #Conflicts:     328000 | #Constraints:     134274
267.21/269.35	c #Conflicts:     329000 | #Constraints:     135274
267.21/269.35	c #Conflicts:     330000 | #Constraints:     136274
267.21/269.35	c #Conflicts:     331000 | #Constraints:     137274
267.21/269.35	c bounds -45 >= -398 @ 264.03
272.60/274.70	c #Conflicts:     332000 | #Constraints:     138298
272.60/274.70	c #Conflicts:     333000 | #Constraints:     139298
272.60/274.70	c #Conflicts:     334000 | #Constraints:     140298
272.60/274.70	c #Conflicts:     335000 | #Constraints:     141298
272.60/274.70	c #Conflicts:     336000 | #Constraints:     142298
272.60/274.70	c #Conflicts:     337000 | #Constraints:     143298
272.60/274.70	c bounds -45 >= -397 @ 269.312
275.90/278.02	c #Conflicts:     338000 | #Constraints:     144334
275.90/278.02	c #Conflicts:     339000 | #Constraints:     145334
275.90/278.02	c #Conflicts:     340000 | #Constraints:     146334
275.90/278.02	c #Conflicts:     341000 | #Constraints:     147334
275.90/278.02	c #Conflicts:     342000 | #Constraints:     148334
275.90/278.02	c INPROCESSING
275.90/278.02	c GARBAGE COLLECT
275.90/278.02	c rational objective -397
280.98/283.31	c #Conflicts:     343000 | #Constraints:     131340
280.98/283.31	c #Conflicts:     344000 | #Constraints:     132340
280.98/283.31	c #Conflicts:     345000 | #Constraints:     133340
280.98/283.31	c #Conflicts:     346000 | #Constraints:     134340
280.98/283.31	c #Conflicts:     347000 | #Constraints:     135340
280.98/283.31	c #Conflicts:     348000 | #Constraints:     136340
280.98/283.31	c #Conflicts:     349000 | #Constraints:     137340
280.98/283.31	c bounds -45 >= -396 @ 277.587
287.75/290.12	c #Conflicts:     350000 | #Constraints:     138412
287.75/290.12	c #Conflicts:     351000 | #Constraints:     139412
287.75/290.12	c #Conflicts:     352000 | #Constraints:     140412
287.75/290.12	c #Conflicts:     353000 | #Constraints:     141412
287.75/290.12	c #Conflicts:     354000 | #Constraints:     142412
287.75/290.12	c #Conflicts:     355000 | #Constraints:     143412
287.75/290.12	c #Conflicts:     356000 | #Constraints:     144412
287.75/290.12	c bounds -45 >= -395 @ 284.307
298.53/300.95	c #Conflicts:     357000 | #Constraints:     145442
298.53/300.95	c #Conflicts:     358000 | #Constraints:     146442
298.53/300.95	c #Conflicts:     359000 | #Constraints:     147442
298.53/300.95	c #Conflicts:     360000 | #Constraints:     148442
298.53/300.95	c #Conflicts:     361000 | #Constraints:     149442
298.53/300.95	c #Conflicts:     362000 | #Constraints:     150442
298.53/300.95	c #Conflicts:     363000 | #Constraints:     151442
298.53/300.95	c #Conflicts:     364000 | #Constraints:     152442
298.53/300.95	c #Conflicts:     365000 | #Constraints:     153442
298.53/300.95	c #Conflicts:     366000 | #Constraints:     154442
298.53/300.95	c #Conflicts:     367000 | #Constraints:     155442
298.53/300.95	c bounds -45 >= -394 @ 294.999
314.04/316.68	c #Conflicts:     368000 | #Constraints:     156469
314.04/316.68	c #Conflicts:     369000 | #Constraints:     157469
314.04/316.68	c #Conflicts:     370000 | #Constraints:     158469
314.04/316.68	c #Conflicts:     371000 | #Constraints:     159469
314.04/316.68	c #Conflicts:     372000 | #Constraints:     160469
314.04/316.68	c #Conflicts:     373000 | #Constraints:     161469
314.04/316.68	c #Conflicts:     374000 | #Constraints:     162469
314.04/316.68	c #Conflicts:     375000 | #Constraints:     163469
314.04/316.68	c #Conflicts:     376000 | #Constraints:     164469
314.04/316.68	c #Conflicts:     377000 | #Constraints:     165469
314.04/316.68	c #Conflicts:     378000 | #Constraints:     166469
314.04/316.68	c #Conflicts:     379000 | #Constraints:     167469
314.04/316.68	c #Conflicts:     380000 | #Constraints:     168469
314.04/316.68	c #Conflicts:     381000 | #Constraints:     169469
314.04/316.68	c #Conflicts:     382000 | #Constraints:     170469
314.04/316.68	c bounds -45 >= -393 @ 310.385
315.34/317.96	c #Conflicts:     383000 | #Constraints:     171499
315.34/317.96	c INPROCESSING
315.34/317.96	c GARBAGE COLLECT
315.34/317.96	c rational objective -393
330.59/333.29	c #Conflicts:     384000 | #Constraints:     142835
330.59/333.29	c #Conflicts:     385000 | #Constraints:     143835
330.59/333.29	c #Conflicts:     386000 | #Constraints:     144835
330.59/333.29	c #Conflicts:     387000 | #Constraints:     145835
330.59/333.29	c #Conflicts:     388000 | #Constraints:     146835
330.59/333.29	c #Conflicts:     389000 | #Constraints:     147835
330.59/333.29	c #Conflicts:     390000 | #Constraints:     148835
330.59/333.29	c #Conflicts:     391000 | #Constraints:     149835
330.59/333.29	c #Conflicts:     392000 | #Constraints:     150835
330.59/333.29	c #Conflicts:     393000 | #Constraints:     151835
330.59/333.29	c #Conflicts:     394000 | #Constraints:     152835
330.59/333.29	c #Conflicts:     395000 | #Constraints:     153835
330.59/333.29	c #Conflicts:     396000 | #Constraints:     154835
330.59/333.29	c #Conflicts:     397000 | #Constraints:     155835
330.59/333.29	c #Conflicts:     398000 | #Constraints:     156835
330.59/333.29	c #Conflicts:     399000 | #Constraints:     157835
330.59/333.29	c bounds -45 >= -392 @ 326.789
331.09/333.74	c #Conflicts:     400000 | #Constraints:     158883
331.09/333.74	c INPROCESSING
331.09/333.74	c GARBAGE COLLECT
331.09/333.74	c rational objective -392
346.47/349.31	c #Conflicts:     401000 | #Constraints:     137095
346.47/349.31	c #Conflicts:     402000 | #Constraints:     138095
346.47/349.31	c #Conflicts:     403000 | #Constraints:     139095
346.47/349.31	c #Conflicts:     404000 | #Constraints:     140095
346.47/349.31	c #Conflicts:     405000 | #Constraints:     141095
346.47/349.31	c #Conflicts:     406000 | #Constraints:     142095
346.47/349.31	c #Conflicts:     407000 | #Constraints:     143095
346.47/349.31	c #Conflicts:     408000 | #Constraints:     144095
346.47/349.31	c #Conflicts:     409000 | #Constraints:     145095
346.47/349.31	c #Conflicts:     410000 | #Constraints:     146095
346.47/349.31	c #Conflicts:     411000 | #Constraints:     147095
346.47/349.31	c #Conflicts:     412000 | #Constraints:     148095
346.47/349.31	c #Conflicts:     413000 | #Constraints:     149095
346.47/349.31	c #Conflicts:     414000 | #Constraints:     150095
346.47/349.31	c #Conflicts:     415000 | #Constraints:     151095
346.47/349.31	c #Conflicts:     416000 | #Constraints:     152095
346.47/349.31	c #Conflicts:     417000 | #Constraints:     153095
346.47/349.31	c INPROCESSING
346.47/349.31	c GARBAGE COLLECT
346.47/349.31	c rational objective -392
353.65/356.51	c #Conflicts:     418000 | #Constraints:     134361
353.65/356.51	c #Conflicts:     419000 | #Constraints:     135361
353.65/356.51	c #Conflicts:     420000 | #Constraints:     136361
353.65/356.51	c #Conflicts:     421000 | #Constraints:     137361
353.65/356.51	c #Conflicts:     422000 | #Constraints:     138361
353.65/356.51	c #Conflicts:     423000 | #Constraints:     139361
353.65/356.51	c #Conflicts:     424000 | #Constraints:     140361
353.65/356.51	c #Conflicts:     425000 | #Constraints:     141361
353.65/356.51	c #Conflicts:     426000 | #Constraints:     142361
353.65/356.51	c bounds -45 >= -391 @ 349.525
362.93/365.83	c #Conflicts:     427000 | #Constraints:     143436
362.93/365.83	c #Conflicts:     428000 | #Constraints:     144436
362.93/365.83	c #Conflicts:     429000 | #Constraints:     145436
362.93/365.83	c #Conflicts:     430000 | #Constraints:     146436
362.93/365.83	c #Conflicts:     431000 | #Constraints:     147436
362.93/365.83	c #Conflicts:     432000 | #Constraints:     148436
362.93/365.83	c #Conflicts:     433000 | #Constraints:     149436
362.93/365.83	c #Conflicts:     434000 | #Constraints:     150436
362.93/365.83	c #Conflicts:     435000 | #Constraints:     151436
362.93/365.83	c #Conflicts:     436000 | #Constraints:     152436
362.93/365.83	c bounds -45 >= -390 @ 358.725
381.64/384.72	c #Conflicts:     437000 | #Constraints:     153460
381.64/384.72	c #Conflicts:     438000 | #Constraints:     154460
381.64/384.72	c #Conflicts:     439000 | #Constraints:     155460
381.64/384.72	c #Conflicts:     440000 | #Constraints:     156460
381.64/384.72	c #Conflicts:     441000 | #Constraints:     157460
381.64/384.72	c #Conflicts:     442000 | #Constraints:     158460
381.64/384.72	c #Conflicts:     443000 | #Constraints:     159460
381.64/384.72	c #Conflicts:     444000 | #Constraints:     160460
381.64/384.72	c #Conflicts:     445000 | #Constraints:     161460
381.64/384.72	c #Conflicts:     446000 | #Constraints:     162460
381.64/384.72	c #Conflicts:     447000 | #Constraints:     163460
381.64/384.72	c #Conflicts:     448000 | #Constraints:     164460
381.64/384.72	c #Conflicts:     449000 | #Constraints:     165460
381.64/384.72	c #Conflicts:     450000 | #Constraints:     166460
381.64/384.72	c #Conflicts:     451000 | #Constraints:     167460
381.64/384.72	c #Conflicts:     452000 | #Constraints:     168460
381.64/384.72	c #Conflicts:     453000 | #Constraints:     169460
381.64/384.72	c bounds -45 >= -389 @ 377.286
381.64/384.75	c bounds -46 >= -389 @ 377.312
390.93/394.08	c #Conflicts:     454000 | #Constraints:     170493
390.93/394.08	c #Conflicts:     455000 | #Constraints:     171539
390.93/394.08	c #Conflicts:     456000 | #Constraints:     172580
390.93/394.08	c #Conflicts:     457000 | #Constraints:     173620
390.93/394.08	c #Conflicts:     458000 | #Constraints:     174667
390.93/394.08	c #Conflicts:     459000 | #Constraints:     175707
390.93/394.08	c #Conflicts:     460000 | #Constraints:     176752
390.93/394.08	c #Conflicts:     461000 | #Constraints:     177802
390.93/394.08	c INPROCESSING
390.93/394.08	c GARBAGE COLLECT
390.93/394.08	c rational objective -389
409.07/412.44	c #Conflicts:     462000 | #Constraints:     146262
409.07/412.44	c #Conflicts:     463000 | #Constraints:     147262
409.07/412.44	c #Conflicts:     464000 | #Constraints:     148262
409.07/412.44	c #Conflicts:     465000 | #Constraints:     149262
409.07/412.44	c #Conflicts:     466000 | #Constraints:     150262
409.07/412.44	c #Conflicts:     467000 | #Constraints:     151262
409.07/412.44	c #Conflicts:     468000 | #Constraints:     152262
409.07/412.44	c #Conflicts:     469000 | #Constraints:     153262
409.07/412.44	c #Conflicts:     470000 | #Constraints:     154262
409.07/412.44	c #Conflicts:     471000 | #Constraints:     155262
409.07/412.44	c #Conflicts:     472000 | #Constraints:     156262
409.07/412.44	c #Conflicts:     473000 | #Constraints:     157262
409.07/412.44	c #Conflicts:     474000 | #Constraints:     158262
409.07/412.44	c #Conflicts:     475000 | #Constraints:     159262
409.07/412.44	c #Conflicts:     476000 | #Constraints:     160262
409.07/412.44	c #Conflicts:     477000 | #Constraints:     161262
409.07/412.44	c #Conflicts:     478000 | #Constraints:     162262
409.07/412.44	c #Conflicts:     479000 | #Constraints:     163262
409.07/412.44	c #Conflicts:     480000 | #Constraints:     164262
409.07/412.44	c INPROCESSING
409.07/412.44	c GARBAGE COLLECT
409.07/412.44	c rational objective -389
424.83/428.20	c #Conflicts:     481000 | #Constraints:     139732
424.83/428.20	c #Conflicts:     482000 | #Constraints:     140732
424.83/428.20	c #Conflicts:     483000 | #Constraints:     141732
424.83/428.20	c #Conflicts:     484000 | #Constraints:     142732
424.83/428.20	c #Conflicts:     485000 | #Constraints:     143732
424.83/428.20	c #Conflicts:     486000 | #Constraints:     144732
424.83/428.20	c #Conflicts:     487000 | #Constraints:     145732
424.83/428.20	c #Conflicts:     488000 | #Constraints:     146732
424.83/428.20	c #Conflicts:     489000 | #Constraints:     147732
424.83/428.20	c #Conflicts:     490000 | #Constraints:     148732
424.83/428.20	c #Conflicts:     491000 | #Constraints:     149732
424.83/428.20	c #Conflicts:     492000 | #Constraints:     150732
424.83/428.20	c #Conflicts:     493000 | #Constraints:     151732
424.83/428.20	c #Conflicts:     494000 | #Constraints:     152732
424.83/428.20	c #Conflicts:     495000 | #Constraints:     153732
424.83/428.20	c #Conflicts:     496000 | #Constraints:     154732
424.83/428.20	c bounds -46 >= -388 @ 420.058
426.63/430.01	c #Conflicts:     497000 | #Constraints:     155776
426.63/430.01	c #Conflicts:     498000 | #Constraints:     156805
426.63/430.01	c INPROCESSING
426.63/430.01	c GARBAGE COLLECT
426.63/430.01	c rational objective -388
502.79/506.77	c #Conflicts:     499000 | #Constraints:     135993
502.79/506.77	c #Conflicts:     500000 | #Constraints:     137024
502.79/506.77	c #Conflicts:     501000 | #Constraints:     138050
502.79/506.77	c #Conflicts:     502000 | #Constraints:     139077
502.79/506.77	c #Conflicts:     503000 | #Constraints:     140113
502.79/506.77	c #Conflicts:     504000 | #Constraints:     141137
502.79/506.77	c #Conflicts:     505000 | #Constraints:     142163
502.79/506.77	c #Conflicts:     506000 | #Constraints:     143192
502.79/506.77	c #Conflicts:     507000 | #Constraints:     144221
502.79/506.77	c #Conflicts:     508000 | #Constraints:     145241
502.79/506.77	c #Conflicts:     509000 | #Constraints:     146280
502.79/506.77	c #Conflicts:     510000 | #Constraints:     147309
502.79/506.77	c #Conflicts:     511000 | #Constraints:     148335
502.79/506.77	c #Conflicts:     512000 | #Constraints:     149369
502.79/506.77	c #Conflicts:     513000 | #Constraints:     150397
502.79/506.77	c #Conflicts:     514000 | #Constraints:     151440
502.79/506.77	c #Conflicts:     515000 | #Constraints:     152482
502.79/506.77	c #Conflicts:     516000 | #Constraints:     153520
502.79/506.77	c #Conflicts:     517000 | #Constraints:     154563
502.79/506.77	c #Conflicts:     518000 | #Constraints:     155599
502.79/506.77	c #Conflicts:     519000 | #Constraints:     156638
502.79/506.77	c #Conflicts:     520000 | #Constraints:     157680
502.79/506.77	c #Conflicts:     521000 | #Constraints:     158723
502.79/506.77	c #Conflicts:     522000 | #Constraints:     159768
502.79/506.77	c #Conflicts:     523000 | #Constraints:     160805
502.79/506.77	c #Conflicts:     524000 | #Constraints:     161847
502.79/506.77	c #Conflicts:     525000 | #Constraints:     162881
502.79/506.77	c #Conflicts:     526000 | #Constraints:     163922
502.79/506.77	c #Conflicts:     527000 | #Constraints:     164958
502.79/506.77	c #Conflicts:     528000 | #Constraints:     166008
502.79/506.77	c #Conflicts:     529000 | #Constraints:     167049
502.79/506.77	c #Conflicts:     530000 | #Constraints:     168088
502.79/506.77	c #Conflicts:     531000 | #Constraints:     169134
502.79/506.77	c #Conflicts:     532000 | #Constraints:     170176
502.79/506.77	c #Conflicts:     533000 | #Constraints:     171213
502.79/506.77	c #Conflicts:     534000 | #Constraints:     172256
502.79/506.77	c #Conflicts:     535000 | #Constraints:     173299
502.79/506.77	c #Conflicts:     536000 | #Constraints:     174342
502.79/506.77	c #Conflicts:     537000 | #Constraints:     175383
502.79/506.77	c #Conflicts:     538000 | #Constraints:     176423
502.79/506.77	c #Conflicts:     539000 | #Constraints:     177470
502.79/506.77	c #Conflicts:     540000 | #Constraints:     178512
502.79/506.77	c #Conflicts:     541000 | #Constraints:     179562
502.79/506.77	c #Conflicts:     542000 | #Constraints:     180610
502.79/506.77	c #Conflicts:     543000 | #Constraints:     181653
502.79/506.77	c #Conflicts:     544000 | #Constraints:     182685
502.79/506.77	c #Conflicts:     545000 | #Constraints:     183721
502.79/506.77	c #Conflicts:     546000 | #Constraints:     184761
502.79/506.77	c #Conflicts:     547000 | #Constraints:     185814
502.79/506.77	c INPROCESSING
502.79/506.77	c GARBAGE COLLECT
502.79/506.77	c rational objective -388
526.53/530.58	c #Conflicts:     548000 | #Constraints:     150530
526.53/530.58	c #Conflicts:     549000 | #Constraints:     151530
526.53/530.58	c #Conflicts:     550000 | #Constraints:     152530
526.53/530.58	c #Conflicts:     551000 | #Constraints:     153530
526.53/530.58	c #Conflicts:     552000 | #Constraints:     154530
526.53/530.58	c #Conflicts:     553000 | #Constraints:     155530
526.53/530.58	c #Conflicts:     554000 | #Constraints:     156530
526.53/530.58	c #Conflicts:     555000 | #Constraints:     157530
526.53/530.58	c #Conflicts:     556000 | #Constraints:     158530
526.53/530.58	c #Conflicts:     557000 | #Constraints:     159530
526.53/530.58	c #Conflicts:     558000 | #Constraints:     160530
526.53/530.58	c #Conflicts:     559000 | #Constraints:     161530
526.53/530.58	c #Conflicts:     560000 | #Constraints:     162530
526.53/530.58	c #Conflicts:     561000 | #Constraints:     163530
526.53/530.58	c #Conflicts:     562000 | #Constraints:     164530
526.53/530.58	c #Conflicts:     563000 | #Constraints:     165530
526.53/530.58	c #Conflicts:     564000 | #Constraints:     166530
526.53/530.58	c #Conflicts:     565000 | #Constraints:     167530
526.53/530.58	c #Conflicts:     566000 | #Constraints:     168530
526.53/530.58	c #Conflicts:     567000 | #Constraints:     169530
526.53/530.58	c INPROCESSING
526.53/530.58	c GARBAGE COLLECT
526.53/530.58	c rational objective -388
541.19/545.21	c #Conflicts:     568000 | #Constraints:     142602
541.19/545.21	c #Conflicts:     569000 | #Constraints:     143602
541.19/545.21	c #Conflicts:     570000 | #Constraints:     144602
541.19/545.21	c #Conflicts:     571000 | #Constraints:     145602
541.19/545.21	c #Conflicts:     572000 | #Constraints:     146602
541.19/545.21	c #Conflicts:     573000 | #Constraints:     147602
541.19/545.21	c #Conflicts:     574000 | #Constraints:     148602
541.19/545.21	c #Conflicts:     575000 | #Constraints:     149602
541.19/545.21	c #Conflicts:     576000 | #Constraints:     150602
541.19/545.21	c #Conflicts:     577000 | #Constraints:     151602
541.19/545.21	c #Conflicts:     578000 | #Constraints:     152602
541.19/545.21	c #Conflicts:     579000 | #Constraints:     153602
541.19/545.21	c #Conflicts:     580000 | #Constraints:     154602
541.19/545.21	c #Conflicts:     581000 | #Constraints:     155602
541.19/545.21	c #Conflicts:     582000 | #Constraints:     156602
541.19/545.21	c bounds -46 >= -387 @ 535.574
544.38/548.47	c #Conflicts:     583000 | #Constraints:     157662
544.38/548.47	c #Conflicts:     584000 | #Constraints:     158662
544.38/548.47	c #Conflicts:     585000 | #Constraints:     159662
544.38/548.47	c #Conflicts:     586000 | #Constraints:     160662
544.38/548.47	c INPROCESSING
544.38/548.47	c GARBAGE COLLECT
544.38/548.47	c rational objective -387
561.60/565.81	c #Conflicts:     587000 | #Constraints:     137783
561.60/565.81	c #Conflicts:     588000 | #Constraints:     138783
561.60/565.81	c #Conflicts:     589000 | #Constraints:     139783
561.60/565.81	c #Conflicts:     590000 | #Constraints:     140783
561.60/565.81	c #Conflicts:     591000 | #Constraints:     141783
561.60/565.81	c #Conflicts:     592000 | #Constraints:     142783
561.60/565.81	c #Conflicts:     593000 | #Constraints:     143783
561.60/565.81	c #Conflicts:     594000 | #Constraints:     144783
561.60/565.81	c #Conflicts:     595000 | #Constraints:     145783
561.60/565.81	c #Conflicts:     596000 | #Constraints:     146783
561.60/565.81	c #Conflicts:     597000 | #Constraints:     147783
561.60/565.81	c #Conflicts:     598000 | #Constraints:     148783
561.60/565.81	c #Conflicts:     599000 | #Constraints:     149783
561.60/565.81	c #Conflicts:     600000 | #Constraints:     150783
561.60/565.81	c #Conflicts:     601000 | #Constraints:     151783
561.60/565.81	c #Conflicts:     602000 | #Constraints:     152783
561.60/565.81	c #Conflicts:     603000 | #Constraints:     153783
561.60/565.81	c #Conflicts:     604000 | #Constraints:     154783
561.60/565.81	c #Conflicts:     605000 | #Constraints:     155783
561.60/565.81	c #Conflicts:     606000 | #Constraints:     156783
561.60/565.81	c bounds -46 >= -386 @ 555.788
562.20/566.48	c INPROCESSING
562.20/566.48	c GARBAGE COLLECT
562.20/566.48	c rational objective -386
589.24/593.55	c #Conflicts:     607000 | #Constraints:     135863
589.24/593.55	c #Conflicts:     608000 | #Constraints:     136863
589.24/593.55	c #Conflicts:     609000 | #Constraints:     137863
589.24/593.55	c #Conflicts:     610000 | #Constraints:     138863
589.24/593.55	c #Conflicts:     611000 | #Constraints:     139863
589.24/593.55	c #Conflicts:     612000 | #Constraints:     140863
589.24/593.55	c #Conflicts:     613000 | #Constraints:     141863
589.24/593.55	c #Conflicts:     614000 | #Constraints:     142863
589.24/593.55	c #Conflicts:     615000 | #Constraints:     143863
589.24/593.55	c #Conflicts:     616000 | #Constraints:     144863
589.24/593.55	c #Conflicts:     617000 | #Constraints:     145863
589.24/593.55	c #Conflicts:     618000 | #Constraints:     146863
589.24/593.55	c #Conflicts:     619000 | #Constraints:     147863
589.24/593.55	c #Conflicts:     620000 | #Constraints:     148863
589.24/593.55	c #Conflicts:     621000 | #Constraints:     149863
589.24/593.55	c #Conflicts:     622000 | #Constraints:     150863
589.24/593.55	c #Conflicts:     623000 | #Constraints:     151863
589.24/593.55	c #Conflicts:     624000 | #Constraints:     152863
589.24/593.55	c #Conflicts:     625000 | #Constraints:     153863
589.24/593.55	c #Conflicts:     626000 | #Constraints:     154863
589.24/593.55	c #Conflicts:     627000 | #Constraints:     155863
589.24/593.55	c #Conflicts:     628000 | #Constraints:     156863
589.24/593.55	c #Conflicts:     629000 | #Constraints:     157863
589.24/593.55	c #Conflicts:     630000 | #Constraints:     158863
589.24/593.55	c #Conflicts:     631000 | #Constraints:     159863
589.24/593.55	c #Conflicts:     632000 | #Constraints:     160863
589.24/593.55	c #Conflicts:     633000 | #Constraints:     161863
589.24/593.55	c #Conflicts:     634000 | #Constraints:     162863
589.24/593.55	c #Conflicts:     635000 | #Constraints:     163863
589.24/593.55	c #Conflicts:     636000 | #Constraints:     164863
589.24/593.55	c bounds -46 >= -385 @ 583.188
610.17/614.56	c #Conflicts:     637000 | #Constraints:     165947
610.17/614.56	c #Conflicts:     638000 | #Constraints:     166947
610.17/614.56	c #Conflicts:     639000 | #Constraints:     167947
610.17/614.56	c #Conflicts:     640000 | #Constraints:     168947
610.17/614.56	c #Conflicts:     641000 | #Constraints:     169947
610.17/614.56	c #Conflicts:     642000 | #Constraints:     170947
610.17/614.56	c #Conflicts:     643000 | #Constraints:     171947
610.17/614.56	c #Conflicts:     644000 | #Constraints:     172947
610.17/614.56	c #Conflicts:     645000 | #Constraints:     173947
610.17/614.56	c #Conflicts:     646000 | #Constraints:     174947
610.17/614.56	c #Conflicts:     647000 | #Constraints:     175947
610.17/614.56	c #Conflicts:     648000 | #Constraints:     176947
610.17/614.56	c #Conflicts:     649000 | #Constraints:     177947
610.17/614.56	c #Conflicts:     650000 | #Constraints:     178947
610.17/614.56	c #Conflicts:     651000 | #Constraints:     179947
610.17/614.56	c #Conflicts:     652000 | #Constraints:     180947
610.17/614.56	c #Conflicts:     653000 | #Constraints:     181947
610.17/614.56	c #Conflicts:     654000 | #Constraints:     182947
610.17/614.56	c #Conflicts:     655000 | #Constraints:     183947
610.17/614.56	c bounds -46 >= -384 @ 603.946
616.11/620.52	c #Conflicts:     656000 | #Constraints:     184974
616.11/620.52	c #Conflicts:     657000 | #Constraints:     185974
616.11/620.52	c #Conflicts:     658000 | #Constraints:     186974
616.11/620.52	c #Conflicts:     659000 | #Constraints:     187974
616.11/620.52	c #Conflicts:     660000 | #Constraints:     188974
616.11/620.52	c #Conflicts:     661000 | #Constraints:     189974
616.11/620.52	c INPROCESSING
616.11/620.52	c GARBAGE COLLECT
616.11/620.52	c rational objective -384
632.77/637.22	c #Conflicts:     662000 | #Constraints:     152777
632.77/637.22	c #Conflicts:     663000 | #Constraints:     153777
632.77/637.22	c #Conflicts:     664000 | #Constraints:     154777
632.77/637.22	c #Conflicts:     665000 | #Constraints:     155777
632.77/637.22	c #Conflicts:     666000 | #Constraints:     156777
632.77/637.22	c #Conflicts:     667000 | #Constraints:     157777
632.77/637.22	c #Conflicts:     668000 | #Constraints:     158777
632.77/637.22	c #Conflicts:     669000 | #Constraints:     159777
632.77/637.22	c #Conflicts:     670000 | #Constraints:     160777
632.77/637.22	c #Conflicts:     671000 | #Constraints:     161777
632.77/637.22	c #Conflicts:     672000 | #Constraints:     162777
632.77/637.22	c #Conflicts:     673000 | #Constraints:     163777
632.77/637.22	c #Conflicts:     674000 | #Constraints:     164777
632.77/637.22	c #Conflicts:     675000 | #Constraints:     165777
632.77/637.22	c #Conflicts:     676000 | #Constraints:     166777
632.77/637.22	c #Conflicts:     677000 | #Constraints:     167777
632.77/637.22	c #Conflicts:     678000 | #Constraints:     168777
632.77/637.22	c bounds -46 >= -383 @ 626.311
637.06/641.59	c #Conflicts:     679000 | #Constraints:     169822
637.06/641.59	c #Conflicts:     680000 | #Constraints:     170822
637.06/641.59	c #Conflicts:     681000 | #Constraints:     171822
637.06/641.59	c #Conflicts:     682000 | #Constraints:     172822
637.06/641.59	c INPROCESSING
637.06/641.59	c GARBAGE COLLECT
637.06/641.59	c rational objective -383
657.64/662.37	c #Conflicts:     683000 | #Constraints:     144060
657.64/662.37	c #Conflicts:     684000 | #Constraints:     145060
657.64/662.37	c #Conflicts:     685000 | #Constraints:     146060
657.64/662.37	c #Conflicts:     686000 | #Constraints:     147060
657.64/662.37	c #Conflicts:     687000 | #Constraints:     148060
657.64/662.37	c #Conflicts:     688000 | #Constraints:     149060
657.64/662.37	c #Conflicts:     689000 | #Constraints:     150060
657.64/662.37	c #Conflicts:     690000 | #Constraints:     151060
657.64/662.37	c #Conflicts:     691000 | #Constraints:     152060
657.64/662.37	c #Conflicts:     692000 | #Constraints:     153060
657.64/662.37	c #Conflicts:     693000 | #Constraints:     154060
657.64/662.37	c #Conflicts:     694000 | #Constraints:     155060
657.64/662.37	c #Conflicts:     695000 | #Constraints:     156060
657.64/662.37	c #Conflicts:     696000 | #Constraints:     157060
657.64/662.37	c #Conflicts:     697000 | #Constraints:     158060
657.64/662.37	c #Conflicts:     698000 | #Constraints:     159060
657.64/662.37	c #Conflicts:     699000 | #Constraints:     160060
657.64/662.37	c #Conflicts:     700000 | #Constraints:     161060
657.64/662.37	c #Conflicts:     701000 | #Constraints:     162060
657.64/662.37	c #Conflicts:     702000 | #Constraints:     163060
657.64/662.37	c #Conflicts:     703000 | #Constraints:     164060
657.64/662.37	c #Conflicts:     704000 | #Constraints:     165060
657.64/662.37	c INPROCESSING
657.64/662.37	c GARBAGE COLLECT
657.64/662.37	c rational objective -383
664.33/669.00	c #Conflicts:     705000 | #Constraints:     140408
664.33/669.00	c #Conflicts:     706000 | #Constraints:     141408
664.33/669.00	c #Conflicts:     707000 | #Constraints:     142408
664.33/669.00	c #Conflicts:     708000 | #Constraints:     143408
664.33/669.00	c #Conflicts:     709000 | #Constraints:     144408
664.33/669.00	c #Conflicts:     710000 | #Constraints:     145408
664.33/669.00	c #Conflicts:     711000 | #Constraints:     146408
664.33/669.00	c #Conflicts:     712000 | #Constraints:     147408
664.33/669.00	c bounds -46 >= -382 @ 657.553
686.94/692.06	c #Conflicts:     713000 | #Constraints:     148474
686.94/692.06	c #Conflicts:     714000 | #Constraints:     149474
686.94/692.06	c #Conflicts:     715000 | #Constraints:     150474
686.94/692.06	c #Conflicts:     716000 | #Constraints:     151474
686.94/692.06	c #Conflicts:     717000 | #Constraints:     152474
686.94/692.06	c #Conflicts:     718000 | #Constraints:     153474
686.94/692.06	c #Conflicts:     719000 | #Constraints:     154474
686.94/692.06	c #Conflicts:     720000 | #Constraints:     155474
686.94/692.06	c #Conflicts:     721000 | #Constraints:     156474
686.94/692.06	c #Conflicts:     722000 | #Constraints:     157474
686.94/692.06	c #Conflicts:     723000 | #Constraints:     158474
686.94/692.06	c #Conflicts:     724000 | #Constraints:     159474
686.94/692.06	c #Conflicts:     725000 | #Constraints:     160474
686.94/692.06	c #Conflicts:     726000 | #Constraints:     161474
686.94/692.06	c #Conflicts:     727000 | #Constraints:     162474
686.94/692.06	c #Conflicts:     728000 | #Constraints:     163474
686.94/692.06	c #Conflicts:     729000 | #Constraints:     164474
686.94/692.06	c #Conflicts:     730000 | #Constraints:     165474
686.94/692.06	c #Conflicts:     731000 | #Constraints:     166474
686.94/692.06	c #Conflicts:     732000 | #Constraints:     167474
686.94/692.06	c #Conflicts:     733000 | #Constraints:     168474
686.94/692.06	c #Conflicts:     734000 | #Constraints:     169474
686.94/692.06	c bounds -46 >= -381 @ 680.044
720.13/725.46	c #Conflicts:     735000 | #Constraints:     170501
720.13/725.46	c #Conflicts:     736000 | #Constraints:     171501
720.13/725.46	c #Conflicts:     737000 | #Constraints:     172501
720.13/725.46	c #Conflicts:     738000 | #Constraints:     173501
720.13/725.46	c #Conflicts:     739000 | #Constraints:     174501
720.13/725.46	c #Conflicts:     740000 | #Constraints:     175501
720.13/725.46	c #Conflicts:     741000 | #Constraints:     176501
720.13/725.46	c #Conflicts:     742000 | #Constraints:     177501
720.13/725.46	c #Conflicts:     743000 | #Constraints:     178501
720.13/725.46	c #Conflicts:     744000 | #Constraints:     179501
720.13/725.46	c #Conflicts:     745000 | #Constraints:     180501
720.13/725.46	c #Conflicts:     746000 | #Constraints:     181501
720.13/725.46	c #Conflicts:     747000 | #Constraints:     182501
720.13/725.46	c #Conflicts:     748000 | #Constraints:     183501
720.13/725.46	c #Conflicts:     749000 | #Constraints:     184501
720.13/725.46	c #Conflicts:     750000 | #Constraints:     185501
720.13/725.46	c #Conflicts:     751000 | #Constraints:     186501
720.13/725.46	c #Conflicts:     752000 | #Constraints:     187501
720.13/725.46	c #Conflicts:     753000 | #Constraints:     188501
720.13/725.46	c #Conflicts:     754000 | #Constraints:     189501
720.13/725.46	c #Conflicts:     755000 | #Constraints:     190501
720.13/725.46	c #Conflicts:     756000 | #Constraints:     191501
720.13/725.46	c #Conflicts:     757000 | #Constraints:     192501
720.13/725.46	c #Conflicts:     758000 | #Constraints:     193501
720.13/725.46	c #Conflicts:     759000 | #Constraints:     194501
720.13/725.46	c #Conflicts:     760000 | #Constraints:     195501
720.13/725.46	c #Conflicts:     761000 | #Constraints:     196501
720.13/725.46	c #Conflicts:     762000 | #Constraints:     197501
720.13/725.46	c INPROCESSING
720.13/725.46	c GARBAGE COLLECT
720.13/725.46	c rational objective -381
721.73/727.04	c #Conflicts:     763000 | #Constraints:     156283
721.73/727.04	c #Conflicts:     764000 | #Constraints:     157283
721.73/727.04	c bounds -46 >= -380 @ 714.494
744.58/750.08	c #Conflicts:     765000 | #Constraints:     158325
744.58/750.08	c #Conflicts:     766000 | #Constraints:     159325
744.58/750.08	c #Conflicts:     767000 | #Constraints:     160325
744.58/750.08	c #Conflicts:     768000 | #Constraints:     161325
744.58/750.08	c #Conflicts:     769000 | #Constraints:     162325
744.58/750.08	c #Conflicts:     770000 | #Constraints:     163325
744.58/750.08	c #Conflicts:     771000 | #Constraints:     164325
744.58/750.08	c #Conflicts:     772000 | #Constraints:     165325
744.58/750.08	c #Conflicts:     773000 | #Constraints:     166325
744.58/750.08	c #Conflicts:     774000 | #Constraints:     167325
744.58/750.08	c #Conflicts:     775000 | #Constraints:     168325
744.58/750.08	c #Conflicts:     776000 | #Constraints:     169325
744.58/750.08	c #Conflicts:     777000 | #Constraints:     170325
744.58/750.08	c #Conflicts:     778000 | #Constraints:     171325
744.58/750.08	c #Conflicts:     779000 | #Constraints:     172325
744.58/750.08	c #Conflicts:     780000 | #Constraints:     173325
744.58/750.08	c #Conflicts:     781000 | #Constraints:     174325
744.58/750.08	c #Conflicts:     782000 | #Constraints:     175325
744.58/750.08	c #Conflicts:     783000 | #Constraints:     176325
744.58/750.08	c #Conflicts:     784000 | #Constraints:     177325
744.58/750.08	c #Conflicts:     785000 | #Constraints:     178325
744.58/750.08	c INPROCESSING
744.58/750.08	c GARBAGE COLLECT
744.58/750.08	c rational objective -380
755.84/761.36	c #Conflicts:     786000 | #Constraints:     146892
755.84/761.36	c #Conflicts:     787000 | #Constraints:     147892
755.84/761.36	c #Conflicts:     788000 | #Constraints:     148892
755.84/761.36	c #Conflicts:     789000 | #Constraints:     149892
755.84/761.36	c #Conflicts:     790000 | #Constraints:     150892
755.84/761.36	c #Conflicts:     791000 | #Constraints:     151892
755.84/761.36	c #Conflicts:     792000 | #Constraints:     152892
755.84/761.36	c #Conflicts:     793000 | #Constraints:     153892
755.84/761.36	c #Conflicts:     794000 | #Constraints:     154892
755.84/761.36	c #Conflicts:     795000 | #Constraints:     155892
755.84/761.36	c #Conflicts:     796000 | #Constraints:     156892
755.84/761.36	c #Conflicts:     797000 | #Constraints:     157892
755.84/761.36	c bounds -46 >= -379 @ 748.327
766.02/771.53	c #Conflicts:     798000 | #Constraints:     158949
766.02/771.53	c #Conflicts:     799000 | #Constraints:     159949
766.02/771.53	c #Conflicts:     800000 | #Constraints:     160949
766.02/771.53	c #Conflicts:     801000 | #Constraints:     161949
766.02/771.53	c #Conflicts:     802000 | #Constraints:     162949
766.02/771.53	c #Conflicts:     803000 | #Constraints:     163949
766.02/771.53	c #Conflicts:     804000 | #Constraints:     164949
766.02/771.53	c #Conflicts:     805000 | #Constraints:     165949
766.02/771.53	c #Conflicts:     806000 | #Constraints:     166949
766.02/771.53	c #Conflicts:     807000 | #Constraints:     167949
766.02/771.53	c #Conflicts:     808000 | #Constraints:     168949
766.02/771.53	c INPROCESSING
766.02/771.53	c GARBAGE COLLECT
766.02/771.53	c rational objective -379
793.08/798.94	c #Conflicts:     809000 | #Constraints:     142110
793.08/798.94	c #Conflicts:     810000 | #Constraints:     143110
793.08/798.94	c #Conflicts:     811000 | #Constraints:     144110
793.08/798.94	c #Conflicts:     812000 | #Constraints:     145110
793.08/798.94	c #Conflicts:     813000 | #Constraints:     146110
793.08/798.94	c #Conflicts:     814000 | #Constraints:     147110
793.08/798.94	c #Conflicts:     815000 | #Constraints:     148110
793.08/798.94	c #Conflicts:     816000 | #Constraints:     149110
793.08/798.94	c #Conflicts:     817000 | #Constraints:     150110
793.08/798.94	c #Conflicts:     818000 | #Constraints:     151110
793.08/798.94	c #Conflicts:     819000 | #Constraints:     152110
793.08/798.94	c #Conflicts:     820000 | #Constraints:     153110
793.08/798.94	c #Conflicts:     821000 | #Constraints:     154110
793.08/798.94	c #Conflicts:     822000 | #Constraints:     155110
793.08/798.94	c #Conflicts:     823000 | #Constraints:     156110
793.08/798.94	c #Conflicts:     824000 | #Constraints:     157110
793.08/798.94	c #Conflicts:     825000 | #Constraints:     158110
793.08/798.94	c #Conflicts:     826000 | #Constraints:     159110
793.08/798.94	c #Conflicts:     827000 | #Constraints:     160110
793.08/798.94	c #Conflicts:     828000 | #Constraints:     161110
793.08/798.94	c #Conflicts:     829000 | #Constraints:     162110
793.08/798.94	c #Conflicts:     830000 | #Constraints:     163110
793.08/798.94	c #Conflicts:     831000 | #Constraints:     164110
793.08/798.94	c #Conflicts:     832000 | #Constraints:     165110
793.08/798.94	c #Conflicts:     833000 | #Constraints:     166110
793.08/798.94	c #Conflicts:     834000 | #Constraints:     167110
793.08/798.94	c #Conflicts:     835000 | #Constraints:     168110
793.08/798.94	c #Conflicts:     836000 | #Constraints:     169110
793.08/798.94	c #Conflicts:     837000 | #Constraints:     170110
793.08/798.94	c bounds -46 >= -378 @ 785.199
822.31/828.23	c #Conflicts:     838000 | #Constraints:     171188
822.31/828.23	c #Conflicts:     839000 | #Constraints:     172188
822.31/828.23	c #Conflicts:     840000 | #Constraints:     173188
822.31/828.23	c #Conflicts:     841000 | #Constraints:     174188
822.31/828.23	c #Conflicts:     842000 | #Constraints:     175188
822.31/828.23	c #Conflicts:     843000 | #Constraints:     176188
822.31/828.23	c #Conflicts:     844000 | #Constraints:     177188
822.31/828.23	c #Conflicts:     845000 | #Constraints:     178188
822.31/828.23	c #Conflicts:     846000 | #Constraints:     179188
822.31/828.23	c #Conflicts:     847000 | #Constraints:     180188
822.31/828.23	c #Conflicts:     848000 | #Constraints:     181188
822.31/828.23	c #Conflicts:     849000 | #Constraints:     182188
822.31/828.23	c #Conflicts:     850000 | #Constraints:     183188
822.31/828.23	c #Conflicts:     851000 | #Constraints:     184188
822.31/828.23	c #Conflicts:     852000 | #Constraints:     185188
822.31/828.23	c #Conflicts:     853000 | #Constraints:     186188
822.31/828.23	c #Conflicts:     854000 | #Constraints:     187188
822.31/828.23	c #Conflicts:     855000 | #Constraints:     188188
822.31/828.23	c #Conflicts:     856000 | #Constraints:     189188
822.31/828.23	c #Conflicts:     857000 | #Constraints:     190188
822.31/828.23	c #Conflicts:     858000 | #Constraints:     191188
822.31/828.23	c #Conflicts:     859000 | #Constraints:     192188
822.31/828.23	c #Conflicts:     860000 | #Constraints:     193188
822.31/828.23	c #Conflicts:     861000 | #Constraints:     194188
822.31/828.23	c bounds -46 >= -377 @ 814.197
832.35/838.49	c #Conflicts:     862000 | #Constraints:     195209
832.35/838.49	c #Conflicts:     863000 | #Constraints:     196209
832.35/838.49	c #Conflicts:     864000 | #Constraints:     197209
832.35/838.49	c #Conflicts:     865000 | #Constraints:     198209
832.35/838.49	c #Conflicts:     866000 | #Constraints:     199228
832.35/838.49	c #Conflicts:     867000 | #Constraints:     200269
832.35/838.49	c #Conflicts:     868000 | #Constraints:     201306
832.35/838.49	c #Conflicts:     869000 | #Constraints:     202342
832.35/838.49	c #Conflicts:     870000 | #Constraints:     203370
832.35/838.49	c #Conflicts:     871000 | #Constraints:     204400
832.35/838.49	c INPROCESSING
832.35/838.49	c GARBAGE COLLECT
832.35/838.49	c rational objective -377
859.29/865.42	c #Conflicts:     872000 | #Constraints:     160027
859.29/865.42	c #Conflicts:     873000 | #Constraints:     161027
859.29/865.42	c #Conflicts:     874000 | #Constraints:     162027
859.29/865.42	c #Conflicts:     875000 | #Constraints:     163027
859.29/865.42	c #Conflicts:     876000 | #Constraints:     164027
859.29/865.42	c #Conflicts:     877000 | #Constraints:     165027
859.29/865.42	c #Conflicts:     878000 | #Constraints:     166027
859.29/865.42	c #Conflicts:     879000 | #Constraints:     167027
859.29/865.42	c #Conflicts:     880000 | #Constraints:     168027
859.29/865.42	c #Conflicts:     881000 | #Constraints:     169027
859.29/865.42	c #Conflicts:     882000 | #Constraints:     170027
859.29/865.42	c #Conflicts:     883000 | #Constraints:     171027
859.29/865.42	c #Conflicts:     884000 | #Constraints:     172027
859.29/865.42	c #Conflicts:     885000 | #Constraints:     173027
859.29/865.42	c #Conflicts:     886000 | #Constraints:     174027
859.29/865.42	c #Conflicts:     887000 | #Constraints:     175027
859.29/865.42	c #Conflicts:     888000 | #Constraints:     176027
859.29/865.42	c #Conflicts:     889000 | #Constraints:     177027
859.29/865.42	c #Conflicts:     890000 | #Constraints:     178027
859.29/865.42	c #Conflicts:     891000 | #Constraints:     179027
859.29/865.42	c #Conflicts:     892000 | #Constraints:     180027
859.29/865.42	c #Conflicts:     893000 | #Constraints:     181027
859.29/865.42	c #Conflicts:     894000 | #Constraints:     182027
859.29/865.42	c #Conflicts:     895000 | #Constraints:     183027
859.29/865.42	c INPROCESSING
859.29/865.42	c GARBAGE COLLECT
859.29/865.42	c rational objective -377
896.54/903.05	c #Conflicts:     896000 | #Constraints:     148868
896.54/903.05	c #Conflicts:     897000 | #Constraints:     149900
896.54/903.05	c #Conflicts:     898000 | #Constraints:     150929
896.54/903.05	c #Conflicts:     899000 | #Constraints:     151975
896.54/903.05	c #Conflicts:     900000 | #Constraints:     153008
896.54/903.05	c #Conflicts:     901000 | #Constraints:     154046
896.54/903.05	c #Conflicts:     902000 | #Constraints:     155091
896.54/903.05	c #Conflicts:     903000 | #Constraints:     156137
896.54/903.05	c #Conflicts:     904000 | #Constraints:     157179
896.54/903.05	c #Conflicts:     905000 | #Constraints:     158213
896.54/903.05	c #Conflicts:     906000 | #Constraints:     159247
896.54/903.05	c #Conflicts:     907000 | #Constraints:     160288
896.54/903.05	c #Conflicts:     908000 | #Constraints:     161322
896.54/903.05	c #Conflicts:     909000 | #Constraints:     162357
896.54/903.05	c #Conflicts:     910000 | #Constraints:     163387
896.54/903.05	c #Conflicts:     911000 | #Constraints:     164413
896.54/903.05	c #Conflicts:     912000 | #Constraints:     165454
896.54/903.05	c #Conflicts:     913000 | #Constraints:     166479
896.54/903.05	c #Conflicts:     914000 | #Constraints:     167515
896.54/903.05	c #Conflicts:     915000 | #Constraints:     168555
896.54/903.05	c #Conflicts:     916000 | #Constraints:     169595
896.54/903.05	c #Conflicts:     917000 | #Constraints:     170632
896.54/903.05	c #Conflicts:     918000 | #Constraints:     171678
896.54/903.05	c #Conflicts:     919000 | #Constraints:     172717
896.54/903.05	c #Conflicts:     920000 | #Constraints:     173754
896.54/903.05	c INPROCESSING
896.54/903.05	c GARBAGE COLLECT
896.54/903.05	c rational objective -377
929.55/936.18	c #Conflicts:     921000 | #Constraints:     144868
929.55/936.18	c #Conflicts:     922000 | #Constraints:     145868
929.55/936.18	c #Conflicts:     923000 | #Constraints:     146868
929.55/936.18	c #Conflicts:     924000 | #Constraints:     147868
929.55/936.18	c #Conflicts:     925000 | #Constraints:     148868
929.55/936.18	c #Conflicts:     926000 | #Constraints:     149868
929.55/936.18	c #Conflicts:     927000 | #Constraints:     150868
929.55/936.18	c #Conflicts:     928000 | #Constraints:     151868
929.55/936.18	c #Conflicts:     929000 | #Constraints:     152868
929.55/936.18	c #Conflicts:     930000 | #Constraints:     153868
929.55/936.18	c #Conflicts:     931000 | #Constraints:     154868
929.55/936.18	c #Conflicts:     932000 | #Constraints:     155868
929.55/936.18	c #Conflicts:     933000 | #Constraints:     156868
929.55/936.18	c #Conflicts:     934000 | #Constraints:     157868
929.55/936.18	c #Conflicts:     935000 | #Constraints:     158868
929.55/936.18	c #Conflicts:     936000 | #Constraints:     159868
929.55/936.18	c #Conflicts:     937000 | #Constraints:     160868
929.55/936.18	c #Conflicts:     938000 | #Constraints:     161868
929.55/936.18	c #Conflicts:     939000 | #Constraints:     162868
929.55/936.18	c #Conflicts:     940000 | #Constraints:     163868
929.55/936.18	c #Conflicts:     941000 | #Constraints:     164868
929.55/936.18	c #Conflicts:     942000 | #Constraints:     165868
929.55/936.18	c #Conflicts:     943000 | #Constraints:     166868
929.55/936.18	c #Conflicts:     944000 | #Constraints:     167868
929.55/936.18	c #Conflicts:     945000 | #Constraints:     168868
929.55/936.18	c #Conflicts:     946000 | #Constraints:     169868
929.55/936.18	c #Conflicts:     947000 | #Constraints:     170868
929.55/936.18	c #Conflicts:     948000 | #Constraints:     171868
929.55/936.18	c #Conflicts:     949000 | #Constraints:     172868
929.55/936.18	c #Conflicts:     950000 | #Constraints:     173868
929.55/936.18	c #Conflicts:     951000 | #Constraints:     174868
929.55/936.18	c #Conflicts:     952000 | #Constraints:     175868
929.55/936.18	c bounds -46 >= -376 @ 920.592
953.50/960.33	c #Conflicts:     953000 | #Constraints:     176916
953.50/960.33	c #Conflicts:     954000 | #Constraints:     177916
953.50/960.33	c #Conflicts:     955000 | #Constraints:     178916
953.50/960.33	c #Conflicts:     956000 | #Constraints:     179916
953.50/960.33	c #Conflicts:     957000 | #Constraints:     180916
953.50/960.33	c #Conflicts:     958000 | #Constraints:     181916
953.50/960.33	c #Conflicts:     959000 | #Constraints:     182916
953.50/960.33	c #Conflicts:     960000 | #Constraints:     183916
953.50/960.33	c #Conflicts:     961000 | #Constraints:     184916
953.50/960.33	c #Conflicts:     962000 | #Constraints:     185916
953.50/960.33	c #Conflicts:     963000 | #Constraints:     186916
953.50/960.33	c #Conflicts:     964000 | #Constraints:     187916
953.50/960.33	c #Conflicts:     965000 | #Constraints:     188916
953.50/960.33	c #Conflicts:     966000 | #Constraints:     189916
953.50/960.33	c #Conflicts:     967000 | #Constraints:     190916
953.50/960.33	c #Conflicts:     968000 | #Constraints:     191916
953.50/960.33	c #Conflicts:     969000 | #Constraints:     192916
953.50/960.33	c #Conflicts:     970000 | #Constraints:     193916
953.50/960.33	c #Conflicts:     971000 | #Constraints:     194916
953.50/960.33	c #Conflicts:     972000 | #Constraints:     195916
953.50/960.33	c #Conflicts:     973000 | #Constraints:     196916
953.50/960.33	c bounds -46 >= -375 @ 944.302
972.85/979.78	c #Conflicts:     974000 | #Constraints:     197958
972.85/979.78	c #Conflicts:     975000 | #Constraints:     198958
972.85/979.78	c #Conflicts:     976000 | #Constraints:     199958
972.85/979.78	c #Conflicts:     977000 | #Constraints:     200958
972.85/979.78	c #Conflicts:     978000 | #Constraints:     201958
972.85/979.78	c #Conflicts:     979000 | #Constraints:     202958
972.85/979.78	c #Conflicts:     980000 | #Constraints:     203958
972.85/979.78	c #Conflicts:     981000 | #Constraints:     204958
972.85/979.78	c #Conflicts:     982000 | #Constraints:     205958
972.85/979.78	c #Conflicts:     983000 | #Constraints:     206958
972.85/979.78	c #Conflicts:     984000 | #Constraints:     207958
972.85/979.78	c #Conflicts:     985000 | #Constraints:     208958
972.85/979.78	c #Conflicts:     986000 | #Constraints:     209958
972.85/979.78	c #Conflicts:     987000 | #Constraints:     210958
972.85/979.78	c INPROCESSING
972.85/979.78	c GARBAGE COLLECT
972.85/979.78	c rational objective -375
975.95/982.89	c #Conflicts:     988000 | #Constraints:     162889
975.95/982.89	c #Conflicts:     989000 | #Constraints:     163889
975.95/982.89	c #Conflicts:     990000 | #Constraints:     164889
975.95/982.89	c bounds -46 >= -374 @ 966.63
1002.04/1009.14	c #Conflicts:     991000 | #Constraints:     165913
1002.04/1009.14	c #Conflicts:     992000 | #Constraints:     166913
1002.04/1009.14	c #Conflicts:     993000 | #Constraints:     167913
1002.04/1009.14	c #Conflicts:     994000 | #Constraints:     168913
1002.04/1009.14	c #Conflicts:     995000 | #Constraints:     169913
1002.04/1009.14	c #Conflicts:     996000 | #Constraints:     170913
1002.04/1009.14	c #Conflicts:     997000 | #Constraints:     171913
1002.04/1009.14	c #Conflicts:     998000 | #Constraints:     172913
1002.04/1009.14	c #Conflicts:     999000 | #Constraints:     173913
1002.04/1009.14	c #Conflicts:    1000000 | #Constraints:     174913
1002.04/1009.14	c #Conflicts:    1001000 | #Constraints:     175913
1002.04/1009.14	c #Conflicts:    1002000 | #Constraints:     176913
1002.04/1009.14	c #Conflicts:    1003000 | #Constraints:     177913
1002.04/1009.14	c #Conflicts:    1004000 | #Constraints:     178913
1002.04/1009.14	c #Conflicts:    1005000 | #Constraints:     179913
1002.04/1009.14	c #Conflicts:    1006000 | #Constraints:     180913
1002.04/1009.14	c #Conflicts:    1007000 | #Constraints:     181913
1002.04/1009.14	c #Conflicts:    1008000 | #Constraints:     182913
1002.04/1009.14	c #Conflicts:    1009000 | #Constraints:     183913
1002.04/1009.14	c #Conflicts:    1010000 | #Constraints:     184913
1002.04/1009.14	c #Conflicts:    1011000 | #Constraints:     185913
1002.04/1009.14	c #Conflicts:    1012000 | #Constraints:     186913
1002.04/1009.14	c INPROCESSING
1002.04/1009.14	c GARBAGE COLLECT
1002.04/1009.14	c rational objective -374
1008.52/1015.62	c #Conflicts:    1013000 | #Constraints:     151102
1008.52/1015.62	c #Conflicts:    1014000 | #Constraints:     152102
1008.52/1015.62	c #Conflicts:    1015000 | #Constraints:     153102
1008.52/1015.62	c #Conflicts:    1016000 | #Constraints:     154102
1008.52/1015.62	c #Conflicts:    1017000 | #Constraints:     155102
1008.52/1015.62	c #Conflicts:    1018000 | #Constraints:     156102
1008.52/1015.62	c #Conflicts:    1019000 | #Constraints:     157102
1008.52/1015.62	c #Conflicts:    1020000 | #Constraints:     158102
1008.52/1015.62	c bounds -46 >= -373 @ 998.796
1026.08/1033.43	c #Conflicts:    1021000 | #Constraints:     159177
1026.08/1033.43	c #Conflicts:    1022000 | #Constraints:     160177
1026.08/1033.43	c #Conflicts:    1023000 | #Constraints:     161177
1026.08/1033.43	c #Conflicts:    1024000 | #Constraints:     162177
1026.08/1033.43	c #Conflicts:    1025000 | #Constraints:     163177
1026.08/1033.43	c #Conflicts:    1026000 | #Constraints:     164177
1026.08/1033.43	c #Conflicts:    1027000 | #Constraints:     165177
1026.08/1033.43	c #Conflicts:    1028000 | #Constraints:     166177
1026.08/1033.43	c #Conflicts:    1029000 | #Constraints:     167177
1026.08/1033.43	c #Conflicts:    1030000 | #Constraints:     168177
1026.08/1033.43	c #Conflicts:    1031000 | #Constraints:     169177
1026.08/1033.43	c #Conflicts:    1032000 | #Constraints:     170177
1026.08/1033.43	c #Conflicts:    1033000 | #Constraints:     171177
1026.08/1033.43	c #Conflicts:    1034000 | #Constraints:     172177
1026.08/1033.43	c #Conflicts:    1035000 | #Constraints:     173177
1026.08/1033.43	c #Conflicts:    1036000 | #Constraints:     174177
1026.08/1033.43	c #Conflicts:    1037000 | #Constraints:     175177
1026.08/1033.43	c #Conflicts:    1038000 | #Constraints:     176177
1026.08/1033.43	c INPROCESSING
1026.08/1033.43	c GARBAGE COLLECT
1026.08/1033.43	c rational objective -373
1054.74/1062.30	c #Conflicts:    1039000 | #Constraints:     145724
1054.74/1062.30	c #Conflicts:    1040000 | #Constraints:     146724
1054.74/1062.30	c #Conflicts:    1041000 | #Constraints:     147724
1054.74/1062.30	c #Conflicts:    1042000 | #Constraints:     148724
1054.74/1062.30	c #Conflicts:    1043000 | #Constraints:     149724
1054.74/1062.30	c #Conflicts:    1044000 | #Constraints:     150724
1054.74/1062.30	c #Conflicts:    1045000 | #Constraints:     151724
1054.74/1062.30	c #Conflicts:    1046000 | #Constraints:     152724
1054.74/1062.30	c #Conflicts:    1047000 | #Constraints:     153724
1054.74/1062.30	c #Conflicts:    1048000 | #Constraints:     154724
1054.74/1062.30	c #Conflicts:    1049000 | #Constraints:     155724
1054.74/1062.30	c #Conflicts:    1050000 | #Constraints:     156724
1054.74/1062.30	c #Conflicts:    1051000 | #Constraints:     157724
1054.74/1062.30	c #Conflicts:    1052000 | #Constraints:     158724
1054.74/1062.30	c #Conflicts:    1053000 | #Constraints:     159724
1054.74/1062.30	c #Conflicts:    1054000 | #Constraints:     160724
1054.74/1062.30	c #Conflicts:    1055000 | #Constraints:     161724
1054.74/1062.30	c #Conflicts:    1056000 | #Constraints:     162724
1054.74/1062.30	c #Conflicts:    1057000 | #Constraints:     163724
1054.74/1062.30	c #Conflicts:    1058000 | #Constraints:     164724
1054.74/1062.30	c #Conflicts:    1059000 | #Constraints:     165724
1054.74/1062.30	c #Conflicts:    1060000 | #Constraints:     166724
1054.74/1062.30	c #Conflicts:    1061000 | #Constraints:     167724
1054.74/1062.30	c #Conflicts:    1062000 | #Constraints:     168724
1054.74/1062.30	c #Conflicts:    1063000 | #Constraints:     169724
1054.74/1062.30	c #Conflicts:    1064000 | #Constraints:     170724
1054.74/1062.30	c #Conflicts:    1065000 | #Constraints:     171724
1054.74/1062.30	c #Conflicts:    1066000 | #Constraints:     172724
1054.74/1062.30	c bounds -46 >= -372 @ 1044.53
1116.36/1124.41	c #Conflicts:    1067000 | #Constraints:     173784
1116.36/1124.41	c #Conflicts:    1068000 | #Constraints:     174784
1116.36/1124.41	c #Conflicts:    1069000 | #Constraints:     175784
1116.36/1124.41	c #Conflicts:    1070000 | #Constraints:     176784
1116.36/1124.41	c #Conflicts:    1071000 | #Constraints:     177784
1116.36/1124.41	c #Conflicts:    1072000 | #Constraints:     178784
1116.36/1124.41	c #Conflicts:    1073000 | #Constraints:     179784
1116.36/1124.41	c #Conflicts:    1074000 | #Constraints:     180784
1116.36/1124.41	c #Conflicts:    1075000 | #Constraints:     181784
1116.36/1124.41	c #Conflicts:    1076000 | #Constraints:     182784
1116.36/1124.41	c #Conflicts:    1077000 | #Constraints:     183784
1116.36/1124.41	c #Conflicts:    1078000 | #Constraints:     184784
1116.36/1124.41	c #Conflicts:    1079000 | #Constraints:     185784
1116.36/1124.41	c #Conflicts:    1080000 | #Constraints:     186784
1116.36/1124.41	c #Conflicts:    1081000 | #Constraints:     187784
1116.36/1124.41	c #Conflicts:    1082000 | #Constraints:     188784
1116.36/1124.41	c #Conflicts:    1083000 | #Constraints:     189784
1116.36/1124.41	c #Conflicts:    1084000 | #Constraints:     190784
1116.36/1124.41	c #Conflicts:    1085000 | #Constraints:     191784
1116.36/1124.41	c #Conflicts:    1086000 | #Constraints:     192784
1116.36/1124.41	c #Conflicts:    1087000 | #Constraints:     193784
1116.36/1124.41	c #Conflicts:    1088000 | #Constraints:     194784
1116.36/1124.41	c #Conflicts:    1089000 | #Constraints:     195784
1116.36/1124.41	c #Conflicts:    1090000 | #Constraints:     196784
1116.36/1124.41	c #Conflicts:    1091000 | #Constraints:     197784
1116.36/1124.41	c #Conflicts:    1092000 | #Constraints:     198784
1116.36/1124.41	c #Conflicts:    1093000 | #Constraints:     199784
1116.36/1124.41	c #Conflicts:    1094000 | #Constraints:     200784
1116.36/1124.41	c #Conflicts:    1095000 | #Constraints:     201784
1116.36/1124.41	c #Conflicts:    1096000 | #Constraints:     202784
1116.36/1124.41	c #Conflicts:    1097000 | #Constraints:     203784
1116.36/1124.41	c #Conflicts:    1098000 | #Constraints:     204784
1116.36/1124.41	c #Conflicts:    1099000 | #Constraints:     205784
1116.36/1124.41	c #Conflicts:    1100000 | #Constraints:     206784
1116.36/1124.41	c #Conflicts:    1101000 | #Constraints:     207784
1116.36/1124.41	c #Conflicts:    1102000 | #Constraints:     208784
1116.36/1124.41	c #Conflicts:    1103000 | #Constraints:     209784
1116.36/1124.41	c #Conflicts:    1104000 | #Constraints:     210784
1116.36/1124.41	c #Conflicts:    1105000 | #Constraints:     211784
1116.36/1124.41	c #Conflicts:    1106000 | #Constraints:     212784
1116.36/1124.41	c #Conflicts:    1107000 | #Constraints:     213784
1116.36/1124.41	c #Conflicts:    1108000 | #Constraints:     214784
1116.36/1124.41	c #Conflicts:    1109000 | #Constraints:     215784
1116.36/1124.41	c #Conflicts:    1110000 | #Constraints:     216784
1116.36/1124.41	c INPROCESSING
1116.36/1124.41	c GARBAGE COLLECT
1116.36/1124.41	c rational objective -372
1157.54/1165.85	c #Conflicts:    1111000 | #Constraints:     166371
1157.54/1165.85	c #Conflicts:    1112000 | #Constraints:     167371
1157.54/1165.85	c #Conflicts:    1113000 | #Constraints:     168371
1157.54/1165.85	c #Conflicts:    1114000 | #Constraints:     169372
1157.54/1165.85	c #Conflicts:    1115000 | #Constraints:     170389
1157.54/1165.85	c #Conflicts:    1116000 | #Constraints:     171437
1157.54/1165.85	c #Conflicts:    1117000 | #Constraints:     172480
1157.54/1165.85	c #Conflicts:    1118000 | #Constraints:     173520
1157.54/1165.85	c #Conflicts:    1119000 | #Constraints:     174563
1157.54/1165.85	c #Conflicts:    1120000 | #Constraints:     175605
1157.54/1165.85	c #Conflicts:    1121000 | #Constraints:     176633
1157.54/1165.85	c #Conflicts:    1122000 | #Constraints:     177665
1157.54/1165.85	c #Conflicts:    1123000 | #Constraints:     178694
1157.54/1165.85	c #Conflicts:    1124000 | #Constraints:     179722
1157.54/1165.85	c #Conflicts:    1125000 | #Constraints:     180756
1157.54/1165.85	c #Conflicts:    1126000 | #Constraints:     181790
1157.54/1165.85	c #Conflicts:    1127000 | #Constraints:     182840
1157.54/1165.85	c #Conflicts:    1128000 | #Constraints:     183884
1157.54/1165.85	c #Conflicts:    1129000 | #Constraints:     184922
1157.54/1165.85	c #Conflicts:    1130000 | #Constraints:     185963
1157.54/1165.85	c #Conflicts:    1131000 | #Constraints:     186997
1157.54/1165.85	c #Conflicts:    1132000 | #Constraints:     188033
1157.54/1165.85	c #Conflicts:    1133000 | #Constraints:     189081
1157.54/1165.85	c #Conflicts:    1134000 | #Constraints:     190117
1157.54/1165.85	c #Conflicts:    1135000 | #Constraints:     191158
1157.54/1165.85	c #Conflicts:    1136000 | #Constraints:     192202
1157.54/1165.85	c #Conflicts:    1137000 | #Constraints:     193235
1157.54/1165.85	c INPROCESSING
1157.54/1165.85	c GARBAGE COLLECT
1157.54/1165.85	c rational objective -372
1187.12/1195.52	c #Conflicts:    1138000 | #Constraints:     154531
1187.12/1195.52	c #Conflicts:    1139000 | #Constraints:     155531
1187.12/1195.52	c #Conflicts:    1140000 | #Constraints:     156531
1187.12/1195.52	c #Conflicts:    1141000 | #Constraints:     157531
1187.12/1195.52	c #Conflicts:    1142000 | #Constraints:     158531
1187.12/1195.52	c #Conflicts:    1143000 | #Constraints:     159531
1187.12/1195.52	c #Conflicts:    1144000 | #Constraints:     160531
1187.12/1195.52	c #Conflicts:    1145000 | #Constraints:     161531
1187.12/1195.52	c #Conflicts:    1146000 | #Constraints:     162531
1187.12/1195.52	c #Conflicts:    1147000 | #Constraints:     163531
1187.12/1195.52	c #Conflicts:    1148000 | #Constraints:     164531
1187.12/1195.52	c #Conflicts:    1149000 | #Constraints:     165531
1187.12/1195.52	c #Conflicts:    1150000 | #Constraints:     166531
1187.12/1195.52	c #Conflicts:    1151000 | #Constraints:     167531
1187.12/1195.52	c #Conflicts:    1152000 | #Constraints:     168531
1187.12/1195.52	c #Conflicts:    1153000 | #Constraints:     169531
1187.12/1195.52	c #Conflicts:    1154000 | #Constraints:     170531
1187.12/1195.52	c #Conflicts:    1155000 | #Constraints:     171531
1187.12/1195.52	c #Conflicts:    1156000 | #Constraints:     172531
1187.12/1195.52	c #Conflicts:    1157000 | #Constraints:     173531
1187.12/1195.52	c #Conflicts:    1158000 | #Constraints:     174531
1187.12/1195.52	c #Conflicts:    1159000 | #Constraints:     175531
1187.12/1195.52	c #Conflicts:    1160000 | #Constraints:     176531
1187.12/1195.52	c #Conflicts:    1161000 | #Constraints:     177531
1187.12/1195.52	c #Conflicts:    1162000 | #Constraints:     178531
1187.12/1195.52	c #Conflicts:    1163000 | #Constraints:     179531
1187.12/1195.52	c #Conflicts:    1164000 | #Constraints:     180531
1187.12/1195.52	c INPROCESSING
1187.12/1195.52	c GARBAGE COLLECT
1187.12/1195.52	c rational objective -372
1244.25/1253.05	c #Conflicts:    1165000 | #Constraints:     147856
1244.25/1253.05	c #Conflicts:    1166000 | #Constraints:     148856
1244.25/1253.05	c #Conflicts:    1167000 | #Constraints:     149856
1244.25/1253.05	c #Conflicts:    1168000 | #Constraints:     150856
1244.25/1253.05	c #Conflicts:    1169000 | #Constraints:     151856
1244.25/1253.05	c #Conflicts:    1170000 | #Constraints:     152856
1244.25/1253.05	c #Conflicts:    1171000 | #Constraints:     153856
1244.25/1253.05	c #Conflicts:    1172000 | #Constraints:     154856
1244.25/1253.05	c #Conflicts:    1173000 | #Constraints:     155856
1244.25/1253.05	c #Conflicts:    1174000 | #Constraints:     156856
1244.25/1253.05	c #Conflicts:    1175000 | #Constraints:     157856
1244.25/1253.05	c #Conflicts:    1176000 | #Constraints:     158856
1244.25/1253.05	c #Conflicts:    1177000 | #Constraints:     159856
1244.25/1253.05	c #Conflicts:    1178000 | #Constraints:     160856
1244.25/1253.05	c #Conflicts:    1179000 | #Constraints:     161856
1244.25/1253.05	c #Conflicts:    1180000 | #Constraints:     162856
1244.25/1253.05	c #Conflicts:    1181000 | #Constraints:     163856
1244.25/1253.05	c #Conflicts:    1182000 | #Constraints:     164856
1244.25/1253.05	c #Conflicts:    1183000 | #Constraints:     165856
1244.25/1253.05	c #Conflicts:    1184000 | #Constraints:     166856
1244.25/1253.05	c #Conflicts:    1185000 | #Constraints:     167856
1244.25/1253.05	c #Conflicts:    1186000 | #Constraints:     168856
1244.25/1253.05	c #Conflicts:    1187000 | #Constraints:     169856
1244.25/1253.05	c #Conflicts:    1188000 | #Constraints:     170856
1244.25/1253.05	c #Conflicts:    1189000 | #Constraints:     171856
1244.25/1253.05	c #Conflicts:    1190000 | #Constraints:     172856
1244.25/1253.05	c #Conflicts:    1191000 | #Constraints:     173856
1244.25/1253.05	c #Conflicts:    1192000 | #Constraints:     174856
1244.25/1253.05	c #Conflicts:    1193000 | #Constraints:     175856
1244.25/1253.05	c #Conflicts:    1194000 | #Constraints:     176856
1244.25/1253.05	c #Conflicts:    1195000 | #Constraints:     177856
1244.25/1253.05	c #Conflicts:    1196000 | #Constraints:     178856
1244.25/1253.05	c #Conflicts:    1197000 | #Constraints:     179856
1244.25/1253.05	c #Conflicts:    1198000 | #Constraints:     180856
1244.25/1253.05	c #Conflicts:    1199000 | #Constraints:     181856
1244.25/1253.05	c #Conflicts:    1200000 | #Constraints:     182856
1244.25/1253.05	c #Conflicts:    1201000 | #Constraints:     183856
1244.25/1253.05	c #Conflicts:    1202000 | #Constraints:     184856
1244.25/1253.05	c #Conflicts:    1203000 | #Constraints:     185856
1244.25/1253.05	c #Conflicts:    1204000 | #Constraints:     186856
1244.25/1253.05	c #Conflicts:    1205000 | #Constraints:     187856
1244.25/1253.05	c #Conflicts:    1206000 | #Constraints:     188856
1244.25/1253.05	c #Conflicts:    1207000 | #Constraints:     189856
1244.25/1253.05	c #Conflicts:    1208000 | #Constraints:     190856
1244.25/1253.05	c #Conflicts:    1209000 | #Constraints:     191856
1244.25/1253.05	c #Conflicts:    1210000 | #Constraints:     192856
1244.25/1253.05	c #Conflicts:    1211000 | #Constraints:     193856
1244.25/1253.05	c #Conflicts:    1212000 | #Constraints:     194856
1244.25/1253.05	c #Conflicts:    1213000 | #Constraints:     195856
1244.25/1253.05	c #Conflicts:    1214000 | #Constraints:     196856
1244.25/1253.05	c #Conflicts:    1215000 | #Constraints:     197856
1244.25/1253.05	c bounds -46 >= -371 @ 1232.63
1281.29/1290.38	c #Conflicts:    1216000 | #Constraints:     198925
1281.29/1290.38	c #Conflicts:    1217000 | #Constraints:     199925
1281.29/1290.38	c #Conflicts:    1218000 | #Constraints:     200925
1281.29/1290.38	c #Conflicts:    1219000 | #Constraints:     201925
1281.29/1290.38	c #Conflicts:    1220000 | #Constraints:     202925
1281.29/1290.38	c #Conflicts:    1221000 | #Constraints:     203925
1281.29/1290.38	c #Conflicts:    1222000 | #Constraints:     204925
1281.29/1290.38	c #Conflicts:    1223000 | #Constraints:     205925
1281.29/1290.38	c #Conflicts:    1224000 | #Constraints:     206925
1281.29/1290.38	c #Conflicts:    1225000 | #Constraints:     207925
1281.29/1290.38	c #Conflicts:    1226000 | #Constraints:     208925
1281.29/1290.38	c #Conflicts:    1227000 | #Constraints:     209925
1281.29/1290.38	c #Conflicts:    1228000 | #Constraints:     210925
1281.29/1290.38	c #Conflicts:    1229000 | #Constraints:     211925
1281.29/1290.38	c #Conflicts:    1230000 | #Constraints:     212925
1281.29/1290.38	c #Conflicts:    1231000 | #Constraints:     213925
1281.29/1290.38	c #Conflicts:    1232000 | #Constraints:     214925
1281.29/1290.38	c #Conflicts:    1233000 | #Constraints:     215925
1281.29/1290.38	c #Conflicts:    1234000 | #Constraints:     216925
1281.29/1290.38	c #Conflicts:    1235000 | #Constraints:     217925
1281.29/1290.38	c #Conflicts:    1236000 | #Constraints:     218925
1281.29/1290.38	c #Conflicts:    1237000 | #Constraints:     219925
1281.29/1290.38	c #Conflicts:    1238000 | #Constraints:     220925
1281.29/1290.38	c #Conflicts:    1239000 | #Constraints:     221925
1281.29/1290.38	c bounds -46 >= -370 @ 1269.43
1282.19/1291.27	c #Conflicts:    1240000 | #Constraints:     222940
1282.19/1291.27	c INPROCESSING
1282.19/1291.27	c GARBAGE COLLECT
1282.19/1291.27	c rational objective -370
1287.83/1297.02	c #Conflicts:    1241000 | #Constraints:     169404
1287.83/1297.02	c #Conflicts:    1242000 | #Constraints:     170438
1287.83/1297.02	c #Conflicts:    1243000 | #Constraints:     171472
1287.83/1297.02	c #Conflicts:    1244000 | #Constraints:     172508
1287.83/1297.02	c #Conflicts:    1245000 | #Constraints:     173544
1287.83/1297.02	c bounds -47 >= -370 @ 1275.85
1319.04/1328.46	c #Conflicts:    1246000 | #Constraints:     174573
1319.04/1328.46	c #Conflicts:    1247000 | #Constraints:     175573
1319.04/1328.46	c #Conflicts:    1248000 | #Constraints:     176573
1319.04/1328.46	c #Conflicts:    1249000 | #Constraints:     177573
1319.04/1328.46	c #Conflicts:    1250000 | #Constraints:     178573
1319.04/1328.46	c #Conflicts:    1251000 | #Constraints:     179573
1319.04/1328.46	c #Conflicts:    1252000 | #Constraints:     180573
1319.04/1328.46	c #Conflicts:    1253000 | #Constraints:     181573
1319.04/1328.46	c #Conflicts:    1254000 | #Constraints:     182573
1319.04/1328.46	c #Conflicts:    1255000 | #Constraints:     183573
1319.04/1328.46	c #Conflicts:    1256000 | #Constraints:     184573
1319.04/1328.46	c #Conflicts:    1257000 | #Constraints:     185573
1319.04/1328.46	c #Conflicts:    1258000 | #Constraints:     186573
1319.04/1328.46	c #Conflicts:    1259000 | #Constraints:     187573
1319.04/1328.46	c #Conflicts:    1260000 | #Constraints:     188573
1319.04/1328.46	c #Conflicts:    1261000 | #Constraints:     189573
1319.04/1328.46	c #Conflicts:    1262000 | #Constraints:     190573
1319.04/1328.46	c #Conflicts:    1263000 | #Constraints:     191573
1319.04/1328.46	c #Conflicts:    1264000 | #Constraints:     192573
1319.04/1328.46	c #Conflicts:    1265000 | #Constraints:     193573
1319.04/1328.46	c #Conflicts:    1266000 | #Constraints:     194573
1319.04/1328.46	c #Conflicts:    1267000 | #Constraints:     195573
1319.04/1328.46	c #Conflicts:    1268000 | #Constraints:     196573
1319.04/1328.46	c #Conflicts:    1269000 | #Constraints:     197573
1319.04/1328.46	c INPROCESSING
1319.04/1328.46	c GARBAGE COLLECT
1319.04/1328.46	c rational objective -370
1357.25/1366.86	c #Conflicts:    1270000 | #Constraints:     156913
1357.25/1366.86	c #Conflicts:    1271000 | #Constraints:     157930
1357.25/1366.86	c #Conflicts:    1272000 | #Constraints:     158972
1357.25/1366.86	c #Conflicts:    1273000 | #Constraints:     160017
1357.25/1366.86	c #Conflicts:    1274000 | #Constraints:     161061
1357.25/1366.86	c #Conflicts:    1275000 | #Constraints:     162108
1357.25/1366.86	c #Conflicts:    1276000 | #Constraints:     163147
1357.25/1366.86	c #Conflicts:    1277000 | #Constraints:     164186
1357.25/1366.86	c #Conflicts:    1278000 | #Constraints:     165222
1357.25/1366.86	c #Conflicts:    1279000 | #Constraints:     166257
1357.25/1366.86	c #Conflicts:    1280000 | #Constraints:     167295
1357.25/1366.86	c #Conflicts:    1281000 | #Constraints:     168335
1357.25/1366.86	c #Conflicts:    1282000 | #Constraints:     169365
1357.25/1366.86	c #Conflicts:    1283000 | #Constraints:     170402
1357.25/1366.86	c #Conflicts:    1284000 | #Constraints:     171451
1357.25/1366.86	c #Conflicts:    1285000 | #Constraints:     172491
1357.25/1366.86	c #Conflicts:    1286000 | #Constraints:     173524
1357.25/1366.86	c #Conflicts:    1287000 | #Constraints:     174556
1357.25/1366.86	c #Conflicts:    1288000 | #Constraints:     175588
1357.25/1366.86	c #Conflicts:    1289000 | #Constraints:     176615
1357.25/1366.86	c #Conflicts:    1290000 | #Constraints:     177643
1357.25/1366.86	c #Conflicts:    1291000 | #Constraints:     178673
1357.25/1366.86	c #Conflicts:    1292000 | #Constraints:     179714
1357.25/1366.86	c #Conflicts:    1293000 | #Constraints:     180750
1357.25/1366.86	c #Conflicts:    1294000 | #Constraints:     181769
1357.25/1366.86	c #Conflicts:    1295000 | #Constraints:     182788
1357.25/1366.86	c #Conflicts:    1296000 | #Constraints:     183824
1357.25/1366.86	c #Conflicts:    1297000 | #Constraints:     184866
1357.25/1366.86	c #Conflicts:    1298000 | #Constraints:     185901
1357.25/1366.86	c INPROCESSING
1357.25/1366.86	c GARBAGE COLLECT
1357.25/1366.86	c rational objective -370
1389.21/1399.03	c #Conflicts:    1299000 | #Constraints:     151023
1389.21/1399.03	c #Conflicts:    1300000 | #Constraints:     152023
1389.21/1399.03	c #Conflicts:    1301000 | #Constraints:     153023
1389.21/1399.03	c #Conflicts:    1302000 | #Constraints:     154023
1389.21/1399.03	c #Conflicts:    1303000 | #Constraints:     155023
1389.21/1399.03	c #Conflicts:    1304000 | #Constraints:     156023
1389.21/1399.03	c #Conflicts:    1305000 | #Constraints:     157023
1389.21/1399.03	c #Conflicts:    1306000 | #Constraints:     158023
1389.21/1399.03	c #Conflicts:    1307000 | #Constraints:     159023
1389.21/1399.03	c #Conflicts:    1308000 | #Constraints:     160023
1389.21/1399.03	c #Conflicts:    1309000 | #Constraints:     161023
1389.21/1399.03	c #Conflicts:    1310000 | #Constraints:     162023
1389.21/1399.03	c #Conflicts:    1311000 | #Constraints:     163023
1389.21/1399.03	c #Conflicts:    1312000 | #Constraints:     164023
1389.21/1399.03	c #Conflicts:    1313000 | #Constraints:     165023
1389.21/1399.03	c #Conflicts:    1314000 | #Constraints:     166023
1389.21/1399.03	c #Conflicts:    1315000 | #Constraints:     167023
1389.21/1399.03	c #Conflicts:    1316000 | #Constraints:     168023
1389.21/1399.03	c #Conflicts:    1317000 | #Constraints:     169023
1389.21/1399.03	c #Conflicts:    1318000 | #Constraints:     170023
1389.21/1399.03	c #Conflicts:    1319000 | #Constraints:     171023
1389.21/1399.03	c #Conflicts:    1320000 | #Constraints:     172023
1389.21/1399.03	c #Conflicts:    1321000 | #Constraints:     173023
1389.21/1399.03	c #Conflicts:    1322000 | #Constraints:     174023
1389.21/1399.03	c #Conflicts:    1323000 | #Constraints:     175023
1389.21/1399.03	c #Conflicts:    1324000 | #Constraints:     176023
1389.21/1399.03	c #Conflicts:    1325000 | #Constraints:     177023
1389.21/1399.03	c #Conflicts:    1326000 | #Constraints:     178023
1389.21/1399.03	c #Conflicts:    1327000 | #Constraints:     179023
1389.21/1399.03	c #Conflicts:    1328000 | #Constraints:     180023
1389.21/1399.03	c #Conflicts:    1329000 | #Constraints:     181023
1389.21/1399.03	c bounds -47 >= -369 @ 1376.46
1421.05/1431.06	c #Conflicts:    1330000 | #Constraints:     182053
1421.05/1431.06	c #Conflicts:    1331000 | #Constraints:     183053
1421.05/1431.06	c #Conflicts:    1332000 | #Constraints:     184053
1421.05/1431.06	c #Conflicts:    1333000 | #Constraints:     185053
1421.05/1431.06	c #Conflicts:    1334000 | #Constraints:     186053
1421.05/1431.06	c #Conflicts:    1335000 | #Constraints:     187053
1421.05/1431.06	c #Conflicts:    1336000 | #Constraints:     188053
1421.05/1431.06	c #Conflicts:    1337000 | #Constraints:     189053
1421.05/1431.06	c #Conflicts:    1338000 | #Constraints:     190053
1421.05/1431.06	c #Conflicts:    1339000 | #Constraints:     191053
1421.05/1431.06	c #Conflicts:    1340000 | #Constraints:     192053
1421.05/1431.06	c #Conflicts:    1341000 | #Constraints:     193053
1421.05/1431.06	c #Conflicts:    1342000 | #Constraints:     194053
1421.05/1431.06	c #Conflicts:    1343000 | #Constraints:     195053
1421.05/1431.06	c #Conflicts:    1344000 | #Constraints:     196053
1421.05/1431.06	c #Conflicts:    1345000 | #Constraints:     197053
1421.05/1431.06	c #Conflicts:    1346000 | #Constraints:     198053
1421.05/1431.06	c #Conflicts:    1347000 | #Constraints:     199053
1421.05/1431.06	c #Conflicts:    1348000 | #Constraints:     200053
1421.05/1431.06	c #Conflicts:    1349000 | #Constraints:     201053
1421.05/1431.06	c #Conflicts:    1350000 | #Constraints:     202053
1421.05/1431.06	c #Conflicts:    1351000 | #Constraints:     203053
1421.05/1431.06	c #Conflicts:    1352000 | #Constraints:     204053
1421.05/1431.06	c #Conflicts:    1353000 | #Constraints:     205053
1421.05/1431.06	c #Conflicts:    1354000 | #Constraints:     206053
1421.05/1431.06	c bounds -47 >= -368 @ 1408.01
1455.76/1465.95	c #Conflicts:    1355000 | #Constraints:     207071
1455.76/1465.95	c #Conflicts:    1356000 | #Constraints:     208071
1455.76/1465.95	c #Conflicts:    1357000 | #Constraints:     209071
1455.76/1465.95	c #Conflicts:    1358000 | #Constraints:     210071
1455.76/1465.95	c #Conflicts:    1359000 | #Constraints:     211071
1455.76/1465.95	c #Conflicts:    1360000 | #Constraints:     212071
1455.76/1465.95	c #Conflicts:    1361000 | #Constraints:     213071
1455.76/1465.95	c #Conflicts:    1362000 | #Constraints:     214071
1455.76/1465.95	c #Conflicts:    1363000 | #Constraints:     215071
1455.76/1465.95	c #Conflicts:    1364000 | #Constraints:     216071
1455.76/1465.95	c #Conflicts:    1365000 | #Constraints:     217071
1455.76/1465.95	c #Conflicts:    1366000 | #Constraints:     218071
1455.76/1465.95	c #Conflicts:    1367000 | #Constraints:     219071
1455.76/1465.95	c #Conflicts:    1368000 | #Constraints:     220071
1455.76/1465.95	c #Conflicts:    1369000 | #Constraints:     221071
1455.76/1465.95	c #Conflicts:    1370000 | #Constraints:     222071
1455.76/1465.95	c #Conflicts:    1371000 | #Constraints:     223071
1455.76/1465.95	c #Conflicts:    1372000 | #Constraints:     224071
1455.76/1465.95	c #Conflicts:    1373000 | #Constraints:     225071
1455.76/1465.95	c #Conflicts:    1374000 | #Constraints:     226071
1455.76/1465.95	c #Conflicts:    1375000 | #Constraints:     227071
1455.76/1465.95	c #Conflicts:    1376000 | #Constraints:     228071
1455.76/1465.95	c #Conflicts:    1377000 | #Constraints:     229071
1455.76/1465.95	c INPROCESSING
1455.76/1465.95	c GARBAGE COLLECT
1455.76/1465.95	c rational objective -368
1507.09/1517.53	c #Conflicts:    1378000 | #Constraints:     172244
1507.09/1517.53	c #Conflicts:    1379000 | #Constraints:     173273
1507.09/1517.53	c #Conflicts:    1380000 | #Constraints:     174317
1507.09/1517.53	c #Conflicts:    1381000 | #Constraints:     175350
1507.09/1517.53	c #Conflicts:    1382000 | #Constraints:     176382
1507.09/1517.53	c #Conflicts:    1383000 | #Constraints:     177424
1507.09/1517.53	c #Conflicts:    1384000 | #Constraints:     178458
1507.09/1517.53	c #Conflicts:    1385000 | #Constraints:     179509
1507.09/1517.53	c #Conflicts:    1386000 | #Constraints:     180553
1507.09/1517.53	c #Conflicts:    1387000 | #Constraints:     181590
1507.09/1517.53	c #Conflicts:    1388000 | #Constraints:     182622
1507.09/1517.53	c #Conflicts:    1389000 | #Constraints:     183655
1507.09/1517.53	c #Conflicts:    1390000 | #Constraints:     184705
1507.09/1517.53	c #Conflicts:    1391000 | #Constraints:     185736
1507.09/1517.53	c #Conflicts:    1392000 | #Constraints:     186757
1507.09/1517.53	c #Conflicts:    1393000 | #Constraints:     187788
1507.09/1517.53	c #Conflicts:    1394000 | #Constraints:     188825
1507.09/1517.53	c #Conflicts:    1395000 | #Constraints:     189867
1507.09/1517.53	c #Conflicts:    1396000 | #Constraints:     190908
1507.09/1517.53	c #Conflicts:    1397000 | #Constraints:     191938
1507.09/1517.53	c #Conflicts:    1398000 | #Constraints:     192969
1507.09/1517.53	c #Conflicts:    1399000 | #Constraints:     194003
1507.09/1517.53	c #Conflicts:    1400000 | #Constraints:     195036
1507.09/1517.53	c #Conflicts:    1401000 | #Constraints:     196064
1507.09/1517.53	c #Conflicts:    1402000 | #Constraints:     197098
1507.09/1517.53	c #Conflicts:    1403000 | #Constraints:     198126
1507.09/1517.53	c #Conflicts:    1404000 | #Constraints:     199157
1507.09/1517.53	c #Conflicts:    1405000 | #Constraints:     200184
1507.09/1517.53	c #Conflicts:    1406000 | #Constraints:     201219
1507.09/1517.53	c #Conflicts:    1407000 | #Constraints:     202250
1507.09/1517.53	c INPROCESSING
1507.09/1517.53	c GARBAGE COLLECT
1507.09/1517.53	c rational objective -368
1527.64/1538.15	c #Conflicts:    1408000 | #Constraints:     158772
1527.64/1538.15	c #Conflicts:    1409000 | #Constraints:     159772
1527.64/1538.15	c #Conflicts:    1410000 | #Constraints:     160772
1527.64/1538.15	c #Conflicts:    1411000 | #Constraints:     161772
1527.64/1538.15	c #Conflicts:    1412000 | #Constraints:     162772
1527.64/1538.15	c #Conflicts:    1413000 | #Constraints:     163772
1527.64/1538.15	c #Conflicts:    1414000 | #Constraints:     164772
1527.64/1538.15	c #Conflicts:    1415000 | #Constraints:     165772
1527.64/1538.15	c #Conflicts:    1416000 | #Constraints:     166772
1527.64/1538.15	c #Conflicts:    1417000 | #Constraints:     167772
1527.64/1538.15	c #Conflicts:    1418000 | #Constraints:     168772
1527.64/1538.15	c #Conflicts:    1419000 | #Constraints:     169772
1527.64/1538.15	c #Conflicts:    1420000 | #Constraints:     170772
1527.64/1538.15	c #Conflicts:    1421000 | #Constraints:     171772
1527.64/1538.15	c #Conflicts:    1422000 | #Constraints:     172772
1527.64/1538.15	c #Conflicts:    1423000 | #Constraints:     173772
1527.64/1538.15	c #Conflicts:    1424000 | #Constraints:     174772
1527.64/1538.15	c #Conflicts:    1425000 | #Constraints:     175772
1527.64/1538.15	c #Conflicts:    1426000 | #Constraints:     176772
1527.64/1538.15	c #Conflicts:    1427000 | #Constraints:     177772
1527.64/1538.15	c bounds -47 >= -367 @ 1513.8
1538.92/1549.60	c #Conflicts:    1428000 | #Constraints:     178799
1538.92/1549.60	c #Conflicts:    1429000 | #Constraints:     179799
1538.92/1549.60	c #Conflicts:    1430000 | #Constraints:     180799
1538.92/1549.60	c #Conflicts:    1431000 | #Constraints:     181799
1538.92/1549.60	c #Conflicts:    1432000 | #Constraints:     182799
1538.92/1549.60	c #Conflicts:    1433000 | #Constraints:     183799
1538.92/1549.60	c #Conflicts:    1434000 | #Constraints:     184799
1538.92/1549.60	c #Conflicts:    1435000 | #Constraints:     185799
1538.92/1549.60	c #Conflicts:    1436000 | #Constraints:     186799
1538.92/1549.60	c #Conflicts:    1437000 | #Constraints:     187799
1538.92/1549.60	c #Conflicts:    1438000 | #Constraints:     188799
1538.92/1549.60	c INPROCESSING
1538.92/1549.60	c GARBAGE COLLECT
1538.92/1549.60	c rational objective -367
1562.07/1573.08	c #Conflicts:    1439000 | #Constraints:     151295
1562.07/1573.08	c #Conflicts:    1440000 | #Constraints:     152295
1562.07/1573.08	c #Conflicts:    1441000 | #Constraints:     153295
1562.07/1573.08	c #Conflicts:    1442000 | #Constraints:     154295
1562.07/1573.08	c #Conflicts:    1443000 | #Constraints:     155295
1562.07/1573.08	c #Conflicts:    1444000 | #Constraints:     156295
1562.07/1573.08	c #Conflicts:    1445000 | #Constraints:     157295
1562.07/1573.08	c #Conflicts:    1446000 | #Constraints:     158295
1562.07/1573.08	c #Conflicts:    1447000 | #Constraints:     159295
1562.07/1573.08	c #Conflicts:    1448000 | #Constraints:     160295
1562.07/1573.08	c #Conflicts:    1449000 | #Constraints:     161295
1562.07/1573.08	c #Conflicts:    1450000 | #Constraints:     162295
1562.07/1573.08	c #Conflicts:    1451000 | #Constraints:     163295
1562.07/1573.08	c #Conflicts:    1452000 | #Constraints:     164295
1562.07/1573.08	c #Conflicts:    1453000 | #Constraints:     165295
1562.07/1573.08	c #Conflicts:    1454000 | #Constraints:     166295
1562.07/1573.08	c #Conflicts:    1455000 | #Constraints:     167295
1562.07/1573.08	c #Conflicts:    1456000 | #Constraints:     168295
1562.07/1573.08	c #Conflicts:    1457000 | #Constraints:     169295
1562.07/1573.08	c #Conflicts:    1458000 | #Constraints:     170295
1562.07/1573.08	c #Conflicts:    1459000 | #Constraints:     171295
1562.07/1573.08	c #Conflicts:    1460000 | #Constraints:     172295
1562.07/1573.08	c #Conflicts:    1461000 | #Constraints:     173295
1562.07/1573.08	c bounds -47 >= -366 @ 1547.96
1614.54/1625.86	c #Conflicts:    1462000 | #Constraints:     174361
1614.54/1625.86	c #Conflicts:    1463000 | #Constraints:     175361
1614.54/1625.86	c #Conflicts:    1464000 | #Constraints:     176361
1614.54/1625.86	c #Conflicts:    1465000 | #Constraints:     177361
1614.54/1625.86	c #Conflicts:    1466000 | #Constraints:     178361
1614.54/1625.86	c #Conflicts:    1467000 | #Constraints:     179361
1614.54/1625.86	c #Conflicts:    1468000 | #Constraints:     180361
1614.54/1625.86	c #Conflicts:    1469000 | #Constraints:     181361
1614.54/1625.86	c #Conflicts:    1470000 | #Constraints:     182361
1614.54/1625.86	c #Conflicts:    1471000 | #Constraints:     183361
1614.54/1625.86	c #Conflicts:    1472000 | #Constraints:     184361
1614.54/1625.86	c #Conflicts:    1473000 | #Constraints:     185361
1614.54/1625.86	c #Conflicts:    1474000 | #Constraints:     186361
1614.54/1625.86	c #Conflicts:    1475000 | #Constraints:     187361
1614.54/1625.86	c #Conflicts:    1476000 | #Constraints:     188361
1614.54/1625.86	c #Conflicts:    1477000 | #Constraints:     189361
1614.54/1625.86	c #Conflicts:    1478000 | #Constraints:     190361
1614.54/1625.86	c #Conflicts:    1479000 | #Constraints:     191361
1614.54/1625.86	c #Conflicts:    1480000 | #Constraints:     192361
1614.54/1625.86	c #Conflicts:    1481000 | #Constraints:     193361
1614.54/1625.86	c #Conflicts:    1482000 | #Constraints:     194361
1614.54/1625.86	c #Conflicts:    1483000 | #Constraints:     195361
1614.54/1625.86	c #Conflicts:    1484000 | #Constraints:     196361
1614.54/1625.86	c #Conflicts:    1485000 | #Constraints:     197361
1614.54/1625.86	c #Conflicts:    1486000 | #Constraints:     198361
1614.54/1625.86	c #Conflicts:    1487000 | #Constraints:     199361
1614.54/1625.86	c #Conflicts:    1488000 | #Constraints:     200361
1614.54/1625.86	c #Conflicts:    1489000 | #Constraints:     201361
1614.54/1625.86	c #Conflicts:    1490000 | #Constraints:     202361
1614.54/1625.86	c #Conflicts:    1491000 | #Constraints:     203361
1614.54/1625.86	c #Conflicts:    1492000 | #Constraints:     204361
1614.54/1625.86	c #Conflicts:    1493000 | #Constraints:     205361
1614.54/1625.86	c #Conflicts:    1494000 | #Constraints:     206361
1614.54/1625.86	c #Conflicts:    1495000 | #Constraints:     207361
1614.54/1625.86	c #Conflicts:    1496000 | #Constraints:     208361
1614.54/1625.86	c #Conflicts:    1497000 | #Constraints:     209361
1614.54/1625.86	c #Conflicts:    1498000 | #Constraints:     210361
1614.54/1625.86	c #Conflicts:    1499000 | #Constraints:     211361
1614.54/1625.86	c bounds -47 >= -365 @ 1600
1651.14/1662.59	c #Conflicts:    1500000 | #Constraints:     212391
1651.14/1662.59	c #Conflicts:    1501000 | #Constraints:     213391
1651.14/1662.59	c #Conflicts:    1502000 | #Constraints:     214391
1651.14/1662.59	c #Conflicts:    1503000 | #Constraints:     215391
1651.14/1662.59	c #Conflicts:    1504000 | #Constraints:     216391
1651.14/1662.59	c #Conflicts:    1505000 | #Constraints:     217391
1651.14/1662.59	c #Conflicts:    1506000 | #Constraints:     218391
1651.14/1662.59	c #Conflicts:    1507000 | #Constraints:     219391
1651.14/1662.59	c #Conflicts:    1508000 | #Constraints:     220391
1651.14/1662.59	c #Conflicts:    1509000 | #Constraints:     221391
1651.14/1662.59	c #Conflicts:    1510000 | #Constraints:     222391
1651.14/1662.59	c #Conflicts:    1511000 | #Constraints:     223391
1651.14/1662.59	c #Conflicts:    1512000 | #Constraints:     224391
1651.14/1662.59	c #Conflicts:    1513000 | #Constraints:     225391
1651.14/1662.59	c #Conflicts:    1514000 | #Constraints:     226391
1651.14/1662.59	c #Conflicts:    1515000 | #Constraints:     227391
1651.14/1662.59	c #Conflicts:    1516000 | #Constraints:     228391
1651.14/1662.59	c #Conflicts:    1517000 | #Constraints:     229391
1651.14/1662.59	c #Conflicts:    1518000 | #Constraints:     230391
1651.14/1662.59	c #Conflicts:    1519000 | #Constraints:     231391
1651.14/1662.59	c #Conflicts:    1520000 | #Constraints:     232391
1651.14/1662.59	c #Conflicts:    1521000 | #Constraints:     233391
1651.14/1662.59	c #Conflicts:    1522000 | #Constraints:     234391
1651.14/1662.59	c INPROCESSING
1651.14/1662.59	c GARBAGE COLLECT
1651.14/1662.59	c rational objective -365
1654.30/1665.83	c #Conflicts:    1523000 | #Constraints:     175182
1654.30/1665.83	c #Conflicts:    1524000 | #Constraints:     176182
1654.30/1665.83	c #Conflicts:    1525000 | #Constraints:     177182
1654.30/1665.83	c bounds -47 >= -364 @ 1639.44
1690.75/1702.59	c #Conflicts:    1526000 | #Constraints:     178212
1690.75/1702.59	c #Conflicts:    1527000 | #Constraints:     179212
1690.75/1702.59	c #Conflicts:    1528000 | #Constraints:     180212
1690.75/1702.59	c #Conflicts:    1529000 | #Constraints:     181212
1690.75/1702.59	c #Conflicts:    1530000 | #Constraints:     182212
1690.75/1702.59	c #Conflicts:    1531000 | #Constraints:     183212
1690.75/1702.59	c #Conflicts:    1532000 | #Constraints:     184212
1690.75/1702.59	c #Conflicts:    1533000 | #Constraints:     185212
1690.75/1702.59	c #Conflicts:    1534000 | #Constraints:     186212
1690.75/1702.59	c #Conflicts:    1535000 | #Constraints:     187212
1690.75/1702.59	c #Conflicts:    1536000 | #Constraints:     188212
1690.75/1702.59	c #Conflicts:    1537000 | #Constraints:     189212
1690.75/1702.59	c #Conflicts:    1538000 | #Constraints:     190212
1690.75/1702.59	c #Conflicts:    1539000 | #Constraints:     191212
1690.75/1702.59	c #Conflicts:    1540000 | #Constraints:     192212
1690.75/1702.59	c #Conflicts:    1541000 | #Constraints:     193212
1690.75/1702.59	c #Conflicts:    1542000 | #Constraints:     194212
1690.75/1702.59	c #Conflicts:    1543000 | #Constraints:     195212
1690.75/1702.59	c #Conflicts:    1544000 | #Constraints:     196212
1690.75/1702.59	c #Conflicts:    1545000 | #Constraints:     197212
1690.75/1702.59	c #Conflicts:    1546000 | #Constraints:     198212
1690.75/1702.59	c #Conflicts:    1547000 | #Constraints:     199212
1690.75/1702.59	c #Conflicts:    1548000 | #Constraints:     200212
1690.75/1702.59	c #Conflicts:    1549000 | #Constraints:     201212
1690.75/1702.59	c #Conflicts:    1550000 | #Constraints:     202212
1690.75/1702.59	c #Conflicts:    1551000 | #Constraints:     203212
1690.75/1702.59	c #Conflicts:    1552000 | #Constraints:     204212
1690.75/1702.59	c #Conflicts:    1553000 | #Constraints:     205212
1690.75/1702.59	c bounds -47 >= -363 @ 1675.67
1691.85/1703.62	c #Conflicts:    1554000 | #Constraints:     206242
1691.85/1703.62	c INPROCESSING
1691.85/1703.62	c GARBAGE COLLECT
1691.85/1703.62	c rational objective -363
1727.93/1739.91	c #Conflicts:    1555000 | #Constraints:     161127
1727.93/1739.91	c #Conflicts:    1556000 | #Constraints:     162127
1727.93/1739.91	c #Conflicts:    1557000 | #Constraints:     163127
1727.93/1739.91	c #Conflicts:    1558000 | #Constraints:     164127
1727.93/1739.91	c #Conflicts:    1559000 | #Constraints:     165127
1727.93/1739.91	c #Conflicts:    1560000 | #Constraints:     166127
1727.93/1739.91	c #Conflicts:    1561000 | #Constraints:     167127
1727.93/1739.91	c #Conflicts:    1562000 | #Constraints:     168127
1727.93/1739.91	c #Conflicts:    1563000 | #Constraints:     169127
1727.93/1739.91	c #Conflicts:    1564000 | #Constraints:     170127
1727.93/1739.91	c #Conflicts:    1565000 | #Constraints:     171127
1727.93/1739.91	c #Conflicts:    1566000 | #Constraints:     172127
1727.93/1739.91	c #Conflicts:    1567000 | #Constraints:     173127
1727.93/1739.91	c #Conflicts:    1568000 | #Constraints:     174127
1727.93/1739.91	c #Conflicts:    1569000 | #Constraints:     175127
1727.93/1739.91	c #Conflicts:    1570000 | #Constraints:     176127
1727.93/1739.91	c #Conflicts:    1571000 | #Constraints:     177127
1727.93/1739.91	c #Conflicts:    1572000 | #Constraints:     178127
1727.93/1739.91	c #Conflicts:    1573000 | #Constraints:     179127
1727.93/1739.91	c #Conflicts:    1574000 | #Constraints:     180127
1727.93/1739.91	c #Conflicts:    1575000 | #Constraints:     181127
1727.93/1739.91	c #Conflicts:    1576000 | #Constraints:     182127
1727.93/1739.91	c #Conflicts:    1577000 | #Constraints:     183127
1727.93/1739.91	c #Conflicts:    1578000 | #Constraints:     184127
1727.93/1739.91	c #Conflicts:    1579000 | #Constraints:     185127
1727.93/1739.91	c #Conflicts:    1580000 | #Constraints:     186127
1727.93/1739.91	c #Conflicts:    1581000 | #Constraints:     187127
1727.93/1739.91	c #Conflicts:    1582000 | #Constraints:     188127
1727.93/1739.91	c #Conflicts:    1583000 | #Constraints:     189127
1727.93/1739.91	c #Conflicts:    1584000 | #Constraints:     190127
1727.93/1739.91	c #Conflicts:    1585000 | #Constraints:     191127
1727.93/1739.91	c #Conflicts:    1586000 | #Constraints:     192127
1727.93/1739.91	c INPROCESSING
1727.93/1739.91	c GARBAGE COLLECT
1727.93/1739.91	c rational objective -363
1728.72/1740.71	c bounds -47 >= -362 @ 1713.2
1786.85/1799.41	c #Conflicts:    1587000 | #Constraints:     153973
1786.85/1799.41	c #Conflicts:    1588000 | #Constraints:     154973
1786.85/1799.41	c #Conflicts:    1589000 | #Constraints:     155973
1786.85/1799.41	c #Conflicts:    1590000 | #Constraints:     156973
1786.85/1799.41	c #Conflicts:    1591000 | #Constraints:     157973
1786.85/1799.41	c #Conflicts:    1592000 | #Constraints:     158973
1786.85/1799.41	c #Conflicts:    1593000 | #Constraints:     159973
1786.85/1799.41	c #Conflicts:    1594000 | #Constraints:     160973
1786.85/1799.41	c #Conflicts:    1595000 | #Constraints:     161973
1786.85/1799.41	c #Conflicts:    1596000 | #Constraints:     162973
1786.85/1799.41	c #Conflicts:    1597000 | #Constraints:     163973
1786.85/1799.41	c #Conflicts:    1598000 | #Constraints:     164973
1786.85/1799.41	c #Conflicts:    1599000 | #Constraints:     165973
1786.85/1799.41	c #Conflicts:    1600000 | #Constraints:     166973
1786.85/1799.41	c #Conflicts:    1601000 | #Constraints:     167973
1786.85/1799.41	c #Conflicts:    1602000 | #Constraints:     168973
1786.85/1799.41	c #Conflicts:    1603000 | #Constraints:     169973
1786.85/1799.41	c #Conflicts:    1604000 | #Constraints:     170973
1786.85/1799.41	c #Conflicts:    1605000 | #Constraints:     171973
1786.85/1799.41	c #Conflicts:    1606000 | #Constraints:     172973
1786.85/1799.41	c #Conflicts:    1607000 | #Constraints:     173973
1786.85/1799.41	c #Conflicts:    1608000 | #Constraints:     174973
1786.85/1799.41	c #Conflicts:    1609000 | #Constraints:     175973
1786.85/1799.41	c #Conflicts:    1610000 | #Constraints:     176973
1786.85/1799.41	c #Conflicts:    1611000 | #Constraints:     177973
1786.85/1799.41	c #Conflicts:    1612000 | #Constraints:     178973
1786.85/1799.41	c #Conflicts:    1613000 | #Constraints:     179973
1786.85/1799.41	c #Conflicts:    1614000 | #Constraints:     180973
1786.85/1799.41	c #Conflicts:    1615000 | #Constraints:     181973
1786.85/1799.41	c #Conflicts:    1616000 | #Constraints:     182973
1786.85/1799.41	c #Conflicts:    1617000 | #Constraints:     183973
1786.85/1799.41	c #Conflicts:    1618000 | #Constraints:     184973
1786.85/1799.41	c #Conflicts:    1619000 | #Constraints:     185973
1786.85/1799.41	c #Conflicts:    1620000 | #Constraints:     186973
1786.85/1799.41	c #Conflicts:    1621000 | #Constraints:     187973
1786.85/1799.41	c #Conflicts:    1622000 | #Constraints:     188973
1786.85/1799.41	c #Conflicts:    1623000 | #Constraints:     189973
1786.85/1799.41	c #Conflicts:    1624000 | #Constraints:     190973
1786.85/1799.41	c #Conflicts:    1625000 | #Constraints:     191973
1786.85/1799.41	c #Conflicts:    1626000 | #Constraints:     192973
1786.85/1799.41	c #Conflicts:    1627000 | #Constraints:     193973
1786.85/1799.41	c #Conflicts:    1628000 | #Constraints:     194973
1786.85/1799.41	c #Conflicts:    1629000 | #Constraints:     195973
1786.85/1799.41	c #Conflicts:    1630000 | #Constraints:     196973
1786.85/1799.41	c #Conflicts:    1631000 | #Constraints:     197973
1786.85/1799.41	c #Conflicts:    1632000 | #Constraints:     198973
1786.85/1799.41	c #Conflicts:    1633000 | #Constraints:     199973
1786.85/1799.41	c #Conflicts:    1634000 | #Constraints:     200973
1786.85/1799.41	c #Conflicts:    1635000 | #Constraints:     201973
1786.85/1799.41	c #Conflicts:    1636000 | #Constraints:     202973
1786.85/1799.41	c #Conflicts:    1637000 | #Constraints:     203973
1786.85/1799.41	c #Conflicts:    1638000 | #Constraints:     204973
1786.85/1799.41	c bounds -47 >= -361 @ 1770.83
1833.12/1845.93	c #Conflicts:    1639000 | #Constraints:     206018
1833.12/1845.93	c #Conflicts:    1640000 | #Constraints:     207018
1833.12/1845.93	c #Conflicts:    1641000 | #Constraints:     208018
1833.12/1845.93	c #Conflicts:    1642000 | #Constraints:     209018
1833.12/1845.93	c #Conflicts:    1643000 | #Constraints:     210019
1833.12/1845.93	c #Conflicts:    1644000 | #Constraints:     211045
1833.12/1845.93	c #Conflicts:    1645000 | #Constraints:     212079
1833.12/1845.93	c #Conflicts:    1646000 | #Constraints:     213117
1833.12/1845.93	c #Conflicts:    1647000 | #Constraints:     214156
1833.12/1845.93	c #Conflicts:    1648000 | #Constraints:     215193
1833.12/1845.93	c #Conflicts:    1649000 | #Constraints:     216235
1833.12/1845.93	c #Conflicts:    1650000 | #Constraints:     217265
1833.12/1845.93	c #Conflicts:    1651000 | #Constraints:     218302
1833.12/1845.93	c #Conflicts:    1652000 | #Constraints:     219336
1833.12/1845.93	c #Conflicts:    1653000 | #Constraints:     220375
1833.12/1845.93	c #Conflicts:    1654000 | #Constraints:     221411
1833.12/1845.93	c #Conflicts:    1655000 | #Constraints:     222440
1833.12/1845.93	c #Conflicts:    1656000 | #Constraints:     223474
1833.12/1845.93	c #Conflicts:    1657000 | #Constraints:     224512
1833.12/1845.93	c #Conflicts:    1658000 | #Constraints:     225551
1833.12/1845.93	c #Conflicts:    1659000 | #Constraints:     226581
1833.12/1845.93	c #Conflicts:    1660000 | #Constraints:     227611
1833.12/1845.93	c #Conflicts:    1661000 | #Constraints:     228639
1833.12/1845.93	c #Conflicts:    1662000 | #Constraints:     229666
1833.12/1845.93	c #Conflicts:    1663000 | #Constraints:     230704
1833.12/1845.93	c #Conflicts:    1664000 | #Constraints:     231740
1833.12/1845.93	c #Conflicts:    1665000 | #Constraints:     232768
1833.12/1845.93	c #Conflicts:    1666000 | #Constraints:     233807
1833.12/1845.93	c #Conflicts:    1667000 | #Constraints:     234837
1833.12/1845.93	c #Conflicts:    1668000 | #Constraints:     235877
1833.12/1845.93	c #Conflicts:    1669000 | #Constraints:     236909
1833.12/1845.93	c #Conflicts:    1670000 | #Constraints:     237935
1833.12/1845.93	c #Conflicts:    1671000 | #Constraints:     238961
1833.12/1845.93	c #Conflicts:    1672000 | #Constraints:     239986
1833.12/1845.93	c #Conflicts:    1673000 | #Constraints:     241015
1833.12/1845.93	c #Conflicts:    1674000 | #Constraints:     242050
1833.12/1845.93	c INPROCESSING
1833.12/1845.93	c GARBAGE COLLECT
1833.12/1845.93	c rational objective -361
1876.36/1889.45	c #Conflicts:    1675000 | #Constraints:     179010
1876.36/1889.45	c #Conflicts:    1676000 | #Constraints:     180010
1876.36/1889.45	c #Conflicts:    1677000 | #Constraints:     181010
1876.36/1889.45	c #Conflicts:    1678000 | #Constraints:     182010
1876.36/1889.45	c #Conflicts:    1679000 | #Constraints:     183010
1876.36/1889.45	c #Conflicts:    1680000 | #Constraints:     184010
1876.36/1889.45	c #Conflicts:    1681000 | #Constraints:     185010
1876.36/1889.45	c #Conflicts:    1682000 | #Constraints:     186010
1876.36/1889.45	c #Conflicts:    1683000 | #Constraints:     187010
1876.36/1889.45	c #Conflicts:    1684000 | #Constraints:     188010
1876.36/1889.45	c #Conflicts:    1685000 | #Constraints:     189010
1876.36/1889.45	c #Conflicts:    1686000 | #Constraints:     190010
1876.36/1889.45	c #Conflicts:    1687000 | #Constraints:     191010
1876.36/1889.45	c #Conflicts:    1688000 | #Constraints:     192010
1876.36/1889.45	c #Conflicts:    1689000 | #Constraints:     193010
1876.36/1889.45	c #Conflicts:    1690000 | #Constraints:     194010
1876.36/1889.45	c #Conflicts:    1691000 | #Constraints:     195010
1876.36/1889.45	c #Conflicts:    1692000 | #Constraints:     196010
1876.36/1889.45	c #Conflicts:    1693000 | #Constraints:     197010
1876.36/1889.45	c #Conflicts:    1694000 | #Constraints:     198010
1876.36/1889.45	c #Conflicts:    1695000 | #Constraints:     199010
1876.36/1889.45	c #Conflicts:    1696000 | #Constraints:     200010
1876.36/1889.45	c #Conflicts:    1697000 | #Constraints:     201010
1876.36/1889.45	c #Conflicts:    1698000 | #Constraints:     202010
1876.36/1889.45	c #Conflicts:    1699000 | #Constraints:     203010
1876.36/1889.45	c #Conflicts:    1700000 | #Constraints:     204010
1876.36/1889.45	c #Conflicts:    1701000 | #Constraints:     205010
1876.36/1889.45	c #Conflicts:    1702000 | #Constraints:     206010
1876.36/1889.45	c #Conflicts:    1703000 | #Constraints:     207010
1876.36/1889.45	c #Conflicts:    1704000 | #Constraints:     208010
1876.36/1889.45	c #Conflicts:    1705000 | #Constraints:     209010
1876.36/1889.45	c #Conflicts:    1706000 | #Constraints:     210010
1876.36/1889.45	c #Conflicts:    1707000 | #Constraints:     211010
1876.36/1889.45	c INPROCESSING
1876.36/1889.45	c GARBAGE COLLECT
1876.36/1889.45	c rational objective -361
1914.33/1927.69	c #Conflicts:    1708000 | #Constraints:     163478
1914.33/1927.69	c #Conflicts:    1709000 | #Constraints:     164478
1914.33/1927.69	c #Conflicts:    1710000 | #Constraints:     165478
1914.33/1927.69	c #Conflicts:    1711000 | #Constraints:     166478
1914.33/1927.69	c #Conflicts:    1712000 | #Constraints:     167478
1914.33/1927.69	c #Conflicts:    1713000 | #Constraints:     168478
1914.33/1927.69	c #Conflicts:    1714000 | #Constraints:     169478
1914.33/1927.69	c #Conflicts:    1715000 | #Constraints:     170478
1914.33/1927.69	c #Conflicts:    1716000 | #Constraints:     171478
1914.33/1927.69	c #Conflicts:    1717000 | #Constraints:     172478
1914.33/1927.69	c #Conflicts:    1718000 | #Constraints:     173478
1914.33/1927.69	c #Conflicts:    1719000 | #Constraints:     174478
1914.33/1927.69	c #Conflicts:    1720000 | #Constraints:     175478
1914.33/1927.69	c #Conflicts:    1721000 | #Constraints:     176478
1914.33/1927.69	c #Conflicts:    1722000 | #Constraints:     177478
1914.33/1927.69	c #Conflicts:    1723000 | #Constraints:     178478
1914.33/1927.69	c #Conflicts:    1724000 | #Constraints:     179478
1914.33/1927.69	c #Conflicts:    1725000 | #Constraints:     180478
1914.33/1927.69	c #Conflicts:    1726000 | #Constraints:     181478
1914.33/1927.69	c #Conflicts:    1727000 | #Constraints:     182478
1914.33/1927.69	c #Conflicts:    1728000 | #Constraints:     183478
1914.33/1927.69	c #Conflicts:    1729000 | #Constraints:     184478
1914.33/1927.69	c #Conflicts:    1730000 | #Constraints:     185478
1914.33/1927.69	c #Conflicts:    1731000 | #Constraints:     186478
1914.33/1927.69	c #Conflicts:    1732000 | #Constraints:     187478
1914.33/1927.69	c #Conflicts:    1733000 | #Constraints:     188478
1914.33/1927.69	c #Conflicts:    1734000 | #Constraints:     189478
1914.33/1927.69	c #Conflicts:    1735000 | #Constraints:     190478
1914.33/1927.69	c #Conflicts:    1736000 | #Constraints:     191478
1914.33/1927.69	c #Conflicts:    1737000 | #Constraints:     192478
1914.33/1927.69	c #Conflicts:    1738000 | #Constraints:     193478
1914.33/1927.69	c bounds -47 >= -360 @ 1897.37
1917.72/1931.02	c #Conflicts:    1739000 | #Constraints:     194532
1917.72/1931.02	c #Conflicts:    1740000 | #Constraints:     195532
1917.72/1931.02	c INPROCESSING
1917.72/1931.02	c GARBAGE COLLECT
1917.72/1931.02	c rational objective -360
1972.78/1986.21	c #Conflicts:    1741000 | #Constraints:     155478
1972.78/1986.21	c #Conflicts:    1742000 | #Constraints:     156478
1972.78/1986.21	c #Conflicts:    1743000 | #Constraints:     157478
1972.78/1986.21	c #Conflicts:    1744000 | #Constraints:     158478
1972.78/1986.21	c #Conflicts:    1745000 | #Constraints:     159478
1972.78/1986.21	c #Conflicts:    1746000 | #Constraints:     160478
1972.78/1986.21	c #Conflicts:    1747000 | #Constraints:     161478
1972.78/1986.21	c #Conflicts:    1748000 | #Constraints:     162478
1972.78/1986.21	c #Conflicts:    1749000 | #Constraints:     163478
1972.78/1986.21	c #Conflicts:    1750000 | #Constraints:     164478
1972.78/1986.21	c #Conflicts:    1751000 | #Constraints:     165478
1972.78/1986.21	c #Conflicts:    1752000 | #Constraints:     166478
1972.78/1986.21	c #Conflicts:    1753000 | #Constraints:     167478
1972.78/1986.21	c #Conflicts:    1754000 | #Constraints:     168478
1972.78/1986.21	c #Conflicts:    1755000 | #Constraints:     169478
1972.78/1986.21	c #Conflicts:    1756000 | #Constraints:     170478
1972.78/1986.21	c #Conflicts:    1757000 | #Constraints:     171478
1972.78/1986.21	c #Conflicts:    1758000 | #Constraints:     172478
1972.78/1986.21	c #Conflicts:    1759000 | #Constraints:     173478
1972.78/1986.21	c #Conflicts:    1760000 | #Constraints:     174478
1972.78/1986.21	c #Conflicts:    1761000 | #Constraints:     175478
1972.78/1986.21	c #Conflicts:    1762000 | #Constraints:     176478
1972.78/1986.21	c #Conflicts:    1763000 | #Constraints:     177478
1972.78/1986.21	c #Conflicts:    1764000 | #Constraints:     178478
1972.78/1986.21	c #Conflicts:    1765000 | #Constraints:     179478
1972.78/1986.21	c #Conflicts:    1766000 | #Constraints:     180478
1972.78/1986.21	c #Conflicts:    1767000 | #Constraints:     181478
1972.78/1986.21	c #Conflicts:    1768000 | #Constraints:     182478
1972.78/1986.21	c #Conflicts:    1769000 | #Constraints:     183478
1972.78/1986.21	c #Conflicts:    1770000 | #Constraints:     184478
1972.78/1986.21	c #Conflicts:    1771000 | #Constraints:     185478
1972.78/1986.21	c #Conflicts:    1772000 | #Constraints:     186478
1972.78/1986.21	c #Conflicts:    1773000 | #Constraints:     187478
1972.78/1986.21	c #Conflicts:    1774000 | #Constraints:     188478
1972.78/1986.21	c #Conflicts:    1775000 | #Constraints:     189478
1972.78/1986.21	c #Conflicts:    1776000 | #Constraints:     190478
1972.78/1986.21	c #Conflicts:    1777000 | #Constraints:     191478
1972.78/1986.21	c #Conflicts:    1778000 | #Constraints:     192478
1972.78/1986.21	c #Conflicts:    1779000 | #Constraints:     193478
1972.78/1986.21	c #Conflicts:    1780000 | #Constraints:     194478
1972.78/1986.21	c #Conflicts:    1781000 | #Constraints:     195478
1972.78/1986.21	c #Conflicts:    1782000 | #Constraints:     196478
1972.78/1986.21	c #Conflicts:    1783000 | #Constraints:     197478
1972.78/1986.21	c #Conflicts:    1784000 | #Constraints:     198478
1972.78/1986.21	c #Conflicts:    1785000 | #Constraints:     199478
1972.78/1986.21	c #Conflicts:    1786000 | #Constraints:     200478
1972.78/1986.21	c #Conflicts:    1787000 | #Constraints:     201478
1972.78/1986.21	c #Conflicts:    1788000 | #Constraints:     202478
1972.78/1986.21	c bounds -47 >= -359 @ 1955.29
2057.72/2071.73	c #Conflicts:    1789000 | #Constraints:     203544
2057.72/2071.73	c #Conflicts:    1790000 | #Constraints:     204544
2057.72/2071.73	c #Conflicts:    1791000 | #Constraints:     205545
2057.72/2071.73	c #Conflicts:    1792000 | #Constraints:     206581
2057.72/2071.73	c #Conflicts:    1793000 | #Constraints:     207621
2057.72/2071.73	c #Conflicts:    1794000 | #Constraints:     208667
2057.72/2071.73	c #Conflicts:    1795000 | #Constraints:     209708
2057.72/2071.73	c #Conflicts:    1796000 | #Constraints:     210758
2057.72/2071.73	c #Conflicts:    1797000 | #Constraints:     211794
2057.72/2071.73	c #Conflicts:    1798000 | #Constraints:     212830
2057.72/2071.73	c #Conflicts:    1799000 | #Constraints:     213873
2057.72/2071.73	c #Conflicts:    1800000 | #Constraints:     214915
2057.72/2071.73	c #Conflicts:    1801000 | #Constraints:     215950
2057.72/2071.73	c #Conflicts:    1802000 | #Constraints:     216979
2057.72/2071.73	c #Conflicts:    1803000 | #Constraints:     218015
2057.72/2071.73	c #Conflicts:    1804000 | #Constraints:     219061
2057.72/2071.73	c #Conflicts:    1805000 | #Constraints:     220102
2057.72/2071.73	c #Conflicts:    1806000 | #Constraints:     221147
2057.72/2071.73	c #Conflicts:    1807000 | #Constraints:     222186
2057.72/2071.73	c #Conflicts:    1808000 | #Constraints:     223220
2057.72/2071.73	c #Conflicts:    1809000 | #Constraints:     224260
2057.72/2071.73	c #Conflicts:    1810000 | #Constraints:     225305
2057.72/2071.73	c #Conflicts:    1811000 | #Constraints:     226331
2057.72/2071.73	c #Conflicts:    1812000 | #Constraints:     227376
2057.72/2071.73	c #Conflicts:    1813000 | #Constraints:     228411
2057.72/2071.73	c #Conflicts:    1814000 | #Constraints:     229453
2057.72/2071.73	c #Conflicts:    1815000 | #Constraints:     230494
2057.72/2071.73	c #Conflicts:    1816000 | #Constraints:     231534
2057.72/2071.73	c #Conflicts:    1817000 | #Constraints:     232578
2057.72/2071.73	c #Conflicts:    1818000 | #Constraints:     233604
2057.72/2071.73	c #Conflicts:    1819000 | #Constraints:     234637
2057.72/2071.73	c #Conflicts:    1820000 | #Constraints:     235673
2057.72/2071.73	c #Conflicts:    1821000 | #Constraints:     236702
2057.72/2071.73	c #Conflicts:    1822000 | #Constraints:     237732
2057.72/2071.73	c #Conflicts:    1823000 | #Constraints:     238761
2057.72/2071.73	c #Conflicts:    1824000 | #Constraints:     239792
2057.72/2071.73	c #Conflicts:    1825000 | #Constraints:     240828
2057.72/2071.73	c #Conflicts:    1826000 | #Constraints:     241869
2057.72/2071.73	c #Conflicts:    1827000 | #Constraints:     242912
2057.72/2071.73	c #Conflicts:    1828000 | #Constraints:     243950
2057.72/2071.73	c #Conflicts:    1829000 | #Constraints:     244990
2057.72/2071.73	c #Conflicts:    1830000 | #Constraints:     246034
2057.72/2071.73	c #Conflicts:    1831000 | #Constraints:     247074
2057.72/2071.73	c #Conflicts:    1832000 | #Constraints:     248104
2057.72/2071.73	c #Conflicts:    1833000 | #Constraints:     249135
2057.72/2071.73	c INPROCESSING
2057.72/2071.73	c GARBAGE COLLECT
2057.72/2071.73	c rational objective -359
2090.37/2104.51	c #Conflicts:    1834000 | #Constraints:     182734
2090.37/2104.51	c #Conflicts:    1835000 | #Constraints:     183734
2090.37/2104.51	c #Conflicts:    1836000 | #Constraints:     184734
2090.37/2104.51	c #Conflicts:    1837000 | #Constraints:     185734
2090.37/2104.51	c #Conflicts:    1838000 | #Constraints:     186734
2090.37/2104.51	c #Conflicts:    1839000 | #Constraints:     187734
2090.37/2104.51	c #Conflicts:    1840000 | #Constraints:     188734
2090.37/2104.51	c #Conflicts:    1841000 | #Constraints:     189734
2090.37/2104.51	c #Conflicts:    1842000 | #Constraints:     190734
2090.37/2104.51	c #Conflicts:    1843000 | #Constraints:     191734
2090.37/2104.51	c #Conflicts:    1844000 | #Constraints:     192734
2090.37/2104.51	c #Conflicts:    1845000 | #Constraints:     193734
2090.37/2104.51	c #Conflicts:    1846000 | #Constraints:     194734
2090.37/2104.51	c #Conflicts:    1847000 | #Constraints:     195734
2090.37/2104.51	c #Conflicts:    1848000 | #Constraints:     196734
2090.37/2104.51	c #Conflicts:    1849000 | #Constraints:     197734
2090.37/2104.51	c #Conflicts:    1850000 | #Constraints:     198734
2090.37/2104.51	c #Conflicts:    1851000 | #Constraints:     199734
2090.37/2104.51	c #Conflicts:    1852000 | #Constraints:     200734
2090.37/2104.51	c #Conflicts:    1853000 | #Constraints:     201734
2090.37/2104.51	c #Conflicts:    1854000 | #Constraints:     202734
2090.37/2104.51	c #Conflicts:    1855000 | #Constraints:     203734
2090.37/2104.51	c #Conflicts:    1856000 | #Constraints:     204734
2090.37/2104.51	c #Conflicts:    1857000 | #Constraints:     205734
2090.37/2104.51	c bounds -47 >= -358 @ 2072.17
2105.03/2119.23	c #Conflicts:    1858000 | #Constraints:     206755
2105.03/2119.23	c #Conflicts:    1859000 | #Constraints:     207755
2105.03/2119.23	c #Conflicts:    1860000 | #Constraints:     208755
2105.03/2119.23	c #Conflicts:    1861000 | #Constraints:     209755
2105.03/2119.23	c #Conflicts:    1862000 | #Constraints:     210755
2105.03/2119.23	c #Conflicts:    1863000 | #Constraints:     211755
2105.03/2119.23	c #Conflicts:    1864000 | #Constraints:     212755
2105.03/2119.23	c #Conflicts:    1865000 | #Constraints:     213755
2105.03/2119.23	c #Conflicts:    1866000 | #Constraints:     214755
2105.03/2119.23	c #Conflicts:    1867000 | #Constraints:     215755
2105.03/2119.23	c INPROCESSING
2105.03/2119.23	c GARBAGE COLLECT
2105.03/2119.23	c rational objective -358
2133.65/2147.99	c #Conflicts:    1868000 | #Constraints:     165473
2133.65/2147.99	c #Conflicts:    1869000 | #Constraints:     166473
2133.65/2147.99	c #Conflicts:    1870000 | #Constraints:     167473
2133.65/2147.99	c #Conflicts:    1871000 | #Constraints:     168473
2133.65/2147.99	c #Conflicts:    1872000 | #Constraints:     169473
2133.65/2147.99	c #Conflicts:    1873000 | #Constraints:     170473
2133.65/2147.99	c #Conflicts:    1874000 | #Constraints:     171473
2133.65/2147.99	c #Conflicts:    1875000 | #Constraints:     172473
2133.65/2147.99	c #Conflicts:    1876000 | #Constraints:     173473
2133.65/2147.99	c #Conflicts:    1877000 | #Constraints:     174473
2133.65/2147.99	c #Conflicts:    1878000 | #Constraints:     175473
2133.65/2147.99	c #Conflicts:    1879000 | #Constraints:     176473
2133.65/2147.99	c #Conflicts:    1880000 | #Constraints:     177473
2133.65/2147.99	c #Conflicts:    1881000 | #Constraints:     178473
2133.65/2147.99	c #Conflicts:    1882000 | #Constraints:     179473
2133.65/2147.99	c #Conflicts:    1883000 | #Constraints:     180473
2133.65/2147.99	c #Conflicts:    1884000 | #Constraints:     181473
2133.65/2147.99	c #Conflicts:    1885000 | #Constraints:     182473
2133.65/2147.99	c #Conflicts:    1886000 | #Constraints:     183473
2133.65/2147.99	c #Conflicts:    1887000 | #Constraints:     184473
2133.65/2147.99	c #Conflicts:    1888000 | #Constraints:     185473
2133.65/2147.99	c #Conflicts:    1889000 | #Constraints:     186473
2133.65/2147.99	c #Conflicts:    1890000 | #Constraints:     187473
2133.65/2147.99	c #Conflicts:    1891000 | #Constraints:     188473
2133.65/2147.99	c #Conflicts:    1892000 | #Constraints:     189473
2133.65/2147.99	c bounds -47 >= -357 @ 2115.17
2145.15/2159.69	c #Conflicts:    1893000 | #Constraints:     190512
2145.15/2159.69	c #Conflicts:    1894000 | #Constraints:     191512
2145.15/2159.69	c #Conflicts:    1895000 | #Constraints:     192512
2145.15/2159.69	c #Conflicts:    1896000 | #Constraints:     193512
2145.15/2159.69	c #Conflicts:    1897000 | #Constraints:     194512
2145.15/2159.69	c #Conflicts:    1898000 | #Constraints:     195512
2145.15/2159.69	c #Conflicts:    1899000 | #Constraints:     196512
2145.15/2159.69	c #Conflicts:    1900000 | #Constraints:     197512
2145.15/2159.69	c #Conflicts:    1901000 | #Constraints:     198512
2145.15/2159.69	c #Conflicts:    1902000 | #Constraints:     199512
2145.15/2159.69	c INPROCESSING
2145.15/2159.69	c GARBAGE COLLECT
2145.15/2159.69	c rational objective -357
2195.11/2209.89	c #Conflicts:    1903000 | #Constraints:     157521
2195.11/2209.89	c #Conflicts:    1904000 | #Constraints:     158521
2195.11/2209.89	c #Conflicts:    1905000 | #Constraints:     159521
2195.11/2209.89	c #Conflicts:    1906000 | #Constraints:     160521
2195.11/2209.89	c #Conflicts:    1907000 | #Constraints:     161521
2195.11/2209.89	c #Conflicts:    1908000 | #Constraints:     162521
2195.11/2209.89	c #Conflicts:    1909000 | #Constraints:     163521
2195.11/2209.89	c #Conflicts:    1910000 | #Constraints:     164521
2195.11/2209.89	c #Conflicts:    1911000 | #Constraints:     165521
2195.11/2209.89	c #Conflicts:    1912000 | #Constraints:     166521
2195.11/2209.89	c #Conflicts:    1913000 | #Constraints:     167521
2195.11/2209.89	c #Conflicts:    1914000 | #Constraints:     168521
2195.11/2209.89	c #Conflicts:    1915000 | #Constraints:     169521
2195.11/2209.89	c #Conflicts:    1916000 | #Constraints:     170521
2195.11/2209.89	c #Conflicts:    1917000 | #Constraints:     171521
2195.11/2209.89	c #Conflicts:    1918000 | #Constraints:     172521
2195.11/2209.89	c #Conflicts:    1919000 | #Constraints:     173521
2195.11/2209.89	c #Conflicts:    1920000 | #Constraints:     174521
2195.11/2209.89	c #Conflicts:    1921000 | #Constraints:     175521
2195.11/2209.89	c #Conflicts:    1922000 | #Constraints:     176521
2195.11/2209.89	c #Conflicts:    1923000 | #Constraints:     177521
2195.11/2209.89	c #Conflicts:    1924000 | #Constraints:     178521
2195.11/2209.89	c #Conflicts:    1925000 | #Constraints:     179521
2195.11/2209.89	c #Conflicts:    1926000 | #Constraints:     180521
2195.11/2209.89	c #Conflicts:    1927000 | #Constraints:     181521
2195.11/2209.89	c #Conflicts:    1928000 | #Constraints:     182521
2195.11/2209.89	c #Conflicts:    1929000 | #Constraints:     183521
2195.11/2209.89	c #Conflicts:    1930000 | #Constraints:     184521
2195.11/2209.89	c #Conflicts:    1931000 | #Constraints:     185521
2195.11/2209.89	c #Conflicts:    1932000 | #Constraints:     186521
2195.11/2209.89	c #Conflicts:    1933000 | #Constraints:     187521
2195.11/2209.89	c #Conflicts:    1934000 | #Constraints:     188521
2195.11/2209.89	c #Conflicts:    1935000 | #Constraints:     189521
2195.11/2209.89	c #Conflicts:    1936000 | #Constraints:     190521
2195.11/2209.89	c #Conflicts:    1937000 | #Constraints:     191521
2195.11/2209.89	c #Conflicts:    1938000 | #Constraints:     192521
2195.11/2209.89	c #Conflicts:    1939000 | #Constraints:     193521
2195.11/2209.89	c #Conflicts:    1940000 | #Constraints:     194521
2195.11/2209.89	c #Conflicts:    1941000 | #Constraints:     195521
2195.11/2209.89	c #Conflicts:    1942000 | #Constraints:     196521
2195.11/2209.89	c #Conflicts:    1943000 | #Constraints:     197521
2195.11/2209.89	c #Conflicts:    1944000 | #Constraints:     198521
2195.11/2209.89	c bounds -47 >= -356 @ 2176.11
2264.01/2279.53	c #Conflicts:    1945000 | #Constraints:     199578
2264.01/2279.53	c #Conflicts:    1946000 | #Constraints:     200578
2264.01/2279.53	c #Conflicts:    1947000 | #Constraints:     201578
2264.01/2279.53	c #Conflicts:    1948000 | #Constraints:     202578
2264.01/2279.53	c #Conflicts:    1949000 | #Constraints:     203578
2264.01/2279.53	c #Conflicts:    1950000 | #Constraints:     204578
2264.01/2279.53	c #Conflicts:    1951000 | #Constraints:     205578
2264.01/2279.53	c #Conflicts:    1952000 | #Constraints:     206578
2264.01/2279.53	c #Conflicts:    1953000 | #Constraints:     207578
2264.01/2279.53	c #Conflicts:    1954000 | #Constraints:     208578
2264.01/2279.53	c #Conflicts:    1955000 | #Constraints:     209578
2264.01/2279.53	c #Conflicts:    1956000 | #Constraints:     210578
2264.01/2279.53	c #Conflicts:    1957000 | #Constraints:     211578
2264.01/2279.53	c #Conflicts:    1958000 | #Constraints:     212578
2264.01/2279.53	c #Conflicts:    1959000 | #Constraints:     213578
2264.01/2279.53	c #Conflicts:    1960000 | #Constraints:     214578
2264.01/2279.53	c #Conflicts:    1961000 | #Constraints:     215578
2264.01/2279.53	c #Conflicts:    1962000 | #Constraints:     216578
2264.01/2279.53	c #Conflicts:    1963000 | #Constraints:     217578
2264.01/2279.53	c #Conflicts:    1964000 | #Constraints:     218578
2264.01/2279.53	c #Conflicts:    1965000 | #Constraints:     219578
2264.01/2279.53	c #Conflicts:    1966000 | #Constraints:     220578
2264.01/2279.53	c #Conflicts:    1967000 | #Constraints:     221578
2264.01/2279.53	c #Conflicts:    1968000 | #Constraints:     222578
2264.01/2279.53	c #Conflicts:    1969000 | #Constraints:     223578
2264.01/2279.53	c #Conflicts:    1970000 | #Constraints:     224578
2264.01/2279.53	c #Conflicts:    1971000 | #Constraints:     225578
2264.01/2279.53	c #Conflicts:    1972000 | #Constraints:     226578
2264.01/2279.53	c #Conflicts:    1973000 | #Constraints:     227578
2264.01/2279.53	c #Conflicts:    1974000 | #Constraints:     228578
2264.01/2279.53	c #Conflicts:    1975000 | #Constraints:     229578
2264.01/2279.53	c #Conflicts:    1976000 | #Constraints:     230578
2264.01/2279.53	c #Conflicts:    1977000 | #Constraints:     231578
2264.01/2279.53	c #Conflicts:    1978000 | #Constraints:     232578
2264.01/2279.53	c #Conflicts:    1979000 | #Constraints:     233578
2264.01/2279.53	c #Conflicts:    1980000 | #Constraints:     234578
2264.01/2279.53	c #Conflicts:    1981000 | #Constraints:     235578
2264.01/2279.53	c #Conflicts:    1982000 | #Constraints:     236578
2264.01/2279.53	c #Conflicts:    1983000 | #Constraints:     237578
2264.01/2279.53	c #Conflicts:    1984000 | #Constraints:     238578
2264.01/2279.53	c #Conflicts:    1985000 | #Constraints:     239578
2264.01/2279.53	c #Conflicts:    1986000 | #Constraints:     240578
2264.01/2279.53	c #Conflicts:    1987000 | #Constraints:     241578
2264.01/2279.53	c bounds -47 >= -355 @ 2244.5
2287.36/2302.96	c #Conflicts:    1988000 | #Constraints:     242605
2287.36/2302.96	c #Conflicts:    1989000 | #Constraints:     243605
2287.36/2302.96	c #Conflicts:    1990000 | #Constraints:     244605
2287.36/2302.96	c #Conflicts:    1991000 | #Constraints:     245605
2287.36/2302.96	c #Conflicts:    1992000 | #Constraints:     246605
2287.36/2302.96	c #Conflicts:    1993000 | #Constraints:     247605
2287.36/2302.96	c #Conflicts:    1994000 | #Constraints:     248605
2287.36/2302.96	c #Conflicts:    1995000 | #Constraints:     249605
2287.36/2302.96	c #Conflicts:    1996000 | #Constraints:     250605
2287.36/2302.96	c #Conflicts:    1997000 | #Constraints:     251605
2287.36/2302.96	c #Conflicts:    1998000 | #Constraints:     252605
2287.36/2302.96	c #Conflicts:    1999000 | #Constraints:     253605
2287.36/2302.96	c INPROCESSING
2287.36/2302.96	c GARBAGE COLLECT
2287.36/2302.96	c rational objective -355
2328.41/2344.33	c #Conflicts:    2000000 | #Constraints:     184135
2328.41/2344.33	c #Conflicts:    2001000 | #Constraints:     185135
2328.41/2344.33	c #Conflicts:    2002000 | #Constraints:     186135
2328.41/2344.33	c #Conflicts:    2003000 | #Constraints:     187135
2328.41/2344.33	c #Conflicts:    2004000 | #Constraints:     188135
2328.41/2344.33	c #Conflicts:    2005000 | #Constraints:     189135
2328.41/2344.33	c #Conflicts:    2006000 | #Constraints:     190135
2328.41/2344.33	c #Conflicts:    2007000 | #Constraints:     191135
2328.41/2344.33	c #Conflicts:    2008000 | #Constraints:     192135
2328.41/2344.33	c #Conflicts:    2009000 | #Constraints:     193135
2328.41/2344.33	c #Conflicts:    2010000 | #Constraints:     194135
2328.41/2344.33	c #Conflicts:    2011000 | #Constraints:     195135
2328.41/2344.33	c #Conflicts:    2012000 | #Constraints:     196135
2328.41/2344.33	c #Conflicts:    2013000 | #Constraints:     197135
2328.41/2344.33	c #Conflicts:    2014000 | #Constraints:     198135
2328.41/2344.33	c #Conflicts:    2015000 | #Constraints:     199135
2328.41/2344.33	c #Conflicts:    2016000 | #Constraints:     200135
2328.41/2344.33	c #Conflicts:    2017000 | #Constraints:     201135
2328.41/2344.33	c #Conflicts:    2018000 | #Constraints:     202135
2328.41/2344.33	c #Conflicts:    2019000 | #Constraints:     203135
2328.41/2344.33	c #Conflicts:    2020000 | #Constraints:     204135
2328.41/2344.33	c #Conflicts:    2021000 | #Constraints:     205135
2328.41/2344.33	c #Conflicts:    2022000 | #Constraints:     206135
2328.41/2344.33	c #Conflicts:    2023000 | #Constraints:     207135
2328.41/2344.33	c #Conflicts:    2024000 | #Constraints:     208135
2328.41/2344.33	c #Conflicts:    2025000 | #Constraints:     209135
2328.41/2344.33	c #Conflicts:    2026000 | #Constraints:     210135
2328.41/2344.33	c #Conflicts:    2027000 | #Constraints:     211135
2328.41/2344.33	c #Conflicts:    2028000 | #Constraints:     212135
2328.41/2344.33	c #Conflicts:    2029000 | #Constraints:     213135
2328.41/2344.33	c #Conflicts:    2030000 | #Constraints:     214135
2328.41/2344.33	c bounds -47 >= -354 @ 2308.45
2336.39/2352.33	c #Conflicts:    2031000 | #Constraints:     215159
2336.39/2352.33	c #Conflicts:    2032000 | #Constraints:     216159
2336.39/2352.33	c #Conflicts:    2033000 | #Constraints:     217159
2336.39/2352.33	c #Conflicts:    2034000 | #Constraints:     218159
2336.39/2352.33	c #Conflicts:    2035000 | #Constraints:     219159
2336.39/2352.33	c INPROCESSING
2336.39/2352.33	c GARBAGE COLLECT
2336.39/2352.33	c rational objective -354
2381.30/2397.60	c #Conflicts:    2036000 | #Constraints:     167462
2381.30/2397.60	c #Conflicts:    2037000 | #Constraints:     168462
2381.30/2397.60	c #Conflicts:    2038000 | #Constraints:     169462
2381.30/2397.60	c #Conflicts:    2039000 | #Constraints:     170462
2381.30/2397.60	c #Conflicts:    2040000 | #Constraints:     171462
2381.30/2397.60	c #Conflicts:    2041000 | #Constraints:     172462
2381.30/2397.60	c #Conflicts:    2042000 | #Constraints:     173462
2381.30/2397.60	c #Conflicts:    2043000 | #Constraints:     174462
2381.30/2397.60	c #Conflicts:    2044000 | #Constraints:     175462
2381.30/2397.60	c #Conflicts:    2045000 | #Constraints:     176462
2381.30/2397.60	c #Conflicts:    2046000 | #Constraints:     177462
2381.30/2397.60	c #Conflicts:    2047000 | #Constraints:     178462
2381.30/2397.60	c #Conflicts:    2048000 | #Constraints:     179462
2381.30/2397.60	c #Conflicts:    2049000 | #Constraints:     180462
2381.30/2397.60	c #Conflicts:    2050000 | #Constraints:     181462
2381.30/2397.60	c #Conflicts:    2051000 | #Constraints:     182462
2381.30/2397.60	c #Conflicts:    2052000 | #Constraints:     183462
2381.30/2397.60	c #Conflicts:    2053000 | #Constraints:     184462
2381.30/2397.60	c #Conflicts:    2054000 | #Constraints:     185462
2381.30/2397.60	c #Conflicts:    2055000 | #Constraints:     186462
2381.30/2397.60	c #Conflicts:    2056000 | #Constraints:     187462
2381.30/2397.60	c #Conflicts:    2057000 | #Constraints:     188462
2381.30/2397.60	c #Conflicts:    2058000 | #Constraints:     189462
2381.30/2397.60	c #Conflicts:    2059000 | #Constraints:     190462
2381.30/2397.60	c #Conflicts:    2060000 | #Constraints:     191462
2381.30/2397.60	c #Conflicts:    2061000 | #Constraints:     192462
2381.30/2397.60	c #Conflicts:    2062000 | #Constraints:     193462
2381.30/2397.60	c #Conflicts:    2063000 | #Constraints:     194462
2381.30/2397.60	c #Conflicts:    2064000 | #Constraints:     195462
2381.30/2397.60	c #Conflicts:    2065000 | #Constraints:     196462
2381.30/2397.60	c #Conflicts:    2066000 | #Constraints:     197462
2381.30/2397.60	c #Conflicts:    2067000 | #Constraints:     198462
2381.30/2397.60	c #Conflicts:    2068000 | #Constraints:     199462
2381.30/2397.60	c #Conflicts:    2069000 | #Constraints:     200462
2381.30/2397.60	c #Conflicts:    2070000 | #Constraints:     201462
2381.30/2397.60	c #Conflicts:    2071000 | #Constraints:     202462
2381.30/2397.60	c #Conflicts:    2072000 | #Constraints:     203462
2381.30/2397.60	c INPROCESSING
2381.30/2397.60	c GARBAGE COLLECT
2381.30/2397.60	c rational objective -354
2391.87/2408.27	c #Conflicts:    2073000 | #Constraints:     159771
2391.87/2408.27	c #Conflicts:    2074000 | #Constraints:     160771
2391.87/2408.27	c #Conflicts:    2075000 | #Constraints:     161771
2391.87/2408.27	c #Conflicts:    2076000 | #Constraints:     162771
2391.87/2408.27	c #Conflicts:    2077000 | #Constraints:     163771
2391.87/2408.27	c #Conflicts:    2078000 | #Constraints:     164771
2391.87/2408.27	c #Conflicts:    2079000 | #Constraints:     165771
2391.87/2408.27	c #Conflicts:    2080000 | #Constraints:     166771
2391.87/2408.27	c #Conflicts:    2081000 | #Constraints:     167771
2391.87/2408.27	c #Conflicts:    2082000 | #Constraints:     168771
2391.87/2408.27	c #Conflicts:    2083000 | #Constraints:     169771
2391.87/2408.27	c bounds -47 >= -353 @ 2371.46
2427.78/2444.26	c #Conflicts:    2084000 | #Constraints:     170837
2427.78/2444.26	c #Conflicts:    2085000 | #Constraints:     171837
2427.78/2444.26	c #Conflicts:    2086000 | #Constraints:     172837
2427.78/2444.26	c #Conflicts:    2087000 | #Constraints:     173837
2427.78/2444.26	c #Conflicts:    2088000 | #Constraints:     174837
2427.78/2444.26	c #Conflicts:    2089000 | #Constraints:     175837
2427.78/2444.26	c #Conflicts:    2090000 | #Constraints:     176837
2427.78/2444.26	c #Conflicts:    2091000 | #Constraints:     177837
2427.78/2444.26	c #Conflicts:    2092000 | #Constraints:     178837
2427.78/2444.26	c #Conflicts:    2093000 | #Constraints:     179837
2427.78/2444.26	c #Conflicts:    2094000 | #Constraints:     180837
2427.78/2444.26	c #Conflicts:    2095000 | #Constraints:     181837
2427.78/2444.26	c #Conflicts:    2096000 | #Constraints:     182837
2427.78/2444.26	c #Conflicts:    2097000 | #Constraints:     183837
2427.78/2444.26	c #Conflicts:    2098000 | #Constraints:     184837
2427.78/2444.26	c #Conflicts:    2099000 | #Constraints:     185837
2427.78/2444.26	c #Conflicts:    2100000 | #Constraints:     186837
2427.78/2444.26	c #Conflicts:    2101000 | #Constraints:     187837
2427.78/2444.26	c #Conflicts:    2102000 | #Constraints:     188837
2427.78/2444.26	c #Conflicts:    2103000 | #Constraints:     189837
2427.78/2444.26	c #Conflicts:    2104000 | #Constraints:     190837
2427.78/2444.26	c #Conflicts:    2105000 | #Constraints:     191837
2427.78/2444.26	c #Conflicts:    2106000 | #Constraints:     192837
2427.78/2444.26	c #Conflicts:    2107000 | #Constraints:     193837
2427.78/2444.26	c #Conflicts:    2108000 | #Constraints:     194837
2427.78/2444.26	c #Conflicts:    2109000 | #Constraints:     195837
2427.78/2444.26	c #Conflicts:    2110000 | #Constraints:     196837
2427.78/2444.26	c #Conflicts:    2111000 | #Constraints:     197837
2427.78/2444.26	c #Conflicts:    2112000 | #Constraints:     198837
2427.78/2444.26	c #Conflicts:    2113000 | #Constraints:     199837
2427.78/2444.26	c bounds -47 >= -352 @ 2407.08
2476.57/2493.17	c #Conflicts:    2114000 | #Constraints:     200864
2476.57/2493.17	c #Conflicts:    2115000 | #Constraints:     201864
2476.57/2493.17	c #Conflicts:    2116000 | #Constraints:     202864
2476.57/2493.17	c #Conflicts:    2117000 | #Constraints:     203864
2476.57/2493.17	c #Conflicts:    2118000 | #Constraints:     204864
2476.57/2493.17	c #Conflicts:    2119000 | #Constraints:     205864
2476.57/2493.17	c #Conflicts:    2120000 | #Constraints:     206864
2476.57/2493.17	c #Conflicts:    2121000 | #Constraints:     207864
2476.57/2493.17	c #Conflicts:    2122000 | #Constraints:     208864
2476.57/2493.17	c #Conflicts:    2123000 | #Constraints:     209864
2476.57/2493.17	c #Conflicts:    2124000 | #Constraints:     210864
2476.57/2493.17	c #Conflicts:    2125000 | #Constraints:     211864
2476.57/2493.17	c #Conflicts:    2126000 | #Constraints:     212864
2476.57/2493.17	c #Conflicts:    2127000 | #Constraints:     213864
2476.57/2493.17	c #Conflicts:    2128000 | #Constraints:     214864
2476.57/2493.17	c #Conflicts:    2129000 | #Constraints:     215864
2476.57/2493.17	c #Conflicts:    2130000 | #Constraints:     216864
2476.57/2493.17	c #Conflicts:    2131000 | #Constraints:     217864
2476.57/2493.17	c #Conflicts:    2132000 | #Constraints:     218864
2476.57/2493.17	c #Conflicts:    2133000 | #Constraints:     219864
2476.57/2493.17	c #Conflicts:    2134000 | #Constraints:     220864
2476.57/2493.17	c #Conflicts:    2135000 | #Constraints:     221864
2476.57/2493.17	c #Conflicts:    2136000 | #Constraints:     222864
2476.57/2493.17	c #Conflicts:    2137000 | #Constraints:     223864
2476.57/2493.17	c #Conflicts:    2138000 | #Constraints:     224864
2476.57/2493.17	c #Conflicts:    2139000 | #Constraints:     225864
2476.57/2493.17	c #Conflicts:    2140000 | #Constraints:     226864
2476.57/2493.17	c #Conflicts:    2141000 | #Constraints:     227864
2476.57/2493.17	c #Conflicts:    2142000 | #Constraints:     228864
2476.57/2493.17	c #Conflicts:    2143000 | #Constraints:     229864
2476.57/2493.17	c #Conflicts:    2144000 | #Constraints:     230864
2476.57/2493.17	c bounds -47 >= -351 @ 2455.56
2527.16/2543.90	c #Conflicts:    2145000 | #Constraints:     231888
2527.16/2543.90	c #Conflicts:    2146000 | #Constraints:     232888
2527.16/2543.90	c #Conflicts:    2147000 | #Constraints:     233888
2527.16/2543.90	c #Conflicts:    2148000 | #Constraints:     234888
2527.16/2543.90	c #Conflicts:    2149000 | #Constraints:     235888
2527.16/2543.90	c #Conflicts:    2150000 | #Constraints:     236888
2527.16/2543.90	c #Conflicts:    2151000 | #Constraints:     237888
2527.16/2543.90	c #Conflicts:    2152000 | #Constraints:     238888
2527.16/2543.90	c #Conflicts:    2153000 | #Constraints:     239888
2527.16/2543.90	c #Conflicts:    2154000 | #Constraints:     240888
2527.16/2543.90	c #Conflicts:    2155000 | #Constraints:     241888
2527.16/2543.90	c #Conflicts:    2156000 | #Constraints:     242888
2527.16/2543.90	c #Conflicts:    2157000 | #Constraints:     243888
2527.16/2543.90	c #Conflicts:    2158000 | #Constraints:     244888
2527.16/2543.90	c #Conflicts:    2159000 | #Constraints:     245888
2527.16/2543.90	c #Conflicts:    2160000 | #Constraints:     246888
2527.16/2543.90	c #Conflicts:    2161000 | #Constraints:     247888
2527.16/2543.90	c #Conflicts:    2162000 | #Constraints:     248888
2527.16/2543.90	c #Conflicts:    2163000 | #Constraints:     249888
2527.16/2543.90	c #Conflicts:    2164000 | #Constraints:     250888
2527.16/2543.90	c #Conflicts:    2165000 | #Constraints:     251888
2527.16/2543.90	c #Conflicts:    2166000 | #Constraints:     252888
2527.16/2543.90	c #Conflicts:    2167000 | #Constraints:     253888
2527.16/2543.90	c #Conflicts:    2168000 | #Constraints:     254888
2527.16/2543.90	c #Conflicts:    2169000 | #Constraints:     255888
2527.16/2543.90	c #Conflicts:    2170000 | #Constraints:     256888
2527.16/2543.90	c #Conflicts:    2171000 | #Constraints:     257888
2527.16/2543.90	c #Conflicts:    2172000 | #Constraints:     258888
2527.16/2543.90	c INPROCESSING
2527.16/2543.90	c GARBAGE COLLECT
2527.16/2543.90	c rational objective -351
2623.50/2640.77	c #Conflicts:    2173000 | #Constraints:     187280
2623.50/2640.77	c #Conflicts:    2174000 | #Constraints:     188280
2623.50/2640.77	c #Conflicts:    2175000 | #Constraints:     189280
2623.50/2640.77	c #Conflicts:    2176000 | #Constraints:     190304
2623.50/2640.77	c #Conflicts:    2177000 | #Constraints:     191340
2623.50/2640.77	c #Conflicts:    2178000 | #Constraints:     192389
2623.50/2640.77	c #Conflicts:    2179000 | #Constraints:     193430
2623.50/2640.77	c #Conflicts:    2180000 | #Constraints:     194479
2623.50/2640.77	c #Conflicts:    2181000 | #Constraints:     195520
2623.50/2640.77	c #Conflicts:    2182000 | #Constraints:     196564
2623.50/2640.77	c #Conflicts:    2183000 | #Constraints:     197607
2623.50/2640.77	c #Conflicts:    2184000 | #Constraints:     198649
2623.50/2640.77	c #Conflicts:    2185000 | #Constraints:     199686
2623.50/2640.77	c #Conflicts:    2186000 | #Constraints:     200721
2623.50/2640.77	c #Conflicts:    2187000 | #Constraints:     201760
2623.50/2640.77	c #Conflicts:    2188000 | #Constraints:     202803
2623.50/2640.77	c #Conflicts:    2189000 | #Constraints:     203847
2623.50/2640.77	c #Conflicts:    2190000 | #Constraints:     204898
2623.50/2640.77	c #Conflicts:    2191000 | #Constraints:     205939
2623.50/2640.77	c #Conflicts:    2192000 | #Constraints:     206979
2623.50/2640.77	c #Conflicts:    2193000 | #Constraints:     208017
2623.50/2640.77	c #Conflicts:    2194000 | #Constraints:     209057
2623.50/2640.77	c #Conflicts:    2195000 | #Constraints:     210086
2623.50/2640.77	c #Conflicts:    2196000 | #Constraints:     211130
2623.50/2640.77	c #Conflicts:    2197000 | #Constraints:     212178
2623.50/2640.77	c #Conflicts:    2198000 | #Constraints:     213217
2623.50/2640.77	c #Conflicts:    2199000 | #Constraints:     214261
2623.50/2640.77	c #Conflicts:    2200000 | #Constraints:     215296
2623.50/2640.77	c #Conflicts:    2201000 | #Constraints:     216349
2623.50/2640.77	c #Conflicts:    2202000 | #Constraints:     217392
2623.50/2640.77	c #Conflicts:    2203000 | #Constraints:     218440
2623.50/2640.77	c #Conflicts:    2204000 | #Constraints:     219493
2623.50/2640.77	c #Conflicts:    2205000 | #Constraints:     220538
2623.50/2640.77	c #Conflicts:    2206000 | #Constraints:     221567
2623.50/2640.77	c #Conflicts:    2207000 | #Constraints:     222612
2623.50/2640.77	c #Conflicts:    2208000 | #Constraints:     223636
2623.50/2640.77	c #Conflicts:    2209000 | #Constraints:     224671
2623.50/2640.77	c #Conflicts:    2210000 | #Constraints:     225708
2623.50/2640.77	c INPROCESSING
2623.50/2640.77	c GARBAGE COLLECT
2623.50/2640.77	c rational objective -351
2656.92/2674.26	c #Conflicts:    2211000 | #Constraints:     170851
2656.92/2674.26	c #Conflicts:    2212000 | #Constraints:     171851
2656.92/2674.26	c #Conflicts:    2213000 | #Constraints:     172851
2656.92/2674.26	c #Conflicts:    2214000 | #Constraints:     173851
2656.92/2674.26	c #Conflicts:    2215000 | #Constraints:     174851
2656.92/2674.26	c #Conflicts:    2216000 | #Constraints:     175851
2656.92/2674.26	c #Conflicts:    2217000 | #Constraints:     176851
2656.92/2674.26	c #Conflicts:    2218000 | #Constraints:     177851
2656.92/2674.26	c #Conflicts:    2219000 | #Constraints:     178851
2656.92/2674.26	c #Conflicts:    2220000 | #Constraints:     179851
2656.92/2674.26	c #Conflicts:    2221000 | #Constraints:     180851
2656.92/2674.26	c #Conflicts:    2222000 | #Constraints:     181851
2656.92/2674.26	c #Conflicts:    2223000 | #Constraints:     182851
2656.92/2674.26	c #Conflicts:    2224000 | #Constraints:     183851
2656.92/2674.26	c #Conflicts:    2225000 | #Constraints:     184851
2656.92/2674.26	c #Conflicts:    2226000 | #Constraints:     185851
2656.92/2674.26	c #Conflicts:    2227000 | #Constraints:     186851
2656.92/2674.26	c #Conflicts:    2228000 | #Constraints:     187851
2656.92/2674.26	c #Conflicts:    2229000 | #Constraints:     188851
2656.92/2674.26	c #Conflicts:    2230000 | #Constraints:     189851
2656.92/2674.26	c #Conflicts:    2231000 | #Constraints:     190851
2656.92/2674.26	c #Conflicts:    2232000 | #Constraints:     191851
2656.92/2674.26	c #Conflicts:    2233000 | #Constraints:     192851
2656.92/2674.26	c #Conflicts:    2234000 | #Constraints:     193851
2656.92/2674.26	c #Conflicts:    2235000 | #Constraints:     194851
2656.92/2674.26	c #Conflicts:    2236000 | #Constraints:     195851
2656.92/2674.26	c #Conflicts:    2237000 | #Constraints:     196851
2656.92/2674.26	c #Conflicts:    2238000 | #Constraints:     197851
2656.92/2674.26	c #Conflicts:    2239000 | #Constraints:     198851
2656.92/2674.26	c #Conflicts:    2240000 | #Constraints:     199851
2656.92/2674.26	c bounds -47 >= -350 @ 2635
2666.55/2684.10	c #Conflicts:    2241000 | #Constraints:     200878
2666.55/2684.10	c #Conflicts:    2242000 | #Constraints:     201878
2666.55/2684.10	c #Conflicts:    2243000 | #Constraints:     202878
2666.55/2684.10	c #Conflicts:    2244000 | #Constraints:     203878
2666.55/2684.10	c #Conflicts:    2245000 | #Constraints:     204878
2666.55/2684.10	c #Conflicts:    2246000 | #Constraints:     205878
2666.55/2684.10	c #Conflicts:    2247000 | #Constraints:     206878
2666.55/2684.10	c #Conflicts:    2248000 | #Constraints:     207878
2666.55/2684.10	c INPROCESSING
2666.55/2684.10	c GARBAGE COLLECT
2666.55/2684.10	c rational objective -350
2713.61/2731.35	c #Conflicts:    2249000 | #Constraints:     161834
2713.61/2731.35	c #Conflicts:    2250000 | #Constraints:     162834
2713.61/2731.35	c #Conflicts:    2251000 | #Constraints:     163834
2713.61/2731.35	c #Conflicts:    2252000 | #Constraints:     164834
2713.61/2731.35	c #Conflicts:    2253000 | #Constraints:     165834
2713.61/2731.35	c #Conflicts:    2254000 | #Constraints:     166834
2713.61/2731.35	c #Conflicts:    2255000 | #Constraints:     167834
2713.61/2731.35	c #Conflicts:    2256000 | #Constraints:     168834
2713.61/2731.35	c #Conflicts:    2257000 | #Constraints:     169834
2713.61/2731.35	c #Conflicts:    2258000 | #Constraints:     170834
2713.61/2731.35	c #Conflicts:    2259000 | #Constraints:     171834
2713.61/2731.35	c #Conflicts:    2260000 | #Constraints:     172834
2713.61/2731.35	c #Conflicts:    2261000 | #Constraints:     173834
2713.61/2731.35	c #Conflicts:    2262000 | #Constraints:     174834
2713.61/2731.35	c #Conflicts:    2263000 | #Constraints:     175834
2713.61/2731.35	c #Conflicts:    2264000 | #Constraints:     176834
2713.61/2731.35	c #Conflicts:    2265000 | #Constraints:     177834
2713.61/2731.35	c #Conflicts:    2266000 | #Constraints:     178834
2713.61/2731.35	c #Conflicts:    2267000 | #Constraints:     179834
2713.61/2731.35	c #Conflicts:    2268000 | #Constraints:     180834
2713.61/2731.35	c #Conflicts:    2269000 | #Constraints:     181834
2713.61/2731.35	c #Conflicts:    2270000 | #Constraints:     182834
2713.61/2731.35	c #Conflicts:    2271000 | #Constraints:     183834
2713.61/2731.35	c #Conflicts:    2272000 | #Constraints:     184834
2713.61/2731.35	c #Conflicts:    2273000 | #Constraints:     185834
2713.61/2731.35	c #Conflicts:    2274000 | #Constraints:     186834
2713.61/2731.35	c #Conflicts:    2275000 | #Constraints:     187834
2713.61/2731.35	c #Conflicts:    2276000 | #Constraints:     188834
2713.61/2731.35	c #Conflicts:    2277000 | #Constraints:     189834
2713.61/2731.35	c #Conflicts:    2278000 | #Constraints:     190834
2713.61/2731.35	c #Conflicts:    2279000 | #Constraints:     191834
2713.61/2731.35	c #Conflicts:    2280000 | #Constraints:     192834
2713.61/2731.35	c #Conflicts:    2281000 | #Constraints:     193834
2713.61/2731.35	c #Conflicts:    2282000 | #Constraints:     194834
2713.61/2731.35	c #Conflicts:    2283000 | #Constraints:     195834
2713.61/2731.35	c #Conflicts:    2284000 | #Constraints:     196834
2713.61/2731.35	c #Conflicts:    2285000 | #Constraints:     197834
2713.61/2731.35	c #Conflicts:    2286000 | #Constraints:     198834
2713.61/2731.35	c #Conflicts:    2287000 | #Constraints:     199834
2713.61/2731.35	c #Conflicts:    2288000 | #Constraints:     200834
2713.61/2731.35	c #Conflicts:    2289000 | #Constraints:     201834
2713.61/2731.35	c #Conflicts:    2290000 | #Constraints:     202834
2713.61/2731.35	c #Conflicts:    2291000 | #Constraints:     203834
2713.61/2731.35	c #Conflicts:    2292000 | #Constraints:     204834
2713.61/2731.35	c #Conflicts:    2293000 | #Constraints:     205834
2713.61/2731.35	c bounds -47 >= -349 @ 2691.2
2761.86/2779.99	c #Conflicts:    2294000 | #Constraints:     206903
2761.86/2779.99	c #Conflicts:    2295000 | #Constraints:     207903
2761.86/2779.99	c #Conflicts:    2296000 | #Constraints:     208903
2761.86/2779.99	c #Conflicts:    2297000 | #Constraints:     209903
2761.86/2779.99	c #Conflicts:    2298000 | #Constraints:     210903
2761.86/2779.99	c #Conflicts:    2299000 | #Constraints:     211903
2761.86/2779.99	c #Conflicts:    2300000 | #Constraints:     212903
2761.86/2779.99	c #Conflicts:    2301000 | #Constraints:     213903
2761.86/2779.99	c #Conflicts:    2302000 | #Constraints:     214903
2761.86/2779.99	c #Conflicts:    2303000 | #Constraints:     215903
2761.86/2779.99	c #Conflicts:    2304000 | #Constraints:     216903
2761.86/2779.99	c #Conflicts:    2305000 | #Constraints:     217903
2761.86/2779.99	c #Conflicts:    2306000 | #Constraints:     218903
2761.86/2779.99	c #Conflicts:    2307000 | #Constraints:     219903
2761.86/2779.99	c #Conflicts:    2308000 | #Constraints:     220903
2761.86/2779.99	c #Conflicts:    2309000 | #Constraints:     221903
2761.86/2779.99	c #Conflicts:    2310000 | #Constraints:     222903
2761.86/2779.99	c #Conflicts:    2311000 | #Constraints:     223903
2761.86/2779.99	c #Conflicts:    2312000 | #Constraints:     224903
2761.86/2779.99	c #Conflicts:    2313000 | #Constraints:     225903
2761.86/2779.99	c #Conflicts:    2314000 | #Constraints:     226903
2761.86/2779.99	c #Conflicts:    2315000 | #Constraints:     227903
2761.86/2779.99	c #Conflicts:    2316000 | #Constraints:     228903
2761.86/2779.99	c #Conflicts:    2317000 | #Constraints:     229903
2761.86/2779.99	c #Conflicts:    2318000 | #Constraints:     230903
2761.86/2779.99	c #Conflicts:    2319000 | #Constraints:     231903
2761.86/2779.99	c #Conflicts:    2320000 | #Constraints:     232903
2761.86/2779.99	c #Conflicts:    2321000 | #Constraints:     233903
2761.86/2779.99	c #Conflicts:    2322000 | #Constraints:     234903
2761.86/2779.99	c #Conflicts:    2323000 | #Constraints:     235903
2761.86/2779.99	c #Conflicts:    2324000 | #Constraints:     236903
2761.86/2779.99	c #Conflicts:    2325000 | #Constraints:     237903
2761.86/2779.99	c #Conflicts:    2326000 | #Constraints:     238903
2761.86/2779.99	c #Conflicts:    2327000 | #Constraints:     239903
2761.86/2779.99	c bounds -47 >= -348 @ 2739.18
2805.04/2823.39	c #Conflicts:    2328000 | #Constraints:     240930
2805.04/2823.39	c #Conflicts:    2329000 | #Constraints:     241930
2805.04/2823.39	c #Conflicts:    2330000 | #Constraints:     242930
2805.04/2823.39	c #Conflicts:    2331000 | #Constraints:     243930
2805.04/2823.39	c #Conflicts:    2332000 | #Constraints:     244930
2805.04/2823.39	c #Conflicts:    2333000 | #Constraints:     245930
2805.04/2823.39	c #Conflicts:    2334000 | #Constraints:     246930
2805.04/2823.39	c #Conflicts:    2335000 | #Constraints:     247930
2805.04/2823.39	c #Conflicts:    2336000 | #Constraints:     248930
2805.04/2823.39	c #Conflicts:    2337000 | #Constraints:     249930
2805.04/2823.39	c #Conflicts:    2338000 | #Constraints:     250930
2805.04/2823.39	c #Conflicts:    2339000 | #Constraints:     251930
2805.04/2823.39	c #Conflicts:    2340000 | #Constraints:     252930
2805.04/2823.39	c #Conflicts:    2341000 | #Constraints:     253930
2805.04/2823.39	c #Conflicts:    2342000 | #Constraints:     254930
2805.04/2823.39	c #Conflicts:    2343000 | #Constraints:     255930
2805.04/2823.39	c #Conflicts:    2344000 | #Constraints:     256930
2805.04/2823.39	c #Conflicts:    2345000 | #Constraints:     257930
2805.04/2823.39	c #Conflicts:    2346000 | #Constraints:     258930
2805.04/2823.39	c #Conflicts:    2347000 | #Constraints:     259930
2805.04/2823.39	c #Conflicts:    2348000 | #Constraints:     260930
2805.04/2823.39	c #Conflicts:    2349000 | #Constraints:     261930
2805.04/2823.39	c #Conflicts:    2350000 | #Constraints:     262930
2805.04/2823.39	c #Conflicts:    2351000 | #Constraints:     263930
2805.04/2823.39	c #Conflicts:    2352000 | #Constraints:     264930
2805.04/2823.39	c #Conflicts:    2353000 | #Constraints:     265930
2805.04/2823.39	c INPROCESSING
2805.04/2823.39	c GARBAGE COLLECT
2805.04/2823.39	c rational objective -348
2813.87/2832.30	c #Conflicts:    2354000 | #Constraints:     190763
2813.87/2832.30	c #Conflicts:    2355000 | #Constraints:     191763
2813.87/2832.30	c #Conflicts:    2356000 | #Constraints:     192763
2813.87/2832.30	c #Conflicts:    2357000 | #Constraints:     193763
2813.87/2832.30	c #Conflicts:    2358000 | #Constraints:     194763
2813.87/2832.30	c #Conflicts:    2359000 | #Constraints:     195763
2813.87/2832.30	c #Conflicts:    2360000 | #Constraints:     196763
2813.87/2832.30	c bounds -47 >= -347 @ 2790.73
2850.26/2868.90	c #Conflicts:    2361000 | #Constraints:     197805
2850.26/2868.90	c #Conflicts:    2362000 | #Constraints:     198805
2850.26/2868.90	c #Conflicts:    2363000 | #Constraints:     199805
2850.26/2868.90	c #Conflicts:    2364000 | #Constraints:     200805
2850.26/2868.90	c #Conflicts:    2365000 | #Constraints:     201805
2850.26/2868.90	c #Conflicts:    2366000 | #Constraints:     202805
2850.26/2868.90	c #Conflicts:    2367000 | #Constraints:     203805
2850.26/2868.90	c #Conflicts:    2368000 | #Constraints:     204805
2850.26/2868.90	c #Conflicts:    2369000 | #Constraints:     205805
2850.26/2868.90	c #Conflicts:    2370000 | #Constraints:     206805
2850.26/2868.90	c #Conflicts:    2371000 | #Constraints:     207805
2850.26/2868.90	c #Conflicts:    2372000 | #Constraints:     208805
2850.26/2868.90	c #Conflicts:    2373000 | #Constraints:     209805
2850.26/2868.90	c #Conflicts:    2374000 | #Constraints:     210805
2850.26/2868.90	c #Conflicts:    2375000 | #Constraints:     211805
2850.26/2868.90	c #Conflicts:    2376000 | #Constraints:     212805
2850.26/2868.90	c #Conflicts:    2377000 | #Constraints:     213805
2850.26/2868.90	c #Conflicts:    2378000 | #Constraints:     214805
2850.26/2868.90	c #Conflicts:    2379000 | #Constraints:     215805
2850.26/2868.90	c #Conflicts:    2380000 | #Constraints:     216805
2850.26/2868.90	c #Conflicts:    2381000 | #Constraints:     217805
2850.26/2868.90	c #Conflicts:    2382000 | #Constraints:     218805
2850.26/2868.90	c #Conflicts:    2383000 | #Constraints:     219805
2850.26/2868.90	c #Conflicts:    2384000 | #Constraints:     220805
2850.26/2868.90	c #Conflicts:    2385000 | #Constraints:     221805
2850.26/2868.90	c #Conflicts:    2386000 | #Constraints:     222805
2850.26/2868.90	c #Conflicts:    2387000 | #Constraints:     223805
2850.26/2868.90	c #Conflicts:    2388000 | #Constraints:     224805
2850.26/2868.90	c #Conflicts:    2389000 | #Constraints:     225805
2850.26/2868.90	c #Conflicts:    2390000 | #Constraints:     226805
2850.26/2868.90	c #Conflicts:    2391000 | #Constraints:     227805
2850.26/2868.90	c #Conflicts:    2392000 | #Constraints:     228805
2850.26/2868.90	c INPROCESSING
2850.26/2868.90	c GARBAGE COLLECT
2850.26/2868.90	c rational objective -347
2875.78/2894.54	c #Conflicts:    2393000 | #Constraints:     172460
2875.78/2894.54	c #Conflicts:    2394000 | #Constraints:     173460
2875.78/2894.54	c #Conflicts:    2395000 | #Constraints:     174460
2875.78/2894.54	c #Conflicts:    2396000 | #Constraints:     175460
2875.78/2894.54	c #Conflicts:    2397000 | #Constraints:     176460
2875.78/2894.54	c #Conflicts:    2398000 | #Constraints:     177460
2875.78/2894.54	c #Conflicts:    2399000 | #Constraints:     178460
2875.78/2894.54	c #Conflicts:    2400000 | #Constraints:     179460
2875.78/2894.54	c #Conflicts:    2401000 | #Constraints:     180460
2875.78/2894.54	c #Conflicts:    2402000 | #Constraints:     181460
2875.78/2894.54	c #Conflicts:    2403000 | #Constraints:     182460
2875.78/2894.54	c #Conflicts:    2404000 | #Constraints:     183460
2875.78/2894.54	c #Conflicts:    2405000 | #Constraints:     184460
2875.78/2894.54	c #Conflicts:    2406000 | #Constraints:     185460
2875.78/2894.54	c #Conflicts:    2407000 | #Constraints:     186460
2875.78/2894.54	c #Conflicts:    2408000 | #Constraints:     187460
2875.78/2894.54	c #Conflicts:    2409000 | #Constraints:     188460
2875.78/2894.54	c #Conflicts:    2410000 | #Constraints:     189460
2875.78/2894.54	c #Conflicts:    2411000 | #Constraints:     190460
2875.78/2894.54	c #Conflicts:    2412000 | #Constraints:     191460
2875.78/2894.54	c #Conflicts:    2413000 | #Constraints:     192460
2875.78/2894.54	c #Conflicts:    2414000 | #Constraints:     193460
2875.78/2894.54	c #Conflicts:    2415000 | #Constraints:     194460
2875.78/2894.54	c #Conflicts:    2416000 | #Constraints:     195460
2875.78/2894.54	c bounds -47 >= -346 @ 2852.18
2893.44/2912.25	c #Conflicts:    2417000 | #Constraints:     196535
2893.44/2912.25	c #Conflicts:    2418000 | #Constraints:     197535
2893.44/2912.25	c #Conflicts:    2419000 | #Constraints:     198535
2893.44/2912.25	c #Conflicts:    2420000 | #Constraints:     199535
2893.44/2912.25	c #Conflicts:    2421000 | #Constraints:     200535
2893.44/2912.25	c #Conflicts:    2422000 | #Constraints:     201535
2893.44/2912.25	c #Conflicts:    2423000 | #Constraints:     202535
2893.44/2912.25	c #Conflicts:    2424000 | #Constraints:     203535
2893.44/2912.25	c #Conflicts:    2425000 | #Constraints:     204535
2893.44/2912.25	c #Conflicts:    2426000 | #Constraints:     205535
2893.44/2912.25	c #Conflicts:    2427000 | #Constraints:     206535
2893.44/2912.25	c #Conflicts:    2428000 | #Constraints:     207535
2893.44/2912.25	c #Conflicts:    2429000 | #Constraints:     208535
2893.44/2912.25	c #Conflicts:    2430000 | #Constraints:     209535
2893.44/2912.25	c #Conflicts:    2431000 | #Constraints:     210535
2893.44/2912.25	c #Conflicts:    2432000 | #Constraints:     211535
2893.44/2912.25	c INPROCESSING
2893.44/2912.25	c GARBAGE COLLECT
2893.44/2912.25	c rational objective -346
2965.36/2984.54	c #Conflicts:    2433000 | #Constraints:     164085
2965.36/2984.54	c #Conflicts:    2434000 | #Constraints:     165085
2965.36/2984.54	c #Conflicts:    2435000 | #Constraints:     166085
2965.36/2984.54	c #Conflicts:    2436000 | #Constraints:     167085
2965.36/2984.54	c #Conflicts:    2437000 | #Constraints:     168085
2965.36/2984.54	c #Conflicts:    2438000 | #Constraints:     169085
2965.36/2984.54	c #Conflicts:    2439000 | #Constraints:     170085
2965.36/2984.54	c #Conflicts:    2440000 | #Constraints:     171085
2965.36/2984.54	c #Conflicts:    2441000 | #Constraints:     172085
2965.36/2984.54	c #Conflicts:    2442000 | #Constraints:     173085
2965.36/2984.54	c #Conflicts:    2443000 | #Constraints:     174085
2965.36/2984.54	c #Conflicts:    2444000 | #Constraints:     175085
2965.36/2984.54	c #Conflicts:    2445000 | #Constraints:     176085
2965.36/2984.54	c #Conflicts:    2446000 | #Constraints:     177085
2965.36/2984.54	c #Conflicts:    2447000 | #Constraints:     178085
2965.36/2984.54	c #Conflicts:    2448000 | #Constraints:     179085
2965.36/2984.54	c #Conflicts:    2449000 | #Constraints:     180085
2965.36/2984.54	c #Conflicts:    2450000 | #Constraints:     181085
2965.36/2984.54	c #Conflicts:    2451000 | #Constraints:     182085
2965.36/2984.54	c #Conflicts:    2452000 | #Constraints:     183085
2965.36/2984.54	c #Conflicts:    2453000 | #Constraints:     184085
2965.36/2984.54	c #Conflicts:    2454000 | #Constraints:     185085
2965.36/2984.54	c #Conflicts:    2455000 | #Constraints:     186085
2965.36/2984.54	c #Conflicts:    2456000 | #Constraints:     187085
2965.36/2984.54	c #Conflicts:    2457000 | #Constraints:     188085
2965.36/2984.54	c #Conflicts:    2458000 | #Constraints:     189085
2965.36/2984.54	c #Conflicts:    2459000 | #Constraints:     190085
2965.36/2984.54	c #Conflicts:    2460000 | #Constraints:     191085
2965.36/2984.54	c #Conflicts:    2461000 | #Constraints:     192085
2965.36/2984.54	c #Conflicts:    2462000 | #Constraints:     193085
2965.36/2984.54	c #Conflicts:    2463000 | #Constraints:     194085
2965.36/2984.54	c #Conflicts:    2464000 | #Constraints:     195085
2965.36/2984.54	c #Conflicts:    2465000 | #Constraints:     196085
2965.36/2984.54	c #Conflicts:    2466000 | #Constraints:     197085
2965.36/2984.54	c #Conflicts:    2467000 | #Constraints:     198085
2965.36/2984.54	c #Conflicts:    2468000 | #Constraints:     199085
2965.36/2984.54	c #Conflicts:    2469000 | #Constraints:     200085
2965.36/2984.54	c #Conflicts:    2470000 | #Constraints:     201085
2965.36/2984.54	c #Conflicts:    2471000 | #Constraints:     202085
2965.36/2984.54	c #Conflicts:    2472000 | #Constraints:     203085
2965.36/2984.54	c #Conflicts:    2473000 | #Constraints:     204085
2965.36/2984.54	c #Conflicts:    2474000 | #Constraints:     205085
2965.36/2984.54	c #Conflicts:    2475000 | #Constraints:     206085
2965.36/2984.54	c #Conflicts:    2476000 | #Constraints:     207085
2965.36/2984.54	c #Conflicts:    2477000 | #Constraints:     208085
2965.36/2984.54	c #Conflicts:    2478000 | #Constraints:     209085
2965.36/2984.54	c #Conflicts:    2479000 | #Constraints:     210085
2965.36/2984.54	c #Conflicts:    2480000 | #Constraints:     211085
2965.36/2984.54	c #Conflicts:    2481000 | #Constraints:     212085
2965.36/2984.54	c #Conflicts:    2482000 | #Constraints:     213085
2965.36/2984.54	c #Conflicts:    2483000 | #Constraints:     214085
2965.36/2984.54	c #Conflicts:    2484000 | #Constraints:     215085
2965.36/2984.54	c #Conflicts:    2485000 | #Constraints:     216085
2965.36/2984.54	c #Conflicts:    2486000 | #Constraints:     217085
2965.36/2984.54	c #Conflicts:    2487000 | #Constraints:     218085
2965.36/2984.54	c #Conflicts:    2488000 | #Constraints:     219085
2965.36/2984.54	c #Conflicts:    2489000 | #Constraints:     220085
2965.36/2984.54	c #Conflicts:    2490000 | #Constraints:     221085
2965.36/2984.54	c #Conflicts:    2491000 | #Constraints:     222085
2965.36/2984.54	c #Conflicts:    2492000 | #Constraints:     223085
2965.36/2984.54	c #Conflicts:    2493000 | #Constraints:     224085
2965.36/2984.54	c bounds -47 >= -345 @ 2941.03
3045.55/3065.17	c #Conflicts:    2494000 | #Constraints:     225169
3045.55/3065.17	c #Conflicts:    2495000 | #Constraints:     226169
3045.55/3065.17	c #Conflicts:    2496000 | #Constraints:     227169
3045.55/3065.17	c #Conflicts:    2497000 | #Constraints:     228169
3045.55/3065.17	c #Conflicts:    2498000 | #Constraints:     229169
3045.55/3065.17	c #Conflicts:    2499000 | #Constraints:     230169
3045.55/3065.17	c #Conflicts:    2500000 | #Constraints:     231169
3045.55/3065.17	c #Conflicts:    2501000 | #Constraints:     232169
3045.55/3065.17	c #Conflicts:    2502000 | #Constraints:     233169
3045.55/3065.17	c #Conflicts:    2503000 | #Constraints:     234169
3045.55/3065.17	c #Conflicts:    2504000 | #Constraints:     235169
3045.55/3065.17	c #Conflicts:    2505000 | #Constraints:     236169
3045.55/3065.17	c #Conflicts:    2506000 | #Constraints:     237169
3045.55/3065.17	c #Conflicts:    2507000 | #Constraints:     238169
3045.55/3065.17	c #Conflicts:    2508000 | #Constraints:     239169
3045.55/3065.17	c #Conflicts:    2509000 | #Constraints:     240169
3045.55/3065.17	c #Conflicts:    2510000 | #Constraints:     241169
3045.55/3065.17	c #Conflicts:    2511000 | #Constraints:     242169
3045.55/3065.17	c #Conflicts:    2512000 | #Constraints:     243169
3045.55/3065.17	c #Conflicts:    2513000 | #Constraints:     244169
3045.55/3065.17	c #Conflicts:    2514000 | #Constraints:     245169
3045.55/3065.17	c #Conflicts:    2515000 | #Constraints:     246169
3045.55/3065.17	c #Conflicts:    2516000 | #Constraints:     247169
3045.55/3065.17	c #Conflicts:    2517000 | #Constraints:     248169
3045.55/3065.17	c #Conflicts:    2518000 | #Constraints:     249169
3045.55/3065.17	c #Conflicts:    2519000 | #Constraints:     250169
3045.55/3065.17	c #Conflicts:    2520000 | #Constraints:     251169
3045.55/3065.17	c #Conflicts:    2521000 | #Constraints:     252169
3045.55/3065.17	c #Conflicts:    2522000 | #Constraints:     253169
3045.55/3065.17	c #Conflicts:    2523000 | #Constraints:     254169
3045.55/3065.17	c #Conflicts:    2524000 | #Constraints:     255169
3045.55/3065.17	c #Conflicts:    2525000 | #Constraints:     256169
3045.55/3065.17	c #Conflicts:    2526000 | #Constraints:     257169
3045.55/3065.17	c #Conflicts:    2527000 | #Constraints:     258169
3045.55/3065.17	c #Conflicts:    2528000 | #Constraints:     259169
3045.55/3065.17	c #Conflicts:    2529000 | #Constraints:     260169
3045.55/3065.17	c #Conflicts:    2530000 | #Constraints:     261169
3045.55/3065.17	c #Conflicts:    2531000 | #Constraints:     262169
3045.55/3065.17	c #Conflicts:    2532000 | #Constraints:     263169
3045.55/3065.17	c #Conflicts:    2533000 | #Constraints:     264169
3045.55/3065.17	c #Conflicts:    2534000 | #Constraints:     265169
3045.55/3065.17	c #Conflicts:    2535000 | #Constraints:     266169
3045.55/3065.17	c #Conflicts:    2536000 | #Constraints:     267169
3045.55/3065.17	c #Conflicts:    2537000 | #Constraints:     268169
3045.55/3065.17	c #Conflicts:    2538000 | #Constraints:     269169
3045.55/3065.17	c #Conflicts:    2539000 | #Constraints:     270169
3045.55/3065.17	c #Conflicts:    2540000 | #Constraints:     271169
3045.55/3065.17	c bounds -47 >= -344 @ 3020.65
3047.14/3066.71	c #Conflicts:    2541000 | #Constraints:     272184
3047.14/3066.71	c INPROCESSING
3047.14/3066.71	c GARBAGE COLLECT
3047.14/3066.71	c rational objective -344
3095.88/3115.74	c #Conflicts:    2542000 | #Constraints:     192256
3095.88/3115.74	c #Conflicts:    2543000 | #Constraints:     193256
3095.88/3115.74	c #Conflicts:    2544000 | #Constraints:     194256
3095.88/3115.74	c #Conflicts:    2545000 | #Constraints:     195256
3095.88/3115.74	c #Conflicts:    2546000 | #Constraints:     196256
3095.88/3115.74	c #Conflicts:    2547000 | #Constraints:     197256
3095.88/3115.74	c #Conflicts:    2548000 | #Constraints:     198256
3095.88/3115.74	c #Conflicts:    2549000 | #Constraints:     199256
3095.88/3115.74	c #Conflicts:    2550000 | #Constraints:     200256
3095.88/3115.74	c #Conflicts:    2551000 | #Constraints:     201256
3095.88/3115.74	c #Conflicts:    2552000 | #Constraints:     202256
3095.88/3115.74	c #Conflicts:    2553000 | #Constraints:     203256
3095.88/3115.74	c #Conflicts:    2554000 | #Constraints:     204256
3095.88/3115.74	c #Conflicts:    2555000 | #Constraints:     205256
3095.88/3115.74	c #Conflicts:    2556000 | #Constraints:     206256
3095.88/3115.74	c #Conflicts:    2557000 | #Constraints:     207256
3095.88/3115.74	c #Conflicts:    2558000 | #Constraints:     208256
3095.88/3115.74	c #Conflicts:    2559000 | #Constraints:     209256
3095.88/3115.74	c #Conflicts:    2560000 | #Constraints:     210256
3095.88/3115.74	c #Conflicts:    2561000 | #Constraints:     211256
3095.88/3115.74	c #Conflicts:    2562000 | #Constraints:     212256
3095.88/3115.74	c #Conflicts:    2563000 | #Constraints:     213256
3095.88/3115.74	c #Conflicts:    2564000 | #Constraints:     214256
3095.88/3115.74	c #Conflicts:    2565000 | #Constraints:     215256
3095.88/3115.74	c #Conflicts:    2566000 | #Constraints:     216256
3095.88/3115.74	c #Conflicts:    2567000 | #Constraints:     217256
3095.88/3115.74	c #Conflicts:    2568000 | #Constraints:     218256
3095.88/3115.74	c #Conflicts:    2569000 | #Constraints:     219256
3095.88/3115.74	c #Conflicts:    2570000 | #Constraints:     220256
3095.88/3115.74	c #Conflicts:    2571000 | #Constraints:     221256
3095.88/3115.74	c #Conflicts:    2572000 | #Constraints:     222256
3095.88/3115.74	c #Conflicts:    2573000 | #Constraints:     223256
3095.88/3115.74	c #Conflicts:    2574000 | #Constraints:     224256
3095.88/3115.74	c #Conflicts:    2575000 | #Constraints:     225256
3095.88/3115.74	c #Conflicts:    2576000 | #Constraints:     226256
3095.88/3115.74	c #Conflicts:    2577000 | #Constraints:     227256
3095.88/3115.74	c bounds -47 >= -343 @ 3070.57
3101.07/3120.98	c #Conflicts:    2578000 | #Constraints:     228307
3101.07/3120.98	c #Conflicts:    2579000 | #Constraints:     229307
3101.07/3120.98	c #Conflicts:    2580000 | #Constraints:     230307
3101.07/3120.98	c #Conflicts:    2581000 | #Constraints:     231307
3101.07/3120.98	c INPROCESSING
3101.07/3120.98	c GARBAGE COLLECT
3101.07/3120.98	c rational objective -343
3153.41/3173.73	c #Conflicts:    2582000 | #Constraints:     173199
3153.41/3173.73	c #Conflicts:    2583000 | #Constraints:     174199
3153.41/3173.73	c #Conflicts:    2584000 | #Constraints:     175199
3153.41/3173.73	c #Conflicts:    2585000 | #Constraints:     176199
3153.41/3173.73	c #Conflicts:    2586000 | #Constraints:     177199
3153.41/3173.73	c #Conflicts:    2587000 | #Constraints:     178199
3153.41/3173.73	c #Conflicts:    2588000 | #Constraints:     179199
3153.41/3173.73	c #Conflicts:    2589000 | #Constraints:     180199
3153.41/3173.73	c #Conflicts:    2590000 | #Constraints:     181199
3153.41/3173.73	c #Conflicts:    2591000 | #Constraints:     182199
3153.41/3173.73	c #Conflicts:    2592000 | #Constraints:     183199
3153.41/3173.73	c #Conflicts:    2593000 | #Constraints:     184199
3153.41/3173.73	c #Conflicts:    2594000 | #Constraints:     185199
3153.41/3173.73	c #Conflicts:    2595000 | #Constraints:     186199
3153.41/3173.73	c #Conflicts:    2596000 | #Constraints:     187199
3153.41/3173.73	c #Conflicts:    2597000 | #Constraints:     188199
3153.41/3173.73	c #Conflicts:    2598000 | #Constraints:     189199
3153.41/3173.73	c #Conflicts:    2599000 | #Constraints:     190199
3153.41/3173.73	c #Conflicts:    2600000 | #Constraints:     191199
3153.41/3173.73	c #Conflicts:    2601000 | #Constraints:     192199
3153.41/3173.73	c #Conflicts:    2602000 | #Constraints:     193199
3153.41/3173.73	c #Conflicts:    2603000 | #Constraints:     194199
3153.41/3173.73	c #Conflicts:    2604000 | #Constraints:     195199
3153.41/3173.73	c #Conflicts:    2605000 | #Constraints:     196199
3153.41/3173.73	c #Conflicts:    2606000 | #Constraints:     197199
3153.41/3173.73	c #Conflicts:    2607000 | #Constraints:     198199
3153.41/3173.73	c #Conflicts:    2608000 | #Constraints:     199199
3153.41/3173.73	c #Conflicts:    2609000 | #Constraints:     200199
3153.41/3173.73	c #Conflicts:    2610000 | #Constraints:     201199
3153.41/3173.73	c #Conflicts:    2611000 | #Constraints:     202199
3153.41/3173.73	c #Conflicts:    2612000 | #Constraints:     203199
3153.41/3173.73	c #Conflicts:    2613000 | #Constraints:     204199
3153.41/3173.73	c #Conflicts:    2614000 | #Constraints:     205199
3153.41/3173.73	c #Conflicts:    2615000 | #Constraints:     206199
3153.41/3173.73	c #Conflicts:    2616000 | #Constraints:     207199
3153.41/3173.73	c #Conflicts:    2617000 | #Constraints:     208199
3153.41/3173.73	c #Conflicts:    2618000 | #Constraints:     209199
3153.41/3173.73	c #Conflicts:    2619000 | #Constraints:     210199
3153.41/3173.73	c #Conflicts:    2620000 | #Constraints:     211199
3153.41/3173.73	c #Conflicts:    2621000 | #Constraints:     212199
3153.41/3173.73	c #Conflicts:    2622000 | #Constraints:     213199
3153.41/3173.73	c INPROCESSING
3153.41/3173.73	c GARBAGE COLLECT
3153.41/3173.73	c rational objective -343
3175.26/3195.62	c #Conflicts:    2623000 | #Constraints:     164547
3175.26/3195.62	c #Conflicts:    2624000 | #Constraints:     165547
3175.26/3195.62	c #Conflicts:    2625000 | #Constraints:     166547
3175.26/3195.62	c #Conflicts:    2626000 | #Constraints:     167547
3175.26/3195.62	c #Conflicts:    2627000 | #Constraints:     168547
3175.26/3195.62	c #Conflicts:    2628000 | #Constraints:     169547
3175.26/3195.62	c #Conflicts:    2629000 | #Constraints:     170547
3175.26/3195.62	c #Conflicts:    2630000 | #Constraints:     171547
3175.26/3195.62	c #Conflicts:    2631000 | #Constraints:     172547
3175.26/3195.62	c #Conflicts:    2632000 | #Constraints:     173547
3175.26/3195.62	c #Conflicts:    2633000 | #Constraints:     174547
3175.26/3195.62	c #Conflicts:    2634000 | #Constraints:     175547
3175.26/3195.62	c #Conflicts:    2635000 | #Constraints:     176547
3175.26/3195.62	c #Conflicts:    2636000 | #Constraints:     177547
3175.26/3195.62	c #Conflicts:    2637000 | #Constraints:     178547
3175.26/3195.62	c #Conflicts:    2638000 | #Constraints:     179547
3175.26/3195.62	c #Conflicts:    2639000 | #Constraints:     180547
3175.26/3195.62	c #Conflicts:    2640000 | #Constraints:     181547
3175.26/3195.62	c #Conflicts:    2641000 | #Constraints:     182547
3175.26/3195.62	c #Conflicts:    2642000 | #Constraints:     183547
3175.26/3195.62	c #Conflicts:    2643000 | #Constraints:     184547
3175.26/3195.62	c bounds -47 >= -342 @ 3149.25
3244.86/3265.99	c #Conflicts:    2644000 | #Constraints:     185625
3244.86/3265.99	c #Conflicts:    2645000 | #Constraints:     186625
3244.86/3265.99	c #Conflicts:    2646000 | #Constraints:     187625
3244.86/3265.99	c #Conflicts:    2647000 | #Constraints:     188625
3244.86/3265.99	c #Conflicts:    2648000 | #Constraints:     189625
3244.86/3265.99	c #Conflicts:    2649000 | #Constraints:     190625
3244.86/3265.99	c #Conflicts:    2650000 | #Constraints:     191625
3244.86/3265.99	c #Conflicts:    2651000 | #Constraints:     192625
3244.86/3265.99	c #Conflicts:    2652000 | #Constraints:     193625
3244.86/3265.99	c #Conflicts:    2653000 | #Constraints:     194625
3244.86/3265.99	c #Conflicts:    2654000 | #Constraints:     195625
3244.86/3265.99	c #Conflicts:    2655000 | #Constraints:     196625
3244.86/3265.99	c #Conflicts:    2656000 | #Constraints:     197625
3244.86/3265.99	c #Conflicts:    2657000 | #Constraints:     198625
3244.86/3265.99	c #Conflicts:    2658000 | #Constraints:     199625
3244.86/3265.99	c #Conflicts:    2659000 | #Constraints:     200625
3244.86/3265.99	c #Conflicts:    2660000 | #Constraints:     201625
3244.86/3265.99	c #Conflicts:    2661000 | #Constraints:     202625
3244.86/3265.99	c #Conflicts:    2662000 | #Constraints:     203625
3244.86/3265.99	c #Conflicts:    2663000 | #Constraints:     204625
3244.86/3265.99	c #Conflicts:    2664000 | #Constraints:     205625
3244.86/3265.99	c #Conflicts:    2665000 | #Constraints:     206625
3244.86/3265.99	c #Conflicts:    2666000 | #Constraints:     207625
3244.86/3265.99	c #Conflicts:    2667000 | #Constraints:     208625
3244.86/3265.99	c #Conflicts:    2668000 | #Constraints:     209625
3244.86/3265.99	c #Conflicts:    2669000 | #Constraints:     210625
3244.86/3265.99	c #Conflicts:    2670000 | #Constraints:     211625
3244.86/3265.99	c #Conflicts:    2671000 | #Constraints:     212625
3244.86/3265.99	c #Conflicts:    2672000 | #Constraints:     213625
3244.86/3265.99	c #Conflicts:    2673000 | #Constraints:     214625
3244.86/3265.99	c #Conflicts:    2674000 | #Constraints:     215625
3244.86/3265.99	c #Conflicts:    2675000 | #Constraints:     216625
3244.86/3265.99	c #Conflicts:    2676000 | #Constraints:     217625
3244.86/3265.99	c #Conflicts:    2677000 | #Constraints:     218625
3244.86/3265.99	c #Conflicts:    2678000 | #Constraints:     219625
3244.86/3265.99	c #Conflicts:    2679000 | #Constraints:     220625
3244.86/3265.99	c #Conflicts:    2680000 | #Constraints:     221625
3244.86/3265.99	c #Conflicts:    2681000 | #Constraints:     222625
3244.86/3265.99	c #Conflicts:    2682000 | #Constraints:     223625
3244.86/3265.99	c #Conflicts:    2683000 | #Constraints:     224625
3244.86/3265.99	c #Conflicts:    2684000 | #Constraints:     225625
3244.86/3265.99	c bounds -47 >= -341 @ 3218.46
3360.76/3382.31	c #Conflicts:    2685000 | #Constraints:     226652
3360.76/3382.31	c #Conflicts:    2686000 | #Constraints:     227652
3360.76/3382.31	c #Conflicts:    2687000 | #Constraints:     228652
3360.76/3382.31	c #Conflicts:    2688000 | #Constraints:     229652
3360.76/3382.31	c #Conflicts:    2689000 | #Constraints:     230652
3360.76/3382.31	c #Conflicts:    2690000 | #Constraints:     231652
3360.76/3382.31	c #Conflicts:    2691000 | #Constraints:     232652
3360.76/3382.31	c #Conflicts:    2692000 | #Constraints:     233652
3360.76/3382.31	c #Conflicts:    2693000 | #Constraints:     234652
3360.76/3382.31	c #Conflicts:    2694000 | #Constraints:     235652
3360.76/3382.31	c #Conflicts:    2695000 | #Constraints:     236652
3360.76/3382.31	c #Conflicts:    2696000 | #Constraints:     237652
3360.76/3382.31	c #Conflicts:    2697000 | #Constraints:     238652
3360.76/3382.31	c #Conflicts:    2698000 | #Constraints:     239652
3360.76/3382.31	c #Conflicts:    2699000 | #Constraints:     240652
3360.76/3382.31	c #Conflicts:    2700000 | #Constraints:     241652
3360.76/3382.31	c #Conflicts:    2701000 | #Constraints:     242652
3360.76/3382.31	c #Conflicts:    2702000 | #Constraints:     243652
3360.76/3382.31	c #Conflicts:    2703000 | #Constraints:     244652
3360.76/3382.31	c #Conflicts:    2704000 | #Constraints:     245652
3360.76/3382.31	c #Conflicts:    2705000 | #Constraints:     246652
3360.76/3382.31	c #Conflicts:    2706000 | #Constraints:     247652
3360.76/3382.31	c #Conflicts:    2707000 | #Constraints:     248652
3360.76/3382.31	c #Conflicts:    2708000 | #Constraints:     249652
3360.76/3382.31	c #Conflicts:    2709000 | #Constraints:     250652
3360.76/3382.31	c #Conflicts:    2710000 | #Constraints:     251652
3360.76/3382.31	c #Conflicts:    2711000 | #Constraints:     252652
3360.76/3382.31	c #Conflicts:    2712000 | #Constraints:     253652
3360.76/3382.31	c #Conflicts:    2713000 | #Constraints:     254652
3360.76/3382.31	c #Conflicts:    2714000 | #Constraints:     255652
3360.76/3382.31	c #Conflicts:    2715000 | #Constraints:     256652
3360.76/3382.31	c #Conflicts:    2716000 | #Constraints:     257652
3360.76/3382.31	c #Conflicts:    2717000 | #Constraints:     258652
3360.76/3382.31	c #Conflicts:    2718000 | #Constraints:     259652
3360.76/3382.31	c #Conflicts:    2719000 | #Constraints:     260652
3360.76/3382.31	c #Conflicts:    2720000 | #Constraints:     261652
3360.76/3382.31	c #Conflicts:    2721000 | #Constraints:     262652
3360.76/3382.31	c #Conflicts:    2722000 | #Constraints:     263652
3360.76/3382.31	c #Conflicts:    2723000 | #Constraints:     264652
3360.76/3382.31	c #Conflicts:    2724000 | #Constraints:     265652
3360.76/3382.31	c #Conflicts:    2725000 | #Constraints:     266652
3360.76/3382.31	c #Conflicts:    2726000 | #Constraints:     267652
3360.76/3382.31	c #Conflicts:    2727000 | #Constraints:     268652
3360.76/3382.31	c #Conflicts:    2728000 | #Constraints:     269652
3360.76/3382.31	c #Conflicts:    2729000 | #Constraints:     270652
3360.76/3382.31	c #Conflicts:    2730000 | #Constraints:     271652
3360.76/3382.31	c #Conflicts:    2731000 | #Constraints:     272652
3360.76/3382.31	c #Conflicts:    2732000 | #Constraints:     273652
3360.76/3382.31	c #Conflicts:    2733000 | #Constraints:     274652
3360.76/3382.31	c #Conflicts:    2734000 | #Constraints:     275652
3360.76/3382.31	c #Conflicts:    2735000 | #Constraints:     276652
3360.76/3382.31	c #Conflicts:    2736000 | #Constraints:     277652
3360.76/3382.31	c INPROCESSING
3360.76/3382.31	c GARBAGE COLLECT
3360.76/3382.31	c rational objective -341
3416.88/3438.70	c #Conflicts:    2737000 | #Constraints:     197133
3416.88/3438.70	c #Conflicts:    2738000 | #Constraints:     198133
3416.88/3438.70	c #Conflicts:    2739000 | #Constraints:     199134
3416.88/3438.70	c #Conflicts:    2740000 | #Constraints:     200165
3416.88/3438.70	c #Conflicts:    2741000 | #Constraints:     201201
3416.88/3438.70	c #Conflicts:    2742000 | #Constraints:     202248
3416.88/3438.70	c #Conflicts:    2743000 | #Constraints:     203279
3416.88/3438.70	c #Conflicts:    2744000 | #Constraints:     204320
3416.88/3438.70	c #Conflicts:    2745000 | #Constraints:     205350
3416.88/3438.70	c #Conflicts:    2746000 | #Constraints:     206377
3416.88/3438.70	c #Conflicts:    2747000 | #Constraints:     207405
3416.88/3438.70	c #Conflicts:    2748000 | #Constraints:     208431
3416.88/3438.70	c #Conflicts:    2749000 | #Constraints:     209465
3416.88/3438.70	c #Conflicts:    2750000 | #Constraints:     210503
3416.88/3438.70	c #Conflicts:    2751000 | #Constraints:     211530
3416.88/3438.70	c #Conflicts:    2752000 | #Constraints:     212564
3416.88/3438.70	c #Conflicts:    2753000 | #Constraints:     213599
3416.88/3438.70	c #Conflicts:    2754000 | #Constraints:     214637
3416.88/3438.70	c #Conflicts:    2755000 | #Constraints:     215670
3416.88/3438.70	c #Conflicts:    2756000 | #Constraints:     216702
3416.88/3438.70	c #Conflicts:    2757000 | #Constraints:     217743
3416.88/3438.70	c #Conflicts:    2758000 | #Constraints:     218774
3416.88/3438.70	c #Conflicts:    2759000 | #Constraints:     219803
3416.88/3438.70	c #Conflicts:    2760000 | #Constraints:     220844
3416.88/3438.70	c #Conflicts:    2761000 | #Constraints:     221872
3416.88/3438.70	c #Conflicts:    2762000 | #Constraints:     222899
3416.88/3438.70	c #Conflicts:    2763000 | #Constraints:     223926
3416.88/3438.70	c #Conflicts:    2764000 | #Constraints:     224963
3416.88/3438.70	c #Conflicts:    2765000 | #Constraints:     225996
3416.88/3438.70	c #Conflicts:    2766000 | #Constraints:     227022
3416.88/3438.70	c #Conflicts:    2767000 | #Constraints:     228059
3416.88/3438.70	c #Conflicts:    2768000 | #Constraints:     229103
3416.88/3438.70	c #Conflicts:    2769000 | #Constraints:     230133
3416.88/3438.70	c #Conflicts:    2770000 | #Constraints:     231158
3416.88/3438.70	c #Conflicts:    2771000 | #Constraints:     232194
3416.88/3438.70	c #Conflicts:    2772000 | #Constraints:     233232
3416.88/3438.70	c #Conflicts:    2773000 | #Constraints:     234262
3416.88/3438.70	c #Conflicts:    2774000 | #Constraints:     235292
3416.88/3438.70	c #Conflicts:    2775000 | #Constraints:     236316
3416.88/3438.70	c #Conflicts:    2776000 | #Constraints:     237338
3416.88/3438.70	c #Conflicts:    2777000 | #Constraints:     238363
3416.88/3438.70	c #Conflicts:    2778000 | #Constraints:     239386
3416.88/3438.70	c INPROCESSING
3416.88/3438.70	c GARBAGE COLLECT
3416.88/3438.70	c rational objective -341
3471.84/3494.04	c #Conflicts:    2779000 | #Constraints:     177861
3471.84/3494.04	c #Conflicts:    2780000 | #Constraints:     178861
3471.84/3494.04	c #Conflicts:    2781000 | #Constraints:     179861
3471.84/3494.04	c #Conflicts:    2782000 | #Constraints:     180861
3471.84/3494.04	c #Conflicts:    2783000 | #Constraints:     181861
3471.84/3494.04	c #Conflicts:    2784000 | #Constraints:     182861
3471.84/3494.04	c #Conflicts:    2785000 | #Constraints:     183861
3471.84/3494.04	c #Conflicts:    2786000 | #Constraints:     184861
3471.84/3494.04	c #Conflicts:    2787000 | #Constraints:     185861
3471.84/3494.04	c #Conflicts:    2788000 | #Constraints:     186861
3471.84/3494.04	c #Conflicts:    2789000 | #Constraints:     187861
3471.84/3494.04	c #Conflicts:    2790000 | #Constraints:     188861
3471.84/3494.04	c #Conflicts:    2791000 | #Constraints:     189861
3471.84/3494.04	c #Conflicts:    2792000 | #Constraints:     190861
3471.84/3494.04	c #Conflicts:    2793000 | #Constraints:     191861
3471.84/3494.04	c #Conflicts:    2794000 | #Constraints:     192861
3471.84/3494.04	c #Conflicts:    2795000 | #Constraints:     193861
3471.84/3494.04	c #Conflicts:    2796000 | #Constraints:     194861
3471.84/3494.04	c #Conflicts:    2797000 | #Constraints:     195861
3471.84/3494.04	c #Conflicts:    2798000 | #Constraints:     196861
3471.84/3494.04	c #Conflicts:    2799000 | #Constraints:     197861
3471.84/3494.04	c #Conflicts:    2800000 | #Constraints:     198861
3471.84/3494.04	c #Conflicts:    2801000 | #Constraints:     199861
3471.84/3494.04	c #Conflicts:    2802000 | #Constraints:     200861
3471.84/3494.04	c #Conflicts:    2803000 | #Constraints:     201861
3471.84/3494.04	c #Conflicts:    2804000 | #Constraints:     202861
3471.84/3494.04	c #Conflicts:    2805000 | #Constraints:     203861
3471.84/3494.04	c #Conflicts:    2806000 | #Constraints:     204861
3471.84/3494.04	c #Conflicts:    2807000 | #Constraints:     205861
3471.84/3494.04	c #Conflicts:    2808000 | #Constraints:     206861
3471.84/3494.04	c #Conflicts:    2809000 | #Constraints:     207861
3471.84/3494.04	c #Conflicts:    2810000 | #Constraints:     208861
3471.84/3494.04	c #Conflicts:    2811000 | #Constraints:     209861
3471.84/3494.04	c #Conflicts:    2812000 | #Constraints:     210861
3471.84/3494.04	c #Conflicts:    2813000 | #Constraints:     211861
3471.84/3494.04	c #Conflicts:    2814000 | #Constraints:     212861
3471.84/3494.04	c #Conflicts:    2815000 | #Constraints:     213861
3471.84/3494.04	c #Conflicts:    2816000 | #Constraints:     214861
3471.84/3494.04	c #Conflicts:    2817000 | #Constraints:     215861
3471.84/3494.04	c #Conflicts:    2818000 | #Constraints:     216861
3471.84/3494.04	c #Conflicts:    2819000 | #Constraints:     217861
3471.84/3494.04	c #Conflicts:    2820000 | #Constraints:     218861
3471.84/3494.04	c INPROCESSING
3471.84/3494.04	c GARBAGE COLLECT
3471.84/3494.04	c rational objective -341
3507.75/3530.03	c #Conflicts:    2821000 | #Constraints:     166992
3507.75/3530.03	c #Conflicts:    2822000 | #Constraints:     167992
3507.75/3530.03	c #Conflicts:    2823000 | #Constraints:     168992
3507.75/3530.03	c #Conflicts:    2824000 | #Constraints:     169992
3507.75/3530.03	c #Conflicts:    2825000 | #Constraints:     170992
3507.75/3530.03	c #Conflicts:    2826000 | #Constraints:     171992
3507.75/3530.03	c #Conflicts:    2827000 | #Constraints:     172992
3507.75/3530.03	c #Conflicts:    2828000 | #Constraints:     173992
3507.75/3530.03	c #Conflicts:    2829000 | #Constraints:     174992
3507.75/3530.03	c #Conflicts:    2830000 | #Constraints:     175992
3507.75/3530.03	c #Conflicts:    2831000 | #Constraints:     176992
3507.75/3530.03	c #Conflicts:    2832000 | #Constraints:     177992
3507.75/3530.03	c #Conflicts:    2833000 | #Constraints:     178992
3507.75/3530.03	c #Conflicts:    2834000 | #Constraints:     179992
3507.75/3530.03	c #Conflicts:    2835000 | #Constraints:     180992
3507.75/3530.03	c #Conflicts:    2836000 | #Constraints:     181992
3507.75/3530.03	c #Conflicts:    2837000 | #Constraints:     182992
3507.75/3530.03	c #Conflicts:    2838000 | #Constraints:     183992
3507.75/3530.03	c #Conflicts:    2839000 | #Constraints:     184992
3507.75/3530.03	c #Conflicts:    2840000 | #Constraints:     185992
3507.75/3530.03	c #Conflicts:    2841000 | #Constraints:     186992
3507.75/3530.03	c #Conflicts:    2842000 | #Constraints:     187992
3507.75/3530.03	c #Conflicts:    2843000 | #Constraints:     188992
3507.75/3530.03	c #Conflicts:    2844000 | #Constraints:     189992
3507.75/3530.03	c #Conflicts:    2845000 | #Constraints:     190992
3507.75/3530.03	c #Conflicts:    2846000 | #Constraints:     191992
3507.75/3530.03	c #Conflicts:    2847000 | #Constraints:     192992
3507.75/3530.03	c #Conflicts:    2848000 | #Constraints:     193992
3507.75/3530.03	c #Conflicts:    2849000 | #Constraints:     194992
3507.75/3530.03	c #Conflicts:    2850000 | #Constraints:     195992
3507.75/3530.03	c bounds -47 >= -340 @ 3479.53
3580.72/3603.63	c #Conflicts:    2851000 | #Constraints:     197064
3580.72/3603.63	c #Conflicts:    2852000 | #Constraints:     198064
3580.72/3603.63	c #Conflicts:    2853000 | #Constraints:     199064
3580.72/3603.63	c #Conflicts:    2854000 | #Constraints:     200064
3580.72/3603.63	c #Conflicts:    2855000 | #Constraints:     201064
3580.72/3603.63	c #Conflicts:    2856000 | #Constraints:     202064
3580.72/3603.63	c #Conflicts:    2857000 | #Constraints:     203064
3580.72/3603.63	c #Conflicts:    2858000 | #Constraints:     204064
3580.72/3603.63	c #Conflicts:    2859000 | #Constraints:     205064
3580.72/3603.63	c #Conflicts:    2860000 | #Constraints:     206064
3580.72/3603.63	c #Conflicts:    2861000 | #Constraints:     207064
3580.72/3603.63	c #Conflicts:    2862000 | #Constraints:     208064
3580.72/3603.63	c #Conflicts:    2863000 | #Constraints:     209064
3580.72/3603.63	c #Conflicts:    2864000 | #Constraints:     210064
3580.72/3603.63	c #Conflicts:    2865000 | #Constraints:     211064
3580.72/3603.63	c #Conflicts:    2866000 | #Constraints:     212064
3580.72/3603.63	c #Conflicts:    2867000 | #Constraints:     213064
3580.72/3603.63	c #Conflicts:    2868000 | #Constraints:     214064
3580.72/3603.63	c #Conflicts:    2869000 | #Constraints:     215064
3580.72/3603.63	c #Conflicts:    2870000 | #Constraints:     216064
3580.72/3603.63	c #Conflicts:    2871000 | #Constraints:     217064
3580.72/3603.63	c #Conflicts:    2872000 | #Constraints:     218064
3580.72/3603.63	c #Conflicts:    2873000 | #Constraints:     219064
3580.72/3603.63	c #Conflicts:    2874000 | #Constraints:     220064
3580.72/3603.63	c #Conflicts:    2875000 | #Constraints:     221064
3580.72/3603.63	c #Conflicts:    2876000 | #Constraints:     222064
3580.72/3603.63	c #Conflicts:    2877000 | #Constraints:     223064
3580.72/3603.63	c #Conflicts:    2878000 | #Constraints:     224064
3580.72/3603.63	c #Conflicts:    2879000 | #Constraints:     225064
3580.72/3603.63	c #Conflicts:    2880000 | #Constraints:     226064
3580.72/3603.63	c #Conflicts:    2881000 | #Constraints:     227064
3580.72/3603.63	c #Conflicts:    2882000 | #Constraints:     228064
3580.72/3603.63	c #Conflicts:    2883000 | #Constraints:     229064
3580.72/3603.63	c #Conflicts:    2884000 | #Constraints:     230064
3580.72/3603.63	c #Conflicts:    2885000 | #Constraints:     231064
3580.72/3603.63	c #Conflicts:    2886000 | #Constraints:     232064
3580.72/3603.63	c #Conflicts:    2887000 | #Constraints:     233064
3580.72/3603.63	c #Conflicts:    2888000 | #Constraints:     234064
3580.72/3603.63	c #Conflicts:    2889000 | #Constraints:     235064
3580.72/3603.63	c #Conflicts:    2890000 | #Constraints:     236064
3580.72/3603.63	c #Conflicts:    2891000 | #Constraints:     237064
3580.72/3603.63	c #Conflicts:    2892000 | #Constraints:     238064
3580.72/3603.63	c #Conflicts:    2893000 | #Constraints:     239064
3580.72/3603.63	c #Conflicts:    2894000 | #Constraints:     240064
3580.72/3603.63	c #Conflicts:    2895000 | #Constraints:     241064
3580.72/3603.63	c bounds -47 >= -339 @ 3552.03
3600.07/3623.00	c #Conflicts:    2896000 | #Constraints:     242100
3600.07/3623.00	c #Conflicts:    2897000 | #Constraints:     243100
3600.07/3623.00	c #Conflicts:    2898000 | #Constraints:     244100
3600.07/3623.00	c #Conflicts:    2899000 | #Constraints:     245100
3600.07/3623.00	c #Conflicts:    2900000 | #Constraints:     246100
3600.07/3623.00	c #Conflicts:    2901000 | #Constraints:     247100
3600.07/3623.00	c #Conflicts:    2902000 | #Constraints:     248100
3600.07/3623.00	c #Conflicts:    2903000 | #Constraints:     249100
3600.07/3623.00	c #Conflicts:    2904000 | #Constraints:     250100
3600.07/3623.00	c #Conflicts:    2905000 | #Constraints:     251101
3600.07/3623.00	c #Conflicts:    2906000 | #Constraints:     252103
3600.07/3623.00	c #Conflicts:    2907000 | #Constraints:     253117
3600.07/3623.00	c #Conflicts:    2908000 | #Constraints:     254133
3600.07/3623.00	c #Conflicts:    2909000 | #Constraints:     255139
3600.07/3623.00	c #Conflicts:    2910000 | #Constraints:     256146
3600.07/3623.00	c #Conflicts:    2911000 | #Constraints:     257167
3600.07/3623.00	c #Conflicts:    2912000 | #Constraints:     258190
3600.07/3623.00	c #Conflicts:    2913000 | #Constraints:     259207
3600.07/3623.00	c #Conflicts:    2914000 | #Constraints:     260234
3600.07/3623.00	c #Conflicts:    2915000 | #Constraints:     261266
3600.07/3623.00	c Disabling crashed LP
3600.07/3623.00	c cpu time 3571.21 s
3600.07/3623.00	c deterministic time 147294468709 1.47e+11
3600.07/3623.00	c optimization time 19.5546 s
3600.07/3623.00	c total solve time 3551.22 s
3600.07/3623.00	c core-guided solve time 2930 s
3600.07/3623.00	c propagation time 2765.88 s
3600.07/3623.00	c conflict analysis time 698.217 s
3600.07/3623.00	c propagations 1113700591
3600.07/3623.00	c resolve steps 82063150
3600.07/3623.00	c decisions 5764241
3600.07/3623.00	c conflicts 2915885
3600.07/3623.00	c restarts 5116
3600.07/3623.00	c inprocessing phases 82
3600.07/3623.00	c garbage collections 80 ,( 97.56 )
3600.07/3623.00	c input clauses 112264 ,( 94.32 )
3600.07/3623.00	c input cardinalities 4573 ,( 3.84 )
3600.07/3623.00	c input general constraints 2185 ,( 1.84 )
3600.07/3623.00	c input average constraint length 15.62
3600.07/3623.00	c input average constraint degree 6.10
3600.07/3623.00	c learned clauses 2615505 ,( 89.22 )
3600.07/3623.00	c learned cardinalities 70577 ,( 2.41 )
3600.07/3623.00	c learned general constraints 245320 ,( 8.37 )
3600.07/3623.00	c learned average constraint length 328.24
3600.07/3623.00	c learned average constraint degree 9127425.50
3600.07/3623.00	c watched  CF 32, 64, 128, Arb: 131255 , 0 , 0 , 0
3600.07/3623.00	c counting CF 32, 64, 128, Arb: 116251 , 0 , 0 , 0
3600.07/3623.00	c watched   constraints 131255 ,( 53.03 ) 
3600.07/3623.00	c counting  constraints 116250 ,( 46.97 ) 
3600.07/3623.00	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 5050001403 , 1360392723 , 8546170929 ,( 667565947 , 7878604982 )
3600.07/3623.00	c gcd simplifications 85736
3600.07/3623.00	c detected cardinalities 15147
3600.07/3623.00	c weakened non-implied lits 99989132
3600.07/3623.00	c weakened non-implying lits 669390
3600.07/3623.00	c original variables 1400
3600.07/3623.00	c clausal propagations 818506905
3600.07/3623.00	c cardinality propagations 54270726
3600.07/3623.00	c watched propagations 1898883
3600.07/3623.00	c counting propagations 234777935
3600.07/3623.00	c watch lookups 46748977956
3600.07/3623.00	c watch backjump lookups 0
3600.07/3623.00	c watch checks 85217174710
3600.07/3623.00	c propagation checks 10140136193
3600.07/3623.00	c constraint additions 2943401292
3600.07/3623.00	c trail pops 1122362709
3600.07/3623.00	c formula constraints 109379
3600.07/3623.00	c learned constraints 2902150
3600.07/3623.00	c bound constraints 1098
3600.07/3623.00	c core-guided constraints 8545
3600.07/3623.00	c encountered formula constraints 8897167
3600.07/3623.00	c encountered learned constraints 47409092
3600.07/3623.00	c encountered bound constraints 824
3600.07/3623.00	c encountered core-guided constraints 28449414
3600.07/3623.00	c LP total time 1396.49 s
3600.07/3623.00	c LP solve time 1309.8 s
3600.07/3623.00	c LP constraints added 111324
3600.07/3623.00	c LP constraints removed 1925
3600.07/3623.00	c LP pivots internal 2915882
3600.07/3623.00	c LP pivots root 35134
3600.07/3623.00	c LP calls 24389
3600.07/3623.00	c LP optimalities 10645
3600.07/3623.00	c LP no pivot count 3159
3600.07/3623.00	c LP infeasibilities 13741
3600.07/3623.00	c LP valid Farkas constraints 13741
3600.07/3623.00	c LP learned Farkas constraints 13741
3600.07/3623.00	c LP basis resets 0
3600.07/3623.00	c LP cycling count 0
3600.07/3623.00	c LP singular count 0
3600.07/3623.00	c LP no primal count 0
3600.07/3623.00	c LP no farkas count 0
3600.07/3623.00	c LP other issue count 0
3600.07/3623.00	c LP Gomory cuts 1770
3600.07/3623.00	c LP learned cuts 175
3600.07/3623.00	c LP deleted cuts 1925
3600.07/3623.00	c LP encountered Gomory constraints 2
3600.07/3623.00	c LP encountered Farkas constraints 171417
3600.07/3623.00	c LP encountered learned Farkas constraints 37378
3600.07/3623.00	c CG auxiliary variables introduced 3202
3600.07/3623.00	c CG solutions found 37
3600.07/3623.00	c CG cores constructed 1061
3600.07/3623.00	c CG core cardinality constraints returned 0
3600.07/3623.00	c CG unit cores 0
3600.07/3623.00	c CG single cores 1061
3600.07/3623.00	c CG blocks removed during cardinality reduction 0
3600.07/3623.00	c CG first core best 0
3600.07/3623.00	c CG decision core best 0
3600.07/3623.00	c CG core reduction tie 0
3600.07/3623.00	c CG core degree average 1.00
3600.07/3623.00	c CG core slack average 3.30
3600.07/3623.00	c CG core upper bound improvements 0
3600.07/3623.00	c STR number of successful calls 0
3600.07/3623.00	c STR number of unsuccessful calls 0
3600.07/3623.00	c STR number of inconclusive calls 0
3600.07/3623.00	c STR number of successful attempts 0
3600.07/3623.00	c STR number of unsuccessful attempts 0
3600.07/3623.00	c STR number of inconclusive attempts 0
3600.07/3623.00	c STR average degree increase per successful call inf
3600.07/3623.00	c STR average degree increase per successful attempt inf
3600.07/3623.00	c STR total number of conflicts for successful attempts 0
3600.07/3623.00	c STR total number of conflicts for unsuccessful attempts 0
3600.07/3623.00	c STR total number of conflicts for inconclusive attempts 0
3600.07/3623.00	c STR average number of conflicts per successful attempt inf
3600.07/3623.00	c STR average number of conflicts per unsuccessful attempt inf
3600.07/3623.00	c STR average number of conflicts per inconclusive attempt inf
3600.07/3623.00	c AVG.sumWPerc 37.77 
3600.07/3623.00	c bigint constraints 0 
3600.07/3623.00	o -47
3600.07/3623.00	s SATISFIABLE
3600.07/3623.00	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.07/3623.00	c Program interrupted by user.

Verifier Data

OK	-47

Watcher Data

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

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

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.10006 s]*
/proc/loadavg: 0.50 1.31 2.55 5/268 43518
/proc/meminfo: memFree=129883200/131250000 swapFree=33009904/33010684
[pid=43501] ppid=43495 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/43501/stat : 43501 (run-opt-break-l) S 43495 43501 43437 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 45124739 4292608 768 18446744073709551615 93830223572992 93830224467525 140734391070160 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93830224706576 93830224754320 93830236745728 140734391073045 140734391073246 140734391073246 140734391078848 0
/proc/43501/statm: 1048 768 704 219 0 110 0
[pid=43507] ppid=43501 vsize=60468 memory=45056 CPUtime=0.08 cores=4,6
/proc/43507/stat : 43507 (pbsuma) R 43501 43501 43437 0 -1 4194304 10090 0 0 0 6 2 0 0 20 0 1 0 45124740 61919232 11264 18446744073709551615 4210688 4653049 140722733663616 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 33345536 140722733668579 140722733668914 140722733668914 140722733674479 0
/proc/43507/statm: 15117 11264 1024 108 0 12525 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 64660 KiB
Current children cumulated memory: 48128 KiB

[startup+0.205912 s]*
/proc/loadavg: 0.50 1.31 2.55 5/268 43522
/proc/meminfo: memFree=129880700/131250000 swapFree=33009904/33010684
[pid=43501] ppid=43495 vsize=4192 memory=3072 CPUtime=0.09 cores=4,6
/proc/43501/stat : 43501 (run-opt-break-l) S 43495 43501 43437 0 -1 4194304 239 10848 0 0 0 0 7 2 20 0 1 0 45124739 4292608 768 18446744073709551615 93830223572992 93830224467525 140734391070160 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93830224706576 93830224754320 93830236745728 140734391073045 140734391073246 140734391073246 140734391078848 0
/proc/43501/statm: 1048 768 704 219 0 110 0
[pid=43521] ppid=43501 vsize=57516 memory=12344 CPUtime=0.05 cores=4,6
/proc/43521/stat : 43521 (roundingsat) R 43501 43501 43437 0 -1 4194304 965 0 9 0 4 1 0 0 20 0 1 0 45124751 58896384 3086 18446744073709551615 4227072 8923433 140725769616464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 28745728 140725769619732 140725769620008 140725769620008 140725769625578 0
/proc/43521/statm: 14379 3086 1888 1147 0 1806 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 61708 KiB
Current children cumulated memory: 15416 KiB

[startup+0.305588 s]*
/proc/loadavg: 0.50 1.31 2.55 5/268 43522
/proc/meminfo: memFree=129876164/131250000 swapFree=33009904/33010684
[pid=43501] ppid=43495 vsize=4192 memory=3072 CPUtime=0.09 cores=4,6
/proc/43501/stat : 43501 (run-opt-break-l) S 43495 43501 43437 0 -1 4194304 239 10848 0 0 0 0 7 2 20 0 1 0 45124739 4292608 768 18446744073709551615 93830223572992 93830224467525 140734391070160 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93830224706576 93830224754320 93830236745728 140734391073045 140734391073246 140734391073246 140734391078848 0
/proc/43501/statm: 1048 768 704 219 0 110 0
[pid=43521] ppid=43501 vsize=60820 memory=15644 CPUtime=0.15 cores=4,6
/proc/43521/stat : 43521 (roundingsat) R 43501 43501 43437 0 -1 4194304 1988 0 9 0 12 3 0 0 20 0 1 0 45124751 62279680 3911 18446744073709551615 4227072 8923433 140725769616464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 28745728 140725769619732 140725769620008 140725769620008 140725769625578 0
/proc/43521/statm: 15205 3911 1888 1147 0 2632 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 65012 KiB
Current children cumulated memory: 18716 KiB

[startup+0.700216 s]
/proc/loadavg: 0.50 1.31 2.55 5/268 43522
/proc/meminfo: memFree=129820632/131250000 swapFree=33009904/33010684
[pid=43501] ppid=43495 vsize=4192 memory=3072 CPUtime=0.09 cores=4,6
/proc/43501/stat : 43501 (run-opt-break-l) S 43495 43501 43437 0 -1 4194304 239 10848 0 0 0 0 7 2 20 0 1 0 45124739 4292608 768 18446744073709551615 93830223572992 93830224467525 140734391070160 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93830224706576 93830224754320 93830236745728 140734391073045 140734391073246 140734391073246 140734391078848 0
/proc/43501/statm: 1048 768 704 219 0 110 0
[pid=43521] ppid=43501 vsize=159032 memory=95832 CPUtime=0.54 cores=4,6
/proc/43521/stat : 43521 (roundingsat) R 43501 43501 43437 0 -1 4194304 10000 0 9 0 43 11 0 0 20 0 1 0 45124751 162848768 23958 18446744073709551615 4227072 8923433 140725769616464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 28745728 140725769619732 140725769620008 140725769620008 140725769625578 0
/proc/43521/statm: 39758 23958 2240 1147 0 27185 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 163224 KiB
Current children cumulated memory: 98904 KiB

[startup+1.5002 s]
/proc/loadavg: 0.50 1.31 2.55 5/268 43522
/proc/meminfo: memFree=129497080/131250000 swapFree=33009904/33010684
[pid=43501] ppid=43495 vsize=4192 memory=3072 CPUtime=0.09 cores=4,6
/proc/43501/stat : 43501 (run-opt-break-l) S 43495 43501 43437 0 -1 4194304 239 10848 0 0 0 0 7 2 20 0 1 0 45124739 4292608 768 18446744073709551615 93830223572992 93830224467525 140734391070160 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93830224706576 93830224754320 93830236745728 140734391073045 140734391073246 140734391073246 140734391078848 0
/proc/43501/statm: 1048 768 704 219 0 110 0
[pid=43521] ppid=43501 vsize=189324 memory=137020 CPUtime=1.34 cores=4,6
/proc/43521/stat : 43521 (roundingsat) R 43501 43501 43437 0 -1 4194304 16166 0 9 0 121 13 0 0 20 0 1 0 45124751 193867776 34255 18446744073709551615 4227072 8923433 140725769616464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 28745728 140725769619732 140725769620008 140725769620008 140725769625578 0
/proc/43521/statm: 47331 34255 2304 1147 0 34758 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 193516 KiB
Current children cumulated memory: 140092 KiB

[startup+3.10548 s]
/proc/loadavg: 0.78 1.35 2.55 5/268 43522
/proc/meminfo: memFree=129399104/131250000 swapFree=33009904/33010684
[pid=43501] ppid=43495 vsize=4192 memory=3072 CPUtime=0.09 cores=4,6
/proc/43501/stat : 43501 (run-opt-break-l) S 43495 43501 43437 0 -1 4194304 239 10848 0 0 0 0 7 2 20 0 1 0 45124739 4292608 768 18446744073709551615 93830223572992 93830224467525 140734391070160 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93830224706576 93830224754320 93830236745728 140734391073045 140734391073246 140734391073246 140734391078848 0
/proc/43501/statm: 1048 768 704 219 0 110 0
[pid=43521] ppid=43501 vsize=220500 memory=161568 CPUtime=2.94 cores=4,6
/proc/43521/stat : 43521 (roundingsat) R 43501 43501 43437 0 -1 4194304 19716 0 9 0 259 35 0 0 20 0 1 0 45124751 225792000 40392 18446744073709551615 4227072 8923433 140725769616464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 28745728 140725769619732 140725769620008 140725769620008 140725769625578 0
/proc/43521/statm: 55125 40392 2336 1147 0 42552 0
Current children cumulated CPU time: 3.03 s
Current children cumulated vsize: 224692 KiB
Current children cumulated memory: 164640 KiB

[startup+6.30019 s]
/proc/loadavg: 0.78 1.35 2.55 5/269 43523
/proc/meminfo: memFree=129370472/131250000 swapFree=33009904/33010684
[pid=43501] ppid=43495 vsize=4192 memory=3072 CPUtime=0.09 cores=4,6
/proc/43501/stat : 43501 (run-opt-break-l) S 43495 43501 43437 0 -1 4194304 239 10848 0 0 0 0 7 2 20 0 1 0 45124739 4292608 768 18446744073709551615 93830223572992 93830224467525 140734391070160 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93830224706576 93830224754320 93830236745728 140734391073045 140734391073246 140734391073246 140734391078848 0
/proc/43501/statm: 1048 768 704 219 0 110 0
[pid=43521] ppid=43501 vsize=234100 memory=171864 CPUtime=6.13 cores=4,6
/proc/43521/stat : 43521 (roundingsat) R 43501 43501 43437 0 -1 4194304 21281 0 9 0 573 40 0 0 20 0 1 0 45124751 239718400 42966 18446744073709551615 4227072 8923433 140725769616464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 28745728 140725769619732 140725769620008 140725769620008 140725769625578 0
/proc/43521/statm: 58525 42966 2336 1147 0 45952 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 238292 KiB
Current children cumulated memory: 174936 KiB

[startup+12.7002 s]
/proc/loadavg: 1.04 1.40 2.56 5/270 43524
/proc/meminfo: memFree=129290708/131250000 swapFree=33009904/33010684
[pid=43501] ppid=43495 vsize=4192 memory=3072 CPUtime=0.09 cores=4,6
/proc/43501/stat : 43501 (run-opt-break-l) S 43495 43501 43437 0 -1 4194304 239 10848 0 0 0 0 7 2 20 0 1 0 45124739 4292608 768 18446744073709551615 93830223572992 93830224467525 140734391070160 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93830224706576 93830224754320 93830236745728 140734391073045 140734391073246 140734391073246 140734391078848 0
/proc/43501/statm: 1048 768 704 219 0 110 0
[pid=43521] ppid=43501 vsize=240504 memory=178648 CPUtime=12.5 cores=4,6
/proc/43521/stat : 43521 (roundingsat) R 43501 43501 43437 0 -1 4194304 22488 0 9 0 1201 49 0 0 20 0 1 0 45124751 246276096 44662 18446744073709551615 4227072 8923433 140725769616464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 28745728 140725769619732 140725769620008 140725769620008 140725769625578 0
/proc/43521/statm: 60126 44662 2336 1147 0 47553 0
Current children cumulated CPU time: 12.59 s
Current children cumulated vsize: 244696 KiB
Current children cumulated memory: 181720 KiB

[startup+25.5002 s]
/proc/loadavg: 1.70 1.53 2.59 5/271 43525
/proc/meminfo: memFree=129073900/131250000 swapFree=33009904/33010684
[pid=43501] ppid=43495 vsize=4192 memory=3072 CPUtime=0.09 cores=4,6
/proc/43501/stat : 43501 (run-opt-break-l) S 43495 43501 43437 0 -1 4194304 239 10848 0 0 0 0 7 2 20 0 1 0 45124739 4292608 768 18446744073709551615 93830223572992 93830224467525 140734391070160 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93830224706576 93830224754320 93830236745728 140734391073045 140734391073246 140734391073246 140734391078848 0
/proc/43501/statm: 1048 768 704 219 0 110 0
[pid=43521] ppid=43501 vsize=253348 memory=191420 CPUtime=25.27 cores=4,6
/proc/43521/stat : 43521 (roundingsat) R 43501 43501 43437 0 -1 4194304 23147 0 9 0 2462 65 0 0 20 0 1 0 45124751 259428352 47855 18446744073709551615 4227072 8923433 140725769616464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 28745728 140725769619732 140725769620008 140725769620008 140725769625578 0
/proc/43521/statm: 63337 47855 2336 1147 0 50764 0
Current children cumulated CPU time: 25.36 s
Current children cumulated vsize: 257540 KiB
Current children cumulated memory: 194492 KiB

[startup+51.1057 s]
/proc/loadavg: 2.49 1.73 2.62 5/273 43528
/proc/meminfo: memFree=128799092/131250000 swapFree=33009904/33010684
[pid=43501] ppid=43495 vsize=4192 memory=3072 CPUtime=0.09 cores=4,6
/proc/43501/stat : 43501 (run-opt-break-l) S 43495 43501 43437 0 -1 4194304 239 10848 0 0 0 0 7 2 20 0 1 0 45124739 4292608 768 18446744073709551615 93830223572992 93830224467525 140734391070160 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93830224706576 93830224754320 93830236745728 140734391073045 140734391073246 140734391073246 140734391078848 0
/proc/43501/statm: 1048 768 704 219 0 110 0
[pid=43521] ppid=43501 vsize=278924 memory=211424 CPUtime=50.41 cores=4,6
/proc/43521/stat : 43521 (roundingsat) R 43501 43501 43437 0 -1 4194304 25337 0 9 0 4939 102 0 0 20 0 1 0 45124751 285618176 52856 18446744073709551615 4227072 8923433 140725769616464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 28745728 140725769619732 140725769620008 140725769620008 140725769625578 0
/proc/43521/statm: 69731 52856 2336 1147 0 57158 0
Current children cumulated CPU time: 50.5 s
Current children cumulated vsize: 283116 KiB
Current children cumulated memory: 214496 KiB

[startup+102.3 s]
/proc/loadavg: 3.39 2.09 2.70 5/274 43530
/proc/meminfo: memFree=128322164/131250000 swapFree=33009904/33010684
[pid=43501] ppid=43495 vsize=4192 memory=3072 CPUtime=0.09 cores=4,6
/proc/43501/stat : 43501 (run-opt-break-l) S 43495 43501 43437 0 -1 4194304 239 10848 0 0 0 0 7 2 20 0 1 0 45124739 4292608 768 18446744073709551615 93830223572992 93830224467525 140734391070160 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93830224706576 93830224754320 93830236745728 140734391073045 140734391073246 140734391073246 140734391078848 0
/proc/43501/statm: 1048 768 704 219 0 110 0
[pid=43521] ppid=43501 vsize=319712 memory=254684 CPUtime=101.28 cores=4,6
/proc/43521/stat : 43521 (roundingsat) R 43501 43501 43437 0 -1 4194304 28502 0 9 0 9974 154 0 0 20 0 1 0 45124751 327385088 63671 18446744073709551615 4227072 8923433 140725769616464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 28745728 140725769619732 140725769620008 140725769620008 140725769625578 0
/proc/43521/statm: 79928 63671 2336 1147 0 67355 0
Current children cumulated CPU time: 101.37 s
Current children cumulated vsize: 323904 KiB
Current children cumulated memory: 257756 KiB

[startup+162.3 s]
/proc/loadavg: 3.88 2.47 2.80 5/274 43532
/proc/meminfo: memFree=127609664/131250000 swapFree=33009904/33010684
[pid=43501] ppid=43495 vsize=4192 memory=3072 CPUtime=0.09 cores=4,6
/proc/43501/stat : 43501 (run-opt-break-l) S 43495 43501 43437 0 -1 4194304 239 10848 0 0 0 0 7 2 20 0 1 0 45124739 4292608 768 18446744073709551615 93830223572992 93830224467525 140734391070160 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93830224706576 93830224754320 93830236745728 140734391073045 140734391073246 140734391073246 140734391078848 0
/proc/43501/statm: 1048 768 704 219 0 110 0
[pid=43521] ppid=43501 vsize=325964 memory=261980 CPUtime=160.84 cores=4,6
/proc/43521/stat : 43521 (roundingsat) R 43501 43501 43437 0 -1 4194304 29916 0 9 0 15867 217 0 0 20 0 1 0 45124751 333787136 65495 18446744073709551615 4227072 8923433 140725769616464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 28745728 140725769619732 140725769620008 140725769620008 140725769625578 0
/proc/43521/statm: 81491 65495 2336 1147 0 68918 0
Current children cumulated CPU time: 160.93 s
Current children cumulated vsize: 330156 KiB
Current children cumulated memory: 265052 KiB

[startup+222.3 s]
/proc/loadavg: 4.01 2.77 2.88 5/274 43534
/proc/meminfo: memFree=127025192/131250000 swapFree=33009904/33010684
[pid=43501] ppid=43495 vsize=4192 memory=3072 CPUtime=0.09 cores=4,6
/proc/43501/stat : 43501 (run-opt-break-l) S 43495 43501 43437 0 -1 4194304 239 10848 0 0 0 0 7 2 20 0 1 0 45124739 4292608 768 18446744073709551615 93830223572992 93830224467525 140734391070160 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93830224706576 93830224754320 93830236745728 140734391073045 140734391073246 140734391073246 140734391078848 0
/proc/43501/statm: 1048 768 704 219 0 110 0
[pid=43521] ppid=43501 vsize=331376 memory=273372 CPUtime=220.42 cores=4,6
/proc/43521/stat : 43521 (roundingsat) R 43501 43501 43437 0 -1 4194304 31011 0 9 0 21764 278 0 0 20 0 1 0 45124751 339329024 68343 18446744073709551615 4227072 8923433 140725769616464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 28745728 140725769619732 140725769620008 140725769620008 140725769625578 0

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

/proc/43521/statm: 206217 190279 2336 1147 0 193644 0
Current children cumulated CPU time: 3022.88 s
Current children cumulated vsize: 829060 KiB
Current children cumulated memory: 764188 KiB

[startup+3102.3 s]
/proc/loadavg: 4.05 4.08 4.02 5/273 43697
/proc/meminfo: memFree=105566756/131250000 swapFree=33009904/33010684
[pid=43501] ppid=43495 vsize=4192 memory=3072 CPUtime=0.09 cores=4,6
/proc/43501/stat : 43501 (run-opt-break-l) S 43495 43501 43437 0 -1 4194304 239 10848 0 0 0 0 7 2 20 0 1 0 45124739 4292608 768 18446744073709551615 93830223572992 93830224467525 140734391070160 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93830224706576 93830224754320 93830236745728 140734391073045 140734391073246 140734391073246 140734391078848 0
/proc/43501/statm: 1048 768 704 219 0 110 0
[pid=43521] ppid=43501 vsize=828336 memory=766364 CPUtime=3082.46 cores=4,6
/proc/43521/stat : 43521 (roundingsat) R 43501 43501 43437 0 -1 4194304 91160 0 9 0 305729 2517 0 0 20 0 1 0 45124751 848216064 191591 18446744073709551615 4227072 8923433 140725769616464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 28745728 140725769619732 140725769620008 140725769620008 140725769625578 0
/proc/43521/statm: 207084 191591 2336 1147 0 194511 0
Current children cumulated CPU time: 3082.55 s
Current children cumulated vsize: 832528 KiB
Current children cumulated memory: 769436 KiB

[startup+3162.3 s]
/proc/loadavg: 4.13 4.09 4.02 5/273 43699
/proc/meminfo: memFree=105117176/131250000 swapFree=33009904/33010684
[pid=43501] ppid=43495 vsize=4192 memory=3072 CPUtime=0.09 cores=4,6
/proc/43501/stat : 43501 (run-opt-break-l) S 43495 43501 43437 0 -1 4194304 239 10848 0 0 0 0 7 2 20 0 1 0 45124739 4292608 768 18446744073709551615 93830223572992 93830224467525 140734391070160 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93830224706576 93830224754320 93830236745728 140734391073045 140734391073246 140734391073246 140734391078848 0
/proc/43501/statm: 1048 768 704 219 0 110 0
[pid=43521] ppid=43501 vsize=828336 memory=766364 CPUtime=3142.13 cores=4,6
/proc/43521/stat : 43521 (roundingsat) R 43501 43501 43437 0 -1 4194304 91160 0 9 0 311648 2565 0 0 20 0 1 0 45124751 848216064 191591 18446744073709551615 4227072 8923433 140725769616464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 28745728 140725769619732 140725769620008 140725769620008 140725769625578 0
/proc/43521/statm: 207084 191591 2336 1147 0 194511 0
Current children cumulated CPU time: 3142.22 s
Current children cumulated vsize: 832528 KiB
Current children cumulated memory: 769436 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.09 4.02 5/273 43702
/proc/meminfo: memFree=104587428/131250000 swapFree=33009904/33010684
[pid=43501] ppid=43495 vsize=4192 memory=3072 CPUtime=0.09 cores=4,6
/proc/43501/stat : 43501 (run-opt-break-l) S 43495 43501 43437 0 -1 4194304 239 10848 0 0 0 0 7 2 20 0 1 0 45124739 4292608 768 18446744073709551615 93830223572992 93830224467525 140734391070160 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93830224706576 93830224754320 93830236745728 140734391073045 140734391073246 140734391073246 140734391078848 0
/proc/43501/statm: 1048 768 704 219 0 110 0
[pid=43521] ppid=43501 vsize=828468 memory=766364 CPUtime=3201.64 cores=4,6
/proc/43521/stat : 43521 (roundingsat) R 43501 43501 43437 0 -1 4194304 91164 0 9 0 317550 2614 0 0 20 0 1 0 45124751 848351232 191591 18446744073709551615 4227072 8923433 140725769616464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 28745728 140725769619732 140725769620008 140725769620008 140725769625578 0
/proc/43521/statm: 207117 191591 2336 1147 0 194544 0
Current children cumulated CPU time: 3201.73 s
Current children cumulated vsize: 832660 KiB
Current children cumulated memory: 769436 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.09 4.02 5/273 43704
/proc/meminfo: memFree=104133644/131250000 swapFree=33009904/33010684
[pid=43501] ppid=43495 vsize=4192 memory=3072 CPUtime=0.09 cores=4,6
/proc/43501/stat : 43501 (run-opt-break-l) S 43495 43501 43437 0 -1 4194304 239 10848 0 0 0 0 7 2 20 0 1 0 45124739 4292608 768 18446744073709551615 93830223572992 93830224467525 140734391070160 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93830224706576 93830224754320 93830236745728 140734391073045 140734391073246 140734391073246 140734391078848 0
/proc/43501/statm: 1048 768 704 219 0 110 0
[pid=43521] ppid=43501 vsize=829972 memory=766492 CPUtime=3261.13 cores=4,6
/proc/43521/stat : 43521 (roundingsat) R 43501 43501 43437 0 -1 4194304 91180 0 9 0 323462 2651 0 0 20 0 1 0 45124751 849891328 191623 18446744073709551615 4227072 8923433 140725769616464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 28745728 140725769619732 140725769620008 140725769620008 140725769625578 0
/proc/43521/statm: 207493 191623 2336 1147 0 194920 0
Current children cumulated CPU time: 3261.22 s
Current children cumulated vsize: 834164 KiB
Current children cumulated memory: 769564 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.09 4.02 5/272 43706
/proc/meminfo: memFree=103785992/131250000 swapFree=33009904/33010684
[pid=43501] ppid=43495 vsize=4192 memory=3072 CPUtime=0.09 cores=4,6
/proc/43501/stat : 43501 (run-opt-break-l) S 43495 43501 43437 0 -1 4194304 239 10848 0 0 0 0 7 2 20 0 1 0 45124739 4292608 768 18446744073709551615 93830223572992 93830224467525 140734391070160 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93830224706576 93830224754320 93830236745728 140734391073045 140734391073246 140734391073246 140734391078848 0
/proc/43501/statm: 1048 768 704 219 0 110 0
[pid=43521] ppid=43501 vsize=830152 memory=766620 CPUtime=3320.87 cores=4,6
/proc/43521/stat : 43521 (roundingsat) R 43501 43501 43437 0 -1 4194304 91227 0 9 0 329401 2686 0 0 20 0 1 0 45124751 850075648 191655 18446744073709551615 4227072 8923433 140725769616464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 28745728 140725769619732 140725769620008 140725769620008 140725769625578 0
/proc/43521/statm: 207538 191655 2336 1147 0 194965 0
Current children cumulated CPU time: 3320.96 s
Current children cumulated vsize: 834344 KiB
Current children cumulated memory: 769692 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.08 4.02 5/271 43708
/proc/meminfo: memFree=103597244/131250000 swapFree=33009904/33010684
[pid=43501] ppid=43495 vsize=4192 memory=3072 CPUtime=0.09 cores=4,6
/proc/43501/stat : 43501 (run-opt-break-l) S 43495 43501 43437 0 -1 4194304 239 10848 0 0 0 0 7 2 20 0 1 0 45124739 4292608 768 18446744073709551615 93830223572992 93830224467525 140734391070160 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93830224706576 93830224754320 93830236745728 140734391073045 140734391073246 140734391073246 140734391078848 0
/proc/43501/statm: 1048 768 704 219 0 110 0
[pid=43521] ppid=43501 vsize=834888 memory=772892 CPUtime=3380.55 cores=4,6
/proc/43521/stat : 43521 (roundingsat) R 43501 43501 43437 0 -1 4194304 92794 0 9 0 335331 2724 0 0 20 0 1 0 45124751 854925312 193223 18446744073709551615 4227072 8923433 140725769616464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 28745728 140725769619732 140725769620008 140725769620008 140725769625578 0
/proc/43521/statm: 208722 193223 2336 1147 0 196149 0
Current children cumulated CPU time: 3380.64 s
Current children cumulated vsize: 839080 KiB
Current children cumulated memory: 775964 KiB

[startup+3462.3 s]
/proc/loadavg: 4.07 4.08 4.02 5/272 43711
/proc/meminfo: memFree=103232116/131250000 swapFree=33009904/33010684
[pid=43501] ppid=43495 vsize=4192 memory=3072 CPUtime=0.09 cores=4,6
/proc/43501/stat : 43501 (run-opt-break-l) S 43495 43501 43437 0 -1 4194304 239 10848 0 0 0 0 7 2 20 0 1 0 45124739 4292608 768 18446744073709551615 93830223572992 93830224467525 140734391070160 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93830224706576 93830224754320 93830236745728 140734391073045 140734391073246 140734391073246 140734391078848 0
/proc/43501/statm: 1048 768 704 219 0 110 0
[pid=43521] ppid=43501 vsize=840112 memory=778208 CPUtime=3440.2 cores=4,6
/proc/43521/stat : 43521 (roundingsat) R 43501 43501 43437 0 -1 4194304 93821 0 9 0 341259 2761 0 0 20 0 1 0 45124751 860274688 194552 18446744073709551615 4227072 8923433 140725769616464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 28745728 140725769619732 140725769620008 140725769620008 140725769625578 0
/proc/43521/statm: 210028 194552 2336 1147 0 197455 0
Current children cumulated CPU time: 3440.29 s
Current children cumulated vsize: 844304 KiB
Current children cumulated memory: 781280 KiB

[startup+3522.3 s]
/proc/loadavg: 4.06 4.08 4.02 5/271 43714
/proc/meminfo: memFree=102801204/131250000 swapFree=33009904/33010684
[pid=43501] ppid=43495 vsize=4192 memory=3072 CPUtime=0.09 cores=4,6
/proc/43501/stat : 43501 (run-opt-break-l) S 43495 43501 43437 0 -1 4194304 239 10848 0 0 0 0 7 2 20 0 1 0 45124739 4292608 768 18446744073709551615 93830223572992 93830224467525 140734391070160 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93830224706576 93830224754320 93830236745728 140734391073045 140734391073246 140734391073246 140734391078848 0
/proc/43501/statm: 1048 768 704 219 0 110 0
[pid=43521] ppid=43501 vsize=840112 memory=778208 CPUtime=3499.98 cores=4,6
/proc/43521/stat : 43521 (roundingsat) R 43501 43501 43437 0 -1 4194304 93862 0 9 0 347188 2810 0 0 20 0 1 0 45124751 860274688 194552 18446744073709551615 4227072 8923433 140725769616464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 28745728 140725769619732 140725769620008 140725769620008 140725769625578 0
/proc/43521/statm: 210028 194552 2336 1147 0 197455 0
Current children cumulated CPU time: 3500.07 s
Current children cumulated vsize: 844304 KiB
Current children cumulated memory: 781280 KiB

[startup+3582.3 s]
/proc/loadavg: 4.06 4.08 4.02 5/270 43716
/proc/meminfo: memFree=102353108/131250000 swapFree=33009904/33010684
[pid=43501] ppid=43495 vsize=4192 memory=3072 CPUtime=0.09 cores=4,6
/proc/43501/stat : 43501 (run-opt-break-l) S 43495 43501 43437 0 -1 4194304 239 10848 0 0 0 0 7 2 20 0 1 0 45124739 4292608 768 18446744073709551615 93830223572992 93830224467525 140734391070160 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93830224706576 93830224754320 93830236745728 140734391073045 140734391073246 140734391073246 140734391078848 0
/proc/43501/statm: 1048 768 704 219 0 110 0
[pid=43521] ppid=43501 vsize=840112 memory=778208 CPUtime=3559.39 cores=4,6
/proc/43521/stat : 43521 (roundingsat) R 43501 43501 43437 0 -1 4194304 93869 0 9 0 353084 2855 0 0 20 0 1 0 45124751 860274688 194552 18446744073709551615 4227072 8923433 140725769616464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 28745728 140725769619732 140725769620008 140725769620008 140725769625578 0
/proc/43521/statm: 210028 194552 2336 1147 0 197455 0
Current children cumulated CPU time: 3559.48 s
Current children cumulated vsize: 844304 KiB
Current children cumulated memory: 781280 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3623 s]*
/proc/loadavg: 4.08 4.08 4.03 5/272 43867
/proc/meminfo: memFree=122087164/131250000 swapFree=33009904/33010684
[pid=43501] ppid=43495 vsize=4192 memory=3072 CPUtime=0.09 cores=4,6
/proc/43501/stat : 43501 (run-opt-break-l) S 43495 43501 43437 0 -1 4194304 239 10848 0 0 0 0 7 2 20 0 1 0 45124739 4292608 768 18446744073709551615 93830223572992 93830224467525 140734391070160 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93830224706576 93830224754320 93830236745728 140734391073045 140734391073246 140734391073246 140734391078848 0
/proc/43501/statm: 1048 768 704 219 0 110 0
[pid=43521] ppid=43501 vsize=841660 memory=778208 CPUtime=3599.98 cores=4,6
/proc/43521/stat : 43521 (roundingsat) R 43501 43501 43437 0 -1 4194304 93916 0 9 0 357120 2878 0 0 20 0 1 0 45124751 861859840 194552 18446744073709551615 4227072 8923433 140725769616464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 28745728 140725769619732 140725769620008 140725769620008 140725769625578 0
/proc/43521/statm: 210415 194552 2336 1147 0 197842 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 845852 KiB
Current children cumulated memory: 781280 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.078655 s, system=0.025994 s

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

# cumulated CPU time of all completed processes:  user=3571.31 s, system=28.8208 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

Child status: 2

Real time (s): 3623.05
CPU time (s): 3600.13
CPU user time (s): 3571.31
CPU system time (s): 28.8208
CPU usage (%): 99.3672
Max. virtual memory (cumulated for all children) (KiB): 845852
Max. memory (cumulated for all children) (KiB): 781280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3571.31
system time used= 28.8208
maximum resident set size= 778592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105026
page faults= 9
swaps= 0
block input operations= 64
block output operations= 13709512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 943
involuntary context switches= 5842


# summary of solver processes directly reported to runsolver:
#   pid: 43501,43521
#   total CPU time (s): 3600.13
#   total CPU user time (s): 3571.31
#   total CPU system time (s): 28.8208

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.07035 second user time and 18.3746 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-06-30 16:40:53
IDJOB=4484773
IDBENCH=146669
IDSOLVER=3360
FILE ID=nodeC033/4484773-1751294453
RUNJOBID= nodeC033-1751294453-43455
SLURM_JOB_ID= 9594271
Free space on /tmp= 432772 MiB

SOLVER NAME= roundingsat+pbsuma-opt-log 63f22ad
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb56-25-opb/normalized-frb56-25-3.opb
COMMAND LINE= run-opt-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4484773-1751294453/watcher-4484773-1751294453 -o /tmp/evaluation-result-4484773-1751294453/solver-4484773-1751294453 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751294453-43455 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4484773-1751294453.opb PROOFDIR/proof-4484773-1751294453

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

MD5SUM BENCH= 3ad6c959019bf046c7e592cfae8de121
RANDOM SEED=871073203

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129997088 kB
MemAvailable:   129749592 kB
Buffers:            2128 kB
Cached:           551960 kB
SwapCached:           68 kB
Active:           242188 kB
Inactive:         374988 kB
Active(anon):      56340 kB
Inactive(anon):    24808 kB
Active(file):     185848 kB
Inactive(file):   350180 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             37180 kB
Writeback:             0 kB
AnonPages:         66200 kB
Mapped:           103944 kB
Shmem:             18028 kB
KReclaimable:     111428 kB
Slab:             199176 kB
SReclaimable:     111428 kB
SUnreclaim:        87748 kB
KernelStack:        4036 kB
PageTables:         2952 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     329880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      221908 kB
DirectMap2M:    11083776 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432736 MiB
End job on nodeC033 at 2025-06-30 17:41:16