Trace number 4484725

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
roundingsat-ls+pbsuma-log 63f22adSAT (TO)-46 3600.15 3617.06

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb56-25-opb/normalized-frb56-25-4.opb
MD5SUM71e47456366b2ddac308424c74922847
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-56
Best CPU time to get the best result obtained on this benchmark3587
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1400
Total number of constraints110038
Number of constraints which are clauses110038
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1400
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1400
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1400
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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-4484725-1751288538.opb'
0.00/0.05	c 	read 2.70MB  (43.41ms)
0.00/0.05	c	 [cnf: #variables 1400 #clauses 110039 #duplicates 0 #arr 221476]
0.00/0.05	c output proof to 'PROOFDIR/proof-4484725-1751288538'
0.00/0.05	c 
0.00/0.05	c make graph and approximate orbits
0.00/0.08	c	 [group: #orbits ~= 0] (31.09ms)
0.00/0.08	c 
0.00/0.08	c detect special group actions
0.00/0.08	c 	probe for Johnson action (limit=64)
0.00/0.08	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.08	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.09	c 	 (3.76ms)
0.00/0.09	c 
0.00/0.09	c detect symmetries on remainder
0.00/0.09	c 	[graph: #vertices 114239 #edges 448552]
0.00/0.09	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.09	c 	 [group: #symmetries 1.00*10^0 #generators 0] (7.31ms)
0.00/0.09	c 
0.00/0.09	c finalize break order and special generators
0.00/0.09	c 
0.00/0.09	c generation finished
0.00/0.09	c 	[sbp: #constraints 0 #add_vars 0]
0.00/0.09	c 
0.00/0.09	c write result to 'HOME/instance-4484725-1751288538.opb.pre'
0.00/0.10	c 	wrote 2.70MB (5.83ms)
0.00/0.10	c ------------------------------------------------------------------
0.00/0.10	c                  43.41ms 46.76% parse
0.00/0.10	c                  31.09ms 33.49% approx_orbits
0.00/0.10	c                   7.31ms  7.87% detect_generic
0.00/0.10	c                   5.83ms  6.28% output
0.00/0.10	c                   3.76ms  4.05% detect_special
0.00/0.10	c                   1.37ms  1.47% other
0.00/0.10	c                   0.06ms  0.07% finalize_order
0.00/0.10	c         ───────────────────────────────────────────────
0.00/0.10	c                  92.83ms   100% total
0.00/0.10	c ------------------------------------------------------------------
0.09/0.12	c RoundingSat 2
0.09/0.12	c branch pb25
0.09/0.12	c commit 63f22ad
0.67/0.73	c #variables 1400 #constraints 110038
0.67/0.73	c objective is ce32 
0.67/0.79	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.67/0.79	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.67/0.79	c bounds -16 >= -1400 @ 0.559049
1.16/1.25	c bounds -17 >= -1400 @ 0.99536
1.46/1.59	c rational objective -700
2.06/2.11	c bounds -17 >= -1399 @ 1.85759
2.06/2.11	c bounds -17 >= -1398 @ 1.858
2.06/2.11	c bounds -17 >= -1397 @ 1.85839
2.06/2.11	c bounds -17 >= -1396 @ 1.85878
2.06/2.11	c bounds -17 >= -1395 @ 1.85916
2.06/2.11	c bounds -17 >= -1394 @ 1.85955
2.06/2.11	c bounds -17 >= -1393 @ 1.85993
2.06/2.12	c bounds -17 >= -1392 @ 1.86032
2.06/2.12	c bounds -17 >= -1391 @ 1.8607
2.06/2.12	c bounds -17 >= -1390 @ 1.86108
2.06/2.12	c bounds -17 >= -1389 @ 1.86146
2.06/2.12	c bounds -17 >= -1388 @ 1.86247
2.06/2.12	c bounds -17 >= -1387 @ 1.86285
2.06/2.12	c bounds -17 >= -1386 @ 1.86324
2.06/2.12	c bounds -17 >= -1385 @ 1.86362
2.06/2.12	c bounds -17 >= -1384 @ 1.864
2.06/2.12	c bounds -17 >= -1383 @ 1.86438
2.06/2.12	c bounds -17 >= -1382 @ 1.86477
2.06/2.12	c bounds -17 >= -1381 @ 1.86515
2.06/2.12	c bounds -17 >= -1380 @ 1.86553
2.06/2.12	c bounds -17 >= -1379 @ 1.86592
2.06/2.12	c bounds -17 >= -1378 @ 1.8663
2.06/2.12	c bounds -17 >= -1377 @ 1.86668
2.06/2.12	c bounds -17 >= -1376 @ 1.86707
2.06/2.12	c bounds -17 >= -1375 @ 1.86745
2.06/2.12	c bounds -17 >= -1374 @ 1.86784
2.06/2.12	c bounds -17 >= -1373 @ 1.86821
2.06/2.12	c bounds -17 >= -1372 @ 1.86861
2.06/2.12	c bounds -17 >= -1371 @ 1.86899
2.06/2.12	c bounds -17 >= -1370 @ 1.86908
2.06/2.13	c bounds -17 >= -1369 @ 1.86924
2.06/2.13	c bounds -17 >= -1368 @ 1.86961
2.06/2.13	c bounds -17 >= -1367 @ 1.86999
2.06/2.13	c bounds -17 >= -1366 @ 1.87038
2.06/2.13	c bounds -17 >= -1365 @ 1.87078
2.06/2.13	c bounds -17 >= -1364 @ 1.87119
2.06/2.13	c bounds -17 >= -1363 @ 1.87158
2.06/2.13	c bounds -17 >= -1362 @ 1.87197
2.06/2.13	c bounds -17 >= -1361 @ 1.87236
2.06/2.13	c bounds -17 >= -1360 @ 1.87275
2.06/2.13	c bounds -17 >= -1359 @ 1.87314
2.06/2.13	c bounds -17 >= -1358 @ 1.87353
2.06/2.13	c bounds -17 >= -1357 @ 1.87392
2.06/2.13	c bounds -17 >= -1356 @ 1.87431
2.06/2.13	c bounds -17 >= -1355 @ 1.87471
2.06/2.13	c bounds -17 >= -1354 @ 1.8751
2.06/2.13	c bounds -17 >= -1353 @ 1.87549
2.06/2.13	c bounds -17 >= -1352 @ 1.87588
2.06/2.13	c bounds -17 >= -1351 @ 1.87627
2.06/2.13	c bounds -17 >= -1350 @ 1.87666
2.06/2.13	c bounds -17 >= -1349 @ 1.87705
2.06/2.13	c bounds -17 >= -1348 @ 1.87744
2.06/2.13	c bounds -17 >= -1347 @ 1.87783
2.06/2.13	c bounds -17 >= -1346 @ 1.87821
2.06/2.13	c bounds -17 >= -1345 @ 1.8786
2.06/2.13	c bounds -17 >= -1344 @ 1.879
2.06/2.14	c bounds -17 >= -1343 @ 1.8794
2.06/2.14	c bounds -17 >= -1342 @ 1.87979
2.06/2.14	c bounds -17 >= -1341 @ 1.88019
2.06/2.14	c bounds -17 >= -1340 @ 1.88057
2.06/2.14	c bounds -17 >= -1339 @ 1.88097
2.06/2.14	c bounds -17 >= -1338 @ 1.88135
2.06/2.14	c bounds -17 >= -1337 @ 1.88174
2.06/2.14	c bounds -17 >= -1336 @ 1.88213
2.06/2.14	c bounds -17 >= -1335 @ 1.88252
2.06/2.14	c bounds -17 >= -1334 @ 1.88291
2.06/2.14	c bounds -17 >= -1333 @ 1.88329
2.06/2.14	c bounds -17 >= -1332 @ 1.88368
2.06/2.14	c bounds -17 >= -1331 @ 1.88407
2.06/2.14	c bounds -17 >= -1330 @ 1.88446
2.06/2.14	c bounds -17 >= -1329 @ 1.88484
2.06/2.14	c bounds -17 >= -1328 @ 1.88523
2.06/2.14	c bounds -17 >= -1327 @ 1.88561
2.06/2.14	c bounds -17 >= -1326 @ 1.8857
2.06/2.14	c bounds -17 >= -1325 @ 1.8857
2.06/2.14	c bounds -17 >= -1324 @ 1.88584
2.06/2.14	c bounds -17 >= -1323 @ 1.8862
2.06/2.14	c bounds -17 >= -1322 @ 1.88655
2.06/2.14	c bounds -17 >= -1321 @ 1.88694
2.06/2.14	c bounds -18 >= -1321 @ 1.8878
2.06/2.15	c bounds -18 >= -1320 @ 1.88818
2.06/2.15	c bounds -18 >= -1319 @ 1.88857
2.06/2.15	c bounds -18 >= -1318 @ 1.88895
2.06/2.15	c bounds -18 >= -1317 @ 1.88933
2.06/2.15	c bounds -18 >= -1316 @ 1.88971
2.06/2.15	c bounds -18 >= -1315 @ 1.8901
2.06/2.15	c bounds -18 >= -1314 @ 1.89049
2.06/2.15	c bounds -18 >= -1313 @ 1.89087
2.06/2.15	c bounds -18 >= -1312 @ 1.89126
2.06/2.15	c bounds -18 >= -1311 @ 1.89164
2.06/2.15	c bounds -19 >= -1311 @ 1.89698
2.06/2.15	c bounds -19 >= -1310 @ 1.89737
2.06/2.15	c bounds -19 >= -1309 @ 1.89776
2.06/2.16	c bounds -19 >= -1308 @ 1.89814
2.06/2.16	c bounds -19 >= -1307 @ 1.89853
2.06/2.16	c bounds -19 >= -1306 @ 1.89891
2.06/2.16	c bounds -19 >= -1305 @ 1.8993
2.06/2.16	c bounds -19 >= -1304 @ 1.89969
2.06/2.16	c bounds -19 >= -1303 @ 1.90008
2.06/2.16	c bounds -19 >= -1302 @ 1.90047
2.06/2.16	c bounds -19 >= -1301 @ 1.90086
2.06/2.16	c bounds -19 >= -1300 @ 1.90124
2.06/2.16	c bounds -19 >= -1299 @ 1.90161
2.06/2.16	c bounds -19 >= -1298 @ 1.90198
2.06/2.16	c bounds -19 >= -1297 @ 1.90235
2.06/2.16	c bounds -19 >= -1296 @ 1.90271
2.06/2.16	c bounds -19 >= -1295 @ 1.90308
2.06/2.16	c bounds -19 >= -1294 @ 1.9035
2.06/2.16	c bounds -19 >= -1293 @ 1.90389
2.06/2.16	c bounds -19 >= -1292 @ 1.90427
2.06/2.16	c bounds -19 >= -1291 @ 1.90466
2.06/2.16	c bounds -19 >= -1290 @ 1.90505
2.06/2.16	c bounds -19 >= -1289 @ 1.90544
2.06/2.16	c bounds -19 >= -1288 @ 1.90583
2.06/2.16	c bounds -19 >= -1287 @ 1.90621
2.06/2.16	c bounds -19 >= -1286 @ 1.9066
2.06/2.16	c bounds -19 >= -1285 @ 1.90698
2.06/2.16	c bounds -19 >= -1284 @ 1.90734
2.06/2.16	c bounds -19 >= -1283 @ 1.90771
2.06/2.17	c bounds -19 >= -1282 @ 1.90807
2.06/2.17	c bounds -19 >= -1281 @ 1.90845
2.06/2.17	c bounds -19 >= -1280 @ 1.90883
2.06/2.17	c bounds -19 >= -1279 @ 1.90923
2.06/2.17	c bounds -19 >= -1278 @ 1.90961
2.06/2.17	c bounds -19 >= -1277 @ 1.91
2.06/2.17	c bounds -19 >= -1276 @ 1.91039
2.06/2.17	c bounds -19 >= -1275 @ 1.91078
2.06/2.17	c bounds -19 >= -1274 @ 1.91116
2.06/2.17	c bounds -19 >= -1273 @ 1.91154
2.06/2.17	c bounds -19 >= -1272 @ 1.91194
2.06/2.17	c bounds -19 >= -1271 @ 1.91233
2.06/2.17	c bounds -19 >= -1270 @ 1.91271
2.06/2.17	c bounds -19 >= -1269 @ 1.9131
2.06/2.17	c bounds -19 >= -1268 @ 1.91348
2.06/2.17	c bounds -19 >= -1267 @ 1.91386
2.06/2.17	c bounds -19 >= -1266 @ 1.91424
2.06/2.17	c bounds -19 >= -1265 @ 1.91462
2.06/2.17	c bounds -19 >= -1264 @ 1.91501
2.06/2.17	c bounds -19 >= -1263 @ 1.91539
2.06/2.17	c bounds -19 >= -1262 @ 1.91577
2.06/2.17	c bounds -19 >= -1261 @ 1.91615
2.06/2.17	c bounds -19 >= -1260 @ 1.91653
2.06/2.17	c bounds -19 >= -1259 @ 1.9169
2.06/2.17	c bounds -19 >= -1258 @ 1.91729
2.06/2.17	c bounds -19 >= -1257 @ 1.91767
2.06/2.18	c bounds -19 >= -1256 @ 1.91805
2.06/2.18	c bounds -19 >= -1255 @ 1.91842
2.06/2.18	c bounds -19 >= -1254 @ 1.91881
2.06/2.18	c bounds -19 >= -1253 @ 1.91918
2.06/2.18	c bounds -19 >= -1252 @ 1.91956
2.06/2.18	c bounds -19 >= -1251 @ 1.91993
2.06/2.18	c bounds -19 >= -1250 @ 1.92031
2.06/2.18	c bounds -19 >= -1249 @ 1.92068
2.06/2.18	c bounds -19 >= -1248 @ 1.92106
2.06/2.18	c bounds -19 >= -1247 @ 1.92145
2.06/2.18	c bounds -19 >= -1246 @ 1.92183
2.06/2.18	c bounds -19 >= -1245 @ 1.9222
2.06/2.18	c bounds -19 >= -1244 @ 1.92258
2.06/2.18	c bounds -19 >= -1243 @ 1.92296
2.06/2.18	c bounds -19 >= -1242 @ 1.92334
2.06/2.18	c bounds -19 >= -1241 @ 1.92372
2.06/2.18	c bounds -19 >= -1240 @ 1.9241
2.06/2.18	c bounds -19 >= -1239 @ 1.92448
2.06/2.18	c bounds -19 >= -1238 @ 1.92486
2.06/2.18	c bounds -19 >= -1237 @ 1.92524
2.06/2.18	c bounds -19 >= -1236 @ 1.92562
2.06/2.18	c bounds -19 >= -1235 @ 1.92599
2.06/2.18	c bounds -19 >= -1234 @ 1.92637
2.06/2.18	c bounds -19 >= -1233 @ 1.92676
2.06/2.18	c bounds -19 >= -1232 @ 1.92714
2.06/2.18	c bounds -19 >= -1231 @ 1.92751
2.06/2.18	c bounds -19 >= -1230 @ 1.92789
2.06/2.19	c bounds -19 >= -1229 @ 1.92828
2.06/2.19	c bounds -19 >= -1228 @ 1.92866
2.06/2.19	c bounds -19 >= -1227 @ 1.92905
2.06/2.19	c bounds -19 >= -1226 @ 1.92942
2.06/2.19	c bounds -19 >= -1225 @ 1.92978
2.06/2.19	c bounds -19 >= -1224 @ 1.93014
2.06/2.19	c bounds -19 >= -1223 @ 1.93052
2.06/2.19	c bounds -19 >= -1222 @ 1.93089
2.06/2.19	c bounds -19 >= -1221 @ 1.93127
2.06/2.19	c bounds -19 >= -1220 @ 1.93166
2.06/2.19	c bounds -19 >= -1219 @ 1.93203
2.06/2.19	c bounds -19 >= -1218 @ 1.93242
2.06/2.19	c bounds -19 >= -1217 @ 1.9328
2.06/2.19	c bounds -19 >= -1216 @ 1.93317
2.06/2.19	c bounds -19 >= -1215 @ 1.93356
2.06/2.19	c bounds -19 >= -1214 @ 1.93394
2.06/2.19	c bounds -19 >= -1213 @ 1.93432
2.06/2.19	c bounds -19 >= -1212 @ 1.9347
2.06/2.19	c bounds -19 >= -1211 @ 1.93508
2.06/2.19	c bounds -19 >= -1210 @ 1.93545
2.06/2.19	c bounds -19 >= -1209 @ 1.93582
2.06/2.19	c bounds -19 >= -1208 @ 1.93619
2.06/2.19	c bounds -19 >= -1207 @ 1.93657
2.06/2.19	c bounds -19 >= -1206 @ 1.93695
2.06/2.19	c bounds -19 >= -1205 @ 1.93732
2.06/2.19	c bounds -19 >= -1204 @ 1.93769
2.06/2.20	c bounds -19 >= -1203 @ 1.93807
2.16/2.20	c bounds -19 >= -1202 @ 1.93845
2.16/2.20	c bounds -19 >= -1201 @ 1.93853
2.16/2.20	c bounds -19 >= -1200 @ 1.93853
2.16/2.20	c bounds -19 >= -1199 @ 1.93857
2.16/2.20	c bounds -19 >= -1198 @ 1.93894
2.16/2.20	c bounds -19 >= -1197 @ 1.93931
2.16/2.20	c bounds -19 >= -1196 @ 1.93968
2.16/2.20	c bounds -19 >= -1195 @ 1.94005
2.16/2.20	c bounds -19 >= -1194 @ 1.94042
2.16/2.20	c bounds -19 >= -1193 @ 1.94079
2.16/2.20	c bounds -19 >= -1192 @ 1.94116
2.16/2.20	c bounds -19 >= -1191 @ 1.94153
2.16/2.20	c bounds -19 >= -1190 @ 1.9419
2.16/2.20	c bounds -19 >= -1189 @ 1.94226
2.16/2.20	c bounds -19 >= -1188 @ 1.94263
2.16/2.20	c bounds -19 >= -1187 @ 1.943
2.16/2.20	c bounds -19 >= -1186 @ 1.94337
2.16/2.20	c bounds -19 >= -1185 @ 1.94346
2.16/2.20	c bounds -19 >= -1184 @ 1.94346
2.16/2.20	c bounds -19 >= -1183 @ 1.9435
2.16/2.20	c bounds -19 >= -1182 @ 1.94388
2.16/2.20	c bounds -19 >= -1181 @ 1.94426
2.16/2.20	c bounds -19 >= -1180 @ 1.94464
2.16/2.21	c bounds -20 >= -1180 @ 1.946
2.16/2.21	c bounds -20 >= -1179 @ 1.94636
2.16/2.21	c bounds -20 >= -1178 @ 1.94671
2.16/2.21	c bounds -20 >= -1177 @ 1.94707
2.16/2.21	c bounds -20 >= -1176 @ 1.94743
2.16/2.21	c bounds -20 >= -1175 @ 1.94778
2.16/2.21	c bounds -20 >= -1174 @ 1.94813
2.16/2.21	c bounds -20 >= -1173 @ 1.94849
2.16/2.21	c bounds -20 >= -1172 @ 1.94883
2.16/2.21	c bounds -20 >= -1171 @ 1.94919
2.16/2.21	c bounds -20 >= -1170 @ 1.94954
2.16/2.21	c bounds -20 >= -1169 @ 1.94989
2.16/2.21	c bounds -20 >= -1168 @ 1.95024
2.16/2.21	c bounds -20 >= -1167 @ 1.95058
2.16/2.21	c bounds -20 >= -1166 @ 1.95093
2.16/2.21	c bounds -20 >= -1165 @ 1.95128
2.16/2.21	c bounds -20 >= -1164 @ 1.95162
2.16/2.21	c bounds -20 >= -1163 @ 1.95197
2.16/2.21	c bounds -20 >= -1162 @ 1.95232
2.16/2.21	c bounds -20 >= -1161 @ 1.95266
2.16/2.21	c bounds -20 >= -1160 @ 1.95301
2.16/2.21	c bounds -20 >= -1159 @ 1.95335
2.16/2.21	c bounds -20 >= -1158 @ 1.95369
2.16/2.21	c bounds -21 >= -1158 @ 1.95446
2.16/2.21	c bounds -21 >= -1157 @ 1.9548
2.16/2.21	c bounds -21 >= -1156 @ 1.95515
2.16/2.21	c bounds -21 >= -1155 @ 1.9555
2.16/2.21	c bounds -21 >= -1154 @ 1.95585
2.16/2.22	c bounds -21 >= -1153 @ 1.95619
2.16/2.22	c bounds -21 >= -1152 @ 1.95654
2.16/2.22	c bounds -21 >= -1151 @ 1.95688
2.16/2.22	c bounds -21 >= -1150 @ 1.95722
2.16/2.22	c bounds -21 >= -1149 @ 1.95758
2.16/2.22	c bounds -21 >= -1148 @ 1.95792
2.16/2.22	c bounds -21 >= -1147 @ 1.95827
2.16/2.22	c bounds -21 >= -1146 @ 1.95862
2.16/2.22	c bounds -21 >= -1145 @ 1.95896
2.16/2.22	c bounds -21 >= -1144 @ 1.95931
2.16/2.22	c bounds -21 >= -1143 @ 1.95966
2.16/2.22	c bounds -21 >= -1142 @ 1.96
2.16/2.22	c bounds -22 >= -1142 @ 1.96187
2.16/2.22	c bounds -22 >= -1141 @ 1.96222
2.16/2.22	c bounds -22 >= -1140 @ 1.96257
2.16/2.22	c bounds -22 >= -1139 @ 1.96292
2.16/2.22	c bounds -22 >= -1138 @ 1.96327
2.16/2.22	c bounds -22 >= -1137 @ 1.96362
2.16/2.22	c bounds -22 >= -1136 @ 1.96396
2.16/2.22	c bounds -22 >= -1135 @ 1.96431
2.16/2.22	c bounds -22 >= -1134 @ 1.96465
2.16/2.22	c bounds -22 >= -1133 @ 1.965
2.16/2.22	c bounds -22 >= -1132 @ 1.96534
2.16/2.22	c bounds -22 >= -1131 @ 1.96569
2.16/2.23	c bounds -22 >= -1130 @ 1.96604
2.16/2.23	c bounds -22 >= -1129 @ 1.96639
2.16/2.23	c bounds -22 >= -1128 @ 1.96673
2.16/2.23	c bounds -22 >= -1127 @ 1.96708
2.16/2.23	c bounds -22 >= -1126 @ 1.96743
2.16/2.23	c bounds -22 >= -1125 @ 1.9675
2.16/2.23	c bounds -22 >= -1124 @ 1.9675
2.16/2.23	c bounds -22 >= -1123 @ 1.9675
2.16/2.23	c bounds -22 >= -1122 @ 1.96786
2.16/2.23	c bounds -22 >= -1121 @ 1.96819
2.16/2.23	c bounds -22 >= -1120 @ 1.96853
2.16/2.23	c bounds -22 >= -1119 @ 1.96887
2.16/2.23	c bounds -22 >= -1118 @ 1.96928
2.16/2.23	c bounds -22 >= -1117 @ 1.96963
2.16/2.23	c bounds -22 >= -1116 @ 1.96998
2.16/2.23	c bounds -22 >= -1115 @ 1.97033
2.16/2.23	c bounds -22 >= -1114 @ 1.97069
2.16/2.23	c bounds -22 >= -1113 @ 1.97103
2.16/2.23	c bounds -22 >= -1112 @ 1.97138
2.16/2.23	c bounds -22 >= -1111 @ 1.97171
2.16/2.23	c bounds -22 >= -1110 @ 1.97205
2.16/2.23	c bounds -22 >= -1109 @ 1.97239
2.16/2.23	c bounds -22 >= -1108 @ 1.97272
2.16/2.23	c bounds -22 >= -1107 @ 1.97306
2.16/2.23	c bounds -23 >= -1107 @ 1.97405
2.16/2.23	c bounds -23 >= -1106 @ 1.97441
2.16/2.23	c bounds -23 >= -1105 @ 1.97477
2.16/2.24	c bounds -23 >= -1104 @ 1.97512
2.16/2.24	c bounds -23 >= -1103 @ 1.97547
2.16/2.24	c bounds -23 >= -1102 @ 1.97583
2.16/2.24	c bounds -23 >= -1101 @ 1.97618
2.16/2.24	c bounds -23 >= -1100 @ 1.97654
2.16/2.24	c bounds -23 >= -1099 @ 1.97689
2.16/2.24	c bounds -23 >= -1098 @ 1.97725
2.16/2.24	c bounds -23 >= -1097 @ 1.97761
2.16/2.24	c bounds -23 >= -1096 @ 1.97797
2.16/2.24	c bounds -23 >= -1095 @ 1.97832
2.16/2.24	c bounds -23 >= -1094 @ 1.97867
2.16/2.24	c bounds -23 >= -1093 @ 1.97903
2.16/2.24	c bounds -23 >= -1092 @ 1.97938
2.16/2.24	c bounds -23 >= -1091 @ 1.97975
2.16/2.24	c bounds -23 >= -1090 @ 1.9801
2.16/2.24	c bounds -23 >= -1089 @ 1.98046
2.16/2.24	c bounds -23 >= -1088 @ 1.98082
2.16/2.24	c bounds -23 >= -1087 @ 1.98118
2.16/2.24	c bounds -23 >= -1086 @ 1.98154
2.16/2.24	c bounds -23 >= -1085 @ 1.98189
2.16/2.24	c bounds -24 >= -1085 @ 1.98262
2.16/2.24	c bounds -24 >= -1084 @ 1.98298
2.16/2.24	c bounds -24 >= -1083 @ 1.98333
2.16/2.24	c bounds -24 >= -1082 @ 1.9837
2.16/2.24	c bounds -24 >= -1081 @ 1.98406
2.16/2.24	c bounds -24 >= -1080 @ 1.98442
2.16/2.24	c bounds -24 >= -1079 @ 1.98478
2.16/2.25	c bounds -24 >= -1078 @ 1.98515
2.16/2.25	c bounds -24 >= -1077 @ 1.9855
2.16/2.25	c bounds -24 >= -1076 @ 1.98586
2.16/2.25	c bounds -25 >= -1076 @ 1.98739
2.16/2.25	c bounds -25 >= -1075 @ 1.98777
2.16/2.25	c bounds -25 >= -1074 @ 1.98812
2.16/2.25	c bounds -25 >= -1073 @ 1.98848
2.16/2.25	c bounds -25 >= -1072 @ 1.98883
2.16/2.25	c bounds -25 >= -1071 @ 1.98919
2.16/2.25	c bounds -25 >= -1070 @ 1.98954
2.16/2.25	c bounds -25 >= -1069 @ 1.98989
2.16/2.25	c bounds -25 >= -1068 @ 1.99025
2.16/2.25	c bounds -25 >= -1067 @ 1.99061
2.16/2.25	c bounds -25 >= -1066 @ 1.99094
2.16/2.25	c bounds -25 >= -1065 @ 1.99128
2.16/2.25	c bounds -25 >= -1064 @ 1.99162
2.16/2.25	c bounds -25 >= -1063 @ 1.99196
2.16/2.25	c bounds -25 >= -1062 @ 1.99229
2.16/2.25	c bounds -25 >= -1061 @ 1.99237
2.16/2.25	c bounds -25 >= -1060 @ 1.99237
2.16/2.25	c bounds -25 >= -1059 @ 1.99237
2.16/2.25	c bounds -25 >= -1058 @ 1.99265
2.16/2.25	c bounds -25 >= -1057 @ 1.99298
2.16/2.25	c bounds -25 >= -1056 @ 1.99332
2.16/2.25	c bounds -25 >= -1055 @ 1.99366
2.16/2.26	c bounds -25 >= -1054 @ 1.99399
2.16/2.26	c bounds -25 >= -1053 @ 1.99433
2.16/2.26	c bounds -26 >= -1053 @ 1.99444
2.16/2.26	c bounds -26 >= -1052 @ 1.99444
2.16/2.26	c bounds -26 >= -1051 @ 1.9947
2.16/2.26	c bounds -26 >= -1050 @ 1.99504
2.16/2.26	c bounds -26 >= -1049 @ 1.99537
2.16/2.26	c bounds -26 >= -1048 @ 1.99571
2.16/2.26	c bounds -26 >= -1047 @ 1.99605
2.16/2.26	c bounds -26 >= -1046 @ 1.99638
2.16/2.26	c bounds -26 >= -1045 @ 1.99672
2.16/2.26	c bounds -26 >= -1044 @ 1.99705
2.16/2.26	c bounds -26 >= -1043 @ 1.99739
2.16/2.26	c bounds -26 >= -1042 @ 1.99775
2.16/2.26	c bounds -26 >= -1041 @ 1.9981
2.16/2.26	c bounds -26 >= -1040 @ 1.99845
2.16/2.26	c bounds -26 >= -1039 @ 1.99881
2.16/2.26	c bounds -26 >= -1038 @ 1.99916
2.16/2.26	c bounds -26 >= -1037 @ 1.99952
2.16/2.26	c bounds -26 >= -1036 @ 1.99986
2.16/2.26	c bounds -26 >= -1035 @ 2.00022
2.16/2.26	c bounds -26 >= -1034 @ 2.00056
2.16/2.27	c bounds -27 >= -1034 @ 2.0076
2.16/2.27	c bounds -27 >= -1033 @ 2.00796
2.16/2.27	c bounds -27 >= -1032 @ 2.00832
2.16/2.27	c bounds -27 >= -1031 @ 2.00867
2.16/2.27	c bounds -27 >= -1030 @ 2.00902
2.16/2.27	c bounds -27 >= -1029 @ 2.00935
2.16/2.27	c bounds -27 >= -1028 @ 2.00969
2.16/2.27	c bounds -27 >= -1027 @ 2.01003
2.16/2.27	c bounds -27 >= -1026 @ 2.01036
2.16/2.27	c bounds -27 >= -1025 @ 2.01071
2.16/2.27	c bounds -27 >= -1024 @ 2.01105
2.16/2.27	c bounds -27 >= -1023 @ 2.01139
2.16/2.27	c bounds -27 >= -1022 @ 2.01173
2.16/2.27	c bounds -27 >= -1021 @ 2.01206
2.16/2.27	c bounds -27 >= -1020 @ 2.0124
2.16/2.27	c bounds -27 >= -1019 @ 2.01273
2.16/2.28	c bounds -27 >= -1018 @ 2.01307
2.16/2.28	c bounds -27 >= -1017 @ 2.01339
2.16/2.28	c bounds -27 >= -1016 @ 2.01373
2.16/2.28	c bounds -27 >= -1015 @ 2.01406
2.16/2.28	c bounds -27 >= -1014 @ 2.01439
2.16/2.28	c bounds -27 >= -1013 @ 2.01472
2.16/2.28	c bounds -27 >= -1012 @ 2.01506
2.16/2.28	c bounds -27 >= -1011 @ 2.01539
2.16/2.28	c bounds -27 >= -1010 @ 2.01572
2.16/2.28	c bounds -27 >= -1009 @ 2.01605
2.16/2.28	c bounds -27 >= -1008 @ 2.01638
2.16/2.28	c bounds -27 >= -1007 @ 2.01671
2.16/2.28	c bounds -27 >= -1006 @ 2.01704
2.16/2.28	c bounds -27 >= -1005 @ 2.01737
2.16/2.28	c bounds -27 >= -1004 @ 2.0177
2.16/2.28	c bounds -27 >= -1003 @ 2.01804
2.16/2.28	c bounds -27 >= -1002 @ 2.01837
2.16/2.28	c bounds -27 >= -1001 @ 2.0187
2.16/2.28	c bounds -27 >= -1000 @ 2.01903
2.16/2.28	c bounds -27 >= -999 @ 2.01936
2.16/2.28	c bounds -27 >= -998 @ 2.01969
2.16/2.28	c bounds -27 >= -997 @ 2.02003
2.16/2.28	c bounds -27 >= -996 @ 2.02036
2.16/2.28	c bounds -27 >= -995 @ 2.02069
2.16/2.28	c bounds -27 >= -994 @ 2.02102
2.16/2.28	c bounds -27 >= -993 @ 2.02135
2.16/2.28	c bounds -27 >= -992 @ 2.02169
2.16/2.28	c bounds -27 >= -991 @ 2.02203
2.16/2.28	c bounds -27 >= -990 @ 2.02236
2.16/2.28	c bounds -27 >= -989 @ 2.0227
2.16/2.29	c bounds -27 >= -988 @ 2.02304
2.16/2.29	c bounds -27 >= -987 @ 2.02336
2.16/2.29	c bounds -27 >= -986 @ 2.02369
2.16/2.29	c bounds -27 >= -985 @ 2.02402
2.16/2.29	c bounds -27 >= -984 @ 2.02435
2.16/2.29	c bounds -27 >= -983 @ 2.02469
2.16/2.29	c bounds -27 >= -982 @ 2.02502
2.16/2.29	c bounds -27 >= -981 @ 2.02534
2.16/2.29	c bounds -27 >= -980 @ 2.02567
2.16/2.29	c bounds -27 >= -979 @ 2.026
2.16/2.29	c bounds -27 >= -978 @ 2.02632
2.16/2.29	c bounds -27 >= -977 @ 2.02666
2.16/2.29	c bounds -27 >= -976 @ 2.02701
2.16/2.29	c bounds -27 >= -975 @ 2.02734
2.16/2.29	c bounds -27 >= -974 @ 2.02768
2.16/2.29	c bounds -27 >= -973 @ 2.02801
2.16/2.29	c bounds -27 >= -972 @ 2.02833
2.16/2.29	c bounds -27 >= -971 @ 2.02867
2.16/2.29	c bounds -27 >= -970 @ 2.029
2.16/2.29	c bounds -27 >= -969 @ 2.0294
2.16/2.29	c bounds -27 >= -968 @ 2.02973
2.16/2.29	c bounds -27 >= -967 @ 2.03006
2.16/2.29	c bounds -27 >= -966 @ 2.03039
2.16/2.29	c bounds -27 >= -965 @ 2.03072
2.16/2.29	c bounds -27 >= -964 @ 2.03106
2.16/2.29	c bounds -27 >= -963 @ 2.03139
2.16/2.29	c bounds -27 >= -962 @ 2.03172
2.16/2.29	c bounds -27 >= -961 @ 2.03205
2.16/2.29	c bounds -27 >= -960 @ 2.03237
2.16/2.30	c bounds -27 >= -959 @ 2.0327
2.16/2.30	c bounds -27 >= -958 @ 2.03302
2.26/2.30	c bounds -27 >= -957 @ 2.03335
2.26/2.30	c bounds -27 >= -956 @ 2.03368
2.26/2.30	c bounds -27 >= -955 @ 2.03401
2.26/2.30	c bounds -27 >= -954 @ 2.03434
2.26/2.30	c bounds -27 >= -953 @ 2.03468
2.26/2.30	c bounds -27 >= -952 @ 2.035
2.26/2.30	c bounds -27 >= -951 @ 2.03533
2.26/2.30	c bounds -27 >= -950 @ 2.03565
2.26/2.30	c bounds -27 >= -949 @ 2.03598
2.26/2.30	c bounds -27 >= -948 @ 2.03631
2.26/2.30	c bounds -27 >= -947 @ 2.03665
2.26/2.30	c bounds -27 >= -946 @ 2.03698
2.26/2.30	c bounds -27 >= -945 @ 2.03731
2.26/2.30	c bounds -27 >= -944 @ 2.03764
2.26/2.30	c bounds -27 >= -943 @ 2.03798
2.26/2.30	c bounds -27 >= -942 @ 2.0383
2.26/2.30	c bounds -27 >= -941 @ 2.03864
2.26/2.30	c bounds -27 >= -940 @ 2.03897
2.26/2.30	c bounds -27 >= -939 @ 2.03932
2.26/2.30	c bounds -27 >= -938 @ 2.03965
2.26/2.30	c bounds -27 >= -937 @ 2.03999
2.26/2.30	c bounds -27 >= -936 @ 2.04032
2.26/2.30	c bounds -27 >= -935 @ 2.04065
2.26/2.30	c bounds -27 >= -934 @ 2.04097
2.26/2.30	c bounds -27 >= -933 @ 2.04129
2.26/2.30	c bounds -27 >= -932 @ 2.04162
2.26/2.30	c bounds -27 >= -931 @ 2.04195
2.26/2.30	c bounds -27 >= -930 @ 2.04226
2.26/2.30	c bounds -27 >= -929 @ 2.04259
2.26/2.31	c bounds -27 >= -928 @ 2.04291
2.26/2.31	c bounds -27 >= -927 @ 2.04323
2.26/2.31	c bounds -27 >= -926 @ 2.04355
2.26/2.31	c bounds -27 >= -925 @ 2.04387
2.26/2.31	c bounds -27 >= -924 @ 2.04418
2.26/2.31	c bounds -27 >= -923 @ 2.04453
2.26/2.31	c bounds -27 >= -922 @ 2.04486
2.26/2.31	c bounds -27 >= -921 @ 2.04519
2.26/2.31	c bounds -27 >= -920 @ 2.04551
2.26/2.31	c bounds -27 >= -919 @ 2.04583
2.26/2.31	c bounds -27 >= -918 @ 2.04616
2.26/2.31	c bounds -27 >= -917 @ 2.04648
2.26/2.31	c bounds -27 >= -916 @ 2.04681
2.26/2.31	c bounds -27 >= -915 @ 2.04713
2.26/2.31	c bounds -27 >= -914 @ 2.04745
2.26/2.31	c bounds -27 >= -913 @ 2.04778
2.26/2.31	c bounds -27 >= -912 @ 2.0481
2.26/2.31	c bounds -27 >= -911 @ 2.04843
2.26/2.31	c bounds -27 >= -910 @ 2.04875
2.26/2.31	c bounds -27 >= -909 @ 2.04908
2.26/2.31	c bounds -27 >= -908 @ 2.0494
2.26/2.31	c bounds -27 >= -907 @ 2.04972
2.26/2.31	c bounds -27 >= -906 @ 2.05004
2.26/2.31	c bounds -27 >= -905 @ 2.05036
2.26/2.31	c bounds -27 >= -904 @ 2.05068
2.26/2.31	c bounds -27 >= -903 @ 2.051
2.26/2.31	c bounds -27 >= -902 @ 2.05132
2.26/2.31	c bounds -27 >= -901 @ 2.05164
2.26/2.31	c bounds -27 >= -900 @ 2.05197
2.26/2.31	c bounds -27 >= -899 @ 2.05231
2.26/2.31	c bounds -27 >= -898 @ 2.05263
2.26/2.32	c bounds -27 >= -897 @ 2.05295
2.26/2.32	c bounds -27 >= -896 @ 2.05327
2.26/2.32	c bounds -27 >= -895 @ 2.0536
2.26/2.32	c bounds -27 >= -894 @ 2.05392
2.26/2.32	c bounds -27 >= -893 @ 2.05424
2.26/2.32	c bounds -27 >= -892 @ 2.05456
2.26/2.32	c bounds -27 >= -891 @ 2.05489
2.26/2.32	c bounds -27 >= -890 @ 2.0552
2.26/2.32	c bounds -27 >= -889 @ 2.05553
2.26/2.32	c bounds -27 >= -888 @ 2.05585
2.26/2.32	c bounds -27 >= -887 @ 2.05617
2.26/2.32	c bounds -27 >= -886 @ 2.05625
2.26/2.32	c bounds -27 >= -885 @ 2.05625
2.26/2.32	c bounds -27 >= -884 @ 2.05625
2.26/2.32	c bounds -27 >= -883 @ 2.0565
2.26/2.32	c bounds -27 >= -882 @ 2.05682
2.26/2.32	c bounds -27 >= -881 @ 2.05715
2.26/2.32	c bounds -27 >= -880 @ 2.05746
2.26/2.32	c bounds -27 >= -879 @ 2.05778
2.26/2.32	c bounds -27 >= -878 @ 2.05811
2.26/2.32	c bounds -27 >= -877 @ 2.05843
2.26/2.32	c bounds -27 >= -876 @ 2.05876
2.26/2.32	c bounds -27 >= -875 @ 2.05909
2.26/2.32	c bounds -27 >= -874 @ 2.05941
2.26/2.32	c bounds -27 >= -873 @ 2.05973
2.26/2.32	c bounds -27 >= -872 @ 2.06005
2.26/2.32	c bounds -27 >= -871 @ 2.06036
2.26/2.32	c bounds -27 >= -870 @ 2.06068
2.26/2.32	c bounds -27 >= -869 @ 2.06099
2.26/2.32	c bounds -27 >= -868 @ 2.0613
2.26/2.33	c bounds -27 >= -867 @ 2.06162
2.26/2.33	c bounds -27 >= -866 @ 2.06194
2.26/2.33	c bounds -27 >= -865 @ 2.06225
2.26/2.33	c bounds -27 >= -864 @ 2.06257
2.26/2.33	c bounds -27 >= -863 @ 2.06288
2.26/2.33	c bounds -27 >= -862 @ 2.06319
2.26/2.33	c bounds -27 >= -861 @ 2.06351
2.26/2.33	c bounds -27 >= -860 @ 2.06383
2.26/2.33	c bounds -27 >= -859 @ 2.06414
2.26/2.33	c bounds -27 >= -858 @ 2.06445
2.26/2.33	c bounds -27 >= -857 @ 2.06477
2.26/2.33	c bounds -27 >= -856 @ 2.06509
2.26/2.33	c bounds -27 >= -855 @ 2.0654
2.26/2.33	c bounds -27 >= -854 @ 2.06571
2.26/2.33	c bounds -27 >= -853 @ 2.06602
2.26/2.33	c bounds -27 >= -852 @ 2.06634
2.26/2.33	c bounds -27 >= -851 @ 2.06666
2.26/2.33	c bounds -27 >= -850 @ 2.06697
2.26/2.33	c bounds -27 >= -849 @ 2.06728
2.26/2.33	c bounds -27 >= -848 @ 2.0676
2.26/2.33	c bounds -27 >= -847 @ 2.06792
2.26/2.33	c bounds -27 >= -846 @ 2.06827
2.26/2.33	c bounds -27 >= -845 @ 2.0686
2.26/2.33	c bounds -27 >= -844 @ 2.06893
2.26/2.33	c bounds -27 >= -843 @ 2.06925
2.26/2.33	c bounds -27 >= -842 @ 2.06958
2.26/2.33	c bounds -27 >= -841 @ 2.0699
2.26/2.33	c bounds -27 >= -840 @ 2.07021
2.26/2.33	c bounds -27 >= -839 @ 2.07054
2.26/2.33	c bounds -28 >= -839 @ 2.07133
2.26/2.34	c bounds -28 >= -838 @ 2.07165
2.26/2.34	c bounds -28 >= -837 @ 2.07198
2.26/2.34	c bounds -28 >= -836 @ 2.07269
2.26/2.34	c bounds -28 >= -835 @ 2.07301
2.26/2.34	c bounds -28 >= -834 @ 2.07332
2.26/2.34	c bounds -28 >= -833 @ 2.07363
2.26/2.34	c bounds -28 >= -832 @ 2.07394
2.26/2.34	c bounds -28 >= -831 @ 2.07425
2.26/2.34	c bounds -28 >= -830 @ 2.07457
2.26/2.34	c bounds -28 >= -829 @ 2.07487
2.26/2.34	c bounds -28 >= -828 @ 2.07519
2.26/2.34	c bounds -28 >= -827 @ 2.07522
2.26/2.34	c bounds -28 >= -826 @ 2.07522
2.26/2.34	c bounds -28 >= -825 @ 2.07522
2.26/2.34	c bounds -28 >= -824 @ 2.07546
2.26/2.34	c bounds -28 >= -823 @ 2.07576
2.26/2.34	c bounds -28 >= -822 @ 2.07607
2.26/2.34	c bounds -28 >= -821 @ 2.07639
2.26/2.34	c bounds -28 >= -820 @ 2.07671
2.26/2.34	c bounds -28 >= -819 @ 2.07703
2.26/2.34	c bounds -28 >= -818 @ 2.07735
2.26/2.34	c bounds -28 >= -817 @ 2.07767
2.26/2.34	c bounds -28 >= -816 @ 2.07799
2.26/2.34	c bounds -28 >= -815 @ 2.0783
2.26/2.34	c bounds -28 >= -814 @ 2.07862
2.26/2.34	c bounds -28 >= -813 @ 2.07893
2.26/2.34	c bounds -28 >= -812 @ 2.07925
2.26/2.34	c bounds -28 >= -811 @ 2.07958
2.26/2.34	c bounds -28 >= -810 @ 2.07989
2.26/2.34	c bounds -28 >= -809 @ 2.08021
2.26/2.34	c bounds -28 >= -808 @ 2.08054
2.26/2.35	c bounds -28 >= -807 @ 2.08086
2.26/2.35	c bounds -28 >= -806 @ 2.08118
2.26/2.35	c bounds -28 >= -805 @ 2.0815
2.26/2.35	c bounds -28 >= -804 @ 2.08182
2.26/2.35	c bounds -28 >= -803 @ 2.08214
2.26/2.35	c bounds -28 >= -802 @ 2.08246
2.26/2.35	c bounds -28 >= -801 @ 2.08279
2.26/2.35	c bounds -28 >= -800 @ 2.08311
2.26/2.35	c bounds -28 >= -799 @ 2.08343
2.26/2.35	c bounds -28 >= -798 @ 2.08375
2.26/2.35	c bounds -28 >= -797 @ 2.08408
2.26/2.35	c bounds -28 >= -796 @ 2.0844
2.26/2.35	c bounds -28 >= -795 @ 2.08472
2.26/2.35	c bounds -28 >= -794 @ 2.08503
2.26/2.35	c bounds -28 >= -793 @ 2.08534
2.26/2.35	c bounds -28 >= -792 @ 2.08567
2.26/2.35	c bounds -28 >= -791 @ 2.08599
2.26/2.35	c bounds -29 >= -791 @ 2.08619
2.26/2.35	c bounds -29 >= -790 @ 2.08619
2.26/2.35	c bounds -29 >= -789 @ 2.08643
2.26/2.35	c bounds -29 >= -788 @ 2.08672
2.26/2.35	c bounds -29 >= -787 @ 2.08702
2.26/2.35	c bounds -29 >= -786 @ 2.08734
2.26/2.35	c bounds -29 >= -785 @ 2.08766
2.26/2.35	c bounds -29 >= -784 @ 2.08799
2.26/2.35	c bounds -29 >= -783 @ 2.08831
2.26/2.35	c bounds -29 >= -782 @ 2.08864
2.26/2.35	c bounds -29 >= -781 @ 2.08896
2.26/2.35	c bounds -29 >= -780 @ 2.08928
2.26/2.36	c bounds -30 >= -780 @ 2.09926
2.26/2.37	c bounds -30 >= -779 @ 2.09958
2.26/2.37	c bounds -30 >= -778 @ 2.09989
2.26/2.37	c bounds -30 >= -777 @ 2.1002
2.26/2.37	c bounds -30 >= -776 @ 2.10049
2.26/2.37	c bounds -30 >= -775 @ 2.1008
2.26/2.37	c bounds -30 >= -774 @ 2.10112
2.26/2.37	c bounds -30 >= -773 @ 2.10143
2.26/2.37	c bounds -30 >= -772 @ 2.10174
2.26/2.37	c bounds -30 >= -771 @ 2.10205
2.26/2.37	c bounds -30 >= -770 @ 2.10236
2.26/2.37	c bounds -30 >= -769 @ 2.10267
2.26/2.37	c bounds -30 >= -768 @ 2.10298
2.26/2.37	c bounds -30 >= -767 @ 2.10329
2.26/2.37	c bounds -30 >= -766 @ 2.10359
2.26/2.37	c bounds -30 >= -765 @ 2.10391
2.26/2.37	c bounds -30 >= -764 @ 2.10422
2.26/2.37	c bounds -30 >= -763 @ 2.10453
2.26/2.37	c bounds -30 >= -762 @ 2.10484
2.26/2.37	c bounds -30 >= -761 @ 2.10514
2.26/2.37	c bounds -30 >= -760 @ 2.10544
2.26/2.37	c bounds -30 >= -759 @ 2.10574
2.26/2.37	c bounds -30 >= -758 @ 2.10604
2.26/2.37	c bounds -30 >= -757 @ 2.10634
2.26/2.37	c bounds -30 >= -756 @ 2.10664
2.26/2.37	c bounds -30 >= -755 @ 2.10694
2.26/2.37	c bounds -30 >= -754 @ 2.10724
2.26/2.37	c bounds -30 >= -753 @ 2.10767
2.26/2.38	c bounds -30 >= -752 @ 2.11034
2.26/2.38	c bounds -30 >= -751 @ 2.11072
2.26/2.38	c bounds -30 >= -750 @ 2.11105
2.26/2.38	c bounds -30 >= -749 @ 2.11136
2.26/2.38	c bounds -30 >= -748 @ 2.11167
2.26/2.38	c bounds -30 >= -747 @ 2.11199
2.26/2.38	c bounds -30 >= -746 @ 2.1123
2.26/2.38	c bounds -30 >= -745 @ 2.11261
2.26/2.38	c bounds -30 >= -744 @ 2.11291
2.26/2.38	c bounds -30 >= -743 @ 2.11322
2.26/2.38	c bounds -30 >= -742 @ 2.11352
2.26/2.38	c bounds -30 >= -741 @ 2.11381
2.26/2.38	c bounds -30 >= -740 @ 2.11412
2.26/2.38	c bounds -30 >= -739 @ 2.11442
2.26/2.38	c bounds -30 >= -738 @ 2.11472
2.26/2.38	c bounds -30 >= -737 @ 2.11502
2.26/2.38	c bounds -30 >= -736 @ 2.11532
2.26/2.38	c bounds -30 >= -735 @ 2.11562
2.26/2.38	c bounds -30 >= -734 @ 2.11591
2.26/2.38	c bounds -30 >= -733 @ 2.11621
2.26/2.38	c bounds -30 >= -732 @ 2.11651
2.26/2.38	c bounds -30 >= -731 @ 2.11681
2.26/2.38	c bounds -30 >= -730 @ 2.11713
2.26/2.38	c bounds -30 >= -729 @ 2.11743
2.26/2.38	c bounds -30 >= -728 @ 2.11773
2.26/2.38	c bounds -30 >= -727 @ 2.11802
2.26/2.38	c bounds -30 >= -726 @ 2.11832
2.26/2.38	c bounds -30 >= -725 @ 2.11862
2.26/2.38	c bounds -30 >= -724 @ 2.11893
2.26/2.38	c bounds -30 >= -723 @ 2.11923
2.26/2.39	c bounds -30 >= -722 @ 2.11953
2.26/2.39	c bounds -30 >= -721 @ 2.11982
2.26/2.39	c bounds -30 >= -720 @ 2.12012
2.26/2.39	c bounds -30 >= -719 @ 2.12041
2.26/2.39	c bounds -30 >= -718 @ 2.12072
2.26/2.39	c bounds -30 >= -717 @ 2.12102
2.26/2.39	c bounds -30 >= -716 @ 2.12131
2.26/2.39	c bounds -30 >= -715 @ 2.1216
2.26/2.39	c bounds -30 >= -714 @ 2.1219
2.26/2.39	c bounds -30 >= -713 @ 2.12219
2.26/2.39	c bounds -30 >= -712 @ 2.1225
2.26/2.39	c bounds -30 >= -711 @ 2.12282
2.26/2.39	c bounds -30 >= -710 @ 2.12311
2.26/2.39	c bounds -30 >= -709 @ 2.12341
2.26/2.39	c bounds -30 >= -708 @ 2.1237
2.26/2.39	c bounds -30 >= -707 @ 2.12399
2.26/2.39	c bounds -30 >= -706 @ 2.12428
2.26/2.39	c bounds -30 >= -705 @ 2.12457
2.26/2.39	c bounds -30 >= -704 @ 2.12486
2.26/2.39	c bounds -30 >= -703 @ 2.12515
2.26/2.39	c bounds -30 >= -702 @ 2.12544
2.26/2.39	c bounds -30 >= -701 @ 2.12573
2.26/2.39	c bounds -30 >= -700 @ 2.12602
2.26/2.39	c bounds -30 >= -699 @ 2.12631
2.26/2.39	c bounds -30 >= -698 @ 2.1274
2.26/2.39	c bounds -30 >= -697 @ 2.12809
2.36/2.40	c bounds -30 >= -696 @ 2.12809
2.36/2.40	c bounds -30 >= -695 @ 2.12882
2.36/2.40	c bounds -30 >= -694 @ 2.12931
2.36/2.40	c bounds -30 >= -693 @ 2.13008
2.36/2.40	c bounds -30 >= -692 @ 2.13021
2.36/2.40	c bounds -30 >= -691 @ 2.13108
2.36/2.41	c bounds -30 >= -690 @ 2.13268
2.36/2.41	c bounds -30 >= -689 @ 2.13323
2.36/2.41	c bounds -30 >= -688 @ 2.13424
2.36/2.41	c bounds -30 >= -687 @ 2.13619
2.36/2.41	c bounds -30 >= -686 @ 2.13723
2.36/2.42	c bounds -30 >= -685 @ 2.13806
2.36/2.42	c bounds -30 >= -684 @ 2.13922
2.36/2.42	c bounds -30 >= -683 @ 2.14005
2.36/2.42	c bounds -30 >= -682 @ 2.14027
2.36/2.43	c bounds -30 >= -681 @ 2.14204
2.36/2.43	c bounds -30 >= -680 @ 2.14304
2.36/2.43	c bounds -30 >= -679 @ 2.14328
2.36/2.43	c bounds -30 >= -678 @ 2.14403
2.36/2.43	c bounds -30 >= -677 @ 2.1442
2.36/2.44	c bounds -30 >= -676 @ 2.14503
2.36/2.44	c bounds -30 >= -675 @ 2.14602
2.36/2.44	c bounds -30 >= -674 @ 2.14603
2.36/2.44	c bounds -30 >= -673 @ 2.14603
2.36/2.45	c bounds -30 >= -672 @ 2.14802
2.36/2.45	c bounds -30 >= -671 @ 2.14802
2.36/2.45	c bounds -30 >= -670 @ 2.14832
2.36/2.45	c bounds -30 >= -669 @ 2.14901
2.36/2.46	c bounds -30 >= -668 @ 2.14915
2.36/2.46	c bounds -30 >= -667 @ 2.15
2.36/2.46	c bounds -30 >= -666 @ 2.15124
2.36/2.46	c bounds -30 >= -665 @ 2.15322
2.36/2.46	c bounds -30 >= -664 @ 2.15399
2.36/2.46	c bounds -30 >= -663 @ 2.15508
2.36/2.47	c bounds -30 >= -662 @ 2.15699
2.36/2.47	c bounds -31 >= -662 @ 2.16193
2.36/2.47	c bounds -31 >= -661 @ 2.16296
2.36/2.48	c bounds -31 >= -660 @ 2.16397
2.36/2.48	c bounds -31 >= -659 @ 2.16397
2.36/2.48	c bounds -31 >= -658 @ 2.16397
2.36/2.48	c bounds -31 >= -657 @ 2.16554
2.36/2.48	c bounds -31 >= -656 @ 2.16791
2.36/2.49	c bounds -31 >= -655 @ 2.16896
2.36/2.49	c bounds -31 >= -654 @ 2.16995
2.36/2.49	c bounds -31 >= -653 @ 2.16995
2.36/2.49	c bounds -31 >= -652 @ 2.16995
2.46/2.50	c bounds -31 >= -651 @ 2.17194
2.46/2.50	c bounds -31 >= -650 @ 2.17272
2.46/2.50	c bounds -31 >= -649 @ 2.17359
2.46/2.50	c bounds -31 >= -648 @ 2.17446
2.46/2.51	c bounds -31 >= -647 @ 2.17683
2.46/2.51	c bounds -31 >= -646 @ 2.17693
2.46/2.51	c bounds -31 >= -645 @ 2.17769
2.46/2.51	c bounds -31 >= -644 @ 2.17809
2.46/2.51	c bounds -31 >= -643 @ 2.17992
2.46/2.52	c bounds -31 >= -642 @ 2.17992
2.46/2.52	c bounds -31 >= -641 @ 2.18162
2.46/2.52	c bounds -31 >= -640 @ 2.18191
2.46/2.52	c bounds -31 >= -639 @ 2.1849
2.46/2.53	c bounds -31 >= -638 @ 2.18589
2.46/2.53	c bounds -31 >= -637 @ 2.18711
2.46/2.53	c bounds -31 >= -636 @ 2.18789
2.46/2.54	c bounds -31 >= -635 @ 2.18988
2.46/2.54	c bounds -31 >= -634 @ 2.19256
2.46/2.55	c bounds -31 >= -633 @ 2.19615
2.66/2.74	c bounds -32 >= -633 @ 2.37989
2.66/2.74	c bounds -32 >= -632 @ 2.38037
2.85/2.96	c bounds -32 >= -631 @ 2.59678
2.85/2.96	c bounds -32 >= -630 @ 2.59714
2.85/2.96	c bounds -32 >= -629 @ 2.59789
2.85/2.96	c bounds -32 >= -628 @ 2.59889
2.85/2.96	c bounds -32 >= -627 @ 2.59911
2.85/2.97	c bounds -32 >= -626 @ 2.59989
2.85/2.97	c bounds -32 >= -625 @ 2.60089
2.85/2.97	c bounds -32 >= -624 @ 2.60285
2.85/2.97	c bounds -32 >= -623 @ 2.60389
2.85/2.97	c bounds -32 >= -622 @ 2.605
2.85/2.98	c bounds -32 >= -621 @ 2.60588
2.85/2.98	c bounds -32 >= -620 @ 2.60663
2.85/2.98	c bounds -32 >= -619 @ 2.60687
2.85/2.98	c bounds -32 >= -618 @ 2.60712
2.85/2.98	c bounds -32 >= -617 @ 2.60832
2.85/2.98	c bounds -32 >= -616 @ 2.60886
2.85/2.98	c bounds -32 >= -615 @ 2.60886
2.85/2.99	c bounds -32 >= -614 @ 2.61002
2.85/2.99	c bounds -32 >= -613 @ 2.61086
2.85/2.99	c bounds -32 >= -612 @ 2.61186
2.85/2.99	c bounds -32 >= -611 @ 2.61186
2.85/2.99	c bounds -32 >= -610 @ 2.61385
2.85/3.00	c bounds -32 >= -609 @ 2.61493
2.85/3.00	c bounds -32 >= -608 @ 2.61649
2.85/3.00	c bounds -32 >= -607 @ 2.61754
2.85/3.00	c bounds -32 >= -606 @ 2.61791
2.97/3.00	c bounds -32 >= -605 @ 2.61991
2.97/3.00	c bounds -32 >= -604 @ 2.62101
2.97/3.01	c bounds -32 >= -603 @ 2.6225
2.97/3.01	c bounds -32 >= -602 @ 2.62475
2.97/3.02	c bounds -32 >= -601 @ 2.62739
2.97/3.02	c bounds -32 >= -600 @ 2.62919
2.97/3.02	c bounds -32 >= -599 @ 2.63093
2.97/3.03	c bounds -32 >= -598 @ 2.63232
2.97/3.03	c bounds -32 >= -597 @ 2.63496
2.97/3.03	c bounds -32 >= -596 @ 2.63592
2.97/3.04	c #Conflicts:       1000 | #Constraints:     113649
2.97/3.04	c bounds -32 >= -595 @ 2.63708
2.97/3.04	c bounds -32 >= -594 @ 2.63909
2.97/3.04	c bounds -32 >= -593 @ 2.63971
2.97/3.05	c bounds -32 >= -592 @ 2.64216
2.97/3.06	c bounds -32 >= -591 @ 2.64469
2.97/3.06	c bounds -32 >= -590 @ 2.64668
2.97/3.06	c bounds -32 >= -589 @ 2.64768
2.97/3.07	c bounds -32 >= -588 @ 2.65099
2.97/3.07	c bounds -32 >= -587 @ 2.65494
2.97/3.08	c bounds -32 >= -586 @ 2.65566
2.97/3.08	c bounds -32 >= -585 @ 2.65566
2.97/3.08	c bounds -32 >= -584 @ 2.65594
2.97/3.08	c bounds -32 >= -583 @ 2.65717
2.97/3.08	c bounds -32 >= -582 @ 2.65836
2.97/3.09	c bounds -32 >= -581 @ 2.65865
2.97/3.09	c bounds -32 >= -580 @ 2.66069
2.97/3.09	c bounds -32 >= -579 @ 2.66205
2.97/3.09	c bounds -32 >= -578 @ 2.66374
2.97/3.10	c bounds -32 >= -577 @ 2.66691
3.06/3.10	c bounds -32 >= -576 @ 2.66862
3.06/3.10	c bounds -32 >= -575 @ 2.66957
3.06/3.11	c bounds -32 >= -574 @ 2.66961
3.06/3.11	c bounds -32 >= -573 @ 2.67061
3.06/3.11	c bounds -32 >= -572 @ 2.67064
3.06/3.11	c bounds -32 >= -571 @ 2.67161
3.06/3.11	c bounds -32 >= -570 @ 2.67164
3.06/3.11	c bounds -32 >= -569 @ 2.6726
3.06/3.12	c bounds -32 >= -568 @ 2.6726
3.06/3.12	c bounds -32 >= -567 @ 2.67291
3.06/3.12	c bounds -32 >= -566 @ 2.6736
3.06/3.12	c bounds -32 >= -565 @ 2.6736
3.06/3.12	c bounds -32 >= -564 @ 2.6736
3.06/3.12	c bounds -32 >= -563 @ 2.6736
3.06/3.12	c bounds -32 >= -562 @ 2.6736
3.06/3.12	c bounds -32 >= -561 @ 2.6736
3.06/3.12	c bounds -32 >= -560 @ 2.6738
3.06/3.13	c bounds -32 >= -559 @ 2.67487
3.06/3.13	c bounds -32 >= -558 @ 2.67559
3.06/3.13	c bounds -32 >= -557 @ 2.67595
3.06/3.13	c bounds -32 >= -556 @ 2.67659
3.06/3.13	c bounds -32 >= -555 @ 2.6768
3.06/3.13	c bounds -32 >= -554 @ 2.67786
3.06/3.13	c bounds -32 >= -553 @ 2.67876
3.06/3.14	c bounds -32 >= -552 @ 2.67966
3.06/3.14	c bounds -32 >= -551 @ 2.68111
3.06/3.14	c bounds -32 >= -550 @ 2.68195
3.06/3.14	c bounds -32 >= -549 @ 2.68284
3.06/3.14	c bounds -32 >= -548 @ 2.68392
3.06/3.14	c bounds -32 >= -547 @ 2.68475
3.06/3.14	c bounds -32 >= -546 @ 2.68555
3.06/3.14	c bounds -32 >= -545 @ 2.68656
3.06/3.15	c bounds -32 >= -544 @ 2.68743
3.06/3.15	c bounds -32 >= -543 @ 2.68778
3.06/3.15	c bounds -32 >= -542 @ 2.68957
3.06/3.15	c bounds -32 >= -541 @ 2.69055
3.06/3.15	c bounds -32 >= -540 @ 2.69164
3.06/3.15	c bounds -32 >= -539 @ 2.69245
3.06/3.15	c bounds -32 >= -538 @ 2.69254
3.06/3.15	c bounds -32 >= -537 @ 2.69336
3.06/3.16	c bounds -32 >= -536 @ 2.69438
3.06/3.16	c bounds -32 >= -535 @ 2.69604
3.06/3.16	c bounds -32 >= -534 @ 2.69685
3.06/3.16	c bounds -32 >= -533 @ 2.69838
3.06/3.16	c bounds -32 >= -532 @ 2.69853
3.06/3.16	c bounds -32 >= -531 @ 2.69853
3.06/3.16	c bounds -32 >= -530 @ 2.69913
3.06/3.16	c bounds -32 >= -529 @ 2.69974
3.06/3.16	c bounds -32 >= -528 @ 2.70079
3.06/3.17	c bounds -32 >= -527 @ 2.70236
3.06/3.17	c bounds -32 >= -526 @ 2.70251
3.06/3.17	c bounds -32 >= -525 @ 2.70251
3.06/3.17	c bounds -32 >= -524 @ 2.70281
3.06/3.17	c bounds -32 >= -523 @ 2.70351
3.06/3.17	c bounds -32 >= -522 @ 2.70351
3.06/3.17	c bounds -32 >= -521 @ 2.70351
3.06/3.17	c bounds -32 >= -520 @ 2.70351
3.06/3.18	c bounds -32 >= -519 @ 2.70351
3.06/3.18	c bounds -32 >= -518 @ 2.70351
3.06/3.18	c bounds -32 >= -517 @ 2.70383
3.06/3.18	c bounds -32 >= -516 @ 2.70547
3.06/3.18	c bounds -32 >= -515 @ 2.7065
3.06/3.18	c bounds -32 >= -514 @ 2.70672
3.16/3.21	c #Conflicts:       2000 | #Constraints:     115166
3.16/3.21	c INPROCESSING
3.16/3.21	c GARBAGE COLLECT
3.16/3.21	c bounds -32 >= -513 @ 2.72992
3.16/3.21	c bounds -32 >= -512 @ 2.73224
3.16/3.21	c bounds -32 >= -511 @ 2.73434
3.16/3.22	c bounds -32 >= -510 @ 2.73646
3.16/3.22	c bounds -32 >= -509 @ 2.73841
3.16/3.22	c bounds -32 >= -508 @ 2.73941
3.16/3.23	c bounds -32 >= -507 @ 2.74143
3.16/3.23	c bounds -32 >= -506 @ 2.74572
3.16/3.23	c bounds -32 >= -505 @ 2.7499
3.16/3.24	c bounds -32 >= -504 @ 2.75413
3.16/3.24	c bounds -32 >= -503 @ 2.75824
3.56/3.62	c bounds -32 >= -502 @ 3.12669
3.56/3.63	c bounds -32 >= -501 @ 3.13553
3.56/3.69	c #Conflicts:       3000 | #Constraints:     114466
3.56/3.69	c bounds -33 >= -501 @ 3.18998
3.56/3.69	c bounds -33 >= -500 @ 3.19044
3.56/3.69	c bounds -33 >= -499 @ 3.19118
3.56/3.69	c bounds -33 >= -498 @ 3.19177
3.56/3.69	c bounds -33 >= -497 @ 3.19235
3.56/3.69	c bounds -33 >= -496 @ 3.19235
3.56/3.69	c bounds -33 >= -495 @ 3.19235
3.56/3.69	c bounds -33 >= -494 @ 3.19317
3.56/3.69	c bounds -33 >= -493 @ 3.19405
3.56/3.70	c bounds -33 >= -492 @ 3.19578
3.65/3.70	c bounds -33 >= -491 @ 3.19801
3.65/3.70	c bounds -33 >= -490 @ 3.20033
3.65/3.70	c bounds -33 >= -489 @ 3.20167
3.65/3.70	c bounds -33 >= -488 @ 3.20233
3.65/3.70	c bounds -33 >= -487 @ 3.20263
3.65/3.70	c bounds -33 >= -486 @ 3.20343
3.65/3.71	c bounds -33 >= -485 @ 3.20432
3.65/3.71	c bounds -33 >= -484 @ 3.20507
3.65/3.71	c bounds -33 >= -483 @ 3.20622
3.65/3.71	c bounds -33 >= -482 @ 3.2073
3.65/3.71	c bounds -33 >= -481 @ 3.20923
3.65/3.71	c bounds -33 >= -480 @ 3.2113
3.65/3.72	c bounds -33 >= -479 @ 3.21469
3.65/3.72	c bounds -33 >= -478 @ 3.22015
3.65/3.73	c bounds -33 >= -477 @ 3.22467
3.65/3.74	c bounds -33 >= -476 @ 3.23093
3.65/3.75	c #Conflicts:       4000 | #Constraints:     115764
3.65/3.75	c bounds -33 >= -475 @ 3.24178
3.65/3.76	c bounds -33 >= -474 @ 3.25211
3.65/3.77	c bounds -33 >= -473 @ 3.26215
3.65/3.77	c bounds -33 >= -472 @ 3.26575
4.75/4.87	c bounds -33 >= -471 @ 4.34995
4.75/4.88	c bounds -33 >= -470 @ 4.35635
4.75/4.88	c bounds -33 >= -469 @ 4.36044
4.75/4.89	c bounds -33 >= -468 @ 4.36905
4.85/4.91	c #Conflicts:       5000 | #Constraints:     116962
4.85/4.91	c bounds -34 >= -468 @ 4.38718
4.85/4.92	c bounds -34 >= -467 @ 4.38991
4.85/4.92	c bounds -34 >= -466 @ 4.3917
4.85/4.92	c bounds -34 >= -465 @ 4.39586
4.85/4.93	c bounds -34 >= -464 @ 4.39999
4.85/4.93	c bounds -34 >= -463 @ 4.40469
4.85/4.94	c bounds -34 >= -462 @ 4.41248
4.85/4.95	c bounds -34 >= -461 @ 4.41638
4.85/4.96	c bounds -34 >= -460 @ 4.42588
5.35/5.43	c #Conflicts:       6000 | #Constraints:     118147
5.35/5.43	c INPROCESSING
5.35/5.43	c GARBAGE COLLECT
5.35/5.43	c rational objective -460
5.85/5.95	c bounds -34 >= -459 @ 5.41134
5.85/5.95	c bounds -34 >= -458 @ 5.41263
5.85/5.96	c bounds -34 >= -457 @ 5.41524
5.85/5.96	c bounds -34 >= -456 @ 5.41971
5.85/5.97	c bounds -34 >= -455 @ 5.42756
5.85/5.98	c bounds -34 >= -454 @ 5.44029
5.95/6.01	c bounds -34 >= -453 @ 5.46753
5.95/6.04	c #Conflicts:       7000 | #Constraints:     116054
5.95/6.04	c bounds -34 >= -452 @ 5.49268
5.95/6.05	c bounds -34 >= -451 @ 5.50286
5.95/6.05	c bounds -34 >= -450 @ 5.50584
5.95/6.06	c bounds -34 >= -449 @ 5.50974
5.95/6.06	c bounds -34 >= -448 @ 5.51556
6.35/6.42	c bounds -34 >= -447 @ 5.8616
6.35/6.43	c #Conflicts:       8000 | #Constraints:     117190
6.35/6.43	c bounds -34 >= -446 @ 5.87639
6.35/6.45	c bounds -34 >= -445 @ 5.89035
6.35/6.46	c bounds -34 >= -444 @ 5.90004
6.35/6.46	c bounds -34 >= -443 @ 5.90708
6.35/6.47	c bounds -34 >= -442 @ 5.91768
6.35/6.48	c bounds -34 >= -441 @ 5.92568
6.35/6.49	c bounds -34 >= -440 @ 5.92867
6.35/6.49	c bounds -34 >= -439 @ 5.93225
6.45/6.50	c bounds -34 >= -438 @ 5.93684
6.45/6.51	c #Conflicts:       9000 | #Constraints:     118415
6.45/6.51	c bounds -34 >= -437 @ 5.94501
6.45/6.52	c bounds -34 >= -436 @ 5.9576
6.45/6.53	c bounds -34 >= -435 @ 5.96981
6.45/6.55	c bounds -34 >= -434 @ 5.98066
6.84/6.90	c bounds -35 >= -434 @ 6.32908
6.84/6.91	c #Conflicts:      10000 | #Constraints:     119503
6.84/6.91	c bounds -35 >= -433 @ 6.33507
6.84/6.91	c bounds -35 >= -432 @ 6.34225
6.84/6.92	c bounds -35 >= -431 @ 6.34769
6.84/6.93	c bounds -35 >= -430 @ 6.35247
6.84/6.93	c bounds -35 >= -429 @ 6.35829
6.84/6.94	c bounds -35 >= -428 @ 6.36426
6.84/6.95	c bounds -35 >= -427 @ 6.37231
6.84/6.96	c bounds -35 >= -426 @ 6.38554
6.96/7.08	c #Conflicts:      11000 | #Constraints:     120647
6.96/7.08	c bounds -36 >= -426 @ 6.50337
6.96/7.09	c bounds -36 >= -425 @ 6.5111
6.96/7.09	c bounds -36 >= -424 @ 6.51421
6.96/7.10	c bounds -36 >= -423 @ 6.52092
7.24/7.37	c bounds -36 >= -422 @ 6.78443
7.24/7.38	c bounds -36 >= -421 @ 6.79704
7.35/7.41	c bounds -36 >= -420 @ 6.82097
7.74/7.82	c #Conflicts:      12000 | #Constraints:     121768
7.74/7.82	c INPROCESSING
7.74/7.82	c GARBAGE COLLECT
7.74/7.82	c rational objective -420
8.24/8.38	c bounds -36 >= -419 @ 7.78318
8.74/8.85	c bounds -36 >= -418 @ 8.24828
8.84/8.94	c #Conflicts:      13000 | #Constraints:     117649
8.84/8.94	c bounds -36 >= -417 @ 8.3246
8.94/9.03	c #Conflicts:      14000 | #Constraints:     118685
8.94/9.03	c bounds -36 >= -416 @ 8.40905
8.94/9.08	c bounds -37 >= -416 @ 8.4609
8.94/9.08	c bounds -37 >= -415 @ 8.46664
8.94/9.09	c bounds -37 >= -414 @ 8.47013
8.94/9.10	c #Conflicts:      15000 | #Constraints:     119740
8.94/9.10	c bounds -38 >= -414 @ 8.47811
9.84/9.93	c bounds -38 >= -413 @ 9.30373
9.84/9.95	c bounds -38 >= -412 @ 9.31888
9.84/9.96	c bounds -39 >= -412 @ 9.33003
9.84/9.97	c bounds -39 >= -411 @ 9.34111
10.64/10.77	c #Conflicts:      16000 | #Constraints:     120805
10.64/10.77	c #Conflicts:      17000 | #Constraints:     121805
10.64/10.77	c bounds -40 >= -411 @ 10.1282
10.64/10.79	c bounds -40 >= -410 @ 10.1526
11.14/11.29	c bounds -40 >= -409 @ 10.6424
11.24/11.31	c bounds -40 >= -408 @ 10.6622
11.24/11.34	c #Conflicts:      18000 | #Constraints:     122875
11.24/11.34	c bounds -40 >= -407 @ 10.688
11.24/11.36	c bounds -40 >= -406 @ 10.7109
11.24/11.38	c bounds -40 >= -405 @ 10.7302
11.34/11.42	c #Conflicts:      19000 | #Constraints:     123929
11.34/11.42	c bounds -40 >= -404 @ 10.7634
11.34/11.46	c bounds -40 >= -403 @ 10.8017
11.34/11.49	c bounds -40 >= -402 @ 10.8355
11.84/11.90	c #Conflicts:      20000 | #Constraints:     125004
11.84/11.90	c INPROCESSING
11.84/11.90	c GARBAGE COLLECT
11.84/11.90	c rational objective -402
12.34/12.45	c bounds -40 >= -401 @ 11.7801
12.43/12.53	c #Conflicts:      21000 | #Constraints:     120056
12.43/12.53	c bounds -40 >= -400 @ 11.854
12.94/13.04	c #Conflicts:      22000 | #Constraints:     121083
12.94/13.04	c bounds -40 >= -399 @ 12.3563
13.53/13.63	c #Conflicts:      23000 | #Constraints:     122131
13.53/13.63	c #Conflicts:      24000 | #Constraints:     123131
13.53/13.63	c bounds -40 >= -398 @ 12.9336
14.04/14.15	c #Conflicts:      25000 | #Constraints:     124185
14.04/14.15	c INPROCESSING
14.04/14.15	c GARBAGE COLLECT
14.04/14.15	c rational objective -398
15.23/15.34	c #Conflicts:      26000 | #Constraints:     119480
15.23/15.34	c #Conflicts:      27000 | #Constraints:     120480
15.23/15.34	c bounds -40 >= -397 @ 14.6126
16.82/16.94	c #Conflicts:      28000 | #Constraints:     121540
16.82/16.94	c #Conflicts:      29000 | #Constraints:     122540
16.82/16.94	c #Conflicts:      30000 | #Constraints:     123540
16.82/16.94	c #Conflicts:      31000 | #Constraints:     124540
16.82/16.94	c #Conflicts:      32000 | #Constraints:     125540
16.82/16.94	c bounds -40 >= -396 @ 16.174
19.81/19.90	c #Conflicts:      33000 | #Constraints:     126606
19.81/19.90	c #Conflicts:      34000 | #Constraints:     127606
19.81/19.90	c #Conflicts:      35000 | #Constraints:     128606
19.81/19.90	c #Conflicts:      36000 | #Constraints:     129606
19.81/19.90	c INPROCESSING
19.81/19.90	c GARBAGE COLLECT
19.81/19.90	c rational objective -396
21.92/22.07	c #Conflicts:      37000 | #Constraints:     122195
21.92/22.07	c #Conflicts:      38000 | #Constraints:     123229
21.92/22.07	c bounds -41 >= -396 @ 21.2567
22.31/22.40	c #Conflicts:      39000 | #Constraints:     124244
22.31/22.40	c bounds -41 >= -395 @ 21.5765
25.81/25.96	c #Conflicts:      40000 | #Constraints:     125295
25.81/25.96	c #Conflicts:      41000 | #Constraints:     126295
25.81/25.96	c #Conflicts:      42000 | #Constraints:     127295
25.81/25.96	c #Conflicts:      43000 | #Constraints:     128295
25.81/25.96	c INPROCESSING
25.81/25.96	c GARBAGE COLLECT
25.81/25.96	c rational objective -395
26.40/26.50	c bounds -42 >= -395 @ 25.6337
26.40/26.51	c bounds -43 >= -395 @ 25.6387
33.06/33.21	c #Conflicts:      44000 | #Constraints:     121714
33.06/33.21	c #Conflicts:      45000 | #Constraints:     122714
33.06/33.21	c #Conflicts:      46000 | #Constraints:     123738
33.06/33.21	c #Conflicts:      47000 | #Constraints:     124780
33.06/33.21	c #Conflicts:      48000 | #Constraints:     125818
33.06/33.21	c #Conflicts:      49000 | #Constraints:     126853
33.06/33.21	c #Conflicts:      50000 | #Constraints:     127898
33.06/33.21	c INPROCESSING
33.06/33.21	c GARBAGE COLLECT
33.06/33.21	c rational objective -395
34.06/34.26	c bounds -43 >= -394 @ 33.2735
34.16/34.31	c #Conflicts:      51000 | #Constraints:     121577
34.16/34.31	c bounds -43 >= -393 @ 33.3214
34.16/34.39	c #Conflicts:      52000 | #Constraints:     122592
34.16/34.39	c bounds -43 >= -392 @ 33.4029
34.66/34.83	c #Conflicts:      53000 | #Constraints:     123616
34.66/34.83	c bounds -43 >= -391 @ 33.829
35.16/35.32	c #Conflicts:      54000 | #Constraints:     124646
35.16/35.32	c bounds -43 >= -390 @ 34.3123
35.75/35.90	c #Conflicts:      55000 | #Constraints:     125670
35.75/35.90	c #Conflicts:      56000 | #Constraints:     126670
35.75/35.90	c bounds -43 >= -389 @ 34.8864
36.06/36.24	c #Conflicts:      57000 | #Constraints:     127697
36.06/36.24	c bounds -43 >= -388 @ 35.2127
37.35/37.54	c #Conflicts:      58000 | #Constraints:     128727
37.35/37.54	c #Conflicts:      59000 | #Constraints:     129727
37.35/37.54	c #Conflicts:      60000 | #Constraints:     130727
37.35/37.54	c bounds -43 >= -387 @ 36.4796
40.05/40.27	c #Conflicts:      61000 | #Constraints:     131754
40.05/40.27	c #Conflicts:      62000 | #Constraints:     132754
40.05/40.27	c #Conflicts:      63000 | #Constraints:     133754
40.05/40.27	c #Conflicts:      64000 | #Constraints:     134754
40.05/40.27	c bounds -43 >= -386 @ 39.1684
40.74/40.97	c #Conflicts:      65000 | #Constraints:     135775
40.74/40.97	c INPROCESSING
40.74/40.97	c GARBAGE COLLECT
40.74/40.97	c rational objective -386
42.85/43.07	c #Conflicts:      66000 | #Constraints:     125111
42.85/43.07	c #Conflicts:      67000 | #Constraints:     126111
42.85/43.07	c #Conflicts:      68000 | #Constraints:     127111
42.85/43.07	c #Conflicts:      69000 | #Constraints:     128111
42.85/43.07	c bounds -43 >= -385 @ 41.9117
45.23/45.43	c #Conflicts:      70000 | #Constraints:     129165
45.23/45.43	c #Conflicts:      71000 | #Constraints:     130165
45.23/45.43	c #Conflicts:      72000 | #Constraints:     131165
45.23/45.43	c #Conflicts:      73000 | #Constraints:     132165
45.23/45.43	c #Conflicts:      74000 | #Constraints:     133165
45.23/45.43	c INPROCESSING
45.23/45.43	c GARBAGE COLLECT
45.23/45.43	c rational objective -385
48.03/48.29	c #Conflicts:      75000 | #Constraints:     124440
48.03/48.29	c #Conflicts:      76000 | #Constraints:     125440
48.03/48.29	c #Conflicts:      77000 | #Constraints:     126440
48.03/48.29	c bounds -43 >= -384 @ 47.0632
50.82/51.06	c #Conflicts:      78000 | #Constraints:     127506
50.82/51.06	c #Conflicts:      79000 | #Constraints:     128506
50.82/51.06	c #Conflicts:      80000 | #Constraints:     129506
50.82/51.06	c #Conflicts:      81000 | #Constraints:     130506
50.82/51.06	c bounds -43 >= -383 @ 49.7984
50.92/51.17	c bounds -43 >= -382 @ 49.9032
50.92/51.18	c bounds -43 >= -381 @ 49.9163
51.02/51.20	c #Conflicts:      82000 | #Constraints:     131578
51.02/51.20	c bounds -43 >= -380 @ 49.9351
51.02/51.22	c bounds -43 >= -379 @ 49.9527
51.02/51.24	c bounds -43 >= -378 @ 49.9654
51.31/51.56	c bounds -43 >= -377 @ 50.2824
51.31/51.59	c #Conflicts:      83000 | #Constraints:     132659
51.31/51.59	c bounds -43 >= -376 @ 50.3181
51.42/51.68	c bounds -43 >= -375 @ 50.3988
51.82/52.05	c #Conflicts:      84000 | #Constraints:     133710
51.82/52.05	c bounds -43 >= -374 @ 50.7724
51.92/52.18	c #Conflicts:      85000 | #Constraints:     134749
51.92/52.18	c bounds -43 >= -373 @ 50.8935
52.32/52.59	c #Conflicts:      86000 | #Constraints:     135770
52.32/52.59	c #Conflicts:      87000 | #Constraints:     136770
52.32/52.59	c bounds -43 >= -372 @ 51.3001
52.91/53.14	c #Conflicts:      88000 | #Constraints:     137800
52.91/53.14	c bounds -43 >= -371 @ 51.8404
53.81/54.07	c #Conflicts:      89000 | #Constraints:     138824
53.81/54.07	c #Conflicts:      90000 | #Constraints:     139824
53.81/54.07	c #Conflicts:      91000 | #Constraints:     140824
53.81/54.07	c bounds -43 >= -370 @ 52.7664
54.31/54.51	c #Conflicts:      92000 | #Constraints:     141857
54.31/54.51	c bounds -43 >= -369 @ 53.1959
54.31/54.53	c bounds -43 >= -368 @ 53.2137
54.70/54.99	c INPROCESSING
54.70/54.99	c GARBAGE COLLECT
54.70/54.99	c rational objective -368
55.30/55.58	c bounds -43 >= -367 @ 54.2535
59.90/60.14	c #Conflicts:      93000 | #Constraints:     128369
59.90/60.14	c #Conflicts:      94000 | #Constraints:     129369
59.90/60.14	c #Conflicts:      95000 | #Constraints:     130369
59.90/60.14	c #Conflicts:      96000 | #Constraints:     131369
59.90/60.14	c #Conflicts:      97000 | #Constraints:     132369
59.90/60.14	c #Conflicts:      98000 | #Constraints:     133369
59.90/60.14	c #Conflicts:      99000 | #Constraints:     134369
59.90/60.14	c #Conflicts:     100000 | #Constraints:     135369
59.90/60.14	c bounds -43 >= -366 @ 58.7656
60.59/60.85	c #Conflicts:     101000 | #Constraints:     136411
60.59/60.85	c #Conflicts:     102000 | #Constraints:     137411
60.59/60.85	c INPROCESSING
60.59/60.85	c GARBAGE COLLECT
60.59/60.85	c rational objective -366
61.59/61.83	c #Conflicts:     103000 | #Constraints:     126655
61.59/61.83	c bounds -43 >= -365 @ 60.4263
64.13/64.49	c #Conflicts:     104000 | #Constraints:     127697
64.13/64.49	c #Conflicts:     105000 | #Constraints:     128697
64.13/64.49	c #Conflicts:     106000 | #Constraints:     129697
64.13/64.49	c #Conflicts:     107000 | #Constraints:     130697
64.13/64.49	c bounds -43 >= -364 @ 62.9935
66.43/66.72	c #Conflicts:     108000 | #Constraints:     131727
66.43/66.72	c #Conflicts:     109000 | #Constraints:     132727
66.43/66.72	c #Conflicts:     110000 | #Constraints:     133727
66.43/66.72	c #Conflicts:     111000 | #Constraints:     134727
66.43/66.72	c bounds -43 >= -363 @ 65.1903
71.71/72.03	c #Conflicts:     112000 | #Constraints:     135754
71.71/72.03	c #Conflicts:     113000 | #Constraints:     136754
71.71/72.03	c #Conflicts:     114000 | #Constraints:     137754
71.71/72.03	c #Conflicts:     115000 | #Constraints:     138754
71.71/72.03	c #Conflicts:     116000 | #Constraints:     139754
71.71/72.03	c #Conflicts:     117000 | #Constraints:     140754
71.71/72.03	c #Conflicts:     118000 | #Constraints:     141754
71.71/72.03	c bounds -43 >= -362 @ 70.4175
74.71/75.01	c #Conflicts:     119000 | #Constraints:     142787
74.71/75.01	c #Conflicts:     120000 | #Constraints:     143787
74.71/75.01	c #Conflicts:     121000 | #Constraints:     144787
74.71/75.01	c #Conflicts:     122000 | #Constraints:     145787
74.71/75.01	c #Conflicts:     123000 | #Constraints:     146787
74.71/75.01	c INPROCESSING
74.71/75.01	c GARBAGE COLLECT
74.71/75.01	c rational objective -362
75.70/76.10	c #Conflicts:     124000 | #Constraints:     131132
75.70/76.10	c bounds -44 >= -362 @ 74.4439
83.18/83.59	c #Conflicts:     125000 | #Constraints:     132145
83.18/83.59	c #Conflicts:     126000 | #Constraints:     133145
83.18/83.59	c #Conflicts:     127000 | #Constraints:     134145
83.18/83.59	c #Conflicts:     128000 | #Constraints:     135145
83.18/83.59	c #Conflicts:     129000 | #Constraints:     136145
83.18/83.59	c #Conflicts:     130000 | #Constraints:     137145
83.18/83.59	c #Conflicts:     131000 | #Constraints:     138145
83.18/83.59	c #Conflicts:     132000 | #Constraints:     139145
83.18/83.59	c #Conflicts:     133000 | #Constraints:     140145
83.18/83.59	c bounds -44 >= -361 @ 81.8329
83.18/83.59	c bounds -45 >= -361 @ 81.8356
83.28/83.61	c #Conflicts:     134000 | #Constraints:     141185
83.28/83.61	c bounds -46 >= -361 @ 81.8516
83.68/84.08	c INPROCESSING
83.68/84.08	c GARBAGE COLLECT
83.68/84.08	c rational objective -361
120.68/121.17	c #Conflicts:     135000 | #Constraints:     128449
120.68/121.17	c #Conflicts:     136000 | #Constraints:     129488
120.68/121.17	c #Conflicts:     137000 | #Constraints:     130518
120.68/121.17	c #Conflicts:     138000 | #Constraints:     131554
120.68/121.17	c #Conflicts:     139000 | #Constraints:     132593
120.68/121.17	c #Conflicts:     140000 | #Constraints:     133628
120.68/121.17	c #Conflicts:     141000 | #Constraints:     134667
120.68/121.17	c #Conflicts:     142000 | #Constraints:     135694
120.68/121.17	c #Conflicts:     143000 | #Constraints:     136724
120.68/121.17	c #Conflicts:     144000 | #Constraints:     137748
120.68/121.17	c #Conflicts:     145000 | #Constraints:     138769
120.68/121.17	c #Conflicts:     146000 | #Constraints:     139790
120.68/121.17	c #Conflicts:     147000 | #Constraints:     140822
120.68/121.17	c #Conflicts:     148000 | #Constraints:     141849
120.68/121.17	c #Conflicts:     149000 | #Constraints:     142890
120.68/121.17	c #Conflicts:     150000 | #Constraints:     143926
120.68/121.17	c #Conflicts:     151000 | #Constraints:     144950
120.68/121.17	c #Conflicts:     152000 | #Constraints:     145972
120.68/121.17	c #Conflicts:     153000 | #Constraints:     147005
120.68/121.17	c #Conflicts:     154000 | #Constraints:     148042
120.68/121.17	c #Conflicts:     155000 | #Constraints:     149084
120.68/121.17	c #Conflicts:     156000 | #Constraints:     150120
120.68/121.17	c #Conflicts:     157000 | #Constraints:     151154
120.68/121.17	c #Conflicts:     158000 | #Constraints:     152184
120.68/121.17	c #Conflicts:     159000 | #Constraints:     153221
120.68/121.17	c INPROCESSING
120.68/121.17	c GARBAGE COLLECT
120.68/121.17	c rational objective -361
124.47/124.98	c #Conflicts:     160000 | #Constraints:     134666
124.47/124.98	c #Conflicts:     161000 | #Constraints:     135666
124.47/124.98	c #Conflicts:     162000 | #Constraints:     136666
124.47/124.98	c #Conflicts:     163000 | #Constraints:     137666
124.47/124.98	c bounds -46 >= -360 @ 122.796
126.57/127.04	c #Conflicts:     164000 | #Constraints:     138702
126.57/127.04	c #Conflicts:     165000 | #Constraints:     139702
126.57/127.04	c #Conflicts:     166000 | #Constraints:     140702
126.57/127.04	c bounds -46 >= -359 @ 124.827
130.36/130.86	c #Conflicts:     167000 | #Constraints:     141726
130.36/130.86	c #Conflicts:     168000 | #Constraints:     142726
130.36/130.86	c #Conflicts:     169000 | #Constraints:     143726
130.36/130.86	c #Conflicts:     170000 | #Constraints:     144726
130.36/130.86	c #Conflicts:     171000 | #Constraints:     145726
130.36/130.86	c INPROCESSING
130.36/130.86	c GARBAGE COLLECT
130.36/130.86	c rational objective -359
131.45/132.00	c #Conflicts:     172000 | #Constraints:     130638
131.45/132.00	c bounds -46 >= -358 @ 129.713
134.55/135.01	c #Conflicts:     173000 | #Constraints:     131662
134.55/135.01	c #Conflicts:     174000 | #Constraints:     132662
134.55/135.01	c #Conflicts:     175000 | #Constraints:     133662
134.55/135.01	c #Conflicts:     176000 | #Constraints:     134662
134.55/135.01	c #Conflicts:     177000 | #Constraints:     135662
134.55/135.01	c bounds -46 >= -357 @ 132.694
138.23/138.77	c #Conflicts:     178000 | #Constraints:     136692
138.23/138.77	c #Conflicts:     179000 | #Constraints:     137692
138.23/138.77	c #Conflicts:     180000 | #Constraints:     138692
138.23/138.77	c #Conflicts:     181000 | #Constraints:     139692
138.23/138.77	c #Conflicts:     182000 | #Constraints:     140692
138.23/138.77	c #Conflicts:     183000 | #Constraints:     141692
138.23/138.77	c INPROCESSING
138.23/138.77	c GARBAGE COLLECT
138.23/138.77	c rational objective -357
140.13/140.63	c #Conflicts:     184000 | #Constraints:     128561
140.13/140.63	c #Conflicts:     185000 | #Constraints:     129561
140.13/140.63	c bounds -46 >= -356 @ 138.242
147.20/147.88	c #Conflicts:     186000 | #Constraints:     130606
147.20/147.88	c #Conflicts:     187000 | #Constraints:     131606
147.20/147.88	c #Conflicts:     188000 | #Constraints:     132606
147.20/147.88	c #Conflicts:     189000 | #Constraints:     133606
147.20/147.88	c #Conflicts:     190000 | #Constraints:     134606
147.20/147.88	c #Conflicts:     191000 | #Constraints:     135606
147.20/147.88	c #Conflicts:     192000 | #Constraints:     136606
147.20/147.88	c #Conflicts:     193000 | #Constraints:     137606
147.20/147.88	c #Conflicts:     194000 | #Constraints:     138606
147.20/147.88	c #Conflicts:     195000 | #Constraints:     139606
147.20/147.88	c bounds -46 >= -355 @ 145.289
155.48/156.19	c #Conflicts:     196000 | #Constraints:     140630
155.48/156.19	c #Conflicts:     197000 | #Constraints:     141630
155.48/156.19	c #Conflicts:     198000 | #Constraints:     142630
155.48/156.19	c #Conflicts:     199000 | #Constraints:     143630
155.48/156.19	c #Conflicts:     200000 | #Constraints:     144630
155.48/156.19	c #Conflicts:     201000 | #Constraints:     145630
155.48/156.19	c #Conflicts:     202000 | #Constraints:     146630
155.48/156.19	c #Conflicts:     203000 | #Constraints:     147630
155.48/156.19	c bounds -46 >= -354 @ 153.495
163.25/163.99	c #Conflicts:     204000 | #Constraints:     148657
163.25/163.99	c #Conflicts:     205000 | #Constraints:     149657
163.25/163.99	c #Conflicts:     206000 | #Constraints:     150657
163.25/163.99	c #Conflicts:     207000 | #Constraints:     151657
163.25/163.99	c #Conflicts:     208000 | #Constraints:     152657
163.25/163.99	c #Conflicts:     209000 | #Constraints:     153657
163.25/163.99	c #Conflicts:     210000 | #Constraints:     154657
163.25/163.99	c #Conflicts:     211000 | #Constraints:     155657
163.25/163.99	c #Conflicts:     212000 | #Constraints:     156657
163.25/163.99	c INPROCESSING
163.25/163.99	c GARBAGE COLLECT
163.25/163.99	c rational objective -354
166.05/166.79	c #Conflicts:     213000 | #Constraints:     136160
166.05/166.79	c #Conflicts:     214000 | #Constraints:     137160
166.05/166.79	c #Conflicts:     215000 | #Constraints:     138160
166.05/166.79	c bounds -46 >= -353 @ 163.962
174.43/175.17	c #Conflicts:     216000 | #Constraints:     139181
174.43/175.17	c #Conflicts:     217000 | #Constraints:     140181
174.43/175.17	c #Conflicts:     218000 | #Constraints:     141181
174.43/175.17	c #Conflicts:     219000 | #Constraints:     142181
174.43/175.17	c #Conflicts:     220000 | #Constraints:     143181
174.43/175.17	c #Conflicts:     221000 | #Constraints:     144181
174.43/175.17	c #Conflicts:     222000 | #Constraints:     145181
174.43/175.17	c #Conflicts:     223000 | #Constraints:     146181
174.43/175.17	c #Conflicts:     224000 | #Constraints:     147181
174.43/175.17	c #Conflicts:     225000 | #Constraints:     148181
174.43/175.17	c #Conflicts:     226000 | #Constraints:     149181
174.43/175.17	c INPROCESSING
174.43/175.17	c GARBAGE COLLECT
174.43/175.17	c rational objective -353
176.45/177.20	c #Conflicts:     227000 | #Constraints:     132572
176.45/177.20	c #Conflicts:     228000 | #Constraints:     133572
176.45/177.20	c bounds -46 >= -352 @ 174.145
185.02/185.83	c #Conflicts:     229000 | #Constraints:     134614
185.02/185.83	c #Conflicts:     230000 | #Constraints:     135614
185.02/185.83	c #Conflicts:     231000 | #Constraints:     136614
185.02/185.83	c #Conflicts:     232000 | #Constraints:     137614
185.02/185.83	c #Conflicts:     233000 | #Constraints:     138614
185.02/185.83	c #Conflicts:     234000 | #Constraints:     139614
185.02/185.83	c #Conflicts:     235000 | #Constraints:     140614
185.02/185.83	c #Conflicts:     236000 | #Constraints:     141614
185.02/185.83	c #Conflicts:     237000 | #Constraints:     142614
185.02/185.83	c #Conflicts:     238000 | #Constraints:     143614
185.02/185.83	c #Conflicts:     239000 | #Constraints:     144614
185.02/185.83	c #Conflicts:     240000 | #Constraints:     145614
185.02/185.83	c INPROCESSING
185.02/185.83	c GARBAGE COLLECT
185.02/185.83	c rational objective -352
192.01/192.86	c #Conflicts:     241000 | #Constraints:     130885
192.01/192.86	c #Conflicts:     242000 | #Constraints:     131885
192.01/192.86	c #Conflicts:     243000 | #Constraints:     132885
192.01/192.86	c #Conflicts:     244000 | #Constraints:     133885
192.01/192.86	c #Conflicts:     245000 | #Constraints:     134885
192.01/192.86	c #Conflicts:     246000 | #Constraints:     135885
192.01/192.86	c #Conflicts:     247000 | #Constraints:     136885
192.01/192.86	c #Conflicts:     248000 | #Constraints:     137885
192.01/192.86	c #Conflicts:     249000 | #Constraints:     138885
192.01/192.86	c bounds -46 >= -351 @ 189.583
198.38/199.29	c #Conflicts:     250000 | #Constraints:     139945
198.38/199.29	c #Conflicts:     251000 | #Constraints:     140945
198.38/199.29	c #Conflicts:     252000 | #Constraints:     141945
198.38/199.29	c #Conflicts:     253000 | #Constraints:     142945
198.38/199.29	c #Conflicts:     254000 | #Constraints:     143945
198.38/199.29	c #Conflicts:     255000 | #Constraints:     144945
198.38/199.29	c #Conflicts:     256000 | #Constraints:     145945
198.38/199.29	c #Conflicts:     257000 | #Constraints:     146945
198.38/199.29	c bounds -46 >= -350 @ 195.913
209.15/210.15	c #Conflicts:     258000 | #Constraints:     147963
209.15/210.15	c #Conflicts:     259000 | #Constraints:     148963
209.15/210.15	c #Conflicts:     260000 | #Constraints:     149963
209.15/210.15	c #Conflicts:     261000 | #Constraints:     150963
209.15/210.15	c #Conflicts:     262000 | #Constraints:     151963
209.15/210.15	c #Conflicts:     263000 | #Constraints:     152963
209.15/210.15	c #Conflicts:     264000 | #Constraints:     153963
209.15/210.15	c #Conflicts:     265000 | #Constraints:     154963
209.15/210.15	c #Conflicts:     266000 | #Constraints:     155963
209.15/210.15	c #Conflicts:     267000 | #Constraints:     156963
209.15/210.15	c #Conflicts:     268000 | #Constraints:     157963
209.15/210.15	c bounds -46 >= -349 @ 206.547
212.74/213.77	c #Conflicts:     269000 | #Constraints:     158987
212.74/213.77	c #Conflicts:     270000 | #Constraints:     159987
212.74/213.77	c #Conflicts:     271000 | #Constraints:     160987
212.74/213.77	c #Conflicts:     272000 | #Constraints:     161987
212.74/213.77	c #Conflicts:     273000 | #Constraints:     162987
212.74/213.77	c INPROCESSING
212.74/213.77	c GARBAGE COLLECT
212.74/213.77	c rational objective -349
224.41/225.43	c #Conflicts:     274000 | #Constraints:     139614
224.41/225.43	c #Conflicts:     275000 | #Constraints:     140614
224.41/225.43	c #Conflicts:     276000 | #Constraints:     141614
224.41/225.43	c #Conflicts:     277000 | #Constraints:     142614
224.41/225.43	c #Conflicts:     278000 | #Constraints:     143614
224.41/225.43	c #Conflicts:     279000 | #Constraints:     144614
224.41/225.43	c #Conflicts:     280000 | #Constraints:     145614
224.41/225.43	c #Conflicts:     281000 | #Constraints:     146614
224.41/225.43	c #Conflicts:     282000 | #Constraints:     147614
224.41/225.43	c #Conflicts:     283000 | #Constraints:     148614
224.41/225.43	c #Conflicts:     284000 | #Constraints:     149614
224.41/225.43	c #Conflicts:     285000 | #Constraints:     150614
224.41/225.43	c #Conflicts:     286000 | #Constraints:     151614
224.41/225.43	c bounds -46 >= -348 @ 221.612
225.30/226.31	c #Conflicts:     287000 | #Constraints:     152647
225.30/226.31	c #Conflicts:     288000 | #Constraints:     153647
225.30/226.31	c INPROCESSING
225.30/226.31	c GARBAGE COLLECT
225.30/226.31	c rational objective -348
237.37/238.40	c #Conflicts:     289000 | #Constraints:     134734
237.37/238.40	c #Conflicts:     290000 | #Constraints:     135734
237.37/238.40	c #Conflicts:     291000 | #Constraints:     136734
237.37/238.40	c #Conflicts:     292000 | #Constraints:     137734
237.37/238.40	c #Conflicts:     293000 | #Constraints:     138734
237.37/238.40	c #Conflicts:     294000 | #Constraints:     139734
237.37/238.40	c #Conflicts:     295000 | #Constraints:     140734
237.37/238.40	c #Conflicts:     296000 | #Constraints:     141734
237.37/238.40	c #Conflicts:     297000 | #Constraints:     142734
237.37/238.40	c #Conflicts:     298000 | #Constraints:     143734
237.37/238.40	c #Conflicts:     299000 | #Constraints:     144734
237.37/238.40	c #Conflicts:     300000 | #Constraints:     145734
237.37/238.40	c #Conflicts:     301000 | #Constraints:     146734
237.37/238.40	c #Conflicts:     302000 | #Constraints:     147734
237.37/238.40	c #Conflicts:     303000 | #Constraints:     148734
237.37/238.40	c INPROCESSING
237.37/238.40	c GARBAGE COLLECT
237.37/238.40	c rational objective -348
247.35/248.44	c #Conflicts:     304000 | #Constraints:     132196
247.35/248.44	c #Conflicts:     305000 | #Constraints:     133196
247.35/248.44	c #Conflicts:     306000 | #Constraints:     134196
247.35/248.44	c #Conflicts:     307000 | #Constraints:     135196
247.35/248.44	c #Conflicts:     308000 | #Constraints:     136196
247.35/248.44	c #Conflicts:     309000 | #Constraints:     137196
247.35/248.44	c #Conflicts:     310000 | #Constraints:     138196
247.35/248.44	c #Conflicts:     311000 | #Constraints:     139196
247.35/248.44	c #Conflicts:     312000 | #Constraints:     140196
247.35/248.44	c #Conflicts:     313000 | #Constraints:     141196
247.35/248.44	c #Conflicts:     314000 | #Constraints:     142196
247.35/248.44	c #Conflicts:     315000 | #Constraints:     143196
247.35/248.44	c #Conflicts:     316000 | #Constraints:     144196
247.35/248.44	c bounds -46 >= -347 @ 244.322
264.80/266.09	c #Conflicts:     317000 | #Constraints:     145265
264.80/266.09	c #Conflicts:     318000 | #Constraints:     146265
264.80/266.09	c #Conflicts:     319000 | #Constraints:     147265
264.80/266.09	c #Conflicts:     320000 | #Constraints:     148265
264.80/266.09	c #Conflicts:     321000 | #Constraints:     149265
264.80/266.09	c #Conflicts:     322000 | #Constraints:     150265
264.80/266.09	c #Conflicts:     323000 | #Constraints:     151265
264.80/266.09	c #Conflicts:     324000 | #Constraints:     152265
264.80/266.09	c #Conflicts:     325000 | #Constraints:     153265
264.80/266.09	c #Conflicts:     326000 | #Constraints:     154265
264.80/266.09	c #Conflicts:     327000 | #Constraints:     155265
264.80/266.09	c #Conflicts:     328000 | #Constraints:     156265
264.80/266.09	c #Conflicts:     329000 | #Constraints:     157265
264.80/266.09	c #Conflicts:     330000 | #Constraints:     158265
264.80/266.09	c #Conflicts:     331000 | #Constraints:     159265
264.80/266.09	c #Conflicts:     332000 | #Constraints:     160265
264.80/266.09	c #Conflicts:     333000 | #Constraints:     161265
264.80/266.09	c #Conflicts:     334000 | #Constraints:     162265
264.80/266.09	c #Conflicts:     335000 | #Constraints:     163265
264.80/266.09	c bounds -46 >= -346 @ 261.627
269.78/271.07	c #Conflicts:     336000 | #Constraints:     164292
269.78/271.07	c #Conflicts:     337000 | #Constraints:     165292
269.78/271.07	c #Conflicts:     338000 | #Constraints:     166292
269.78/271.07	c #Conflicts:     339000 | #Constraints:     167292
269.78/271.07	c #Conflicts:     340000 | #Constraints:     168292
269.78/271.07	c INPROCESSING
269.78/271.07	c GARBAGE COLLECT
269.78/271.07	c rational objective -346
283.64/284.90	c #Conflicts:     341000 | #Constraints:     141789
283.64/284.90	c #Conflicts:     342000 | #Constraints:     142789
283.64/284.90	c #Conflicts:     343000 | #Constraints:     143789
283.64/284.90	c #Conflicts:     344000 | #Constraints:     144789
283.64/284.90	c #Conflicts:     345000 | #Constraints:     145789
283.64/284.90	c #Conflicts:     346000 | #Constraints:     146789
283.64/284.90	c #Conflicts:     347000 | #Constraints:     147789
283.64/284.90	c #Conflicts:     348000 | #Constraints:     148789
283.64/284.90	c #Conflicts:     349000 | #Constraints:     149789
283.64/284.90	c #Conflicts:     350000 | #Constraints:     150789
283.64/284.90	c #Conflicts:     351000 | #Constraints:     151789
283.64/284.90	c #Conflicts:     352000 | #Constraints:     152789
283.64/284.90	c #Conflicts:     353000 | #Constraints:     153789
283.64/284.90	c #Conflicts:     354000 | #Constraints:     154789
283.64/284.90	c #Conflicts:     355000 | #Constraints:     155789
283.64/284.90	c #Conflicts:     356000 | #Constraints:     156789
283.64/284.90	c #Conflicts:     357000 | #Constraints:     157789
283.64/284.90	c INPROCESSING
283.64/284.90	c GARBAGE COLLECT
283.64/284.90	c rational objective -346
298.60/300.19	c #Conflicts:     358000 | #Constraints:     136856
298.60/300.19	c #Conflicts:     359000 | #Constraints:     137856
298.60/300.19	c #Conflicts:     360000 | #Constraints:     138856
298.60/300.19	c #Conflicts:     361000 | #Constraints:     139856
298.60/300.19	c #Conflicts:     362000 | #Constraints:     140856
298.60/300.19	c #Conflicts:     363000 | #Constraints:     141856
298.60/300.19	c #Conflicts:     364000 | #Constraints:     142856
298.60/300.19	c #Conflicts:     365000 | #Constraints:     143856
298.60/300.19	c #Conflicts:     366000 | #Constraints:     144856
298.60/300.19	c #Conflicts:     367000 | #Constraints:     145856
298.60/300.19	c #Conflicts:     368000 | #Constraints:     146856
298.60/300.19	c #Conflicts:     369000 | #Constraints:     147856
298.60/300.19	c #Conflicts:     370000 | #Constraints:     148856
298.60/300.19	c #Conflicts:     371000 | #Constraints:     149856
298.60/300.19	c #Conflicts:     372000 | #Constraints:     150856
298.60/300.19	c #Conflicts:     373000 | #Constraints:     151856
298.60/300.19	c bounds -46 >= -345 @ 295.079
299.19/300.71	c #Conflicts:     374000 | #Constraints:     152907
299.19/300.71	c INPROCESSING
299.19/300.71	c GARBAGE COLLECT
299.19/300.71	c rational objective -345
323.10/324.77	c #Conflicts:     375000 | #Constraints:     134480
323.10/324.77	c #Conflicts:     376000 | #Constraints:     135480
323.10/324.77	c #Conflicts:     377000 | #Constraints:     136480
323.10/324.77	c #Conflicts:     378000 | #Constraints:     137480
323.10/324.77	c #Conflicts:     379000 | #Constraints:     138480
323.10/324.77	c #Conflicts:     380000 | #Constraints:     139480
323.10/324.77	c #Conflicts:     381000 | #Constraints:     140480
323.10/324.77	c #Conflicts:     382000 | #Constraints:     141480
323.10/324.77	c #Conflicts:     383000 | #Constraints:     142480
323.10/324.77	c #Conflicts:     384000 | #Constraints:     143480
323.10/324.77	c #Conflicts:     385000 | #Constraints:     144480
323.10/324.77	c #Conflicts:     386000 | #Constraints:     145480
323.10/324.77	c #Conflicts:     387000 | #Constraints:     146480
323.10/324.77	c #Conflicts:     388000 | #Constraints:     147480
323.10/324.77	c #Conflicts:     389000 | #Constraints:     148480
323.10/324.77	c #Conflicts:     390000 | #Constraints:     149480
323.10/324.77	c #Conflicts:     391000 | #Constraints:     150480
323.10/324.77	c #Conflicts:     392000 | #Constraints:     151480
323.10/324.77	c #Conflicts:     393000 | #Constraints:     152480
323.10/324.77	c #Conflicts:     394000 | #Constraints:     153480
323.10/324.77	c #Conflicts:     395000 | #Constraints:     154480
323.10/324.77	c #Conflicts:     396000 | #Constraints:     155480
323.10/324.77	c #Conflicts:     397000 | #Constraints:     156480
323.10/324.77	c #Conflicts:     398000 | #Constraints:     157480
323.10/324.77	c #Conflicts:     399000 | #Constraints:     158480
323.10/324.77	c bounds -46 >= -344 @ 319.31
341.05/342.73	c #Conflicts:     400000 | #Constraints:     159537
341.05/342.73	c #Conflicts:     401000 | #Constraints:     160537
341.05/342.73	c #Conflicts:     402000 | #Constraints:     161537
341.05/342.73	c #Conflicts:     403000 | #Constraints:     162537
341.05/342.73	c #Conflicts:     404000 | #Constraints:     163537
341.05/342.73	c #Conflicts:     405000 | #Constraints:     164537
341.05/342.73	c #Conflicts:     406000 | #Constraints:     165537
341.05/342.73	c #Conflicts:     407000 | #Constraints:     166537
341.05/342.73	c #Conflicts:     408000 | #Constraints:     167537
341.05/342.73	c #Conflicts:     409000 | #Constraints:     168537
341.05/342.73	c #Conflicts:     410000 | #Constraints:     169537
341.05/342.73	c #Conflicts:     411000 | #Constraints:     170537
341.05/342.73	c #Conflicts:     412000 | #Constraints:     171537
341.05/342.73	c #Conflicts:     413000 | #Constraints:     172537
341.05/342.73	c #Conflicts:     414000 | #Constraints:     173537
341.05/342.73	c #Conflicts:     415000 | #Constraints:     174537
341.05/342.73	c INPROCESSING
341.05/342.73	c GARBAGE COLLECT
341.05/342.73	c rational objective -344
353.91/355.68	c #Conflicts:     416000 | #Constraints:     144941
353.91/355.68	c #Conflicts:     417000 | #Constraints:     145941
353.91/355.68	c #Conflicts:     418000 | #Constraints:     146941
353.91/355.68	c #Conflicts:     419000 | #Constraints:     147941
353.91/355.68	c #Conflicts:     420000 | #Constraints:     148941
353.91/355.68	c #Conflicts:     421000 | #Constraints:     149941
353.91/355.68	c #Conflicts:     422000 | #Constraints:     150941
353.91/355.68	c #Conflicts:     423000 | #Constraints:     151941
353.91/355.68	c #Conflicts:     424000 | #Constraints:     152941
353.91/355.68	c #Conflicts:     425000 | #Constraints:     153941
353.91/355.68	c #Conflicts:     426000 | #Constraints:     154941
353.91/355.68	c #Conflicts:     427000 | #Constraints:     155941
353.91/355.68	c #Conflicts:     428000 | #Constraints:     156941
353.91/355.68	c #Conflicts:     429000 | #Constraints:     157941
353.91/355.68	c bounds -46 >= -343 @ 349.872
359.09/360.86	c #Conflicts:     430000 | #Constraints:     158962
359.09/360.86	c #Conflicts:     431000 | #Constraints:     159962
359.09/360.86	c #Conflicts:     432000 | #Constraints:     160962
359.09/360.86	c #Conflicts:     433000 | #Constraints:     161962
359.09/360.86	c #Conflicts:     434000 | #Constraints:     162962
359.09/360.86	c INPROCESSING
359.09/360.86	c GARBAGE COLLECT
359.09/360.86	c rational objective -343
374.36/376.17	c #Conflicts:     435000 | #Constraints:     139694
374.36/376.17	c #Conflicts:     436000 | #Constraints:     140694
374.36/376.17	c #Conflicts:     437000 | #Constraints:     141694
374.36/376.17	c #Conflicts:     438000 | #Constraints:     142694
374.36/376.17	c #Conflicts:     439000 | #Constraints:     143694
374.36/376.17	c #Conflicts:     440000 | #Constraints:     144694
374.36/376.17	c #Conflicts:     441000 | #Constraints:     145694
374.36/376.17	c #Conflicts:     442000 | #Constraints:     146694
374.36/376.17	c #Conflicts:     443000 | #Constraints:     147694
374.36/376.17	c #Conflicts:     444000 | #Constraints:     148694
374.36/376.17	c #Conflicts:     445000 | #Constraints:     149694
374.36/376.17	c #Conflicts:     446000 | #Constraints:     150694
374.36/376.17	c #Conflicts:     447000 | #Constraints:     151694
374.36/376.17	c #Conflicts:     448000 | #Constraints:     152694
374.36/376.17	c #Conflicts:     449000 | #Constraints:     153694
374.36/376.17	c #Conflicts:     450000 | #Constraints:     154694
374.36/376.17	c #Conflicts:     451000 | #Constraints:     155694
374.36/376.17	c #Conflicts:     452000 | #Constraints:     156694
374.36/376.17	c INPROCESSING
374.36/376.17	c GARBAGE COLLECT
374.36/376.17	c rational objective -343
381.44/383.29	c #Conflicts:     453000 | #Constraints:     136297
381.44/383.29	c #Conflicts:     454000 | #Constraints:     137297
381.44/383.29	c #Conflicts:     455000 | #Constraints:     138297
381.44/383.29	c #Conflicts:     456000 | #Constraints:     139297
381.44/383.29	c #Conflicts:     457000 | #Constraints:     140297
381.44/383.29	c #Conflicts:     458000 | #Constraints:     141297
381.44/383.29	c #Conflicts:     459000 | #Constraints:     142297
381.44/383.29	c #Conflicts:     460000 | #Constraints:     143297
381.44/383.29	c #Conflicts:     461000 | #Constraints:     144297
381.44/383.29	c bounds -46 >= -342 @ 377.128
419.60/421.65	c #Conflicts:     462000 | #Constraints:     145357
419.60/421.65	c #Conflicts:     463000 | #Constraints:     146357
419.60/421.65	c #Conflicts:     464000 | #Constraints:     147357
419.60/421.65	c #Conflicts:     465000 | #Constraints:     148357
419.60/421.65	c #Conflicts:     466000 | #Constraints:     149357
419.60/421.65	c #Conflicts:     467000 | #Constraints:     150357
419.60/421.65	c #Conflicts:     468000 | #Constraints:     151357
419.60/421.65	c #Conflicts:     469000 | #Constraints:     152357
419.60/421.65	c #Conflicts:     470000 | #Constraints:     153357
419.60/421.65	c #Conflicts:     471000 | #Constraints:     154357
419.60/421.65	c #Conflicts:     472000 | #Constraints:     155357
419.60/421.65	c #Conflicts:     473000 | #Constraints:     156357
419.60/421.65	c #Conflicts:     474000 | #Constraints:     157357
419.60/421.65	c #Conflicts:     475000 | #Constraints:     158357
419.60/421.65	c #Conflicts:     476000 | #Constraints:     159357
419.60/421.65	c #Conflicts:     477000 | #Constraints:     160357
419.60/421.65	c #Conflicts:     478000 | #Constraints:     161357
419.60/421.65	c #Conflicts:     479000 | #Constraints:     162357
419.60/421.65	c #Conflicts:     480000 | #Constraints:     163357
419.60/421.65	c #Conflicts:     481000 | #Constraints:     164357
419.60/421.65	c #Conflicts:     482000 | #Constraints:     165357
419.60/421.65	c #Conflicts:     483000 | #Constraints:     166357
419.60/421.65	c #Conflicts:     484000 | #Constraints:     167357
419.60/421.65	c #Conflicts:     485000 | #Constraints:     168357
419.60/421.65	c #Conflicts:     486000 | #Constraints:     169357
419.60/421.65	c #Conflicts:     487000 | #Constraints:     170357
419.60/421.65	c #Conflicts:     488000 | #Constraints:     171357
419.60/421.65	c #Conflicts:     489000 | #Constraints:     172357
419.60/421.65	c #Conflicts:     490000 | #Constraints:     173357
419.60/421.65	c #Conflicts:     491000 | #Constraints:     174357
419.60/421.65	c #Conflicts:     492000 | #Constraints:     175357
419.60/421.65	c #Conflicts:     493000 | #Constraints:     176357
419.60/421.65	c #Conflicts:     494000 | #Constraints:     177357
419.60/421.65	c #Conflicts:     495000 | #Constraints:     178357
419.60/421.65	c #Conflicts:     496000 | #Constraints:     179357
419.60/421.65	c #Conflicts:     497000 | #Constraints:     180357
419.60/421.65	c #Conflicts:     498000 | #Constraints:     181357
419.60/421.65	c INPROCESSING
419.60/421.65	c GARBAGE COLLECT
419.60/421.65	c rational objective -342
426.19/428.22	c #Conflicts:     499000 | #Constraints:     148926
426.19/428.22	c #Conflicts:     500000 | #Constraints:     149926
426.19/428.22	c #Conflicts:     501000 | #Constraints:     150926
426.19/428.22	c #Conflicts:     502000 | #Constraints:     151926
426.19/428.22	c #Conflicts:     503000 | #Constraints:     152926
426.19/428.22	c #Conflicts:     504000 | #Constraints:     153926
426.19/428.22	c #Conflicts:     505000 | #Constraints:     154926
426.19/428.22	c bounds -46 >= -341 @ 421.407
437.46/439.59	c #Conflicts:     506000 | #Constraints:     155965
437.46/439.59	c #Conflicts:     507000 | #Constraints:     156965
437.46/439.59	c #Conflicts:     508000 | #Constraints:     157965
437.46/439.59	c #Conflicts:     509000 | #Constraints:     158965
437.46/439.59	c #Conflicts:     510000 | #Constraints:     159965
437.46/439.59	c #Conflicts:     511000 | #Constraints:     160965
437.46/439.59	c #Conflicts:     512000 | #Constraints:     161965
437.46/439.59	c #Conflicts:     513000 | #Constraints:     162965
437.46/439.59	c #Conflicts:     514000 | #Constraints:     163965
437.46/439.59	c #Conflicts:     515000 | #Constraints:     164965
437.46/439.59	c #Conflicts:     516000 | #Constraints:     165965
437.46/439.59	c #Conflicts:     517000 | #Constraints:     166965
437.46/439.59	c INPROCESSING
437.46/439.59	c GARBAGE COLLECT
437.46/439.59	c rational objective -341
454.07/456.33	c #Conflicts:     518000 | #Constraints:     141343
454.07/456.33	c #Conflicts:     519000 | #Constraints:     142343
454.07/456.33	c #Conflicts:     520000 | #Constraints:     143343
454.07/456.33	c #Conflicts:     521000 | #Constraints:     144343
454.07/456.33	c #Conflicts:     522000 | #Constraints:     145343
454.07/456.33	c #Conflicts:     523000 | #Constraints:     146343
454.07/456.33	c #Conflicts:     524000 | #Constraints:     147343
454.07/456.33	c #Conflicts:     525000 | #Constraints:     148343
454.07/456.33	c #Conflicts:     526000 | #Constraints:     149343
454.07/456.33	c #Conflicts:     527000 | #Constraints:     150343
454.07/456.33	c #Conflicts:     528000 | #Constraints:     151343
454.07/456.33	c #Conflicts:     529000 | #Constraints:     152343
454.07/456.33	c #Conflicts:     530000 | #Constraints:     153343
454.07/456.33	c #Conflicts:     531000 | #Constraints:     154343
454.07/456.33	c #Conflicts:     532000 | #Constraints:     155343
454.07/456.33	c #Conflicts:     533000 | #Constraints:     156343
454.07/456.33	c #Conflicts:     534000 | #Constraints:     157343
454.07/456.33	c #Conflicts:     535000 | #Constraints:     158343
454.07/456.33	c #Conflicts:     536000 | #Constraints:     159343
454.07/456.33	c #Conflicts:     537000 | #Constraints:     160343
454.07/456.33	c INPROCESSING
454.07/456.33	c GARBAGE COLLECT
454.07/456.33	c rational objective -341
478.59/481.17	c #Conflicts:     538000 | #Constraints:     138060
478.59/481.17	c #Conflicts:     539000 | #Constraints:     139060
478.59/481.17	c #Conflicts:     540000 | #Constraints:     140060
478.59/481.17	c #Conflicts:     541000 | #Constraints:     141060
478.59/481.17	c #Conflicts:     542000 | #Constraints:     142060
478.59/481.17	c #Conflicts:     543000 | #Constraints:     143060
478.59/481.17	c #Conflicts:     544000 | #Constraints:     144060
478.59/481.17	c #Conflicts:     545000 | #Constraints:     145060
478.59/481.17	c #Conflicts:     546000 | #Constraints:     146060
478.59/481.17	c #Conflicts:     547000 | #Constraints:     147060
478.59/481.17	c #Conflicts:     548000 | #Constraints:     148060
478.59/481.17	c #Conflicts:     549000 | #Constraints:     149060
478.59/481.17	c #Conflicts:     550000 | #Constraints:     150060
478.59/481.17	c #Conflicts:     551000 | #Constraints:     151060
478.59/481.17	c #Conflicts:     552000 | #Constraints:     152060
478.59/481.17	c #Conflicts:     553000 | #Constraints:     153060
478.59/481.17	c #Conflicts:     554000 | #Constraints:     154060
478.59/481.17	c #Conflicts:     555000 | #Constraints:     155060
478.59/481.17	c #Conflicts:     556000 | #Constraints:     156060
478.59/481.17	c #Conflicts:     557000 | #Constraints:     157060
478.59/481.17	c #Conflicts:     558000 | #Constraints:     158060
478.59/481.17	c #Conflicts:     559000 | #Constraints:     159060
478.59/481.17	c #Conflicts:     560000 | #Constraints:     160060
478.59/481.17	c #Conflicts:     561000 | #Constraints:     161060
478.59/481.17	c #Conflicts:     562000 | #Constraints:     162060
478.59/481.17	c #Conflicts:     563000 | #Constraints:     163060
478.59/481.17	c #Conflicts:     564000 | #Constraints:     164060
478.59/481.17	c #Conflicts:     565000 | #Constraints:     165060
478.59/481.17	c bounds -46 >= -340 @ 473.335
505.69/508.49	c #Conflicts:     566000 | #Constraints:     166126
505.69/508.49	c #Conflicts:     567000 | #Constraints:     167126
505.69/508.49	c #Conflicts:     568000 | #Constraints:     168131
505.69/508.49	c #Conflicts:     569000 | #Constraints:     169165
505.69/508.49	c #Conflicts:     570000 | #Constraints:     170200
505.69/508.49	c #Conflicts:     571000 | #Constraints:     171234
505.69/508.49	c #Conflicts:     572000 | #Constraints:     172271
505.69/508.49	c #Conflicts:     573000 | #Constraints:     173303
505.69/508.49	c #Conflicts:     574000 | #Constraints:     174331
505.69/508.49	c #Conflicts:     575000 | #Constraints:     175369
505.69/508.49	c #Conflicts:     576000 | #Constraints:     176401
505.69/508.49	c #Conflicts:     577000 | #Constraints:     177433
505.69/508.49	c #Conflicts:     578000 | #Constraints:     178462
505.69/508.49	c #Conflicts:     579000 | #Constraints:     179484
505.69/508.49	c #Conflicts:     580000 | #Constraints:     180513
505.69/508.49	c #Conflicts:     581000 | #Constraints:     181539
505.69/508.49	c #Conflicts:     582000 | #Constraints:     182571
505.69/508.49	c #Conflicts:     583000 | #Constraints:     183593
505.69/508.49	c #Conflicts:     584000 | #Constraints:     184621
505.69/508.49	c #Conflicts:     585000 | #Constraints:     185658
505.69/508.49	c #Conflicts:     586000 | #Constraints:     186688
505.69/508.49	c #Conflicts:     587000 | #Constraints:     187719
505.69/508.49	c INPROCESSING
505.69/508.49	c GARBAGE COLLECT
505.69/508.49	c rational objective -340
527.94/530.77	c #Conflicts:     588000 | #Constraints:     151866
527.94/530.77	c #Conflicts:     589000 | #Constraints:     152866
527.94/530.77	c #Conflicts:     590000 | #Constraints:     153866
527.94/530.77	c #Conflicts:     591000 | #Constraints:     154866
527.94/530.77	c #Conflicts:     592000 | #Constraints:     155866
527.94/530.77	c #Conflicts:     593000 | #Constraints:     156866
527.94/530.77	c #Conflicts:     594000 | #Constraints:     157866
527.94/530.77	c #Conflicts:     595000 | #Constraints:     158866
527.94/530.77	c #Conflicts:     596000 | #Constraints:     159866
527.94/530.77	c #Conflicts:     597000 | #Constraints:     160866
527.94/530.77	c #Conflicts:     598000 | #Constraints:     161866
527.94/530.77	c #Conflicts:     599000 | #Constraints:     162866
527.94/530.77	c #Conflicts:     600000 | #Constraints:     163866
527.94/530.77	c #Conflicts:     601000 | #Constraints:     164866
527.94/530.77	c #Conflicts:     602000 | #Constraints:     165866
527.94/530.77	c #Conflicts:     603000 | #Constraints:     166866
527.94/530.77	c #Conflicts:     604000 | #Constraints:     167866
527.94/530.77	c #Conflicts:     605000 | #Constraints:     168866
527.94/530.77	c #Conflicts:     606000 | #Constraints:     169866
527.94/530.77	c #Conflicts:     607000 | #Constraints:     170866
527.94/530.77	c #Conflicts:     608000 | #Constraints:     171866
527.94/530.77	c INPROCESSING
527.94/530.77	c GARBAGE COLLECT
527.94/530.77	c rational objective -340
546.06/549.06	c #Conflicts:     609000 | #Constraints:     143892
546.06/549.06	c #Conflicts:     610000 | #Constraints:     144892
546.06/549.06	c #Conflicts:     611000 | #Constraints:     145892
546.06/549.06	c #Conflicts:     612000 | #Constraints:     146892
546.06/549.06	c #Conflicts:     613000 | #Constraints:     147892
546.06/549.06	c #Conflicts:     614000 | #Constraints:     148892
546.06/549.06	c #Conflicts:     615000 | #Constraints:     149892
546.06/549.06	c #Conflicts:     616000 | #Constraints:     150892
546.06/549.06	c #Conflicts:     617000 | #Constraints:     151892
546.06/549.06	c #Conflicts:     618000 | #Constraints:     152892
546.06/549.06	c #Conflicts:     619000 | #Constraints:     153892
546.06/549.06	c #Conflicts:     620000 | #Constraints:     154892
546.06/549.06	c #Conflicts:     621000 | #Constraints:     155892
546.06/549.06	c #Conflicts:     622000 | #Constraints:     156892
546.06/549.06	c #Conflicts:     623000 | #Constraints:     157892
546.06/549.06	c #Conflicts:     624000 | #Constraints:     158892
546.06/549.06	c #Conflicts:     625000 | #Constraints:     159892
546.06/549.06	c #Conflicts:     626000 | #Constraints:     160892
546.06/549.06	c #Conflicts:     627000 | #Constraints:     161892
546.06/549.06	c #Conflicts:     628000 | #Constraints:     162892
546.06/549.06	c #Conflicts:     629000 | #Constraints:     163892
546.06/549.06	c #Conflicts:     630000 | #Constraints:     164892
546.06/549.06	c INPROCESSING
546.06/549.06	c GARBAGE COLLECT
546.06/549.06	c rational objective -340
573.71/577.05	c #Conflicts:     631000 | #Constraints:     140727
573.71/577.05	c #Conflicts:     632000 | #Constraints:     141727
573.71/577.05	c #Conflicts:     633000 | #Constraints:     142727
573.71/577.05	c #Conflicts:     634000 | #Constraints:     143727
573.71/577.05	c #Conflicts:     635000 | #Constraints:     144727
573.71/577.05	c #Conflicts:     636000 | #Constraints:     145727
573.71/577.05	c #Conflicts:     637000 | #Constraints:     146727
573.71/577.05	c #Conflicts:     638000 | #Constraints:     147727
573.71/577.05	c #Conflicts:     639000 | #Constraints:     148727
573.71/577.05	c #Conflicts:     640000 | #Constraints:     149727
573.71/577.05	c #Conflicts:     641000 | #Constraints:     150727
573.71/577.05	c #Conflicts:     642000 | #Constraints:     151727
573.71/577.05	c #Conflicts:     643000 | #Constraints:     152727
573.71/577.05	c #Conflicts:     644000 | #Constraints:     153727
573.71/577.05	c #Conflicts:     645000 | #Constraints:     154727
573.71/577.05	c #Conflicts:     646000 | #Constraints:     155727
573.71/577.05	c #Conflicts:     647000 | #Constraints:     156727
573.71/577.05	c #Conflicts:     648000 | #Constraints:     157727
573.71/577.05	c #Conflicts:     649000 | #Constraints:     158727
573.71/577.05	c #Conflicts:     650000 | #Constraints:     159727
573.71/577.05	c #Conflicts:     651000 | #Constraints:     160727
573.71/577.05	c #Conflicts:     652000 | #Constraints:     161727
573.71/577.05	c #Conflicts:     653000 | #Constraints:     162727
573.71/577.05	c #Conflicts:     654000 | #Constraints:     163727
573.71/577.05	c #Conflicts:     655000 | #Constraints:     164727
573.71/577.05	c #Conflicts:     656000 | #Constraints:     165727
573.71/577.05	c #Conflicts:     657000 | #Constraints:     166727
573.71/577.05	c #Conflicts:     658000 | #Constraints:     167727
573.71/577.05	c #Conflicts:     659000 | #Constraints:     168727
573.71/577.05	c #Conflicts:     660000 | #Constraints:     169727
573.71/577.05	c #Conflicts:     661000 | #Constraints:     170727
573.71/577.05	c bounds -46 >= -339 @ 567.523
599.73/603.28	c #Conflicts:     662000 | #Constraints:     171784
599.73/603.28	c #Conflicts:     663000 | #Constraints:     172784
599.73/603.28	c #Conflicts:     664000 | #Constraints:     173784
599.73/603.28	c #Conflicts:     665000 | #Constraints:     174784
599.73/603.28	c #Conflicts:     666000 | #Constraints:     175784
599.73/603.28	c #Conflicts:     667000 | #Constraints:     176784
599.73/603.28	c #Conflicts:     668000 | #Constraints:     177784
599.73/603.28	c #Conflicts:     669000 | #Constraints:     178784
599.73/603.28	c #Conflicts:     670000 | #Constraints:     179784
599.73/603.28	c #Conflicts:     671000 | #Constraints:     180784
599.73/603.28	c #Conflicts:     672000 | #Constraints:     181784
599.73/603.28	c #Conflicts:     673000 | #Constraints:     182784
599.73/603.28	c #Conflicts:     674000 | #Constraints:     183784
599.73/603.28	c #Conflicts:     675000 | #Constraints:     184784
599.73/603.28	c #Conflicts:     676000 | #Constraints:     185784
599.73/603.28	c #Conflicts:     677000 | #Constraints:     186784
599.73/603.28	c #Conflicts:     678000 | #Constraints:     187784
599.73/603.28	c #Conflicts:     679000 | #Constraints:     188784
599.73/603.28	c #Conflicts:     680000 | #Constraints:     189784
599.73/603.28	c #Conflicts:     681000 | #Constraints:     190784
599.73/603.28	c #Conflicts:     682000 | #Constraints:     191784
599.73/603.28	c #Conflicts:     683000 | #Constraints:     192784
599.73/603.28	c #Conflicts:     684000 | #Constraints:     193784
599.73/603.28	c INPROCESSING
599.73/603.28	c GARBAGE COLLECT
599.73/603.28	c rational objective -339
616.88/620.41	c #Conflicts:     685000 | #Constraints:     155168
616.88/620.41	c #Conflicts:     686000 | #Constraints:     156168
616.88/620.41	c #Conflicts:     687000 | #Constraints:     157168
616.88/620.41	c #Conflicts:     688000 | #Constraints:     158168
616.88/620.41	c #Conflicts:     689000 | #Constraints:     159168
616.88/620.41	c #Conflicts:     690000 | #Constraints:     160168
616.88/620.41	c #Conflicts:     691000 | #Constraints:     161168
616.88/620.41	c #Conflicts:     692000 | #Constraints:     162168
616.88/620.41	c #Conflicts:     693000 | #Constraints:     163168
616.88/620.41	c #Conflicts:     694000 | #Constraints:     164168
616.88/620.41	c #Conflicts:     695000 | #Constraints:     165168
616.88/620.41	c #Conflicts:     696000 | #Constraints:     166168
616.88/620.41	c #Conflicts:     697000 | #Constraints:     167168
616.88/620.41	c #Conflicts:     698000 | #Constraints:     168168
616.88/620.41	c #Conflicts:     699000 | #Constraints:     169168
616.88/620.41	c #Conflicts:     700000 | #Constraints:     170168
616.88/620.41	c #Conflicts:     701000 | #Constraints:     171168
616.88/620.41	c #Conflicts:     702000 | #Constraints:     172168
616.88/620.41	c #Conflicts:     703000 | #Constraints:     173168
616.88/620.41	c #Conflicts:     704000 | #Constraints:     174168
616.88/620.41	c bounds -46 >= -338 @ 610.295
618.48/622.10	c #Conflicts:     705000 | #Constraints:     175243
618.48/622.10	c #Conflicts:     706000 | #Constraints:     176263
618.48/622.10	c INPROCESSING
618.48/622.10	c GARBAGE COLLECT
618.48/622.10	c rational objective -338
628.05/631.82	c #Conflicts:     707000 | #Constraints:     146062
628.05/631.82	c #Conflicts:     708000 | #Constraints:     147062
628.05/631.82	c #Conflicts:     709000 | #Constraints:     148062
628.05/631.82	c #Conflicts:     710000 | #Constraints:     149062
628.05/631.82	c #Conflicts:     711000 | #Constraints:     150062
628.05/631.82	c #Conflicts:     712000 | #Constraints:     151062
628.05/631.82	c #Conflicts:     713000 | #Constraints:     152062
628.05/631.82	c #Conflicts:     714000 | #Constraints:     153062
628.05/631.82	c #Conflicts:     715000 | #Constraints:     154062
628.05/631.82	c #Conflicts:     716000 | #Constraints:     155062
628.05/631.82	c #Conflicts:     717000 | #Constraints:     156062
628.05/631.82	c #Conflicts:     718000 | #Constraints:     157062
628.05/631.82	c #Conflicts:     719000 | #Constraints:     158062
628.05/631.82	c bounds -46 >= -337 @ 621.367
639.92/643.77	c #Conflicts:     720000 | #Constraints:     159098
639.92/643.77	c #Conflicts:     721000 | #Constraints:     160099
639.92/643.77	c #Conflicts:     722000 | #Constraints:     161110
639.92/643.77	c #Conflicts:     723000 | #Constraints:     162159
639.92/643.77	c #Conflicts:     724000 | #Constraints:     163160
639.92/643.77	c #Conflicts:     725000 | #Constraints:     164203
639.92/643.77	c #Conflicts:     726000 | #Constraints:     165256
639.92/643.77	c #Conflicts:     727000 | #Constraints:     166305
639.92/643.77	c #Conflicts:     728000 | #Constraints:     167344
639.92/643.77	c #Conflicts:     729000 | #Constraints:     168381
639.92/643.77	c INPROCESSING
639.92/643.77	c GARBAGE COLLECT
639.92/643.77	c rational objective -337
699.92/704.11	c #Conflicts:     730000 | #Constraints:     142160
699.92/704.11	c #Conflicts:     731000 | #Constraints:     143160
699.92/704.11	c #Conflicts:     732000 | #Constraints:     144160
699.92/704.11	c #Conflicts:     733000 | #Constraints:     145160
699.92/704.11	c #Conflicts:     734000 | #Constraints:     146160
699.92/704.11	c #Conflicts:     735000 | #Constraints:     147160
699.92/704.11	c #Conflicts:     736000 | #Constraints:     148160
699.92/704.11	c #Conflicts:     737000 | #Constraints:     149160
699.92/704.11	c #Conflicts:     738000 | #Constraints:     150160
699.92/704.11	c #Conflicts:     739000 | #Constraints:     151160
699.92/704.11	c #Conflicts:     740000 | #Constraints:     152160
699.92/704.11	c #Conflicts:     741000 | #Constraints:     153160
699.92/704.11	c #Conflicts:     742000 | #Constraints:     154160
699.92/704.11	c #Conflicts:     743000 | #Constraints:     155160
699.92/704.11	c #Conflicts:     744000 | #Constraints:     156160
699.92/704.11	c #Conflicts:     745000 | #Constraints:     157160
699.92/704.11	c #Conflicts:     746000 | #Constraints:     158160
699.92/704.11	c #Conflicts:     747000 | #Constraints:     159160
699.92/704.11	c #Conflicts:     748000 | #Constraints:     160160
699.92/704.11	c #Conflicts:     749000 | #Constraints:     161160
699.92/704.11	c #Conflicts:     750000 | #Constraints:     162160
699.92/704.11	c #Conflicts:     751000 | #Constraints:     163160
699.92/704.11	c #Conflicts:     752000 | #Constraints:     164160
699.92/704.11	c #Conflicts:     753000 | #Constraints:     165160
699.92/704.11	c #Conflicts:     754000 | #Constraints:     166160
699.92/704.11	c #Conflicts:     755000 | #Constraints:     167160
699.92/704.11	c #Conflicts:     756000 | #Constraints:     168160
699.92/704.11	c #Conflicts:     757000 | #Constraints:     169160
699.92/704.11	c #Conflicts:     758000 | #Constraints:     170160
699.92/704.11	c #Conflicts:     759000 | #Constraints:     171160
699.92/704.11	c #Conflicts:     760000 | #Constraints:     172160
699.92/704.11	c #Conflicts:     761000 | #Constraints:     173160
699.92/704.11	c #Conflicts:     762000 | #Constraints:     174160
699.92/704.11	c #Conflicts:     763000 | #Constraints:     175160
699.92/704.11	c #Conflicts:     764000 | #Constraints:     176160
699.92/704.11	c #Conflicts:     765000 | #Constraints:     177160
699.92/704.11	c #Conflicts:     766000 | #Constraints:     178160
699.92/704.11	c #Conflicts:     767000 | #Constraints:     179160
699.92/704.11	c #Conflicts:     768000 | #Constraints:     180160
699.92/704.11	c #Conflicts:     769000 | #Constraints:     181160
699.92/704.11	c #Conflicts:     770000 | #Constraints:     182160
699.92/704.11	c #Conflicts:     771000 | #Constraints:     183160
699.92/704.11	c #Conflicts:     772000 | #Constraints:     184160
699.92/704.11	c #Conflicts:     773000 | #Constraints:     185160
699.92/704.11	c #Conflicts:     774000 | #Constraints:     186160
699.92/704.11	c #Conflicts:     775000 | #Constraints:     187160
699.92/704.11	c #Conflicts:     776000 | #Constraints:     188160
699.92/704.11	c #Conflicts:     777000 | #Constraints:     189160
699.92/704.11	c #Conflicts:     778000 | #Constraints:     190160
699.92/704.11	c #Conflicts:     779000 | #Constraints:     191160
699.92/704.11	c #Conflicts:     780000 | #Constraints:     192160
699.92/704.11	c #Conflicts:     781000 | #Constraints:     193160
699.92/704.11	c #Conflicts:     782000 | #Constraints:     194160
699.92/704.11	c #Conflicts:     783000 | #Constraints:     195160
699.92/704.11	c #Conflicts:     784000 | #Constraints:     196160
699.92/704.11	c #Conflicts:     785000 | #Constraints:     197160
699.92/704.11	c #Conflicts:     786000 | #Constraints:     198160
699.92/704.11	c #Conflicts:     787000 | #Constraints:     199160
699.92/704.11	c INPROCESSING
699.92/704.11	c GARBAGE COLLECT
699.92/704.11	c rational objective -337
732.92/737.39	c #Conflicts:     788000 | #Constraints:     157015
732.92/737.39	c #Conflicts:     789000 | #Constraints:     158015
732.92/737.39	c #Conflicts:     790000 | #Constraints:     159020
732.92/737.39	c #Conflicts:     791000 | #Constraints:     160058
732.92/737.39	c #Conflicts:     792000 | #Constraints:     161103
732.92/737.39	c #Conflicts:     793000 | #Constraints:     162140
732.92/737.39	c #Conflicts:     794000 | #Constraints:     163174
732.92/737.39	c #Conflicts:     795000 | #Constraints:     164214
732.92/737.39	c #Conflicts:     796000 | #Constraints:     165246
732.92/737.39	c #Conflicts:     797000 | #Constraints:     166277
732.92/737.39	c #Conflicts:     798000 | #Constraints:     167311
732.92/737.39	c #Conflicts:     799000 | #Constraints:     168346
732.92/737.39	c #Conflicts:     800000 | #Constraints:     169382
732.92/737.39	c #Conflicts:     801000 | #Constraints:     170420
732.92/737.39	c #Conflicts:     802000 | #Constraints:     171464
732.92/737.39	c #Conflicts:     803000 | #Constraints:     172507
732.92/737.39	c #Conflicts:     804000 | #Constraints:     173548
732.92/737.39	c #Conflicts:     805000 | #Constraints:     174592
732.92/737.39	c #Conflicts:     806000 | #Constraints:     175635
732.92/737.39	c #Conflicts:     807000 | #Constraints:     176689
732.92/737.39	c #Conflicts:     808000 | #Constraints:     177729
732.92/737.39	c #Conflicts:     809000 | #Constraints:     178757
732.92/737.39	c #Conflicts:     810000 | #Constraints:     179804
732.92/737.39	c #Conflicts:     811000 | #Constraints:     180847
732.92/737.39	c #Conflicts:     812000 | #Constraints:     181886
732.92/737.39	c INPROCESSING
732.92/737.39	c GARBAGE COLLECT
732.92/737.39	c rational objective -337
744.79/749.25	c #Conflicts:     813000 | #Constraints:     149253
744.79/749.25	c #Conflicts:     814000 | #Constraints:     150253
744.79/749.25	c #Conflicts:     815000 | #Constraints:     151253
744.79/749.25	c #Conflicts:     816000 | #Constraints:     152253
744.79/749.25	c #Conflicts:     817000 | #Constraints:     153253
744.79/749.25	c #Conflicts:     818000 | #Constraints:     154253
744.79/749.25	c #Conflicts:     819000 | #Constraints:     155253
744.79/749.25	c #Conflicts:     820000 | #Constraints:     156253
744.79/749.25	c #Conflicts:     821000 | #Constraints:     157253
744.79/749.25	c #Conflicts:     822000 | #Constraints:     158253
744.79/749.25	c #Conflicts:     823000 | #Constraints:     159253
744.79/749.25	c #Conflicts:     824000 | #Constraints:     160253
744.79/749.25	c #Conflicts:     825000 | #Constraints:     161253
744.79/749.25	c #Conflicts:     826000 | #Constraints:     162253
744.79/749.25	c bounds -46 >= -336 @ 737.179
754.13/758.72	c #Conflicts:     827000 | #Constraints:     163286
754.13/758.72	c #Conflicts:     828000 | #Constraints:     164286
754.13/758.72	c #Conflicts:     829000 | #Constraints:     165286
754.13/758.72	c #Conflicts:     830000 | #Constraints:     166286
754.13/758.72	c #Conflicts:     831000 | #Constraints:     167286
754.13/758.72	c #Conflicts:     832000 | #Constraints:     168286
754.13/758.72	c #Conflicts:     833000 | #Constraints:     169286
754.13/758.72	c #Conflicts:     834000 | #Constraints:     170286
754.13/758.72	c #Conflicts:     835000 | #Constraints:     171286
754.13/758.72	c #Conflicts:     836000 | #Constraints:     172286
754.13/758.72	c INPROCESSING
754.13/758.72	c GARBAGE COLLECT
754.13/758.72	c rational objective -336
755.92/760.54	c #Conflicts:     837000 | #Constraints:     143957
755.92/760.54	c #Conflicts:     838000 | #Constraints:     144957
755.92/760.54	c #Conflicts:     839000 | #Constraints:     145957
755.92/760.54	c #Conflicts:     840000 | #Constraints:     146957
755.92/760.54	c bounds -46 >= -335 @ 748.207
765.60/770.23	c #Conflicts:     841000 | #Constraints:     147984
765.60/770.23	c #Conflicts:     842000 | #Constraints:     148984
765.60/770.23	c #Conflicts:     843000 | #Constraints:     149984
765.60/770.23	c #Conflicts:     844000 | #Constraints:     150984
765.60/770.23	c #Conflicts:     845000 | #Constraints:     151984
765.60/770.23	c #Conflicts:     846000 | #Constraints:     152984
765.60/770.23	c #Conflicts:     847000 | #Constraints:     153984
765.60/770.23	c #Conflicts:     848000 | #Constraints:     154984
765.60/770.23	c #Conflicts:     849000 | #Constraints:     155984
765.60/770.23	c #Conflicts:     850000 | #Constraints:     156984
765.60/770.23	c #Conflicts:     851000 | #Constraints:     157984
765.60/770.23	c #Conflicts:     852000 | #Constraints:     158984
765.60/770.23	c bounds -46 >= -334 @ 757.772
786.84/791.53	c #Conflicts:     853000 | #Constraints:     160020
786.84/791.53	c #Conflicts:     854000 | #Constraints:     161020
786.84/791.53	c #Conflicts:     855000 | #Constraints:     162020
786.84/791.53	c #Conflicts:     856000 | #Constraints:     163020
786.84/791.53	c #Conflicts:     857000 | #Constraints:     164020
786.84/791.53	c #Conflicts:     858000 | #Constraints:     165020
786.84/791.53	c #Conflicts:     859000 | #Constraints:     166020
786.84/791.53	c #Conflicts:     860000 | #Constraints:     167020
786.84/791.53	c #Conflicts:     861000 | #Constraints:     168020
786.84/791.53	c #Conflicts:     862000 | #Constraints:     169020
786.84/791.53	c #Conflicts:     863000 | #Constraints:     170020
786.84/791.53	c #Conflicts:     864000 | #Constraints:     171020
786.84/791.53	c #Conflicts:     865000 | #Constraints:     172020
786.84/791.53	c #Conflicts:     866000 | #Constraints:     173020
786.84/791.53	c #Conflicts:     867000 | #Constraints:     174020
786.84/791.53	c #Conflicts:     868000 | #Constraints:     175020
786.84/791.53	c #Conflicts:     869000 | #Constraints:     176020
786.84/791.53	c #Conflicts:     870000 | #Constraints:     177020
786.84/791.53	c #Conflicts:     871000 | #Constraints:     178020
786.84/791.53	c #Conflicts:     872000 | #Constraints:     179020
786.84/791.53	c bounds -46 >= -333 @ 778.831
805.29/810.09	c #Conflicts:     873000 | #Constraints:     180041
805.29/810.09	c #Conflicts:     874000 | #Constraints:     181041
805.29/810.09	c #Conflicts:     875000 | #Constraints:     182041
805.29/810.09	c #Conflicts:     876000 | #Constraints:     183041
805.29/810.09	c #Conflicts:     877000 | #Constraints:     184041
805.29/810.09	c #Conflicts:     878000 | #Constraints:     185041
805.29/810.09	c #Conflicts:     879000 | #Constraints:     186041
805.29/810.09	c #Conflicts:     880000 | #Constraints:     187041
805.29/810.09	c #Conflicts:     881000 | #Constraints:     188041
805.29/810.09	c #Conflicts:     882000 | #Constraints:     189041
805.29/810.09	c #Conflicts:     883000 | #Constraints:     190041
805.29/810.09	c #Conflicts:     884000 | #Constraints:     191041
805.29/810.09	c #Conflicts:     885000 | #Constraints:     192041
805.29/810.09	c #Conflicts:     886000 | #Constraints:     193041
805.29/810.09	c #Conflicts:     887000 | #Constraints:     194041
805.29/810.09	c #Conflicts:     888000 | #Constraints:     195041
805.29/810.09	c #Conflicts:     889000 | #Constraints:     196041
805.29/810.09	c bounds -46 >= -332 @ 797.159
814.87/819.75	c #Conflicts:     890000 | #Constraints:     197068
814.87/819.75	c #Conflicts:     891000 | #Constraints:     198068
814.87/819.75	c #Conflicts:     892000 | #Constraints:     199068
814.87/819.75	c #Conflicts:     893000 | #Constraints:     200068
814.87/819.75	c #Conflicts:     894000 | #Constraints:     201068
814.87/819.75	c #Conflicts:     895000 | #Constraints:     202068
814.87/819.75	c #Conflicts:     896000 | #Constraints:     203068
814.87/819.75	c #Conflicts:     897000 | #Constraints:     204068
814.87/819.75	c #Conflicts:     898000 | #Constraints:     205068
814.87/819.75	c INPROCESSING
814.87/819.75	c GARBAGE COLLECT
814.87/819.75	c rational objective -332
826.65/831.52	c #Conflicts:     899000 | #Constraints:     159854
826.65/831.52	c #Conflicts:     900000 | #Constraints:     160854
826.65/831.52	c #Conflicts:     901000 | #Constraints:     161854
826.65/831.52	c #Conflicts:     902000 | #Constraints:     162854
826.65/831.52	c #Conflicts:     903000 | #Constraints:     163854
826.65/831.52	c #Conflicts:     904000 | #Constraints:     164854
826.65/831.52	c #Conflicts:     905000 | #Constraints:     165854
826.65/831.52	c #Conflicts:     906000 | #Constraints:     166854
826.65/831.52	c #Conflicts:     907000 | #Constraints:     167854
826.65/831.52	c #Conflicts:     908000 | #Constraints:     168854
826.65/831.52	c #Conflicts:     909000 | #Constraints:     169854
826.65/831.52	c #Conflicts:     910000 | #Constraints:     170854
826.65/831.52	c #Conflicts:     911000 | #Constraints:     171854
826.65/831.52	c #Conflicts:     912000 | #Constraints:     172854
826.65/831.52	c bounds -46 >= -331 @ 818.236
837.82/842.71	c #Conflicts:     913000 | #Constraints:     173884
837.82/842.71	c #Conflicts:     914000 | #Constraints:     174884
837.82/842.71	c #Conflicts:     915000 | #Constraints:     175884
837.82/842.71	c #Conflicts:     916000 | #Constraints:     176884
837.82/842.71	c #Conflicts:     917000 | #Constraints:     177884
837.82/842.71	c #Conflicts:     918000 | #Constraints:     178884
837.82/842.71	c #Conflicts:     919000 | #Constraints:     179884
837.82/842.71	c #Conflicts:     920000 | #Constraints:     180884
837.82/842.71	c #Conflicts:     921000 | #Constraints:     181884
837.82/842.71	c #Conflicts:     922000 | #Constraints:     182884
837.82/842.71	c #Conflicts:     923000 | #Constraints:     183884
837.82/842.71	c #Conflicts:     924000 | #Constraints:     184884
837.82/842.71	c INPROCESSING
837.82/842.71	c GARBAGE COLLECT
837.82/842.71	c rational objective -331
850.68/855.67	c #Conflicts:     925000 | #Constraints:     150437
850.68/855.67	c #Conflicts:     926000 | #Constraints:     151437
850.68/855.67	c #Conflicts:     927000 | #Constraints:     152437
850.68/855.67	c #Conflicts:     928000 | #Constraints:     153437
850.68/855.67	c #Conflicts:     929000 | #Constraints:     154437
850.68/855.67	c #Conflicts:     930000 | #Constraints:     155437
850.68/855.67	c #Conflicts:     931000 | #Constraints:     156437
850.68/855.67	c #Conflicts:     932000 | #Constraints:     157437
850.68/855.67	c #Conflicts:     933000 | #Constraints:     158437
850.68/855.67	c #Conflicts:     934000 | #Constraints:     159437
850.68/855.67	c #Conflicts:     935000 | #Constraints:     160437
850.68/855.67	c #Conflicts:     936000 | #Constraints:     161437
850.68/855.67	c #Conflicts:     937000 | #Constraints:     162437
850.68/855.67	c #Conflicts:     938000 | #Constraints:     163437
850.68/855.67	c bounds -46 >= -330 @ 842.093
860.65/865.69	c #Conflicts:     939000 | #Constraints:     164470
860.65/865.69	c #Conflicts:     940000 | #Constraints:     165470
860.65/865.69	c #Conflicts:     941000 | #Constraints:     166470
860.65/865.69	c #Conflicts:     942000 | #Constraints:     167470
860.65/865.69	c #Conflicts:     943000 | #Constraints:     168470
860.65/865.69	c #Conflicts:     944000 | #Constraints:     169470
860.65/865.69	c #Conflicts:     945000 | #Constraints:     170470
860.65/865.69	c #Conflicts:     946000 | #Constraints:     171470
860.65/865.69	c #Conflicts:     947000 | #Constraints:     172470
860.65/865.69	c #Conflicts:     948000 | #Constraints:     173470
860.65/865.69	c #Conflicts:     949000 | #Constraints:     174470
860.65/865.69	c #Conflicts:     950000 | #Constraints:     175470
860.65/865.69	c INPROCESSING
860.65/865.69	c GARBAGE COLLECT
860.65/865.69	c rational objective -330
872.72/877.91	c #Conflicts:     951000 | #Constraints:     145844
872.72/877.91	c #Conflicts:     952000 | #Constraints:     146844
872.72/877.91	c #Conflicts:     953000 | #Constraints:     147844
872.72/877.91	c #Conflicts:     954000 | #Constraints:     148844
872.72/877.91	c #Conflicts:     955000 | #Constraints:     149844
872.72/877.91	c #Conflicts:     956000 | #Constraints:     150844
872.72/877.91	c #Conflicts:     957000 | #Constraints:     151844
872.72/877.91	c #Conflicts:     958000 | #Constraints:     152844
872.72/877.91	c #Conflicts:     959000 | #Constraints:     153844
872.72/877.91	c #Conflicts:     960000 | #Constraints:     154844
872.72/877.91	c #Conflicts:     961000 | #Constraints:     155844
872.72/877.91	c #Conflicts:     962000 | #Constraints:     156844
872.72/877.91	c #Conflicts:     963000 | #Constraints:     157844
872.72/877.91	c #Conflicts:     964000 | #Constraints:     158844
872.72/877.91	c #Conflicts:     965000 | #Constraints:     159844
872.72/877.91	c bounds -46 >= -329 @ 863.869
906.88/912.69	c #Conflicts:     966000 | #Constraints:     160889
906.88/912.69	c #Conflicts:     967000 | #Constraints:     161889
906.88/912.69	c #Conflicts:     968000 | #Constraints:     162889
906.88/912.69	c #Conflicts:     969000 | #Constraints:     163889
906.88/912.69	c #Conflicts:     970000 | #Constraints:     164889
906.88/912.69	c #Conflicts:     971000 | #Constraints:     165889
906.88/912.69	c #Conflicts:     972000 | #Constraints:     166889
906.88/912.69	c #Conflicts:     973000 | #Constraints:     167889
906.88/912.69	c #Conflicts:     974000 | #Constraints:     168889
906.88/912.69	c #Conflicts:     975000 | #Constraints:     169889
906.88/912.69	c #Conflicts:     976000 | #Constraints:     170889
906.88/912.69	c #Conflicts:     977000 | #Constraints:     171889
906.88/912.69	c #Conflicts:     978000 | #Constraints:     172889
906.88/912.69	c #Conflicts:     979000 | #Constraints:     173889
906.88/912.69	c #Conflicts:     980000 | #Constraints:     174889
906.88/912.69	c #Conflicts:     981000 | #Constraints:     175889
906.88/912.69	c #Conflicts:     982000 | #Constraints:     176889
906.88/912.69	c #Conflicts:     983000 | #Constraints:     177889
906.88/912.69	c #Conflicts:     984000 | #Constraints:     178889
906.88/912.69	c #Conflicts:     985000 | #Constraints:     179889
906.88/912.69	c #Conflicts:     986000 | #Constraints:     180889
906.88/912.69	c #Conflicts:     987000 | #Constraints:     181889
906.88/912.69	c #Conflicts:     988000 | #Constraints:     182889
906.88/912.69	c #Conflicts:     989000 | #Constraints:     183889
906.88/912.69	c #Conflicts:     990000 | #Constraints:     184889
906.88/912.69	c #Conflicts:     991000 | #Constraints:     185889
906.88/912.69	c #Conflicts:     992000 | #Constraints:     186889
906.88/912.69	c #Conflicts:     993000 | #Constraints:     187889
906.88/912.69	c #Conflicts:     994000 | #Constraints:     188889
906.88/912.69	c #Conflicts:     995000 | #Constraints:     189889
906.88/912.69	c #Conflicts:     996000 | #Constraints:     190889
906.88/912.69	c #Conflicts:     997000 | #Constraints:     191889
906.88/912.69	c bounds -46 >= -328 @ 897.832
930.03/935.84	c #Conflicts:     998000 | #Constraints:     192922
930.03/935.84	c #Conflicts:     999000 | #Constraints:     193922
930.03/935.84	c #Conflicts:    1000000 | #Constraints:     194922
930.03/935.84	c #Conflicts:    1001000 | #Constraints:     195922
930.03/935.84	c #Conflicts:    1002000 | #Constraints:     196922
930.03/935.84	c #Conflicts:    1003000 | #Constraints:     197922
930.03/935.84	c #Conflicts:    1004000 | #Constraints:     198922
930.03/935.84	c #Conflicts:    1005000 | #Constraints:     199922
930.03/935.84	c #Conflicts:    1006000 | #Constraints:     200922
930.03/935.84	c #Conflicts:    1007000 | #Constraints:     201922
930.03/935.84	c #Conflicts:    1008000 | #Constraints:     202922
930.03/935.84	c #Conflicts:    1009000 | #Constraints:     203922
930.03/935.84	c #Conflicts:    1010000 | #Constraints:     204922
930.03/935.84	c #Conflicts:    1011000 | #Constraints:     205922
930.03/935.84	c #Conflicts:    1012000 | #Constraints:     206922
930.03/935.84	c #Conflicts:    1013000 | #Constraints:     207922
930.03/935.84	c #Conflicts:    1014000 | #Constraints:     208922
930.03/935.84	c #Conflicts:    1015000 | #Constraints:     209922
930.03/935.84	c #Conflicts:    1016000 | #Constraints:     210922
930.03/935.84	c #Conflicts:    1017000 | #Constraints:     211922
930.03/935.84	c INPROCESSING
930.03/935.84	c GARBAGE COLLECT
930.03/935.84	c rational objective -328
970.31/976.43	c #Conflicts:    1018000 | #Constraints:     164316
970.31/976.43	c #Conflicts:    1019000 | #Constraints:     165317
970.31/976.43	c #Conflicts:    1020000 | #Constraints:     166335
970.31/976.43	c #Conflicts:    1021000 | #Constraints:     167376
970.31/976.43	c #Conflicts:    1022000 | #Constraints:     168428
970.31/976.43	c #Conflicts:    1023000 | #Constraints:     169467
970.31/976.43	c #Conflicts:    1024000 | #Constraints:     170511
970.31/976.43	c #Conflicts:    1025000 | #Constraints:     171560
970.31/976.43	c #Conflicts:    1026000 | #Constraints:     172601
970.31/976.43	c #Conflicts:    1027000 | #Constraints:     173644
970.31/976.43	c #Conflicts:    1028000 | #Constraints:     174690
970.31/976.43	c #Conflicts:    1029000 | #Constraints:     175730
970.31/976.43	c #Conflicts:    1030000 | #Constraints:     176775
970.31/976.43	c #Conflicts:    1031000 | #Constraints:     177831
970.31/976.43	c #Conflicts:    1032000 | #Constraints:     178874
970.31/976.43	c #Conflicts:    1033000 | #Constraints:     179902
970.31/976.43	c #Conflicts:    1034000 | #Constraints:     180944
970.31/976.43	c #Conflicts:    1035000 | #Constraints:     181984
970.31/976.43	c #Conflicts:    1036000 | #Constraints:     183022
970.31/976.43	c #Conflicts:    1037000 | #Constraints:     184058
970.31/976.43	c #Conflicts:    1038000 | #Constraints:     185094
970.31/976.43	c #Conflicts:    1039000 | #Constraints:     186135
970.31/976.43	c #Conflicts:    1040000 | #Constraints:     187170
970.31/976.43	c #Conflicts:    1041000 | #Constraints:     188203
970.31/976.43	c #Conflicts:    1042000 | #Constraints:     189241
970.31/976.43	c #Conflicts:    1043000 | #Constraints:     190286
970.31/976.43	c #Conflicts:    1044000 | #Constraints:     191335
970.31/976.43	c INPROCESSING
970.31/976.43	c GARBAGE COLLECT
970.31/976.43	c rational objective -328
983.58/989.73	c #Conflicts:    1045000 | #Constraints:     153918
983.58/989.73	c #Conflicts:    1046000 | #Constraints:     154918
983.58/989.73	c #Conflicts:    1047000 | #Constraints:     155918
983.58/989.73	c #Conflicts:    1048000 | #Constraints:     156918
983.58/989.73	c #Conflicts:    1049000 | #Constraints:     157918
983.58/989.73	c #Conflicts:    1050000 | #Constraints:     158918
983.58/989.73	c #Conflicts:    1051000 | #Constraints:     159918
983.58/989.73	c #Conflicts:    1052000 | #Constraints:     160918
983.58/989.73	c #Conflicts:    1053000 | #Constraints:     161918
983.58/989.73	c #Conflicts:    1054000 | #Constraints:     162918
983.58/989.73	c #Conflicts:    1055000 | #Constraints:     163918
983.58/989.73	c #Conflicts:    1056000 | #Constraints:     164918
983.58/989.73	c #Conflicts:    1057000 | #Constraints:     165918
983.58/989.73	c #Conflicts:    1058000 | #Constraints:     166918
983.58/989.73	c #Conflicts:    1059000 | #Constraints:     167918
983.58/989.73	c #Conflicts:    1060000 | #Constraints:     168918
983.58/989.73	c bounds -46 >= -327 @ 973.942
993.05/999.21	c #Conflicts:    1061000 | #Constraints:     169954
993.05/999.21	c #Conflicts:    1062000 | #Constraints:     170954
993.05/999.21	c #Conflicts:    1063000 | #Constraints:     171954
993.05/999.21	c #Conflicts:    1064000 | #Constraints:     172954
993.05/999.21	c #Conflicts:    1065000 | #Constraints:     173954
993.05/999.21	c #Conflicts:    1066000 | #Constraints:     174954
993.05/999.21	c #Conflicts:    1067000 | #Constraints:     175954
993.05/999.21	c #Conflicts:    1068000 | #Constraints:     176954
993.05/999.21	c #Conflicts:    1069000 | #Constraints:     177954
993.05/999.21	c #Conflicts:    1070000 | #Constraints:     178954
993.05/999.21	c #Conflicts:    1071000 | #Constraints:     179954
993.05/999.21	c INPROCESSING
993.05/999.21	c GARBAGE COLLECT
993.05/999.21	c rational objective -327
1006.38/1012.62	c #Conflicts:    1072000 | #Constraints:     148005
1006.38/1012.62	c #Conflicts:    1073000 | #Constraints:     149005
1006.38/1012.62	c #Conflicts:    1074000 | #Constraints:     150005
1006.38/1012.62	c #Conflicts:    1075000 | #Constraints:     151005
1006.38/1012.62	c #Conflicts:    1076000 | #Constraints:     152005
1006.38/1012.62	c #Conflicts:    1077000 | #Constraints:     153005
1006.38/1012.62	c #Conflicts:    1078000 | #Constraints:     154005
1006.38/1012.62	c #Conflicts:    1079000 | #Constraints:     155005
1006.38/1012.62	c #Conflicts:    1080000 | #Constraints:     156005
1006.38/1012.62	c #Conflicts:    1081000 | #Constraints:     157005
1006.38/1012.62	c #Conflicts:    1082000 | #Constraints:     158005
1006.38/1012.62	c #Conflicts:    1083000 | #Constraints:     159005
1006.38/1012.62	c #Conflicts:    1084000 | #Constraints:     160005
1006.38/1012.62	c #Conflicts:    1085000 | #Constraints:     161005
1006.38/1012.62	c #Conflicts:    1086000 | #Constraints:     162005
1006.38/1012.62	c bounds -46 >= -326 @ 996.516
1034.51/1040.88	c #Conflicts:    1087000 | #Constraints:     163059
1034.51/1040.88	c #Conflicts:    1088000 | #Constraints:     164059
1034.51/1040.88	c #Conflicts:    1089000 | #Constraints:     165059
1034.51/1040.88	c #Conflicts:    1090000 | #Constraints:     166059
1034.51/1040.88	c #Conflicts:    1091000 | #Constraints:     167059
1034.51/1040.88	c #Conflicts:    1092000 | #Constraints:     168059
1034.51/1040.88	c #Conflicts:    1093000 | #Constraints:     169059
1034.51/1040.88	c #Conflicts:    1094000 | #Constraints:     170059
1034.51/1040.88	c #Conflicts:    1095000 | #Constraints:     171059
1034.51/1040.88	c #Conflicts:    1096000 | #Constraints:     172059
1034.51/1040.88	c #Conflicts:    1097000 | #Constraints:     173059
1034.51/1040.88	c #Conflicts:    1098000 | #Constraints:     174059
1034.51/1040.88	c #Conflicts:    1099000 | #Constraints:     175059
1034.51/1040.88	c #Conflicts:    1100000 | #Constraints:     176059
1034.51/1040.88	c #Conflicts:    1101000 | #Constraints:     177059
1034.51/1040.88	c #Conflicts:    1102000 | #Constraints:     178059
1034.51/1040.88	c #Conflicts:    1103000 | #Constraints:     179059
1034.51/1040.88	c #Conflicts:    1104000 | #Constraints:     180059
1034.51/1040.88	c #Conflicts:    1105000 | #Constraints:     181059
1034.51/1040.88	c #Conflicts:    1106000 | #Constraints:     182059
1034.51/1040.88	c #Conflicts:    1107000 | #Constraints:     183059
1034.51/1040.88	c #Conflicts:    1108000 | #Constraints:     184059
1034.51/1040.88	c #Conflicts:    1109000 | #Constraints:     185059
1034.51/1040.88	c #Conflicts:    1110000 | #Constraints:     186059
1034.51/1040.88	c #Conflicts:    1111000 | #Constraints:     187059
1034.51/1040.88	c #Conflicts:    1112000 | #Constraints:     188059
1034.51/1040.88	c #Conflicts:    1113000 | #Constraints:     189059
1034.51/1040.88	c #Conflicts:    1114000 | #Constraints:     190059
1034.51/1040.88	c bounds -46 >= -325 @ 1024.47
1070.10/1076.62	c #Conflicts:    1115000 | #Constraints:     191104
1070.10/1076.62	c #Conflicts:    1116000 | #Constraints:     192104
1070.10/1076.62	c #Conflicts:    1117000 | #Constraints:     193104
1070.10/1076.62	c #Conflicts:    1118000 | #Constraints:     194104
1070.10/1076.62	c #Conflicts:    1119000 | #Constraints:     195104
1070.10/1076.62	c #Conflicts:    1120000 | #Constraints:     196104
1070.10/1076.62	c #Conflicts:    1121000 | #Constraints:     197104
1070.10/1076.62	c #Conflicts:    1122000 | #Constraints:     198104
1070.10/1076.62	c #Conflicts:    1123000 | #Constraints:     199104
1070.10/1076.62	c #Conflicts:    1124000 | #Constraints:     200104
1070.10/1076.62	c #Conflicts:    1125000 | #Constraints:     201104
1070.10/1076.62	c #Conflicts:    1126000 | #Constraints:     202104
1070.10/1076.62	c #Conflicts:    1127000 | #Constraints:     203104
1070.10/1076.62	c #Conflicts:    1128000 | #Constraints:     204104
1070.10/1076.62	c #Conflicts:    1129000 | #Constraints:     205104
1070.10/1076.62	c #Conflicts:    1130000 | #Constraints:     206104
1070.10/1076.62	c #Conflicts:    1131000 | #Constraints:     207104
1070.10/1076.62	c #Conflicts:    1132000 | #Constraints:     208104
1070.10/1076.62	c #Conflicts:    1133000 | #Constraints:     209104
1070.10/1076.62	c #Conflicts:    1134000 | #Constraints:     210104
1070.10/1076.62	c #Conflicts:    1135000 | #Constraints:     211104
1070.10/1076.62	c #Conflicts:    1136000 | #Constraints:     212104
1070.10/1076.62	c #Conflicts:    1137000 | #Constraints:     213104
1070.10/1076.62	c #Conflicts:    1138000 | #Constraints:     214104
1070.10/1076.62	c #Conflicts:    1139000 | #Constraints:     215104
1070.10/1076.62	c #Conflicts:    1140000 | #Constraints:     216104
1070.10/1076.62	c #Conflicts:    1141000 | #Constraints:     217104
1070.10/1076.62	c #Conflicts:    1142000 | #Constraints:     218104
1070.10/1076.62	c INPROCESSING
1070.10/1076.62	c GARBAGE COLLECT
1070.10/1076.62	c rational objective -325
1086.39/1093.05	c #Conflicts:    1143000 | #Constraints:     167164
1086.39/1093.05	c #Conflicts:    1144000 | #Constraints:     168164
1086.39/1093.05	c #Conflicts:    1145000 | #Constraints:     169164
1086.39/1093.05	c #Conflicts:    1146000 | #Constraints:     170164
1086.39/1093.05	c #Conflicts:    1147000 | #Constraints:     171164
1086.39/1093.05	c #Conflicts:    1148000 | #Constraints:     172164
1086.39/1093.05	c #Conflicts:    1149000 | #Constraints:     173164
1086.39/1093.05	c #Conflicts:    1150000 | #Constraints:     174164
1086.39/1093.05	c #Conflicts:    1151000 | #Constraints:     175164
1086.39/1093.05	c #Conflicts:    1152000 | #Constraints:     176164
1086.39/1093.05	c #Conflicts:    1153000 | #Constraints:     177164
1086.39/1093.05	c #Conflicts:    1154000 | #Constraints:     178164
1086.39/1093.05	c #Conflicts:    1155000 | #Constraints:     179164
1086.39/1093.05	c #Conflicts:    1156000 | #Constraints:     180164
1086.39/1093.05	c #Conflicts:    1157000 | #Constraints:     181164
1086.39/1093.05	c #Conflicts:    1158000 | #Constraints:     182164
1086.39/1093.05	c #Conflicts:    1159000 | #Constraints:     183164
1086.39/1093.05	c #Conflicts:    1160000 | #Constraints:     184164
1086.39/1093.05	c bounds -46 >= -324 @ 1075.88
1096.95/1103.69	c #Conflicts:    1161000 | #Constraints:     185200
1096.95/1103.69	c #Conflicts:    1162000 | #Constraints:     186200
1096.95/1103.69	c #Conflicts:    1163000 | #Constraints:     187200
1096.95/1103.69	c #Conflicts:    1164000 | #Constraints:     188200
1096.95/1103.69	c #Conflicts:    1165000 | #Constraints:     189200
1096.95/1103.69	c #Conflicts:    1166000 | #Constraints:     190200
1096.95/1103.69	c #Conflicts:    1167000 | #Constraints:     191200
1096.95/1103.69	c #Conflicts:    1168000 | #Constraints:     192200
1096.95/1103.69	c #Conflicts:    1169000 | #Constraints:     193200
1096.95/1103.69	c #Conflicts:    1170000 | #Constraints:     194200
1096.95/1103.69	c #Conflicts:    1171000 | #Constraints:     195200
1096.95/1103.69	c INPROCESSING
1096.95/1103.69	c GARBAGE COLLECT
1096.95/1103.69	c rational objective -324
1122.68/1129.51	c #Conflicts:    1172000 | #Constraints:     155852
1122.68/1129.51	c #Conflicts:    1173000 | #Constraints:     156852
1122.68/1129.51	c #Conflicts:    1174000 | #Constraints:     157852
1122.68/1129.51	c #Conflicts:    1175000 | #Constraints:     158852
1122.68/1129.51	c #Conflicts:    1176000 | #Constraints:     159852
1122.68/1129.51	c #Conflicts:    1177000 | #Constraints:     160852
1122.68/1129.51	c #Conflicts:    1178000 | #Constraints:     161852
1122.68/1129.51	c #Conflicts:    1179000 | #Constraints:     162852
1122.68/1129.51	c #Conflicts:    1180000 | #Constraints:     163852
1122.68/1129.51	c #Conflicts:    1181000 | #Constraints:     164852
1122.68/1129.51	c #Conflicts:    1182000 | #Constraints:     165852
1122.68/1129.51	c #Conflicts:    1183000 | #Constraints:     166852
1122.68/1129.51	c #Conflicts:    1184000 | #Constraints:     167852
1122.68/1129.51	c #Conflicts:    1185000 | #Constraints:     168852
1122.68/1129.51	c #Conflicts:    1186000 | #Constraints:     169852
1122.68/1129.51	c #Conflicts:    1187000 | #Constraints:     170852
1122.68/1129.51	c #Conflicts:    1188000 | #Constraints:     171852
1122.68/1129.51	c #Conflicts:    1189000 | #Constraints:     172852
1122.68/1129.51	c #Conflicts:    1190000 | #Constraints:     173852
1122.68/1129.51	c #Conflicts:    1191000 | #Constraints:     174852
1122.68/1129.51	c #Conflicts:    1192000 | #Constraints:     175852
1122.68/1129.51	c #Conflicts:    1193000 | #Constraints:     176852
1122.68/1129.51	c #Conflicts:    1194000 | #Constraints:     177852
1122.68/1129.51	c #Conflicts:    1195000 | #Constraints:     178852
1122.68/1129.51	c #Conflicts:    1196000 | #Constraints:     179852
1122.68/1129.51	c #Conflicts:    1197000 | #Constraints:     180852
1122.68/1129.51	c #Conflicts:    1198000 | #Constraints:     181852
1122.68/1129.51	c #Conflicts:    1199000 | #Constraints:     182852
1122.68/1129.51	c #Conflicts:    1200000 | #Constraints:     183852
1122.68/1129.51	c INPROCESSING
1122.68/1129.51	c GARBAGE COLLECT
1122.68/1129.51	c rational objective -324
1135.65/1142.56	c #Conflicts:    1201000 | #Constraints:     150315
1135.65/1142.56	c #Conflicts:    1202000 | #Constraints:     151315
1135.65/1142.56	c #Conflicts:    1203000 | #Constraints:     152315
1135.65/1142.56	c #Conflicts:    1204000 | #Constraints:     153315
1135.65/1142.56	c #Conflicts:    1205000 | #Constraints:     154315
1135.65/1142.56	c #Conflicts:    1206000 | #Constraints:     155315
1135.65/1142.56	c #Conflicts:    1207000 | #Constraints:     156315
1135.65/1142.56	c #Conflicts:    1208000 | #Constraints:     157315
1135.65/1142.56	c #Conflicts:    1209000 | #Constraints:     158315
1135.65/1142.56	c #Conflicts:    1210000 | #Constraints:     159315
1135.65/1142.56	c #Conflicts:    1211000 | #Constraints:     160315
1135.65/1142.56	c #Conflicts:    1212000 | #Constraints:     161315
1135.65/1142.56	c #Conflicts:    1213000 | #Constraints:     162315
1135.65/1142.56	c #Conflicts:    1214000 | #Constraints:     163315
1135.65/1142.56	c #Conflicts:    1215000 | #Constraints:     164315
1135.65/1142.56	c bounds -46 >= -323 @ 1124.65
1200.17/1207.40	c #Conflicts:    1216000 | #Constraints:     165384
1200.17/1207.40	c #Conflicts:    1217000 | #Constraints:     166384
1200.17/1207.40	c #Conflicts:    1218000 | #Constraints:     167384
1200.17/1207.40	c #Conflicts:    1219000 | #Constraints:     168384
1200.17/1207.40	c #Conflicts:    1220000 | #Constraints:     169384
1200.17/1207.40	c #Conflicts:    1221000 | #Constraints:     170384
1200.17/1207.40	c #Conflicts:    1222000 | #Constraints:     171384
1200.17/1207.40	c #Conflicts:    1223000 | #Constraints:     172384
1200.17/1207.40	c #Conflicts:    1224000 | #Constraints:     173384
1200.17/1207.40	c #Conflicts:    1225000 | #Constraints:     174384
1200.17/1207.40	c #Conflicts:    1226000 | #Constraints:     175384
1200.17/1207.40	c #Conflicts:    1227000 | #Constraints:     176384
1200.17/1207.40	c #Conflicts:    1228000 | #Constraints:     177384
1200.17/1207.40	c #Conflicts:    1229000 | #Constraints:     178384
1200.17/1207.40	c #Conflicts:    1230000 | #Constraints:     179384
1200.17/1207.40	c #Conflicts:    1231000 | #Constraints:     180384
1200.17/1207.40	c #Conflicts:    1232000 | #Constraints:     181384
1200.17/1207.40	c #Conflicts:    1233000 | #Constraints:     182384
1200.17/1207.40	c #Conflicts:    1234000 | #Constraints:     183384
1200.17/1207.40	c #Conflicts:    1235000 | #Constraints:     184384
1200.17/1207.40	c #Conflicts:    1236000 | #Constraints:     185384
1200.17/1207.40	c #Conflicts:    1237000 | #Constraints:     186384
1200.17/1207.40	c #Conflicts:    1238000 | #Constraints:     187384
1200.17/1207.40	c #Conflicts:    1239000 | #Constraints:     188384
1200.17/1207.40	c #Conflicts:    1240000 | #Constraints:     189384
1200.17/1207.40	c #Conflicts:    1241000 | #Constraints:     190384
1200.17/1207.40	c #Conflicts:    1242000 | #Constraints:     191384
1200.17/1207.40	c #Conflicts:    1243000 | #Constraints:     192384
1200.17/1207.40	c #Conflicts:    1244000 | #Constraints:     193384
1200.17/1207.40	c #Conflicts:    1245000 | #Constraints:     194384
1200.17/1207.40	c #Conflicts:    1246000 | #Constraints:     195384
1200.17/1207.40	c #Conflicts:    1247000 | #Constraints:     196384
1200.17/1207.40	c #Conflicts:    1248000 | #Constraints:     197384
1200.17/1207.40	c #Conflicts:    1249000 | #Constraints:     198384
1200.17/1207.40	c #Conflicts:    1250000 | #Constraints:     199384
1200.17/1207.40	c #Conflicts:    1251000 | #Constraints:     200384
1200.17/1207.40	c #Conflicts:    1252000 | #Constraints:     201384
1200.17/1207.40	c #Conflicts:    1253000 | #Constraints:     202384
1200.17/1207.40	c #Conflicts:    1254000 | #Constraints:     203384
1200.17/1207.40	c #Conflicts:    1255000 | #Constraints:     204384
1200.17/1207.40	c #Conflicts:    1256000 | #Constraints:     205384
1200.17/1207.40	c #Conflicts:    1257000 | #Constraints:     206384
1200.17/1207.40	c #Conflicts:    1258000 | #Constraints:     207384
1200.17/1207.40	c #Conflicts:    1259000 | #Constraints:     208384
1200.17/1207.40	c #Conflicts:    1260000 | #Constraints:     209384
1200.17/1207.40	c #Conflicts:    1261000 | #Constraints:     210384
1200.17/1207.40	c #Conflicts:    1262000 | #Constraints:     211384
1200.17/1207.40	c #Conflicts:    1263000 | #Constraints:     212384
1200.17/1207.40	c #Conflicts:    1264000 | #Constraints:     213384
1200.17/1207.40	c #Conflicts:    1265000 | #Constraints:     214384
1200.17/1207.40	c #Conflicts:    1266000 | #Constraints:     215384
1200.17/1207.40	c #Conflicts:    1267000 | #Constraints:     216384
1200.17/1207.40	c #Conflicts:    1268000 | #Constraints:     217384
1200.17/1207.40	c #Conflicts:    1269000 | #Constraints:     218384
1200.17/1207.40	c #Conflicts:    1270000 | #Constraints:     219384
1200.17/1207.40	c #Conflicts:    1271000 | #Constraints:     220384
1200.17/1207.40	c #Conflicts:    1272000 | #Constraints:     221384
1200.17/1207.40	c bounds -46 >= -322 @ 1188.55
1202.96/1210.28	c #Conflicts:    1273000 | #Constraints:     222405
1202.96/1210.28	c #Conflicts:    1274000 | #Constraints:     223405
1202.96/1210.28	c #Conflicts:    1275000 | #Constraints:     224405
1202.96/1210.28	c INPROCESSING
1202.96/1210.28	c GARBAGE COLLECT
1202.96/1210.28	c rational objective -322
1231.23/1238.76	c #Conflicts:    1276000 | #Constraints:     170389
1231.23/1238.76	c #Conflicts:    1277000 | #Constraints:     171389
1231.23/1238.76	c #Conflicts:    1278000 | #Constraints:     172389
1231.23/1238.76	c #Conflicts:    1279000 | #Constraints:     173389
1231.23/1238.76	c #Conflicts:    1280000 | #Constraints:     174389
1231.23/1238.76	c #Conflicts:    1281000 | #Constraints:     175389
1231.23/1238.76	c #Conflicts:    1282000 | #Constraints:     176389
1231.23/1238.76	c #Conflicts:    1283000 | #Constraints:     177389
1231.23/1238.76	c #Conflicts:    1284000 | #Constraints:     178389
1231.23/1238.76	c #Conflicts:    1285000 | #Constraints:     179389
1231.23/1238.76	c #Conflicts:    1286000 | #Constraints:     180389
1231.23/1238.76	c #Conflicts:    1287000 | #Constraints:     181389
1231.23/1238.76	c #Conflicts:    1288000 | #Constraints:     182389
1231.23/1238.76	c #Conflicts:    1289000 | #Constraints:     183389
1231.23/1238.76	c #Conflicts:    1290000 | #Constraints:     184389
1231.23/1238.76	c #Conflicts:    1291000 | #Constraints:     185389
1231.23/1238.76	c #Conflicts:    1292000 | #Constraints:     186389
1231.23/1238.76	c #Conflicts:    1293000 | #Constraints:     187389
1231.23/1238.76	c #Conflicts:    1294000 | #Constraints:     188389
1231.23/1238.76	c #Conflicts:    1295000 | #Constraints:     189389
1231.23/1238.76	c #Conflicts:    1296000 | #Constraints:     190389
1231.23/1238.76	c #Conflicts:    1297000 | #Constraints:     191389
1231.23/1238.76	c #Conflicts:    1298000 | #Constraints:     192389
1231.23/1238.76	c #Conflicts:    1299000 | #Constraints:     193389
1231.23/1238.76	c #Conflicts:    1300000 | #Constraints:     194389
1231.23/1238.76	c #Conflicts:    1301000 | #Constraints:     195389
1231.23/1238.76	c #Conflicts:    1302000 | #Constraints:     196389
1231.23/1238.76	c #Conflicts:    1303000 | #Constraints:     197389
1231.23/1238.76	c #Conflicts:    1304000 | #Constraints:     198389
1231.23/1238.76	c #Conflicts:    1305000 | #Constraints:     199389
1231.23/1238.76	c INPROCESSING
1231.23/1238.76	c GARBAGE COLLECT
1231.23/1238.76	c rational objective -322
1257.59/1265.40	c #Conflicts:    1306000 | #Constraints:     158030
1257.59/1265.40	c #Conflicts:    1307000 | #Constraints:     159030
1257.59/1265.40	c #Conflicts:    1308000 | #Constraints:     160030
1257.59/1265.40	c #Conflicts:    1309000 | #Constraints:     161030
1257.59/1265.40	c #Conflicts:    1310000 | #Constraints:     162030
1257.59/1265.40	c #Conflicts:    1311000 | #Constraints:     163030
1257.59/1265.40	c #Conflicts:    1312000 | #Constraints:     164030
1257.59/1265.40	c #Conflicts:    1313000 | #Constraints:     165030
1257.59/1265.40	c #Conflicts:    1314000 | #Constraints:     166030
1257.59/1265.40	c #Conflicts:    1315000 | #Constraints:     167030
1257.59/1265.40	c #Conflicts:    1316000 | #Constraints:     168030
1257.59/1265.40	c #Conflicts:    1317000 | #Constraints:     169030
1257.59/1265.40	c #Conflicts:    1318000 | #Constraints:     170030
1257.59/1265.40	c #Conflicts:    1319000 | #Constraints:     171030
1257.59/1265.40	c #Conflicts:    1320000 | #Constraints:     172030
1257.59/1265.40	c #Conflicts:    1321000 | #Constraints:     173030
1257.59/1265.40	c #Conflicts:    1322000 | #Constraints:     174030
1257.59/1265.40	c #Conflicts:    1323000 | #Constraints:     175030
1257.59/1265.40	c #Conflicts:    1324000 | #Constraints:     176030
1257.59/1265.40	c #Conflicts:    1325000 | #Constraints:     177030
1257.59/1265.40	c #Conflicts:    1326000 | #Constraints:     178030
1257.59/1265.40	c #Conflicts:    1327000 | #Constraints:     179030
1257.59/1265.40	c #Conflicts:    1328000 | #Constraints:     180030
1257.59/1265.40	c #Conflicts:    1329000 | #Constraints:     181030
1257.59/1265.40	c #Conflicts:    1330000 | #Constraints:     182030
1257.59/1265.40	c #Conflicts:    1331000 | #Constraints:     183030
1257.59/1265.40	c #Conflicts:    1332000 | #Constraints:     184030
1257.59/1265.40	c #Conflicts:    1333000 | #Constraints:     185030
1257.59/1265.40	c #Conflicts:    1334000 | #Constraints:     186030
1257.59/1265.40	c #Conflicts:    1335000 | #Constraints:     187030
1257.59/1265.40	c INPROCESSING
1257.59/1265.40	c GARBAGE COLLECT
1257.59/1265.40	c rational objective -322
1435.37/1443.88	c #Conflicts:    1336000 | #Constraints:     151652
1435.37/1443.88	c #Conflicts:    1337000 | #Constraints:     152652
1435.37/1443.88	c #Conflicts:    1338000 | #Constraints:     153657
1435.37/1443.88	c #Conflicts:    1339000 | #Constraints:     154688
1435.37/1443.88	c #Conflicts:    1340000 | #Constraints:     155729
1435.37/1443.88	c #Conflicts:    1341000 | #Constraints:     156767
1435.37/1443.88	c #Conflicts:    1342000 | #Constraints:     157804
1435.37/1443.88	c #Conflicts:    1343000 | #Constraints:     158849
1435.37/1443.88	c #Conflicts:    1344000 | #Constraints:     159881
1435.37/1443.88	c #Conflicts:    1345000 | #Constraints:     160916
1435.37/1443.88	c #Conflicts:    1346000 | #Constraints:     161957
1435.37/1443.88	c #Conflicts:    1347000 | #Constraints:     162992
1435.37/1443.88	c #Conflicts:    1348000 | #Constraints:     164019
1435.37/1443.88	c #Conflicts:    1349000 | #Constraints:     165048
1435.37/1443.88	c #Conflicts:    1350000 | #Constraints:     166076
1435.37/1443.88	c #Conflicts:    1351000 | #Constraints:     167105
1435.37/1443.88	c #Conflicts:    1352000 | #Constraints:     168140
1435.37/1443.88	c #Conflicts:    1353000 | #Constraints:     169184
1435.37/1443.88	c #Conflicts:    1354000 | #Constraints:     170219
1435.37/1443.88	c #Conflicts:    1355000 | #Constraints:     171253
1435.37/1443.88	c #Conflicts:    1356000 | #Constraints:     172293
1435.37/1443.88	c #Conflicts:    1357000 | #Constraints:     173344
1435.37/1443.88	c #Conflicts:    1358000 | #Constraints:     174394
1435.37/1443.88	c #Conflicts:    1359000 | #Constraints:     175437
1435.37/1443.88	c #Conflicts:    1360000 | #Constraints:     176491
1435.37/1443.88	c #Conflicts:    1361000 | #Constraints:     177535
1435.37/1443.88	c #Conflicts:    1362000 | #Constraints:     178573
1435.37/1443.88	c #Conflicts:    1363000 | #Constraints:     179607
1435.37/1443.88	c #Conflicts:    1364000 | #Constraints:     180649
1435.37/1443.88	c #Conflicts:    1365000 | #Constraints:     181687
1435.37/1443.88	c #Conflicts:    1366000 | #Constraints:     182723
1435.37/1443.88	c #Conflicts:    1367000 | #Constraints:     183759
1435.37/1443.88	c #Conflicts:    1368000 | #Constraints:     184792
1435.37/1443.88	c #Conflicts:    1369000 | #Constraints:     185829
1435.37/1443.88	c #Conflicts:    1370000 | #Constraints:     186867
1435.37/1443.88	c #Conflicts:    1371000 | #Constraints:     187898
1435.37/1443.88	c #Conflicts:    1372000 | #Constraints:     188928
1435.37/1443.88	c #Conflicts:    1373000 | #Constraints:     189960
1435.37/1443.88	c #Conflicts:    1374000 | #Constraints:     191001
1435.37/1443.88	c #Conflicts:    1375000 | #Constraints:     192038
1435.37/1443.88	c #Conflicts:    1376000 | #Constraints:     193087
1435.37/1443.88	c #Conflicts:    1377000 | #Constraints:     194127
1435.37/1443.88	c #Conflicts:    1378000 | #Constraints:     195165
1435.37/1443.88	c #Conflicts:    1379000 | #Constraints:     196196
1435.37/1443.88	c #Conflicts:    1380000 | #Constraints:     197224
1435.37/1443.88	c #Conflicts:    1381000 | #Constraints:     198251
1435.37/1443.88	c #Conflicts:    1382000 | #Constraints:     199288
1435.37/1443.88	c #Conflicts:    1383000 | #Constraints:     200314
1435.37/1443.88	c #Conflicts:    1384000 | #Constraints:     201347
1435.37/1443.88	c #Conflicts:    1385000 | #Constraints:     202390
1435.37/1443.88	c #Conflicts:    1386000 | #Constraints:     203428
1435.37/1443.88	c #Conflicts:    1387000 | #Constraints:     204465
1435.37/1443.88	c #Conflicts:    1388000 | #Constraints:     205496
1435.37/1443.88	c #Conflicts:    1389000 | #Constraints:     206527
1435.37/1443.88	c #Conflicts:    1390000 | #Constraints:     207565
1435.37/1443.88	c #Conflicts:    1391000 | #Constraints:     208599
1435.37/1443.88	c #Conflicts:    1392000 | #Constraints:     209636
1435.37/1443.88	c #Conflicts:    1393000 | #Constraints:     210685
1435.37/1443.88	c #Conflicts:    1394000 | #Constraints:     211728
1435.37/1443.88	c #Conflicts:    1395000 | #Constraints:     212770
1435.37/1443.88	c #Conflicts:    1396000 | #Constraints:     213808
1435.37/1443.88	c #Conflicts:    1397000 | #Constraints:     214853
1435.37/1443.88	c #Conflicts:    1398000 | #Constraints:     215892
1435.37/1443.88	c #Conflicts:    1399000 | #Constraints:     216938
1435.37/1443.88	c #Conflicts:    1400000 | #Constraints:     217969
1435.37/1443.88	c #Conflicts:    1401000 | #Constraints:     219000
1435.37/1443.88	c #Conflicts:    1402000 | #Constraints:     220026
1435.37/1443.88	c #Conflicts:    1403000 | #Constraints:     221055
1435.37/1443.88	c #Conflicts:    1404000 | #Constraints:     222089
1435.37/1443.88	c #Conflicts:    1405000 | #Constraints:     223119
1435.37/1443.88	c #Conflicts:    1406000 | #Constraints:     224152
1435.37/1443.88	c #Conflicts:    1407000 | #Constraints:     225189
1435.37/1443.88	c #Conflicts:    1408000 | #Constraints:     226221
1435.37/1443.88	c #Conflicts:    1409000 | #Constraints:     227266
1435.37/1443.88	c #Conflicts:    1410000 | #Constraints:     228309
1435.37/1443.88	c #Conflicts:    1411000 | #Constraints:     229343
1435.37/1443.88	c #Conflicts:    1412000 | #Constraints:     230379
1435.37/1443.88	c #Conflicts:    1413000 | #Constraints:     231414
1435.37/1443.88	c #Conflicts:    1414000 | #Constraints:     232446
1438.96/1447.43	c INPROCESSING
1438.96/1447.43	c GARBAGE COLLECT
1438.96/1447.43	c rational objective -322
1483.00/1491.64	c #Conflicts:    1415000 | #Constraints:     174237
1483.00/1491.64	c #Conflicts:    1416000 | #Constraints:     175237
1483.00/1491.64	c #Conflicts:    1417000 | #Constraints:     176237
1483.00/1491.64	c #Conflicts:    1418000 | #Constraints:     177237
1483.00/1491.64	c #Conflicts:    1419000 | #Constraints:     178237
1483.00/1491.64	c #Conflicts:    1420000 | #Constraints:     179237
1483.00/1491.64	c #Conflicts:    1421000 | #Constraints:     180237
1483.00/1491.64	c #Conflicts:    1422000 | #Constraints:     181237
1483.00/1491.64	c #Conflicts:    1423000 | #Constraints:     182237
1483.00/1491.64	c #Conflicts:    1424000 | #Constraints:     183237
1483.00/1491.64	c #Conflicts:    1425000 | #Constraints:     184237
1483.00/1491.64	c #Conflicts:    1426000 | #Constraints:     185237
1483.00/1491.64	c #Conflicts:    1427000 | #Constraints:     186237
1483.00/1491.64	c #Conflicts:    1428000 | #Constraints:     187237
1483.00/1491.64	c #Conflicts:    1429000 | #Constraints:     188237
1483.00/1491.64	c #Conflicts:    1430000 | #Constraints:     189237
1483.00/1491.64	c #Conflicts:    1431000 | #Constraints:     190237
1483.00/1491.64	c #Conflicts:    1432000 | #Constraints:     191237
1483.00/1491.64	c #Conflicts:    1433000 | #Constraints:     192237
1483.00/1491.64	c #Conflicts:    1434000 | #Constraints:     193237
1483.00/1491.64	c #Conflicts:    1435000 | #Constraints:     194237
1483.00/1491.64	c #Conflicts:    1436000 | #Constraints:     195237
1483.00/1491.64	c #Conflicts:    1437000 | #Constraints:     196237
1483.00/1491.64	c #Conflicts:    1438000 | #Constraints:     197237
1483.00/1491.64	c #Conflicts:    1439000 | #Constraints:     198237
1483.00/1491.64	c #Conflicts:    1440000 | #Constraints:     199237
1483.00/1491.64	c #Conflicts:    1441000 | #Constraints:     200237
1483.00/1491.64	c #Conflicts:    1442000 | #Constraints:     201237
1483.00/1491.64	c #Conflicts:    1443000 | #Constraints:     202237
1483.00/1491.64	c bounds -46 >= -321 @ 1469.72
1488.68/1497.30	c #Conflicts:    1444000 | #Constraints:     203312
1488.68/1497.30	c #Conflicts:    1445000 | #Constraints:     204312
1488.68/1497.30	c #Conflicts:    1446000 | #Constraints:     205312
1488.68/1497.30	c INPROCESSING
1488.68/1497.30	c GARBAGE COLLECT
1488.68/1497.30	c rational objective -321
1517.20/1525.93	c #Conflicts:    1447000 | #Constraints:     160791
1517.20/1525.93	c #Conflicts:    1448000 | #Constraints:     161791
1517.20/1525.93	c #Conflicts:    1449000 | #Constraints:     162791
1517.20/1525.93	c #Conflicts:    1450000 | #Constraints:     163791
1517.20/1525.93	c #Conflicts:    1451000 | #Constraints:     164791
1517.20/1525.93	c #Conflicts:    1452000 | #Constraints:     165791
1517.20/1525.93	c #Conflicts:    1453000 | #Constraints:     166791
1517.20/1525.93	c #Conflicts:    1454000 | #Constraints:     167791
1517.20/1525.93	c #Conflicts:    1455000 | #Constraints:     168791
1517.20/1525.93	c #Conflicts:    1456000 | #Constraints:     169791
1517.20/1525.93	c #Conflicts:    1457000 | #Constraints:     170791
1517.20/1525.93	c #Conflicts:    1458000 | #Constraints:     171791
1517.20/1525.93	c #Conflicts:    1459000 | #Constraints:     172791
1517.20/1525.93	c #Conflicts:    1460000 | #Constraints:     173791
1517.20/1525.93	c #Conflicts:    1461000 | #Constraints:     174791
1517.20/1525.93	c #Conflicts:    1462000 | #Constraints:     175791
1517.20/1525.93	c #Conflicts:    1463000 | #Constraints:     176791
1517.20/1525.93	c #Conflicts:    1464000 | #Constraints:     177791
1517.20/1525.93	c #Conflicts:    1465000 | #Constraints:     178791
1517.20/1525.93	c #Conflicts:    1466000 | #Constraints:     179791
1517.20/1525.93	c #Conflicts:    1467000 | #Constraints:     180791
1517.20/1525.93	c #Conflicts:    1468000 | #Constraints:     181791
1517.20/1525.93	c #Conflicts:    1469000 | #Constraints:     182791
1517.20/1525.93	c #Conflicts:    1470000 | #Constraints:     183791
1517.20/1525.93	c #Conflicts:    1471000 | #Constraints:     184791
1517.20/1525.93	c #Conflicts:    1472000 | #Constraints:     185791
1517.20/1525.93	c #Conflicts:    1473000 | #Constraints:     186791
1517.20/1525.93	c #Conflicts:    1474000 | #Constraints:     187791
1517.20/1525.93	c #Conflicts:    1475000 | #Constraints:     188791
1517.20/1525.93	c #Conflicts:    1476000 | #Constraints:     189791
1517.20/1525.93	c #Conflicts:    1477000 | #Constraints:     190791
1517.20/1525.93	c #Conflicts:    1478000 | #Constraints:     191791
1517.20/1525.93	c INPROCESSING
1517.20/1525.93	c GARBAGE COLLECT
1517.20/1525.93	c rational objective -321
1544.88/1553.71	c #Conflicts:    1479000 | #Constraints:     154147
1544.88/1553.71	c #Conflicts:    1480000 | #Constraints:     155147
1544.88/1553.71	c #Conflicts:    1481000 | #Constraints:     156147
1544.88/1553.71	c #Conflicts:    1482000 | #Constraints:     157147
1544.88/1553.71	c #Conflicts:    1483000 | #Constraints:     158147
1544.88/1553.71	c #Conflicts:    1484000 | #Constraints:     159147
1544.88/1553.71	c #Conflicts:    1485000 | #Constraints:     160147
1544.88/1553.71	c #Conflicts:    1486000 | #Constraints:     161147
1544.88/1553.71	c #Conflicts:    1487000 | #Constraints:     162147
1544.88/1553.71	c #Conflicts:    1488000 | #Constraints:     163147
1544.88/1553.71	c #Conflicts:    1489000 | #Constraints:     164147
1544.88/1553.71	c #Conflicts:    1490000 | #Constraints:     165147
1544.88/1553.71	c #Conflicts:    1491000 | #Constraints:     166147
1544.88/1553.71	c #Conflicts:    1492000 | #Constraints:     167147
1544.88/1553.71	c #Conflicts:    1493000 | #Constraints:     168147
1544.88/1553.71	c #Conflicts:    1494000 | #Constraints:     169147
1544.88/1553.71	c #Conflicts:    1495000 | #Constraints:     170147
1544.88/1553.71	c #Conflicts:    1496000 | #Constraints:     171147
1544.88/1553.71	c #Conflicts:    1497000 | #Constraints:     172147
1544.88/1553.71	c #Conflicts:    1498000 | #Constraints:     173147
1544.88/1553.71	c #Conflicts:    1499000 | #Constraints:     174147
1544.88/1553.71	c #Conflicts:    1500000 | #Constraints:     175147
1544.88/1553.71	c #Conflicts:    1501000 | #Constraints:     176147
1544.88/1553.71	c #Conflicts:    1502000 | #Constraints:     177147
1544.88/1553.71	c #Conflicts:    1503000 | #Constraints:     178147
1544.88/1553.71	c #Conflicts:    1504000 | #Constraints:     179147
1544.88/1553.71	c #Conflicts:    1505000 | #Constraints:     180147
1544.88/1553.71	c #Conflicts:    1506000 | #Constraints:     181147
1544.88/1553.71	c #Conflicts:    1507000 | #Constraints:     182147
1544.88/1553.71	c #Conflicts:    1508000 | #Constraints:     183147
1544.88/1553.71	c #Conflicts:    1509000 | #Constraints:     184147
1544.88/1553.71	c bounds -46 >= -320 @ 1530.97
1594.19/1603.29	c #Conflicts:    1510000 | #Constraints:     185207
1594.19/1603.29	c #Conflicts:    1511000 | #Constraints:     186207
1594.19/1603.29	c #Conflicts:    1512000 | #Constraints:     187207
1594.19/1603.29	c #Conflicts:    1513000 | #Constraints:     188207
1594.19/1603.29	c #Conflicts:    1514000 | #Constraints:     189207
1594.19/1603.29	c #Conflicts:    1515000 | #Constraints:     190207
1594.19/1603.29	c #Conflicts:    1516000 | #Constraints:     191207
1594.19/1603.29	c #Conflicts:    1517000 | #Constraints:     192207
1594.19/1603.29	c #Conflicts:    1518000 | #Constraints:     193207
1594.19/1603.29	c #Conflicts:    1519000 | #Constraints:     194207
1594.19/1603.29	c #Conflicts:    1520000 | #Constraints:     195207
1594.19/1603.29	c #Conflicts:    1521000 | #Constraints:     196207
1594.19/1603.29	c #Conflicts:    1522000 | #Constraints:     197207
1594.19/1603.29	c #Conflicts:    1523000 | #Constraints:     198207
1594.19/1603.29	c #Conflicts:    1524000 | #Constraints:     199207
1594.19/1603.29	c #Conflicts:    1525000 | #Constraints:     200207
1594.19/1603.29	c #Conflicts:    1526000 | #Constraints:     201207
1594.19/1603.29	c #Conflicts:    1527000 | #Constraints:     202207
1594.19/1603.29	c #Conflicts:    1528000 | #Constraints:     203207
1594.19/1603.29	c #Conflicts:    1529000 | #Constraints:     204207
1594.19/1603.29	c #Conflicts:    1530000 | #Constraints:     205207
1594.19/1603.29	c #Conflicts:    1531000 | #Constraints:     206207
1594.19/1603.29	c #Conflicts:    1532000 | #Constraints:     207207
1594.19/1603.29	c #Conflicts:    1533000 | #Constraints:     208207
1594.19/1603.29	c #Conflicts:    1534000 | #Constraints:     209207
1594.19/1603.29	c #Conflicts:    1535000 | #Constraints:     210207
1594.19/1603.29	c #Conflicts:    1536000 | #Constraints:     211207
1594.19/1603.29	c #Conflicts:    1537000 | #Constraints:     212207
1594.19/1603.29	c #Conflicts:    1538000 | #Constraints:     213207
1594.19/1603.29	c #Conflicts:    1539000 | #Constraints:     214207
1594.19/1603.29	c #Conflicts:    1540000 | #Constraints:     215207
1594.19/1603.29	c #Conflicts:    1541000 | #Constraints:     216207
1594.19/1603.29	c #Conflicts:    1542000 | #Constraints:     217207
1594.19/1603.29	c #Conflicts:    1543000 | #Constraints:     218207
1594.19/1603.29	c #Conflicts:    1544000 | #Constraints:     219207
1594.19/1603.29	c #Conflicts:    1545000 | #Constraints:     220207
1594.19/1603.29	c #Conflicts:    1546000 | #Constraints:     221207
1594.19/1603.29	c #Conflicts:    1547000 | #Constraints:     222207
1594.19/1603.29	c #Conflicts:    1548000 | #Constraints:     223207
1594.19/1603.29	c #Conflicts:    1549000 | #Constraints:     224207
1594.19/1603.29	c #Conflicts:    1550000 | #Constraints:     225207
1594.19/1603.29	c #Conflicts:    1551000 | #Constraints:     226207
1594.19/1603.29	c bounds -46 >= -319 @ 1579.92
1607.14/1616.24	c #Conflicts:    1552000 | #Constraints:     227231
1607.14/1616.24	c #Conflicts:    1553000 | #Constraints:     228231
1607.14/1616.24	c #Conflicts:    1554000 | #Constraints:     229231
1607.14/1616.24	c #Conflicts:    1555000 | #Constraints:     230231
1607.14/1616.24	c #Conflicts:    1556000 | #Constraints:     231231
1607.14/1616.24	c #Conflicts:    1557000 | #Constraints:     232231
1607.14/1616.24	c #Conflicts:    1558000 | #Constraints:     233231
1607.14/1616.24	c #Conflicts:    1559000 | #Constraints:     234231
1607.14/1616.24	c #Conflicts:    1560000 | #Constraints:     235231
1607.14/1616.24	c #Conflicts:    1561000 | #Constraints:     236231
1607.14/1616.24	c INPROCESSING
1607.14/1616.24	c GARBAGE COLLECT
1607.14/1616.24	c rational objective -319
1634.72/1643.95	c #Conflicts:    1562000 | #Constraints:     175227
1634.72/1643.95	c #Conflicts:    1563000 | #Constraints:     176227
1634.72/1643.95	c #Conflicts:    1564000 | #Constraints:     177227
1634.72/1643.95	c #Conflicts:    1565000 | #Constraints:     178227
1634.72/1643.95	c #Conflicts:    1566000 | #Constraints:     179227
1634.72/1643.95	c #Conflicts:    1567000 | #Constraints:     180227
1634.72/1643.95	c #Conflicts:    1568000 | #Constraints:     181227
1634.72/1643.95	c #Conflicts:    1569000 | #Constraints:     182227
1634.72/1643.95	c #Conflicts:    1570000 | #Constraints:     183227
1634.72/1643.95	c #Conflicts:    1571000 | #Constraints:     184227
1634.72/1643.95	c #Conflicts:    1572000 | #Constraints:     185227
1634.72/1643.95	c #Conflicts:    1573000 | #Constraints:     186227
1634.72/1643.95	c #Conflicts:    1574000 | #Constraints:     187227
1634.72/1643.95	c #Conflicts:    1575000 | #Constraints:     188227
1634.72/1643.95	c #Conflicts:    1576000 | #Constraints:     189227
1634.72/1643.95	c #Conflicts:    1577000 | #Constraints:     190227
1634.72/1643.95	c #Conflicts:    1578000 | #Constraints:     191227
1634.72/1643.95	c #Conflicts:    1579000 | #Constraints:     192227
1634.72/1643.95	c #Conflicts:    1580000 | #Constraints:     193227
1634.72/1643.95	c #Conflicts:    1581000 | #Constraints:     194227
1634.72/1643.95	c #Conflicts:    1582000 | #Constraints:     195227
1634.72/1643.95	c #Conflicts:    1583000 | #Constraints:     196227
1634.72/1643.95	c #Conflicts:    1584000 | #Constraints:     197227
1634.72/1643.95	c #Conflicts:    1585000 | #Constraints:     198227
1634.72/1643.95	c #Conflicts:    1586000 | #Constraints:     199227
1634.72/1643.95	c #Conflicts:    1587000 | #Constraints:     200227
1634.72/1643.95	c #Conflicts:    1588000 | #Constraints:     201227
1634.72/1643.95	c #Conflicts:    1589000 | #Constraints:     202227
1634.72/1643.95	c bounds -46 >= -318 @ 1620.05
1640.60/1649.83	c #Conflicts:    1590000 | #Constraints:     203266
1640.60/1649.83	c #Conflicts:    1591000 | #Constraints:     204266
1640.60/1649.83	c #Conflicts:    1592000 | #Constraints:     205266
1640.60/1649.83	c #Conflicts:    1593000 | #Constraints:     206266
1640.60/1649.83	c #Conflicts:    1594000 | #Constraints:     207266
1640.60/1649.83	c #Conflicts:    1595000 | #Constraints:     208266
1640.60/1649.83	c INPROCESSING
1640.60/1649.83	c GARBAGE COLLECT
1640.60/1649.83	c rational objective -318
1673.12/1682.49	c #Conflicts:    1596000 | #Constraints:     162466
1673.12/1682.49	c #Conflicts:    1597000 | #Constraints:     163466
1673.12/1682.49	c #Conflicts:    1598000 | #Constraints:     164466
1673.12/1682.49	c #Conflicts:    1599000 | #Constraints:     165466
1673.12/1682.49	c #Conflicts:    1600000 | #Constraints:     166466
1673.12/1682.49	c #Conflicts:    1601000 | #Constraints:     167466
1673.12/1682.49	c #Conflicts:    1602000 | #Constraints:     168466
1673.12/1682.49	c #Conflicts:    1603000 | #Constraints:     169466
1673.12/1682.49	c #Conflicts:    1604000 | #Constraints:     170466
1673.12/1682.49	c #Conflicts:    1605000 | #Constraints:     171466
1673.12/1682.49	c #Conflicts:    1606000 | #Constraints:     172466
1673.12/1682.49	c #Conflicts:    1607000 | #Constraints:     173466
1673.12/1682.49	c #Conflicts:    1608000 | #Constraints:     174466
1673.12/1682.49	c #Conflicts:    1609000 | #Constraints:     175466
1673.12/1682.49	c #Conflicts:    1610000 | #Constraints:     176466
1673.12/1682.49	c #Conflicts:    1611000 | #Constraints:     177466
1673.12/1682.49	c #Conflicts:    1612000 | #Constraints:     178466
1673.12/1682.49	c #Conflicts:    1613000 | #Constraints:     179466
1673.12/1682.49	c #Conflicts:    1614000 | #Constraints:     180466
1673.12/1682.49	c #Conflicts:    1615000 | #Constraints:     181466
1673.12/1682.49	c #Conflicts:    1616000 | #Constraints:     182466
1673.12/1682.49	c #Conflicts:    1617000 | #Constraints:     183466
1673.12/1682.49	c #Conflicts:    1618000 | #Constraints:     184466
1673.12/1682.49	c #Conflicts:    1619000 | #Constraints:     185466
1673.12/1682.49	c #Conflicts:    1620000 | #Constraints:     186466
1673.12/1682.49	c #Conflicts:    1621000 | #Constraints:     187466
1673.12/1682.49	c #Conflicts:    1622000 | #Constraints:     188466
1673.12/1682.49	c #Conflicts:    1623000 | #Constraints:     189466
1673.12/1682.49	c #Conflicts:    1624000 | #Constraints:     190466
1673.12/1682.49	c #Conflicts:    1625000 | #Constraints:     191466
1673.12/1682.49	c #Conflicts:    1626000 | #Constraints:     192466
1673.12/1682.49	c #Conflicts:    1627000 | #Constraints:     193466
1673.12/1682.49	c #Conflicts:    1628000 | #Constraints:     194466
1673.12/1682.49	c INPROCESSING
1673.12/1682.49	c GARBAGE COLLECT
1673.12/1682.49	c rational objective -318
1726.59/1736.13	c #Conflicts:    1629000 | #Constraints:     155770
1726.59/1736.13	c #Conflicts:    1630000 | #Constraints:     156770
1726.59/1736.13	c #Conflicts:    1631000 | #Constraints:     157770
1726.59/1736.13	c #Conflicts:    1632000 | #Constraints:     158770
1726.59/1736.13	c #Conflicts:    1633000 | #Constraints:     159770
1726.59/1736.13	c #Conflicts:    1634000 | #Constraints:     160770
1726.59/1736.13	c #Conflicts:    1635000 | #Constraints:     161770
1726.59/1736.13	c #Conflicts:    1636000 | #Constraints:     162770
1726.59/1736.13	c #Conflicts:    1637000 | #Constraints:     163770
1726.59/1736.13	c #Conflicts:    1638000 | #Constraints:     164770
1726.59/1736.13	c #Conflicts:    1639000 | #Constraints:     165770
1726.59/1736.13	c #Conflicts:    1640000 | #Constraints:     166770
1726.59/1736.13	c #Conflicts:    1641000 | #Constraints:     167770
1726.59/1736.13	c #Conflicts:    1642000 | #Constraints:     168770
1726.59/1736.13	c #Conflicts:    1643000 | #Constraints:     169770
1726.59/1736.13	c #Conflicts:    1644000 | #Constraints:     170770
1726.59/1736.13	c #Conflicts:    1645000 | #Constraints:     171770
1726.59/1736.13	c #Conflicts:    1646000 | #Constraints:     172770
1726.59/1736.13	c #Conflicts:    1647000 | #Constraints:     173770
1726.59/1736.13	c #Conflicts:    1648000 | #Constraints:     174770
1726.59/1736.13	c #Conflicts:    1649000 | #Constraints:     175770
1726.59/1736.13	c #Conflicts:    1650000 | #Constraints:     176770
1726.59/1736.13	c #Conflicts:    1651000 | #Constraints:     177770
1726.59/1736.13	c #Conflicts:    1652000 | #Constraints:     178770
1726.59/1736.13	c #Conflicts:    1653000 | #Constraints:     179770
1726.59/1736.13	c #Conflicts:    1654000 | #Constraints:     180770
1726.59/1736.13	c #Conflicts:    1655000 | #Constraints:     181770
1726.59/1736.13	c #Conflicts:    1656000 | #Constraints:     182770
1726.59/1736.13	c #Conflicts:    1657000 | #Constraints:     183770
1726.59/1736.13	c #Conflicts:    1658000 | #Constraints:     184770
1726.59/1736.13	c #Conflicts:    1659000 | #Constraints:     185770
1726.59/1736.13	c #Conflicts:    1660000 | #Constraints:     186770
1726.59/1736.13	c #Conflicts:    1661000 | #Constraints:     187770
1726.59/1736.13	c #Conflicts:    1662000 | #Constraints:     188770
1726.59/1736.13	c #Conflicts:    1663000 | #Constraints:     189770
1726.59/1736.13	c #Conflicts:    1664000 | #Constraints:     190770
1726.59/1736.13	c #Conflicts:    1665000 | #Constraints:     191770
1726.59/1736.13	c #Conflicts:    1666000 | #Constraints:     192770
1726.59/1736.13	c #Conflicts:    1667000 | #Constraints:     193770
1726.59/1736.13	c #Conflicts:    1668000 | #Constraints:     194770
1726.59/1736.13	c #Conflicts:    1669000 | #Constraints:     195770
1726.59/1736.13	c #Conflicts:    1670000 | #Constraints:     196770
1726.59/1736.13	c #Conflicts:    1671000 | #Constraints:     197770
1726.59/1736.13	c #Conflicts:    1672000 | #Constraints:     198770
1726.59/1736.13	c #Conflicts:    1673000 | #Constraints:     199770
1726.59/1736.13	c #Conflicts:    1674000 | #Constraints:     200770
1726.59/1736.13	c #Conflicts:    1675000 | #Constraints:     201770
1726.59/1736.13	c #Conflicts:    1676000 | #Constraints:     202770
1726.59/1736.13	c #Conflicts:    1677000 | #Constraints:     203770
1726.59/1736.13	c #Conflicts:    1678000 | #Constraints:     204770
1726.59/1736.13	c #Conflicts:    1679000 | #Constraints:     205770
1726.59/1736.13	c bounds -46 >= -317 @ 1711.04
1774.29/1784.02	c #Conflicts:    1680000 | #Constraints:     206836
1774.29/1784.02	c #Conflicts:    1681000 | #Constraints:     207836
1774.29/1784.02	c #Conflicts:    1682000 | #Constraints:     208836
1774.29/1784.02	c #Conflicts:    1683000 | #Constraints:     209836
1774.29/1784.02	c #Conflicts:    1684000 | #Constraints:     210836
1774.29/1784.02	c #Conflicts:    1685000 | #Constraints:     211836
1774.29/1784.02	c #Conflicts:    1686000 | #Constraints:     212836
1774.29/1784.02	c #Conflicts:    1687000 | #Constraints:     213836
1774.29/1784.02	c #Conflicts:    1688000 | #Constraints:     214836
1774.29/1784.02	c #Conflicts:    1689000 | #Constraints:     215836
1774.29/1784.02	c #Conflicts:    1690000 | #Constraints:     216836
1774.29/1784.02	c #Conflicts:    1691000 | #Constraints:     217836
1774.29/1784.02	c #Conflicts:    1692000 | #Constraints:     218836
1774.29/1784.02	c #Conflicts:    1693000 | #Constraints:     219836
1774.29/1784.02	c #Conflicts:    1694000 | #Constraints:     220836
1774.29/1784.02	c #Conflicts:    1695000 | #Constraints:     221836
1774.29/1784.02	c #Conflicts:    1696000 | #Constraints:     222836
1774.29/1784.02	c #Conflicts:    1697000 | #Constraints:     223836
1774.29/1784.02	c #Conflicts:    1698000 | #Constraints:     224836
1774.29/1784.02	c #Conflicts:    1699000 | #Constraints:     225836
1774.29/1784.02	c #Conflicts:    1700000 | #Constraints:     226836
1774.29/1784.02	c #Conflicts:    1701000 | #Constraints:     227836
1774.29/1784.02	c #Conflicts:    1702000 | #Constraints:     228836
1774.29/1784.02	c #Conflicts:    1703000 | #Constraints:     229836
1774.29/1784.02	c #Conflicts:    1704000 | #Constraints:     230836
1774.29/1784.02	c #Conflicts:    1705000 | #Constraints:     231836
1774.29/1784.02	c #Conflicts:    1706000 | #Constraints:     232836
1774.29/1784.02	c #Conflicts:    1707000 | #Constraints:     233836
1774.29/1784.02	c #Conflicts:    1708000 | #Constraints:     234836
1774.29/1784.02	c #Conflicts:    1709000 | #Constraints:     235836
1774.29/1784.02	c #Conflicts:    1710000 | #Constraints:     236836
1774.29/1784.02	c #Conflicts:    1711000 | #Constraints:     237836
1774.29/1784.02	c #Conflicts:    1712000 | #Constraints:     238836
1774.29/1784.02	c #Conflicts:    1713000 | #Constraints:     239836
1774.29/1784.02	c #Conflicts:    1714000 | #Constraints:     240836
1774.29/1784.02	c #Conflicts:    1715000 | #Constraints:     241836
1774.29/1784.02	c #Conflicts:    1716000 | #Constraints:     242836
1774.29/1784.02	c INPROCESSING
1774.29/1784.02	c GARBAGE COLLECT
1774.29/1784.02	c rational objective -317
1811.95/1821.82	c #Conflicts:    1717000 | #Constraints:     179420
1811.95/1821.82	c #Conflicts:    1718000 | #Constraints:     180420
1811.95/1821.82	c #Conflicts:    1719000 | #Constraints:     181420
1811.95/1821.82	c #Conflicts:    1720000 | #Constraints:     182420
1811.95/1821.82	c #Conflicts:    1721000 | #Constraints:     183420
1811.95/1821.82	c #Conflicts:    1722000 | #Constraints:     184420
1811.95/1821.82	c #Conflicts:    1723000 | #Constraints:     185420
1811.95/1821.82	c #Conflicts:    1724000 | #Constraints:     186420
1811.95/1821.82	c #Conflicts:    1725000 | #Constraints:     187420
1811.95/1821.82	c #Conflicts:    1726000 | #Constraints:     188420
1811.95/1821.82	c #Conflicts:    1727000 | #Constraints:     189420
1811.95/1821.82	c #Conflicts:    1728000 | #Constraints:     190420
1811.95/1821.82	c #Conflicts:    1729000 | #Constraints:     191420
1811.95/1821.82	c #Conflicts:    1730000 | #Constraints:     192420
1811.95/1821.82	c #Conflicts:    1731000 | #Constraints:     193420
1811.95/1821.82	c #Conflicts:    1732000 | #Constraints:     194420
1811.95/1821.82	c #Conflicts:    1733000 | #Constraints:     195420
1811.95/1821.82	c #Conflicts:    1734000 | #Constraints:     196420
1811.95/1821.82	c #Conflicts:    1735000 | #Constraints:     197420
1811.95/1821.82	c #Conflicts:    1736000 | #Constraints:     198420
1811.95/1821.82	c #Conflicts:    1737000 | #Constraints:     199420
1811.95/1821.82	c #Conflicts:    1738000 | #Constraints:     200420
1811.95/1821.82	c #Conflicts:    1739000 | #Constraints:     201420
1811.95/1821.82	c #Conflicts:    1740000 | #Constraints:     202420
1811.95/1821.82	c #Conflicts:    1741000 | #Constraints:     203420
1811.95/1821.82	c #Conflicts:    1742000 | #Constraints:     204420
1811.95/1821.82	c #Conflicts:    1743000 | #Constraints:     205420
1811.95/1821.82	c #Conflicts:    1744000 | #Constraints:     206420
1811.95/1821.82	c #Conflicts:    1745000 | #Constraints:     207420
1811.95/1821.82	c #Conflicts:    1746000 | #Constraints:     208420
1811.95/1821.82	c #Conflicts:    1747000 | #Constraints:     209420
1811.95/1821.82	c #Conflicts:    1748000 | #Constraints:     210420
1811.95/1821.82	c #Conflicts:    1749000 | #Constraints:     211420
1811.95/1821.82	c #Conflicts:    1750000 | #Constraints:     212420
1811.95/1821.82	c INPROCESSING
1811.95/1821.82	c GARBAGE COLLECT
1811.95/1821.82	c rational objective -317
1847.53/1857.68	c #Conflicts:    1751000 | #Constraints:     164365
1847.53/1857.68	c #Conflicts:    1752000 | #Constraints:     165365
1847.53/1857.68	c #Conflicts:    1753000 | #Constraints:     166365
1847.53/1857.68	c #Conflicts:    1754000 | #Constraints:     167365
1847.53/1857.68	c #Conflicts:    1755000 | #Constraints:     168365
1847.53/1857.68	c #Conflicts:    1756000 | #Constraints:     169365
1847.53/1857.68	c #Conflicts:    1757000 | #Constraints:     170365
1847.53/1857.68	c #Conflicts:    1758000 | #Constraints:     171365
1847.53/1857.68	c #Conflicts:    1759000 | #Constraints:     172365
1847.53/1857.68	c #Conflicts:    1760000 | #Constraints:     173365
1847.53/1857.68	c #Conflicts:    1761000 | #Constraints:     174365
1847.53/1857.68	c #Conflicts:    1762000 | #Constraints:     175365
1847.53/1857.68	c #Conflicts:    1763000 | #Constraints:     176365
1847.53/1857.68	c #Conflicts:    1764000 | #Constraints:     177365
1847.53/1857.68	c #Conflicts:    1765000 | #Constraints:     178365
1847.53/1857.68	c #Conflicts:    1766000 | #Constraints:     179365
1847.53/1857.68	c #Conflicts:    1767000 | #Constraints:     180365
1847.53/1857.68	c #Conflicts:    1768000 | #Constraints:     181365
1847.53/1857.68	c #Conflicts:    1769000 | #Constraints:     182365
1847.53/1857.68	c #Conflicts:    1770000 | #Constraints:     183365
1847.53/1857.68	c #Conflicts:    1771000 | #Constraints:     184365
1847.53/1857.68	c #Conflicts:    1772000 | #Constraints:     185365
1847.53/1857.68	c #Conflicts:    1773000 | #Constraints:     186365
1847.53/1857.68	c #Conflicts:    1774000 | #Constraints:     187365
1847.53/1857.68	c #Conflicts:    1775000 | #Constraints:     188365
1847.53/1857.68	c #Conflicts:    1776000 | #Constraints:     189365
1847.53/1857.68	c #Conflicts:    1777000 | #Constraints:     190365
1847.53/1857.68	c #Conflicts:    1778000 | #Constraints:     191365
1847.53/1857.68	c #Conflicts:    1779000 | #Constraints:     192365
1847.53/1857.68	c #Conflicts:    1780000 | #Constraints:     193365
1847.53/1857.68	c #Conflicts:    1781000 | #Constraints:     194365
1847.53/1857.68	c #Conflicts:    1782000 | #Constraints:     195365
1847.53/1857.68	c #Conflicts:    1783000 | #Constraints:     196365
1847.53/1857.68	c #Conflicts:    1784000 | #Constraints:     197365
1847.53/1857.68	c #Conflicts:    1785000 | #Constraints:     198365
1847.53/1857.68	c bounds -46 >= -316 @ 1831
1848.03/1858.13	c INPROCESSING
1848.03/1858.13	c GARBAGE COLLECT
1848.03/1858.13	c rational objective -316
1955.31/1965.81	c #Conflicts:    1786000 | #Constraints:     157427
1955.31/1965.81	c #Conflicts:    1787000 | #Constraints:     158427
1955.31/1965.81	c #Conflicts:    1788000 | #Constraints:     159427
1955.31/1965.81	c #Conflicts:    1789000 | #Constraints:     160427
1955.31/1965.81	c #Conflicts:    1790000 | #Constraints:     161427
1955.31/1965.81	c #Conflicts:    1791000 | #Constraints:     162427
1955.31/1965.81	c #Conflicts:    1792000 | #Constraints:     163427
1955.31/1965.81	c #Conflicts:    1793000 | #Constraints:     164427
1955.31/1965.81	c #Conflicts:    1794000 | #Constraints:     165427
1955.31/1965.81	c #Conflicts:    1795000 | #Constraints:     166427
1955.31/1965.81	c #Conflicts:    1796000 | #Constraints:     167427
1955.31/1965.81	c #Conflicts:    1797000 | #Constraints:     168427
1955.31/1965.81	c #Conflicts:    1798000 | #Constraints:     169427
1955.31/1965.81	c #Conflicts:    1799000 | #Constraints:     170427
1955.31/1965.81	c #Conflicts:    1800000 | #Constraints:     171427
1955.31/1965.81	c #Conflicts:    1801000 | #Constraints:     172427
1955.31/1965.81	c #Conflicts:    1802000 | #Constraints:     173427
1955.31/1965.81	c #Conflicts:    1803000 | #Constraints:     174427
1955.31/1965.81	c #Conflicts:    1804000 | #Constraints:     175427
1955.31/1965.81	c #Conflicts:    1805000 | #Constraints:     176427
1955.31/1965.81	c #Conflicts:    1806000 | #Constraints:     177427
1955.31/1965.81	c #Conflicts:    1807000 | #Constraints:     178427
1955.31/1965.81	c #Conflicts:    1808000 | #Constraints:     179427
1955.31/1965.81	c #Conflicts:    1809000 | #Constraints:     180427
1955.31/1965.81	c #Conflicts:    1810000 | #Constraints:     181427
1955.31/1965.81	c #Conflicts:    1811000 | #Constraints:     182427
1955.31/1965.81	c #Conflicts:    1812000 | #Constraints:     183427
1955.31/1965.81	c #Conflicts:    1813000 | #Constraints:     184427
1955.31/1965.81	c #Conflicts:    1814000 | #Constraints:     185427
1955.31/1965.81	c #Conflicts:    1815000 | #Constraints:     186427
1955.31/1965.81	c #Conflicts:    1816000 | #Constraints:     187427
1955.31/1965.81	c #Conflicts:    1817000 | #Constraints:     188427
1955.31/1965.81	c #Conflicts:    1818000 | #Constraints:     189427
1955.31/1965.81	c #Conflicts:    1819000 | #Constraints:     190427
1955.31/1965.81	c #Conflicts:    1820000 | #Constraints:     191427
1955.31/1965.81	c #Conflicts:    1821000 | #Constraints:     192427
1955.31/1965.81	c #Conflicts:    1822000 | #Constraints:     193427
1955.31/1965.81	c #Conflicts:    1823000 | #Constraints:     194427
1955.31/1965.81	c #Conflicts:    1824000 | #Constraints:     195427
1955.31/1965.81	c #Conflicts:    1825000 | #Constraints:     196427
1955.31/1965.81	c #Conflicts:    1826000 | #Constraints:     197427
1955.31/1965.81	c #Conflicts:    1827000 | #Constraints:     198427
1955.31/1965.81	c #Conflicts:    1828000 | #Constraints:     199427
1955.31/1965.81	c #Conflicts:    1829000 | #Constraints:     200427
1955.31/1965.81	c #Conflicts:    1830000 | #Constraints:     201427
1955.31/1965.81	c #Conflicts:    1831000 | #Constraints:     202427
1955.31/1965.81	c #Conflicts:    1832000 | #Constraints:     203427
1955.31/1965.81	c #Conflicts:    1833000 | #Constraints:     204427
1955.31/1965.81	c #Conflicts:    1834000 | #Constraints:     205427
1955.31/1965.81	c #Conflicts:    1835000 | #Constraints:     206427
1955.31/1965.81	c #Conflicts:    1836000 | #Constraints:     207427
1955.31/1965.81	c #Conflicts:    1837000 | #Constraints:     208427
1955.31/1965.81	c #Conflicts:    1838000 | #Constraints:     209427
1955.31/1965.81	c #Conflicts:    1839000 | #Constraints:     210427
1955.31/1965.81	c #Conflicts:    1840000 | #Constraints:     211427
1955.31/1965.81	c #Conflicts:    1841000 | #Constraints:     212427
1955.31/1965.81	c #Conflicts:    1842000 | #Constraints:     213427
1955.31/1965.81	c #Conflicts:    1843000 | #Constraints:     214427
1955.31/1965.81	c #Conflicts:    1844000 | #Constraints:     215427
1955.31/1965.81	c #Conflicts:    1845000 | #Constraints:     216427
1955.31/1965.81	c #Conflicts:    1846000 | #Constraints:     217427
1955.31/1965.81	c #Conflicts:    1847000 | #Constraints:     218427
1955.31/1965.81	c #Conflicts:    1848000 | #Constraints:     219427
1955.31/1965.81	c #Conflicts:    1849000 | #Constraints:     220427
1955.31/1965.81	c #Conflicts:    1850000 | #Constraints:     221427
1955.31/1965.81	c #Conflicts:    1851000 | #Constraints:     222427
1955.31/1965.81	c #Conflicts:    1852000 | #Constraints:     223427
1955.31/1965.81	c #Conflicts:    1853000 | #Constraints:     224427
1955.31/1965.81	c #Conflicts:    1854000 | #Constraints:     225427
1955.31/1965.81	c #Conflicts:    1855000 | #Constraints:     226427
1955.31/1965.81	c #Conflicts:    1856000 | #Constraints:     227427
1955.31/1965.81	c #Conflicts:    1857000 | #Constraints:     228427
1955.31/1965.81	c #Conflicts:    1858000 | #Constraints:     229427
1955.31/1965.81	c #Conflicts:    1859000 | #Constraints:     230427
1955.31/1965.81	c #Conflicts:    1860000 | #Constraints:     231427
1955.31/1965.81	c #Conflicts:    1861000 | #Constraints:     232427
1955.31/1965.81	c #Conflicts:    1862000 | #Constraints:     233427
1955.31/1965.81	c #Conflicts:    1863000 | #Constraints:     234427
1955.31/1965.81	c #Conflicts:    1864000 | #Constraints:     235427
1975.64/1986.28	c #Conflicts:    1865000 | #Constraints:     236427
1975.64/1986.28	c #Conflicts:    1866000 | #Constraints:     237427
1975.64/1986.28	c #Conflicts:    1867000 | #Constraints:     238427
1975.64/1986.28	c #Conflicts:    1868000 | #Constraints:     239427
1975.64/1986.28	c #Conflicts:    1869000 | #Constraints:     240427
1975.64/1986.28	c #Conflicts:    1870000 | #Constraints:     241427
1975.64/1986.28	c #Conflicts:    1871000 | #Constraints:     242427
1975.64/1986.28	c #Conflicts:    1872000 | #Constraints:     243427
1975.64/1986.28	c bounds -46 >= -315 @ 1958.17
1985.11/1995.70	c #Conflicts:    1873000 | #Constraints:     244493
1985.11/1995.70	c #Conflicts:    1874000 | #Constraints:     245493
1985.11/1995.70	c #Conflicts:    1875000 | #Constraints:     246493
1985.11/1995.70	c #Conflicts:    1876000 | #Constraints:     247493
1985.11/1995.70	c #Conflicts:    1877000 | #Constraints:     248493
1985.11/1995.70	c INPROCESSING
1985.11/1995.70	c GARBAGE COLLECT
1985.11/1995.70	c rational objective -315
2025.61/2036.30	c #Conflicts:    1878000 | #Constraints:     182158
2025.61/2036.30	c #Conflicts:    1879000 | #Constraints:     183158
2025.61/2036.30	c #Conflicts:    1880000 | #Constraints:     184158
2025.61/2036.30	c #Conflicts:    1881000 | #Constraints:     185158
2025.61/2036.30	c #Conflicts:    1882000 | #Constraints:     186158
2025.61/2036.30	c #Conflicts:    1883000 | #Constraints:     187158
2025.61/2036.30	c #Conflicts:    1884000 | #Constraints:     188158
2025.61/2036.30	c #Conflicts:    1885000 | #Constraints:     189158
2025.61/2036.30	c #Conflicts:    1886000 | #Constraints:     190158
2025.61/2036.30	c #Conflicts:    1887000 | #Constraints:     191158
2025.61/2036.30	c #Conflicts:    1888000 | #Constraints:     192158
2025.61/2036.30	c #Conflicts:    1889000 | #Constraints:     193158
2025.61/2036.30	c #Conflicts:    1890000 | #Constraints:     194158
2025.61/2036.30	c #Conflicts:    1891000 | #Constraints:     195158
2025.61/2036.30	c #Conflicts:    1892000 | #Constraints:     196158
2025.61/2036.30	c #Conflicts:    1893000 | #Constraints:     197158
2025.61/2036.30	c #Conflicts:    1894000 | #Constraints:     198158
2025.61/2036.30	c #Conflicts:    1895000 | #Constraints:     199158
2025.61/2036.30	c #Conflicts:    1896000 | #Constraints:     200158
2025.61/2036.30	c #Conflicts:    1897000 | #Constraints:     201158
2025.61/2036.30	c #Conflicts:    1898000 | #Constraints:     202158
2025.61/2036.30	c #Conflicts:    1899000 | #Constraints:     203158
2025.61/2036.30	c #Conflicts:    1900000 | #Constraints:     204158
2025.61/2036.30	c #Conflicts:    1901000 | #Constraints:     205158
2025.61/2036.30	c #Conflicts:    1902000 | #Constraints:     206158
2025.61/2036.30	c #Conflicts:    1903000 | #Constraints:     207158
2025.61/2036.30	c #Conflicts:    1904000 | #Constraints:     208158
2025.61/2036.30	c #Conflicts:    1905000 | #Constraints:     209158
2025.61/2036.30	c #Conflicts:    1906000 | #Constraints:     210158
2025.61/2036.30	c #Conflicts:    1907000 | #Constraints:     211158
2025.61/2036.30	c #Conflicts:    1908000 | #Constraints:     212158
2025.61/2036.30	c #Conflicts:    1909000 | #Constraints:     213158
2025.61/2036.30	c #Conflicts:    1910000 | #Constraints:     214158
2025.61/2036.30	c #Conflicts:    1911000 | #Constraints:     215158
2025.61/2036.30	c #Conflicts:    1912000 | #Constraints:     216158
2025.61/2036.30	c #Conflicts:    1913000 | #Constraints:     217158
2025.61/2036.30	c INPROCESSING
2025.61/2036.30	c GARBAGE COLLECT
2025.61/2036.30	c rational objective -315
2062.33/2073.21	c #Conflicts:    1914000 | #Constraints:     166784
2062.33/2073.21	c #Conflicts:    1915000 | #Constraints:     167784
2062.33/2073.21	c #Conflicts:    1916000 | #Constraints:     168784
2062.33/2073.21	c #Conflicts:    1917000 | #Constraints:     169784
2062.33/2073.21	c #Conflicts:    1918000 | #Constraints:     170784
2062.33/2073.21	c #Conflicts:    1919000 | #Constraints:     171784
2062.33/2073.21	c #Conflicts:    1920000 | #Constraints:     172784
2062.33/2073.21	c #Conflicts:    1921000 | #Constraints:     173784
2062.33/2073.21	c #Conflicts:    1922000 | #Constraints:     174784
2062.33/2073.21	c #Conflicts:    1923000 | #Constraints:     175784
2062.33/2073.21	c #Conflicts:    1924000 | #Constraints:     176784
2062.33/2073.21	c #Conflicts:    1925000 | #Constraints:     177784
2062.33/2073.21	c #Conflicts:    1926000 | #Constraints:     178784
2062.33/2073.21	c #Conflicts:    1927000 | #Constraints:     179784
2062.33/2073.21	c #Conflicts:    1928000 | #Constraints:     180784
2062.33/2073.21	c #Conflicts:    1929000 | #Constraints:     181784
2062.33/2073.21	c #Conflicts:    1930000 | #Constraints:     182784
2062.33/2073.21	c #Conflicts:    1931000 | #Constraints:     183784
2062.33/2073.21	c #Conflicts:    1932000 | #Constraints:     184784
2062.33/2073.21	c #Conflicts:    1933000 | #Constraints:     185784
2062.33/2073.21	c #Conflicts:    1934000 | #Constraints:     186784
2062.33/2073.21	c #Conflicts:    1935000 | #Constraints:     187784
2062.33/2073.21	c #Conflicts:    1936000 | #Constraints:     188784
2062.33/2073.21	c #Conflicts:    1937000 | #Constraints:     189784
2062.33/2073.21	c #Conflicts:    1938000 | #Constraints:     190784
2062.33/2073.21	c #Conflicts:    1939000 | #Constraints:     191784
2062.33/2073.21	c #Conflicts:    1940000 | #Constraints:     192784
2062.33/2073.21	c #Conflicts:    1941000 | #Constraints:     193784
2062.33/2073.21	c #Conflicts:    1942000 | #Constraints:     194784
2062.33/2073.21	c #Conflicts:    1943000 | #Constraints:     195784
2062.33/2073.21	c #Conflicts:    1944000 | #Constraints:     196784
2062.33/2073.21	c #Conflicts:    1945000 | #Constraints:     197784
2062.33/2073.21	c #Conflicts:    1946000 | #Constraints:     198784
2062.33/2073.21	c #Conflicts:    1947000 | #Constraints:     199784
2062.33/2073.21	c #Conflicts:    1948000 | #Constraints:     200784
2062.33/2073.21	c #Conflicts:    1949000 | #Constraints:     201784
2062.33/2073.21	c #Conflicts:    1950000 | #Constraints:     202784
2062.33/2073.21	c INPROCESSING
2062.33/2073.21	c GARBAGE COLLECT
2062.33/2073.21	c rational objective -315
2199.96/2211.20	c #Conflicts:    1951000 | #Constraints:     160830
2199.96/2211.20	c #Conflicts:    1952000 | #Constraints:     161840
2199.96/2211.20	c #Conflicts:    1953000 | #Constraints:     162866
2199.96/2211.20	c #Conflicts:    1954000 | #Constraints:     163891
2199.96/2211.20	c #Conflicts:    1955000 | #Constraints:     164907
2199.96/2211.20	c #Conflicts:    1956000 | #Constraints:     165938
2199.96/2211.20	c #Conflicts:    1957000 | #Constraints:     166970
2199.96/2211.20	c #Conflicts:    1958000 | #Constraints:     168012
2199.96/2211.20	c #Conflicts:    1959000 | #Constraints:     169043
2199.96/2211.20	c #Conflicts:    1960000 | #Constraints:     170068
2199.96/2211.20	c #Conflicts:    1961000 | #Constraints:     171105
2199.96/2211.20	c #Conflicts:    1962000 | #Constraints:     172132
2199.96/2211.20	c #Conflicts:    1963000 | #Constraints:     173166
2199.96/2211.20	c #Conflicts:    1964000 | #Constraints:     174195
2199.96/2211.20	c #Conflicts:    1965000 | #Constraints:     175220
2199.96/2211.20	c #Conflicts:    1966000 | #Constraints:     176246
2199.96/2211.20	c #Conflicts:    1967000 | #Constraints:     177275
2199.96/2211.20	c #Conflicts:    1968000 | #Constraints:     178299
2199.96/2211.20	c #Conflicts:    1969000 | #Constraints:     179318
2199.96/2211.20	c #Conflicts:    1970000 | #Constraints:     180345
2199.96/2211.20	c #Conflicts:    1971000 | #Constraints:     181362
2199.96/2211.20	c #Conflicts:    1972000 | #Constraints:     182375
2199.96/2211.20	c #Conflicts:    1973000 | #Constraints:     183393
2199.96/2211.20	c #Conflicts:    1974000 | #Constraints:     184413
2199.96/2211.20	c #Conflicts:    1975000 | #Constraints:     185436
2199.96/2211.20	c #Conflicts:    1976000 | #Constraints:     186480
2199.96/2211.20	c #Conflicts:    1977000 | #Constraints:     187507
2199.96/2211.20	c #Conflicts:    1978000 | #Constraints:     188552
2199.96/2211.20	c #Conflicts:    1979000 | #Constraints:     189582
2199.96/2211.20	c #Conflicts:    1980000 | #Constraints:     190611
2199.96/2211.20	c #Conflicts:    1981000 | #Constraints:     191644
2199.96/2211.20	c #Conflicts:    1982000 | #Constraints:     192679
2199.96/2211.20	c #Conflicts:    1983000 | #Constraints:     193703
2199.96/2211.20	c #Conflicts:    1984000 | #Constraints:     194731
2199.96/2211.20	c #Conflicts:    1985000 | #Constraints:     195760
2199.96/2211.20	c #Conflicts:    1986000 | #Constraints:     196794
2199.96/2211.20	c #Conflicts:    1987000 | #Constraints:     197834
2199.96/2211.20	c #Conflicts:    1988000 | #Constraints:     198876
2199.96/2211.20	c #Conflicts:    1989000 | #Constraints:     199918
2199.96/2211.20	c #Conflicts:    1990000 | #Constraints:     200964
2199.96/2211.20	c #Conflicts:    1991000 | #Constraints:     202001
2199.96/2211.20	c #Conflicts:    1992000 | #Constraints:     203039
2199.96/2211.20	c #Conflicts:    1993000 | #Constraints:     204081
2199.96/2211.20	c #Conflicts:    1994000 | #Constraints:     205119
2199.96/2211.20	c #Conflicts:    1995000 | #Constraints:     206156
2199.96/2211.20	c #Conflicts:    1996000 | #Constraints:     207199
2199.96/2211.20	c #Conflicts:    1997000 | #Constraints:     208234
2199.96/2211.20	c #Conflicts:    1998000 | #Constraints:     209279
2199.96/2211.20	c #Conflicts:    1999000 | #Constraints:     210312
2199.96/2211.20	c #Conflicts:    2000000 | #Constraints:     211350
2199.96/2211.20	c #Conflicts:    2001000 | #Constraints:     212388
2199.96/2211.20	c #Conflicts:    2002000 | #Constraints:     213430
2199.96/2211.20	c #Conflicts:    2003000 | #Constraints:     214458
2199.96/2211.20	c #Conflicts:    2004000 | #Constraints:     215493
2199.96/2211.20	c #Conflicts:    2005000 | #Constraints:     216527
2199.96/2211.20	c #Conflicts:    2006000 | #Constraints:     217561
2199.96/2211.20	c #Conflicts:    2007000 | #Constraints:     218595
2199.96/2211.20	c #Conflicts:    2008000 | #Constraints:     219632
2199.96/2211.20	c #Conflicts:    2009000 | #Constraints:     220684
2199.96/2211.20	c #Conflicts:    2010000 | #Constraints:     221729
2199.96/2211.20	c #Conflicts:    2011000 | #Constraints:     222776
2199.96/2211.20	c #Conflicts:    2012000 | #Constraints:     223816
2199.96/2211.20	c #Conflicts:    2013000 | #Constraints:     224844
2199.96/2211.20	c #Conflicts:    2014000 | #Constraints:     225892
2199.96/2211.20	c #Conflicts:    2015000 | #Constraints:     226940
2199.96/2211.20	c #Conflicts:    2016000 | #Constraints:     227977
2199.96/2211.20	c #Conflicts:    2017000 | #Constraints:     229014
2199.96/2211.20	c #Conflicts:    2018000 | #Constraints:     230055
2199.96/2211.20	c #Conflicts:    2019000 | #Constraints:     231093
2199.96/2211.20	c #Conflicts:    2020000 | #Constraints:     232137
2199.96/2211.20	c #Conflicts:    2021000 | #Constraints:     233175
2199.96/2211.20	c #Conflicts:    2022000 | #Constraints:     234212
2199.96/2211.20	c #Conflicts:    2023000 | #Constraints:     235254
2199.96/2211.20	c #Conflicts:    2024000 | #Constraints:     236287
2199.96/2211.20	c #Conflicts:    2025000 | #Constraints:     237328
2199.96/2211.20	c #Conflicts:    2026000 | #Constraints:     238368
2199.96/2211.20	c #Conflicts:    2027000 | #Constraints:     239417
2199.96/2211.20	c #Conflicts:    2028000 | #Constraints:     240457
2199.96/2211.20	c #Conflicts:    2029000 | #Constraints:     241503
2257.01/2268.46	c #Conflicts:    2030000 | #Constraints:     242545
2257.01/2268.46	c #Conflicts:    2031000 | #Constraints:     243586
2257.01/2268.46	c #Conflicts:    2032000 | #Constraints:     244621
2257.01/2268.46	c #Conflicts:    2033000 | #Constraints:     245665
2257.01/2268.46	c #Conflicts:    2034000 | #Constraints:     246707
2257.01/2268.46	c #Conflicts:    2035000 | #Constraints:     247753
2257.01/2268.46	c #Conflicts:    2036000 | #Constraints:     248803
2257.01/2268.46	c #Conflicts:    2037000 | #Constraints:     249849
2257.01/2268.46	c #Conflicts:    2038000 | #Constraints:     250885
2257.01/2268.46	c #Conflicts:    2039000 | #Constraints:     251923
2257.01/2268.46	c #Conflicts:    2040000 | #Constraints:     252964
2257.01/2268.46	c #Conflicts:    2041000 | #Constraints:     253995
2257.01/2268.46	c #Conflicts:    2042000 | #Constraints:     255035
2257.01/2268.46	c #Conflicts:    2043000 | #Constraints:     256085
2257.01/2268.46	c #Conflicts:    2044000 | #Constraints:     257131
2257.01/2268.46	c #Conflicts:    2045000 | #Constraints:     258179
2257.01/2268.46	c #Conflicts:    2046000 | #Constraints:     259236
2257.01/2268.46	c INPROCESSING
2257.01/2268.46	c GARBAGE COLLECT
2257.01/2268.46	c rational objective -315
2308.21/2319.86	c #Conflicts:    2047000 | #Constraints:     188124
2308.21/2319.86	c #Conflicts:    2048000 | #Constraints:     189124
2308.21/2319.86	c #Conflicts:    2049000 | #Constraints:     190124
2308.21/2319.86	c #Conflicts:    2050000 | #Constraints:     191124
2308.21/2319.86	c #Conflicts:    2051000 | #Constraints:     192124
2308.21/2319.86	c #Conflicts:    2052000 | #Constraints:     193124
2308.21/2319.86	c #Conflicts:    2053000 | #Constraints:     194124
2308.21/2319.86	c #Conflicts:    2054000 | #Constraints:     195124
2308.21/2319.86	c #Conflicts:    2055000 | #Constraints:     196124
2308.21/2319.86	c #Conflicts:    2056000 | #Constraints:     197124
2308.21/2319.86	c #Conflicts:    2057000 | #Constraints:     198124
2308.21/2319.86	c #Conflicts:    2058000 | #Constraints:     199124
2308.21/2319.86	c #Conflicts:    2059000 | #Constraints:     200124
2308.21/2319.86	c #Conflicts:    2060000 | #Constraints:     201124
2308.21/2319.86	c #Conflicts:    2061000 | #Constraints:     202124
2308.21/2319.86	c #Conflicts:    2062000 | #Constraints:     203124
2308.21/2319.86	c #Conflicts:    2063000 | #Constraints:     204124
2308.21/2319.86	c #Conflicts:    2064000 | #Constraints:     205124
2308.21/2319.86	c #Conflicts:    2065000 | #Constraints:     206124
2308.21/2319.86	c #Conflicts:    2066000 | #Constraints:     207124
2308.21/2319.86	c #Conflicts:    2067000 | #Constraints:     208124
2308.21/2319.86	c #Conflicts:    2068000 | #Constraints:     209124
2308.21/2319.86	c #Conflicts:    2069000 | #Constraints:     210124
2308.21/2319.86	c #Conflicts:    2070000 | #Constraints:     211124
2308.21/2319.86	c #Conflicts:    2071000 | #Constraints:     212124
2308.21/2319.86	c #Conflicts:    2072000 | #Constraints:     213124
2308.21/2319.86	c #Conflicts:    2073000 | #Constraints:     214124
2308.21/2319.86	c #Conflicts:    2074000 | #Constraints:     215124
2308.21/2319.86	c #Conflicts:    2075000 | #Constraints:     216124
2308.21/2319.86	c #Conflicts:    2076000 | #Constraints:     217124
2308.21/2319.86	c #Conflicts:    2077000 | #Constraints:     218124
2308.21/2319.86	c #Conflicts:    2078000 | #Constraints:     219124
2308.21/2319.86	c #Conflicts:    2079000 | #Constraints:     220124
2308.21/2319.86	c #Conflicts:    2080000 | #Constraints:     221124
2308.21/2319.86	c #Conflicts:    2081000 | #Constraints:     222124
2308.21/2319.86	c bounds -46 >= -314 @ 2288.67
2311.30/2322.95	c #Conflicts:    2082000 | #Constraints:     223193
2311.30/2322.95	c #Conflicts:    2083000 | #Constraints:     224193
2311.30/2322.95	c INPROCESSING
2311.30/2322.95	c GARBAGE COLLECT
2311.30/2322.95	c rational objective -314
2351.96/2363.77	c #Conflicts:    2084000 | #Constraints:     170261
2351.96/2363.77	c #Conflicts:    2085000 | #Constraints:     171261
2351.96/2363.77	c #Conflicts:    2086000 | #Constraints:     172261
2351.96/2363.77	c #Conflicts:    2087000 | #Constraints:     173261
2351.96/2363.77	c #Conflicts:    2088000 | #Constraints:     174261
2351.96/2363.77	c #Conflicts:    2089000 | #Constraints:     175261
2351.96/2363.77	c #Conflicts:    2090000 | #Constraints:     176261
2351.96/2363.77	c #Conflicts:    2091000 | #Constraints:     177261
2351.96/2363.77	c #Conflicts:    2092000 | #Constraints:     178261
2351.96/2363.77	c #Conflicts:    2093000 | #Constraints:     179261
2351.96/2363.77	c #Conflicts:    2094000 | #Constraints:     180261
2351.96/2363.77	c #Conflicts:    2095000 | #Constraints:     181261
2351.96/2363.77	c #Conflicts:    2096000 | #Constraints:     182261
2351.96/2363.77	c #Conflicts:    2097000 | #Constraints:     183261
2351.96/2363.77	c #Conflicts:    2098000 | #Constraints:     184261
2351.96/2363.77	c #Conflicts:    2099000 | #Constraints:     185261
2351.96/2363.77	c #Conflicts:    2100000 | #Constraints:     186261
2351.96/2363.77	c #Conflicts:    2101000 | #Constraints:     187261
2351.96/2363.77	c #Conflicts:    2102000 | #Constraints:     188261
2351.96/2363.77	c #Conflicts:    2103000 | #Constraints:     189261
2351.96/2363.77	c #Conflicts:    2104000 | #Constraints:     190261
2351.96/2363.77	c #Conflicts:    2105000 | #Constraints:     191261
2351.96/2363.77	c #Conflicts:    2106000 | #Constraints:     192261
2351.96/2363.77	c #Conflicts:    2107000 | #Constraints:     193261
2351.96/2363.77	c #Conflicts:    2108000 | #Constraints:     194261
2351.96/2363.77	c #Conflicts:    2109000 | #Constraints:     195261
2351.96/2363.77	c #Conflicts:    2110000 | #Constraints:     196261
2351.96/2363.77	c #Conflicts:    2111000 | #Constraints:     197261
2351.96/2363.77	c #Conflicts:    2112000 | #Constraints:     198261
2351.96/2363.77	c #Conflicts:    2113000 | #Constraints:     199261
2351.96/2363.77	c #Conflicts:    2114000 | #Constraints:     200261
2351.96/2363.77	c #Conflicts:    2115000 | #Constraints:     201261
2351.96/2363.77	c #Conflicts:    2116000 | #Constraints:     202261
2351.96/2363.77	c #Conflicts:    2117000 | #Constraints:     203261
2351.96/2363.77	c #Conflicts:    2118000 | #Constraints:     204261
2351.96/2363.77	c #Conflicts:    2119000 | #Constraints:     205261
2351.96/2363.77	c #Conflicts:    2120000 | #Constraints:     206261
2351.96/2363.77	c #Conflicts:    2121000 | #Constraints:     207261
2351.96/2363.77	c INPROCESSING
2351.96/2363.77	c GARBAGE COLLECT
2351.96/2363.77	c rational objective -314
2365.62/2377.48	c #Conflicts:    2122000 | #Constraints:     162027
2365.62/2377.48	c #Conflicts:    2123000 | #Constraints:     163027
2365.62/2377.48	c #Conflicts:    2124000 | #Constraints:     164027
2365.62/2377.48	c #Conflicts:    2125000 | #Constraints:     165027
2365.62/2377.48	c #Conflicts:    2126000 | #Constraints:     166027
2365.62/2377.48	c #Conflicts:    2127000 | #Constraints:     167027
2365.62/2377.48	c #Conflicts:    2128000 | #Constraints:     168027
2365.62/2377.48	c #Conflicts:    2129000 | #Constraints:     169027
2365.62/2377.48	c #Conflicts:    2130000 | #Constraints:     170027
2365.62/2377.48	c #Conflicts:    2131000 | #Constraints:     171027
2365.62/2377.48	c #Conflicts:    2132000 | #Constraints:     172027
2365.62/2377.48	c #Conflicts:    2133000 | #Constraints:     173027
2365.62/2377.48	c #Conflicts:    2134000 | #Constraints:     174027
2365.62/2377.48	c #Conflicts:    2135000 | #Constraints:     175027
2365.62/2377.48	c #Conflicts:    2136000 | #Constraints:     176027
2365.62/2377.48	c #Conflicts:    2137000 | #Constraints:     177027
2365.62/2377.48	c #Conflicts:    2138000 | #Constraints:     178027
2365.62/2377.48	c bounds -46 >= -313 @ 2345.57
2483.30/2495.62	c #Conflicts:    2139000 | #Constraints:     179093
2483.30/2495.62	c #Conflicts:    2140000 | #Constraints:     180093
2483.30/2495.62	c #Conflicts:    2141000 | #Constraints:     181093
2483.30/2495.62	c #Conflicts:    2142000 | #Constraints:     182093
2483.30/2495.62	c #Conflicts:    2143000 | #Constraints:     183093
2483.30/2495.62	c #Conflicts:    2144000 | #Constraints:     184093
2483.30/2495.62	c #Conflicts:    2145000 | #Constraints:     185093
2483.30/2495.62	c #Conflicts:    2146000 | #Constraints:     186093
2483.30/2495.62	c #Conflicts:    2147000 | #Constraints:     187093
2483.30/2495.62	c #Conflicts:    2148000 | #Constraints:     188093
2483.30/2495.62	c #Conflicts:    2149000 | #Constraints:     189093
2483.30/2495.62	c #Conflicts:    2150000 | #Constraints:     190093
2483.30/2495.62	c #Conflicts:    2151000 | #Constraints:     191093
2483.30/2495.62	c #Conflicts:    2152000 | #Constraints:     192093
2483.30/2495.62	c #Conflicts:    2153000 | #Constraints:     193093
2483.30/2495.62	c #Conflicts:    2154000 | #Constraints:     194093
2483.30/2495.62	c #Conflicts:    2155000 | #Constraints:     195093
2483.30/2495.62	c #Conflicts:    2156000 | #Constraints:     196093
2483.30/2495.62	c #Conflicts:    2157000 | #Constraints:     197093
2483.30/2495.62	c #Conflicts:    2158000 | #Constraints:     198093
2483.30/2495.62	c #Conflicts:    2159000 | #Constraints:     199093
2483.30/2495.62	c #Conflicts:    2160000 | #Constraints:     200093
2483.30/2495.62	c #Conflicts:    2161000 | #Constraints:     201093
2483.30/2495.62	c #Conflicts:    2162000 | #Constraints:     202093
2483.30/2495.62	c #Conflicts:    2163000 | #Constraints:     203093
2483.30/2495.62	c #Conflicts:    2164000 | #Constraints:     204093
2483.30/2495.62	c #Conflicts:    2165000 | #Constraints:     205093
2483.30/2495.62	c #Conflicts:    2166000 | #Constraints:     206093
2483.30/2495.62	c #Conflicts:    2167000 | #Constraints:     207093
2483.30/2495.62	c #Conflicts:    2168000 | #Constraints:     208093
2483.30/2495.62	c #Conflicts:    2169000 | #Constraints:     209093
2483.30/2495.62	c #Conflicts:    2170000 | #Constraints:     210093
2483.30/2495.62	c #Conflicts:    2171000 | #Constraints:     211093
2483.30/2495.62	c #Conflicts:    2172000 | #Constraints:     212093
2483.30/2495.62	c #Conflicts:    2173000 | #Constraints:     213093
2483.30/2495.62	c #Conflicts:    2174000 | #Constraints:     214093
2483.30/2495.62	c #Conflicts:    2175000 | #Constraints:     215093
2483.30/2495.62	c #Conflicts:    2176000 | #Constraints:     216093
2483.30/2495.62	c #Conflicts:    2177000 | #Constraints:     217093
2483.30/2495.62	c #Conflicts:    2178000 | #Constraints:     218093
2483.30/2495.62	c #Conflicts:    2179000 | #Constraints:     219093
2483.30/2495.62	c #Conflicts:    2180000 | #Constraints:     220093
2483.30/2495.62	c #Conflicts:    2181000 | #Constraints:     221093
2483.30/2495.62	c #Conflicts:    2182000 | #Constraints:     222093
2483.30/2495.62	c #Conflicts:    2183000 | #Constraints:     223093
2483.30/2495.62	c #Conflicts:    2184000 | #Constraints:     224093
2483.30/2495.62	c #Conflicts:    2185000 | #Constraints:     225093
2483.30/2495.62	c #Conflicts:    2186000 | #Constraints:     226093
2483.30/2495.62	c #Conflicts:    2187000 | #Constraints:     227093
2483.30/2495.62	c #Conflicts:    2188000 | #Constraints:     228093
2483.30/2495.62	c #Conflicts:    2189000 | #Constraints:     229093
2483.30/2495.62	c #Conflicts:    2190000 | #Constraints:     230093
2483.30/2495.62	c #Conflicts:    2191000 | #Constraints:     231093
2483.30/2495.62	c #Conflicts:    2192000 | #Constraints:     232093
2483.30/2495.62	c #Conflicts:    2193000 | #Constraints:     233093
2483.30/2495.62	c #Conflicts:    2194000 | #Constraints:     234093
2483.30/2495.62	c #Conflicts:    2195000 | #Constraints:     235093
2483.30/2495.62	c #Conflicts:    2196000 | #Constraints:     236093
2483.30/2495.62	c #Conflicts:    2197000 | #Constraints:     237093
2483.30/2495.62	c #Conflicts:    2198000 | #Constraints:     238093
2483.30/2495.62	c #Conflicts:    2199000 | #Constraints:     239093
2483.30/2495.62	c #Conflicts:    2200000 | #Constraints:     240093
2483.30/2495.62	c #Conflicts:    2201000 | #Constraints:     241093
2483.30/2495.62	c #Conflicts:    2202000 | #Constraints:     242093
2483.30/2495.62	c #Conflicts:    2203000 | #Constraints:     243093
2483.30/2495.62	c #Conflicts:    2204000 | #Constraints:     244093
2483.30/2495.62	c #Conflicts:    2205000 | #Constraints:     245093
2483.30/2495.62	c #Conflicts:    2206000 | #Constraints:     246093
2483.30/2495.62	c #Conflicts:    2207000 | #Constraints:     247093
2483.30/2495.62	c #Conflicts:    2208000 | #Constraints:     248093
2483.30/2495.62	c #Conflicts:    2209000 | #Constraints:     249093
2483.30/2495.62	c #Conflicts:    2210000 | #Constraints:     250093
2483.30/2495.62	c #Conflicts:    2211000 | #Constraints:     251093
2483.30/2495.62	c #Conflicts:    2212000 | #Constraints:     252093
2483.30/2495.62	c #Conflicts:    2213000 | #Constraints:     253093
2483.30/2495.62	c #Conflicts:    2214000 | #Constraints:     254093
2483.30/2495.62	c #Conflicts:    2215000 | #Constraints:     255093
2483.30/2495.62	c #Conflicts:    2216000 | #Constraints:     256093
2483.30/2495.62	c #Conflicts:    2217000 | #Constraints:     257093
2493.33/2505.77	c #Conflicts:    2218000 | #Constraints:     258093
2493.33/2505.77	c #Conflicts:    2219000 | #Constraints:     259093
2493.33/2505.77	c #Conflicts:    2220000 | #Constraints:     260093
2493.33/2505.77	c #Conflicts:    2221000 | #Constraints:     261093
2493.33/2505.77	c INPROCESSING
2493.33/2505.77	c GARBAGE COLLECT
2493.33/2505.77	c rational objective -313
2499.31/2511.75	c #Conflicts:    2222000 | #Constraints:     188479
2499.31/2511.75	c #Conflicts:    2223000 | #Constraints:     189479
2499.31/2511.75	c #Conflicts:    2224000 | #Constraints:     190479
2499.31/2511.75	c #Conflicts:    2225000 | #Constraints:     191479
2499.31/2511.75	c #Conflicts:    2226000 | #Constraints:     192479
2499.31/2511.75	c #Conflicts:    2227000 | #Constraints:     193479
2499.31/2511.75	c #Conflicts:    2228000 | #Constraints:     194479
2499.31/2511.75	c bounds -46 >= -312 @ 2478.22
2537.75/2550.32	c #Conflicts:    2229000 | #Constraints:     195506
2537.75/2550.32	c #Conflicts:    2230000 | #Constraints:     196506
2537.75/2550.32	c #Conflicts:    2231000 | #Constraints:     197506
2537.75/2550.32	c #Conflicts:    2232000 | #Constraints:     198506
2537.75/2550.32	c #Conflicts:    2233000 | #Constraints:     199506
2537.75/2550.32	c #Conflicts:    2234000 | #Constraints:     200506
2537.75/2550.32	c #Conflicts:    2235000 | #Constraints:     201506
2537.75/2550.32	c #Conflicts:    2236000 | #Constraints:     202506
2537.75/2550.32	c #Conflicts:    2237000 | #Constraints:     203506
2537.75/2550.32	c #Conflicts:    2238000 | #Constraints:     204506
2537.75/2550.32	c #Conflicts:    2239000 | #Constraints:     205506
2537.75/2550.32	c #Conflicts:    2240000 | #Constraints:     206506
2537.75/2550.32	c #Conflicts:    2241000 | #Constraints:     207506
2537.75/2550.32	c #Conflicts:    2242000 | #Constraints:     208506
2537.75/2550.32	c #Conflicts:    2243000 | #Constraints:     209506
2537.75/2550.32	c #Conflicts:    2244000 | #Constraints:     210506
2537.75/2550.32	c #Conflicts:    2245000 | #Constraints:     211506
2537.75/2550.32	c #Conflicts:    2246000 | #Constraints:     212506
2537.75/2550.32	c #Conflicts:    2247000 | #Constraints:     213506
2537.75/2550.32	c #Conflicts:    2248000 | #Constraints:     214506
2537.75/2550.32	c #Conflicts:    2249000 | #Constraints:     215506
2537.75/2550.32	c #Conflicts:    2250000 | #Constraints:     216506
2537.75/2550.32	c #Conflicts:    2251000 | #Constraints:     217506
2537.75/2550.32	c #Conflicts:    2252000 | #Constraints:     218506
2537.75/2550.32	c #Conflicts:    2253000 | #Constraints:     219506
2537.75/2550.32	c #Conflicts:    2254000 | #Constraints:     220506
2537.75/2550.32	c #Conflicts:    2255000 | #Constraints:     221506
2537.75/2550.32	c #Conflicts:    2256000 | #Constraints:     222506
2537.75/2550.32	c #Conflicts:    2257000 | #Constraints:     223506
2537.75/2550.32	c #Conflicts:    2258000 | #Constraints:     224506
2537.75/2550.32	c #Conflicts:    2259000 | #Constraints:     225506
2537.75/2550.32	c #Conflicts:    2260000 | #Constraints:     226506
2537.75/2550.32	c #Conflicts:    2261000 | #Constraints:     227506
2537.75/2550.32	c INPROCESSING
2537.75/2550.32	c GARBAGE COLLECT
2537.75/2550.32	c rational objective -312
2576.55/2589.34	c #Conflicts:    2262000 | #Constraints:     172326
2576.55/2589.34	c #Conflicts:    2263000 | #Constraints:     173326
2576.55/2589.34	c #Conflicts:    2264000 | #Constraints:     174326
2576.55/2589.34	c #Conflicts:    2265000 | #Constraints:     175326
2576.55/2589.34	c #Conflicts:    2266000 | #Constraints:     176326
2576.55/2589.34	c #Conflicts:    2267000 | #Constraints:     177326
2576.55/2589.34	c #Conflicts:    2268000 | #Constraints:     178326
2576.55/2589.34	c #Conflicts:    2269000 | #Constraints:     179326
2576.55/2589.34	c #Conflicts:    2270000 | #Constraints:     180326
2576.55/2589.34	c #Conflicts:    2271000 | #Constraints:     181326
2576.55/2589.34	c #Conflicts:    2272000 | #Constraints:     182326
2576.55/2589.34	c #Conflicts:    2273000 | #Constraints:     183326
2576.55/2589.34	c #Conflicts:    2274000 | #Constraints:     184326
2576.55/2589.34	c #Conflicts:    2275000 | #Constraints:     185326
2576.55/2589.34	c #Conflicts:    2276000 | #Constraints:     186326
2576.55/2589.34	c #Conflicts:    2277000 | #Constraints:     187326
2576.55/2589.34	c #Conflicts:    2278000 | #Constraints:     188326
2576.55/2589.34	c #Conflicts:    2279000 | #Constraints:     189326
2576.55/2589.34	c #Conflicts:    2280000 | #Constraints:     190326
2576.55/2589.34	c #Conflicts:    2281000 | #Constraints:     191326
2576.55/2589.34	c #Conflicts:    2282000 | #Constraints:     192326
2576.55/2589.34	c #Conflicts:    2283000 | #Constraints:     193326
2576.55/2589.34	c #Conflicts:    2284000 | #Constraints:     194326
2576.55/2589.34	c #Conflicts:    2285000 | #Constraints:     195326
2576.55/2589.34	c #Conflicts:    2286000 | #Constraints:     196326
2576.55/2589.34	c #Conflicts:    2287000 | #Constraints:     197326
2576.55/2589.34	c #Conflicts:    2288000 | #Constraints:     198326
2576.55/2589.34	c #Conflicts:    2289000 | #Constraints:     199326
2576.55/2589.34	c #Conflicts:    2290000 | #Constraints:     200326
2576.55/2589.34	c #Conflicts:    2291000 | #Constraints:     201326
2576.55/2589.34	c #Conflicts:    2292000 | #Constraints:     202326
2576.55/2589.34	c #Conflicts:    2293000 | #Constraints:     203326
2576.55/2589.34	c #Conflicts:    2294000 | #Constraints:     204326
2576.55/2589.34	c #Conflicts:    2295000 | #Constraints:     205326
2576.55/2589.34	c #Conflicts:    2296000 | #Constraints:     206326
2576.55/2589.34	c #Conflicts:    2297000 | #Constraints:     207326
2576.55/2589.34	c #Conflicts:    2298000 | #Constraints:     208326
2576.55/2589.34	c #Conflicts:    2299000 | #Constraints:     209326
2576.55/2589.34	c #Conflicts:    2300000 | #Constraints:     210326
2576.55/2589.34	c INPROCESSING
2576.55/2589.34	c GARBAGE COLLECT
2576.55/2589.34	c rational objective -312
2609.71/2622.68	c #Conflicts:    2301000 | #Constraints:     164857
2609.71/2622.68	c #Conflicts:    2302000 | #Constraints:     165857
2609.71/2622.68	c #Conflicts:    2303000 | #Constraints:     166857
2609.71/2622.68	c #Conflicts:    2304000 | #Constraints:     167857
2609.71/2622.68	c #Conflicts:    2305000 | #Constraints:     168857
2609.71/2622.68	c #Conflicts:    2306000 | #Constraints:     169857
2609.71/2622.68	c #Conflicts:    2307000 | #Constraints:     170857
2609.71/2622.68	c #Conflicts:    2308000 | #Constraints:     171857
2609.71/2622.68	c #Conflicts:    2309000 | #Constraints:     172857
2609.71/2622.68	c #Conflicts:    2310000 | #Constraints:     173857
2609.71/2622.68	c #Conflicts:    2311000 | #Constraints:     174857
2609.71/2622.68	c #Conflicts:    2312000 | #Constraints:     175857
2609.71/2622.68	c #Conflicts:    2313000 | #Constraints:     176857
2609.71/2622.68	c #Conflicts:    2314000 | #Constraints:     177857
2609.71/2622.68	c #Conflicts:    2315000 | #Constraints:     178857
2609.71/2622.68	c #Conflicts:    2316000 | #Constraints:     179857
2609.71/2622.68	c #Conflicts:    2317000 | #Constraints:     180857
2609.71/2622.68	c #Conflicts:    2318000 | #Constraints:     181857
2609.71/2622.68	c #Conflicts:    2319000 | #Constraints:     182857
2609.71/2622.68	c #Conflicts:    2320000 | #Constraints:     183857
2609.71/2622.68	c #Conflicts:    2321000 | #Constraints:     184857
2609.71/2622.68	c #Conflicts:    2322000 | #Constraints:     185857
2609.71/2622.68	c #Conflicts:    2323000 | #Constraints:     186857
2609.71/2622.68	c #Conflicts:    2324000 | #Constraints:     187857
2609.71/2622.68	c #Conflicts:    2325000 | #Constraints:     188857
2609.71/2622.68	c #Conflicts:    2326000 | #Constraints:     189857
2609.71/2622.68	c #Conflicts:    2327000 | #Constraints:     190857
2609.71/2622.68	c #Conflicts:    2328000 | #Constraints:     191857
2609.71/2622.68	c #Conflicts:    2329000 | #Constraints:     192857
2609.71/2622.68	c #Conflicts:    2330000 | #Constraints:     193857
2609.71/2622.68	c #Conflicts:    2331000 | #Constraints:     194857
2609.71/2622.68	c #Conflicts:    2332000 | #Constraints:     195857
2609.71/2622.68	c #Conflicts:    2333000 | #Constraints:     196857
2609.71/2622.68	c #Conflicts:    2334000 | #Constraints:     197857
2609.71/2622.68	c #Conflicts:    2335000 | #Constraints:     198857
2609.71/2622.68	c #Conflicts:    2336000 | #Constraints:     199857
2609.71/2622.68	c bounds -46 >= -311 @ 2587.68
2711.56/2724.98	c #Conflicts:    2337000 | #Constraints:     200917
2711.56/2724.98	c #Conflicts:    2338000 | #Constraints:     201917
2711.56/2724.98	c #Conflicts:    2339000 | #Constraints:     202917
2711.56/2724.98	c #Conflicts:    2340000 | #Constraints:     203917
2711.56/2724.98	c #Conflicts:    2341000 | #Constraints:     204917
2711.56/2724.98	c #Conflicts:    2342000 | #Constraints:     205917
2711.56/2724.98	c #Conflicts:    2343000 | #Constraints:     206917
2711.56/2724.98	c #Conflicts:    2344000 | #Constraints:     207917
2711.56/2724.98	c #Conflicts:    2345000 | #Constraints:     208917
2711.56/2724.98	c #Conflicts:    2346000 | #Constraints:     209917
2711.56/2724.98	c #Conflicts:    2347000 | #Constraints:     210917
2711.56/2724.98	c #Conflicts:    2348000 | #Constraints:     211917
2711.56/2724.98	c #Conflicts:    2349000 | #Constraints:     212917
2711.56/2724.98	c #Conflicts:    2350000 | #Constraints:     213917
2711.56/2724.98	c #Conflicts:    2351000 | #Constraints:     214917
2711.56/2724.98	c #Conflicts:    2352000 | #Constraints:     215917
2711.56/2724.98	c #Conflicts:    2353000 | #Constraints:     216917
2711.56/2724.98	c #Conflicts:    2354000 | #Constraints:     217917
2711.56/2724.98	c #Conflicts:    2355000 | #Constraints:     218917
2711.56/2724.98	c #Conflicts:    2356000 | #Constraints:     219917
2711.56/2724.98	c #Conflicts:    2357000 | #Constraints:     220917
2711.56/2724.98	c #Conflicts:    2358000 | #Constraints:     221917
2711.56/2724.98	c #Conflicts:    2359000 | #Constraints:     222917
2711.56/2724.98	c #Conflicts:    2360000 | #Constraints:     223917
2711.56/2724.98	c #Conflicts:    2361000 | #Constraints:     224917
2711.56/2724.98	c #Conflicts:    2362000 | #Constraints:     225917
2711.56/2724.98	c #Conflicts:    2363000 | #Constraints:     226917
2711.56/2724.98	c #Conflicts:    2364000 | #Constraints:     227917
2711.56/2724.98	c #Conflicts:    2365000 | #Constraints:     228917
2711.56/2724.98	c #Conflicts:    2366000 | #Constraints:     229917
2711.56/2724.98	c #Conflicts:    2367000 | #Constraints:     230917
2711.56/2724.98	c #Conflicts:    2368000 | #Constraints:     231917
2711.56/2724.98	c #Conflicts:    2369000 | #Constraints:     232917
2711.56/2724.98	c #Conflicts:    2370000 | #Constraints:     233917
2711.56/2724.98	c #Conflicts:    2371000 | #Constraints:     234917
2711.56/2724.98	c #Conflicts:    2372000 | #Constraints:     235917
2711.56/2724.98	c #Conflicts:    2373000 | #Constraints:     236917
2711.56/2724.98	c #Conflicts:    2374000 | #Constraints:     237917
2711.56/2724.98	c #Conflicts:    2375000 | #Constraints:     238917
2711.56/2724.98	c #Conflicts:    2376000 | #Constraints:     239917
2711.56/2724.98	c #Conflicts:    2377000 | #Constraints:     240917
2711.56/2724.98	c #Conflicts:    2378000 | #Constraints:     241917
2711.56/2724.98	c #Conflicts:    2379000 | #Constraints:     242917
2711.56/2724.98	c #Conflicts:    2380000 | #Constraints:     243917
2711.56/2724.98	c #Conflicts:    2381000 | #Constraints:     244917
2711.56/2724.98	c #Conflicts:    2382000 | #Constraints:     245917
2711.56/2724.98	c #Conflicts:    2383000 | #Constraints:     246917
2711.56/2724.98	c #Conflicts:    2384000 | #Constraints:     247917
2711.56/2724.98	c #Conflicts:    2385000 | #Constraints:     248917
2711.56/2724.98	c #Conflicts:    2386000 | #Constraints:     249917
2711.56/2724.98	c #Conflicts:    2387000 | #Constraints:     250917
2711.56/2724.98	c #Conflicts:    2388000 | #Constraints:     251917
2711.56/2724.98	c #Conflicts:    2389000 | #Constraints:     252917
2711.56/2724.98	c #Conflicts:    2390000 | #Constraints:     253917
2711.56/2724.98	c #Conflicts:    2391000 | #Constraints:     254917
2711.56/2724.98	c #Conflicts:    2392000 | #Constraints:     255917
2711.56/2724.98	c #Conflicts:    2393000 | #Constraints:     256917
2711.56/2724.98	c #Conflicts:    2394000 | #Constraints:     257917
2711.56/2724.98	c #Conflicts:    2395000 | #Constraints:     258917
2711.56/2724.98	c #Conflicts:    2396000 | #Constraints:     259917
2711.56/2724.98	c #Conflicts:    2397000 | #Constraints:     260917
2711.56/2724.98	c #Conflicts:    2398000 | #Constraints:     261917
2711.56/2724.98	c #Conflicts:    2399000 | #Constraints:     262917
2711.56/2724.98	c #Conflicts:    2400000 | #Constraints:     263917
2711.56/2724.98	c #Conflicts:    2401000 | #Constraints:     264917
2711.56/2724.98	c #Conflicts:    2402000 | #Constraints:     265917
2711.56/2724.98	c #Conflicts:    2403000 | #Constraints:     266917
2711.56/2724.98	c #Conflicts:    2404000 | #Constraints:     267917
2711.56/2724.98	c INPROCESSING
2711.56/2724.98	c GARBAGE COLLECT
2711.56/2724.98	c rational objective -311
2735.31/2748.72	c #Conflicts:    2405000 | #Constraints:     192124
2735.31/2748.72	c #Conflicts:    2406000 | #Constraints:     193124
2735.31/2748.72	c #Conflicts:    2407000 | #Constraints:     194124
2735.31/2748.72	c #Conflicts:    2408000 | #Constraints:     195124
2735.31/2748.72	c #Conflicts:    2409000 | #Constraints:     196124
2735.31/2748.72	c #Conflicts:    2410000 | #Constraints:     197124
2735.31/2748.72	c #Conflicts:    2411000 | #Constraints:     198124
2735.31/2748.72	c #Conflicts:    2412000 | #Constraints:     199124
2735.31/2748.72	c #Conflicts:    2413000 | #Constraints:     200124
2735.31/2748.72	c #Conflicts:    2414000 | #Constraints:     201124
2735.31/2748.72	c #Conflicts:    2415000 | #Constraints:     202124
2735.31/2748.72	c #Conflicts:    2416000 | #Constraints:     203124
2735.31/2748.72	c #Conflicts:    2417000 | #Constraints:     204124
2735.31/2748.72	c #Conflicts:    2418000 | #Constraints:     205124
2735.31/2748.72	c #Conflicts:    2419000 | #Constraints:     206124
2735.31/2748.72	c #Conflicts:    2420000 | #Constraints:     207124
2735.31/2748.72	c #Conflicts:    2421000 | #Constraints:     208124
2735.31/2748.72	c #Conflicts:    2422000 | #Constraints:     209124
2735.31/2748.72	c #Conflicts:    2423000 | #Constraints:     210124
2735.31/2748.72	c #Conflicts:    2424000 | #Constraints:     211124
2735.31/2748.72	c #Conflicts:    2425000 | #Constraints:     212124
2735.31/2748.72	c #Conflicts:    2426000 | #Constraints:     213124
2735.31/2748.72	c #Conflicts:    2427000 | #Constraints:     214124
2735.31/2748.72	c bounds -46 >= -310 @ 2712.29
2756.04/2769.51	c #Conflicts:    2428000 | #Constraints:     215160
2756.04/2769.51	c #Conflicts:    2429000 | #Constraints:     216160
2756.04/2769.51	c #Conflicts:    2430000 | #Constraints:     217160
2756.04/2769.51	c #Conflicts:    2431000 | #Constraints:     218160
2756.04/2769.51	c #Conflicts:    2432000 | #Constraints:     219160
2756.04/2769.51	c #Conflicts:    2433000 | #Constraints:     220160
2756.04/2769.51	c #Conflicts:    2434000 | #Constraints:     221160
2756.04/2769.51	c #Conflicts:    2435000 | #Constraints:     222160
2756.04/2769.51	c #Conflicts:    2436000 | #Constraints:     223160
2756.04/2769.51	c #Conflicts:    2437000 | #Constraints:     224160
2756.04/2769.51	c #Conflicts:    2438000 | #Constraints:     225160
2756.04/2769.51	c #Conflicts:    2439000 | #Constraints:     226160
2756.04/2769.51	c #Conflicts:    2440000 | #Constraints:     227160
2756.04/2769.51	c #Conflicts:    2441000 | #Constraints:     228160
2756.04/2769.51	c #Conflicts:    2442000 | #Constraints:     229160
2756.04/2769.51	c #Conflicts:    2443000 | #Constraints:     230160
2756.04/2769.51	c #Conflicts:    2444000 | #Constraints:     231160
2756.04/2769.51	c #Conflicts:    2445000 | #Constraints:     232160
2756.04/2769.51	c INPROCESSING
2756.04/2769.51	c GARBAGE COLLECT
2756.04/2769.51	c rational objective -310
2800.08/2813.72	c #Conflicts:    2446000 | #Constraints:     174435
2800.08/2813.72	c #Conflicts:    2447000 | #Constraints:     175435
2800.08/2813.72	c #Conflicts:    2448000 | #Constraints:     176435
2800.08/2813.72	c #Conflicts:    2449000 | #Constraints:     177435
2800.08/2813.72	c #Conflicts:    2450000 | #Constraints:     178435
2800.08/2813.72	c #Conflicts:    2451000 | #Constraints:     179435
2800.08/2813.72	c #Conflicts:    2452000 | #Constraints:     180435
2800.08/2813.72	c #Conflicts:    2453000 | #Constraints:     181435
2800.08/2813.72	c #Conflicts:    2454000 | #Constraints:     182435
2800.08/2813.72	c #Conflicts:    2455000 | #Constraints:     183435
2800.08/2813.72	c #Conflicts:    2456000 | #Constraints:     184435
2800.08/2813.72	c #Conflicts:    2457000 | #Constraints:     185435
2800.08/2813.72	c #Conflicts:    2458000 | #Constraints:     186435
2800.08/2813.72	c #Conflicts:    2459000 | #Constraints:     187435
2800.08/2813.72	c #Conflicts:    2460000 | #Constraints:     188435
2800.08/2813.72	c #Conflicts:    2461000 | #Constraints:     189435
2800.08/2813.72	c #Conflicts:    2462000 | #Constraints:     190435
2800.08/2813.72	c #Conflicts:    2463000 | #Constraints:     191435
2800.08/2813.72	c #Conflicts:    2464000 | #Constraints:     192435
2800.08/2813.72	c #Conflicts:    2465000 | #Constraints:     193435
2800.08/2813.72	c #Conflicts:    2466000 | #Constraints:     194435
2800.08/2813.72	c #Conflicts:    2467000 | #Constraints:     195435
2800.08/2813.72	c #Conflicts:    2468000 | #Constraints:     196435
2800.08/2813.72	c #Conflicts:    2469000 | #Constraints:     197435
2800.08/2813.72	c #Conflicts:    2470000 | #Constraints:     198435
2800.08/2813.72	c #Conflicts:    2471000 | #Constraints:     199435
2800.08/2813.72	c #Conflicts:    2472000 | #Constraints:     200435
2800.08/2813.72	c #Conflicts:    2473000 | #Constraints:     201435
2800.08/2813.72	c #Conflicts:    2474000 | #Constraints:     202435
2800.08/2813.72	c #Conflicts:    2475000 | #Constraints:     203435
2800.08/2813.72	c #Conflicts:    2476000 | #Constraints:     204435
2800.08/2813.72	c #Conflicts:    2477000 | #Constraints:     205435
2800.08/2813.72	c #Conflicts:    2478000 | #Constraints:     206435
2800.08/2813.72	c #Conflicts:    2479000 | #Constraints:     207435
2800.08/2813.72	c #Conflicts:    2480000 | #Constraints:     208435
2800.08/2813.72	c #Conflicts:    2481000 | #Constraints:     209435
2800.08/2813.72	c #Conflicts:    2482000 | #Constraints:     210435
2800.08/2813.72	c #Conflicts:    2483000 | #Constraints:     211435
2800.08/2813.72	c #Conflicts:    2484000 | #Constraints:     212435
2800.08/2813.72	c #Conflicts:    2485000 | #Constraints:     213435
2800.08/2813.72	c #Conflicts:    2486000 | #Constraints:     214435
2800.08/2813.72	c INPROCESSING
2800.08/2813.72	c GARBAGE COLLECT
2800.08/2813.72	c rational objective -310
2890.16/2904.16	c #Conflicts:    2487000 | #Constraints:     168221
2890.16/2904.16	c #Conflicts:    2488000 | #Constraints:     169221
2890.16/2904.16	c #Conflicts:    2489000 | #Constraints:     170221
2890.16/2904.16	c #Conflicts:    2490000 | #Constraints:     171221
2890.16/2904.16	c #Conflicts:    2491000 | #Constraints:     172221
2890.16/2904.16	c #Conflicts:    2492000 | #Constraints:     173221
2890.16/2904.16	c #Conflicts:    2493000 | #Constraints:     174221
2890.16/2904.16	c #Conflicts:    2494000 | #Constraints:     175221
2890.16/2904.16	c #Conflicts:    2495000 | #Constraints:     176221
2890.16/2904.16	c #Conflicts:    2496000 | #Constraints:     177221
2890.16/2904.16	c #Conflicts:    2497000 | #Constraints:     178221
2890.16/2904.16	c #Conflicts:    2498000 | #Constraints:     179221
2890.16/2904.16	c #Conflicts:    2499000 | #Constraints:     180221
2890.16/2904.16	c #Conflicts:    2500000 | #Constraints:     181221
2890.16/2904.16	c #Conflicts:    2501000 | #Constraints:     182221
2890.16/2904.16	c #Conflicts:    2502000 | #Constraints:     183221
2890.16/2904.16	c #Conflicts:    2503000 | #Constraints:     184221
2890.16/2904.16	c #Conflicts:    2504000 | #Constraints:     185221
2890.16/2904.16	c #Conflicts:    2505000 | #Constraints:     186221
2890.16/2904.16	c #Conflicts:    2506000 | #Constraints:     187221
2890.16/2904.16	c #Conflicts:    2507000 | #Constraints:     188221
2890.16/2904.16	c #Conflicts:    2508000 | #Constraints:     189221
2890.16/2904.16	c #Conflicts:    2509000 | #Constraints:     190221
2890.16/2904.16	c #Conflicts:    2510000 | #Constraints:     191221
2890.16/2904.16	c #Conflicts:    2511000 | #Constraints:     192221
2890.16/2904.16	c #Conflicts:    2512000 | #Constraints:     193221
2890.16/2904.16	c #Conflicts:    2513000 | #Constraints:     194221
2890.16/2904.16	c #Conflicts:    2514000 | #Constraints:     195221
2890.16/2904.16	c #Conflicts:    2515000 | #Constraints:     196221
2890.16/2904.16	c #Conflicts:    2516000 | #Constraints:     197221
2890.16/2904.16	c #Conflicts:    2517000 | #Constraints:     198221
2890.16/2904.16	c #Conflicts:    2518000 | #Constraints:     199221
2890.16/2904.16	c #Conflicts:    2519000 | #Constraints:     200221
2890.16/2904.16	c #Conflicts:    2520000 | #Constraints:     201221
2890.16/2904.16	c #Conflicts:    2521000 | #Constraints:     202221
2890.16/2904.16	c #Conflicts:    2522000 | #Constraints:     203221
2890.16/2904.16	c #Conflicts:    2523000 | #Constraints:     204221
2890.16/2904.16	c #Conflicts:    2524000 | #Constraints:     205221
2890.16/2904.16	c #Conflicts:    2525000 | #Constraints:     206221
2890.16/2904.16	c #Conflicts:    2526000 | #Constraints:     207221
2890.16/2904.16	c #Conflicts:    2527000 | #Constraints:     208221
2890.16/2904.16	c #Conflicts:    2528000 | #Constraints:     209221
2890.16/2904.16	c #Conflicts:    2529000 | #Constraints:     210221
2890.16/2904.16	c #Conflicts:    2530000 | #Constraints:     211221
2890.16/2904.16	c #Conflicts:    2531000 | #Constraints:     212221
2890.16/2904.16	c #Conflicts:    2532000 | #Constraints:     213221
2890.16/2904.16	c #Conflicts:    2533000 | #Constraints:     214221
2890.16/2904.16	c #Conflicts:    2534000 | #Constraints:     215221
2890.16/2904.16	c #Conflicts:    2535000 | #Constraints:     216221
2890.16/2904.16	c #Conflicts:    2536000 | #Constraints:     217221
2890.16/2904.16	c #Conflicts:    2537000 | #Constraints:     218221
2890.16/2904.16	c #Conflicts:    2538000 | #Constraints:     219221
2890.16/2904.16	c #Conflicts:    2539000 | #Constraints:     220221
2890.16/2904.16	c #Conflicts:    2540000 | #Constraints:     221221
2890.16/2904.16	c #Conflicts:    2541000 | #Constraints:     222221
2890.16/2904.16	c #Conflicts:    2542000 | #Constraints:     223221
2890.16/2904.16	c #Conflicts:    2543000 | #Constraints:     224221
2890.16/2904.16	c #Conflicts:    2544000 | #Constraints:     225221
2890.16/2904.16	c #Conflicts:    2545000 | #Constraints:     226221
2890.16/2904.16	c #Conflicts:    2546000 | #Constraints:     227221
2890.16/2904.16	c #Conflicts:    2547000 | #Constraints:     228221
2890.16/2904.16	c #Conflicts:    2548000 | #Constraints:     229221
2890.16/2904.16	c #Conflicts:    2549000 | #Constraints:     230221
2890.16/2904.16	c #Conflicts:    2550000 | #Constraints:     231221
2890.16/2904.16	c #Conflicts:    2551000 | #Constraints:     232221
2890.16/2904.16	c #Conflicts:    2552000 | #Constraints:     233221
2890.16/2904.16	c #Conflicts:    2553000 | #Constraints:     234221
2890.16/2904.16	c #Conflicts:    2554000 | #Constraints:     235221
2890.16/2904.16	c #Conflicts:    2555000 | #Constraints:     236221
2890.16/2904.16	c #Conflicts:    2556000 | #Constraints:     237221
2890.16/2904.16	c #Conflicts:    2557000 | #Constraints:     238221
2890.16/2904.16	c #Conflicts:    2558000 | #Constraints:     239221
2890.16/2904.16	c #Conflicts:    2559000 | #Constraints:     240221
2890.16/2904.16	c #Conflicts:    2560000 | #Constraints:     241221
2890.16/2904.16	c #Conflicts:    2561000 | #Constraints:     242221
2890.16/2904.16	c #Conflicts:    2562000 | #Constraints:     243221
2890.16/2904.16	c #Conflicts:    2563000 | #Constraints:     244221
2890.16/2904.16	c #Conflicts:    2564000 | #Constraints:     245221
2890.16/2904.16	c #Conflicts:    2565000 | #Constraints:     246221
2942.27/2956.46	c #Conflicts:    2566000 | #Constraints:     247221
2942.27/2956.46	c #Conflicts:    2567000 | #Constraints:     248221
2942.27/2956.46	c #Conflicts:    2568000 | #Constraints:     249221
2942.27/2956.46	c #Conflicts:    2569000 | #Constraints:     250221
2942.27/2956.46	c #Conflicts:    2570000 | #Constraints:     251221
2942.27/2956.46	c #Conflicts:    2571000 | #Constraints:     252221
2942.27/2956.46	c #Conflicts:    2572000 | #Constraints:     253221
2942.27/2956.46	c #Conflicts:    2573000 | #Constraints:     254221
2942.27/2956.46	c #Conflicts:    2574000 | #Constraints:     255221
2942.27/2956.46	c #Conflicts:    2575000 | #Constraints:     256221
2942.27/2956.46	c #Conflicts:    2576000 | #Constraints:     257221
2942.27/2956.46	c #Conflicts:    2577000 | #Constraints:     258221
2942.27/2956.46	c #Conflicts:    2578000 | #Constraints:     259221
2942.27/2956.46	c #Conflicts:    2579000 | #Constraints:     260221
2942.27/2956.46	c #Conflicts:    2580000 | #Constraints:     261221
2942.27/2956.46	c #Conflicts:    2581000 | #Constraints:     262221
2942.27/2956.46	c #Conflicts:    2582000 | #Constraints:     263221
2942.27/2956.46	c #Conflicts:    2583000 | #Constraints:     264221
2942.27/2956.46	c #Conflicts:    2584000 | #Constraints:     265221
2942.27/2956.46	c #Conflicts:    2585000 | #Constraints:     266221
2942.27/2956.46	c #Conflicts:    2586000 | #Constraints:     267221
2942.27/2956.46	c #Conflicts:    2587000 | #Constraints:     268221
2942.27/2956.46	c #Conflicts:    2588000 | #Constraints:     269221
2942.27/2956.46	c #Conflicts:    2589000 | #Constraints:     270221
2942.27/2956.46	c #Conflicts:    2590000 | #Constraints:     271221
2942.27/2956.46	c #Conflicts:    2591000 | #Constraints:     272221
2942.27/2956.46	c #Conflicts:    2592000 | #Constraints:     273221
2942.27/2956.46	c #Conflicts:    2593000 | #Constraints:     274221
2942.27/2956.46	c #Conflicts:    2594000 | #Constraints:     275221
2942.27/2956.46	c #Conflicts:    2595000 | #Constraints:     276221
2942.27/2956.46	c INPROCESSING
2942.27/2956.46	c GARBAGE COLLECT
2942.27/2956.46	c rational objective -310
3009.07/3023.49	c #Conflicts:    2596000 | #Constraints:     196679
3009.07/3023.49	c #Conflicts:    2597000 | #Constraints:     197712
3009.07/3023.49	c #Conflicts:    2598000 | #Constraints:     198749
3009.07/3023.49	c #Conflicts:    2599000 | #Constraints:     199785
3009.07/3023.49	c #Conflicts:    2600000 | #Constraints:     200822
3009.07/3023.49	c #Conflicts:    2601000 | #Constraints:     201865
3009.07/3023.49	c #Conflicts:    2602000 | #Constraints:     202895
3009.07/3023.49	c #Conflicts:    2603000 | #Constraints:     203929
3009.07/3023.49	c #Conflicts:    2604000 | #Constraints:     204962
3009.07/3023.49	c #Conflicts:    2605000 | #Constraints:     205993
3009.07/3023.49	c #Conflicts:    2606000 | #Constraints:     207029
3009.07/3023.49	c #Conflicts:    2607000 | #Constraints:     208064
3009.07/3023.49	c #Conflicts:    2608000 | #Constraints:     209102
3009.07/3023.49	c #Conflicts:    2609000 | #Constraints:     210138
3009.07/3023.49	c #Conflicts:    2610000 | #Constraints:     211162
3009.07/3023.49	c #Conflicts:    2611000 | #Constraints:     212192
3009.07/3023.49	c #Conflicts:    2612000 | #Constraints:     213231
3009.07/3023.49	c #Conflicts:    2613000 | #Constraints:     214261
3009.07/3023.49	c #Conflicts:    2614000 | #Constraints:     215292
3009.07/3023.49	c #Conflicts:    2615000 | #Constraints:     216318
3009.07/3023.49	c #Conflicts:    2616000 | #Constraints:     217341
3009.07/3023.49	c #Conflicts:    2617000 | #Constraints:     218378
3009.07/3023.49	c #Conflicts:    2618000 | #Constraints:     219410
3009.07/3023.49	c #Conflicts:    2619000 | #Constraints:     220435
3009.07/3023.49	c #Conflicts:    2620000 | #Constraints:     221466
3009.07/3023.49	c #Conflicts:    2621000 | #Constraints:     222497
3009.07/3023.49	c #Conflicts:    2622000 | #Constraints:     223525
3009.07/3023.49	c #Conflicts:    2623000 | #Constraints:     224557
3009.07/3023.49	c #Conflicts:    2624000 | #Constraints:     225595
3009.07/3023.49	c #Conflicts:    2625000 | #Constraints:     226622
3009.07/3023.49	c #Conflicts:    2626000 | #Constraints:     227651
3009.07/3023.49	c #Conflicts:    2627000 | #Constraints:     228678
3009.07/3023.49	c #Conflicts:    2628000 | #Constraints:     229701
3009.07/3023.49	c #Conflicts:    2629000 | #Constraints:     230723
3009.07/3023.49	c #Conflicts:    2630000 | #Constraints:     231752
3009.07/3023.49	c #Conflicts:    2631000 | #Constraints:     232778
3009.07/3023.49	c #Conflicts:    2632000 | #Constraints:     233806
3009.07/3023.49	c #Conflicts:    2633000 | #Constraints:     234831
3009.07/3023.49	c #Conflicts:    2634000 | #Constraints:     235861
3009.07/3023.49	c #Conflicts:    2635000 | #Constraints:     236893
3009.07/3023.49	c #Conflicts:    2636000 | #Constraints:     237930
3009.07/3023.49	c #Conflicts:    2637000 | #Constraints:     238966
3009.07/3023.49	c INPROCESSING
3009.07/3023.49	c GARBAGE COLLECT
3009.07/3023.49	c rational objective -310
3051.80/3066.39	c #Conflicts:    2638000 | #Constraints:     177942
3051.80/3066.39	c #Conflicts:    2639000 | #Constraints:     178942
3051.80/3066.39	c #Conflicts:    2640000 | #Constraints:     179942
3051.80/3066.39	c #Conflicts:    2641000 | #Constraints:     180942
3051.80/3066.39	c #Conflicts:    2642000 | #Constraints:     181942
3051.80/3066.39	c #Conflicts:    2643000 | #Constraints:     182942
3051.80/3066.39	c #Conflicts:    2644000 | #Constraints:     183942
3051.80/3066.39	c #Conflicts:    2645000 | #Constraints:     184942
3051.80/3066.39	c #Conflicts:    2646000 | #Constraints:     185942
3051.80/3066.39	c #Conflicts:    2647000 | #Constraints:     186942
3051.80/3066.39	c #Conflicts:    2648000 | #Constraints:     187942
3051.80/3066.39	c #Conflicts:    2649000 | #Constraints:     188942
3051.80/3066.39	c #Conflicts:    2650000 | #Constraints:     189942
3051.80/3066.39	c #Conflicts:    2651000 | #Constraints:     190942
3051.80/3066.39	c #Conflicts:    2652000 | #Constraints:     191942
3051.80/3066.39	c #Conflicts:    2653000 | #Constraints:     192942
3051.80/3066.39	c #Conflicts:    2654000 | #Constraints:     193942
3051.80/3066.39	c #Conflicts:    2655000 | #Constraints:     194942
3051.80/3066.39	c #Conflicts:    2656000 | #Constraints:     195942
3051.80/3066.39	c #Conflicts:    2657000 | #Constraints:     196942
3051.80/3066.39	c #Conflicts:    2658000 | #Constraints:     197942
3051.80/3066.39	c #Conflicts:    2659000 | #Constraints:     198942
3051.80/3066.39	c #Conflicts:    2660000 | #Constraints:     199942
3051.80/3066.39	c #Conflicts:    2661000 | #Constraints:     200942
3051.80/3066.39	c #Conflicts:    2662000 | #Constraints:     201942
3051.80/3066.39	c #Conflicts:    2663000 | #Constraints:     202942
3051.80/3066.39	c #Conflicts:    2664000 | #Constraints:     203942
3051.80/3066.39	c #Conflicts:    2665000 | #Constraints:     204942
3051.80/3066.39	c #Conflicts:    2666000 | #Constraints:     205942
3051.80/3066.39	c #Conflicts:    2667000 | #Constraints:     206942
3051.80/3066.39	c #Conflicts:    2668000 | #Constraints:     207942
3051.80/3066.39	c #Conflicts:    2669000 | #Constraints:     208942
3051.80/3066.39	c #Conflicts:    2670000 | #Constraints:     209942
3051.80/3066.39	c #Conflicts:    2671000 | #Constraints:     210942
3051.80/3066.39	c #Conflicts:    2672000 | #Constraints:     211942
3051.80/3066.39	c #Conflicts:    2673000 | #Constraints:     212942
3051.80/3066.39	c #Conflicts:    2674000 | #Constraints:     213942
3051.80/3066.39	c #Conflicts:    2675000 | #Constraints:     214942
3051.80/3066.39	c #Conflicts:    2676000 | #Constraints:     215942
3051.80/3066.39	c #Conflicts:    2677000 | #Constraints:     216942
3051.80/3066.39	c #Conflicts:    2678000 | #Constraints:     217942
3051.80/3066.39	c #Conflicts:    2679000 | #Constraints:     218942
3051.80/3066.39	c INPROCESSING
3051.80/3066.39	c GARBAGE COLLECT
3051.80/3066.39	c rational objective -310
3143.98/3158.83	c #Conflicts:    2680000 | #Constraints:     171001
3143.98/3158.83	c #Conflicts:    2681000 | #Constraints:     172001
3143.98/3158.83	c #Conflicts:    2682000 | #Constraints:     173001
3143.98/3158.83	c #Conflicts:    2683000 | #Constraints:     174001
3143.98/3158.83	c #Conflicts:    2684000 | #Constraints:     175001
3143.98/3158.83	c #Conflicts:    2685000 | #Constraints:     176001
3143.98/3158.83	c #Conflicts:    2686000 | #Constraints:     177001
3143.98/3158.83	c #Conflicts:    2687000 | #Constraints:     178001
3143.98/3158.83	c #Conflicts:    2688000 | #Constraints:     179001
3143.98/3158.83	c #Conflicts:    2689000 | #Constraints:     180001
3143.98/3158.83	c #Conflicts:    2690000 | #Constraints:     181001
3143.98/3158.83	c #Conflicts:    2691000 | #Constraints:     182001
3143.98/3158.83	c #Conflicts:    2692000 | #Constraints:     183001
3143.98/3158.83	c #Conflicts:    2693000 | #Constraints:     184001
3143.98/3158.83	c #Conflicts:    2694000 | #Constraints:     185001
3143.98/3158.83	c #Conflicts:    2695000 | #Constraints:     186001
3143.98/3158.83	c #Conflicts:    2696000 | #Constraints:     187001
3143.98/3158.83	c #Conflicts:    2697000 | #Constraints:     188001
3143.98/3158.83	c #Conflicts:    2698000 | #Constraints:     189001
3143.98/3158.83	c #Conflicts:    2699000 | #Constraints:     190001
3143.98/3158.83	c #Conflicts:    2700000 | #Constraints:     191001
3143.98/3158.83	c #Conflicts:    2701000 | #Constraints:     192001
3143.98/3158.83	c #Conflicts:    2702000 | #Constraints:     193001
3143.98/3158.83	c #Conflicts:    2703000 | #Constraints:     194001
3143.98/3158.83	c #Conflicts:    2704000 | #Constraints:     195001
3143.98/3158.83	c #Conflicts:    2705000 | #Constraints:     196001
3143.98/3158.83	c #Conflicts:    2706000 | #Constraints:     197001
3143.98/3158.83	c #Conflicts:    2707000 | #Constraints:     198001
3143.98/3158.83	c #Conflicts:    2708000 | #Constraints:     199001
3143.98/3158.83	c #Conflicts:    2709000 | #Constraints:     200001
3143.98/3158.83	c #Conflicts:    2710000 | #Constraints:     201001
3143.98/3158.83	c #Conflicts:    2711000 | #Constraints:     202001
3143.98/3158.83	c #Conflicts:    2712000 | #Constraints:     203001
3143.98/3158.83	c #Conflicts:    2713000 | #Constraints:     204001
3143.98/3158.83	c #Conflicts:    2714000 | #Constraints:     205001
3143.98/3158.83	c #Conflicts:    2715000 | #Constraints:     206001
3143.98/3158.83	c #Conflicts:    2716000 | #Constraints:     207001
3143.98/3158.83	c #Conflicts:    2717000 | #Constraints:     208001
3143.98/3158.83	c #Conflicts:    2718000 | #Constraints:     209001
3143.98/3158.83	c #Conflicts:    2719000 | #Constraints:     210001
3143.98/3158.83	c #Conflicts:    2720000 | #Constraints:     211001
3143.98/3158.83	c #Conflicts:    2721000 | #Constraints:     212001
3143.98/3158.83	c #Conflicts:    2722000 | #Constraints:     213001
3143.98/3158.83	c #Conflicts:    2723000 | #Constraints:     214001
3143.98/3158.83	c #Conflicts:    2724000 | #Constraints:     215001
3143.98/3158.83	c #Conflicts:    2725000 | #Constraints:     216001
3143.98/3158.83	c #Conflicts:    2726000 | #Constraints:     217001
3143.98/3158.83	c #Conflicts:    2727000 | #Constraints:     218001
3143.98/3158.83	c #Conflicts:    2728000 | #Constraints:     219001
3143.98/3158.83	c #Conflicts:    2729000 | #Constraints:     220001
3143.98/3158.83	c #Conflicts:    2730000 | #Constraints:     221001
3143.98/3158.83	c #Conflicts:    2731000 | #Constraints:     222001
3143.98/3158.83	c #Conflicts:    2732000 | #Constraints:     223001
3143.98/3158.83	c #Conflicts:    2733000 | #Constraints:     224001
3143.98/3158.83	c #Conflicts:    2734000 | #Constraints:     225001
3143.98/3158.83	c #Conflicts:    2735000 | #Constraints:     226001
3143.98/3158.83	c #Conflicts:    2736000 | #Constraints:     227001
3143.98/3158.83	c #Conflicts:    2737000 | #Constraints:     228001
3143.98/3158.83	c #Conflicts:    2738000 | #Constraints:     229001
3143.98/3158.83	c #Conflicts:    2739000 | #Constraints:     230001
3143.98/3158.83	c #Conflicts:    2740000 | #Constraints:     231001
3143.98/3158.83	c #Conflicts:    2741000 | #Constraints:     232001
3143.98/3158.83	c #Conflicts:    2742000 | #Constraints:     233001
3143.98/3158.83	c #Conflicts:    2743000 | #Constraints:     234001
3143.98/3158.83	c #Conflicts:    2744000 | #Constraints:     235001
3143.98/3158.83	c #Conflicts:    2745000 | #Constraints:     236001
3143.98/3158.83	c #Conflicts:    2746000 | #Constraints:     237001
3143.98/3158.83	c #Conflicts:    2747000 | #Constraints:     238001
3143.98/3158.83	c #Conflicts:    2748000 | #Constraints:     239001
3143.98/3158.83	c #Conflicts:    2749000 | #Constraints:     240001
3143.98/3158.83	c #Conflicts:    2750000 | #Constraints:     241001
3143.98/3158.83	c #Conflicts:    2751000 | #Constraints:     242001
3143.98/3158.83	c #Conflicts:    2752000 | #Constraints:     243001
3143.98/3158.83	c #Conflicts:    2753000 | #Constraints:     244001
3143.98/3158.83	c #Conflicts:    2754000 | #Constraints:     245001
3143.98/3158.83	c #Conflicts:    2755000 | #Constraints:     246001
3143.98/3158.83	c #Conflicts:    2756000 | #Constraints:     247001
3143.98/3158.83	c #Conflicts:    2757000 | #Constraints:     248001
3143.98/3158.83	c #Conflicts:    2758000 | #Constraints:     249001
3173.43/3188.43	c #Conflicts:    2759000 | #Constraints:     250001
3173.43/3188.43	c #Conflicts:    2760000 | #Constraints:     251001
3173.43/3188.43	c #Conflicts:    2761000 | #Constraints:     252001
3173.43/3188.43	c #Conflicts:    2762000 | #Constraints:     253001
3173.43/3188.43	c #Conflicts:    2763000 | #Constraints:     254001
3173.43/3188.43	c #Conflicts:    2764000 | #Constraints:     255001
3173.43/3188.43	c #Conflicts:    2765000 | #Constraints:     256001
3173.43/3188.43	c #Conflicts:    2766000 | #Constraints:     257001
3173.43/3188.43	c #Conflicts:    2767000 | #Constraints:     258001
3173.43/3188.43	c #Conflicts:    2768000 | #Constraints:     259001
3173.43/3188.43	c #Conflicts:    2769000 | #Constraints:     260001
3173.43/3188.43	c #Conflicts:    2770000 | #Constraints:     261001
3173.43/3188.43	c #Conflicts:    2771000 | #Constraints:     262001
3173.43/3188.43	c #Conflicts:    2772000 | #Constraints:     263001
3173.43/3188.43	c #Conflicts:    2773000 | #Constraints:     264001
3173.43/3188.43	c #Conflicts:    2774000 | #Constraints:     265001
3173.43/3188.43	c #Conflicts:    2775000 | #Constraints:     266001
3173.43/3188.43	c #Conflicts:    2776000 | #Constraints:     267001
3173.43/3188.43	c bounds -46 >= -309 @ 3146.98
3200.70/3215.86	c #Conflicts:    2777000 | #Constraints:     268058
3200.70/3215.86	c #Conflicts:    2778000 | #Constraints:     269058
3200.70/3215.86	c #Conflicts:    2779000 | #Constraints:     270058
3200.70/3215.86	c #Conflicts:    2780000 | #Constraints:     271058
3200.70/3215.86	c #Conflicts:    2781000 | #Constraints:     272058
3200.70/3215.86	c #Conflicts:    2782000 | #Constraints:     273058
3200.70/3215.86	c #Conflicts:    2783000 | #Constraints:     274058
3200.70/3215.86	c #Conflicts:    2784000 | #Constraints:     275058
3200.70/3215.86	c #Conflicts:    2785000 | #Constraints:     276058
3200.70/3215.86	c #Conflicts:    2786000 | #Constraints:     277058
3200.70/3215.86	c #Conflicts:    2787000 | #Constraints:     278058
3200.70/3215.86	c #Conflicts:    2788000 | #Constraints:     279058
3200.70/3215.86	c #Conflicts:    2789000 | #Constraints:     280058
3200.70/3215.86	c #Conflicts:    2790000 | #Constraints:     281058
3200.70/3215.86	c #Conflicts:    2791000 | #Constraints:     282058
3200.70/3215.86	c #Conflicts:    2792000 | #Constraints:     283058
3200.70/3215.86	c INPROCESSING
3200.70/3215.86	c GARBAGE COLLECT
3200.70/3215.86	c rational objective -309
3251.72/3267.14	c #Conflicts:    2793000 | #Constraints:     199530
3251.72/3267.14	c #Conflicts:    2794000 | #Constraints:     200530
3251.72/3267.14	c #Conflicts:    2795000 | #Constraints:     201530
3251.72/3267.14	c #Conflicts:    2796000 | #Constraints:     202530
3251.72/3267.14	c #Conflicts:    2797000 | #Constraints:     203530
3251.72/3267.14	c #Conflicts:    2798000 | #Constraints:     204530
3251.72/3267.14	c #Conflicts:    2799000 | #Constraints:     205530
3251.72/3267.14	c #Conflicts:    2800000 | #Constraints:     206530
3251.72/3267.14	c #Conflicts:    2801000 | #Constraints:     207530
3251.72/3267.14	c #Conflicts:    2802000 | #Constraints:     208530
3251.72/3267.14	c #Conflicts:    2803000 | #Constraints:     209530
3251.72/3267.14	c #Conflicts:    2804000 | #Constraints:     210530
3251.72/3267.14	c #Conflicts:    2805000 | #Constraints:     211530
3251.72/3267.14	c #Conflicts:    2806000 | #Constraints:     212530
3251.72/3267.14	c #Conflicts:    2807000 | #Constraints:     213530
3251.72/3267.14	c #Conflicts:    2808000 | #Constraints:     214530
3251.72/3267.14	c #Conflicts:    2809000 | #Constraints:     215530
3251.72/3267.14	c #Conflicts:    2810000 | #Constraints:     216530
3251.72/3267.14	c #Conflicts:    2811000 | #Constraints:     217530
3251.72/3267.14	c #Conflicts:    2812000 | #Constraints:     218530
3251.72/3267.14	c #Conflicts:    2813000 | #Constraints:     219530
3251.72/3267.14	c #Conflicts:    2814000 | #Constraints:     220530
3251.72/3267.14	c #Conflicts:    2815000 | #Constraints:     221530
3251.72/3267.14	c #Conflicts:    2816000 | #Constraints:     222530
3251.72/3267.14	c #Conflicts:    2817000 | #Constraints:     223530
3251.72/3267.14	c #Conflicts:    2818000 | #Constraints:     224530
3251.72/3267.14	c #Conflicts:    2819000 | #Constraints:     225530
3251.72/3267.14	c #Conflicts:    2820000 | #Constraints:     226530
3251.72/3267.14	c #Conflicts:    2821000 | #Constraints:     227530
3251.72/3267.14	c #Conflicts:    2822000 | #Constraints:     228530
3251.72/3267.14	c #Conflicts:    2823000 | #Constraints:     229530
3251.72/3267.14	c #Conflicts:    2824000 | #Constraints:     230530
3251.72/3267.14	c #Conflicts:    2825000 | #Constraints:     231530
3251.72/3267.14	c #Conflicts:    2826000 | #Constraints:     232530
3251.72/3267.14	c #Conflicts:    2827000 | #Constraints:     233530
3251.72/3267.14	c #Conflicts:    2828000 | #Constraints:     234530
3251.72/3267.14	c #Conflicts:    2829000 | #Constraints:     235530
3251.72/3267.14	c #Conflicts:    2830000 | #Constraints:     236530
3251.72/3267.14	c #Conflicts:    2831000 | #Constraints:     237530
3251.72/3267.14	c #Conflicts:    2832000 | #Constraints:     238530
3251.72/3267.14	c #Conflicts:    2833000 | #Constraints:     239530
3251.72/3267.14	c #Conflicts:    2834000 | #Constraints:     240530
3251.72/3267.14	c #Conflicts:    2835000 | #Constraints:     241530
3251.72/3267.14	c #Conflicts:    2836000 | #Constraints:     242530
3251.72/3267.14	c INPROCESSING
3251.72/3267.14	c GARBAGE COLLECT
3251.72/3267.14	c rational objective -309
3329.88/3345.56	c #Conflicts:    2837000 | #Constraints:     179787
3329.88/3345.56	c #Conflicts:    2838000 | #Constraints:     180809
3329.88/3345.56	c #Conflicts:    2839000 | #Constraints:     181812
3329.88/3345.56	c #Conflicts:    2840000 | #Constraints:     182851
3329.88/3345.56	c #Conflicts:    2841000 | #Constraints:     183889
3329.88/3345.56	c #Conflicts:    2842000 | #Constraints:     184931
3329.88/3345.56	c #Conflicts:    2843000 | #Constraints:     185970
3329.88/3345.56	c #Conflicts:    2844000 | #Constraints:     186998
3329.88/3345.56	c #Conflicts:    2845000 | #Constraints:     188034
3329.88/3345.56	c #Conflicts:    2846000 | #Constraints:     189066
3329.88/3345.56	c #Conflicts:    2847000 | #Constraints:     190110
3329.88/3345.56	c #Conflicts:    2848000 | #Constraints:     191162
3329.88/3345.56	c #Conflicts:    2849000 | #Constraints:     192194
3329.88/3345.56	c #Conflicts:    2850000 | #Constraints:     193232
3329.88/3345.56	c #Conflicts:    2851000 | #Constraints:     194267
3329.88/3345.56	c #Conflicts:    2852000 | #Constraints:     195305
3329.88/3345.56	c #Conflicts:    2853000 | #Constraints:     196336
3329.88/3345.56	c #Conflicts:    2854000 | #Constraints:     197377
3329.88/3345.56	c #Conflicts:    2855000 | #Constraints:     198424
3329.88/3345.56	c #Conflicts:    2856000 | #Constraints:     199459
3329.88/3345.56	c #Conflicts:    2857000 | #Constraints:     200488
3329.88/3345.56	c #Conflicts:    2858000 | #Constraints:     201516
3329.88/3345.56	c #Conflicts:    2859000 | #Constraints:     202542
3329.88/3345.56	c #Conflicts:    2860000 | #Constraints:     203564
3329.88/3345.56	c #Conflicts:    2861000 | #Constraints:     204603
3329.88/3345.56	c #Conflicts:    2862000 | #Constraints:     205630
3329.88/3345.56	c #Conflicts:    2863000 | #Constraints:     206651
3329.88/3345.56	c #Conflicts:    2864000 | #Constraints:     207672
3329.88/3345.56	c #Conflicts:    2865000 | #Constraints:     208697
3329.88/3345.56	c #Conflicts:    2866000 | #Constraints:     209731
3329.88/3345.56	c #Conflicts:    2867000 | #Constraints:     210761
3329.88/3345.56	c #Conflicts:    2868000 | #Constraints:     211800
3329.88/3345.56	c #Conflicts:    2869000 | #Constraints:     212833
3329.88/3345.56	c #Conflicts:    2870000 | #Constraints:     213861
3329.88/3345.56	c #Conflicts:    2871000 | #Constraints:     214890
3329.88/3345.56	c #Conflicts:    2872000 | #Constraints:     215923
3329.88/3345.56	c #Conflicts:    2873000 | #Constraints:     216950
3329.88/3345.56	c #Conflicts:    2874000 | #Constraints:     218000
3329.88/3345.56	c #Conflicts:    2875000 | #Constraints:     219037
3329.88/3345.56	c #Conflicts:    2876000 | #Constraints:     220071
3329.88/3345.56	c #Conflicts:    2877000 | #Constraints:     221122
3329.88/3345.56	c #Conflicts:    2878000 | #Constraints:     222159
3329.88/3345.56	c #Conflicts:    2879000 | #Constraints:     223197
3329.88/3345.56	c #Conflicts:    2880000 | #Constraints:     224243
3329.88/3345.56	c INPROCESSING
3329.88/3345.56	c GARBAGE COLLECT
3329.88/3345.56	c rational objective -309
3419.01/3435.09	c #Conflicts:    2881000 | #Constraints:     173428
3419.01/3435.09	c #Conflicts:    2882000 | #Constraints:     174428
3419.01/3435.09	c #Conflicts:    2883000 | #Constraints:     175428
3419.01/3435.09	c #Conflicts:    2884000 | #Constraints:     176428
3419.01/3435.09	c #Conflicts:    2885000 | #Constraints:     177428
3419.01/3435.09	c #Conflicts:    2886000 | #Constraints:     178428
3419.01/3435.09	c #Conflicts:    2887000 | #Constraints:     179428
3419.01/3435.09	c #Conflicts:    2888000 | #Constraints:     180428
3419.01/3435.09	c #Conflicts:    2889000 | #Constraints:     181428
3419.01/3435.09	c #Conflicts:    2890000 | #Constraints:     182428
3419.01/3435.09	c #Conflicts:    2891000 | #Constraints:     183428
3419.01/3435.09	c #Conflicts:    2892000 | #Constraints:     184428
3419.01/3435.09	c #Conflicts:    2893000 | #Constraints:     185428
3419.01/3435.09	c #Conflicts:    2894000 | #Constraints:     186428
3419.01/3435.09	c #Conflicts:    2895000 | #Constraints:     187428
3419.01/3435.09	c #Conflicts:    2896000 | #Constraints:     188428
3419.01/3435.09	c #Conflicts:    2897000 | #Constraints:     189428
3419.01/3435.09	c #Conflicts:    2898000 | #Constraints:     190428
3419.01/3435.09	c #Conflicts:    2899000 | #Constraints:     191428
3419.01/3435.09	c #Conflicts:    2900000 | #Constraints:     192428
3419.01/3435.09	c #Conflicts:    2901000 | #Constraints:     193428
3419.01/3435.09	c #Conflicts:    2902000 | #Constraints:     194428
3419.01/3435.09	c #Conflicts:    2903000 | #Constraints:     195428
3419.01/3435.09	c #Conflicts:    2904000 | #Constraints:     196428
3419.01/3435.09	c #Conflicts:    2905000 | #Constraints:     197428
3419.01/3435.09	c #Conflicts:    2906000 | #Constraints:     198428
3419.01/3435.09	c #Conflicts:    2907000 | #Constraints:     199428
3419.01/3435.09	c #Conflicts:    2908000 | #Constraints:     200428
3419.01/3435.09	c #Conflicts:    2909000 | #Constraints:     201428
3419.01/3435.09	c #Conflicts:    2910000 | #Constraints:     202428
3419.01/3435.09	c #Conflicts:    2911000 | #Constraints:     203428
3419.01/3435.09	c #Conflicts:    2912000 | #Constraints:     204428
3419.01/3435.09	c #Conflicts:    2913000 | #Constraints:     205428
3419.01/3435.09	c #Conflicts:    2914000 | #Constraints:     206428
3419.01/3435.09	c #Conflicts:    2915000 | #Constraints:     207428
3419.01/3435.09	c #Conflicts:    2916000 | #Constraints:     208428
3419.01/3435.09	c #Conflicts:    2917000 | #Constraints:     209428
3419.01/3435.09	c #Conflicts:    2918000 | #Constraints:     210428
3419.01/3435.09	c #Conflicts:    2919000 | #Constraints:     211428
3419.01/3435.09	c #Conflicts:    2920000 | #Constraints:     212428
3419.01/3435.09	c #Conflicts:    2921000 | #Constraints:     213428
3419.01/3435.09	c #Conflicts:    2922000 | #Constraints:     214428
3419.01/3435.09	c #Conflicts:    2923000 | #Constraints:     215428
3419.01/3435.09	c #Conflicts:    2924000 | #Constraints:     216428
3419.01/3435.09	c #Conflicts:    2925000 | #Constraints:     217428
3419.01/3435.09	c #Conflicts:    2926000 | #Constraints:     218428
3419.01/3435.09	c #Conflicts:    2927000 | #Constraints:     219428
3419.01/3435.09	c #Conflicts:    2928000 | #Constraints:     220428
3419.01/3435.09	c #Conflicts:    2929000 | #Constraints:     221428
3419.01/3435.09	c #Conflicts:    2930000 | #Constraints:     222428
3419.01/3435.09	c #Conflicts:    2931000 | #Constraints:     223428
3419.01/3435.09	c #Conflicts:    2932000 | #Constraints:     224428
3419.01/3435.09	c #Conflicts:    2933000 | #Constraints:     225428
3419.01/3435.09	c #Conflicts:    2934000 | #Constraints:     226428
3419.01/3435.09	c #Conflicts:    2935000 | #Constraints:     227428
3419.01/3435.09	c #Conflicts:    2936000 | #Constraints:     228428
3419.01/3435.09	c #Conflicts:    2937000 | #Constraints:     229428
3419.01/3435.09	c #Conflicts:    2938000 | #Constraints:     230428
3419.01/3435.09	c #Conflicts:    2939000 | #Constraints:     231428
3419.01/3435.09	c #Conflicts:    2940000 | #Constraints:     232428
3419.01/3435.09	c #Conflicts:    2941000 | #Constraints:     233428
3419.01/3435.09	c #Conflicts:    2942000 | #Constraints:     234428
3419.01/3435.09	c #Conflicts:    2943000 | #Constraints:     235428
3419.01/3435.09	c #Conflicts:    2944000 | #Constraints:     236428
3419.01/3435.09	c #Conflicts:    2945000 | #Constraints:     237428
3419.01/3435.09	c #Conflicts:    2946000 | #Constraints:     238428
3419.01/3435.09	c #Conflicts:    2947000 | #Constraints:     239428
3419.01/3435.09	c #Conflicts:    2948000 | #Constraints:     240428
3419.01/3435.09	c #Conflicts:    2949000 | #Constraints:     241428
3419.01/3435.09	c #Conflicts:    2950000 | #Constraints:     242428
3419.01/3435.09	c #Conflicts:    2951000 | #Constraints:     243428
3419.01/3435.09	c #Conflicts:    2952000 | #Constraints:     244428
3419.01/3435.09	c #Conflicts:    2953000 | #Constraints:     245428
3419.01/3435.09	c #Conflicts:    2954000 | #Constraints:     246428
3419.01/3435.09	c #Conflicts:    2955000 | #Constraints:     247428
3419.01/3435.09	c #Conflicts:    2956000 | #Constraints:     248428
3419.01/3435.09	c #Conflicts:    2957000 | #Constraints:     249428
3419.01/3435.09	c #Conflicts:    2958000 | #Constraints:     250428
3419.01/3435.09	c #Conflicts:    2959000 | #Constraints:     251428
3468.64/3484.98	c #Conflicts:    2960000 | #Constraints:     252428
3468.64/3484.98	c #Conflicts:    2961000 | #Constraints:     253428
3468.64/3484.98	c #Conflicts:    2962000 | #Constraints:     254428
3468.64/3484.98	c #Conflicts:    2963000 | #Constraints:     255428
3468.64/3484.98	c #Conflicts:    2964000 | #Constraints:     256428
3468.64/3484.98	c #Conflicts:    2965000 | #Constraints:     257428
3468.64/3484.98	c #Conflicts:    2966000 | #Constraints:     258428
3468.64/3484.98	c #Conflicts:    2967000 | #Constraints:     259428
3468.64/3484.98	c #Conflicts:    2968000 | #Constraints:     260428
3468.64/3484.98	c #Conflicts:    2969000 | #Constraints:     261428
3468.64/3484.98	c #Conflicts:    2970000 | #Constraints:     262428
3468.64/3484.98	c #Conflicts:    2971000 | #Constraints:     263428
3468.64/3484.98	c #Conflicts:    2972000 | #Constraints:     264428
3468.64/3484.98	c #Conflicts:    2973000 | #Constraints:     265428
3468.64/3484.98	c #Conflicts:    2974000 | #Constraints:     266428
3468.64/3484.98	c #Conflicts:    2975000 | #Constraints:     267428
3468.64/3484.98	c #Conflicts:    2976000 | #Constraints:     268428
3468.64/3484.98	c #Conflicts:    2977000 | #Constraints:     269428
3468.64/3484.98	c #Conflicts:    2978000 | #Constraints:     270428
3468.64/3484.98	c #Conflicts:    2979000 | #Constraints:     271428
3468.64/3484.98	c #Conflicts:    2980000 | #Constraints:     272428
3468.64/3484.98	c #Conflicts:    2981000 | #Constraints:     273428
3468.64/3484.98	c #Conflicts:    2982000 | #Constraints:     274428
3468.64/3484.98	c #Conflicts:    2983000 | #Constraints:     275428
3468.64/3484.98	c #Conflicts:    2984000 | #Constraints:     276428
3468.64/3484.98	c #Conflicts:    2985000 | #Constraints:     277428
3468.64/3484.98	c #Conflicts:    2986000 | #Constraints:     278428
3468.64/3484.98	c #Conflicts:    2987000 | #Constraints:     279428
3468.64/3484.98	c #Conflicts:    2988000 | #Constraints:     280428
3468.64/3484.98	c #Conflicts:    2989000 | #Constraints:     281428
3468.64/3484.98	c #Conflicts:    2990000 | #Constraints:     282428
3468.64/3484.98	c bounds -46 >= -308 @ 3440.22
3479.12/3495.44	c #Conflicts:    2991000 | #Constraints:     283470
3479.12/3495.44	c #Conflicts:    2992000 | #Constraints:     284470
3479.12/3495.44	c #Conflicts:    2993000 | #Constraints:     285470
3479.12/3495.44	c #Conflicts:    2994000 | #Constraints:     286470
3479.12/3495.44	c #Conflicts:    2995000 | #Constraints:     287470
3479.12/3495.44	c #Conflicts:    2996000 | #Constraints:     288470
3479.12/3495.44	c #Conflicts:    2997000 | #Constraints:     289470
3479.12/3495.44	c INPROCESSING
3479.12/3495.44	c GARBAGE COLLECT
3479.12/3495.44	c rational objective -308
3530.64/3547.27	c #Conflicts:    2998000 | #Constraints:     203233
3530.64/3547.27	c #Conflicts:    2999000 | #Constraints:     204233
3530.64/3547.27	c #Conflicts:    3000000 | #Constraints:     205233
3530.64/3547.27	c #Conflicts:    3001000 | #Constraints:     206233
3530.64/3547.27	c #Conflicts:    3002000 | #Constraints:     207233
3530.64/3547.27	c #Conflicts:    3003000 | #Constraints:     208233
3530.64/3547.27	c #Conflicts:    3004000 | #Constraints:     209233
3530.64/3547.27	c #Conflicts:    3005000 | #Constraints:     210233
3530.64/3547.27	c #Conflicts:    3006000 | #Constraints:     211233
3530.64/3547.27	c #Conflicts:    3007000 | #Constraints:     212233
3530.64/3547.27	c #Conflicts:    3008000 | #Constraints:     213233
3530.64/3547.27	c #Conflicts:    3009000 | #Constraints:     214233
3530.64/3547.27	c #Conflicts:    3010000 | #Constraints:     215233
3530.64/3547.27	c #Conflicts:    3011000 | #Constraints:     216233
3530.64/3547.27	c #Conflicts:    3012000 | #Constraints:     217233
3530.64/3547.27	c #Conflicts:    3013000 | #Constraints:     218233
3530.64/3547.27	c #Conflicts:    3014000 | #Constraints:     219233
3530.64/3547.27	c #Conflicts:    3015000 | #Constraints:     220233
3530.64/3547.27	c #Conflicts:    3016000 | #Constraints:     221233
3530.64/3547.27	c #Conflicts:    3017000 | #Constraints:     222233
3530.64/3547.27	c #Conflicts:    3018000 | #Constraints:     223233
3530.64/3547.27	c #Conflicts:    3019000 | #Constraints:     224233
3530.64/3547.27	c #Conflicts:    3020000 | #Constraints:     225233
3530.64/3547.27	c #Conflicts:    3021000 | #Constraints:     226233
3530.64/3547.27	c #Conflicts:    3022000 | #Constraints:     227233
3530.64/3547.27	c #Conflicts:    3023000 | #Constraints:     228233
3530.64/3547.27	c #Conflicts:    3024000 | #Constraints:     229233
3530.64/3547.27	c #Conflicts:    3025000 | #Constraints:     230233
3530.64/3547.27	c #Conflicts:    3026000 | #Constraints:     231233
3530.64/3547.27	c #Conflicts:    3027000 | #Constraints:     232233
3530.64/3547.27	c #Conflicts:    3028000 | #Constraints:     233233
3530.64/3547.27	c #Conflicts:    3029000 | #Constraints:     234233
3530.64/3547.27	c #Conflicts:    3030000 | #Constraints:     235233
3530.64/3547.27	c #Conflicts:    3031000 | #Constraints:     236233
3530.64/3547.27	c #Conflicts:    3032000 | #Constraints:     237233
3530.64/3547.27	c #Conflicts:    3033000 | #Constraints:     238233
3530.64/3547.27	c #Conflicts:    3034000 | #Constraints:     239233
3530.64/3547.27	c #Conflicts:    3035000 | #Constraints:     240233
3530.64/3547.27	c #Conflicts:    3036000 | #Constraints:     241233
3530.64/3547.27	c #Conflicts:    3037000 | #Constraints:     242233
3530.64/3547.27	c #Conflicts:    3038000 | #Constraints:     243233
3530.64/3547.27	c #Conflicts:    3039000 | #Constraints:     244233
3530.64/3547.27	c #Conflicts:    3040000 | #Constraints:     245233
3530.64/3547.27	c #Conflicts:    3041000 | #Constraints:     246233
3530.64/3547.27	c #Conflicts:    3042000 | #Constraints:     247233
3530.64/3547.27	c INPROCESSING
3530.64/3547.27	c GARBAGE COLLECT
3530.64/3547.27	c rational objective -308
3575.05/3591.91	c #Conflicts:    3043000 | #Constraints:     182216
3575.05/3591.91	c #Conflicts:    3044000 | #Constraints:     183216
3575.05/3591.91	c #Conflicts:    3045000 | #Constraints:     184216
3575.05/3591.91	c #Conflicts:    3046000 | #Constraints:     185216
3575.05/3591.91	c #Conflicts:    3047000 | #Constraints:     186216
3575.05/3591.91	c #Conflicts:    3048000 | #Constraints:     187216
3575.05/3591.91	c #Conflicts:    3049000 | #Constraints:     188216
3575.05/3591.91	c #Conflicts:    3050000 | #Constraints:     189216
3575.05/3591.91	c #Conflicts:    3051000 | #Constraints:     190216
3575.05/3591.91	c #Conflicts:    3052000 | #Constraints:     191216
3575.05/3591.91	c #Conflicts:    3053000 | #Constraints:     192216
3575.05/3591.91	c #Conflicts:    3054000 | #Constraints:     193216
3575.05/3591.91	c #Conflicts:    3055000 | #Constraints:     194216
3575.05/3591.91	c #Conflicts:    3056000 | #Constraints:     195216
3575.05/3591.91	c #Conflicts:    3057000 | #Constraints:     196216
3575.05/3591.91	c #Conflicts:    3058000 | #Constraints:     197216
3575.05/3591.91	c #Conflicts:    3059000 | #Constraints:     198216
3575.05/3591.91	c #Conflicts:    3060000 | #Constraints:     199216
3575.05/3591.91	c #Conflicts:    3061000 | #Constraints:     200216
3575.05/3591.91	c #Conflicts:    3062000 | #Constraints:     201216
3575.05/3591.91	c #Conflicts:    3063000 | #Constraints:     202216
3575.05/3591.91	c #Conflicts:    3064000 | #Constraints:     203216
3575.05/3591.91	c #Conflicts:    3065000 | #Constraints:     204216
3575.05/3591.91	c #Conflicts:    3066000 | #Constraints:     205216
3575.05/3591.91	c #Conflicts:    3067000 | #Constraints:     206216
3575.05/3591.91	c #Conflicts:    3068000 | #Constraints:     207216
3575.05/3591.91	c #Conflicts:    3069000 | #Constraints:     208216
3575.05/3591.91	c #Conflicts:    3070000 | #Constraints:     209216
3575.05/3591.91	c #Conflicts:    3071000 | #Constraints:     210216
3575.05/3591.91	c #Conflicts:    3072000 | #Constraints:     211216
3575.05/3591.91	c #Conflicts:    3073000 | #Constraints:     212216
3575.05/3591.91	c #Conflicts:    3074000 | #Constraints:     213216
3575.05/3591.91	c #Conflicts:    3075000 | #Constraints:     214216
3575.05/3591.91	c #Conflicts:    3076000 | #Constraints:     215216
3575.05/3591.91	c #Conflicts:    3077000 | #Constraints:     216216
3575.05/3591.91	c #Conflicts:    3078000 | #Constraints:     217216
3575.05/3591.91	c #Conflicts:    3079000 | #Constraints:     218216
3575.05/3591.91	c #Conflicts:    3080000 | #Constraints:     219216
3575.05/3591.91	c #Conflicts:    3081000 | #Constraints:     220216
3575.05/3591.91	c #Conflicts:    3082000 | #Constraints:     221216
3575.05/3591.91	c #Conflicts:    3083000 | #Constraints:     222216
3575.05/3591.91	c #Conflicts:    3084000 | #Constraints:     223216
3575.05/3591.91	c #Conflicts:    3085000 | #Constraints:     224216
3575.05/3591.91	c #Conflicts:    3086000 | #Constraints:     225216
3575.05/3591.91	c #Conflicts:    3087000 | #Constraints:     226216
3575.05/3591.91	c INPROCESSING
3575.05/3591.91	c GARBAGE COLLECT
3575.05/3591.91	c rational objective -308
3600.09/3617.00	c #Conflicts:    3088000 | #Constraints:     176002
3600.09/3617.00	c #Conflicts:    3089000 | #Constraints:     177002
3600.09/3617.00	c #Conflicts:    3090000 | #Constraints:     178003
3600.09/3617.00	c #Conflicts:    3091000 | #Constraints:     179034
3600.09/3617.00	c #Conflicts:    3092000 | #Constraints:     180077
3600.09/3617.00	c #Conflicts:    3093000 | #Constraints:     181109
3600.09/3617.00	c #Conflicts:    3094000 | #Constraints:     182138
3600.09/3617.00	c #Conflicts:    3095000 | #Constraints:     183182
3600.09/3617.00	c #Conflicts:    3096000 | #Constraints:     184214
3600.09/3617.00	c #Conflicts:    3097000 | #Constraints:     185247
3600.09/3617.00	c #Conflicts:    3098000 | #Constraints:     186283
3600.09/3617.00	c #Conflicts:    3099000 | #Constraints:     187309
3600.09/3617.00	c #Conflicts:    3100000 | #Constraints:     188347
3600.09/3617.00	c #Conflicts:    3101000 | #Constraints:     189377
3600.09/3617.00	c #Conflicts:    3102000 | #Constraints:     190408
3600.09/3617.00	c #Conflicts:    3103000 | #Constraints:     191438
3600.09/3617.00	c #Conflicts:    3104000 | #Constraints:     192465
3600.09/3617.00	c #Conflicts:    3105000 | #Constraints:     193493
3600.09/3617.00	c #Conflicts:    3106000 | #Constraints:     194526
3600.09/3617.00	c #Conflicts:    3107000 | #Constraints:     195554
3600.09/3617.00	c cpu time 3570.53 s
3600.09/3617.00	c deterministic time 124968243033 1.25e+11
3600.09/3617.00	c optimization time 24.7289 s
3600.09/3617.00	c total solve time 3545.3 s
3600.09/3617.00	c core-guided solve time 2858.69 s
3600.09/3617.00	c propagation time 2908.58 s
3600.09/3617.00	c conflict analysis time 556.283 s
3600.09/3617.00	c propagations 1039584069
3600.09/3617.00	c resolve steps 76392152
3600.09/3617.00	c decisions 5899431
3600.09/3617.00	c conflicts 3107940
3600.09/3617.00	c restarts 5481
3600.09/3617.00	c inprocessing phases 83
3600.09/3617.00	c garbage collections 83 ,( 100.00 )
3600.09/3617.00	c input clauses 112671 ,( 94.70 )
3600.09/3617.00	c input cardinalities 4393 ,( 3.69 )
3600.09/3617.00	c input general constraints 1915 ,( 1.61 )
3600.09/3617.00	c input average constraint length 15.70
3600.09/3617.00	c input average constraint degree 6.27
3600.09/3617.00	c learned clauses 2795167 ,( 89.50 )
3600.09/3617.00	c learned cardinalities 75954 ,( 2.43 )
3600.09/3617.00	c learned general constraints 251879 ,( 8.07 )
3600.09/3617.00	c learned average constraint length 276.14
3600.09/3617.00	c learned average constraint degree 6683680.75
3600.09/3617.00	c watched  CF 32, 64, 128, Arb: 141449 , 0 , 0 , 0
3600.09/3617.00	c counting CF 32, 64, 128, Arb: 112346 , 0 , 0 , 0
3600.09/3617.00	c watched   constraints 141449 ,( 55.73 ) 
3600.09/3617.00	c counting  constraints 112345 ,( 44.27 ) 
3600.09/3617.00	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 5076679862 , 2291815432 , 7997488777 ,( 592486839 , 7405001938 )
3600.09/3617.00	c gcd simplifications 63195
3600.09/3617.00	c detected cardinalities 18398
3600.09/3617.00	c weakened non-implied lits 71560485
3600.09/3617.00	c weakened non-implying lits 252184
3600.09/3617.00	c original variables 1400
3600.09/3617.00	c clausal propagations 793793858
3600.09/3617.00	c cardinality propagations 56002828
3600.09/3617.00	c watched propagations 1712782
3600.09/3617.00	c counting propagations 183953432
3600.09/3617.00	c watch lookups 41582889969
3600.09/3617.00	c watch backjump lookups 0
3600.09/3617.00	c watch checks 69627810356
3600.09/3617.00	c propagation checks 9168756612
3600.09/3617.00	c constraint additions 2491599052
3600.09/3617.00	c trail pops 1048574064
3600.09/3617.00	c formula constraints 110038
3600.09/3617.00	c learned constraints 3094439
3600.09/3617.00	c bound constraints 1123
3600.09/3617.00	c core-guided constraints 7818
3600.09/3617.00	c encountered formula constraints 8975727
3600.09/3617.00	c encountered learned constraints 45391611
3600.09/3617.00	c encountered bound constraints 481
3600.09/3617.00	c encountered core-guided constraints 24912132
3600.09/3617.00	c LP total time 1491.68 s
3600.09/3617.00	c LP solve time 1401.91 s
3600.09/3617.00	c LP constraints added 111643
3600.09/3617.00	c LP constraints removed 1586
3600.09/3617.00	c LP pivots internal 3107943
3600.09/3617.00	c LP pivots root 21536
3600.09/3617.00	c LP calls 28881
3600.09/3617.00	c LP optimalities 15374
3600.09/3617.00	c LP no pivot count 6522
3600.09/3617.00	c LP infeasibilities 13505
3600.09/3617.00	c LP valid Farkas constraints 13505
3600.09/3617.00	c LP learned Farkas constraints 13505
3600.09/3617.00	c LP basis resets 0
3600.09/3617.00	c LP cycling count 0
3600.09/3617.00	c LP singular count 0
3600.09/3617.00	c LP no primal count 0
3600.09/3617.00	c LP no farkas count 0
3600.09/3617.00	c LP other issue count 0
3600.09/3617.00	c LP Gomory cuts 1551
3600.09/3617.00	c LP learned cuts 54
3600.09/3617.00	c LP deleted cuts 1586
3600.09/3617.00	c LP encountered Gomory constraints 0
3600.09/3617.00	c LP encountered Farkas constraints 170703
3600.09/3617.00	c LP encountered learned Farkas constraints 35933
3600.09/3617.00	c CG auxiliary variables introduced 2970
3600.09/3617.00	c CG solutions found 30
3600.09/3617.00	c CG cores constructed 1092
3600.09/3617.00	c CG core cardinality constraints returned 0
3600.09/3617.00	c CG unit cores 0
3600.09/3617.00	c CG single cores 1092
3600.09/3617.00	c CG blocks removed during cardinality reduction 0
3600.09/3617.00	c CG first core best 0
3600.09/3617.00	c CG decision core best 0
3600.09/3617.00	c CG core reduction tie 0
3600.09/3617.00	c CG core degree average 1.00
3600.09/3617.00	c CG core slack average 2.96
3600.09/3617.00	c CG core upper bound improvements 0
3600.09/3617.00	c STR number of successful calls 0
3600.09/3617.00	c STR number of unsuccessful calls 0
3600.09/3617.00	c STR number of inconclusive calls 0
3600.09/3617.00	c STR number of successful attempts 0
3600.09/3617.00	c STR number of unsuccessful attempts 0
3600.09/3617.00	c STR number of inconclusive attempts 0
3600.09/3617.00	c STR average degree increase per successful call inf
3600.09/3617.00	c STR average degree increase per successful attempt inf
3600.09/3617.00	c STR total number of conflicts for successful attempts 0
3600.09/3617.00	c STR total number of conflicts for unsuccessful attempts 0
3600.09/3617.00	c STR total number of conflicts for inconclusive attempts 0
3600.09/3617.00	c STR average number of conflicts per successful attempt inf
3600.09/3617.00	c STR average number of conflicts per unsuccessful attempt inf
3600.09/3617.00	c STR average number of conflicts per inconclusive attempt inf
3600.09/3617.00	c AVG.sumWPerc 36.44 
3600.09/3617.00	c bigint constraints 0 
3600.09/3617.00	o -46
3600.09/3617.00	s SATISFIABLE
3600.09/3617.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.09/3617.00	c Program interrupted by user.

Verifier Data

OK	-46

Watcher Data

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

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

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=38716, runsolver pid=38713

[startup+0.100058 s]*
/proc/loadavg: 4.09 4.16 4.14 5/274 38718
/proc/meminfo: memFree=114298472/131249992 swapFree=33010160/33010684
[pid=38716] ppid=38713 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/38716/stat : 38716 (run-opt-ls-log.) S 38713 38716 37288 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 44528363 4292608 768 18446744073709551615 94851621965824 94851622860357 140736185461808 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94851623099408 94851623147152 94851639881728 140736185469211 140736185469409 140736185469409 140736185475011 0
/proc/38716/statm: 1048 768 704 219 0 110 0
[pid=38718] ppid=38716 vsize=32680 memory=26496 CPUtime=0.09 cores=1,3
/proc/38718/stat : 38718 (pbsuma) R 38716 38716 37288 0 -1 4194304 10930 0 0 0 7 2 0 0 20 0 1 0 44528364 33464320 6624 18446744073709551615 4210688 4653049 140727099120640 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 33050624 140727099128035 140727099128370 140727099128370 140727099133935 0
/proc/38718/statm: 8170 6624 1056 108 0 5578 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 36872 KiB
Current children cumulated memory: 29568 KiB

[startup+0.205722 s]*
/proc/loadavg: 4.09 4.16 4.14 5/274 38719
/proc/meminfo: memFree=114299416/131249992 swapFree=33010160/33010684
[pid=38716] ppid=38713 vsize=4192 memory=3072 CPUtime=0.09 cores=1,3
/proc/38716/stat : 38716 (run-opt-ls-log.) S 38713 38716 37288 0 -1 4194304 243 10933 0 0 0 0 7 2 20 0 1 0 44528363 4292608 768 18446744073709551615 94851621965824 94851622860357 140736185461808 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94851623099408 94851623147152 94851639881728 140736185469211 140736185469409 140736185469409 140736185475011 0
/proc/38716/statm: 1048 768 704 219 0 110 0
[pid=38719] ppid=38716 vsize=62944 memory=18232 CPUtime=0.09 cores=1,3
/proc/38719/stat : 38719 (roundingsat) R 38716 38716 37288 0 -1 4194304 2390 0 0 0 8 1 0 0 20 0 1 0 44528374 64454656 4558 18446744073709551615 4227072 8923433 140733368186384 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 12931072 140733368195318 140733368195624 140733368195624 140733368201194 0
/proc/38719/statm: 15736 4558 2016 1147 0 3163 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 67136 KiB
Current children cumulated memory: 21304 KiB

[startup+0.305682 s]*
/proc/loadavg: 4.09 4.16 4.14 5/274 38719
/proc/meminfo: memFree=114299416/131249992 swapFree=33010160/33010684
[pid=38716] ppid=38713 vsize=4192 memory=3072 CPUtime=0.09 cores=1,3
/proc/38716/stat : 38716 (run-opt-ls-log.) S 38713 38716 37288 0 -1 4194304 243 10933 0 0 0 0 7 2 20 0 1 0 44528363 4292608 768 18446744073709551615 94851621965824 94851622860357 140736185461808 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94851623099408 94851623147152 94851639881728 140736185469211 140736185469409 140736185469409 140736185475011 0
/proc/38716/statm: 1048 768 704 219 0 110 0
[pid=38719] ppid=38716 vsize=70728 memory=25880 CPUtime=0.19 cores=1,3
/proc/38719/stat : 38719 (roundingsat) R 38716 38716 37288 0 -1 4194304 4557 0 0 0 16 3 0 0 20 0 1 0 44528374 72425472 6470 18446744073709551615 4227072 8923433 140733368186384 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 12931072 140733368195318 140733368195624 140733368195624 140733368201194 0
/proc/38719/statm: 17682 6470 2016 1147 0 5109 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 74920 KiB
Current children cumulated memory: 28952 KiB

[startup+0.700198 s]
/proc/loadavg: 4.08 4.16 4.14 5/274 38719
/proc/meminfo: memFree=114295636/131249992 swapFree=33010160/33010684
[pid=38716] ppid=38713 vsize=4192 memory=3072 CPUtime=0.09 cores=1,3
/proc/38716/stat : 38716 (run-opt-ls-log.) S 38713 38716 37288 0 -1 4194304 243 10933 0 0 0 0 7 2 20 0 1 0 44528363 4292608 768 18446744073709551615 94851621965824 94851622860357 140736185461808 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94851623099408 94851623147152 94851639881728 140736185469211 140736185469409 140736185469409 140736185475011 0
/proc/38716/statm: 1048 768 704 219 0 110 0
[pid=38719] ppid=38716 vsize=165132 memory=99240 CPUtime=0.58 cores=1,3
/proc/38719/stat : 38719 (roundingsat) R 38716 38716 37288 0 -1 4194304 14808 0 0 0 47 11 0 0 20 0 1 0 44528374 169095168 24810 18446744073709551615 4227072 8923433 140733368186384 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 12931072 140733368195318 140733368195624 140733368195624 140733368201194 0
/proc/38719/statm: 41283 24810 2272 1147 0 28710 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 169324 KiB
Current children cumulated memory: 102312 KiB

[startup+1.50015 s]
/proc/loadavg: 4.08 4.16 4.14 5/274 38719
/proc/meminfo: memFree=114176360/131249992 swapFree=33010160/33010684
[pid=38716] ppid=38713 vsize=4192 memory=3072 CPUtime=0.09 cores=1,3
/proc/38716/stat : 38716 (run-opt-ls-log.) S 38713 38716 37288 0 -1 4194304 243 10933 0 0 0 0 7 2 20 0 1 0 44528363 4292608 768 18446744073709551615 94851621965824 94851622860357 140736185461808 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94851623099408 94851623147152 94851639881728 140736185469211 140736185469409 140736185469409 140736185475011 0
/proc/38716/statm: 1048 768 704 219 0 110 0
[pid=38719] ppid=38716 vsize=218140 memory=163584 CPUtime=1.37 cores=1,3
/proc/38719/stat : 38719 (roundingsat) R 38716 38716 37288 0 -1 4194304 22140 0 0 0 124 13 0 0 20 0 1 0 44528374 223375360 40896 18446744073709551615 4227072 8923433 140733368186384 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 12931072 140733368195318 140733368195624 140733368195624 140733368201194 0
/proc/38719/statm: 54535 40896 2368 1147 0 41962 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 222332 KiB
Current children cumulated memory: 166656 KiB

[startup+3.10551 s]
/proc/loadavg: 4.08 4.16 4.14 5/274 38719
/proc/meminfo: memFree=114124676/131249992 swapFree=33010160/33010684
[pid=38716] ppid=38713 vsize=4192 memory=3072 CPUtime=0.09 cores=1,3
/proc/38716/stat : 38716 (run-opt-ls-log.) S 38713 38716 37288 0 -1 4194304 243 10933 0 0 0 0 7 2 20 0 1 0 44528363 4292608 768 18446744073709551615 94851621965824 94851622860357 140736185461808 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94851623099408 94851623147152 94851639881728 140736185469211 140736185469409 140736185469409 140736185475011 0
/proc/38716/statm: 1048 768 704 219 0 110 0
[pid=38719] ppid=38716 vsize=245460 memory=183452 CPUtime=2.97 cores=1,3
/proc/38719/stat : 38719 (roundingsat) R 38716 38716 37288 0 -1 4194304 25525 0 0 0 267 30 0 0 20 0 1 0 44528374 251351040 45863 18446744073709551615 4227072 8923433 140733368186384 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 12931072 140733368195318 140733368195624 140733368195624 140733368201194 0
/proc/38719/statm: 61365 45863 2432 1147 0 48792 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 249652 KiB
Current children cumulated memory: 186524 KiB

[startup+6.30016 s]
/proc/loadavg: 4.24 4.19 4.15 4/270 38732
/proc/meminfo: memFree=114130024/131249992 swapFree=33010160/33010684
[pid=38716] ppid=38713 vsize=4192 memory=3072 CPUtime=0.09 cores=1,3
/proc/38716/stat : 38716 (run-opt-ls-log.) S 38713 38716 37288 0 -1 4194304 243 10933 0 0 0 0 7 2 20 0 1 0 44528363 4292608 768 18446744073709551615 94851621965824 94851622860357 140736185461808 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94851623099408 94851623147152 94851639881728 140736185469211 140736185469409 140736185469409 140736185475011 0
/proc/38716/statm: 1048 768 704 219 0 110 0
[pid=38719] ppid=38716 vsize=251904 memory=192056 CPUtime=6.15 cores=1,3
/proc/38719/stat : 38719 (roundingsat) R 38716 38716 37288 0 -1 4194304 27188 0 0 0 574 41 0 0 20 0 1 0 44528374 257949696 48014 18446744073709551615 4227072 8923433 140733368186384 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 12931072 140733368195318 140733368195624 140733368195624 140733368201194 0
/proc/38719/statm: 62976 48014 2432 1147 0 50403 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 256096 KiB
Current children cumulated memory: 195128 KiB

[startup+12.7002 s]
/proc/loadavg: 4.30 4.20 4.16 5/270 38751
/proc/meminfo: memFree=114240396/131249992 swapFree=33010160/33010684
[pid=38716] ppid=38713 vsize=4192 memory=3072 CPUtime=0.09 cores=1,3
/proc/38716/stat : 38716 (run-opt-ls-log.) S 38713 38716 37288 0 -1 4194304 243 10933 0 0 0 0 7 2 20 0 1 0 44528363 4292608 768 18446744073709551615 94851621965824 94851622860357 140736185461808 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94851623099408 94851623147152 94851639881728 140736185469211 140736185469409 140736185469409 140736185475011 0
/proc/38716/statm: 1048 768 704 219 0 110 0
[pid=38719] ppid=38716 vsize=259084 memory=199448 CPUtime=12.54 cores=1,3
/proc/38719/stat : 38719 (roundingsat) R 38716 38716 37288 0 -1 4194304 27512 0 0 0 1202 52 0 0 20 0 1 0 44528374 265302016 49862 18446744073709551615 4227072 8923433 140733368186384 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 12931072 140733368195318 140733368195624 140733368195624 140733368201194 0
/proc/38719/statm: 64771 49862 2432 1147 0 52198 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 263276 KiB
Current children cumulated memory: 202520 KiB

[startup+25.5002 s]
/proc/loadavg: 4.25 4.19 4.16 5/275 38772
/proc/meminfo: memFree=113989460/131249992 swapFree=33010160/33010684
[pid=38716] ppid=38713 vsize=4192 memory=3072 CPUtime=0.09 cores=1,3
/proc/38716/stat : 38716 (run-opt-ls-log.) S 38713 38716 37288 0 -1 4194304 243 10933 0 0 0 0 7 2 20 0 1 0 44528363 4292608 768 18446744073709551615 94851621965824 94851622860357 140736185461808 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94851623099408 94851623147152 94851639881728 140736185469211 140736185469409 140736185469409 140736185475011 0
/proc/38716/statm: 1048 768 704 219 0 110 0
[pid=38719] ppid=38716 vsize=262300 memory=200984 CPUtime=25.31 cores=1,3
/proc/38719/stat : 38719 (roundingsat) R 38716 38716 37288 0 -1 4194304 27909 0 0 0 2463 68 0 0 20 0 1 0 44528374 268595200 50246 18446744073709551615 4227072 8923433 140733368186384 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 12931072 140733368195318 140733368195624 140733368195624 140733368201194 0
/proc/38719/statm: 65575 50246 2432 1147 0 53002 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 266492 KiB
Current children cumulated memory: 204056 KiB

[startup+51.1058 s]
/proc/loadavg: 4.15 4.17 4.15 5/275 38772
/proc/meminfo: memFree=113899708/131249992 swapFree=33010160/33010684
[pid=38716] ppid=38713 vsize=4192 memory=3072 CPUtime=0.09 cores=1,3
/proc/38716/stat : 38716 (run-opt-ls-log.) S 38713 38716 37288 0 -1 4194304 243 10933 0 0 0 0 7 2 20 0 1 0 44528363 4292608 768 18446744073709551615 94851621965824 94851622860357 140736185461808 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94851623099408 94851623147152 94851639881728 140736185469211 140736185469409 140736185469409 140736185475011 0
/proc/38716/statm: 1048 768 704 219 0 110 0
[pid=38719] ppid=38716 vsize=333304 memory=241860 CPUtime=50.83 cores=1,3
/proc/38719/stat : 38719 (roundingsat) R 38716 38716 37288 0 -1 4194304 32244 0 0 0 4984 99 0 0 20 0 1 0 44528374 341303296 60465 18446744073709551615 4227072 8923433 140733368186384 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 12931072 140733368195318 140733368195624 140733368195624 140733368201194 0
/proc/38719/statm: 83326 60465 2432 1147 0 70753 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 337496 KiB
Current children cumulated memory: 244932 KiB

[startup+102.3 s]
/proc/loadavg: 4.18 4.18 4.15 5/274 38774
/proc/meminfo: memFree=113107900/131249992 swapFree=33010160/33010684
[pid=38716] ppid=38713 vsize=4192 memory=3072 CPUtime=0.09 cores=1,3
/proc/38716/stat : 38716 (run-opt-ls-log.) S 38713 38716 37288 0 -1 4194304 243 10933 0 0 0 0 7 2 20 0 1 0 44528363 4292608 768 18446744073709551615 94851621965824 94851622860357 140736185461808 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94851623099408 94851623147152 94851639881728 140736185469211 140736185469409 140736185469409 140736185475011 0
/proc/38716/statm: 1048 768 704 219 0 110 0
[pid=38719] ppid=38716 vsize=392596 memory=305140 CPUtime=101.83 cores=1,3
/proc/38719/stat : 38719 (roundingsat) R 38716 38716 37288 0 -1 4194304 35302 0 0 0 10034 149 0 0 20 0 1 0 44528374 402018304 76285 18446744073709551615 4227072 8923433 140733368186384 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 12931072 140733368195318 140733368195624 140733368195624 140733368201194 0
/proc/38719/statm: 98149 76285 2432 1147 0 85576 0
Current children cumulated CPU time: 101.92 s
Current children cumulated vsize: 396788 KiB
Current children cumulated memory: 308212 KiB

[startup+162.3 s]
/proc/loadavg: 4.07 4.14 4.14 5/273 38776
/proc/meminfo: memFree=112815404/131249992 swapFree=33010160/33010684
[pid=38716] ppid=38713 vsize=4192 memory=3072 CPUtime=0.09 cores=1,3
/proc/38716/stat : 38716 (run-opt-ls-log.) S 38713 38716 37288 0 -1 4194304 243 10933 0 0 0 0 7 2 20 0 1 0 44528363 4292608 768 18446744073709551615 94851621965824 94851622860357 140736185461808 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94851623099408 94851623147152 94851639881728 140736185469211 140736185469409 140736185469409 140736185475011 0
/proc/38716/statm: 1048 768 704 219 0 110 0
[pid=38719] ppid=38716 vsize=487432 memory=382728 CPUtime=161.57 cores=1,3
/proc/38719/stat : 38719 (roundingsat) R 38716 38716 37288 0 -1 4194304 39369 0 0 0 15952 205 0 0 20 0 1 0 44528374 499130368 95682 18446744073709551615 4227072 8923433 140733368186384 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 12931072 140733368195318 140733368195624 140733368195624 140733368201194 0
/proc/38719/statm: 121858 95682 2432 1147 0 109285 0
Current children cumulated CPU time: 161.66 s
Current children cumulated vsize: 491624 KiB
Current children cumulated memory: 385800 KiB

[startup+222.3 s]
/proc/loadavg: 4.06 4.13 4.13 5/273 38779
/proc/meminfo: memFree=112483680/131249992 swapFree=33010160/33010684
[pid=38716] ppid=38713 vsize=4192 memory=3072 CPUtime=0.09 cores=1,3
/proc/38716/stat : 38716 (run-opt-ls-log.) S 38713 38716 37288 0 -1 4194304 243 10933 0 0 0 0 7 2 20 0 1 0 44528363 4292608 768 18446744073709551615 94851621965824 94851622860357 140736185461808 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94851623099408 94851623147152 94851639881728 140736185469211 140736185469409 140736185469409 140736185475011 0
/proc/38716/statm: 1048 768 704 219 0 110 0
[pid=38719] ppid=38716 vsize=490492 memory=386568 CPUtime=221.23 cores=1,3
/proc/38719/stat : 38719 (roundingsat) R 38716 38716 37288 0 -1 4194304 40341 0 0 0 21851 272 0 0 20 0 1 0 44528374 502263808 96642 18446744073709551615 4227072 8923433 140733368186384 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 12931072 140733368195318 140733368195624 140733368195624 140733368201194 0

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

/proc/38719/statm: 368821 286177 2432 1147 0 356248 0
Current children cumulated CPU time: 3027.92 s
Current children cumulated vsize: 1479476 KiB
Current children cumulated memory: 1147780 KiB

[startup+3102.3 s]
/proc/loadavg: 2.41 3.48 3.87 3/261 39003
/proc/meminfo: memFree=114336728/131249992 swapFree=33010160/33010684
[pid=38716] ppid=38713 vsize=4192 memory=3072 CPUtime=0.09 cores=1,3
/proc/38716/stat : 38716 (run-opt-ls-log.) S 38713 38716 37288 0 -1 4194304 243 10933 0 0 0 0 7 2 20 0 1 0 44528363 4292608 768 18446744073709551615 94851621965824 94851622860357 140736185461808 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94851623099408 94851623147152 94851639881728 140736185469211 140736185469409 140736185469409 140736185475011 0
/proc/38716/statm: 1048 768 704 219 0 110 0
[pid=38719] ppid=38716 vsize=1475284 memory=1150980 CPUtime=3087.56 cores=1,3
/proc/38719/stat : 38719 (roundingsat) R 38716 38716 37288 0 -1 4194304 113227 0 0 0 306181 2575 0 0 20 0 1 0 44528374 1510690816 287745 18446744073709551615 4227072 8923433 140733368186384 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 12931072 140733368195318 140733368195624 140733368195624 140733368201194 0
/proc/38719/statm: 368821 287745 2432 1147 0 356248 0
Current children cumulated CPU time: 3087.65 s
Current children cumulated vsize: 1479476 KiB
Current children cumulated memory: 1154052 KiB

[startup+3162.3 s]
/proc/loadavg: 2.32 3.25 3.76 3/260 39006
/proc/meminfo: memFree=114193716/131249992 swapFree=33010160/33010684
[pid=38716] ppid=38713 vsize=4192 memory=3072 CPUtime=0.09 cores=1,3
/proc/38716/stat : 38716 (run-opt-ls-log.) S 38713 38716 37288 0 -1 4194304 243 10933 0 0 0 0 7 2 20 0 1 0 44528363 4292608 768 18446744073709551615 94851621965824 94851622860357 140736185461808 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94851623099408 94851623147152 94851639881728 140736185469211 140736185469409 140736185469409 140736185475011 0
/proc/38716/statm: 1048 768 704 219 0 110 0
[pid=38719] ppid=38716 vsize=1475524 memory=1151108 CPUtime=3147.38 cores=1,3
/proc/38719/stat : 38719 (roundingsat) R 38716 38716 37288 0 -1 4194304 113256 0 0 0 312116 2622 0 0 20 0 1 0 44528374 1510936576 287777 18446744073709551615 4227072 8923433 140733368186384 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 12931072 140733368195318 140733368195624 140733368195624 140733368201194 0
/proc/38719/statm: 368881 287777 2432 1147 0 356308 0
Current children cumulated CPU time: 3147.47 s
Current children cumulated vsize: 1479716 KiB
Current children cumulated memory: 1154180 KiB

[startup+3222.3 s]
/proc/loadavg: 2.11 3.02 3.65 3/260 39008
/proc/meminfo: memFree=114056664/131249992 swapFree=33010160/33010684
[pid=38716] ppid=38713 vsize=4192 memory=3072 CPUtime=0.09 cores=1,3
/proc/38716/stat : 38716 (run-opt-ls-log.) S 38713 38716 37288 0 -1 4194304 243 10933 0 0 0 0 7 2 20 0 1 0 44528363 4292608 768 18446744073709551615 94851621965824 94851622860357 140736185461808 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94851623099408 94851623147152 94851639881728 140736185469211 140736185469409 140736185469409 140736185475011 0
/proc/38716/statm: 1048 768 704 219 0 110 0
[pid=38719] ppid=38716 vsize=1480188 memory=1156484 CPUtime=3207.09 cores=1,3
/proc/38719/stat : 38719 (roundingsat) R 38716 38716 37288 0 -1 4194304 114505 0 0 0 318046 2663 0 0 20 0 1 0 44528374 1515712512 289121 18446744073709551615 4227072 8923433 140733368186384 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 12931072 140733368195318 140733368195624 140733368195624 140733368201194 0
/proc/38719/statm: 370047 289121 2432 1147 0 357474 0
Current children cumulated CPU time: 3207.18 s
Current children cumulated vsize: 1484380 KiB
Current children cumulated memory: 1159556 KiB

[startup+3282.3 s]
/proc/loadavg: 2.21 2.88 3.56 3/260 39010
/proc/meminfo: memFree=113920676/131249992 swapFree=33010160/33010684
[pid=38716] ppid=38713 vsize=4192 memory=3072 CPUtime=0.09 cores=1,3
/proc/38716/stat : 38716 (run-opt-ls-log.) S 38713 38716 37288 0 -1 4194304 243 10933 0 0 0 0 7 2 20 0 1 0 44528363 4292608 768 18446744073709551615 94851621965824 94851622860357 140736185461808 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94851623099408 94851623147152 94851639881728 140736185469211 140736185469409 140736185469409 140736185475011 0
/proc/38716/statm: 1048 768 704 219 0 110 0
[pid=38719] ppid=38716 vsize=1480188 memory=1158148 CPUtime=3266.77 cores=1,3
/proc/38719/stat : 38719 (roundingsat) R 38716 38716 37288 0 -1 4194304 114514 0 0 0 323966 2711 0 0 20 0 1 0 44528374 1515712512 289537 18446744073709551615 4227072 8923433 140733368186384 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 12931072 140733368195318 140733368195624 140733368195624 140733368201194 0
/proc/38719/statm: 370047 289537 2432 1147 0 357474 0
Current children cumulated CPU time: 3266.86 s
Current children cumulated vsize: 1484380 KiB
Current children cumulated memory: 1161220 KiB

[startup+3342.3 s]
/proc/loadavg: 2.14 2.73 3.46 3/259 39013
/proc/meminfo: memFree=113819768/131249992 swapFree=33010160/33010684
[pid=38716] ppid=38713 vsize=4192 memory=3072 CPUtime=0.09 cores=1,3
/proc/38716/stat : 38716 (run-opt-ls-log.) S 38713 38716 37288 0 -1 4194304 243 10933 0 0 0 0 7 2 20 0 1 0 44528363 4292608 768 18446744073709551615 94851621965824 94851622860357 140736185461808 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94851623099408 94851623147152 94851639881728 140736185469211 140736185469409 140736185469409 140736185475011 0
/proc/38716/statm: 1048 768 704 219 0 110 0
[pid=38719] ppid=38716 vsize=1487876 memory=1164676 CPUtime=3326.6 cores=1,3
/proc/38719/stat : 38719 (roundingsat) R 38716 38716 37288 0 -1 4194304 116023 0 0 0 329919 2741 0 0 20 0 1 0 44528374 1523585024 291169 18446744073709551615 4227072 8923433 140733368186384 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 12931072 140733368195318 140733368195624 140733368195624 140733368201194 0
/proc/38719/statm: 371969 291169 2432 1147 0 359396 0
Current children cumulated CPU time: 3326.69 s
Current children cumulated vsize: 1492068 KiB
Current children cumulated memory: 1167748 KiB

[startup+3402.3 s]
/proc/loadavg: 2.10 2.61 3.38 3/258 39019
/proc/meminfo: memFree=113607064/131249992 swapFree=33010160/33010684
[pid=38716] ppid=38713 vsize=4192 memory=3072 CPUtime=0.09 cores=1,3
/proc/38716/stat : 38716 (run-opt-ls-log.) S 38713 38716 37288 0 -1 4194304 243 10933 0 0 0 0 7 2 20 0 1 0 44528363 4292608 768 18446744073709551615 94851621965824 94851622860357 140736185461808 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94851623099408 94851623147152 94851639881728 140736185469211 140736185469409 140736185469409 140736185475011 0
/proc/38716/statm: 1048 768 704 219 0 110 0
[pid=38719] ppid=38716 vsize=1491472 memory=1168388 CPUtime=3386.37 cores=1,3
/proc/38719/stat : 38719 (roundingsat) R 38716 38716 37288 0 -1 4194304 117172 0 0 0 335847 2790 0 0 20 0 1 0 44528374 1527267328 292097 18446744073709551615 4227072 8923433 140733368186384 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 12931072 140733368195318 140733368195624 140733368195624 140733368201194 0
/proc/38719/statm: 372868 292097 2432 1147 0 360295 0
Current children cumulated CPU time: 3386.46 s
Current children cumulated vsize: 1495664 KiB
Current children cumulated memory: 1171460 KiB

[startup+3462.3 s]
/proc/loadavg: 2.10 2.52 3.29 3/257 39021
/proc/meminfo: memFree=113392992/131249992 swapFree=33010160/33010684
[pid=38716] ppid=38713 vsize=4192 memory=3072 CPUtime=0.09 cores=1,3
/proc/38716/stat : 38716 (run-opt-ls-log.) S 38713 38716 37288 0 -1 4194304 243 10933 0 0 0 0 7 2 20 0 1 0 44528363 4292608 768 18446744073709551615 94851621965824 94851622860357 140736185461808 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94851623099408 94851623147152 94851639881728 140736185469211 140736185469409 140736185469409 140736185475011 0
/proc/38716/statm: 1048 768 704 219 0 110 0
[pid=38719] ppid=38716 vsize=1492288 memory=1169156 CPUtime=3446.09 cores=1,3
/proc/38719/stat : 38719 (roundingsat) R 38716 38716 37288 0 -1 4194304 117389 0 0 0 341781 2828 0 0 20 0 1 0 44528374 1528102912 292289 18446744073709551615 4227072 8923433 140733368186384 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 12931072 140733368195318 140733368195624 140733368195624 140733368201194 0
/proc/38719/statm: 373072 292289 2432 1147 0 360499 0
Current children cumulated CPU time: 3446.18 s
Current children cumulated vsize: 1496480 KiB
Current children cumulated memory: 1172228 KiB

[startup+3522.3 s]
/proc/loadavg: 2.09 2.44 3.21 3/258 39025
/proc/meminfo: memFree=113222196/131249992 swapFree=33010160/33010684
[pid=38716] ppid=38713 vsize=4192 memory=3072 CPUtime=0.09 cores=1,3
/proc/38716/stat : 38716 (run-opt-ls-log.) S 38713 38716 37288 0 -1 4194304 243 10933 0 0 0 0 7 2 20 0 1 0 44528363 4292608 768 18446744073709551615 94851621965824 94851622860357 140736185461808 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94851623099408 94851623147152 94851639881728 140736185469211 140736185469409 140736185469409 140736185475011 0
/proc/38716/statm: 1048 768 704 219 0 110 0
[pid=38719] ppid=38716 vsize=1495500 memory=1174044 CPUtime=3505.8 cores=1,3
/proc/38719/stat : 38719 (roundingsat) R 38716 38716 37288 0 -1 4194304 118098 0 0 0 347709 2871 0 0 20 0 1 0 44528374 1531392000 293511 18446744073709551615 4227072 8923433 140733368186384 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 12931072 140733368195318 140733368195624 140733368195624 140733368201194 0
/proc/38719/statm: 373875 293511 2432 1147 0 361302 0
Current children cumulated CPU time: 3505.89 s
Current children cumulated vsize: 1499692 KiB
Current children cumulated memory: 1177116 KiB

[startup+3582.3 s]
/proc/loadavg: 2.07 2.37 3.14 3/258 39038
/proc/meminfo: memFree=113027620/131249992 swapFree=33010160/33010684
[pid=38716] ppid=38713 vsize=4192 memory=3072 CPUtime=0.09 cores=1,3
/proc/38716/stat : 38716 (run-opt-ls-log.) S 38713 38716 37288 0 -1 4194304 243 10933 0 0 0 0 7 2 20 0 1 0 44528363 4292608 768 18446744073709551615 94851621965824 94851622860357 140736185461808 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94851623099408 94851623147152 94851639881728 140736185469211 140736185469409 140736185469409 140736185475011 0
/proc/38716/statm: 1048 768 704 219 0 110 0
[pid=38719] ppid=38716 vsize=1495500 memory=1174044 CPUtime=3565.46 cores=1,3
/proc/38719/stat : 38719 (roundingsat) R 38716 38716 37288 0 -1 4194304 118098 0 0 0 353626 2920 0 0 20 0 1 0 44528374 1531392000 293511 18446744073709551615 4227072 8923433 140733368186384 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 12931072 140733368195318 140733368195624 140733368195624 140733368201194 0
/proc/38719/statm: 373875 293511 2432 1147 0 361302 0
Current children cumulated CPU time: 3565.55 s
Current children cumulated vsize: 1499692 KiB
Current children cumulated memory: 1177116 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3617 s]*
/proc/loadavg: 2.09 2.34 3.10 3/257 39038
/proc/meminfo: memFree=112939680/131249992 swapFree=33010160/33010684
[pid=38716] ppid=38713 vsize=4192 memory=3072 CPUtime=0.09 cores=1,3
/proc/38716/stat : 38716 (run-opt-ls-log.) S 38713 38716 37288 0 -1 4194304 243 10933 0 0 0 0 7 2 20 0 1 0 44528363 4292608 768 18446744073709551615 94851621965824 94851622860357 140736185461808 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94851623099408 94851623147152 94851639881728 140736185469211 140736185469409 140736185469409 140736185475011 0
/proc/38716/statm: 1048 768 704 219 0 110 0
[pid=38719] ppid=38716 vsize=1495500 memory=1174044 CPUtime=3600 cores=1,3
/proc/38719/stat : 38719 (roundingsat) R 38716 38716 37288 0 -1 4194304 118113 0 0 0 357053 2947 0 0 20 0 1 0 44528374 1531392000 293511 18446744073709551615 4227072 8923433 140733368186384 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 12931072 140733368195318 140733368195624 140733368195624 140733368201194 0
/proc/38719/statm: 373875 293511 2432 1147 0 361302 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 1499692 KiB
Current children cumulated memory: 1177116 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.077883 s, system=0.024146 s

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

# cumulated CPU time of all completed processes:  user=3570.64 s, system=29.5065 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): 3617.06
CPU time (s): 3600.15
CPU user time (s): 3570.64
CPU system time (s): 29.5065
CPU usage (%): 99.5325
Max. virtual memory (cumulated for all children) (KiB): 1499692
Max. memory (cumulated for all children) (KiB): 1177116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3570.64
system time used= 29.5065
maximum resident set size= 1174300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129309
page faults= 0
swaps= 0
block input operations= 0
block output operations= 9007992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 604
involuntary context switches= 4952


# summary of solver processes directly reported to runsolver:
#   pid: 38716,38719
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3570.64
#   total CPU system time (s): 29.5065

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.8997 second user time and 17.8599 second system time

The end

Launcher Data

Begin job on nodeC035 at 2025-06-30 15:02:18
IDJOB=4484725
IDBENCH=146666
IDSOLVER=3356
FILE ID=nodeC035/4484725-1751288538
RUNJOBID= nodeC035-1751280474-37305
SLURM_JOB_ID= 9594227
Free space on /tmp= 433036 MiB

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

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

MD5SUM BENCH= 71e47456366b2ddac308424c74922847
RANDOM SEED=370201186

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


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        114333660 kB
MemAvailable:   124145544 kB
Buffers:            1840 kB
Cached:         10565736 kB
SwapCached:            8 kB
Active:          5934220 kB
Inactive:       10285956 kB
Active(anon):    5659348 kB
Inactive(anon):    11624 kB
Active(file):     274872 kB
Inactive(file): 10274332 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            107624 kB
Writeback:            24 kB
AnonPages:       5656008 kB
Mapped:           117612 kB
Shmem:             18048 kB
KReclaimable:     203840 kB
Slab:             296044 kB
SReclaimable:     203840 kB
SUnreclaim:        92204 kB
KernelStack:        4448 kB
PageTables:        15112 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    6591848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150680 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    593920 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433036 MiB
End job on nodeC035 at 2025-06-30 16:02:35