Trace number 4484586

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 63f22ad? (TO) 3602.3 3614.44

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/~walser/
benchmarks/radar/normalized-30:70:4.5:0.95:98.opb
MD5SUM3dc780a187102f53f7868f024506933f
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark3.27712
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10989
Total number of constraints12472
Number of constraints which are clauses10469
Number of constraints which are cardinality constraints (but not clauses)2003
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint25
Number of terms in the objective function 10989
Biggest coefficient in the objective function 5985
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 32028
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 5985
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 32028
Number of bits of the biggest sum of numbers15
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-4484586-1751287749.opb'
0.00/0.02	c 	read 0.60MB  (9.94ms)
0.00/0.02	c	 [cnf: #variables 10989 #clauses 12472 #duplicates 1 #arr 57375]
0.00/0.02	c 
0.00/0.02	c make graph and approximate orbits
0.00/0.03	c	 [group: #orbits ~= 2] (14.88ms)
0.00/0.03	c 
0.00/0.03	c detect special group actions
0.00/0.03	c 	probe for Johnson action (limit=64)
0.00/0.03	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.03	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.03	c 	 (1.79ms)
0.00/0.03	c 
0.00/0.03	c detect symmetries on remainder
0.00/0.03	c 	[graph: #vertices 63581 #edges 194990]
0.00/0.03	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.04	c 	 [group: #symmetries 2.00*10^0 #generators 1] (10.44ms)
0.00/0.04	c 
0.00/0.04	c optimize generators (opt_passes=64, conjugate_limit=256)
0.00/0.04	c 	(0.00ms)
0.00/0.04	c 
0.00/0.04	c finalize break order and special generators
0.00/0.04	c 
0.00/0.04	c add generic predicates (break_depth=20)
0.00/0.04	c 	added predicates for 1 generators (0.01ms)
0.00/0.04	c 
0.00/0.04	c generation finished
0.00/0.04	c 	[sbp: #constraints 1 #add_vars 0]
0.00/0.04	c 
0.00/0.04	c write result to 'HOME/instance-4484586-1751287749.opb.pre'
0.00/0.05	c 	wrote 0.62MB (1.61ms)
0.00/0.05	c ------------------------------------------------------------------
0.00/0.05	c                  14.88ms 37.20% approx_orbits
0.00/0.05	c                  10.44ms 26.11% detect_generic
0.00/0.05	c                   9.94ms 24.85% parse
0.00/0.05	c                   1.79ms  4.47% detect_special
0.00/0.05	c                   1.61ms  4.02% output
0.00/0.05	c                   0.94ms  2.36% other
0.00/0.05	c                   0.39ms  0.97% finalize_order
0.00/0.05	c                   0.01ms  0.02% break_generic
0.00/0.05	c                   0.00ms  0.01% optimize_gens
0.00/0.05	c         ───────────────────────────────────────────────
0.00/0.05	c                  40.00ms   100% total
0.00/0.05	c ------------------------------------------------------------------
0.00/0.06	c RoundingSat 2
0.00/0.06	c branch pb25
0.00/0.06	c commit 63f22ad
0.06/0.13	c #variables 10989 #constraints 12472
0.06/0.13	c objective is ce32 
0.56/0.66	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.56/0.66	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.56/0.66	c bounds 1357 >= -5985 @ 0.582649
0.74/0.85	c bounds 1356 >= -5985 @ 0.74321
0.74/0.85	c bounds 1356 >= -5982 @ 0.745103
0.74/0.85	c bounds 1356 >= -5978 @ 0.746918
0.74/0.86	c bounds 1356 >= -5975 @ 0.747694
0.74/0.86	c bounds 1356 >= -5972 @ 0.749584
0.74/0.86	c bounds 1356 >= -5969 @ 0.751606
0.74/0.86	c bounds 1356 >= -5965 @ 0.752811
0.74/0.86	c bounds 1356 >= -5962 @ 0.755169
0.74/0.87	c bounds 1356 >= -5954 @ 0.756666
0.74/0.87	c bounds 1356 >= -5951 @ 0.758345
0.74/0.87	c bounds 1356 >= -5947 @ 0.759979
0.74/0.88	c bounds 1356 >= -5944 @ 0.76179
0.74/0.88	c bounds 1356 >= -5941 @ 0.762682
0.74/0.88	c bounds 1356 >= -5938 @ 0.764511
0.74/0.88	c bounds 1356 >= -5935 @ 0.765433
0.74/0.89	c bounds 1356 >= -5932 @ 0.76731
0.74/0.89	c bounds 1356 >= -5923 @ 0.769132
0.74/0.89	c bounds 1356 >= -5920 @ 0.771733
0.85/0.90	c bounds 1356 >= -5917 @ 0.773848
0.85/0.90	c bounds 1355 >= -5917 @ 0.777997
0.85/0.91	c bounds 1355 >= -5914 @ 0.780387
0.85/0.91	c bounds 1355 >= -5911 @ 0.781714
0.85/0.91	c bounds 1355 >= -5905 @ 0.783999
0.85/0.92	c bounds 1355 >= -5899 @ 0.785379
0.85/0.92	c bounds 1355 >= -5896 @ 0.786684
0.85/0.92	c bounds 1355 >= -5893 @ 0.788003
0.85/0.93	c bounds 1354 >= -5893 @ 0.792936
0.85/0.94	c bounds 1354 >= -5890 @ 0.794608
0.85/0.94	c bounds 1354 >= -5881 @ 0.797014
0.85/0.95	c bounds 1354 >= -5878 @ 0.799514
0.85/0.95	c bounds 1354 >= -5875 @ 0.801007
0.85/0.95	c bounds 1354 >= -5872 @ 0.802546
0.85/0.96	c bounds 1354 >= -5866 @ 0.804019
0.85/0.96	c bounds 1351 >= -5866 @ 0.808424
0.85/0.97	c bounds 1351 >= -5863 @ 0.809226
0.85/0.97	c bounds 1351 >= -5860 @ 0.810723
0.85/0.97	c bounds 1351 >= -5857 @ 0.813233
0.85/0.98	c bounds 1351 >= -5854 @ 0.815777
0.85/0.98	c bounds 1351 >= -5851 @ 0.817463
0.85/0.98	c bounds 1351 >= -5848 @ 0.819018
0.85/0.99	c bounds 1350 >= -5848 @ 0.82434
0.85/1.00	c bounds 1350 >= -5842 @ 0.826261
0.95/1.00	c bounds 1350 >= -5839 @ 0.829012
0.95/1.01	c bounds 1350 >= -5836 @ 0.831769
0.95/1.01	c bounds 1350 >= -5833 @ 0.83452
0.95/1.01	c bounds 1350 >= -5830 @ 0.836355
0.95/1.02	c bounds 1348 >= -5830 @ 0.843336
0.95/1.03	c bounds 1348 >= -5827 @ 0.845388
0.95/1.03	c bounds 1348 >= -5824 @ 0.847138
0.95/1.04	c bounds 1348 >= -5821 @ 0.849975
0.95/1.04	c bounds 1348 >= -5818 @ 0.853785
0.95/1.04	c bounds 1348 >= -5809 @ 0.855683
0.95/1.05	c bounds 1348 >= -5806 @ 0.858498
0.95/1.06	c bounds 1347 >= -5806 @ 0.861305
0.95/1.06	c bounds 1347 >= -5800 @ 0.863271
0.95/1.07	c bounds 1347 >= -5797 @ 0.8642
0.95/1.07	c bounds 1347 >= -5791 @ 0.867047
0.95/1.07	c bounds 1347 >= -5788 @ 0.868887
0.95/1.08	c bounds 1347 >= -5779 @ 0.870742
0.95/1.09	c bounds 1346 >= -5779 @ 0.875382
0.95/1.09	c bounds 1346 >= -5776 @ 0.876471
0.95/1.09	c bounds 1346 >= -5773 @ 0.87736
0.95/1.10	c bounds 1346 >= -5770 @ 0.879239
1.06/1.10	c bounds 1346 >= -5764 @ 0.881109
1.06/1.11	c bounds 1346 >= -5758 @ 0.884846
1.06/1.11	c bounds 1346 >= -5755 @ 0.886717
1.06/1.12	c bounds 1342 >= -5755 @ 0.892426
1.06/1.12	c bounds 1342 >= -5752 @ 0.894449
1.06/1.13	c bounds 1342 >= -5749 @ 0.896283
1.06/1.13	c bounds 1342 >= -5746 @ 0.898233
1.06/1.13	c bounds 1342 >= -5743 @ 0.90102
1.06/1.14	c bounds 1341 >= -5743 @ 0.904617
1.06/1.15	c bounds 1341 >= -5740 @ 0.907728
1.06/1.15	c bounds 1341 >= -5737 @ 0.910599
1.06/1.15	c bounds 1341 >= -5731 @ 0.912513
1.06/1.16	c bounds 1341 >= -5728 @ 0.914429
1.06/1.16	c bounds 1341 >= -5719 @ 0.917361
1.06/1.17	c bounds 1340 >= -5719 @ 0.921868
1.06/1.18	c bounds 1340 >= -5716 @ 0.925069
1.06/1.18	c bounds 1340 >= -5710 @ 0.927129
1.06/1.18	c bounds 1340 >= -5704 @ 0.931014
1.06/1.19	c bounds 1340 >= -5701 @ 0.93209
1.06/1.19	c bounds 1340 >= -5692 @ 0.935057
1.14/1.20	c bounds 1337 >= -5692 @ 0.938676
1.14/1.20	c bounds 1337 >= -5686 @ 0.942798
1.14/1.21	c bounds 1337 >= -5680 @ 0.944553
1.14/1.21	c bounds 1337 >= -5677 @ 0.944943
1.14/1.22	c bounds 1337 >= -5674 @ 0.946951
1.14/1.23	c bounds 1336 >= -5674 @ 0.951795
1.14/1.23	c bounds 1336 >= -5671 @ 0.954133
1.14/1.23	c bounds 1336 >= -5668 @ 0.956161
1.14/1.24	c bounds 1336 >= -5662 @ 0.957195
1.14/1.24	c bounds 1336 >= -5659 @ 0.959238
1.14/1.25	c bounds 1336 >= -5656 @ 0.961421
1.14/1.26	c bounds 1332 >= -5656 @ 0.968531
1.14/1.26	c bounds 1332 >= -5653 @ 0.973042
1.14/1.27	c bounds 1332 >= -5650 @ 0.975166
1.14/1.27	c bounds 1332 >= -5647 @ 0.977186
1.14/1.27	c bounds 1332 >= -5644 @ 0.980275
1.14/1.28	c bounds 1332 >= -5641 @ 0.983312
1.14/1.29	c bounds 1331 >= -5641 @ 0.990598
1.14/1.29	c bounds 1331 >= -5638 @ 0.992972
1.25/1.30	c bounds 1331 >= -5635 @ 0.994047
1.25/1.30	c bounds 1331 >= -5632 @ 0.996082
1.25/1.31	c bounds 1331 >= -5629 @ 0.99823
1.25/1.32	c bounds 1327 >= -5629 @ 1.00458
1.25/1.32	c bounds 1327 >= -5626 @ 1.00704
1.25/1.32	c bounds 1327 >= -5623 @ 1.00813
1.25/1.33	c bounds 1327 >= -5620 @ 1.01217
1.25/1.33	c bounds 1327 >= -5617 @ 1.01436
1.25/1.34	c bounds 1327 >= -5614 @ 1.01643
1.25/1.34	c bounds 1327 >= -5611 @ 1.0177
1.25/1.35	c bounds 1326 >= -5611 @ 1.0222
1.25/1.36	c bounds 1326 >= -5608 @ 1.02553
1.25/1.36	c bounds 1326 >= -5605 @ 1.02686
1.25/1.36	c bounds 1326 >= -5602 @ 1.03094
1.25/1.37	c bounds 1326 >= -5599 @ 1.03217
1.25/1.38	c bounds 1324 >= -5599 @ 1.0368
1.25/1.38	c bounds 1324 >= -5596 @ 1.03923
1.25/1.38	c bounds 1324 >= -5593 @ 1.04065
1.25/1.39	c bounds 1324 >= -5590 @ 1.0428
1.25/1.39	c bounds 1324 >= -5587 @ 1.04412
1.35/1.41	c bounds 1321 >= -5587 @ 1.0555
1.35/1.41	c bounds 1321 >= -5584 @ 1.05812
1.35/1.42	c bounds 1321 >= -5581 @ 1.06042
1.35/1.42	c bounds 1321 >= -5578 @ 1.06181
1.35/1.43	c bounds 1321 >= -5575 @ 1.06303
1.35/1.43	c bounds 1321 >= -5572 @ 1.06631
1.35/1.43	c bounds 1321 >= -5569 @ 1.06858
1.35/1.47	c bounds 1319 >= -5569 @ 1.0962
1.35/1.47	c bounds 1319 >= -5566 @ 1.09992
1.35/1.47	c bounds 1319 >= -5563 @ 1.10345
1.35/1.48	c bounds 1319 >= -5560 @ 1.10673
1.35/1.48	c bounds 1319 >= -5557 @ 1.10905
1.35/1.49	c bounds 1319 >= -5551 @ 1.1124
1.35/1.49	c bounds 1319 >= -5548 @ 1.11382
1.44/1.50	c bounds 1319 >= -5545 @ 1.11714
1.44/1.50	c bounds 1319 >= -5542 @ 1.11964
1.44/1.50	c bounds 1319 >= -5539 @ 1.12103
1.44/1.51	c bounds 1319 >= -5536 @ 1.12254
1.44/1.51	c bounds 1319 >= -5533 @ 1.12523
1.44/1.52	c bounds 1319 >= -5530 @ 1.12672
1.44/1.52	c bounds 1319 >= -5527 @ 1.12906
1.44/1.53	c bounds 1319 >= -5524 @ 1.13352
1.44/1.53	c bounds 1319 >= -5521 @ 1.13507
1.44/1.54	c bounds 1319 >= -5518 @ 1.1366
1.44/1.54	c bounds 1319 >= -5515 @ 1.13904
1.44/1.55	c bounds 1318 >= -5515 @ 1.14417
1.44/1.55	c bounds 1318 >= -5512 @ 1.1459
1.44/1.56	c bounds 1318 >= -5506 @ 1.14855
1.44/1.56	c bounds 1318 >= -5503 @ 1.15001
1.44/1.57	c bounds 1318 >= -5500 @ 1.15451
1.44/1.58	c bounds 1317 >= -5500 @ 1.16106
1.44/1.58	c bounds 1317 >= -5497 @ 1.1649
1.44/1.58	c bounds 1317 >= -5494 @ 1.1675
1.44/1.59	c bounds 1317 >= -5491 @ 1.16915
1.44/1.59	c bounds 1317 >= -5488 @ 1.17182
1.55/1.60	c bounds 1317 >= -5485 @ 1.17451
1.55/1.61	c bounds 1316 >= -5485 @ 1.18415
1.55/1.62	c bounds 1316 >= -5482 @ 1.18724
1.55/1.62	c bounds 1316 >= -5479 @ 1.19002
1.55/1.62	c bounds 1316 >= -5476 @ 1.19381
1.55/1.63	c bounds 1316 >= -5473 @ 1.19704
1.55/1.63	c bounds 1316 >= -5470 @ 1.1989
1.55/1.64	c bounds 1315 >= -5470 @ 1.20832
1.55/1.65	c bounds 1315 >= -5467 @ 1.21157
1.55/1.65	c bounds 1315 >= -5464 @ 1.21552
1.55/1.66	c bounds 1315 >= -5461 @ 1.21845
1.55/1.66	c bounds 1315 >= -5458 @ 1.22123
1.55/1.67	c bounds 1315 >= -5455 @ 1.22315
1.55/1.68	c bounds 1312 >= -5455 @ 1.23023
1.55/1.68	c bounds 1312 >= -5452 @ 1.23361
1.55/1.69	c bounds 1312 >= -5449 @ 1.23841
1.65/1.70	c bounds 1310 >= -5449 @ 1.24609
1.65/1.71	c bounds 1310 >= -5446 @ 1.25004
1.65/1.71	c bounds 1310 >= -5443 @ 1.25304
1.65/1.72	c bounds 1310 >= -5440 @ 1.25939
1.65/1.74	c bounds 1309 >= -5440 @ 1.27857
1.65/1.75	c bounds 1309 >= -5437 @ 1.28283
1.65/1.76	c bounds 1309 >= -5434 @ 1.28733
1.65/1.76	c bounds 1309 >= -5431 @ 1.29071
1.65/1.77	c bounds 1309 >= -5428 @ 1.29515
1.75/1.81	c bounds 1308 >= -5428 @ 1.33017
1.75/1.82	c bounds 1308 >= -5425 @ 1.33699
1.75/1.82	c bounds 1308 >= -5422 @ 1.33956
1.75/1.83	c bounds 1308 >= -5419 @ 1.34355
1.75/1.84	c bounds 1308 >= -5416 @ 1.35309
1.75/1.87	c bounds 1305 >= -5416 @ 1.37942
1.75/1.88	c bounds 1305 >= -5413 @ 1.38651
1.84/1.92	c bounds 1304 >= -5413 @ 1.41935
1.84/1.93	c bounds 1304 >= -5410 @ 1.42509
1.84/1.94	c bounds 1304 >= -5407 @ 1.43463
1.84/1.94	c bounds 1304 >= -5404 @ 1.44018
1.84/1.96	c bounds 1302 >= -5404 @ 1.44868
1.84/1.97	c bounds 1302 >= -5401 @ 1.45435
1.84/1.97	c bounds 1302 >= -5398 @ 1.45773
1.84/1.98	c bounds 1301 >= -5398 @ 1.46989
1.84/2.00	c bounds 1301 >= -5395 @ 1.47428
1.96/2.00	c bounds 1301 >= -5392 @ 1.47988
1.96/2.02	c bounds 1299 >= -5392 @ 1.48737
1.96/2.03	c bounds 1299 >= -5389 @ 1.49536
1.96/2.04	c bounds 1298 >= -5389 @ 1.50752
1.96/2.05	c bounds 1298 >= -5386 @ 1.51569
1.96/2.06	c bounds 1297 >= -5386 @ 1.52149
1.96/2.07	c bounds 1297 >= -5383 @ 1.52838
1.96/2.10	c bounds 1296 >= -5383 @ 1.55111
2.05/2.11	c bounds 1296 >= -5380 @ 1.55952
2.05/2.14	c bounds 1295 >= -5380 @ 1.58304
2.05/2.15	c #Conflicts:       1000 | #Constraints:      14394
2.05/2.15	c bounds 1295 >= -5377 @ 1.59483
2.05/2.17	c bounds 1294 >= -5377 @ 1.60853
2.05/2.18	c bounds 1294 >= -5374 @ 1.62091
2.05/2.20	c bounds 1291 >= -5374 @ 1.6307
2.15/2.20	c bounds 1291 >= -5371 @ 1.63471
2.15/2.22	c bounds 1291 >= -5368 @ 1.65052
2.15/2.23	c bounds 1289 >= -5368 @ 1.65719
2.15/2.24	c bounds 1288 >= -5368 @ 1.66962
2.15/2.26	c bounds 488 >= -5368 @ 1.68293
2.24/2.33	c bounds 487 >= -5368 @ 1.74794
2.24/2.33	c bounds 487 >= -5366 @ 1.7514
2.24/2.34	c bounds 487 >= -5364 @ 1.7536
2.24/2.34	c bounds 487 >= -5362 @ 1.75491
2.24/2.34	c bounds 487 >= -5360 @ 1.75712
2.24/2.35	c bounds 487 >= -5356 @ 1.75865
2.24/2.35	c bounds 487 >= -5354 @ 1.75999
2.24/2.35	c bounds 487 >= -5350 @ 1.76293
2.24/2.36	c bounds 487 >= -5348 @ 1.76584
2.24/2.36	c bounds 487 >= -5346 @ 1.76775
2.24/2.37	c bounds 487 >= -5342 @ 1.76951
2.24/2.37	c bounds 487 >= -5338 @ 1.77245
2.24/2.37	c bounds 487 >= -5334 @ 1.77391
2.24/2.38	c bounds 487 >= -5330 @ 1.77587
2.24/2.38	c bounds 487 >= -5326 @ 1.77887
2.24/2.39	c bounds 487 >= -5320 @ 1.78087
2.24/2.39	c bounds 487 >= -5316 @ 1.78388
2.24/2.39	c bounds 487 >= -5314 @ 1.78591
2.34/2.40	c bounds 487 >= -5310 @ 1.78795
2.34/2.40	c bounds 487 >= -5306 @ 1.78998
2.34/2.41	c bounds 487 >= -5302 @ 1.792
2.34/2.50	c bounds 486 >= -5302 @ 1.87405
2.44/2.50	c bounds 486 >= -5300 @ 1.87758
2.44/2.50	c bounds 486 >= -5296 @ 1.88064
2.44/2.51	c bounds 486 >= -5294 @ 1.88268
2.44/2.51	c bounds 486 >= -5288 @ 1.88577
2.44/2.52	c bounds 486 >= -5286 @ 1.88982
2.44/2.52	c bounds 486 >= -5284 @ 1.89391
2.44/2.52	c bounds 486 >= -5278 @ 1.896
2.44/2.53	c bounds 486 >= -5274 @ 1.89727
2.44/2.53	c bounds 486 >= -5270 @ 1.89835
2.44/2.54	c bounds 486 >= -5268 @ 1.90044
2.44/2.54	c bounds 486 >= -5266 @ 1.90251
2.44/2.54	c bounds 486 >= -5264 @ 1.9046
2.44/2.55	c bounds 486 >= -5260 @ 1.90672
2.44/2.55	c bounds 486 >= -5256 @ 1.90887
2.44/2.56	c bounds 486 >= -5254 @ 1.91002
2.44/2.56	c bounds 486 >= -5252 @ 1.91124
2.44/2.57	c bounds 486 >= -5250 @ 1.91328
2.44/2.57	c bounds 486 >= -5248 @ 1.91454
2.44/2.57	c bounds 486 >= -5244 @ 1.91767
2.44/2.58	c bounds 486 >= -5242 @ 1.91933
2.44/2.58	c bounds 486 >= -5240 @ 1.92048
2.44/2.59	c bounds 486 >= -5238 @ 1.92456
2.44/2.59	c bounds 486 >= -5236 @ 1.92877
2.44/2.60	c bounds 486 >= -5234 @ 1.93199
2.55/2.60	c bounds 486 >= -5232 @ 1.93434
2.55/2.60	c bounds 486 >= -5230 @ 1.93471
2.55/2.61	c bounds 486 >= -5228 @ 1.93784
2.55/2.61	c bounds 486 >= -5226 @ 1.9401
2.55/2.62	c bounds 486 >= -5224 @ 1.94148
2.55/2.62	c bounds 486 >= -5222 @ 1.94382
2.55/2.63	c bounds 486 >= -5218 @ 1.94614
2.55/2.63	c bounds 486 >= -5216 @ 1.94853
2.55/2.63	c bounds 486 >= -5212 @ 1.95086
2.55/2.64	c bounds 486 >= -5210 @ 1.95517
2.55/2.64	c bounds 486 >= -5208 @ 1.9575
2.55/2.65	c bounds 486 >= -5202 @ 1.96083
2.55/2.65	c bounds 486 >= -5198 @ 1.96426
2.55/2.66	c bounds 486 >= -5196 @ 1.96686
2.55/2.66	c bounds 486 >= -5194 @ 1.96928
2.55/2.66	c bounds 486 >= -5192 @ 1.97051
2.55/2.67	c bounds 486 >= -5188 @ 1.97379
2.55/2.67	c bounds 486 >= -5186 @ 1.97529
2.55/2.68	c bounds 486 >= -5182 @ 1.97656
2.55/2.68	c bounds 486 >= -5178 @ 1.97995
2.55/2.69	c bounds 486 >= -5176 @ 1.98134
2.55/2.69	c bounds 486 >= -5174 @ 1.98355
2.55/2.70	c bounds 486 >= -5170 @ 1.98583
2.64/2.70	c bounds 486 >= -5168 @ 1.9881
2.64/2.70	c bounds 486 >= -5164 @ 1.98944
2.64/2.71	c bounds 486 >= -5162 @ 1.9917
2.64/2.71	c bounds 486 >= -5160 @ 1.99416
2.64/2.72	c bounds 486 >= -5158 @ 1.99541
2.64/2.72	c bounds 486 >= -5156 @ 1.99768
2.64/2.73	c bounds 486 >= -5154 @ 1.99908
2.64/2.73	c bounds 486 >= -5152 @ 2.00028
2.64/2.73	c bounds 486 >= -5148 @ 2.00248
2.64/2.74	c bounds 486 >= -5144 @ 2.00395
2.64/2.74	c bounds 486 >= -5142 @ 2.00616
2.64/2.75	c bounds 486 >= -5136 @ 2.00738
2.64/2.75	c bounds 486 >= -5130 @ 2.01064
2.64/2.76	c bounds 486 >= -5128 @ 2.01295
2.64/2.76	c bounds 486 >= -5124 @ 2.01493
2.64/2.76	c bounds 486 >= -5120 @ 2.01728
2.64/2.77	c bounds 486 >= -5118 @ 2.01936
2.64/2.77	c bounds 486 >= -5116 @ 2.02291
2.64/2.78	c bounds 486 >= -5112 @ 2.02531
3.34/3.47	c bounds 485 >= -5112 @ 2.67821
3.34/3.47	c bounds 485 >= -5110 @ 2.68126
3.34/3.48	c bounds 485 >= -5108 @ 2.68474
3.34/3.48	c bounds 485 >= -5104 @ 2.68731
3.34/3.49	c bounds 485 >= -5102 @ 2.69068
3.34/3.49	c bounds 485 >= -5100 @ 2.69221
3.34/3.49	c bounds 485 >= -5098 @ 2.69656
3.44/3.50	c bounds 485 >= -5094 @ 2.70007
3.44/3.50	c bounds 485 >= -5092 @ 2.70162
3.44/3.51	c bounds 485 >= -5090 @ 2.70418
3.44/3.51	c bounds 485 >= -5088 @ 2.70756
3.44/3.52	c bounds 485 >= -5084 @ 2.71098
3.44/3.52	c bounds 485 >= -5080 @ 2.71245
3.44/3.53	c bounds 485 >= -5078 @ 2.7145
3.44/3.53	c bounds 485 >= -5074 @ 2.7183
3.44/3.54	c bounds 485 >= -5072 @ 2.72021
3.44/3.54	c bounds 485 >= -5070 @ 2.72456
3.44/3.54	c bounds 485 >= -5064 @ 2.72606
3.44/3.55	c bounds 485 >= -5062 @ 2.72841
3.44/3.55	c bounds 485 >= -5060 @ 2.72995
3.44/3.56	c bounds 485 >= -5058 @ 2.7323
3.44/3.56	c bounds 485 >= -5054 @ 2.73567
3.44/3.57	c bounds 485 >= -5048 @ 2.73816
3.44/3.57	c bounds 485 >= -5044 @ 2.74054
3.44/3.58	c bounds 485 >= -5042 @ 2.74393
3.44/3.58	c bounds 485 >= -5036 @ 2.74534
3.44/3.58	c bounds 485 >= -5034 @ 2.7497
3.44/3.59	c bounds 485 >= -5032 @ 2.75122
3.44/3.59	c bounds 485 >= -5026 @ 2.75458
3.54/3.60	c bounds 485 >= -5022 @ 2.7571
3.54/3.60	c bounds 485 >= -5020 @ 2.76045
3.54/3.61	c bounds 485 >= -5018 @ 2.762
3.54/3.61	c bounds 485 >= -5016 @ 2.76432
3.54/3.62	c bounds 485 >= -5012 @ 2.76587
3.54/3.62	c bounds 485 >= -5010 @ 2.76914
3.54/3.62	c bounds 485 >= -5008 @ 2.77256
3.54/3.63	c bounds 485 >= -5004 @ 2.77494
3.54/3.63	c bounds 485 >= -5002 @ 2.77635
3.54/3.64	c bounds 485 >= -5000 @ 2.77985
3.54/3.64	c bounds 485 >= -4998 @ 2.78256
3.54/3.65	c bounds 485 >= -4996 @ 2.78515
3.54/3.65	c bounds 485 >= -4994 @ 2.78674
3.54/3.66	c bounds 485 >= -4992 @ 2.78808
3.54/3.66	c bounds 485 >= -4990 @ 2.79142
3.54/3.66	c bounds 485 >= -4988 @ 2.79481
3.54/3.67	c bounds 485 >= -4986 @ 2.79624
3.54/3.67	c bounds 485 >= -4982 @ 2.79964
3.54/3.68	c bounds 485 >= -4980 @ 2.80213
3.54/3.68	c bounds 485 >= -4978 @ 2.80468
3.54/3.69	c bounds 485 >= -4974 @ 2.80794
3.54/3.69	c bounds 485 >= -4972 @ 2.81235
3.64/3.70	c bounds 485 >= -4968 @ 2.81578
3.64/3.70	c bounds 485 >= -4964 @ 2.81921
3.64/3.70	c bounds 485 >= -4962 @ 2.82176
3.64/3.71	c bounds 485 >= -4960 @ 2.82533
3.64/3.71	c bounds 485 >= -4958 @ 2.8298
3.64/3.72	c bounds 485 >= -4956 @ 2.83226
3.64/3.72	c bounds 485 >= -4954 @ 2.83373
3.64/3.73	c bounds 485 >= -4952 @ 2.83519
3.64/3.73	c bounds 485 >= -4948 @ 2.83963
3.64/3.74	c bounds 485 >= -4946 @ 2.84108
3.64/3.74	c bounds 485 >= -4942 @ 2.84263
3.64/3.74	c bounds 485 >= -4940 @ 2.84397
3.64/3.75	c bounds 485 >= -4938 @ 2.84782
3.64/3.75	c bounds 485 >= -4936 @ 2.85026
3.64/3.76	c bounds 485 >= -4932 @ 2.85377
3.64/3.76	c bounds 485 >= -4928 @ 2.85628
3.64/3.77	c bounds 485 >= -4924 @ 2.85783
3.64/3.77	c bounds 485 >= -4920 @ 2.86023
3.64/3.78	c bounds 485 >= -4916 @ 2.86274
3.64/3.78	c bounds 485 >= -4914 @ 2.86522
3.64/3.79	c bounds 485 >= -4910 @ 2.86675
3.64/3.79	c bounds 485 >= -4908 @ 2.87014
3.64/3.79	c bounds 485 >= -4904 @ 2.87255
3.74/3.80	c bounds 485 >= -4902 @ 2.875
3.74/3.80	c bounds 485 >= -4898 @ 2.87758
3.74/3.81	c bounds 485 >= -4896 @ 2.87901
3.74/3.81	c bounds 485 >= -4894 @ 2.88248
3.74/3.82	c bounds 485 >= -4892 @ 2.885
3.74/3.82	c bounds 485 >= -4890 @ 2.88758
3.74/3.83	c bounds 485 >= -4888 @ 2.88991
3.74/3.83	c bounds 485 >= -4882 @ 2.89149
3.74/3.83	c bounds 485 >= -4880 @ 2.89378
3.74/3.84	c bounds 485 >= -4878 @ 2.89628
3.74/3.84	c bounds 485 >= -4876 @ 2.89782
3.74/3.85	c bounds 485 >= -4874 @ 2.90019
3.74/3.85	c bounds 485 >= -4872 @ 2.9027
3.74/3.86	c bounds 485 >= -4870 @ 2.90658
3.74/3.86	c bounds 485 >= -4868 @ 2.90896
3.74/3.87	c bounds 485 >= -4864 @ 2.91143
3.74/3.87	c bounds 485 >= -4860 @ 2.91387
3.74/3.88	c bounds 485 >= -4858 @ 2.91829
3.74/3.88	c bounds 485 >= -4856 @ 2.92075
3.74/3.88	c bounds 485 >= -4854 @ 2.92418
3.74/3.89	c bounds 485 >= -4852 @ 2.92669
3.74/3.89	c bounds 485 >= -4850 @ 2.93009
3.84/3.90	c bounds 485 >= -4846 @ 2.9325
3.84/3.90	c bounds 485 >= -4842 @ 2.93495
3.84/3.91	c bounds 485 >= -4838 @ 2.9365
3.84/3.91	c bounds 485 >= -4836 @ 2.93982
3.84/3.92	c bounds 485 >= -4834 @ 2.94324
3.84/3.92	c bounds 485 >= -4830 @ 2.94572
3.84/3.92	c bounds 485 >= -4828 @ 2.94915
3.84/3.93	c bounds 485 >= -4822 @ 2.95172
3.84/3.93	c bounds 485 >= -4820 @ 2.95514
3.84/3.94	c bounds 485 >= -4818 @ 2.95764
3.84/3.94	c bounds 485 >= -4816 @ 2.96004
3.84/3.95	c bounds 485 >= -4812 @ 2.96348
3.84/3.95	c bounds 485 >= -4810 @ 2.96792
3.84/3.96	c bounds 485 >= -4806 @ 2.97048
3.84/3.96	c bounds 485 >= -4802 @ 2.97336
3.84/3.96	c bounds 485 >= -4798 @ 2.97669
3.84/3.97	c bounds 485 >= -4796 @ 2.97928
3.84/3.97	c bounds 485 >= -4792 @ 2.98159
3.84/3.98	c bounds 485 >= -4790 @ 2.98496
3.84/3.98	c bounds 485 >= -4788 @ 2.98734
3.84/3.99	c bounds 485 >= -4784 @ 2.98882
3.84/3.99	c bounds 485 >= -4778 @ 2.99131
3.84/4.00	c bounds 485 >= -4776 @ 2.99267
3.84/4.00	c bounds 485 >= -4772 @ 2.99527
3.94/4.00	c bounds 485 >= -4770 @ 2.99769
3.94/4.01	c bounds 485 >= -4766 @ 3.00123
3.94/4.01	c bounds 485 >= -4762 @ 3.00455
3.94/4.02	c bounds 485 >= -4760 @ 3.00614
3.94/4.02	c bounds 485 >= -4758 @ 3.00847
3.94/4.03	c bounds 485 >= -4754 @ 3.01183
3.94/4.03	c bounds 485 >= -4750 @ 3.01532
3.94/4.04	c bounds 485 >= -4748 @ 3.0178
3.94/4.04	c bounds 485 >= -4746 @ 3.02024
3.94/4.05	c bounds 485 >= -4744 @ 3.02274
3.94/4.05	c bounds 485 >= -4742 @ 3.02522
3.94/4.05	c bounds 485 >= -4740 @ 3.02852
3.94/4.06	c bounds 485 >= -4736 @ 3.03195
3.94/4.06	c bounds 485 >= -4734 @ 3.03545
3.94/4.07	c bounds 485 >= -4732 @ 3.03732
3.94/4.07	c bounds 485 >= -4730 @ 3.04063
3.94/4.08	c bounds 485 >= -4728 @ 3.04313
3.94/4.08	c bounds 485 >= -4726 @ 3.04731
3.94/4.09	c bounds 485 >= -4724 @ 3.05071
3.94/4.09	c bounds 485 >= -4722 @ 3.05408
3.94/4.09	c bounds 485 >= -4716 @ 3.05651
3.94/4.10	c bounds 485 >= -4712 @ 3.06091
4.05/4.10	c bounds 485 >= -4710 @ 3.06234
4.05/4.11	c bounds 485 >= -4708 @ 3.06568
4.05/4.11	c bounds 485 >= -4706 @ 3.06901
4.05/4.12	c bounds 485 >= -4704 @ 3.07143
4.05/4.12	c bounds 485 >= -4702 @ 3.074
4.05/4.13	c bounds 485 >= -4700 @ 3.07631
4.05/4.13	c bounds 485 >= -4698 @ 3.07889
4.05/4.13	c bounds 485 >= -4694 @ 3.08339
4.05/4.14	c bounds 485 >= -4692 @ 3.08683
4.05/4.14	c bounds 485 >= -4688 @ 3.0883
4.05/4.15	c bounds 485 >= -4686 @ 3.0917
4.05/4.15	c bounds 485 >= -4684 @ 3.09315
4.05/4.16	c bounds 485 >= -4682 @ 3.09551
4.05/4.16	c bounds 485 >= -4680 @ 3.09887
4.05/4.17	c bounds 485 >= -4678 @ 3.10235
4.05/4.17	c bounds 485 >= -4676 @ 3.10576
4.05/4.18	c bounds 485 >= -4674 @ 3.10855
4.05/4.18	c bounds 485 >= -4670 @ 3.11005
4.05/4.18	c bounds 485 >= -4666 @ 3.11336
4.05/4.19	c bounds 485 >= -4664 @ 3.11486
4.05/4.19	c bounds 485 >= -4662 @ 3.11726
4.14/4.20	c bounds 485 >= -4660 @ 3.1216
4.14/4.20	c bounds 485 >= -4658 @ 3.12405
4.14/4.21	c bounds 485 >= -4656 @ 3.12734
4.14/4.21	c bounds 485 >= -4654 @ 3.12971
4.14/4.21	c bounds 485 >= -4652 @ 3.13307
4.14/4.22	c bounds 485 >= -4650 @ 3.13681
4.14/4.22	c bounds 485 >= -4648 @ 3.14027
4.14/4.23	c bounds 485 >= -4646 @ 3.14176
4.14/4.23	c bounds 485 >= -4644 @ 3.14303
4.14/4.24	c bounds 485 >= -4642 @ 3.14549
4.14/4.24	c bounds 485 >= -4640 @ 3.14873
4.14/4.25	c bounds 485 >= -4638 @ 3.15089
4.14/4.25	c bounds 485 >= -4632 @ 3.15425
4.14/4.25	c bounds 485 >= -4630 @ 3.15773
4.14/4.26	c bounds 485 >= -4628 @ 3.16186
4.14/4.26	c bounds 485 >= -4626 @ 3.16323
4.14/4.27	c bounds 485 >= -4622 @ 3.16656
4.14/4.27	c bounds 485 >= -4620 @ 3.16991
4.14/4.28	c bounds 485 >= -4618 @ 3.17231
4.14/4.28	c bounds 485 >= -4616 @ 3.17407
4.14/4.29	c bounds 485 >= -4614 @ 3.17743
4.14/4.29	c bounds 485 >= -4612 @ 3.17886
4.14/4.29	c bounds 485 >= -4610 @ 3.18013
4.24/4.30	c bounds 485 >= -4608 @ 3.18449
4.24/4.30	c bounds 485 >= -4606 @ 3.18694
4.24/4.31	c bounds 485 >= -4604 @ 3.18928
4.24/4.31	c bounds 485 >= -4602 @ 3.19174
4.24/4.32	c bounds 485 >= -4598 @ 3.19405
4.24/4.32	c bounds 485 >= -4596 @ 3.19742
4.24/4.32	c bounds 485 >= -4592 @ 3.19889
4.24/4.33	c bounds 485 >= -4588 @ 3.20126
4.24/4.33	c bounds 485 >= -4584 @ 3.20377
4.24/4.34	c bounds 485 >= -4582 @ 3.20518
4.24/4.34	c bounds 485 >= -4580 @ 3.20758
4.24/4.35	c bounds 485 >= -4576 @ 3.21199
4.24/4.35	c bounds 485 >= -4574 @ 3.21543
4.24/4.36	c bounds 485 >= -4572 @ 3.21783
4.24/4.36	c bounds 485 >= -4570 @ 3.22124
4.24/4.36	c bounds 485 >= -4568 @ 3.22274
4.24/4.37	c bounds 485 >= -4566 @ 3.22508
4.24/4.37	c bounds 485 >= -4564 @ 3.2276
4.24/4.38	c bounds 485 >= -4560 @ 3.2289
4.24/4.38	c bounds 485 >= -4558 @ 3.23075
4.24/4.39	c bounds 485 >= -4554 @ 3.23405
4.24/4.39	c bounds 485 >= -4552 @ 3.23742
4.34/4.40	c bounds 485 >= -4550 @ 3.24082
4.34/4.40	c bounds 485 >= -4548 @ 3.24316
4.34/4.40	c bounds 485 >= -4546 @ 3.24647
4.34/4.41	c bounds 485 >= -4544 @ 3.24888
4.34/4.41	c bounds 485 >= -4542 @ 3.25225
4.34/4.42	c bounds 485 >= -4540 @ 3.25465
4.34/4.42	c bounds 485 >= -4538 @ 3.2559
4.34/4.43	c bounds 485 >= -4534 @ 3.25823
4.34/4.43	c bounds 485 >= -4532 @ 3.26055
4.34/4.43	c bounds 485 >= -4530 @ 3.26389
4.34/4.44	c bounds 485 >= -4528 @ 3.26816
4.34/4.44	c bounds 485 >= -4524 @ 3.2705
4.34/4.45	c bounds 485 >= -4522 @ 3.27199
4.34/4.45	c bounds 485 >= -4520 @ 3.27448
4.34/4.46	c bounds 485 >= -4518 @ 3.27666
4.34/4.46	c bounds 485 >= -4516 @ 3.27903
4.34/4.47	c bounds 485 >= -4514 @ 3.28146
4.34/4.47	c bounds 485 >= -4512 @ 3.28567
4.34/4.47	c bounds 485 >= -4510 @ 3.28902
4.34/4.48	c bounds 485 >= -4508 @ 3.29147
4.34/4.48	c bounds 485 >= -4506 @ 3.29474
4.34/4.49	c bounds 485 >= -4504 @ 3.29861
4.34/4.49	c bounds 485 >= -4502 @ 3.30205
4.44/4.50	c bounds 485 >= -4500 @ 3.30555
4.44/4.50	c bounds 485 >= -4498 @ 3.30788
4.44/4.51	c bounds 485 >= -4496 @ 3.3113
4.44/4.51	c bounds 485 >= -4492 @ 3.31475
4.44/4.51	c bounds 485 >= -4488 @ 3.31819
4.44/4.52	c bounds 485 >= -4486 @ 3.32063
4.44/4.52	c bounds 485 >= -4484 @ 3.32398
4.44/4.53	c bounds 485 >= -4482 @ 3.32645
4.44/4.53	c bounds 485 >= -4480 @ 3.32875
4.44/4.54	c bounds 485 >= -4478 @ 3.33235
4.44/4.54	c bounds 485 >= -4474 @ 3.3367
4.44/4.55	c bounds 485 >= -4472 @ 3.34104
4.44/4.55	c bounds 485 >= -4470 @ 3.34351
4.44/4.55	c bounds 485 >= -4468 @ 3.34585
4.44/4.56	c bounds 485 >= -4466 @ 3.34831
4.44/4.56	c bounds 485 >= -4464 @ 3.35055
4.44/4.57	c bounds 485 >= -4462 @ 3.35294
4.44/4.57	c bounds 485 >= -4460 @ 3.35538
4.44/4.58	c bounds 485 >= -4458 @ 3.35973
4.44/4.58	c bounds 485 >= -4454 @ 3.36317
4.44/4.58	c bounds 485 >= -4450 @ 3.3656
4.44/4.59	c bounds 485 >= -4448 @ 3.37001
4.44/4.59	c bounds 485 >= -4446 @ 3.3729
4.54/4.60	c bounds 485 >= -4444 @ 3.37582
4.54/4.60	c bounds 485 >= -4442 @ 3.37945
4.54/4.61	c bounds 485 >= -4440 @ 3.38213
4.54/4.61	c bounds 485 >= -4438 @ 3.38547
4.54/4.62	c bounds 485 >= -4434 @ 3.3899
4.54/4.62	c bounds 485 >= -4432 @ 3.39232
4.54/4.63	c bounds 485 >= -4430 @ 3.39576
4.54/4.63	c bounds 485 >= -4428 @ 3.39816
4.54/4.63	c bounds 485 >= -4426 @ 3.40053
4.54/4.64	c bounds 485 >= -4424 @ 3.4039
4.54/4.64	c bounds 485 >= -4422 @ 3.40629
4.54/4.65	c bounds 485 >= -4420 @ 3.40845
4.54/4.65	c bounds 485 >= -4418 @ 3.41011
4.54/4.66	c bounds 485 >= -4416 @ 3.41345
4.54/4.66	c bounds 485 >= -4412 @ 3.41686
4.54/4.67	c bounds 485 >= -4410 @ 3.42023
4.54/4.67	c bounds 485 >= -4406 @ 3.42265
4.54/4.67	c bounds 485 >= -4404 @ 3.42513
4.54/4.68	c bounds 485 >= -4402 @ 3.42935
4.54/4.68	c bounds 485 >= -4400 @ 3.43372
4.54/4.69	c bounds 485 >= -4398 @ 3.43616
4.54/4.69	c bounds 485 >= -4396 @ 3.43942
4.64/4.70	c bounds 485 >= -4394 @ 3.44193
4.64/4.70	c bounds 485 >= -4392 @ 3.44367
4.64/4.71	c bounds 485 >= -4390 @ 3.44804
4.64/4.71	c bounds 485 >= -4388 @ 3.45042
4.64/4.71	c bounds 485 >= -4386 @ 3.45383
4.64/4.72	c bounds 485 >= -4384 @ 3.45706
4.64/4.72	c bounds 485 >= -4382 @ 3.45838
4.64/4.73	c bounds 485 >= -4380 @ 3.46171
4.64/4.73	c bounds 485 >= -4376 @ 3.46512
4.64/4.74	c bounds 485 >= -4374 @ 3.46736
4.64/4.74	c bounds 485 >= -4370 @ 3.47068
4.64/4.74	c bounds 485 >= -4368 @ 3.4741
4.64/4.75	c bounds 485 >= -4366 @ 3.47747
4.64/4.75	c bounds 485 >= -4362 @ 3.47983
4.64/4.76	c bounds 485 >= -4360 @ 3.48315
4.64/4.76	c bounds 485 >= -4356 @ 3.48552
4.64/4.77	c bounds 485 >= -4354 @ 3.48776
4.64/4.77	c bounds 485 >= -4352 @ 3.49113
4.64/4.77	c bounds 485 >= -4350 @ 3.49433
4.64/4.78	c bounds 485 >= -4346 @ 3.49761
4.64/4.78	c bounds 485 >= -4342 @ 3.49901
4.64/4.79	c bounds 485 >= -4340 @ 3.50325
4.64/4.79	c bounds 485 >= -4338 @ 3.50666
4.73/4.80	c bounds 485 >= -4336 @ 3.50992
4.73/4.80	c bounds 485 >= -4334 @ 3.51182
4.73/4.81	c bounds 485 >= -4332 @ 3.51405
4.73/4.81	c bounds 485 >= -4330 @ 3.51642
4.73/4.81	c bounds 485 >= -4328 @ 3.51793
4.73/4.82	c bounds 485 >= -4326 @ 3.52223
4.73/4.82	c bounds 485 >= -4324 @ 3.52568
4.73/4.83	c bounds 485 >= -4320 @ 3.52811
4.73/4.83	c bounds 485 >= -4318 @ 3.5316
4.73/4.84	c bounds 485 >= -4316 @ 3.53405
4.73/4.84	c bounds 485 >= -4314 @ 3.53852
4.73/4.85	c bounds 485 >= -4312 @ 3.54301
4.73/4.85	c bounds 485 >= -4310 @ 3.54664
4.73/4.85	c bounds 485 >= -4306 @ 3.54908
4.73/4.86	c bounds 485 >= -4304 @ 3.55254
4.73/4.86	c bounds 485 >= -4302 @ 3.55507
4.73/4.87	c bounds 485 >= -4300 @ 3.55856
4.73/4.87	c bounds 485 >= -4298 @ 3.56117
4.73/4.88	c bounds 485 >= -4296 @ 3.56286
4.73/4.88	c bounds 485 >= -4294 @ 3.56739
4.73/4.89	c bounds 485 >= -4292 @ 3.56906
4.73/4.89	c bounds 485 >= -4290 @ 3.57263
4.84/4.90	c bounds 485 >= -4288 @ 3.57619
4.84/4.90	c bounds 485 >= -4286 @ 3.57893
4.84/4.91	c bounds 485 >= -4284 @ 3.58246
4.84/4.91	c bounds 485 >= -4282 @ 3.58363
4.84/4.91	c bounds 485 >= -4280 @ 3.58805
4.84/4.92	c bounds 485 >= -4278 @ 3.5898
4.84/4.92	c bounds 485 >= -4276 @ 3.59232
4.84/4.93	c bounds 485 >= -4274 @ 3.59593
4.84/4.93	c bounds 485 >= -4272 @ 3.59956
4.84/4.94	c bounds 485 >= -4270 @ 3.60317
4.84/4.94	c bounds 485 >= -4268 @ 3.60679
4.84/4.95	c bounds 485 >= -4266 @ 3.60959
4.84/4.95	c bounds 485 >= -4264 @ 3.61326
4.84/4.96	c bounds 485 >= -4262 @ 3.61697
4.84/4.96	c bounds 485 >= -4260 @ 3.61992
4.84/4.97	c bounds 485 >= -4258 @ 3.62487
4.84/4.97	c bounds 485 >= -4256 @ 3.62856
4.84/4.98	c bounds 485 >= -4254 @ 3.63232
4.84/4.98	c bounds 485 >= -4252 @ 3.63481
4.84/4.99	c bounds 485 >= -4250 @ 3.63786
4.84/4.99	c bounds 485 >= -4248 @ 3.64154
4.84/5.00	c bounds 485 >= -4246 @ 3.64444
4.84/5.00	c bounds 485 >= -4244 @ 3.64738
4.94/5.01	c bounds 485 >= -4242 @ 3.65104
4.94/5.01	c bounds 485 >= -4240 @ 3.65486
4.94/5.01	c bounds 485 >= -4238 @ 3.65674
4.94/5.02	c bounds 485 >= -4236 @ 3.65957
4.94/5.02	c bounds 485 >= -4234 @ 3.66336
4.94/5.03	c bounds 485 >= -4232 @ 3.66818
4.94/5.03	c bounds 485 >= -4228 @ 3.67222
4.94/5.04	c bounds 485 >= -4226 @ 3.67582
4.94/5.04	c bounds 485 >= -4224 @ 3.67766
4.94/5.05	c bounds 485 >= -4222 @ 3.68057
4.94/5.05	c bounds 485 >= -4220 @ 3.68343
4.94/5.06	c bounds 485 >= -4218 @ 3.68538
4.94/5.06	c bounds 485 >= -4216 @ 3.68915
4.94/5.07	c bounds 485 >= -4214 @ 3.69335
4.94/5.07	c bounds 485 >= -4212 @ 3.69727
4.94/5.08	c bounds 485 >= -4210 @ 3.701
4.94/5.08	c bounds 485 >= -4208 @ 3.70394
4.94/5.09	c bounds 485 >= -4206 @ 3.70655
4.94/5.09	c bounds 485 >= -4204 @ 3.70997
4.94/5.10	c bounds 485 >= -4202 @ 3.71403
5.04/5.10	c bounds 485 >= -4200 @ 3.71792
5.04/5.11	c bounds 485 >= -4198 @ 3.72091
5.04/5.11	c bounds 485 >= -4196 @ 3.72486
5.04/5.12	c bounds 485 >= -4194 @ 3.72848
5.64/5.72	c bounds 484 >= -4194 @ 4.30473
5.64/5.72	c bounds 484 >= -4192 @ 4.30934
5.64/5.73	c bounds 484 >= -4190 @ 4.31505
5.64/5.74	c bounds 484 >= -4188 @ 4.32081
5.64/5.74	c bounds 484 >= -4186 @ 4.32543
5.64/5.75	c bounds 484 >= -4184 @ 4.32897
5.64/5.75	c bounds 484 >= -4182 @ 4.33264
5.64/5.76	c bounds 484 >= -4180 @ 4.33741
5.64/5.76	c bounds 484 >= -4178 @ 4.341
5.64/5.77	c bounds 484 >= -4176 @ 4.34543
5.64/5.77	c bounds 484 >= -4174 @ 4.34985
5.64/5.78	c bounds 484 >= -4172 @ 4.35432
5.64/5.79	c bounds 484 >= -4170 @ 4.35665
5.64/5.79	c bounds 484 >= -4168 @ 4.36106
5.74/5.80	c bounds 484 >= -4166 @ 4.36458
5.74/5.80	c bounds 484 >= -4164 @ 4.36601
5.74/5.81	c bounds 484 >= -4162 @ 4.36852
5.74/5.81	c bounds 484 >= -4160 @ 4.37177
5.74/5.82	c bounds 484 >= -4158 @ 4.37567
5.74/5.83	c bounds 484 >= -4156 @ 4.38061
5.74/5.84	c bounds 484 >= -4154 @ 4.3915
5.74/5.86	c bounds 484 >= -4152 @ 4.40342
5.74/5.88	c bounds 484 >= -4150 @ 4.41932
5.74/5.88	c bounds 484 >= -4148 @ 4.42494
5.83/5.90	c bounds 484 >= -4146 @ 4.43569
7.13/7.20	c #Conflicts:       2000 | #Constraints:      17439
7.13/7.20	c INPROCESSING
7.13/7.20	c GARBAGE COLLECT
7.13/7.20	c bounds 484 >= -4144 @ 5.69212
7.13/7.26	c #Conflicts:       3000 | #Constraints:      16529
7.13/7.26	c bounds 484 >= -4142 @ 5.74878
7.23/7.34	c bounds 484 >= -4140 @ 5.81731
8.23/8.33	c #Conflicts:       4000 | #Constraints:      17565
8.23/8.33	c bounds 483 >= -4140 @ 6.79493
8.23/8.33	c bounds 483 >= -4138 @ 6.79971
8.23/8.34	c bounds 483 >= -4136 @ 6.80259
8.23/8.35	c bounds 483 >= -4134 @ 6.80799
8.23/8.35	c bounds 483 >= -4132 @ 6.81195
8.23/8.36	c bounds 483 >= -4130 @ 6.81468
8.33/8.40	c INPROCESSING
8.33/8.40	c GARBAGE COLLECT
8.33/8.40	c bounds 483 >= -4128 @ 6.85667
8.33/8.41	c bounds 483 >= -4126 @ 6.86104
8.33/8.41	c bounds 483 >= -4124 @ 6.8638
8.33/8.42	c bounds 483 >= -4122 @ 6.86982
8.33/8.43	c bounds 483 >= -4120 @ 6.8827
8.33/8.44	c bounds 483 >= -4118 @ 6.88991
8.33/8.48	c bounds 483 >= -4116 @ 6.9263
8.43/8.52	c #Conflicts:       5000 | #Constraints:      16957
8.43/8.52	c bounds 483 >= -4114 @ 6.95934
10.32/10.48	c #Conflicts:       6000 | #Constraints:      17969
10.32/10.48	c bounds 483 >= -4112 @ 8.86217
10.52/10.61	c INPROCESSING
10.52/10.61	c GARBAGE COLLECT
10.52/10.61	c #Conflicts:       7000 | #Constraints:      16892
10.52/10.61	c bounds 483 >= -4110 @ 8.97915
10.52/10.61	c bounds 483 >= -4108 @ 8.9813
10.52/10.62	c bounds 483 >= -4106 @ 8.98477
10.52/10.62	c bounds 483 >= -4104 @ 8.98874
10.52/10.63	c bounds 483 >= -4102 @ 8.99078
10.52/10.63	c bounds 483 >= -4100 @ 8.99376
10.52/10.63	c bounds 483 >= -4098 @ 8.99587
10.52/10.64	c bounds 483 >= -4096 @ 8.99908
10.52/10.65	c bounds 483 >= -4094 @ 9.00485
10.52/10.66	c bounds 483 >= -4092 @ 9.01791
10.62/10.71	c bounds 483 >= -4090 @ 9.06658
11.12/11.23	c #Conflicts:       8000 | #Constraints:      18081
11.12/11.23	c bounds 482 >= -4090 @ 9.57114
11.12/11.24	c bounds 482 >= -4088 @ 9.57339
11.12/11.24	c bounds 482 >= -4086 @ 9.57725
11.12/11.25	c bounds 482 >= -4084 @ 9.58131
11.12/11.25	c bounds 482 >= -4082 @ 9.58304
11.12/11.26	c bounds 482 >= -4080 @ 9.58728
11.12/11.27	c bounds 482 >= -4078 @ 9.59517
11.12/11.28	c bounds 482 >= -4076 @ 9.60483
11.22/11.31	c bounds 482 >= -4074 @ 9.62535
11.22/11.37	c #Conflicts:       9000 | #Constraints:      19237
11.22/11.37	c bounds 482 >= -4072 @ 9.68016
16.80/16.99	c INPROCESSING
16.80/16.99	c GARBAGE COLLECT
16.80/16.99	c bounds 481 >= -4072 @ 15.1759
16.80/17.00	c bounds 481 >= -4071 @ 15.1783
16.80/17.00	c bounds 481 >= -4068 @ 15.181
16.80/17.00	c bounds 481 >= -4065 @ 15.1826
16.91/17.00	c bounds 481 >= -4064 @ 15.1844
16.91/17.01	c bounds 481 >= -4063 @ 15.1863
16.91/17.01	c bounds 481 >= -4062 @ 15.1881
16.91/17.01	c bounds 481 >= -4059 @ 15.191
16.91/17.02	c bounds 481 >= -4058 @ 15.194
16.91/17.02	c bounds 481 >= -4056 @ 15.1961
16.91/17.02	c bounds 481 >= -4053 @ 15.1975
16.91/17.02	c bounds 481 >= -4050 @ 15.2007
16.91/17.03	c bounds 481 >= -4047 @ 15.203
16.91/17.03	c bounds 481 >= -4044 @ 15.2054
16.91/17.03	c bounds 481 >= -4041 @ 15.2067
16.91/17.04	c bounds 481 >= -4038 @ 15.2101
16.91/17.04	c bounds 481 >= -4035 @ 15.2115
16.91/17.04	c bounds 481 >= -4032 @ 15.2139
16.91/17.05	c bounds 481 >= -4030 @ 15.2154
16.91/17.05	c bounds 481 >= -4027 @ 15.2177
16.91/17.06	c bounds 481 >= -4024 @ 15.2192
16.91/17.06	c bounds 481 >= -4022 @ 15.2217
16.91/17.06	c bounds 481 >= -4019 @ 15.2232
16.91/17.07	c bounds 481 >= -4016 @ 15.2255
16.91/17.07	c bounds 481 >= -4014 @ 15.228
16.91/17.07	c bounds 481 >= -4011 @ 15.2304
16.91/17.08	c bounds 481 >= -4008 @ 15.233
16.91/17.08	c bounds 481 >= -4005 @ 15.2345
16.91/17.08	c bounds 481 >= -4002 @ 15.237
16.91/17.09	c bounds 481 >= -3999 @ 15.2392
16.91/17.09	c bounds 481 >= -3998 @ 15.2413
16.91/17.10	c bounds 481 >= -3995 @ 15.2433
16.91/17.10	c bounds 481 >= -3993 @ 15.2453
17.01/17.10	c bounds 481 >= -3990 @ 15.2474
17.01/17.11	c bounds 481 >= -3989 @ 15.2505
17.01/17.11	c bounds 481 >= -3986 @ 15.2526
17.01/17.12	c bounds 481 >= -3985 @ 15.2557
17.01/17.12	c bounds 481 >= -3984 @ 15.2587
17.01/17.12	c bounds 481 >= -3983 @ 15.2608
17.01/17.13	c bounds 481 >= -3981 @ 15.2639
17.01/17.13	c bounds 481 >= -3979 @ 15.2659
17.01/17.14	c bounds 481 >= -3976 @ 15.2671
17.01/17.14	c bounds 481 >= -3974 @ 15.2701
17.01/17.14	c bounds 481 >= -3973 @ 15.2712
17.01/17.15	c bounds 481 >= -3972 @ 15.2722
17.01/17.15	c bounds 481 >= -3971 @ 15.2752
17.01/17.16	c bounds 481 >= -3970 @ 15.2784
17.01/17.16	c bounds 481 >= -3969 @ 15.2804
17.01/17.16	c bounds 481 >= -3968 @ 15.2835
17.01/17.17	c bounds 481 >= -3967 @ 15.2856
17.01/17.17	c bounds 481 >= -3966 @ 15.2886
17.01/17.18	c bounds 481 >= -3965 @ 15.2907
17.01/17.18	c bounds 481 >= -3964 @ 15.2938
17.01/17.19	c bounds 481 >= -3963 @ 15.2968
17.01/17.19	c bounds 481 >= -3960 @ 15.299
17.01/17.19	c bounds 481 >= -3959 @ 15.3011
17.10/17.20	c bounds 481 >= -3958 @ 15.3022
17.10/17.20	c bounds 481 >= -3955 @ 15.3052
17.10/17.21	c bounds 481 >= -3952 @ 15.3082
17.10/17.21	c bounds 481 >= -3950 @ 15.3113
17.10/17.21	c bounds 481 >= -3949 @ 15.3154
17.10/17.22	c bounds 481 >= -3947 @ 15.3176
17.10/17.22	c bounds 481 >= -3944 @ 15.3197
17.10/17.23	c bounds 481 >= -3943 @ 15.3238
17.10/17.23	c bounds 481 >= -3940 @ 15.326
17.10/17.23	c bounds 481 >= -3938 @ 15.3281
17.10/17.24	c bounds 481 >= -3937 @ 15.3301
17.10/17.24	c bounds 481 >= -3936 @ 15.3323
17.10/17.25	c bounds 481 >= -3935 @ 15.3344
17.10/17.25	c bounds 481 >= -3932 @ 15.3365
17.10/17.26	c bounds 481 >= -3931 @ 15.3406
17.10/17.26	c bounds 481 >= -3930 @ 15.3438
17.10/17.26	c bounds 481 >= -3929 @ 15.345
17.10/17.27	c bounds 481 >= -3927 @ 15.3472
17.10/17.27	c bounds 481 >= -3925 @ 15.3502
17.10/17.28	c bounds 481 >= -3924 @ 15.3523
17.10/17.28	c bounds 481 >= -3921 @ 15.3555
17.10/17.28	c bounds 481 >= -3920 @ 15.3587
17.10/17.29	c bounds 481 >= -3919 @ 15.3609
17.10/17.29	c bounds 481 >= -3918 @ 15.362
17.20/17.30	c bounds 481 >= -3915 @ 15.3651
17.20/17.30	c bounds 481 >= -3914 @ 15.3692
17.20/17.30	c bounds 481 >= -3913 @ 15.3733
17.20/17.31	c bounds 481 >= -3911 @ 15.3765
17.20/17.31	c bounds 481 >= -3910 @ 15.3786
17.20/17.32	c bounds 481 >= -3909 @ 15.3809
17.20/17.32	c bounds 481 >= -3908 @ 15.3829
17.20/17.33	c bounds 481 >= -3906 @ 15.3852
17.20/17.33	c bounds 481 >= -3903 @ 15.3873
17.20/17.33	c bounds 481 >= -3901 @ 15.3904
17.20/17.34	c bounds 481 >= -3900 @ 15.3935
17.20/17.34	c bounds 481 >= -3899 @ 15.3967
17.20/17.35	c bounds 481 >= -3896 @ 15.3999
17.20/17.35	c bounds 481 >= -3894 @ 15.4031
17.20/17.35	c bounds 481 >= -3893 @ 15.4053
17.20/17.36	c bounds 481 >= -3891 @ 15.4076
17.20/17.36	c bounds 481 >= -3890 @ 15.4098
17.20/17.37	c bounds 481 >= -3887 @ 15.411
17.20/17.37	c bounds 481 >= -3884 @ 15.4141
17.20/17.38	c bounds 481 >= -3883 @ 15.4164
17.20/17.38	c bounds 481 >= -3880 @ 15.4196
17.20/17.38	c bounds 481 >= -3878 @ 15.4237
17.20/17.39	c bounds 481 >= -3877 @ 15.425
17.20/17.39	c bounds 481 >= -3875 @ 15.4272
17.30/17.40	c bounds 481 >= -3874 @ 15.4293
17.30/17.40	c bounds 481 >= -3871 @ 15.4325
17.30/17.41	c bounds 481 >= -3870 @ 15.4338
17.30/17.41	c bounds 481 >= -3868 @ 15.4349
17.30/17.41	c bounds 481 >= -3867 @ 15.4381
17.30/17.42	c bounds 481 >= -3865 @ 15.4404
17.30/17.42	c bounds 481 >= -3863 @ 15.4426
17.30/17.43	c bounds 481 >= -3862 @ 15.4457
17.30/17.43	c bounds 481 >= -3861 @ 15.4499
17.30/17.43	c bounds 481 >= -3860 @ 15.4521
17.30/17.44	c bounds 481 >= -3858 @ 15.4563
17.30/17.44	c bounds 481 >= -3857 @ 15.4586
17.30/17.45	c bounds 481 >= -3856 @ 15.4608
17.30/17.45	c bounds 481 >= -3855 @ 15.464
17.30/17.46	c bounds 481 >= -3854 @ 15.4673
17.30/17.46	c bounds 481 >= -3853 @ 15.4696
17.30/17.46	c bounds 481 >= -3852 @ 15.4719
17.30/17.47	c bounds 481 >= -3851 @ 15.4743
17.30/17.47	c bounds 481 >= -3848 @ 15.4756
17.30/17.48	c bounds 481 >= -3847 @ 15.4768
17.30/17.48	c bounds 481 >= -3845 @ 15.48
17.30/17.49	c bounds 481 >= -3842 @ 15.4833
17.30/17.49	c bounds 481 >= -3841 @ 15.4847
17.30/17.49	c bounds 481 >= -3840 @ 15.487
17.40/17.50	c bounds 481 >= -3839 @ 15.4902
17.40/17.50	c bounds 481 >= -3838 @ 15.4926
17.40/17.51	c bounds 481 >= -3837 @ 15.4938
17.40/17.51	c bounds 481 >= -3836 @ 15.498
17.40/17.51	c bounds 481 >= -3835 @ 15.5001
17.40/17.52	c bounds 481 >= -3832 @ 15.5015
17.40/17.52	c bounds 481 >= -3830 @ 15.5038
17.40/17.53	c bounds 481 >= -3829 @ 15.5052
17.40/17.53	c bounds 481 >= -3828 @ 15.5064
17.40/17.54	c bounds 481 >= -3827 @ 15.5086
17.40/17.54	c bounds 481 >= -3826 @ 15.5121
17.40/17.54	c bounds 481 >= -3825 @ 15.5145
17.40/17.55	c bounds 481 >= -3824 @ 15.5166
17.40/17.55	c bounds 481 >= -3823 @ 15.5191
17.40/17.56	c bounds 481 >= -3822 @ 15.5214
17.40/17.56	c bounds 481 >= -3821 @ 15.5246
17.40/17.57	c bounds 481 >= -3820 @ 15.5271
17.40/17.57	c bounds 481 >= -3819 @ 15.5301
17.40/17.57	c bounds 481 >= -3818 @ 15.5326
17.40/17.58	c bounds 481 >= -3817 @ 15.5355
17.40/17.58	c bounds 481 >= -3816 @ 15.537
17.40/17.59	c bounds 481 >= -3813 @ 15.5394
17.40/17.59	c bounds 481 >= -3811 @ 15.5427
17.50/17.60	c bounds 481 >= -3809 @ 15.5461
17.50/17.60	c bounds 481 >= -3807 @ 15.5484
17.50/17.60	c bounds 481 >= -3805 @ 15.5507
17.50/17.61	c bounds 481 >= -3804 @ 15.5532
17.50/17.61	c bounds 481 >= -3803 @ 15.5545
17.50/17.62	c bounds 481 >= -3802 @ 15.5568
17.50/17.62	c bounds 481 >= -3801 @ 15.5601
17.50/17.63	c bounds 481 >= -3800 @ 15.5625
17.50/17.63	c bounds 481 >= -3799 @ 15.5666
17.50/17.64	c bounds 481 >= -3797 @ 15.571
17.50/17.64	c bounds 481 >= -3796 @ 15.5724
17.50/17.64	c bounds 481 >= -3794 @ 15.5748
17.50/17.65	c bounds 481 >= -3793 @ 15.5772
17.50/17.65	c bounds 481 >= -3792 @ 15.5795
17.50/17.66	c bounds 481 >= -3791 @ 15.582
17.50/17.66	c bounds 481 >= -3788 @ 15.5843
17.50/17.67	c bounds 481 >= -3787 @ 15.5857
17.50/17.67	c bounds 481 >= -3784 @ 15.5891
17.50/17.67	c bounds 481 >= -3781 @ 15.5926
17.50/17.68	c bounds 481 >= -3780 @ 15.5959
17.50/17.68	c bounds 481 >= -3779 @ 15.5974
17.50/17.69	c bounds 481 >= -3776 @ 15.6009
17.50/17.69	c bounds 481 >= -3775 @ 15.6054
17.60/17.70	c bounds 481 >= -3772 @ 15.6099
17.60/17.70	c bounds 481 >= -3770 @ 15.6123
17.60/17.71	c bounds 481 >= -3769 @ 15.6148
17.60/17.71	c bounds 481 >= -3768 @ 15.6182
17.60/17.71	c bounds 481 >= -3767 @ 15.6215
17.60/17.72	c bounds 481 >= -3765 @ 15.6249
17.60/17.72	c bounds 481 >= -3764 @ 15.6274
17.60/17.73	c bounds 481 >= -3763 @ 15.6317
17.60/17.73	c bounds 481 >= -3762 @ 15.6351
17.60/17.74	c bounds 481 >= -3760 @ 15.6375
17.60/17.74	c bounds 481 >= -3759 @ 15.642
17.60/17.75	c bounds 481 >= -3756 @ 15.6443
17.60/17.75	c bounds 481 >= -3753 @ 15.6478
17.60/17.75	c bounds 481 >= -3751 @ 15.6492
17.60/17.76	c bounds 481 >= -3749 @ 15.6516
17.60/17.76	c bounds 481 >= -3748 @ 15.6551
17.60/17.77	c bounds 481 >= -3747 @ 15.6575
17.60/17.77	c bounds 481 >= -3746 @ 15.6619
17.60/17.78	c bounds 481 >= -3743 @ 15.6643
17.60/17.78	c bounds 481 >= -3741 @ 15.6666
17.60/17.79	c bounds 481 >= -3738 @ 15.6701
17.60/17.79	c bounds 481 >= -3737 @ 15.6725
17.60/17.79	c bounds 481 >= -3735 @ 15.6758
17.70/17.80	c bounds 481 >= -3733 @ 15.6783
17.70/17.80	c bounds 481 >= -3732 @ 15.6816
17.70/17.81	c bounds 481 >= -3730 @ 15.683
17.70/17.81	c bounds 481 >= -3729 @ 15.6854
17.70/17.82	c bounds 481 >= -3728 @ 15.6878
17.70/17.82	c bounds 481 >= -3725 @ 15.6892
17.70/17.82	c bounds 481 >= -3724 @ 15.6925
17.70/17.83	c bounds 481 >= -3723 @ 15.696
17.70/17.83	c bounds 481 >= -3722 @ 15.6983
17.70/17.84	c bounds 481 >= -3721 @ 15.7017
17.70/17.84	c bounds 481 >= -3718 @ 15.7041
17.70/17.85	c bounds 481 >= -3717 @ 15.7064
17.70/17.85	c bounds 481 >= -3714 @ 15.7098
17.70/17.86	c bounds 481 >= -3711 @ 15.7132
17.70/17.86	c bounds 481 >= -3710 @ 15.7156
17.70/17.86	c bounds 481 >= -3709 @ 15.719
17.70/17.87	c bounds 481 >= -3707 @ 15.7224
17.70/17.87	c bounds 481 >= -3705 @ 15.7248
17.70/17.88	c bounds 481 >= -3704 @ 15.7282
17.70/17.88	c bounds 481 >= -3703 @ 15.7325
17.70/17.89	c bounds 481 >= -3702 @ 15.734
17.70/17.89	c bounds 481 >= -3701 @ 15.7364
17.80/17.90	c bounds 481 >= -3700 @ 15.738
17.80/17.90	c bounds 481 >= -3698 @ 15.7414
17.80/17.90	c bounds 481 >= -3697 @ 15.7449
17.80/17.91	c bounds 481 >= -3696 @ 15.7473
17.80/17.91	c bounds 481 >= -3694 @ 15.7517
17.80/17.92	c bounds 481 >= -3693 @ 15.7542
17.80/17.92	c bounds 481 >= -3692 @ 15.7586
17.80/17.93	c bounds 481 >= -3690 @ 15.761
17.80/17.93	c bounds 481 >= -3689 @ 15.7634
17.80/17.94	c bounds 481 >= -3688 @ 15.7648
17.80/17.94	c bounds 481 >= -3687 @ 15.7669
17.80/17.94	c bounds 481 >= -3686 @ 15.7693
17.80/17.95	c bounds 481 >= -3685 @ 15.7717
17.80/17.95	c bounds 481 >= -3684 @ 15.7742
17.80/17.96	c bounds 481 >= -3683 @ 15.7776
17.80/17.96	c bounds 481 >= -3680 @ 15.7809
17.80/17.97	c bounds 481 >= -3678 @ 15.7854
17.80/17.97	c bounds 481 >= -3677 @ 15.7869
17.80/17.98	c bounds 481 >= -3676 @ 15.7903
17.80/17.98	c bounds 481 >= -3673 @ 15.7918
17.80/17.98	c bounds 481 >= -3672 @ 15.7962
17.80/17.99	c bounds 481 >= -3671 @ 15.7996
17.80/17.99	c bounds 481 >= -3670 @ 15.8016
17.80/18.00	c bounds 481 >= -3668 @ 15.8051
17.80/18.00	c bounds 481 >= -3667 @ 15.8085
17.90/18.00	c bounds 481 >= -3666 @ 15.8109
17.90/18.01	c bounds 481 >= -3665 @ 15.8143
17.90/18.01	c bounds 481 >= -3663 @ 15.8177
17.90/18.02	c bounds 481 >= -3660 @ 15.8221
17.90/18.02	c bounds 481 >= -3658 @ 15.8236
17.90/18.03	c bounds 481 >= -3657 @ 15.8271
17.90/18.03	c bounds 481 >= -3656 @ 15.8286
17.90/18.04	c bounds 481 >= -3653 @ 15.8301
17.90/18.04	c bounds 481 >= -3652 @ 15.8336
17.90/18.04	c bounds 481 >= -3650 @ 15.837
17.90/18.05	c bounds 481 >= -3648 @ 15.841
17.90/18.05	c bounds 481 >= -3645 @ 15.8445
17.90/18.06	c bounds 481 >= -3644 @ 15.8479
17.90/18.06	c bounds 481 >= -3643 @ 15.8514
17.90/18.07	c bounds 481 >= -3642 @ 15.8539
17.90/18.07	c bounds 481 >= -3640 @ 15.8574
17.90/18.08	c bounds 481 >= -3639 @ 15.8592
17.90/18.08	c bounds 481 >= -3637 @ 15.8617
17.90/18.09	c bounds 481 >= -3636 @ 15.8642
17.90/18.09	c bounds 481 >= -3635 @ 15.8677
17.90/18.10	c bounds 481 >= -3632 @ 15.8711
17.90/18.10	c bounds 481 >= -3631 @ 15.8726
18.01/18.10	c bounds 481 >= -3630 @ 15.875
18.01/18.11	c bounds 481 >= -3629 @ 15.8765
18.01/18.11	c bounds 481 >= -3627 @ 15.8799
18.01/18.12	c bounds 481 >= -3624 @ 15.8834
18.01/18.12	c bounds 481 >= -3623 @ 15.8869
18.01/18.13	c bounds 481 >= -3622 @ 15.8884
18.01/18.13	c bounds 481 >= -3621 @ 15.8898
18.01/18.14	c bounds 481 >= -3620 @ 15.8932
18.01/18.14	c bounds 481 >= -3619 @ 15.8976
18.01/18.14	c bounds 481 >= -3618 @ 15.9
18.01/18.15	c bounds 481 >= -3617 @ 15.9016
18.01/18.15	c bounds 481 >= -3615 @ 15.9041
18.01/18.16	c bounds 481 >= -3612 @ 15.9055
18.01/18.16	c bounds 481 >= -3611 @ 15.9091
18.01/18.17	c bounds 481 >= -3610 @ 15.9116
18.01/18.17	c bounds 481 >= -3609 @ 15.9153
18.01/18.18	c bounds 481 >= -3608 @ 15.9166
18.01/18.18	c bounds 481 >= -3605 @ 15.92
18.01/18.18	c bounds 481 >= -3604 @ 15.9235
18.01/18.19	c bounds 481 >= -3602 @ 15.926
18.01/18.19	c bounds 481 >= -3601 @ 15.9285
18.10/18.20	c bounds 481 >= -3600 @ 15.9319
18.10/18.20	c bounds 481 >= -3599 @ 15.9344
18.10/18.21	c bounds 481 >= -3598 @ 15.9388
18.10/18.21	c bounds 481 >= -3597 @ 15.9403
18.10/18.22	c bounds 481 >= -3596 @ 15.9437
18.10/18.22	c bounds 481 >= -3594 @ 15.9481
18.10/18.22	c bounds 481 >= -3593 @ 15.9505
18.10/18.23	c bounds 481 >= -3592 @ 15.9539
18.10/18.23	c bounds 481 >= -3591 @ 15.9564
18.10/18.24	c bounds 481 >= -3590 @ 15.9589
18.10/18.24	c bounds 481 >= -3589 @ 15.9613
18.10/18.25	c bounds 481 >= -3586 @ 15.9637
18.10/18.25	c bounds 481 >= -3585 @ 15.9672
18.10/18.26	c bounds 481 >= -3584 @ 15.9688
18.10/18.26	c bounds 481 >= -3583 @ 15.9714
18.10/18.27	c bounds 481 >= -3580 @ 15.9748
18.10/18.27	c bounds 481 >= -3579 @ 15.9763
18.10/18.27	c bounds 481 >= -3578 @ 15.9787
18.10/18.28	c bounds 481 >= -3577 @ 15.9814
18.10/18.28	c bounds 481 >= -3576 @ 15.9848
18.10/18.29	c bounds 481 >= -3575 @ 15.9874
18.10/18.29	c bounds 481 >= -3573 @ 15.9909
18.20/18.30	c bounds 481 >= -3571 @ 15.9923
18.20/18.30	c bounds 481 >= -3568 @ 15.9957
18.20/18.30	c bounds 481 >= -3567 @ 15.9972
18.20/18.31	c bounds 481 >= -3566 @ 16.0003
18.20/18.31	c bounds 481 >= -3565 @ 16.0027
18.20/18.32	c bounds 481 >= -3564 @ 16.0052
18.20/18.32	c bounds 481 >= -3563 @ 16.0087
18.20/18.33	c bounds 481 >= -3562 @ 16.0112
18.20/18.33	c bounds 481 >= -3560 @ 16.0137
18.20/18.34	c bounds 481 >= -3557 @ 16.0161
18.20/18.34	c bounds 481 >= -3556 @ 16.0195
18.20/18.34	c bounds 481 >= -3553 @ 16.0239
18.20/18.35	c bounds 481 >= -3551 @ 16.0263
18.20/18.35	c bounds 481 >= -3550 @ 16.0307
18.20/18.36	c bounds 481 >= -3549 @ 16.0341
18.20/18.36	c bounds 481 >= -3548 @ 16.0376
18.20/18.37	c bounds 481 >= -3547 @ 16.0411
18.20/18.37	c bounds 481 >= -3546 @ 16.0436
18.20/18.38	c bounds 481 >= -3545 @ 16.0472
18.20/18.38	c bounds 481 >= -3544 @ 16.0498
18.20/18.38	c bounds 481 >= -3543 @ 16.0513
18.20/18.39	c bounds 481 >= -3541 @ 16.054
18.20/18.39	c bounds 481 >= -3538 @ 16.0564
18.29/18.40	c bounds 481 >= -3537 @ 16.059
18.29/18.40	c bounds 481 >= -3535 @ 16.0605
18.29/18.41	c bounds 481 >= -3534 @ 16.062
18.29/18.41	c bounds 481 >= -3533 @ 16.0641
18.29/18.42	c bounds 481 >= -3532 @ 16.0676
18.29/18.42	c bounds 481 >= -3531 @ 16.0701
18.29/18.42	c bounds 481 >= -3530 @ 16.0735
18.29/18.43	c bounds 481 >= -3529 @ 16.0768
18.29/18.43	c bounds 481 >= -3527 @ 16.0803
18.29/18.44	c bounds 481 >= -3526 @ 16.0837
18.29/18.44	c bounds 481 >= -3525 @ 16.0882
18.29/18.45	c bounds 481 >= -3523 @ 16.0908
18.29/18.45	c bounds 481 >= -3520 @ 16.0942
18.29/18.46	c bounds 481 >= -3517 @ 16.0968
18.29/18.46	c bounds 481 >= -3516 @ 16.0993
18.29/18.46	c bounds 481 >= -3515 @ 16.1027
18.29/18.47	c bounds 481 >= -3514 @ 16.1052
18.29/18.47	c bounds 481 >= -3512 @ 16.1086
18.29/18.48	c bounds 481 >= -3511 @ 16.111
18.29/18.48	c bounds 481 >= -3510 @ 16.1135
18.29/18.49	c bounds 481 >= -3509 @ 16.115
18.29/18.49	c bounds 481 >= -3508 @ 16.1184
18.40/18.50	c bounds 481 >= -3507 @ 16.1208
18.40/18.50	c bounds 481 >= -3506 @ 16.1222
18.40/18.50	c bounds 481 >= -3505 @ 16.1243
18.40/18.51	c bounds 481 >= -3503 @ 16.1268
18.40/18.51	c bounds 481 >= -3502 @ 16.1282
18.40/18.52	c bounds 481 >= -3500 @ 16.1297
18.40/18.52	c bounds 481 >= -3499 @ 16.1321
18.40/18.53	c bounds 481 >= -3498 @ 16.1365
18.40/18.53	c bounds 481 >= -3495 @ 16.138
18.40/18.54	c bounds 481 >= -3494 @ 16.1414
18.40/18.54	c bounds 481 >= -3491 @ 16.1439
18.40/18.54	c bounds 481 >= -3490 @ 16.1464
18.40/18.55	c bounds 481 >= -3489 @ 16.1489
18.40/18.55	c bounds 481 >= -3488 @ 16.1514
18.40/18.56	c bounds 481 >= -3485 @ 16.1539
18.40/18.56	c bounds 481 >= -3484 @ 16.1563
18.40/18.57	c bounds 481 >= -3482 @ 16.1588
18.40/18.57	c bounds 481 >= -3481 @ 16.1633
18.40/18.58	c bounds 481 >= -3479 @ 16.1668
18.40/18.58	c bounds 481 >= -3476 @ 16.1693
18.40/18.58	c bounds 481 >= -3475 @ 16.1728
18.40/18.59	c bounds 481 >= -3473 @ 16.1773
18.40/18.59	c bounds 481 >= -3472 @ 16.1788
18.50/18.60	c bounds 481 >= -3471 @ 16.1833
18.50/18.60	c bounds 481 >= -3470 @ 16.1858
18.50/18.61	c bounds 481 >= -3469 @ 16.1892
18.50/18.61	c bounds 481 >= -3468 @ 16.1908
18.50/18.62	c bounds 481 >= -3467 @ 16.1942
18.50/18.62	c bounds 481 >= -3466 @ 16.1977
18.50/18.63	c bounds 481 >= -3465 @ 16.2022
18.50/18.63	c bounds 481 >= -3463 @ 16.2038
18.50/18.63	c bounds 481 >= -3462 @ 16.2073
18.50/18.64	c bounds 481 >= -3461 @ 16.2086
18.50/18.64	c bounds 481 >= -3460 @ 16.2111
18.50/18.65	c bounds 481 >= -3459 @ 16.2146
18.50/18.65	c bounds 481 >= -3457 @ 16.2181
18.50/18.66	c bounds 481 >= -3454 @ 16.2206
18.50/18.66	c bounds 481 >= -3453 @ 16.2241
18.50/18.67	c bounds 481 >= -3452 @ 16.2265
18.50/18.67	c bounds 481 >= -3450 @ 16.2299
18.50/18.67	c bounds 481 >= -3448 @ 16.2335
18.50/18.68	c bounds 481 >= -3447 @ 16.237
18.50/18.68	c bounds 481 >= -3446 @ 16.2394
18.50/18.69	c bounds 481 >= -3445 @ 16.242
18.50/18.69	c bounds 481 >= -3442 @ 16.2435
18.60/18.70	c bounds 481 >= -3441 @ 16.2469
18.60/18.70	c bounds 481 >= -3438 @ 16.2494
18.60/18.71	c bounds 481 >= -3437 @ 16.252
18.60/18.71	c bounds 481 >= -3436 @ 16.2554
18.60/18.71	c bounds 481 >= -3435 @ 16.2579
18.60/18.72	c bounds 481 >= -3434 @ 16.2596
18.60/18.72	c bounds 481 >= -3431 @ 16.2631
18.60/18.73	c bounds 481 >= -3428 @ 16.2656
18.60/18.73	c bounds 481 >= -3427 @ 16.2691
18.60/18.74	c bounds 481 >= -3424 @ 16.2706
18.60/18.74	c bounds 481 >= -3423 @ 16.2751
18.60/18.75	c bounds 481 >= -3422 @ 16.2766
18.60/18.75	c bounds 481 >= -3421 @ 16.2792
18.60/18.76	c bounds 481 >= -3419 @ 16.2816
18.60/18.76	c bounds 481 >= -3418 @ 16.285
18.60/18.76	c bounds 481 >= -3417 @ 16.2866
18.60/18.77	c bounds 481 >= -3415 @ 16.2891
18.60/18.77	c bounds 481 >= -3413 @ 16.2906
18.60/18.78	c bounds 481 >= -3412 @ 16.2933
18.60/18.78	c bounds 481 >= -3411 @ 16.2957
18.60/18.79	c bounds 481 >= -3410 @ 16.2993
18.60/18.79	c bounds 481 >= -3407 @ 16.3008
18.70/18.80	c bounds 481 >= -3405 @ 16.3035
18.70/18.80	c bounds 481 >= -3404 @ 16.3069
18.70/18.81	c bounds 481 >= -3403 @ 16.3095
18.70/18.81	c bounds 481 >= -3401 @ 16.3139
18.70/18.81	c bounds 481 >= -3400 @ 16.3175
18.70/18.82	c bounds 481 >= -3399 @ 16.3219
18.70/18.82	c bounds 481 >= -3398 @ 16.3254
18.70/18.83	c bounds 481 >= -3397 @ 16.328
18.70/18.83	c bounds 481 >= -3396 @ 16.3325
18.70/18.84	c bounds 481 >= -3395 @ 16.336
18.70/18.84	c bounds 481 >= -3394 @ 16.3387
18.70/18.84	c bounds 481 >= -3393 @ 16.3403
18.70/18.85	c bounds 481 >= -3392 @ 16.3428
18.70/18.85	c bounds 481 >= -3391 @ 16.3454
18.70/18.86	c bounds 481 >= -3390 @ 16.349
18.70/18.86	c bounds 481 >= -3389 @ 16.3515
18.70/18.87	c bounds 481 >= -3388 @ 16.354
18.70/18.87	c bounds 481 >= -3387 @ 16.3566
18.70/18.88	c bounds 481 >= -3386 @ 16.3591
18.70/18.88	c bounds 481 >= -3385 @ 16.3616
18.70/18.89	c bounds 481 >= -3384 @ 16.3651
18.70/18.89	c bounds 481 >= -3383 @ 16.3666
18.70/18.89	c bounds 481 >= -3380 @ 16.3692
18.80/18.90	c bounds 481 >= -3379 @ 16.3727
18.80/18.90	c bounds 481 >= -3377 @ 16.3753
18.80/18.91	c bounds 481 >= -3376 @ 16.3779
18.80/18.91	c bounds 481 >= -3375 @ 16.3804
18.80/18.92	c bounds 481 >= -3374 @ 16.3838
18.80/18.92	c bounds 481 >= -3373 @ 16.3873
18.80/18.93	c bounds 481 >= -3372 @ 16.3908
18.80/18.93	c bounds 481 >= -3371 @ 16.3924
18.80/18.94	c bounds 481 >= -3370 @ 16.3949
18.80/18.94	c bounds 481 >= -3369 @ 16.3974
18.80/18.94	c bounds 481 >= -3366 @ 16.399
18.80/18.95	c bounds 481 >= -3364 @ 16.4004
18.80/18.95	c bounds 481 >= -3363 @ 16.4049
18.80/18.96	c bounds 481 >= -3361 @ 16.4075
18.80/18.96	c bounds 481 >= -3358 @ 16.4101
18.80/18.97	c bounds 481 >= -3357 @ 16.4128
18.80/18.97	c bounds 481 >= -3356 @ 16.4163
18.80/18.98	c bounds 481 >= -3355 @ 16.4198
18.80/18.98	c bounds 481 >= -3354 @ 16.4233
18.80/18.99	c bounds 481 >= -3353 @ 16.4269
18.80/18.99	c bounds 481 >= -3351 @ 16.4294
18.80/18.99	c bounds 481 >= -3350 @ 16.4331
18.80/19.00	c bounds 481 >= -3348 @ 16.4367
18.90/19.00	c bounds 481 >= -3345 @ 16.4394
18.90/19.01	c bounds 481 >= -3344 @ 16.441
18.90/19.01	c bounds 481 >= -3343 @ 16.4445
18.90/19.02	c bounds 481 >= -3342 @ 16.4481
18.90/19.02	c bounds 481 >= -3341 @ 16.4508
18.90/19.03	c bounds 481 >= -3340 @ 16.4523
18.90/19.03	c bounds 481 >= -3339 @ 16.4559
18.90/19.04	c bounds 481 >= -3338 @ 16.4585
18.90/19.04	c bounds 481 >= -3335 @ 16.4601
18.90/19.04	c bounds 481 >= -3332 @ 16.4626
18.90/19.05	c bounds 481 >= -3331 @ 16.4662
18.90/19.05	c #Conflicts:      10000 | #Constraints:      19698
18.90/19.05	c bounds 481 >= -3330 @ 16.4689
18.90/19.06	c bounds 481 >= -3327 @ 16.4724
18.90/19.06	c bounds 481 >= -3326 @ 16.4741
18.90/19.07	c bounds 481 >= -3325 @ 16.4776
18.90/19.07	c bounds 481 >= -3324 @ 16.4802
18.90/19.07	c bounds 481 >= -3323 @ 16.4827
18.90/19.08	c bounds 481 >= -3322 @ 16.4852
18.90/19.08	c bounds 481 >= -3321 @ 16.4898
18.90/19.09	c bounds 481 >= -3320 @ 16.4934
18.90/19.09	c bounds 481 >= -3318 @ 16.496
18.90/19.10	c bounds 481 >= -3317 @ 16.4986
19.01/19.10	c bounds 481 >= -3316 @ 16.5011
19.01/19.11	c bounds 481 >= -3315 @ 16.5036
19.01/19.11	c bounds 481 >= -3313 @ 16.5061
19.01/19.12	c bounds 481 >= -3310 @ 16.5077
19.01/19.12	c bounds 481 >= -3307 @ 16.5102
19.01/19.12	c bounds 481 >= -3306 @ 16.5138
19.01/19.13	c bounds 481 >= -3305 @ 16.5174
19.01/19.13	c bounds 481 >= -3304 @ 16.5199
19.01/19.14	c bounds 481 >= -3303 @ 16.5235
19.01/19.14	c bounds 481 >= -3302 @ 16.526
19.01/19.15	c bounds 481 >= -3301 @ 16.5287
19.01/19.15	c bounds 481 >= -3300 @ 16.5313
19.01/19.16	c bounds 481 >= -3299 @ 16.5329
19.01/19.16	c bounds 481 >= -3298 @ 16.5364
19.01/19.17	c bounds 481 >= -3296 @ 16.539
19.01/19.17	c bounds 481 >= -3295 @ 16.5416
19.01/19.18	c bounds 481 >= -3294 @ 16.5436
19.01/19.18	c bounds 481 >= -3293 @ 16.5464
19.01/19.18	c bounds 481 >= -3290 @ 16.549
19.01/19.19	c bounds 481 >= -3287 @ 16.5529
19.01/19.19	c bounds 481 >= -3284 @ 16.5559
19.09/19.20	c bounds 481 >= -3281 @ 16.5589
19.09/19.21	c bounds 481 >= -3279 @ 16.5609
19.09/19.21	c bounds 481 >= -3278 @ 16.5638
19.09/19.22	c bounds 481 >= -3277 @ 16.5665
19.09/19.22	c bounds 481 >= -3276 @ 16.569
19.09/19.22	c bounds 481 >= -3275 @ 16.5714
19.09/19.23	c bounds 481 >= -3274 @ 16.574
19.09/19.23	c bounds 481 >= -3273 @ 16.5768
19.09/19.24	c bounds 481 >= -3271 @ 16.5815
19.09/19.24	c bounds 481 >= -3269 @ 16.584
19.09/19.25	c bounds 481 >= -3268 @ 16.5876
19.09/19.25	c bounds 481 >= -3266 @ 16.5911
19.09/19.26	c bounds 481 >= -3265 @ 16.5927
19.09/19.26	c bounds 481 >= -3264 @ 16.5953
19.09/19.26	c bounds 481 >= -3263 @ 16.5977
19.09/19.27	c bounds 481 >= -3262 @ 16.6011
19.09/19.27	c bounds 481 >= -3261 @ 16.6037
19.09/19.28	c bounds 481 >= -3260 @ 16.6072
19.09/19.28	c bounds 481 >= -3259 @ 16.6108
19.09/19.29	c bounds 481 >= -3258 @ 16.6133
19.09/19.29	c bounds 481 >= -3257 @ 16.6153
19.09/19.29	c bounds 481 >= -3255 @ 16.6178
19.19/19.30	c bounds 481 >= -3253 @ 16.6213
19.19/19.30	c bounds 481 >= -3251 @ 16.6249
19.19/19.31	c bounds 481 >= -3250 @ 16.6264
19.19/19.31	c bounds 481 >= -3249 @ 16.6306
19.19/19.32	c bounds 481 >= -3248 @ 16.6343
19.19/19.32	c bounds 481 >= -3247 @ 16.639
19.19/19.33	c bounds 481 >= -3245 @ 16.6425
19.19/19.33	c bounds 481 >= -3244 @ 16.6451
19.19/19.34	c bounds 481 >= -3241 @ 16.6475
19.19/19.34	c bounds 481 >= -3238 @ 16.6501
19.19/19.34	c bounds 481 >= -3237 @ 16.6536
19.19/19.35	c bounds 481 >= -3236 @ 16.6571
19.19/19.35	c bounds 481 >= -3235 @ 16.6615
19.19/19.36	c bounds 481 >= -3233 @ 16.6651
19.19/19.36	c bounds 481 >= -3232 @ 16.6686
19.19/19.37	c bounds 481 >= -3230 @ 16.6722
19.19/19.37	c bounds 481 >= -3229 @ 16.6748
19.19/19.38	c bounds 481 >= -3228 @ 16.6774
19.19/19.38	c bounds 481 >= -3227 @ 16.682
19.19/19.39	c bounds 481 >= -3226 @ 16.6835
19.19/19.39	c bounds 481 >= -3225 @ 16.6861
19.19/19.40	c bounds 481 >= -3224 @ 16.6887
19.29/19.40	c bounds 481 >= -3223 @ 16.6913
19.29/19.40	c bounds 481 >= -3221 @ 16.6949
19.29/19.41	c bounds 481 >= -3218 @ 16.6985
19.29/19.41	c bounds 481 >= -3217 @ 16.701
19.29/19.42	c bounds 481 >= -3216 @ 16.7036
19.29/19.42	c bounds 481 >= -3215 @ 16.7053
19.29/19.43	c bounds 481 >= -3214 @ 16.7089
19.29/19.43	c bounds 481 >= -3211 @ 16.7136
19.29/19.44	c bounds 481 >= -3210 @ 16.7172
19.29/19.44	c bounds 481 >= -3209 @ 16.7197
19.29/19.44	c bounds 481 >= -3208 @ 16.7212
19.29/19.45	c bounds 481 >= -3207 @ 16.725
19.29/19.45	c bounds 481 >= -3204 @ 16.7275
19.29/19.46	c bounds 481 >= -3203 @ 16.7321
19.29/19.46	c bounds 481 >= -3202 @ 16.7338
19.29/19.47	c bounds 481 >= -3200 @ 16.7374
19.29/19.47	c bounds 481 >= -3198 @ 16.7409
19.29/19.48	c bounds 481 >= -3197 @ 16.7444
19.29/19.48	c bounds 481 >= -3196 @ 16.747
19.29/19.49	c bounds 481 >= -3195 @ 16.7518
19.29/19.49	c bounds 481 >= -3192 @ 16.7543
19.29/19.49	c bounds 481 >= -3191 @ 16.7579
19.40/19.50	c bounds 481 >= -3190 @ 16.7614
19.40/19.50	c bounds 481 >= -3189 @ 16.7659
19.40/19.51	c bounds 481 >= -3188 @ 16.7684
19.40/19.51	c bounds 481 >= -3187 @ 16.77
19.40/19.52	c bounds 481 >= -3186 @ 16.7735
19.40/19.52	c bounds 481 >= -3185 @ 16.7748
19.40/19.52	c bounds 481 >= -3184 @ 16.7772
19.40/19.53	c bounds 481 >= -3182 @ 16.7799
19.40/19.53	c bounds 481 >= -3181 @ 16.7834
19.40/19.54	c bounds 481 >= -3180 @ 16.7869
19.40/19.54	c bounds 481 >= -3178 @ 16.7895
19.40/19.55	c bounds 481 >= -3175 @ 16.7911
19.40/19.55	c bounds 481 >= -3174 @ 16.7956
19.40/19.56	c bounds 481 >= -3171 @ 16.7992
19.40/19.56	c bounds 481 >= -3170 @ 16.8009
19.40/19.57	c bounds 481 >= -3169 @ 16.8044
19.40/19.57	c bounds 481 >= -3168 @ 16.808
19.40/19.57	c bounds 481 >= -3167 @ 16.8126
19.40/19.58	c bounds 481 >= -3166 @ 16.8152
19.40/19.58	c bounds 481 >= -3163 @ 16.8169
19.40/19.59	c bounds 481 >= -3162 @ 16.8204
19.40/19.59	c bounds 481 >= -3161 @ 16.8223
19.50/19.60	c bounds 481 >= -3160 @ 16.8259
19.50/19.60	c bounds 481 >= -3157 @ 16.8286
19.50/19.61	c bounds 481 >= -3156 @ 16.831
19.50/19.61	c bounds 481 >= -3155 @ 16.8347
19.50/19.62	c bounds 481 >= -3154 @ 16.8382
19.50/19.62	c bounds 481 >= -3152 @ 16.8407
19.50/19.62	c bounds 481 >= -3151 @ 16.8432
19.50/19.63	c bounds 481 >= -3148 @ 16.8468
19.50/19.63	c bounds 481 >= -3147 @ 16.8492
19.50/19.64	c bounds 481 >= -3146 @ 16.8508
19.50/19.64	c bounds 481 >= -3145 @ 16.8521
19.50/19.65	c bounds 481 >= -3144 @ 16.8546
19.50/19.65	c bounds 481 >= -3143 @ 16.8561
19.50/19.65	c bounds 481 >= -3142 @ 16.8585
19.50/19.66	c bounds 481 >= -3141 @ 16.8609
19.50/19.66	c bounds 481 >= -3140 @ 16.8645
19.50/19.67	c bounds 481 >= -3137 @ 16.869
19.50/19.67	c bounds 481 >= -3136 @ 16.8725
19.50/19.68	c bounds 481 >= -3135 @ 16.8751
19.50/19.68	c bounds 481 >= -3133 @ 16.8787
19.50/19.69	c bounds 481 >= -3132 @ 16.8812
19.50/19.69	c bounds 481 >= -3130 @ 16.8847
19.50/19.69	c bounds 481 >= -3129 @ 16.8868
19.59/19.70	c bounds 481 >= -3128 @ 16.8894
19.59/19.70	c bounds 481 >= -3127 @ 16.8928
19.59/19.71	c bounds 481 >= -3125 @ 16.8954
19.59/19.71	c bounds 481 >= -3124 @ 16.8969
19.59/19.71	c bounds 481 >= -3122 @ 16.8994
19.59/19.72	c bounds 481 >= -3121 @ 16.9008
19.59/19.72	c bounds 481 >= -3120 @ 16.9034
19.59/19.73	c bounds 481 >= -3119 @ 16.9058
19.59/19.73	c bounds 481 >= -3118 @ 16.9084
19.59/19.74	c bounds 481 >= -3115 @ 16.9108
19.59/19.74	c bounds 481 >= -3114 @ 16.9142
19.59/19.75	c bounds 481 >= -3112 @ 16.9177
19.59/19.75	c bounds 481 >= -3111 @ 16.9214
19.59/19.75	c bounds 481 >= -3110 @ 16.9247
19.59/19.76	c bounds 481 >= -3109 @ 16.9277
19.59/19.76	c bounds 481 >= -3107 @ 16.9313
19.59/19.77	c bounds 481 >= -3106 @ 16.9347
19.59/19.77	c bounds 481 >= -3105 @ 16.9392
19.59/19.78	c bounds 481 >= -3104 @ 16.9407
19.59/19.78	c bounds 481 >= -3103 @ 16.9452
19.59/19.79	c bounds 481 >= -3102 @ 16.9482
19.59/19.79	c bounds 481 >= -3101 @ 16.9497
19.59/19.79	c bounds 481 >= -3100 @ 16.9542
19.69/19.80	c bounds 481 >= -3098 @ 16.9567
19.69/19.80	c bounds 481 >= -3097 @ 16.9603
19.69/19.81	c bounds 481 >= -3096 @ 16.9627
19.69/19.81	c bounds 481 >= -3095 @ 16.9652
19.69/19.82	c bounds 481 >= -3093 @ 16.9686
19.69/19.82	c bounds 481 >= -3092 @ 16.9712
19.69/19.83	c bounds 481 >= -3091 @ 16.9726
19.69/19.83	c bounds 481 >= -3090 @ 16.9762
19.69/19.83	c bounds 481 >= -3089 @ 16.9776
19.69/19.84	c bounds 481 >= -3088 @ 16.9804
19.69/19.84	c bounds 481 >= -3086 @ 16.9818
19.69/19.85	c bounds 481 >= -3085 @ 16.9853
19.69/19.85	c bounds 481 >= -3084 @ 16.9878
19.69/19.86	c bounds 481 >= -3081 @ 16.9894
19.69/19.86	c bounds 481 >= -3080 @ 16.9917
19.69/19.87	c bounds 481 >= -3079 @ 16.9943
19.69/19.87	c bounds 481 >= -3076 @ 16.9967
19.69/19.87	c bounds 481 >= -3075 @ 17.0005
19.69/19.88	c bounds 481 >= -3074 @ 17.004
19.69/19.88	c bounds 481 >= -3073 @ 17.0075
19.69/19.89	c bounds 481 >= -3072 @ 17.0094
19.69/19.89	c bounds 481 >= -3071 @ 17.0122
19.79/19.90	c bounds 481 >= -3069 @ 17.0168
19.79/19.90	c bounds 481 >= -3067 @ 17.0193
19.79/19.91	c bounds 481 >= -3065 @ 17.0216
19.79/19.91	c bounds 481 >= -3063 @ 17.0234
19.79/19.92	c bounds 481 >= -3062 @ 17.0258
19.79/19.92	c bounds 481 >= -3061 @ 17.0283
19.79/19.92	c bounds 481 >= -3060 @ 17.031
19.79/19.93	c bounds 481 >= -3059 @ 17.0334
19.79/19.93	c bounds 481 >= -3057 @ 17.0368
19.79/19.94	c bounds 481 >= -3055 @ 17.0383
19.79/19.94	c bounds 481 >= -3053 @ 17.0425
19.79/19.95	c bounds 481 >= -3052 @ 17.0452
19.79/19.95	c bounds 481 >= -3051 @ 17.0479
19.79/19.96	c bounds 481 >= -3050 @ 17.0504
19.79/19.96	c bounds 481 >= -3049 @ 17.0538
19.79/19.96	c bounds 481 >= -3046 @ 17.0554
19.79/19.97	c bounds 481 >= -3045 @ 17.0581
19.79/19.97	c bounds 481 >= -3043 @ 17.0625
19.79/19.98	c bounds 481 >= -3042 @ 17.0651
19.79/19.98	c bounds 481 >= -3041 @ 17.0684
19.79/19.99	c bounds 481 >= -3039 @ 17.0692
19.79/19.99	c bounds 481 >= -3038 @ 17.0706
19.79/20.00	c bounds 481 >= -3036 @ 17.0734
19.90/20.00	c bounds 481 >= -3034 @ 17.077
19.90/20.01	c bounds 481 >= -3033 @ 17.0805
19.90/20.01	c bounds 481 >= -3032 @ 17.082
19.90/20.01	c bounds 481 >= -3031 @ 17.0846
19.90/20.02	c bounds 481 >= -3028 @ 17.0861
19.90/20.02	c bounds 481 >= -3027 @ 17.0886
19.90/20.03	c bounds 481 >= -3026 @ 17.0902
19.90/20.03	c bounds 481 >= -3025 @ 17.0921
19.90/20.04	c bounds 481 >= -3024 @ 17.0945
19.90/20.04	c bounds 481 >= -3023 @ 17.097
19.90/20.04	c bounds 481 >= -3022 @ 17.1004
19.90/20.05	c bounds 481 >= -3021 @ 17.1029
19.90/20.05	c bounds 481 >= -3020 @ 17.1063
19.90/20.06	c bounds 481 >= -3019 @ 17.1098
19.90/20.06	c bounds 481 >= -3016 @ 17.1121
19.90/20.07	c bounds 481 >= -3014 @ 17.1145
19.90/20.07	c bounds 481 >= -3013 @ 17.116
19.90/20.07	c bounds 481 >= -3011 @ 17.1173
19.90/20.08	c bounds 481 >= -3010 @ 17.1199
19.90/20.08	c bounds 481 >= -3009 @ 17.1232
19.90/20.09	c bounds 481 >= -3008 @ 17.1267
19.90/20.09	c bounds 481 >= -3007 @ 17.1291
19.90/20.10	c bounds 481 >= -3006 @ 17.1335
20.00/20.10	c bounds 481 >= -3005 @ 17.1384
20.00/20.11	c bounds 481 >= -3004 @ 17.1419
20.00/20.11	c bounds 481 >= -3003 @ 17.1453
20.00/20.12	c bounds 481 >= -3000 @ 17.1487
20.00/20.12	c bounds 481 >= -2999 @ 17.1501
20.00/20.12	c bounds 481 >= -2997 @ 17.1535
20.00/20.13	c bounds 481 >= -2995 @ 17.157
20.00/20.13	c bounds 481 >= -2994 @ 17.1604
20.00/20.14	c bounds 481 >= -2993 @ 17.1648
20.00/20.14	c bounds 481 >= -2992 @ 17.1663
20.00/20.15	c bounds 481 >= -2991 @ 17.1697
20.00/20.15	c bounds 481 >= -2990 @ 17.1732
20.00/20.16	c bounds 481 >= -2989 @ 17.1775
20.00/20.16	c bounds 481 >= -2988 @ 17.1802
20.00/20.16	c bounds 481 >= -2985 @ 17.1846
20.00/20.17	c bounds 481 >= -2984 @ 17.1864
20.00/20.17	c bounds 481 >= -2983 @ 17.1888
20.00/20.18	c bounds 481 >= -2982 @ 17.1902
20.00/20.18	c bounds 481 >= -2981 @ 17.1936
20.00/20.19	c bounds 481 >= -2980 @ 17.1969
20.00/20.19	c bounds 481 >= -2979 @ 17.1994
20.00/20.19	c bounds 481 >= -2978 @ 17.2018
20.10/20.20	c bounds 481 >= -2977 @ 17.2042
20.10/20.20	c bounds 481 >= -2976 @ 17.207
20.10/20.21	c bounds 481 >= -2975 @ 17.2095
20.10/20.21	c bounds 481 >= -2974 @ 17.2139
20.10/20.22	c bounds 481 >= -2973 @ 17.2175
20.10/20.22	c bounds 481 >= -2972 @ 17.2188
20.10/20.23	c bounds 481 >= -2971 @ 17.2212
20.10/20.23	c bounds 481 >= -2970 @ 17.2256
20.10/20.24	c bounds 481 >= -2969 @ 17.2272
20.10/20.24	c bounds 481 >= -2968 @ 17.2306
20.10/20.24	c bounds 481 >= -2967 @ 17.2349
20.10/20.25	c bounds 481 >= -2966 @ 17.2393
20.10/20.25	c bounds 481 >= -2965 @ 17.2427
20.10/20.26	c bounds 481 >= -2964 @ 17.2461
20.10/20.26	c bounds 481 >= -2963 @ 17.2485
20.10/20.27	c bounds 481 >= -2962 @ 17.2508
20.10/20.27	c bounds 481 >= -2961 @ 17.2542
20.10/20.27	c bounds 481 >= -2958 @ 17.2556
20.10/20.28	c bounds 481 >= -2955 @ 17.2579
20.10/20.28	c bounds 481 >= -2952 @ 17.2613
20.10/20.29	c bounds 481 >= -2951 @ 17.2647
20.10/20.29	c bounds 481 >= -2950 @ 17.2671
20.20/20.30	c bounds 481 >= -2949 @ 17.2703
20.20/20.30	c bounds 481 >= -2948 @ 17.2738
20.20/20.31	c bounds 481 >= -2947 @ 17.2763
20.20/20.31	c bounds 481 >= -2946 @ 17.281
20.20/20.31	c bounds 481 >= -2943 @ 17.2845
20.20/20.32	c bounds 481 >= -2941 @ 17.287
20.20/20.32	c bounds 481 >= -2939 @ 17.2895
20.20/20.33	c bounds 481 >= -2937 @ 17.2908
20.20/20.33	c bounds 481 >= -2936 @ 17.2942
20.20/20.34	c bounds 481 >= -2935 @ 17.2985
20.20/20.34	c bounds 481 >= -2934 @ 17.3021
20.20/20.35	c bounds 481 >= -2933 @ 17.3056
20.20/20.35	c bounds 481 >= -2932 @ 17.3082
20.20/20.35	c bounds 481 >= -2930 @ 17.3105
20.20/20.36	c bounds 481 >= -2929 @ 17.3139
20.20/20.36	c bounds 481 >= -2927 @ 17.3175
20.20/20.37	c bounds 481 >= -2926 @ 17.321
20.20/20.37	c bounds 481 >= -2925 @ 17.3243
20.20/20.38	c bounds 481 >= -2924 @ 17.3257
20.20/20.38	c bounds 481 >= -2923 @ 17.3289
20.20/20.39	c bounds 481 >= -2921 @ 17.3322
20.20/20.39	c bounds 481 >= -2920 @ 17.3346
20.20/20.39	c bounds 481 >= -2919 @ 17.337
20.29/20.40	c bounds 481 >= -2918 @ 17.3384
20.29/20.40	c bounds 481 >= -2917 @ 17.3398
20.29/20.41	c bounds 481 >= -2916 @ 17.3421
20.29/20.41	c bounds 481 >= -2915 @ 17.3454
20.29/20.42	c bounds 481 >= -2912 @ 17.3472
20.29/20.42	c bounds 481 >= -2911 @ 17.3497
20.29/20.43	c bounds 481 >= -2910 @ 17.353
20.29/20.43	c bounds 481 >= -2909 @ 17.3553
20.29/20.43	c bounds 481 >= -2908 @ 17.3586
20.29/20.44	c bounds 481 >= -2907 @ 17.362
20.29/20.44	c bounds 481 >= -2906 @ 17.3643
20.29/20.45	c bounds 481 >= -2905 @ 17.3667
20.29/20.45	c bounds 481 >= -2903 @ 17.37
20.29/20.46	c bounds 481 >= -2902 @ 17.3713
20.29/20.46	c bounds 481 >= -2901 @ 17.3737
20.29/20.46	c bounds 481 >= -2900 @ 17.3756
20.29/20.47	c bounds 481 >= -2899 @ 17.379
20.29/20.47	c bounds 481 >= -2897 @ 17.3822
20.29/20.48	c bounds 481 >= -2896 @ 17.3845
20.29/20.48	c bounds 481 >= -2895 @ 17.3868
20.29/20.48	c bounds 481 >= -2894 @ 17.3891
20.29/20.49	c bounds 481 >= -2893 @ 17.3913
20.29/20.49	c bounds 481 >= -2892 @ 17.3957
20.39/20.50	c bounds 481 >= -2891 @ 17.399
20.39/20.50	c bounds 481 >= -2890 @ 17.4012
20.39/20.51	c bounds 481 >= -2888 @ 17.4035
20.39/20.51	c bounds 481 >= -2885 @ 17.4077
20.39/20.51	c bounds 481 >= -2884 @ 17.4121
20.39/20.52	c bounds 481 >= -2883 @ 17.416
20.39/20.52	c bounds 481 >= -2882 @ 17.4202
20.39/20.53	c bounds 481 >= -2881 @ 17.4214
20.39/20.53	c bounds 481 >= -2880 @ 17.4256
20.39/20.53	c bounds 481 >= -2879 @ 17.4276
20.39/20.54	c bounds 481 >= -2878 @ 17.4291
20.39/20.54	c bounds 481 >= -2877 @ 17.4314
20.39/20.55	c bounds 481 >= -2875 @ 17.4347
20.39/20.55	c bounds 481 >= -2873 @ 17.4361
20.39/20.55	c bounds 481 >= -2872 @ 17.4402
20.39/20.56	c bounds 481 >= -2871 @ 17.4435
20.39/20.56	c bounds 481 >= -2870 @ 17.4468
20.39/20.57	c bounds 481 >= -2868 @ 17.4481
20.39/20.57	c bounds 481 >= -2867 @ 17.4505
20.39/20.58	c bounds 481 >= -2866 @ 17.4528
20.39/20.58	c bounds 481 >= -2865 @ 17.456
20.39/20.58	c bounds 481 >= -2864 @ 17.4593
20.39/20.59	c bounds 481 >= -2863 @ 17.4616
20.39/20.59	c bounds 481 >= -2862 @ 17.4648
20.49/20.60	c bounds 481 >= -2861 @ 17.467
20.49/20.60	c bounds 481 >= -2860 @ 17.4683
20.49/20.61	c bounds 481 >= -2858 @ 17.4705
20.49/20.61	c bounds 481 >= -2856 @ 17.4727
20.49/20.61	c bounds 481 >= -2855 @ 17.4754
20.49/20.62	c bounds 481 >= -2854 @ 17.4786
20.49/20.62	c bounds 481 >= -2853 @ 17.4801
20.49/20.63	c bounds 481 >= -2852 @ 17.4824
20.49/20.63	c bounds 481 >= -2851 @ 17.4857
20.49/20.64	c bounds 481 >= -2850 @ 17.4879
20.49/20.64	c bounds 481 >= -2849 @ 17.4893
20.49/20.64	c bounds 481 >= -2848 @ 17.4925
20.49/20.65	c bounds 481 >= -2847 @ 17.4962
20.49/20.65	c bounds 481 >= -2846 @ 17.4995
20.49/20.66	c bounds 481 >= -2845 @ 17.5027
20.49/20.66	c bounds 481 >= -2844 @ 17.504
20.49/20.67	c bounds 481 >= -2843 @ 17.5073
20.49/20.67	c bounds 481 >= -2842 @ 17.5097
20.49/20.67	c bounds 481 >= -2841 @ 17.5119
20.49/20.68	c bounds 481 >= -2840 @ 17.5151
20.49/20.68	c bounds 481 >= -2839 @ 17.5174
20.49/20.69	c bounds 481 >= -2838 @ 17.5206
20.49/20.69	c bounds 481 >= -2837 @ 17.5229
20.49/20.69	c bounds 481 >= -2836 @ 17.5242
20.59/20.70	c bounds 481 >= -2835 @ 17.5264
20.59/20.70	c bounds 481 >= -2833 @ 17.5298
20.59/20.71	c bounds 481 >= -2832 @ 17.533
20.59/20.71	c bounds 481 >= -2831 @ 17.5363
20.59/20.72	c bounds 481 >= -2830 @ 17.538
20.59/20.72	c bounds 481 >= -2829 @ 17.5404
20.59/20.73	c bounds 481 >= -2827 @ 17.5438
20.59/20.73	c bounds 481 >= -2825 @ 17.5461
20.59/20.73	c bounds 481 >= -2824 @ 17.5504
20.59/20.74	c bounds 481 >= -2823 @ 17.5528
20.59/20.74	c bounds 481 >= -2822 @ 17.555
20.59/20.75	c bounds 481 >= -2821 @ 17.5582
20.59/20.75	c bounds 481 >= -2820 @ 17.5617
20.59/20.76	c bounds 481 >= -2819 @ 17.563
20.59/20.76	c bounds 481 >= -2818 @ 17.5671
20.59/20.76	c bounds 481 >= -2817 @ 17.5696
20.59/20.77	c bounds 481 >= -2816 @ 17.5719
20.59/20.77	c bounds 481 >= -2815 @ 17.5762
20.59/20.78	c bounds 481 >= -2814 @ 17.5786
20.59/20.78	c bounds 481 >= -2813 @ 17.581
20.59/20.79	c bounds 481 >= -2812 @ 17.5845
20.59/20.79	c bounds 481 >= -2811 @ 17.5859
20.59/20.80	c bounds 481 >= -2810 @ 17.5893
20.70/20.80	c bounds 481 >= -2809 @ 17.5917
20.70/20.80	c bounds 481 >= -2808 @ 17.5942
20.70/20.81	c bounds 481 >= -2807 @ 17.5986
20.70/20.81	c bounds 481 >= -2806 @ 17.6002
20.70/20.82	c bounds 481 >= -2805 @ 17.6034
20.70/20.82	c bounds 481 >= -2804 @ 17.607
20.70/20.83	c bounds 481 >= -2803 @ 17.6089
20.70/20.83	c bounds 481 >= -2802 @ 17.6125
20.70/20.83	c bounds 481 >= -2801 @ 17.6158
20.70/20.84	c bounds 481 >= -2800 @ 17.6191
20.70/20.84	c bounds 481 >= -2799 @ 17.6215
20.70/20.85	c bounds 481 >= -2796 @ 17.6238
20.70/20.85	c bounds 481 >= -2795 @ 17.6271
20.70/20.86	c bounds 481 >= -2794 @ 17.6305
20.70/20.86	c bounds 481 >= -2793 @ 17.633
20.70/20.86	c bounds 481 >= -2792 @ 17.6364
20.70/20.87	c bounds 481 >= -2791 @ 17.6377
20.70/20.87	c bounds 481 >= -2790 @ 17.6401
20.70/20.88	c bounds 481 >= -2789 @ 17.6444
20.70/20.88	c bounds 481 >= -2788 @ 17.6468
20.70/20.89	c bounds 481 >= -2787 @ 17.6491
20.70/20.89	c bounds 481 >= -2786 @ 17.6523
20.70/20.89	c bounds 481 >= -2785 @ 17.6546
20.79/20.90	c bounds 481 >= -2784 @ 17.6568
20.79/20.90	c bounds 481 >= -2783 @ 17.6601
20.79/20.91	c bounds 481 >= -2782 @ 17.6614
20.79/20.91	c bounds 481 >= -2781 @ 17.6626
20.79/20.92	c bounds 481 >= -2780 @ 17.6648
20.79/20.92	c bounds 481 >= -2779 @ 17.6685
20.79/20.92	c bounds 481 >= -2778 @ 17.6697
20.79/20.93	c bounds 481 >= -2777 @ 17.673
20.79/20.93	c bounds 481 >= -2776 @ 17.6773
20.79/20.94	c bounds 481 >= -2775 @ 17.6795
20.79/20.94	c bounds 481 >= -2774 @ 17.6828
20.79/20.95	c bounds 481 >= -2773 @ 17.6842
20.79/20.95	c bounds 481 >= -2772 @ 17.6864
20.79/20.95	c bounds 481 >= -2771 @ 17.6888
20.79/20.96	c bounds 481 >= -2770 @ 17.6912
20.79/20.96	c bounds 481 >= -2769 @ 17.6943
20.79/20.97	c bounds 481 >= -2768 @ 17.6956
20.79/20.97	c bounds 481 >= -2767 @ 17.6989
20.79/20.98	c bounds 481 >= -2766 @ 17.7031
20.79/20.98	c bounds 481 >= -2765 @ 17.7054
20.79/20.98	c bounds 481 >= -2764 @ 17.7077
20.79/20.99	c bounds 481 >= -2763 @ 17.7099
20.79/20.99	c bounds 481 >= -2762 @ 17.714
20.79/21.00	c bounds 481 >= -2761 @ 17.7182
20.89/21.00	c bounds 481 >= -2760 @ 17.7195
20.89/21.01	c bounds 481 >= -2759 @ 17.7228
20.89/21.01	c bounds 481 >= -2758 @ 17.7251
20.89/21.01	c bounds 481 >= -2757 @ 17.7292
20.89/21.02	c bounds 481 >= -2756 @ 17.7314
20.89/21.02	c bounds 481 >= -2755 @ 17.7339
20.89/21.03	c bounds 481 >= -2754 @ 17.7362
20.89/21.03	c bounds 481 >= -2753 @ 17.7383
20.89/21.04	c bounds 481 >= -2752 @ 17.7406
20.89/21.04	c bounds 481 >= -2751 @ 17.7442
20.89/21.05	c bounds 481 >= -2750 @ 17.7457
20.89/21.05	c bounds 481 >= -2749 @ 17.7483
20.89/21.05	c bounds 481 >= -2748 @ 17.7532
20.89/21.06	c bounds 481 >= -2747 @ 17.756
20.89/21.06	c bounds 481 >= -2746 @ 17.7586
20.89/21.07	c bounds 481 >= -2745 @ 17.7613
20.89/21.07	c bounds 481 >= -2744 @ 17.765
20.89/21.08	c bounds 481 >= -2743 @ 17.7677
20.89/21.08	c bounds 481 >= -2742 @ 17.7705
20.89/21.09	c bounds 481 >= -2741 @ 17.7733
20.89/21.09	c bounds 481 >= -2740 @ 17.7759
20.89/21.10	c bounds 481 >= -2739 @ 17.7786
21.00/21.10	c bounds 481 >= -2738 @ 17.7824
21.00/21.11	c bounds 481 >= -2737 @ 17.7861
21.00/21.11	c bounds 481 >= -2736 @ 17.7889
21.00/21.12	c bounds 481 >= -2735 @ 17.7926
21.00/21.12	c bounds 481 >= -2734 @ 17.7964
21.00/21.13	c bounds 481 >= -2733 @ 17.8003
21.00/21.13	c bounds 481 >= -2732 @ 17.803
21.00/21.14	c bounds 481 >= -2731 @ 17.8063
21.00/21.14	c bounds 481 >= -2730 @ 17.8102
21.00/21.15	c bounds 481 >= -2729 @ 17.813
21.00/21.15	c bounds 481 >= -2728 @ 17.816
21.00/21.16	c bounds 481 >= -2727 @ 17.8178
21.00/21.16	c bounds 481 >= -2726 @ 17.8186
21.00/21.16	c bounds 481 >= -2725 @ 17.8203
21.00/21.17	c bounds 481 >= -2724 @ 17.8223
21.00/21.17	c bounds 481 >= -2723 @ 17.8251
21.00/21.18	c bounds 481 >= -2722 @ 17.83
21.00/21.18	c bounds 481 >= -2721 @ 17.8338
21.00/21.19	c bounds 481 >= -2720 @ 17.8377
21.00/21.19	c bounds 481 >= -2719 @ 17.8406
21.09/21.20	c bounds 481 >= -2718 @ 17.8437
21.09/21.20	c bounds 481 >= -2717 @ 17.8477
21.09/21.21	c bounds 481 >= -2716 @ 17.8509
21.09/21.21	c bounds 481 >= -2715 @ 17.855
21.09/21.22	c bounds 481 >= -2714 @ 17.8586
21.09/21.23	c bounds 481 >= -2713 @ 17.8627
21.09/21.23	c bounds 481 >= -2712 @ 17.8641
21.09/21.24	c bounds 481 >= -2711 @ 17.8684
21.09/21.24	c bounds 481 >= -2710 @ 17.8743
21.09/21.25	c bounds 481 >= -2709 @ 17.8767
21.09/21.25	c bounds 481 >= -2708 @ 17.8791
21.09/21.26	c bounds 481 >= -2707 @ 17.8856
21.09/21.27	c bounds 481 >= -2706 @ 17.89
21.09/21.27	c bounds 481 >= -2705 @ 17.8937
21.09/21.28	c bounds 481 >= -2704 @ 17.8981
21.09/21.29	c bounds 481 >= -2703 @ 17.9027
21.09/21.29	c bounds 481 >= -2702 @ 17.9052
21.19/21.30	c bounds 481 >= -2701 @ 17.9093
21.19/21.31	c bounds 481 >= -2700 @ 17.9149
21.19/21.31	c bounds 481 >= -2699 @ 17.9163
21.19/21.32	c bounds 481 >= -2698 @ 17.9211
21.19/21.32	c bounds 481 >= -2697 @ 17.9259
21.19/21.33	c bounds 481 >= -2696 @ 17.932
21.19/21.34	c bounds 481 >= -2695 @ 17.9376
21.19/21.35	c bounds 481 >= -2694 @ 17.9406
21.19/21.36	c bounds 481 >= -2693 @ 17.948
21.19/21.38	c bounds 481 >= -2692 @ 17.9613
21.29/21.40	c bounds 481 >= -2691 @ 17.9754
21.29/21.41	c bounds 481 >= -2690 @ 17.9877
21.29/21.43	c #Conflicts:      11000 | #Constraints:      23388
21.29/21.43	c bounds 481 >= -2689 @ 18.0023
21.29/21.45	c bounds 481 >= -2688 @ 18.0144
21.29/21.46	c bounds 481 >= -2687 @ 18.0258
21.29/21.49	c bounds 481 >= -2686 @ 18.0436
21.29/21.49	c bounds 481 >= -2685 @ 18.0458
21.39/21.51	c bounds 481 >= -2684 @ 18.0596
21.39/21.57	c bounds 481 >= -2683 @ 18.1004
21.39/21.58	c bounds 481 >= -2682 @ 18.1134
21.49/21.64	c #Conflicts:      12000 | #Constraints:      24520
21.49/21.64	c INPROCESSING
21.49/21.64	c GARBAGE COLLECT
21.49/21.64	c bounds 481 >= -2681 @ 18.1679
21.49/21.65	c bounds 481 >= -2680 @ 18.1707
21.49/21.67	c bounds 481 >= -2679 @ 18.1856
21.59/21.72	c #Conflicts:      13000 | #Constraints:      21365
21.59/21.72	c bounds 481 >= -2678 @ 18.2299
21.59/21.73	c bounds 481 >= -2677 @ 18.233
21.59/21.74	c bounds 481 >= -2676 @ 18.235
21.59/21.76	c bounds 481 >= -2675 @ 18.2478
21.59/21.76	c bounds 481 >= -2674 @ 18.254
21.59/21.77	c bounds 481 >= -2673 @ 18.2607
21.69/21.80	c bounds 481 >= -2672 @ 18.2787
21.69/21.83	c #Conflicts:      14000 | #Constraints:      22518
21.69/21.83	c bounds 481 >= -2671 @ 18.3088
21.69/21.84	c bounds 481 >= -2670 @ 18.3139
21.69/21.85	c bounds 481 >= -2669 @ 18.3213
21.69/21.86	c bounds 481 >= -2668 @ 18.3257
21.79/21.90	c bounds 481 >= -2667 @ 18.3614
21.79/21.90	c bounds 481 >= -2666 @ 18.3633
21.79/21.91	c bounds 481 >= -2665 @ 18.3652
21.79/21.92	c bounds 481 >= -2664 @ 18.3712
21.79/21.92	c bounds 481 >= -2663 @ 18.3746
21.79/21.93	c bounds 481 >= -2662 @ 18.3812
21.79/21.94	c bounds 481 >= -2661 @ 18.3844
21.79/21.95	c bounds 481 >= -2660 @ 18.3917
21.79/21.98	c #Conflicts:      15000 | #Constraints:      23735
21.79/21.98	c INPROCESSING
21.79/21.98	c GARBAGE COLLECT
21.79/21.98	c bounds 481 >= -2659 @ 18.4199
21.79/21.99	c bounds 481 >= -2658 @ 18.4269
21.90/22.00	c bounds 481 >= -2657 @ 18.4346
21.90/22.02	c bounds 481 >= -2656 @ 18.4527
21.90/22.07	c #Conflicts:      16000 | #Constraints:      21560
21.90/22.07	c bounds 481 >= -2655 @ 18.4984
22.00/22.10	c bounds 481 >= -2654 @ 18.5319
22.00/22.11	c bounds 481 >= -2653 @ 18.5405
22.00/22.13	c bounds 481 >= -2652 @ 18.5547
22.08/22.21	c #Conflicts:      17000 | #Constraints:      22671
22.08/22.21	c bounds 481 >= -2651 @ 18.6327
22.08/22.27	c #Conflicts:      18000 | #Constraints:      23722
22.08/22.27	c bounds 481 >= -2650 @ 18.6926
22.19/22.33	c INPROCESSING
22.19/22.33	c GARBAGE COLLECT
22.19/22.33	c bounds 481 >= -2649 @ 18.7498
22.19/22.34	c bounds 481 >= -2648 @ 18.7563
22.19/22.35	c bounds 481 >= -2647 @ 18.7599
22.19/22.35	c bounds 481 >= -2646 @ 18.7639
22.19/22.36	c bounds 481 >= -2645 @ 18.7677
22.19/22.36	c bounds 481 >= -2644 @ 18.7706
22.19/22.37	c bounds 481 >= -2643 @ 18.7734
22.19/22.37	c bounds 481 >= -2642 @ 18.7783
22.19/22.38	c bounds 481 >= -2641 @ 18.7804
22.19/22.38	c bounds 481 >= -2640 @ 18.7826
22.19/22.39	c bounds 481 >= -2639 @ 18.7858
22.19/22.39	c bounds 481 >= -2638 @ 18.7898
22.29/22.40	c bounds 481 >= -2637 @ 18.7927
22.29/22.40	c bounds 481 >= -2636 @ 18.7965
22.29/22.41	c bounds 481 >= -2635 @ 18.8008
22.29/22.42	c bounds 481 >= -2634 @ 18.8049
22.29/22.42	c bounds 481 >= -2633 @ 18.8111
22.29/22.43	c bounds 481 >= -2632 @ 18.8161
22.29/22.43	c bounds 481 >= -2631 @ 18.82
22.29/22.44	c bounds 481 >= -2630 @ 18.8268
22.29/22.46	c bounds 481 >= -2629 @ 18.8377
22.29/22.47	c #Conflicts:      19000 | #Constraints:      21863
22.29/22.47	c bounds 481 >= -2628 @ 18.8488
22.29/22.48	c bounds 481 >= -2627 @ 18.8571
22.29/22.49	c bounds 481 >= -2626 @ 18.8604
22.39/22.50	c bounds 481 >= -2625 @ 18.8684
22.39/22.52	c bounds 481 >= -2624 @ 18.8818
22.39/22.52	c bounds 481 >= -2623 @ 18.8864
22.39/22.54	c bounds 481 >= -2622 @ 18.9033
22.39/22.55	c bounds 481 >= -2621 @ 18.907
22.39/22.58	c #Conflicts:      20000 | #Constraints:      23010
22.39/22.58	c bounds 481 >= -2620 @ 18.9318
31.36/31.58	c #Conflicts:      21000 | #Constraints:      24046
31.36/31.58	c bounds 480 >= -2620 @ 27.7564
31.36/31.58	c bounds 480 >= -2619 @ 27.762
31.36/31.59	c bounds 480 >= -2618 @ 27.766
31.36/31.59	c bounds 480 >= -2617 @ 27.7683
31.46/31.60	c bounds 480 >= -2616 @ 27.7702
31.46/31.60	c bounds 480 >= -2615 @ 27.7742
31.46/31.61	c bounds 480 >= -2614 @ 27.776
31.46/31.61	c bounds 480 >= -2613 @ 27.7792
31.46/31.62	c bounds 480 >= -2612 @ 27.7821
31.46/31.62	c bounds 480 >= -2611 @ 27.7862
31.46/31.63	c bounds 480 >= -2610 @ 27.788
31.46/31.63	c bounds 480 >= -2609 @ 27.7898
31.46/31.64	c bounds 480 >= -2608 @ 27.7921
31.46/31.64	c bounds 480 >= -2607 @ 27.7956
31.46/31.65	c bounds 480 >= -2606 @ 27.7997
31.46/31.66	c bounds 480 >= -2605 @ 27.8062
31.46/31.67	c bounds 480 >= -2604 @ 27.814
31.46/31.67	c bounds 480 >= -2603 @ 27.82
31.46/31.68	c bounds 480 >= -2602 @ 27.8244
31.46/31.69	c bounds 480 >= -2601 @ 27.8272
31.56/31.71	c bounds 480 >= -2600 @ 27.8444
31.56/31.73	c bounds 480 >= -2599 @ 27.8625
31.56/31.76	c #Conflicts:      22000 | #Constraints:      25350
31.56/31.76	c bounds 480 >= -2598 @ 27.8873
31.56/31.79	c bounds 480 >= -2597 @ 27.9169
31.66/31.86	c bounds 480 >= -2596 @ 27.9809
31.66/31.88	c #Conflicts:      23000 | #Constraints:      26425
31.66/31.88	c bounds 480 >= -2595 @ 27.9973
31.76/31.92	c bounds 480 >= -2594 @ 28.0265
31.76/31.95	c bounds 480 >= -2593 @ 28.0531
31.87/32.05	c #Conflicts:      24000 | #Constraints:      27459
31.87/32.05	c bounds 480 >= -2592 @ 28.1478
32.06/32.27	c #Conflicts:      25000 | #Constraints:      28513
32.06/32.27	c bounds 480 >= -2591 @ 28.3564
32.06/32.29	c bounds 480 >= -2590 @ 28.373
32.16/32.30	c bounds 480 >= -2589 @ 28.3762
32.26/32.45	c #Conflicts:      26000 | #Constraints:      29573
32.26/32.45	c bounds 480 >= -2588 @ 28.5164
32.46/32.68	c #Conflicts:      27000 | #Constraints:      30600
32.46/32.68	c bounds 480 >= -2587 @ 28.7337
39.94/40.10	c #Conflicts:      28000 | #Constraints:      31624
39.94/40.10	c INPROCESSING
39.94/40.10	c GARBAGE COLLECT
39.94/40.10	c rational objective 11.5
40.63/40.80	c #Conflicts:      29000 | #Constraints:      25408
40.63/40.80	c bounds 479 >= -2587 @ 36.6991
40.63/40.81	c bounds 479 >= -2586 @ 36.7026
40.63/40.81	c bounds 479 >= -2585 @ 36.7055
40.63/40.82	c bounds 479 >= -2584 @ 36.7082
40.63/40.82	c bounds 479 >= -2583 @ 36.7102
40.63/40.83	c bounds 479 >= -2582 @ 36.7112
40.63/40.83	c bounds 479 >= -2581 @ 36.7129
40.63/40.84	c bounds 479 >= -2580 @ 36.7155
40.63/40.84	c bounds 479 >= -2579 @ 36.7197
40.63/40.85	c bounds 479 >= -2578 @ 36.7232
40.63/40.85	c bounds 479 >= -2577 @ 36.7261
40.63/40.86	c bounds 479 >= -2576 @ 36.7291
40.63/40.86	c bounds 479 >= -2575 @ 36.7318
40.63/40.87	c bounds 479 >= -2574 @ 36.7348
40.63/40.87	c bounds 479 >= -2573 @ 36.7368
40.63/40.88	c bounds 479 >= -2572 @ 36.7405
40.63/40.89	c bounds 479 >= -2571 @ 36.7502
40.74/40.91	c bounds 479 >= -2570 @ 36.7614
40.74/40.91	c bounds 479 >= -2569 @ 36.7665
40.74/40.92	c bounds 479 >= -2568 @ 36.7677
40.74/40.93	c bounds 479 >= -2567 @ 36.7722
40.74/40.94	c bounds 479 >= -2566 @ 36.7877
40.74/40.95	c bounds 479 >= -2565 @ 36.7918
40.74/40.95	c bounds 479 >= -2564 @ 36.7936
40.74/40.98	c #Conflicts:      30000 | #Constraints:      26729
40.74/40.98	c bounds 479 >= -2563 @ 36.8154
40.84/41.03	c bounds 479 >= -2562 @ 36.8548
40.94/41.10	c #Conflicts:      31000 | #Constraints:      27780
40.94/41.10	c bounds 479 >= -2561 @ 36.9083
41.44/41.68	c bounds 478 >= -2561 @ 37.4774
41.44/41.69	c bounds 478 >= -2560 @ 37.4832
41.44/41.69	c bounds 478 >= -2559 @ 37.4862
41.53/41.70	c bounds 478 >= -2558 @ 37.4885
41.53/41.70	c bounds 478 >= -2557 @ 37.4923
41.53/41.71	c bounds 478 >= -2556 @ 37.4975
41.53/41.72	c bounds 478 >= -2555 @ 37.5027
41.53/41.72	c bounds 478 >= -2554 @ 37.5075
41.53/41.73	c bounds 478 >= -2553 @ 37.5105
41.53/41.73	c bounds 478 >= -2552 @ 37.5133
41.53/41.73	c bounds 478 >= -2551 @ 37.5145
41.53/41.74	c bounds 478 >= -2550 @ 37.5198
41.53/41.75	c bounds 478 >= -2549 @ 37.5242
41.53/41.75	c bounds 478 >= -2548 @ 37.5273
41.53/41.76	c bounds 478 >= -2547 @ 37.5314
41.53/41.76	c bounds 478 >= -2546 @ 37.5341
41.53/41.77	c bounds 478 >= -2545 @ 37.5375
41.53/41.78	c bounds 478 >= -2544 @ 37.5448
41.63/41.80	c bounds 478 >= -2543 @ 37.5591
41.63/41.82	c bounds 478 >= -2542 @ 37.5708
41.63/41.84	c #Conflicts:      32000 | #Constraints:      29108
41.63/41.84	c bounds 478 >= -2541 @ 37.5926
41.63/41.89	c bounds 478 >= -2540 @ 37.6296
41.73/41.95	c #Conflicts:      33000 | #Constraints:      30159
41.73/41.95	c bounds 478 >= -2539 @ 37.6858
41.84/42.07	c INPROCESSING
41.84/42.07	c GARBAGE COLLECT
41.84/42.07	c #Conflicts:      34000 | #Constraints:      25199
41.84/42.07	c bounds 478 >= -2538 @ 37.7942
44.93/45.11	c #Conflicts:      35000 | #Constraints:      26247
44.93/45.11	c bounds 477 >= -2538 @ 40.806
44.93/45.12	c bounds 477 >= -2537 @ 40.8091
44.93/45.13	c bounds 477 >= -2536 @ 40.8155
44.93/45.14	c bounds 477 >= -2535 @ 40.8234
44.93/45.16	c bounds 477 >= -2534 @ 40.832
44.93/45.17	c bounds 477 >= -2533 @ 40.8464
44.93/45.19	c bounds 477 >= -2532 @ 40.8642
45.02/45.22	c bounds 477 >= -2531 @ 40.8911
45.02/45.29	c #Conflicts:      36000 | #Constraints:      27393
45.02/45.29	c bounds 477 >= -2530 @ 40.953
45.13/45.36	c #Conflicts:      37000 | #Constraints:      28417
45.13/45.36	c bounds 477 >= -2529 @ 41.0246
45.22/45.48	c bounds 477 >= -2528 @ 41.142
45.62/45.80	c #Conflicts:      38000 | #Constraints:      29474
45.62/45.80	c INPROCESSING
45.62/45.80	c GARBAGE COLLECT
45.62/45.80	c #Conflicts:      39000 | #Constraints:      25088
45.62/45.80	c #Conflicts:      40000 | #Constraints:      26088
45.62/45.80	c bounds 477 >= -2527 @ 41.4478
45.62/45.86	c bounds 477 >= -2526 @ 41.4976
45.72/45.93	c #Conflicts:      41000 | #Constraints:      27145
45.72/45.93	c bounds 477 >= -2525 @ 41.5685
45.82/46.00	c bounds 477 >= -2524 @ 41.6388
45.82/46.02	c bounds 477 >= -2523 @ 41.6495
51.70/51.96	c #Conflicts:      42000 | #Constraints:      28169
51.70/51.96	c bounds 477 >= -2522 @ 47.4943
51.91/52.12	c #Conflicts:      43000 | #Constraints:      29211
51.91/52.12	c bounds 477 >= -2521 @ 47.6433
52.01/52.23	c #Conflicts:      44000 | #Constraints:      30220
52.01/52.23	c bounds 477 >= -2520 @ 47.7524
52.50/52.71	c #Conflicts:      45000 | #Constraints:      31238
52.50/52.71	c #Conflicts:      46000 | #Constraints:      32238
52.50/52.71	c bounds 477 >= -2519 @ 48.1983
53.70/53.91	c #Conflicts:      47000 | #Constraints:      33253
53.70/53.91	c #Conflicts:      48000 | #Constraints:      34253
53.70/53.91	c #Conflicts:      49000 | #Constraints:      35253
53.70/53.91	c #Conflicts:      50000 | #Constraints:      36253
53.70/53.91	c #Conflicts:      51000 | #Constraints:      37253
53.70/53.91	c bounds 477 >= -2518 @ 49.3414
66.96/67.26	c #Conflicts:      52000 | #Constraints:      38298
66.96/67.26	c INPROCESSING
66.96/67.26	c GARBAGE COLLECT
66.96/67.26	c rational objective 11.5
67.16/67.41	c bounds 477 >= -2517 @ 62.6618
67.16/67.41	c bounds 477 >= -2516 @ 62.6633
67.16/67.42	c bounds 477 >= -2515 @ 62.6668
67.16/67.42	c bounds 477 >= -2514 @ 62.6683
67.16/67.43	c bounds 477 >= -2513 @ 62.6708
67.16/67.43	c bounds 477 >= -2512 @ 62.6723
67.16/67.44	c bounds 477 >= -2511 @ 62.6761
67.16/67.44	c bounds 477 >= -2510 @ 62.6813
67.16/67.45	c bounds 477 >= -2509 @ 62.6867
67.16/67.47	c #Conflicts:      53000 | #Constraints:      29288
67.16/67.47	c bounds 477 >= -2508 @ 62.6928
67.16/67.48	c bounds 477 >= -2507 @ 62.7005
67.16/67.49	c bounds 477 >= -2506 @ 62.7098
67.26/67.51	c bounds 477 >= -2505 @ 62.719
67.26/67.52	c bounds 477 >= -2504 @ 62.7292
67.26/67.53	c bounds 477 >= -2503 @ 62.7403
67.26/67.55	c bounds 477 >= -2502 @ 62.7506
67.26/67.56	c bounds 477 >= -2501 @ 62.7595
67.26/67.59	c #Conflicts:      54000 | #Constraints:      30483
67.26/67.59	c bounds 477 >= -2500 @ 62.7792
67.35/67.62	c bounds 477 >= -2499 @ 62.8064
67.35/67.69	c #Conflicts:      55000 | #Constraints:      31546
67.35/67.69	c bounds 477 >= -2498 @ 62.8626
67.46/67.70	c bounds 477 >= -2497 @ 62.8734
67.46/67.78	c #Conflicts:      56000 | #Constraints:      32606
67.46/67.78	c bounds 477 >= -2496 @ 62.9492
67.65/67.93	c #Conflicts:      57000 | #Constraints:      33636
67.65/67.93	c bounds 477 >= -2495 @ 63.0836
67.76/68.00	c bounds 477 >= -2494 @ 63.1418
67.76/68.01	c bounds 477 >= -2493 @ 63.1494
67.96/68.26	c #Conflicts:      58000 | #Constraints:      34687
67.96/68.26	c INPROCESSING
67.96/68.26	c GARBAGE COLLECT
67.96/68.26	c #Conflicts:      59000 | #Constraints:      27479
67.96/68.26	c bounds 477 >= -2492 @ 63.376
68.16/68.47	c #Conflicts:      60000 | #Constraints:      28527
68.16/68.47	c #Conflicts:      61000 | #Constraints:      29527
68.16/68.47	c bounds 477 >= -2491 @ 63.5731
75.13/75.43	c #Conflicts:      62000 | #Constraints:      30548
75.13/75.43	c bounds 477 >= -2490 @ 70.4271
75.53/75.83	c #Conflicts:      63000 | #Constraints:      31593
75.53/75.83	c #Conflicts:      64000 | #Constraints:      32593
75.53/75.83	c #Conflicts:      65000 | #Constraints:      33593
75.53/75.83	c INPROCESSING
75.53/75.83	c bounds 477 >= -2489 @ 70.8031
76.33/76.67	c #Conflicts:      66000 | #Constraints:      27458
76.33/76.67	c #Conflicts:      67000 | #Constraints:      28458
76.33/76.67	c #Conflicts:      68000 | #Constraints:      29458
76.33/76.67	c #Conflicts:      69000 | #Constraints:      30458
76.33/76.67	c #Conflicts:      70000 | #Constraints:      31458
76.33/76.67	c #Conflicts:      71000 | #Constraints:      32458
76.33/76.67	c bounds 477 >= -2488 @ 71.5656
79.92/80.27	c #Conflicts:      72000 | #Constraints:      33515
79.92/80.27	c bounds 476 >= -2488 @ 75.1282
79.92/80.28	c bounds 476 >= -2487 @ 75.1331
79.92/80.28	c bounds 476 >= -2486 @ 75.1358
79.92/80.29	c bounds 476 >= -2485 @ 75.1397
79.92/80.29	c bounds 476 >= -2484 @ 75.1429
80.02/80.30	c bounds 476 >= -2483 @ 75.1458
80.02/80.30	c bounds 476 >= -2482 @ 75.1503
80.02/80.31	c bounds 476 >= -2481 @ 75.154
80.02/80.32	c bounds 476 >= -2480 @ 75.162
80.02/80.33	c bounds 476 >= -2479 @ 75.1699
80.02/80.34	c bounds 476 >= -2478 @ 75.1754
80.02/80.35	c bounds 476 >= -2477 @ 75.1885
80.02/80.36	c bounds 476 >= -2476 @ 75.192
80.02/80.38	c bounds 476 >= -2475 @ 75.2078
80.02/80.39	c bounds 476 >= -2474 @ 75.2126
80.12/80.40	c bounds 476 >= -2473 @ 75.2219
80.12/80.44	c #Conflicts:      73000 | #Constraints:      34768
80.12/80.44	c bounds 476 >= -2472 @ 75.2545
80.12/80.48	c bounds 476 >= -2471 @ 75.2871
80.22/80.50	c bounds 476 >= -2470 @ 75.3056
80.22/80.59	c #Conflicts:      74000 | #Constraints:      35816
80.22/80.59	c bounds 476 >= -2469 @ 75.3858
80.52/80.81	c #Conflicts:      75000 | #Constraints:      36846
80.52/80.81	c bounds 476 >= -2468 @ 75.5927
80.52/80.87	c bounds 476 >= -2467 @ 75.6474
81.11/81.42	c #Conflicts:      76000 | #Constraints:      37894
81.11/81.42	c #Conflicts:      77000 | #Constraints:      38894
81.11/81.42	c #Conflicts:      78000 | #Constraints:      39894
81.11/81.42	c bounds 476 >= -2466 @ 76.1698
81.61/82.00	c #Conflicts:      79000 | #Constraints:      40939
81.61/82.00	c #Conflicts:      80000 | #Constraints:      41939
81.61/82.00	c bounds 476 >= -2465 @ 76.7379
96.08/96.44	c #Conflicts:      81000 | #Constraints:      42972
96.08/96.44	c #Conflicts:      82000 | #Constraints:      43972
96.08/96.44	c #Conflicts:      83000 | #Constraints:      44972
96.08/96.44	c #Conflicts:      84000 | #Constraints:      45972
96.08/96.44	c INPROCESSING
96.08/96.44	c GARBAGE COLLECT
96.08/96.44	c rational objective 12
122.70/123.12	c #Conflicts:      85000 | #Constraints:      33741
122.70/123.12	c #Conflicts:      86000 | #Constraints:      34753
122.70/123.12	c #Conflicts:      87000 | #Constraints:      35753
122.70/123.12	c #Conflicts:      88000 | #Constraints:      36753
122.70/123.12	c #Conflicts:      89000 | #Constraints:      37755
122.70/123.12	c #Conflicts:      90000 | #Constraints:      38784
122.70/123.12	c #Conflicts:      91000 | #Constraints:      39784
122.70/123.12	c INPROCESSING
122.70/123.12	c GARBAGE COLLECT
122.70/123.12	c bounds 476 >= -2464 @ 117.044
122.70/123.13	c bounds 476 >= -2463 @ 117.046
122.70/123.13	c bounds 476 >= -2462 @ 117.048
122.70/123.14	c bounds 476 >= -2461 @ 117.052
122.70/123.14	c bounds 476 >= -2460 @ 117.055
123.29/123.71	c bounds 476 >= -2459 @ 117.602
123.29/123.71	c bounds 476 >= -2458 @ 117.605
123.29/123.72	c bounds 476 >= -2457 @ 117.608
123.29/123.72	c bounds 476 >= -2456 @ 117.613
123.29/123.73	c bounds 476 >= -2455 @ 117.618
123.29/123.74	c bounds 476 >= -2454 @ 117.622
123.29/123.74	c bounds 476 >= -2453 @ 117.625
123.29/123.75	c bounds 476 >= -2452 @ 117.631
123.29/123.76	c bounds 476 >= -2451 @ 117.635
123.29/123.76	c bounds 476 >= -2450 @ 117.637
123.29/123.76	c bounds 476 >= -2449 @ 117.64
123.29/123.78	c bounds 476 >= -2448 @ 117.652
123.29/123.79	c #Conflicts:      92000 | #Constraints:      30672
123.29/123.79	c bounds 476 >= -2447 @ 117.662
123.39/123.81	c bounds 476 >= -2446 @ 117.674
123.39/123.82	c bounds 476 >= -2445 @ 117.684
123.39/123.84	c bounds 476 >= -2444 @ 117.699
123.39/123.85	c bounds 476 >= -2443 @ 117.707
123.39/123.86	c bounds 476 >= -2442 @ 117.716
123.39/123.87	c bounds 476 >= -2441 @ 117.725
123.39/123.88	c bounds 476 >= -2440 @ 117.729
123.49/123.90	c #Conflicts:      93000 | #Constraints:      31885
123.49/123.90	c bounds 476 >= -2439 @ 117.75
123.49/123.92	c bounds 476 >= -2438 @ 117.766
123.49/123.95	c bounds 476 >= -2437 @ 117.795
123.49/123.96	c bounds 476 >= -2436 @ 117.802
123.49/124.00	c #Conflicts:      94000 | #Constraints:      32960
123.49/124.00	c bounds 476 >= -2435 @ 117.831
123.59/124.01	c bounds 476 >= -2434 @ 117.844
123.59/124.02	c bounds 476 >= -2433 @ 117.848
123.59/124.02	c bounds 476 >= -2432 @ 117.854
123.59/124.05	c bounds 476 >= -2431 @ 117.876
123.59/124.07	c bounds 476 >= -2430 @ 117.897
123.70/124.10	c bounds 476 >= -2429 @ 117.924
123.70/124.15	c #Conflicts:      95000 | #Constraints:      34070
123.70/124.15	c bounds 476 >= -2428 @ 117.961
123.79/124.26	c #Conflicts:      96000 | #Constraints:      35121
123.79/124.26	c bounds 476 >= -2427 @ 118.071
123.89/124.39	c #Conflicts:      97000 | #Constraints:      36166
123.89/124.39	c bounds 476 >= -2426 @ 118.196
130.27/130.77	c #Conflicts:      98000 | #Constraints:      37196
130.27/130.77	c bounds 476 >= -2425 @ 124.476
130.58/131.02	c #Conflicts:      99000 | #Constraints:      38229
130.58/131.02	c INPROCESSING
130.58/131.02	c GARBAGE COLLECT
130.58/131.02	c #Conflicts:     100000 | #Constraints:      29886
130.58/131.02	c bounds 476 >= -2424 @ 124.712
131.17/131.63	c #Conflicts:     101000 | #Constraints:      30943
131.17/131.63	c #Conflicts:     102000 | #Constraints:      31943
131.17/131.63	c #Conflicts:     103000 | #Constraints:      32943
131.17/131.63	c #Conflicts:     104000 | #Constraints:      33943
131.17/131.63	c bounds 476 >= -2423 @ 125.27
131.17/131.66	c #Conflicts:     105000 | #Constraints:      35003
131.17/131.66	c bounds 476 >= -2422 @ 125.302
131.17/131.67	c bounds 476 >= -2421 @ 125.305
131.57/132.03	c #Conflicts:     106000 | #Constraints:      36019
131.57/132.03	c bounds 476 >= -2420 @ 125.642
131.86/132.32	c #Conflicts:     107000 | #Constraints:      37061
131.86/132.32	c #Conflicts:     108000 | #Constraints:      38061
131.86/132.32	c bounds 476 >= -2419 @ 125.916
132.26/132.70	c #Conflicts:     109000 | #Constraints:      39085
132.26/132.70	c #Conflicts:     110000 | #Constraints:      40085
132.26/132.70	c bounds 476 >= -2418 @ 126.279
132.36/132.86	c #Conflicts:     111000 | #Constraints:      41130
132.36/132.86	c bounds 476 >= -2417 @ 126.423
132.36/132.88	c bounds 476 >= -2416 @ 126.44
132.36/132.89	c bounds 476 >= -2415 @ 126.448
132.47/132.93	c bounds 476 >= -2414 @ 126.481
132.47/132.98	c #Conflicts:     112000 | #Constraints:      42215
132.47/132.98	c bounds 476 >= -2413 @ 126.527
132.57/133.06	c bounds 476 >= -2412 @ 126.587
132.77/133.22	c #Conflicts:     113000 | #Constraints:      43275
132.77/133.22	c bounds 476 >= -2411 @ 126.734
132.77/133.26	c #Conflicts:     114000 | #Constraints:      44287
132.77/133.26	c bounds 476 >= -2410 @ 126.77
132.86/133.39	c bounds 476 >= -2409 @ 126.881
133.16/133.63	c #Conflicts:     115000 | #Constraints:      45368
133.16/133.63	c #Conflicts:     116000 | #Constraints:      46368
133.16/133.63	c bounds 476 >= -2408 @ 127.105
133.46/134.00	c #Conflicts:     117000 | #Constraints:      47398
133.46/134.00	c #Conflicts:     118000 | #Constraints:      48398
133.46/134.00	c bounds 476 >= -2407 @ 127.467
133.57/134.04	c bounds 476 >= -2406 @ 127.512
133.57/134.05	c bounds 476 >= -2405 @ 127.518
140.34/140.85	c bounds 476 >= -2404 @ 134.215
140.34/140.86	c #Conflicts:     119000 | #Constraints:      49485
140.34/140.86	c bounds 476 >= -2403 @ 134.23
140.34/140.88	c bounds 476 >= -2402 @ 134.24
140.44/140.93	c bounds 476 >= -2401 @ 134.294
140.44/140.98	c #Conflicts:     120000 | #Constraints:      50560
140.44/140.98	c bounds 476 >= -2400 @ 134.335
140.44/140.98	c bounds 476 >= -2399 @ 134.339
140.44/140.99	c bounds 476 >= -2398 @ 134.342
140.44/140.99	c bounds 476 >= -2397 @ 134.344
140.44/141.00	c bounds 476 >= -2396 @ 134.347
140.55/141.02	c bounds 476 >= -2395 @ 134.367
140.65/141.11	c bounds 476 >= -2394 @ 134.448
150.11/150.69	c #Conflicts:     121000 | #Constraints:      51675
150.11/150.69	c #Conflicts:     122000 | #Constraints:      52675
150.11/150.69	c INPROCESSING
150.11/150.69	c GARBAGE COLLECT
150.11/150.69	c rational objective 12
150.31/150.86	c bounds 476 >= -2393 @ 144.061
150.71/151.26	c #Conflicts:     123000 | #Constraints:      37373
150.71/151.26	c #Conflicts:     124000 | #Constraints:      38373
150.71/151.26	c #Conflicts:     125000 | #Constraints:      39373
150.71/151.26	c bounds 476 >= -2392 @ 144.422
151.52/152.06	c #Conflicts:     126000 | #Constraints:      40436
151.52/152.06	c #Conflicts:     127000 | #Constraints:      41436
151.52/152.06	c #Conflicts:     128000 | #Constraints:      42436
151.52/152.06	c #Conflicts:     129000 | #Constraints:      43436
151.52/152.06	c #Conflicts:     130000 | #Constraints:      44436
151.52/152.06	c bounds 476 >= -2391 @ 145.185
164.08/164.62	c #Conflicts:     131000 | #Constraints:      45478
164.08/164.62	c INPROCESSING
164.08/164.62	c GARBAGE COLLECT
164.08/164.62	c rational objective 12
164.77/165.33	c #Conflicts:     132000 | #Constraints:      33842
164.77/165.33	c #Conflicts:     133000 | #Constraints:      34842
164.77/165.33	c #Conflicts:     134000 | #Constraints:      35842
164.77/165.33	c #Conflicts:     135000 | #Constraints:      36842
164.77/165.33	c bounds 476 >= -2390 @ 158.245
173.35/173.95	c #Conflicts:     136000 | #Constraints:      37884
173.35/173.95	c #Conflicts:     137000 | #Constraints:      38884
173.35/173.95	c #Conflicts:     138000 | #Constraints:      39884
173.35/173.95	c #Conflicts:     139000 | #Constraints:      40884
173.35/173.95	c #Conflicts:     140000 | #Constraints:      41884
173.35/173.95	c #Conflicts:     141000 | #Constraints:      42884
173.35/173.95	c bounds 476 >= -2389 @ 166.724
174.94/175.53	c #Conflicts:     142000 | #Constraints:      43917
174.94/175.53	c #Conflicts:     143000 | #Constraints:      44917
174.94/175.53	c #Conflicts:     144000 | #Constraints:      45917
174.94/175.53	c #Conflicts:     145000 | #Constraints:      46917
174.94/175.53	c #Conflicts:     146000 | #Constraints:      47917
174.94/175.53	c #Conflicts:     147000 | #Constraints:      48917
174.94/175.53	c #Conflicts:     148000 | #Constraints:      49917
174.94/175.53	c bounds 476 >= -2388 @ 168.266
176.63/177.22	c #Conflicts:     149000 | #Constraints:      50968
176.63/177.22	c #Conflicts:     150000 | #Constraints:      51968
176.63/177.22	c #Conflicts:     151000 | #Constraints:      52968
176.63/177.22	c #Conflicts:     152000 | #Constraints:      53968
176.63/177.22	c #Conflicts:     153000 | #Constraints:      54968
176.63/177.22	c bounds 476 >= -2387 @ 169.874
177.73/178.38	c #Conflicts:     154000 | #Constraints:      55989
177.73/178.38	c #Conflicts:     155000 | #Constraints:      56989
177.73/178.38	c #Conflicts:     156000 | #Constraints:      57989
177.73/178.38	c bounds 476 >= -2386 @ 171.007
177.94/178.59	c #Conflicts:     157000 | #Constraints:      59022
177.94/178.59	c bounds 476 >= -2385 @ 171.2
188.20/188.81	c INPROCESSING
188.20/188.81	c GARBAGE COLLECT
188.20/188.81	c rational objective 12
188.70/189.31	c #Conflicts:     158000 | #Constraints:      40521
188.70/189.31	c #Conflicts:     159000 | #Constraints:      41521
188.70/189.31	c #Conflicts:     160000 | #Constraints:      42521
188.70/189.31	c bounds 476 >= -2384 @ 181.738
188.70/189.31	c bounds 476 >= -2383 @ 181.741
188.70/189.32	c bounds 476 >= -2382 @ 181.746
188.70/189.33	c bounds 476 >= -2381 @ 181.756
188.70/189.34	c bounds 476 >= -2380 @ 181.762
188.70/189.35	c bounds 476 >= -2379 @ 181.768
188.70/189.37	c bounds 476 >= -2378 @ 181.783
188.80/189.40	c bounds 476 >= -2377 @ 181.806
188.80/189.44	c #Conflicts:     161000 | #Constraints:      43698
188.80/189.44	c bounds 476 >= -2376 @ 181.843
188.80/189.48	c bounds 476 >= -2375 @ 181.884
188.90/189.54	c #Conflicts:     162000 | #Constraints:      44761
188.90/189.54	c bounds 476 >= -2374 @ 181.939
195.78/196.41	c #Conflicts:     163000 | #Constraints:      45800
195.78/196.41	c bounds 476 >= -2373 @ 188.7
195.88/196.53	c #Conflicts:     164000 | #Constraints:      46827
195.88/196.53	c bounds 476 >= -2372 @ 188.809
195.98/196.69	c #Conflicts:     165000 | #Constraints:      47848
195.98/196.69	c #Conflicts:     166000 | #Constraints:      48848
195.98/196.69	c bounds 476 >= -2371 @ 188.964
196.48/197.14	c #Conflicts:     167000 | #Constraints:      49878
196.48/197.14	c #Conflicts:     168000 | #Constraints:      50878
196.48/197.14	c INPROCESSING
196.48/197.14	c GARBAGE COLLECT
196.48/197.14	c #Conflicts:     169000 | #Constraints:      36871
196.48/197.14	c bounds 476 >= -2370 @ 189.367
196.98/197.60	c #Conflicts:     170000 | #Constraints:      37931
196.98/197.60	c #Conflicts:     171000 | #Constraints:      38931
196.98/197.60	c #Conflicts:     172000 | #Constraints:      39931
196.98/197.60	c #Conflicts:     173000 | #Constraints:      40931
196.98/197.60	c bounds 476 >= -2369 @ 189.78
197.97/198.62	c #Conflicts:     174000 | #Constraints:      41976
197.97/198.62	c #Conflicts:     175000 | #Constraints:      42976
197.97/198.62	c #Conflicts:     176000 | #Constraints:      43976
197.97/198.62	c #Conflicts:     177000 | #Constraints:      44976
197.97/198.62	c #Conflicts:     178000 | #Constraints:      45976
197.97/198.62	c #Conflicts:     179000 | #Constraints:      46976
197.97/198.62	c bounds 476 >= -2368 @ 190.728
199.27/199.99	c #Conflicts:     180000 | #Constraints:      48006
199.27/199.99	c #Conflicts:     181000 | #Constraints:      49006
199.27/199.99	c #Conflicts:     182000 | #Constraints:      50006
199.27/199.99	c #Conflicts:     183000 | #Constraints:      51006
199.27/199.99	c #Conflicts:     184000 | #Constraints:      52006
199.27/199.99	c #Conflicts:     185000 | #Constraints:      53006
199.27/199.99	c bounds 476 >= -2367 @ 192.05
208.05/208.70	c #Conflicts:     186000 | #Constraints:      54054
208.05/208.70	c #Conflicts:     187000 | #Constraints:      55054
208.05/208.70	c #Conflicts:     188000 | #Constraints:      56054
208.05/208.70	c #Conflicts:     189000 | #Constraints:      57054
208.05/208.70	c #Conflicts:     190000 | #Constraints:      58054
208.05/208.70	c #Conflicts:     191000 | #Constraints:      59054
208.05/208.70	c bounds 476 >= -2366 @ 200.629
224.30/225.08	c #Conflicts:     192000 | #Constraints:      60078
224.30/225.08	c #Conflicts:     193000 | #Constraints:      61078
224.30/225.08	c #Conflicts:     194000 | #Constraints:      62078
224.30/225.08	c #Conflicts:     195000 | #Constraints:      63078
224.30/225.08	c #Conflicts:     196000 | #Constraints:      64078
224.30/225.08	c #Conflicts:     197000 | #Constraints:      65078
224.30/225.08	c INPROCESSING
224.30/225.08	c GARBAGE COLLECT
224.30/225.08	c rational objective 12
225.78/226.50	c #Conflicts:     198000 | #Constraints:      43853
225.78/226.50	c #Conflicts:     199000 | #Constraints:      44853
225.78/226.50	c #Conflicts:     200000 | #Constraints:      45853
225.78/226.50	c #Conflicts:     201000 | #Constraints:      46853
225.78/226.50	c #Conflicts:     202000 | #Constraints:      47853
225.78/226.50	c #Conflicts:     203000 | #Constraints:      48853
225.78/226.50	c #Conflicts:     204000 | #Constraints:      49853
225.78/226.50	c bounds 476 >= -2365 @ 218.189
237.04/237.80	c #Conflicts:     205000 | #Constraints:      50895
237.04/237.80	c #Conflicts:     206000 | #Constraints:      51895
237.04/237.80	c #Conflicts:     207000 | #Constraints:      52895
237.04/237.80	c #Conflicts:     208000 | #Constraints:      53895
237.04/237.80	c #Conflicts:     209000 | #Constraints:      54895
237.04/237.80	c INPROCESSING
237.04/237.80	c GARBAGE COLLECT
237.04/237.80	c #Conflicts:     210000 | #Constraints:      38968
237.04/237.80	c #Conflicts:     211000 | #Constraints:      39968
237.04/237.80	c #Conflicts:     212000 | #Constraints:      40968
237.04/237.80	c #Conflicts:     213000 | #Constraints:      41968
237.04/237.80	c #Conflicts:     214000 | #Constraints:      42968
237.04/237.80	c #Conflicts:     215000 | #Constraints:      43968
237.04/237.80	c #Conflicts:     216000 | #Constraints:      44968
237.04/237.80	c #Conflicts:     217000 | #Constraints:      45968
237.04/237.80	c #Conflicts:     218000 | #Constraints:      46968
237.04/237.80	c #Conflicts:     219000 | #Constraints:      47968
237.04/237.80	c #Conflicts:     220000 | #Constraints:      48968
237.04/237.80	c #Conflicts:     221000 | #Constraints:      49968
237.04/237.80	c #Conflicts:     222000 | #Constraints:      50968
237.04/237.80	c bounds 476 >= -2364 @ 229.275
247.61/248.47	c #Conflicts:     223000 | #Constraints:      52049
247.61/248.47	c #Conflicts:     224000 | #Constraints:      53049
247.61/248.47	c #Conflicts:     225000 | #Constraints:      54049
247.61/248.47	c #Conflicts:     226000 | #Constraints:      55049
247.61/248.47	c #Conflicts:     227000 | #Constraints:      56049
247.61/248.47	c #Conflicts:     228000 | #Constraints:      57049
247.61/248.47	c #Conflicts:     229000 | #Constraints:      58049
247.61/248.47	c #Conflicts:     230000 | #Constraints:      59049
247.61/248.47	c #Conflicts:     231000 | #Constraints:      60049
247.61/248.47	c #Conflicts:     232000 | #Constraints:      61049
247.61/248.47	c #Conflicts:     233000 | #Constraints:      62049
247.61/248.47	c #Conflicts:     234000 | #Constraints:      63049
247.61/248.47	c #Conflicts:     235000 | #Constraints:      64049
247.61/248.47	c bounds 476 >= -2363 @ 239.727
263.05/263.93	c #Conflicts:     236000 | #Constraints:      65076
263.05/263.93	c #Conflicts:     237000 | #Constraints:      66076
263.05/263.93	c #Conflicts:     238000 | #Constraints:      67076
263.05/263.93	c #Conflicts:     239000 | #Constraints:      68076
263.05/263.93	c #Conflicts:     240000 | #Constraints:      69076
263.05/263.93	c #Conflicts:     241000 | #Constraints:      70076
263.05/263.93	c INPROCESSING
263.05/263.93	c GARBAGE COLLECT
263.05/263.93	c rational objective 12
272.82/273.76	c #Conflicts:     242000 | #Constraints:      46340
272.82/273.76	c #Conflicts:     243000 | #Constraints:      47340
272.82/273.76	c #Conflicts:     244000 | #Constraints:      48340
272.82/273.76	c #Conflicts:     245000 | #Constraints:      49340
272.82/273.76	c #Conflicts:     246000 | #Constraints:      50340
272.82/273.76	c #Conflicts:     247000 | #Constraints:      51340
272.82/273.76	c #Conflicts:     248000 | #Constraints:      52340
272.82/273.76	c #Conflicts:     249000 | #Constraints:      53340
272.82/273.76	c #Conflicts:     250000 | #Constraints:      54340
272.82/273.76	c #Conflicts:     251000 | #Constraints:      55340
272.82/273.76	c #Conflicts:     252000 | #Constraints:      56340
272.82/273.76	c #Conflicts:     253000 | #Constraints:      57340
272.82/273.76	c #Conflicts:     254000 | #Constraints:      58340
272.82/273.76	c INPROCESSING
272.82/273.76	c GARBAGE COLLECT
272.82/273.76	c rational objective 12
280.90/281.83	c #Conflicts:     255000 | #Constraints:      40511
280.90/281.83	c #Conflicts:     256000 | #Constraints:      41511
280.90/281.83	c #Conflicts:     257000 | #Constraints:      42511
280.90/281.83	c #Conflicts:     258000 | #Constraints:      43511
280.90/281.83	c #Conflicts:     259000 | #Constraints:      44511
280.90/281.83	c #Conflicts:     260000 | #Constraints:      45511
280.90/281.83	c #Conflicts:     261000 | #Constraints:      46511
280.90/281.83	c #Conflicts:     262000 | #Constraints:      47511
280.90/281.83	c #Conflicts:     263000 | #Constraints:      48511
280.90/281.83	c #Conflicts:     264000 | #Constraints:      49511
280.90/281.83	c #Conflicts:     265000 | #Constraints:      50511
280.90/281.83	c #Conflicts:     266000 | #Constraints:      51511
280.90/281.83	c #Conflicts:     267000 | #Constraints:      52511
280.90/281.83	c INPROCESSING
280.90/281.83	c GARBAGE COLLECT
280.90/281.83	c rational objective 12
298.34/299.38	c #Conflicts:     268000 | #Constraints:      37566
298.34/299.38	c #Conflicts:     269000 | #Constraints:      38566
298.34/299.38	c #Conflicts:     270000 | #Constraints:      39566
298.34/299.38	c #Conflicts:     271000 | #Constraints:      40566
298.34/299.38	c #Conflicts:     272000 | #Constraints:      41566
298.34/299.38	c #Conflicts:     273000 | #Constraints:      42566
298.34/299.38	c #Conflicts:     274000 | #Constraints:      43566
298.34/299.38	c #Conflicts:     275000 | #Constraints:      44566
298.34/299.38	c bounds 475 >= -2363 @ 289.756
298.34/299.39	c bounds 475 >= -2362 @ 289.759
298.34/299.39	c bounds 475 >= -2361 @ 289.761
298.44/299.40	c bounds 475 >= -2360 @ 289.765
298.44/299.40	c bounds 475 >= -2359 @ 289.768
298.44/299.41	c bounds 475 >= -2358 @ 289.77
298.44/299.41	c bounds 475 >= -2357 @ 289.775
298.44/299.42	c bounds 475 >= -2356 @ 289.778
298.44/299.42	c bounds 475 >= -2355 @ 289.78
298.44/299.43	c bounds 475 >= -2354 @ 289.783
298.44/299.43	c bounds 475 >= -2353 @ 289.788
298.44/299.44	c bounds 475 >= -2352 @ 289.79
298.44/299.45	c bounds 475 >= -2351 @ 289.795
298.44/299.45	c bounds 475 >= -2350 @ 289.798
298.44/299.46	c bounds 475 >= -2349 @ 289.802
298.44/299.46	c bounds 475 >= -2348 @ 289.806
298.44/299.47	c #Conflicts:     276000 | #Constraints:      45713
298.44/299.47	c bounds 475 >= -2347 @ 289.812
298.44/299.47	c bounds 475 >= -2346 @ 289.816
298.44/299.48	c bounds 475 >= -2345 @ 289.819
298.44/299.49	c bounds 475 >= -2344 @ 289.823
298.44/299.49	c bounds 475 >= -2343 @ 289.825
298.54/299.51	c bounds 475 >= -2342 @ 289.837
298.54/299.52	c bounds 475 >= -2341 @ 289.843
298.54/299.54	c bounds 475 >= -2340 @ 289.864
298.54/299.56	c bounds 475 >= -2339 @ 289.874
298.54/299.57	c bounds 475 >= -2338 @ 289.885
298.54/299.59	c bounds 475 >= -2337 @ 289.903
298.63/299.61	c bounds 475 >= -2336 @ 289.918
298.63/299.64	c #Conflicts:     277000 | #Constraints:      46942
298.63/299.64	c bounds 475 >= -2335 @ 289.947
298.63/299.69	c bounds 475 >= -2334 @ 289.994
298.74/299.72	c bounds 475 >= -2333 @ 290.015
298.74/299.77	c bounds 475 >= -2332 @ 290.058
298.83/299.83	c #Conflicts:     278000 | #Constraints:      48038
298.83/299.83	c bounds 475 >= -2331 @ 290.111
298.94/299.96	c #Conflicts:     279000 | #Constraints:      49062
298.94/299.96	c bounds 475 >= -2330 @ 290.227
299.04/300.09	c bounds 475 >= -2329 @ 290.346
299.24/300.24	c #Conflicts:     280000 | #Constraints:      50105
299.24/300.24	c bounds 475 >= -2328 @ 290.482
299.54/300.56	c #Conflicts:     281000 | #Constraints:      51138
299.54/300.56	c #Conflicts:     282000 | #Constraints:      52138
299.54/300.56	c bounds 475 >= -2327 @ 290.788
299.84/300.80	c #Conflicts:     283000 | #Constraints:      53171
299.84/300.80	c bounds 475 >= -2326 @ 291.027
300.04/301.07	c #Conflicts:     284000 | #Constraints:      54198
300.04/301.07	c bounds 475 >= -2325 @ 291.276
300.34/301.38	c #Conflicts:     285000 | #Constraints:      55204
300.34/301.38	c #Conflicts:     286000 | #Constraints:      56204
300.34/301.38	c bounds 475 >= -2324 @ 291.562
301.14/302.16	c #Conflicts:     287000 | #Constraints:      57258
301.14/302.16	c #Conflicts:     288000 | #Constraints:      58258
301.14/302.16	c #Conflicts:     289000 | #Constraints:      59258
301.14/302.16	c bounds 475 >= -2323 @ 292.31
305.22/306.21	c #Conflicts:     290000 | #Constraints:      60291
305.22/306.21	c bounds 474 >= -2323 @ 296.33
305.22/306.22	c bounds 474 >= -2322 @ 296.336
305.22/306.23	c bounds 474 >= -2321 @ 296.342
305.22/306.25	c bounds 474 >= -2320 @ 296.361
305.22/306.27	c bounds 474 >= -2319 @ 296.383
305.32/306.31	c #Conflicts:     291000 | #Constraints:      61340
305.32/306.31	c bounds 474 >= -2318 @ 296.417
305.32/306.34	c bounds 474 >= -2317 @ 296.439
305.32/306.37	c bounds 474 >= -2316 @ 296.469
305.42/306.41	c bounds 474 >= -2315 @ 296.507
305.61/306.62	c #Conflicts:     292000 | #Constraints:      62434
305.61/306.62	c bounds 474 >= -2314 @ 296.711
306.02/307.02	c #Conflicts:     293000 | #Constraints:      63503
306.02/307.02	c bounds 474 >= -2313 @ 297.112
306.12/307.12	c bounds 474 >= -2312 @ 297.203
306.91/307.97	c #Conflicts:     294000 | #Constraints:      64548
306.91/307.97	c #Conflicts:     295000 | #Constraints:      65548
306.91/307.97	c #Conflicts:     296000 | #Constraints:      66548
306.91/307.97	c bounds 474 >= -2311 @ 298.011
321.37/322.43	c #Conflicts:     297000 | #Constraints:      67620
321.37/322.43	c #Conflicts:     298000 | #Constraints:      68620
321.37/322.43	c #Conflicts:     299000 | #Constraints:      69620
321.37/322.43	c bounds 474 >= -2310 @ 312.269
323.55/324.65	c #Conflicts:     300000 | #Constraints:      70675
323.55/324.65	c bounds 473 >= -2310 @ 314.467
323.55/324.66	c bounds 473 >= -2309 @ 314.471
323.55/324.67	c bounds 473 >= -2308 @ 314.476
323.55/324.67	c bounds 473 >= -2307 @ 314.481
323.55/324.68	c bounds 473 >= -2306 @ 314.485
323.55/324.68	c bounds 473 >= -2305 @ 314.488
323.55/324.69	c bounds 473 >= -2304 @ 314.495
323.65/324.70	c bounds 473 >= -2303 @ 314.5
323.65/324.71	c bounds 473 >= -2302 @ 314.509
323.65/324.73	c bounds 473 >= -2301 @ 314.523
323.65/324.74	c bounds 473 >= -2300 @ 314.532
323.65/324.76	c bounds 473 >= -2299 @ 314.55
323.65/324.77	c bounds 473 >= -2298 @ 314.559
323.76/324.83	c #Conflicts:     301000 | #Constraints:      71856
323.76/324.83	c bounds 473 >= -2297 @ 314.613
323.76/324.88	c bounds 473 >= -2296 @ 314.666
323.86/324.95	c bounds 473 >= -2295 @ 314.724
323.96/325.02	c #Conflicts:     302000 | #Constraints:      72961
323.96/325.02	c bounds 473 >= -2294 @ 314.79
324.06/325.10	c bounds 473 >= -2293 @ 314.873
324.06/325.13	c bounds 473 >= -2292 @ 314.893
324.16/325.28	c #Conflicts:     303000 | #Constraints:      74057
324.16/325.28	c bounds 473 >= -2291 @ 315.038
324.35/325.46	c bounds 473 >= -2290 @ 315.208
360.94/362.10	c #Conflicts:     304000 | #Constraints:      75123
360.94/362.10	c INPROCESSING
360.94/362.10	c GARBAGE COLLECT
360.94/362.10	c bounds 473 >= -2289 @ 351.461
360.94/362.11	c bounds 473 >= -2288 @ 351.463
360.94/362.11	c bounds 473 >= -2287 @ 351.465
360.94/362.11	c bounds 473 >= -2286 @ 351.467
360.94/362.12	c bounds 473 >= -2285 @ 351.469
360.94/362.12	c bounds 473 >= -2284 @ 351.471
360.94/362.13	c bounds 473 >= -2283 @ 351.474
360.94/362.13	c bounds 473 >= -2282 @ 351.478
360.94/362.13	c bounds 473 >= -2281 @ 351.479
360.94/362.14	c bounds 473 >= -2280 @ 351.482
360.94/362.14	c bounds 473 >= -2279 @ 351.483
360.94/362.15	c bounds 473 >= -2278 @ 351.486
360.94/362.15	c bounds 473 >= -2277 @ 351.487
360.94/362.16	c bounds 473 >= -2276 @ 351.491
360.94/362.17	c bounds 473 >= -2275 @ 351.498
360.94/362.18	c bounds 473 >= -2274 @ 351.504
360.94/362.19	c bounds 473 >= -2273 @ 351.515
361.03/362.21	c bounds 473 >= -2272 @ 351.532
361.03/362.24	c #Conflicts:     305000 | #Constraints:      49754
361.03/362.24	c bounds 473 >= -2271 @ 351.551
361.03/362.27	c bounds 473 >= -2270 @ 351.577
361.13/362.30	c #Conflicts:     306000 | #Constraints:      50808
361.13/362.30	c bounds 473 >= -2269 @ 351.612
361.13/362.35	c bounds 473 >= -2268 @ 351.648
361.13/362.39	c bounds 473 >= -2267 @ 351.683
361.23/362.42	c #Conflicts:     307000 | #Constraints:      51892
361.23/362.42	c bounds 473 >= -2266 @ 351.7
361.33/362.50	c bounds 473 >= -2265 @ 351.769
361.43/362.63	c #Conflicts:     308000 | #Constraints:      52943
361.43/362.63	c bounds 473 >= -2264 @ 351.887
361.63/362.87	c #Conflicts:     309000 | #Constraints:      53991
361.63/362.87	c #Conflicts:     310000 | #Constraints:      54991
361.63/362.87	c bounds 473 >= -2263 @ 352.121
361.73/362.96	c #Conflicts:     311000 | #Constraints:      56033
361.73/362.96	c bounds 473 >= -2262 @ 352.206
361.84/363.09	c #Conflicts:     312000 | #Constraints:      57051
361.84/363.09	c bounds 473 >= -2261 @ 352.328
362.03/363.28	c #Conflicts:     313000 | #Constraints:      58069
362.03/363.28	c #Conflicts:     314000 | #Constraints:      59069
362.03/363.28	c bounds 473 >= -2260 @ 352.514
409.07/410.44	c #Conflicts:     315000 | #Constraints:      60102
409.07/410.44	c #Conflicts:     316000 | #Constraints:      61102
409.07/410.44	c #Conflicts:     317000 | #Constraints:      62102
409.07/410.44	c #Conflicts:     318000 | #Constraints:      63102
409.07/410.44	c INPROCESSING
409.07/410.44	c GARBAGE COLLECT
409.07/410.44	c rational objective 12
409.17/410.56	c bounds 473 >= -2259 @ 399.094
409.17/410.56	c bounds 473 >= -2258 @ 399.097
409.17/410.56	c bounds 473 >= -2257 @ 399.099
409.17/410.57	c bounds 473 >= -2256 @ 399.1
409.17/410.57	c bounds 473 >= -2255 @ 399.103
409.17/410.58	c bounds 473 >= -2254 @ 399.105
409.17/410.58	c bounds 473 >= -2253 @ 399.11
409.17/410.59	c bounds 473 >= -2252 @ 399.116
409.17/410.60	c bounds 473 >= -2251 @ 399.118
409.26/410.60	c bounds 473 >= -2250 @ 399.121
409.26/410.61	c bounds 473 >= -2249 @ 399.124
409.26/410.61	c bounds 473 >= -2248 @ 399.131
409.26/410.62	c #Conflicts:     319000 | #Constraints:      43584
409.26/410.62	c bounds 473 >= -2247 @ 399.139
409.26/410.64	c bounds 473 >= -2246 @ 399.151
409.26/410.65	c bounds 473 >= -2245 @ 399.166
409.26/410.69	c bounds 473 >= -2244 @ 399.192
409.36/410.70	c bounds 473 >= -2243 @ 399.206
409.36/410.72	c #Conflicts:     320000 | #Constraints:      44704
409.36/410.72	c bounds 473 >= -2242 @ 399.215
409.36/410.75	c bounds 473 >= -2241 @ 399.244
409.36/410.77	c bounds 473 >= -2240 @ 399.262
409.47/410.80	c bounds 473 >= -2239 @ 399.287
409.47/410.81	c #Conflicts:     321000 | #Constraints:      45821
409.47/410.81	c bounds 473 >= -2238 @ 399.298
409.47/410.82	c bounds 473 >= -2237 @ 399.307
409.47/410.84	c bounds 473 >= -2236 @ 399.319
409.47/410.87	c bounds 473 >= -2235 @ 399.345
409.57/410.90	c bounds 473 >= -2234 @ 399.377
409.57/410.95	c #Conflicts:     322000 | #Constraints:      46944
409.57/410.95	c bounds 473 >= -2233 @ 399.417
409.57/410.95	c bounds 473 >= -2232 @ 399.422
409.57/411.00	c bounds 473 >= -2231 @ 399.465
409.67/411.01	c bounds 473 >= -2230 @ 399.474
409.67/411.09	c #Conflicts:     323000 | #Constraints:      48029
409.67/411.09	c bounds 473 >= -2229 @ 399.553
409.87/411.20	c #Conflicts:     324000 | #Constraints:      49056
409.87/411.20	c bounds 473 >= -2228 @ 399.655
409.87/411.24	c bounds 473 >= -2227 @ 399.691
410.06/411.43	c #Conflicts:     325000 | #Constraints:      50101
410.06/411.43	c #Conflicts:     326000 | #Constraints:      51101
410.06/411.43	c bounds 473 >= -2226 @ 399.877
410.26/411.69	c #Conflicts:     327000 | #Constraints:      52149
410.26/411.69	c #Conflicts:     328000 | #Constraints:      53149
410.26/411.69	c bounds 473 >= -2225 @ 400.131
410.47/411.87	c #Conflicts:     329000 | #Constraints:      54176
410.47/411.87	c bounds 473 >= -2224 @ 400.3
410.47/411.88	c bounds 473 >= -2223 @ 400.304
410.47/411.89	c bounds 473 >= -2222 @ 400.31
410.47/411.89	c bounds 473 >= -2221 @ 400.312
410.47/411.90	c bounds 473 >= -2220 @ 400.316
410.56/411.90	c bounds 473 >= -2219 @ 400.319
410.56/411.91	c bounds 473 >= -2218 @ 400.324
410.56/411.91	c bounds 473 >= -2217 @ 400.329
410.56/411.92	c bounds 473 >= -2216 @ 400.336
410.56/411.93	c bounds 473 >= -2215 @ 400.342
410.56/411.94	c bounds 473 >= -2214 @ 400.345
410.56/411.94	c bounds 473 >= -2213 @ 400.348
410.56/411.95	c bounds 473 >= -2212 @ 400.353
410.56/411.96	c bounds 473 >= -2211 @ 400.366
430.30/431.73	c #Conflicts:     330000 | #Constraints:      55458
430.30/431.73	c bounds 473 >= -2210 @ 419.869
430.30/431.75	c bounds 473 >= -2209 @ 419.885
430.30/431.78	c bounds 473 >= -2208 @ 419.907
430.30/431.79	c bounds 473 >= -2207 @ 419.917
430.40/431.83	c #Conflicts:     331000 | #Constraints:      56543
430.40/431.83	c bounds 473 >= -2206 @ 419.961
430.50/431.90	c bounds 473 >= -2205 @ 420.02
430.50/431.96	c #Conflicts:     332000 | #Constraints:      57615
430.50/431.96	c bounds 473 >= -2204 @ 420.081
430.50/431.97	c bounds 473 >= -2203 @ 420.087
430.50/431.98	c bounds 473 >= -2202 @ 420.095
430.50/431.99	c bounds 473 >= -2201 @ 420.105
430.60/432.01	c #Conflicts:     333000 | #Constraints:      58714
430.60/432.01	c bounds 473 >= -2200 @ 420.118
430.60/432.02	c bounds 473 >= -2199 @ 420.129
430.60/432.08	c bounds 473 >= -2198 @ 420.179
430.70/432.13	c #Conflicts:     334000 | #Constraints:      59765
430.70/432.13	c bounds 473 >= -2197 @ 420.231
430.70/432.14	c bounds 473 >= -2196 @ 420.237
430.70/432.19	c bounds 473 >= -2195 @ 420.277
430.80/432.25	c #Conflicts:     335000 | #Constraints:      60826
430.80/432.25	c bounds 473 >= -2194 @ 420.324
430.80/432.28	c bounds 473 >= -2193 @ 420.35
430.89/432.38	c #Conflicts:     336000 | #Constraints:      61868
430.89/432.38	c bounds 473 >= -2192 @ 420.448
431.09/432.53	c #Conflicts:     337000 | #Constraints:      62901
431.09/432.53	c bounds 473 >= -2191 @ 420.575
431.30/432.76	c #Conflicts:     338000 | #Constraints:      63922
431.30/432.76	c #Conflicts:     339000 | #Constraints:      64922
431.30/432.76	c bounds 473 >= -2190 @ 420.777
431.59/433.07	c #Conflicts:     340000 | #Constraints:      65952
431.59/433.07	c #Conflicts:     341000 | #Constraints:      66952
431.59/433.07	c bounds 473 >= -2189 @ 421.078
431.99/433.43	c #Conflicts:     342000 | #Constraints:      67997
431.99/433.43	c #Conflicts:     343000 | #Constraints:      68997
431.99/433.43	c bounds 473 >= -2188 @ 421.409
432.19/433.62	c #Conflicts:     344000 | #Constraints:      70004
432.19/433.62	c bounds 473 >= -2187 @ 421.583
432.79/434.23	c #Conflicts:     345000 | #Constraints:      71034
432.79/434.23	c #Conflicts:     346000 | #Constraints:      72034
432.79/434.23	c #Conflicts:     347000 | #Constraints:      73034
432.79/434.23	c bounds 473 >= -2186 @ 422.152
433.69/435.17	c #Conflicts:     348000 | #Constraints:      74058
433.69/435.17	c #Conflicts:     349000 | #Constraints:      75058
433.69/435.17	c #Conflicts:     350000 | #Constraints:      76058
433.69/435.17	c #Conflicts:     351000 | #Constraints:      77058
433.69/435.17	c bounds 473 >= -2185 @ 423.068
435.17/436.60	c #Conflicts:     352000 | #Constraints:      78082
435.17/436.60	c #Conflicts:     353000 | #Constraints:      79082
435.17/436.60	c #Conflicts:     354000 | #Constraints:      80082
435.17/436.60	c #Conflicts:     355000 | #Constraints:      81082
435.17/436.60	c #Conflicts:     356000 | #Constraints:      82082
435.17/436.60	c #Conflicts:     357000 | #Constraints:      83082
435.17/436.60	c bounds 473 >= -2184 @ 424.436
437.47/438.93	c #Conflicts:     358000 | #Constraints:      84136
437.47/438.93	c INPROCESSING
437.47/438.93	c GARBAGE COLLECT
437.47/438.93	c #Conflicts:     359000 | #Constraints:      54406
437.47/438.93	c #Conflicts:     360000 | #Constraints:      55406
437.47/438.93	c #Conflicts:     361000 | #Constraints:      56406
437.47/438.93	c #Conflicts:     362000 | #Constraints:      57406
437.47/438.93	c #Conflicts:     363000 | #Constraints:      58406
437.47/438.93	c #Conflicts:     364000 | #Constraints:      59406
437.47/438.93	c #Conflicts:     365000 | #Constraints:      60406
437.47/438.93	c #Conflicts:     366000 | #Constraints:      61406
437.47/438.93	c #Conflicts:     367000 | #Constraints:      62406
437.47/438.93	c bounds 473 >= -2183 @ 426.656
519.98/521.72	c #Conflicts:     368000 | #Constraints:      63487
519.98/521.72	c #Conflicts:     369000 | #Constraints:      64487
519.98/521.72	c #Conflicts:     370000 | #Constraints:      65487
519.98/521.72	c #Conflicts:     371000 | #Constraints:      66487
519.98/521.72	c #Conflicts:     372000 | #Constraints:      67487
519.98/521.72	c #Conflicts:     373000 | #Constraints:      68487
519.98/521.72	c #Conflicts:     374000 | #Constraints:      69487
519.98/521.72	c INPROCESSING
519.98/521.72	c GARBAGE COLLECT
519.98/521.72	c rational objective 12
556.47/558.32	c #Conflicts:     375000 | #Constraints:      47468
556.47/558.32	c #Conflicts:     376000 | #Constraints:      48468
556.47/558.32	c #Conflicts:     377000 | #Constraints:      49468
556.47/558.32	c #Conflicts:     378000 | #Constraints:      50468
556.47/558.32	c #Conflicts:     379000 | #Constraints:      51468
556.47/558.32	c #Conflicts:     380000 | #Constraints:      52469
556.47/558.32	c #Conflicts:     381000 | #Constraints:      53469
556.47/558.32	c bounds 473 >= -2182 @ 544.869
560.44/562.36	c #Conflicts:     382000 | #Constraints:      54535
560.44/562.36	c #Conflicts:     383000 | #Constraints:      55535
560.44/562.36	c #Conflicts:     384000 | #Constraints:      56535
560.44/562.36	c #Conflicts:     385000 | #Constraints:      57535
560.44/562.36	c #Conflicts:     386000 | #Constraints:      58535
560.44/562.36	c #Conflicts:     387000 | #Constraints:      59535
560.44/562.36	c #Conflicts:     388000 | #Constraints:      60535
560.44/562.36	c #Conflicts:     389000 | #Constraints:      61535
560.44/562.36	c #Conflicts:     390000 | #Constraints:      62535
560.44/562.36	c #Conflicts:     391000 | #Constraints:      63535
560.44/562.36	c #Conflicts:     392000 | #Constraints:      64535
560.44/562.36	c #Conflicts:     393000 | #Constraints:      65535
560.44/562.36	c #Conflicts:     394000 | #Constraints:      66535
560.44/562.36	c #Conflicts:     395000 | #Constraints:      67535
560.44/562.36	c bounds 473 >= -2181 @ 548.753
563.14/565.07	c #Conflicts:     396000 | #Constraints:      68577
563.14/565.07	c #Conflicts:     397000 | #Constraints:      69577
563.14/565.07	c bounds 472 >= -2181 @ 551.419
563.54/565.45	c bounds 471 >= -2181 @ 551.793
563.93/565.82	c bounds 470 >= -2181 @ 552.154
565.93/567.80	c #Conflicts:     398000 | #Constraints:      70580
565.93/567.80	c bounds 469 >= -2181 @ 554.096
566.42/568.37	c bounds 468 >= -2181 @ 554.656
566.42/568.37	c bounds 468 >= -2180 @ 554.66
566.42/568.38	c bounds 468 >= -2179 @ 554.662
566.42/568.38	c bounds 468 >= -2178 @ 554.664
566.42/568.38	c bounds 468 >= -2177 @ 554.667
566.42/568.39	c bounds 468 >= -2176 @ 554.67
566.52/568.40	c bounds 468 >= -2175 @ 554.677
566.52/568.40	c bounds 468 >= -2174 @ 554.682
566.52/568.41	c bounds 468 >= -2173 @ 554.686
566.52/568.42	c bounds 468 >= -2172 @ 554.687
566.52/568.42	c bounds 468 >= -2171 @ 554.695
567.23/569.18	c bounds 467 >= -2171 @ 555.43
567.23/569.18	c bounds 467 >= -2170 @ 555.436
567.23/569.19	c bounds 467 >= -2169 @ 555.44
567.23/569.19	c bounds 467 >= -2168 @ 555.445
567.32/569.20	c bounds 467 >= -2167 @ 555.447
567.32/569.20	c bounds 467 >= -2166 @ 555.451
567.32/569.21	c bounds 467 >= -2165 @ 555.457
567.32/569.21	c bounds 467 >= -2164 @ 555.461
567.32/569.22	c bounds 467 >= -2163 @ 555.464
567.32/569.22	c bounds 467 >= -2162 @ 555.467
567.32/569.24	c #Conflicts:     399000 | #Constraints:      71811
567.32/569.24	c bounds 467 >= -2161 @ 555.473
567.32/569.24	c bounds 467 >= -2160 @ 555.478
567.32/569.25	c bounds 467 >= -2159 @ 555.481
567.32/569.26	c bounds 467 >= -2158 @ 555.491
567.32/569.27	c bounds 467 >= -2157 @ 555.495
567.32/569.28	c bounds 467 >= -2156 @ 555.507
567.42/569.31	c bounds 467 >= -2155 @ 555.524
567.42/569.32	c bounds 467 >= -2154 @ 555.533
567.42/569.32	c bounds 467 >= -2153 @ 555.538
567.42/569.33	c bounds 467 >= -2152 @ 555.542
567.42/569.38	c bounds 467 >= -2151 @ 555.584
567.53/569.43	c #Conflicts:     400000 | #Constraints:      73009
567.53/569.43	c bounds 467 >= -2150 @ 555.637
567.62/569.50	c bounds 467 >= -2149 @ 555.698
567.82/569.70	c #Conflicts:     401000 | #Constraints:      74084
567.82/569.70	c bounds 467 >= -2148 @ 555.876
567.82/569.71	c bounds 467 >= -2147 @ 555.885
567.82/569.72	c bounds 467 >= -2146 @ 555.893
567.82/569.72	c bounds 467 >= -2145 @ 555.896
567.82/569.73	c bounds 467 >= -2144 @ 555.901
567.82/569.74	c bounds 467 >= -2143 @ 555.909
567.82/569.75	c #Conflicts:     402000 | #Constraints:      75204
567.82/569.75	c bounds 467 >= -2142 @ 555.919
567.82/569.77	c bounds 467 >= -2141 @ 555.934
567.92/569.80	c bounds 467 >= -2140 @ 555.964
568.92/570.89	c bounds 466 >= -2140 @ 557.02
569.02/570.90	c bounds 466 >= -2139 @ 557.031
569.02/570.92	c bounds 466 >= -2138 @ 557.048
569.02/570.93	c bounds 466 >= -2137 @ 557.057
569.02/570.94	c bounds 466 >= -2136 @ 557.067
569.51/571.46	c #Conflicts:     403000 | #Constraints:      76344
569.51/571.46	c #Conflicts:     404000 | #Constraints:      77344
569.51/571.46	c #Conflicts:     405000 | #Constraints:      78344
569.51/571.46	c bounds 466 >= -2135 @ 557.57
570.31/572.21	c #Conflicts:     406000 | #Constraints:      79392
570.31/572.21	c #Conflicts:     407000 | #Constraints:      80392
570.31/572.21	c #Conflicts:     408000 | #Constraints:      81392
570.31/572.21	c bounds 466 >= -2134 @ 558.278
573.21/575.11	c #Conflicts:     409000 | #Constraints:      82422
573.21/575.11	c bounds 465 >= -2134 @ 561.146
573.21/575.17	c bounds 465 >= -2133 @ 561.211
573.60/575.59	c #Conflicts:     410000 | #Constraints:      83438
573.60/575.59	c bounds 465 >= -2132 @ 561.603
574.21/576.16	c #Conflicts:     411000 | #Constraints:      84471
574.21/576.16	c #Conflicts:     412000 | #Constraints:      85471
574.21/576.16	c bounds 465 >= -2131 @ 562.148
575.00/576.96	c #Conflicts:     413000 | #Constraints:      86498
575.00/576.96	c #Conflicts:     414000 | #Constraints:      87498
575.00/576.96	c #Conflicts:     415000 | #Constraints:      88498
575.00/576.96	c bounds 465 >= -2130 @ 562.933
575.40/577.38	c bounds 464 >= -2130 @ 563.35
575.79/577.75	c bounds 462 >= -2130 @ 563.713
575.79/577.76	c bounds 462 >= -2129 @ 563.718
575.79/577.77	c bounds 462 >= -2128 @ 563.724
575.79/577.77	c bounds 462 >= -2127 @ 563.727
575.79/577.78	c bounds 462 >= -2126 @ 563.729
575.79/577.78	c bounds 462 >= -2125 @ 563.731
575.79/577.79	c bounds 462 >= -2124 @ 563.735
575.79/577.79	c bounds 462 >= -2123 @ 563.739
575.90/577.80	c bounds 462 >= -2122 @ 563.742
575.90/577.81	c bounds 462 >= -2121 @ 563.748
575.90/577.81	c bounds 462 >= -2120 @ 563.753
575.90/577.82	c bounds 462 >= -2119 @ 563.757
575.90/577.83	c bounds 462 >= -2118 @ 563.76
575.90/577.84	c bounds 462 >= -2117 @ 563.774
575.90/577.86	c bounds 462 >= -2116 @ 563.795
575.99/577.90	c bounds 462 >= -2115 @ 563.829
579.68/581.61	c #Conflicts:     416000 | #Constraints:      89763
579.68/581.61	c bounds 461 >= -2115 @ 567.504
579.68/581.62	c bounds 461 >= -2114 @ 567.516
579.68/581.63	c bounds 461 >= -2113 @ 567.522
579.68/581.64	c bounds 461 >= -2112 @ 567.528
579.89/581.81	c #Conflicts:     417000 | #Constraints:      90819
579.89/581.81	c INPROCESSING
579.89/581.81	c GARBAGE COLLECT
579.89/581.81	c bounds 461 >= -2111 @ 567.695
579.89/581.82	c bounds 461 >= -2110 @ 567.705
579.89/581.83	c bounds 461 >= -2109 @ 567.708
579.89/581.84	c bounds 461 >= -2108 @ 567.711
579.89/581.84	c bounds 461 >= -2107 @ 567.714
579.89/581.85	c bounds 461 >= -2106 @ 567.721
579.89/581.86	c bounds 461 >= -2105 @ 567.726
579.89/581.87	c bounds 461 >= -2104 @ 567.732
579.89/581.88	c bounds 461 >= -2103 @ 567.749
579.98/581.90	c #Conflicts:     418000 | #Constraints:      58619
579.98/581.90	c bounds 461 >= -2102 @ 567.763
579.98/581.93	c bounds 461 >= -2101 @ 567.789
579.98/581.96	c bounds 461 >= -2100 @ 567.821
580.08/582.02	c #Conflicts:     419000 | #Constraints:      59700
580.08/582.02	c bounds 461 >= -2099 @ 567.881
580.19/582.14	c #Conflicts:     420000 | #Constraints:      60730
580.19/582.14	c bounds 461 >= -2098 @ 567.991
580.28/582.29	c #Conflicts:     421000 | #Constraints:      61775
580.28/582.29	c #Conflicts:     422000 | #Constraints:      62775
580.28/582.29	c bounds 461 >= -2097 @ 568.134
580.48/582.46	c #Conflicts:     423000 | #Constraints:      63796
580.48/582.46	c bounds 461 >= -2096 @ 568.303
580.68/582.60	c #Conflicts:     424000 | #Constraints:      64820
580.68/582.60	c bounds 461 >= -2095 @ 568.436
581.28/583.26	c #Conflicts:     425000 | #Constraints:      65844
581.28/583.26	c #Conflicts:     426000 | #Constraints:      66844
581.28/583.26	c #Conflicts:     427000 | #Constraints:      67844
581.28/583.26	c #Conflicts:     428000 | #Constraints:      68844
581.28/583.26	c bounds 461 >= -2094 @ 569.088
582.67/584.63	c #Conflicts:     429000 | #Constraints:      69886
582.67/584.63	c #Conflicts:     430000 | #Constraints:      70886
582.67/584.63	c #Conflicts:     431000 | #Constraints:      71886
582.67/584.63	c #Conflicts:     432000 | #Constraints:      72886
582.67/584.63	c #Conflicts:     433000 | #Constraints:      73886
582.67/584.63	c #Conflicts:     434000 | #Constraints:      74886
582.67/584.63	c INPROCESSING
582.67/584.63	c GARBAGE COLLECT
582.67/584.63	c #Conflicts:     435000 | #Constraints:      50695
582.67/584.63	c bounds 461 >= -2093 @ 570.427
620.24/622.30	c #Conflicts:     436000 | #Constraints:      51761
620.24/622.30	c #Conflicts:     437000 | #Constraints:      52761
620.24/622.30	c #Conflicts:     438000 | #Constraints:      53761
620.24/622.30	c #Conflicts:     439000 | #Constraints:      54761
620.24/622.30	c #Conflicts:     440000 | #Constraints:      55761
620.24/622.30	c #Conflicts:     441000 | #Constraints:      56761
620.24/622.30	c #Conflicts:     442000 | #Constraints:      57761
620.24/622.30	c #Conflicts:     443000 | #Constraints:      58761
620.24/622.30	c #Conflicts:     444000 | #Constraints:      59761
620.24/622.30	c #Conflicts:     445000 | #Constraints:      60761
620.24/622.30	c #Conflicts:     446000 | #Constraints:      61761
620.24/622.30	c #Conflicts:     447000 | #Constraints:      62762
620.24/622.30	c #Conflicts:     448000 | #Constraints:      63762
620.24/622.30	c #Conflicts:     449000 | #Constraints:      64762
620.24/622.30	c #Conflicts:     450000 | #Constraints:      65762
620.24/622.30	c #Conflicts:     451000 | #Constraints:      66762
620.24/622.30	c #Conflicts:     452000 | #Constraints:      67762
620.24/622.30	c #Conflicts:     453000 | #Constraints:      68762
620.24/622.30	c bounds 461 >= -2092 @ 607.703
648.65/650.83	c #Conflicts:     454000 | #Constraints:      69855
648.65/650.83	c #Conflicts:     455000 | #Constraints:      70855
648.65/650.83	c #Conflicts:     456000 | #Constraints:      71855
648.65/650.83	c #Conflicts:     457000 | #Constraints:      72855
648.65/650.83	c #Conflicts:     458000 | #Constraints:      73855
648.65/650.83	c #Conflicts:     459000 | #Constraints:      74855
648.65/650.83	c #Conflicts:     460000 | #Constraints:      75855
648.65/650.83	c #Conflicts:     461000 | #Constraints:      76855
648.65/650.83	c bounds 460 >= -2092 @ 635.897
648.65/650.84	c bounds 460 >= -2091 @ 635.907
648.65/650.85	c bounds 460 >= -2090 @ 635.911
648.65/650.85	c bounds 460 >= -2089 @ 635.914
648.65/650.86	c bounds 460 >= -2088 @ 635.922
648.65/650.88	c #Conflicts:     462000 | #Constraints:      77911
648.65/650.88	c bounds 460 >= -2087 @ 635.94
648.75/650.92	c bounds 460 >= -2086 @ 635.976
648.75/650.97	c bounds 460 >= -2085 @ 636.027
648.85/651.02	c bounds 460 >= -2084 @ 636.071
648.96/651.11	c bounds 460 >= -2083 @ 636.163
649.04/651.27	c #Conflicts:     463000 | #Constraints:      79034
649.04/651.27	c bounds 460 >= -2082 @ 636.314
649.15/651.38	c bounds 460 >= -2081 @ 636.421
649.55/651.72	c #Conflicts:     464000 | #Constraints:      80097
649.55/651.72	c bounds 460 >= -2080 @ 636.754
649.94/652.19	c #Conflicts:     465000 | #Constraints:      81121
649.94/652.19	c #Conflicts:     466000 | #Constraints:      82121
649.94/652.19	c bounds 460 >= -2079 @ 637.221
650.54/652.74	c #Conflicts:     467000 | #Constraints:      83148
650.54/652.74	c bounds 460 >= -2078 @ 637.757
651.34/653.52	c #Conflicts:     468000 | #Constraints:      84193
651.34/653.52	c #Conflicts:     469000 | #Constraints:      85193
651.34/653.52	c #Conflicts:     470000 | #Constraints:      86193
651.34/653.52	c bounds 460 >= -2077 @ 638.532
652.74/654.93	c #Conflicts:     471000 | #Constraints:      87220
652.74/654.93	c #Conflicts:     472000 | #Constraints:      88220
652.74/654.93	c bounds 460 >= -2076 @ 639.925
653.73/656.00	c #Conflicts:     473000 | #Constraints:      89271
653.73/656.00	c #Conflicts:     474000 | #Constraints:      90271
653.73/656.00	c bounds 460 >= -2075 @ 640.983
707.55/709.93	c #Conflicts:     475000 | #Constraints:      91310
707.55/709.93	c #Conflicts:     476000 | #Constraints:      92310
707.55/709.93	c #Conflicts:     477000 | #Constraints:      93310
707.55/709.93	c #Conflicts:     478000 | #Constraints:      94310
707.55/709.93	c #Conflicts:     479000 | #Constraints:      95310
707.55/709.93	c #Conflicts:     480000 | #Constraints:      96310
707.55/709.93	c INPROCESSING
707.55/709.93	c GARBAGE COLLECT
707.55/709.93	c rational objective 12
707.85/710.21	c #Conflicts:     481000 | #Constraints:      61526
707.85/710.21	c bounds 460 >= -2074 @ 694.695
772.73/775.38	c #Conflicts:     482000 | #Constraints:      62568
772.73/775.38	c #Conflicts:     483000 | #Constraints:      63568
772.73/775.38	c #Conflicts:     484000 | #Constraints:      64568
772.73/775.38	c #Conflicts:     485000 | #Constraints:      65568
772.73/775.38	c #Conflicts:     486000 | #Constraints:      66568
772.73/775.38	c #Conflicts:     487000 | #Constraints:      67568
772.73/775.38	c #Conflicts:     488000 | #Constraints:      68568
772.73/775.38	c #Conflicts:     489000 | #Constraints:      69568
772.73/775.38	c #Conflicts:     490000 | #Constraints:      70568
772.73/775.38	c #Conflicts:     491000 | #Constraints:      71568
772.73/775.38	c #Conflicts:     492000 | #Constraints:      72568
772.73/775.38	c bounds 460 >= -2073 @ 759.186
773.23/775.87	c #Conflicts:     493000 | #Constraints:      73622
773.23/775.87	c bounds 460 >= -2072 @ 759.663
774.53/777.18	c #Conflicts:     494000 | #Constraints:      74655
774.53/777.18	c #Conflicts:     495000 | #Constraints:      75655
774.53/777.18	c #Conflicts:     496000 | #Constraints:      76655
774.53/777.18	c #Conflicts:     497000 | #Constraints:      77655
774.53/777.18	c bounds 460 >= -2071 @ 760.954
774.72/777.37	c #Conflicts:     498000 | #Constraints:      78694
774.72/777.37	c bounds 460 >= -2070 @ 761.138
775.12/777.73	c INPROCESSING
775.12/777.73	c GARBAGE COLLECT
775.12/777.73	c #Conflicts:     499000 | #Constraints:      52682
775.12/777.73	c #Conflicts:     500000 | #Constraints:      53682
775.12/777.73	c #Conflicts:     501000 | #Constraints:      54682
775.12/777.73	c bounds 460 >= -2069 @ 761.484
776.02/778.65	c #Conflicts:     502000 | #Constraints:      55727
776.02/778.65	c #Conflicts:     503000 | #Constraints:      56727
776.02/778.65	c #Conflicts:     504000 | #Constraints:      57727
776.02/778.65	c #Conflicts:     505000 | #Constraints:      58727
776.02/778.65	c #Conflicts:     506000 | #Constraints:      59727
776.02/778.65	c bounds 460 >= -2068 @ 762.379
781.00/783.69	c #Conflicts:     507000 | #Constraints:      60769
781.00/783.69	c #Conflicts:     508000 | #Constraints:      61769
781.00/783.69	c #Conflicts:     509000 | #Constraints:      62769
781.00/783.69	c #Conflicts:     510000 | #Constraints:      63769
781.00/783.69	c #Conflicts:     511000 | #Constraints:      64769
781.00/783.69	c #Conflicts:     512000 | #Constraints:      65769
781.00/783.69	c #Conflicts:     513000 | #Constraints:      66769
781.00/783.69	c #Conflicts:     514000 | #Constraints:      67769
781.00/783.69	c #Conflicts:     515000 | #Constraints:      68769
781.00/783.69	c #Conflicts:     516000 | #Constraints:      69769
781.00/783.69	c #Conflicts:     517000 | #Constraints:      70769
781.00/783.69	c #Conflicts:     518000 | #Constraints:      71769
781.00/783.69	c #Conflicts:     519000 | #Constraints:      72769
781.00/783.69	c bounds 460 >= -2067 @ 767.314
792.76/795.40	c #Conflicts:     520000 | #Constraints:      73820
792.76/795.40	c #Conflicts:     521000 | #Constraints:      74820
792.76/795.40	c #Conflicts:     522000 | #Constraints:      75820
792.76/795.40	c #Conflicts:     523000 | #Constraints:      76820
792.76/795.40	c #Conflicts:     524000 | #Constraints:      77820
792.76/795.40	c #Conflicts:     525000 | #Constraints:      78820
792.76/795.40	c #Conflicts:     526000 | #Constraints:      79820
792.76/795.40	c #Conflicts:     527000 | #Constraints:      80820
792.76/795.40	c #Conflicts:     528000 | #Constraints:      81820
792.76/795.40	c #Conflicts:     529000 | #Constraints:      82820
792.76/795.40	c #Conflicts:     530000 | #Constraints:      83820
792.76/795.40	c #Conflicts:     531000 | #Constraints:      84820
792.76/795.40	c #Conflicts:     532000 | #Constraints:      85820
792.76/795.40	c #Conflicts:     533000 | #Constraints:      86820
792.76/795.40	c #Conflicts:     534000 | #Constraints:      87820
792.76/795.40	c #Conflicts:     535000 | #Constraints:      88820
792.76/795.40	c #Conflicts:     536000 | #Constraints:      89820
792.76/795.40	c #Conflicts:     537000 | #Constraints:      90820
792.76/795.40	c #Conflicts:     538000 | #Constraints:      91820
792.76/795.40	c #Conflicts:     539000 | #Constraints:      92820
792.76/795.40	c bounds 460 >= -2066 @ 778.794
793.56/796.21	c #Conflicts:     540000 | #Constraints:      93865
793.56/796.21	c bounds 459 >= -2066 @ 779.588
793.75/796.48	c bounds 458 >= -2066 @ 779.843
794.05/796.71	c bounds 457 >= -2066 @ 780.073
794.26/796.97	c bounds 456 >= -2066 @ 780.325
794.55/797.26	c bounds 455 >= -2066 @ 780.603
794.85/797.50	c bounds 454 >= -2066 @ 780.836
795.15/797.80	c bounds 453 >= -2066 @ 781.127
795.36/798.06	c bounds 452 >= -2066 @ 781.381
795.65/798.38	c #Conflicts:     541000 | #Constraints:      94873
795.65/798.38	c bounds 450 >= -2066 @ 781.689
795.95/798.65	c bounds 448 >= -2066 @ 781.956
796.25/798.91	c bounds 447 >= -2066 @ 782.207
796.55/799.22	c bounds 446 >= -2066 @ 782.511
796.74/799.48	c bounds 444 >= -2066 @ 782.763
797.05/799.74	c bounds 443 >= -2066 @ 783.011
797.24/799.99	c bounds 441 >= -2066 @ 783.263
797.54/800.25	c bounds 439 >= -2066 @ 783.518
798.54/801.24	c bounds 438 >= -2066 @ 784.476
799.84/802.51	c #Conflicts:     542000 | #Constraints:      95882
799.84/802.51	c bounds 437 >= -2066 @ 785.74
800.14/802.81	c bounds 436 >= -2066 @ 786.032
800.54/803.22	c bounds 434 >= -2066 @ 786.432
801.03/803.75	c bounds 433 >= -2066 @ 786.951
804.42/807.14	c #Conflicts:     543000 | #Constraints:      96886
804.42/807.14	c bounds 432 >= -2066 @ 790.296
809.71/812.42	c #Conflicts:     544000 | #Constraints:      97887
809.71/812.42	c bounds 431 >= -2066 @ 795.508
809.71/812.43	c bounds 431 >= -2065 @ 795.517
809.71/812.44	c bounds 431 >= -2064 @ 795.519
809.71/812.45	c bounds 431 >= -2063 @ 795.525
809.71/812.45	c bounds 431 >= -2062 @ 795.528
809.71/812.46	c bounds 431 >= -2061 @ 795.532
809.71/812.46	c bounds 431 >= -2060 @ 795.535
809.71/812.46	c bounds 431 >= -2059 @ 795.539
809.71/812.47	c bounds 431 >= -2058 @ 795.542
809.71/812.49	c bounds 431 >= -2057 @ 795.556
809.80/812.51	c bounds 431 >= -2056 @ 795.573
809.80/812.53	c bounds 431 >= -2055 @ 795.593
809.80/812.55	c bounds 431 >= -2054 @ 795.616
809.80/812.56	c bounds 431 >= -2053 @ 795.624
809.90/812.61	c bounds 431 >= -2052 @ 795.672
809.90/812.69	c #Conflicts:     545000 | #Constraints:      99090
809.90/812.69	c bounds 431 >= -2051 @ 795.751
810.00/812.70	c bounds 431 >= -2050 @ 795.761
810.10/812.81	c bounds 431 >= -2049 @ 795.859
810.10/812.81	c bounds 431 >= -2048 @ 795.865
810.10/812.89	c bounds 431 >= -2047 @ 795.934
810.40/813.13	c #Conflicts:     546000 | #Constraints:     100204
810.40/813.13	c bounds 431 >= -2046 @ 796.177
871.10/874.05	c #Conflicts:     547000 | #Constraints:     101249
871.10/874.05	c INPROCESSING
871.10/874.05	c GARBAGE COLLECT
871.10/874.05	c rational objective 12
871.20/874.18	c bounds 431 >= -2045 @ 856.636
871.30/874.26	c #Conflicts:     548000 | #Constraints:      64045
871.30/874.26	c bounds 431 >= -2044 @ 856.719
871.39/874.39	c #Conflicts:     549000 | #Constraints:      65084
871.39/874.39	c bounds 431 >= -2043 @ 856.831
871.49/874.42	c bounds 431 >= -2042 @ 856.865
872.20/875.16	c #Conflicts:     550000 | #Constraints:      66114
872.20/875.16	c #Conflicts:     551000 | #Constraints:      67114
872.20/875.16	c #Conflicts:     552000 | #Constraints:      68114
872.20/875.16	c #Conflicts:     553000 | #Constraints:      69114
872.20/875.16	c bounds 431 >= -2041 @ 857.58
873.78/876.72	c #Conflicts:     554000 | #Constraints:      70165
873.78/876.72	c #Conflicts:     555000 | #Constraints:      71165
873.78/876.72	c #Conflicts:     556000 | #Constraints:      72165
873.78/876.72	c #Conflicts:     557000 | #Constraints:      73165
873.78/876.72	c #Conflicts:     558000 | #Constraints:      74165
873.78/876.72	c #Conflicts:     559000 | #Constraints:      75165
873.78/876.72	c bounds 431 >= -2040 @ 859.099
874.38/877.35	c bounds 430 >= -2040 @ 859.717
874.78/877.75	c bounds 429 >= -2040 @ 860.112
875.09/878.06	c bounds 428 >= -2040 @ 860.412
875.58/878.58	c bounds 427 >= -2040 @ 860.918
875.58/878.58	c bounds 427 >= -2039 @ 860.922
875.58/878.59	c bounds 427 >= -2038 @ 860.924
875.58/878.59	c bounds 427 >= -2037 @ 860.926
875.68/878.60	c bounds 427 >= -2036 @ 860.929
875.68/878.60	c bounds 427 >= -2035 @ 860.932
875.68/878.61	c bounds 427 >= -2034 @ 860.935
875.68/878.61	c #Conflicts:     560000 | #Constraints:      76281
875.68/878.61	c bounds 427 >= -2033 @ 860.94
875.68/878.62	c bounds 427 >= -2032 @ 860.946
875.68/878.63	c bounds 427 >= -2031 @ 860.952
875.68/878.64	c bounds 427 >= -2030 @ 860.957
875.68/878.65	c bounds 427 >= -2029 @ 860.961
875.68/878.65	c bounds 427 >= -2028 @ 860.965
875.68/878.66	c bounds 427 >= -2027 @ 860.969
875.68/878.67	c bounds 427 >= -2026 @ 860.983
875.68/878.68	c bounds 427 >= -2025 @ 860.993
875.78/878.70	c bounds 427 >= -2024 @ 861.01
875.78/878.71	c bounds 427 >= -2023 @ 861.014
875.78/878.71	c bounds 427 >= -2022 @ 861.017
875.78/878.72	c bounds 427 >= -2021 @ 861.023
875.78/878.73	c bounds 427 >= -2020 @ 861.032
875.78/878.74	c bounds 427 >= -2019 @ 861.037
875.78/878.75	c bounds 427 >= -2018 @ 861.042
876.37/879.31	c #Conflicts:     561000 | #Constraints:      77599
876.37/879.31	c bounds 426 >= -2018 @ 861.583
876.37/879.32	c bounds 426 >= -2017 @ 861.586
876.37/879.32	c bounds 426 >= -2016 @ 861.589
876.37/879.33	c bounds 426 >= -2015 @ 861.592
876.37/879.33	c bounds 426 >= -2014 @ 861.594
876.37/879.34	c bounds 426 >= -2013 @ 861.598
876.37/879.35	c bounds 426 >= -2012 @ 861.606
876.37/879.37	c bounds 426 >= -2011 @ 861.622
876.78/879.71	c #Conflicts:     562000 | #Constraints:      78738
876.78/879.71	c #Conflicts:     563000 | #Constraints:      79738
876.78/879.71	c #Conflicts:     564000 | #Constraints:      80738
876.78/879.71	c bounds 426 >= -2010 @ 861.936
877.18/880.14	c #Conflicts:     565000 | #Constraints:      81816
877.18/880.14	c #Conflicts:     566000 | #Constraints:      82816
877.18/880.14	c bounds 426 >= -2009 @ 862.345
878.08/881.09	c bounds 425 >= -2009 @ 863.271
878.08/881.09	c bounds 425 >= -2008 @ 863.277
878.08/881.10	c bounds 425 >= -2007 @ 863.281
878.18/881.10	c bounds 425 >= -2006 @ 863.283
878.18/881.11	c bounds 425 >= -2005 @ 863.286
878.18/881.12	c bounds 425 >= -2004 @ 863.29
878.18/881.12	c bounds 425 >= -2003 @ 863.295
878.18/881.13	c bounds 425 >= -2002 @ 863.304
878.18/881.15	c bounds 425 >= -2001 @ 863.317
878.27/881.24	c #Conflicts:     567000 | #Constraints:      84006
878.27/881.24	c INPROCESSING
878.27/881.24	c GARBAGE COLLECT
878.27/881.24	c bounds 425 >= -2000 @ 863.411
878.27/881.25	c bounds 425 >= -1999 @ 863.414
878.27/881.26	c bounds 425 >= -1998 @ 863.428
878.37/881.30	c bounds 425 >= -1997 @ 863.454
878.47/881.43	c #Conflicts:     568000 | #Constraints:      55953
878.47/881.43	c bounds 425 >= -1996 @ 863.572
880.57/883.59	c #Conflicts:     569000 | #Constraints:      56986
880.57/883.59	c bounds 424 >= -1996 @ 865.716
880.66/883.60	c bounds 424 >= -1995 @ 865.721
880.66/883.61	c bounds 424 >= -1994 @ 865.725
880.66/883.62	c bounds 424 >= -1993 @ 865.734
880.66/883.63	c bounds 424 >= -1992 @ 865.741
880.66/883.64	c bounds 424 >= -1991 @ 865.75
880.66/883.66	c #Conflicts:     570000 | #Constraints:      58075
880.66/883.66	c bounds 424 >= -1990 @ 865.763
880.66/883.68	c bounds 424 >= -1989 @ 865.784
880.76/883.72	c bounds 424 >= -1988 @ 865.812
880.76/883.78	c #Conflicts:     571000 | #Constraints:      59144
880.76/883.78	c bounds 424 >= -1987 @ 865.865
880.76/883.79	c bounds 424 >= -1986 @ 865.872
880.86/883.83	c bounds 424 >= -1985 @ 865.91
880.86/883.87	c bounds 424 >= -1984 @ 865.944
880.97/883.92	c #Conflicts:     572000 | #Constraints:      60276
880.97/883.92	c bounds 424 >= -1983 @ 865.992
881.07/884.04	c #Conflicts:     573000 | #Constraints:      61306
881.07/884.04	c bounds 424 >= -1982 @ 866.107
881.07/884.07	c bounds 424 >= -1981 @ 866.139
881.26/884.21	c #Conflicts:     574000 | #Constraints:      62357
881.26/884.21	c bounds 424 >= -1980 @ 866.27
881.56/884.54	c #Conflicts:     575000 | #Constraints:      63384
881.56/884.54	c #Conflicts:     576000 | #Constraints:      64384
881.56/884.54	c bounds 424 >= -1979 @ 866.587
882.36/885.39	c #Conflicts:     577000 | #Constraints:      65426
882.36/885.39	c #Conflicts:     578000 | #Constraints:      66426
882.36/885.39	c #Conflicts:     579000 | #Constraints:      67426
882.36/885.39	c #Conflicts:     580000 | #Constraints:      68426
882.36/885.39	c bounds 424 >= -1978 @ 867.407
883.16/886.19	c bounds 423 >= -1978 @ 868.185
883.45/886.48	c bounds 422 >= -1978 @ 868.471
883.85/886.83	c #Conflicts:     581000 | #Constraints:      69467
883.85/886.83	c #Conflicts:     582000 | #Constraints:      70467
883.85/886.83	c bounds 422 >= -1977 @ 868.793
884.16/887.10	c bounds 421 >= -1977 @ 869.055
884.35/887.31	c bounds 420 >= -1977 @ 869.258
884.65/887.69	c #Conflicts:     583000 | #Constraints:      71514
884.65/887.69	c #Conflicts:     584000 | #Constraints:      72514
884.65/887.69	c bounds 420 >= -1976 @ 869.624
884.85/887.89	c bounds 419 >= -1976 @ 869.826
885.15/888.10	c bounds 418 >= -1976 @ 870.035
885.35/888.31	c bounds 417 >= -1976 @ 870.237
886.24/889.22	c #Conflicts:     585000 | #Constraints:      73550
886.24/889.22	c #Conflicts:     586000 | #Constraints:      74550
886.24/889.22	c #Conflicts:     587000 | #Constraints:      75550
886.24/889.22	c #Conflicts:     588000 | #Constraints:      76550
886.24/889.22	c bounds 417 >= -1975 @ 871.114
886.45/889.43	c bounds 415 >= -1975 @ 871.318
886.64/889.63	c bounds 414 >= -1975 @ 871.512
886.84/889.83	c bounds 413 >= -1975 @ 871.712
887.05/890.02	c bounds 411 >= -1975 @ 871.899
887.24/890.24	c bounds 409 >= -1975 @ 872.109
887.44/890.49	c bounds 408 >= -1975 @ 872.353
962.98/966.23	c #Conflicts:     589000 | #Constraints:      77586
962.98/966.23	c #Conflicts:     590000 | #Constraints:      78586
962.98/966.23	c #Conflicts:     591000 | #Constraints:      79586
962.98/966.23	c #Conflicts:     592000 | #Constraints:      80586
962.98/966.23	c #Conflicts:     593000 | #Constraints:      81586
962.98/966.23	c bounds 408 >= -1974 @ 947.436
963.38/966.65	c bounds 407 >= -1974 @ 947.847
963.88/967.11	c bounds 405 >= -1974 @ 948.31
964.28/967.59	c bounds 404 >= -1974 @ 948.779
964.78/968.05	c bounds 403 >= -1974 @ 949.226
965.17/968.42	c bounds 402 >= -1974 @ 949.587
965.67/968.92	c bounds 401 >= -1974 @ 950.084
966.48/969.74	c bounds 400 >= -1974 @ 950.883
966.48/969.75	c bounds 400 >= -1973 @ 950.89
966.48/969.76	c #Conflicts:     594000 | #Constraints:      82641
966.48/969.76	c bounds 400 >= -1972 @ 950.9
966.48/969.77	c bounds 400 >= -1971 @ 950.903
966.48/969.77	c bounds 400 >= -1970 @ 950.908
966.48/969.78	c bounds 400 >= -1969 @ 950.914
966.48/969.79	c bounds 400 >= -1968 @ 950.924
966.57/969.80	c bounds 400 >= -1967 @ 950.928
966.57/969.80	c bounds 400 >= -1966 @ 950.933
966.57/969.82	c bounds 400 >= -1965 @ 950.951
966.57/969.84	c bounds 400 >= -1964 @ 950.972
966.57/969.85	c bounds 400 >= -1963 @ 950.976
966.57/969.87	c bounds 400 >= -1962 @ 950.995
966.67/969.93	c bounds 400 >= -1961 @ 951.047
966.67/969.97	c bounds 400 >= -1960 @ 951.089
966.77/970.01	c bounds 400 >= -1959 @ 951.125
966.77/970.06	c #Conflicts:     595000 | #Constraints:      83906
966.77/970.06	c bounds 400 >= -1958 @ 951.173
966.88/970.13	c bounds 400 >= -1957 @ 951.239
966.97/970.25	c bounds 400 >= -1956 @ 951.359
970.16/973.44	c #Conflicts:     596000 | #Constraints:      84984
970.16/973.44	c bounds 399 >= -1956 @ 954.501
973.04/976.36	c #Conflicts:     597000 | #Constraints:      85985
973.04/976.36	c #Conflicts:     598000 | #Constraints:      86985
973.04/976.36	c #Conflicts:     599000 | #Constraints:      87985
973.04/976.36	c #Conflicts:     600000 | #Constraints:      88985
973.04/976.36	c #Conflicts:     601000 | #Constraints:      89985
973.04/976.36	c #Conflicts:     602000 | #Constraints:      90985
973.04/976.36	c #Conflicts:     603000 | #Constraints:      91985
973.04/976.36	c #Conflicts:     604000 | #Constraints:      92985
973.04/976.36	c #Conflicts:     605000 | #Constraints:      93985
973.04/976.36	c bounds 399 >= -1955 @ 957.375
973.34/976.67	c bounds 398 >= -1955 @ 957.669
973.75/977.07	c #Conflicts:     606000 | #Constraints:      95046
973.75/977.07	c bounds 397 >= -1955 @ 958.065
974.14/977.46	c bounds 395 >= -1955 @ 958.447
974.44/977.77	c bounds 394 >= -1955 @ 958.742
974.75/978.06	c bounds 393 >= -1955 @ 959.028
975.04/978.35	c bounds 392 >= -1955 @ 959.311
975.34/978.66	c bounds 391 >= -1955 @ 959.618
975.34/978.68	c bounds 391 >= -1954 @ 959.639
975.44/978.70	c bounds 391 >= -1953 @ 959.66
975.44/978.76	c bounds 391 >= -1952 @ 959.718
975.54/978.83	c bounds 391 >= -1951 @ 959.782
975.64/978.98	c #Conflicts:     607000 | #Constraints:      96148
975.64/978.98	c bounds 391 >= -1950 @ 959.925
1009.62/1013.07	c #Conflicts:     608000 | #Constraints:      97178
1009.62/1013.07	c #Conflicts:     609000 | #Constraints:      98178
1009.62/1013.07	c #Conflicts:     610000 | #Constraints:      99178
1009.62/1013.07	c #Conflicts:     611000 | #Constraints:     100178
1009.62/1013.07	c #Conflicts:     612000 | #Constraints:     101178
1009.62/1013.07	c #Conflicts:     613000 | #Constraints:     102178
1009.62/1013.07	c #Conflicts:     614000 | #Constraints:     103178
1009.62/1013.07	c #Conflicts:     615000 | #Constraints:     104178
1009.62/1013.07	c #Conflicts:     616000 | #Constraints:     105178
1009.62/1013.07	c bounds 390 >= -1950 @ 993.47
1013.01/1016.40	c #Conflicts:     617000 | #Constraints:     106179
1013.01/1016.40	c #Conflicts:     618000 | #Constraints:     107179
1013.01/1016.40	c #Conflicts:     619000 | #Constraints:     108179
1013.01/1016.40	c INPROCESSING
1013.01/1016.40	c GARBAGE COLLECT
1013.01/1016.40	c #Conflicts:     620000 | #Constraints:      68222
1013.01/1016.40	c #Conflicts:     621000 | #Constraints:      69222
1013.01/1016.40	c bounds 390 >= -1949 @ 996.716
1013.91/1017.32	c #Conflicts:     622000 | #Constraints:      70261
1013.91/1017.32	c #Conflicts:     623000 | #Constraints:      71261
1013.91/1017.32	c #Conflicts:     624000 | #Constraints:      72261
1013.91/1017.32	c #Conflicts:     625000 | #Constraints:      73261
1013.91/1017.32	c #Conflicts:     626000 | #Constraints:      74261
1013.91/1017.32	c bounds 390 >= -1948 @ 997.601
1017.10/1020.55	c #Conflicts:     627000 | #Constraints:      75291
1017.10/1020.55	c #Conflicts:     628000 | #Constraints:      76291
1017.10/1020.55	c #Conflicts:     629000 | #Constraints:      77291
1017.10/1020.55	c #Conflicts:     630000 | #Constraints:      78291
1017.10/1020.55	c #Conflicts:     631000 | #Constraints:      79291
1017.10/1020.55	c #Conflicts:     632000 | #Constraints:      80291
1017.10/1020.55	c #Conflicts:     633000 | #Constraints:      81291
1017.10/1020.55	c #Conflicts:     634000 | #Constraints:      82291
1017.10/1020.55	c #Conflicts:     635000 | #Constraints:      83291
1017.10/1020.55	c bounds 390 >= -1947 @ 1000.75
1109.98/1113.72	c #Conflicts:     636000 | #Constraints:      84339
1109.98/1113.72	c #Conflicts:     637000 | #Constraints:      85339
1109.98/1113.72	c #Conflicts:     638000 | #Constraints:      86339
1109.98/1113.72	c #Conflicts:     639000 | #Constraints:      87339
1109.98/1113.72	c #Conflicts:     640000 | #Constraints:      88339
1109.98/1113.72	c INPROCESSING
1109.98/1113.72	c GARBAGE COLLECT
1109.98/1113.72	c #Conflicts:     641000 | #Constraints:      58438
1109.98/1113.72	c #Conflicts:     642000 | #Constraints:      59438
1109.98/1113.72	c #Conflicts:     643000 | #Constraints:      60438
1109.98/1113.72	c #Conflicts:     644000 | #Constraints:      61438
1109.98/1113.72	c #Conflicts:     645000 | #Constraints:      62438
1109.98/1113.72	c #Conflicts:     646000 | #Constraints:      63438
1109.98/1113.72	c #Conflicts:     647000 | #Constraints:      64438
1109.98/1113.72	c #Conflicts:     648000 | #Constraints:      65438
1109.98/1113.72	c #Conflicts:     649000 | #Constraints:      66438
1109.98/1113.72	c #Conflicts:     650000 | #Constraints:      67438
1109.98/1113.72	c #Conflicts:     651000 | #Constraints:      68438
1109.98/1113.72	c #Conflicts:     652000 | #Constraints:      69438
1109.98/1113.72	c bounds 390 >= -1946 @ 1093
1125.13/1128.90	c #Conflicts:     653000 | #Constraints:      70501
1125.13/1128.90	c #Conflicts:     654000 | #Constraints:      71501
1125.13/1128.90	c #Conflicts:     655000 | #Constraints:      72501
1125.13/1128.90	c #Conflicts:     656000 | #Constraints:      73501
1125.13/1128.90	c #Conflicts:     657000 | #Constraints:      74501
1125.13/1128.90	c #Conflicts:     658000 | #Constraints:      75501
1125.13/1128.90	c #Conflicts:     659000 | #Constraints:      76501
1125.13/1128.90	c #Conflicts:     660000 | #Constraints:      77501
1125.13/1128.90	c #Conflicts:     661000 | #Constraints:      78501
1125.13/1128.90	c #Conflicts:     662000 | #Constraints:      79501
1125.13/1128.90	c #Conflicts:     663000 | #Constraints:      80501
1125.13/1128.90	c #Conflicts:     664000 | #Constraints:      81501
1125.13/1128.90	c #Conflicts:     665000 | #Constraints:      82501
1125.13/1128.90	c #Conflicts:     666000 | #Constraints:      83501
1125.13/1128.90	c #Conflicts:     667000 | #Constraints:      84501
1125.13/1128.90	c #Conflicts:     668000 | #Constraints:      85501
1125.13/1128.90	c #Conflicts:     669000 | #Constraints:      86501
1125.13/1128.90	c #Conflicts:     670000 | #Constraints:      87501
1125.13/1128.90	c #Conflicts:     671000 | #Constraints:      88501
1125.13/1128.90	c #Conflicts:     672000 | #Constraints:      89501
1125.13/1128.90	c #Conflicts:     673000 | #Constraints:      90501
1125.13/1128.90	c #Conflicts:     674000 | #Constraints:      91501
1125.13/1128.90	c #Conflicts:     675000 | #Constraints:      92501
1125.13/1128.90	c #Conflicts:     676000 | #Constraints:      93501
1125.13/1128.90	c bounds 390 >= -1945 @ 1107.92
1201.57/1205.63	c #Conflicts:     677000 | #Constraints:      94558
1201.57/1205.63	c #Conflicts:     678000 | #Constraints:      95558
1201.57/1205.63	c #Conflicts:     679000 | #Constraints:      96558
1201.57/1205.63	c #Conflicts:     680000 | #Constraints:      97558
1201.57/1205.63	c #Conflicts:     681000 | #Constraints:      98558
1201.57/1205.63	c #Conflicts:     682000 | #Constraints:      99558
1201.57/1205.63	c #Conflicts:     683000 | #Constraints:     100558
1201.57/1205.63	c #Conflicts:     684000 | #Constraints:     101558
1201.57/1205.63	c #Conflicts:     685000 | #Constraints:     102558
1201.57/1205.63	c #Conflicts:     686000 | #Constraints:     103558
1201.57/1205.63	c #Conflicts:     687000 | #Constraints:     104558
1201.57/1205.63	c #Conflicts:     688000 | #Constraints:     105558
1201.57/1205.63	c #Conflicts:     689000 | #Constraints:     106558
1201.57/1205.63	c #Conflicts:     690000 | #Constraints:     107558
1201.57/1205.63	c #Conflicts:     691000 | #Constraints:     108558
1201.57/1205.63	c #Conflicts:     692000 | #Constraints:     109558
1201.57/1205.63	c #Conflicts:     693000 | #Constraints:     110558
1201.57/1205.63	c #Conflicts:     694000 | #Constraints:     111558
1201.57/1205.63	c #Conflicts:     695000 | #Constraints:     112558
1201.57/1205.63	c INPROCESSING
1201.57/1205.63	c GARBAGE COLLECT
1201.57/1205.63	c #Conflicts:     696000 | #Constraints:      70415
1201.57/1205.63	c bounds 389 >= -1945 @ 1183.85
1201.77/1205.84	c bounds 388 >= -1945 @ 1184.05
1240.53/1244.73	c #Conflicts:     697000 | #Constraints:      71417
1240.53/1244.73	c #Conflicts:     698000 | #Constraints:      72417
1240.53/1244.73	c #Conflicts:     699000 | #Constraints:      73417
1240.53/1244.73	c #Conflicts:     700000 | #Constraints:      74417
1240.53/1244.73	c #Conflicts:     701000 | #Constraints:      75417
1240.53/1244.73	c #Conflicts:     702000 | #Constraints:      76417
1240.53/1244.73	c #Conflicts:     703000 | #Constraints:      77417
1240.53/1244.73	c #Conflicts:     704000 | #Constraints:      78417
1240.53/1244.73	c #Conflicts:     705000 | #Constraints:      79417
1240.53/1244.73	c #Conflicts:     706000 | #Constraints:      80417
1240.53/1244.73	c bounds 386 >= -1945 @ 1222.48
1240.53/1244.76	c bounds 386 >= -1944 @ 1222.5
1240.63/1244.81	c bounds 386 >= -1943 @ 1222.55
1261.46/1265.73	c #Conflicts:     707000 | #Constraints:      81475
1261.46/1265.73	c #Conflicts:     708000 | #Constraints:      82475
1261.46/1265.73	c #Conflicts:     709000 | #Constraints:      83475
1261.46/1265.73	c #Conflicts:     710000 | #Constraints:      84475
1261.46/1265.73	c #Conflicts:     711000 | #Constraints:      85475
1261.46/1265.73	c #Conflicts:     712000 | #Constraints:      86475
1261.46/1265.73	c #Conflicts:     713000 | #Constraints:      87475
1261.46/1265.73	c #Conflicts:     714000 | #Constraints:      88475
1261.46/1265.73	c #Conflicts:     715000 | #Constraints:      89475
1261.46/1265.73	c #Conflicts:     716000 | #Constraints:      90475
1261.46/1265.73	c #Conflicts:     717000 | #Constraints:      91475
1261.46/1265.73	c INPROCESSING
1261.46/1265.73	c GARBAGE COLLECT
1261.46/1265.73	c #Conflicts:     718000 | #Constraints:      59794
1261.46/1265.73	c #Conflicts:     719000 | #Constraints:      60794
1261.46/1265.73	c #Conflicts:     720000 | #Constraints:      61794
1261.46/1265.73	c #Conflicts:     721000 | #Constraints:      62794
1261.46/1265.73	c #Conflicts:     722000 | #Constraints:      63794
1261.46/1265.73	c #Conflicts:     723000 | #Constraints:      64794
1261.46/1265.73	c #Conflicts:     724000 | #Constraints:      65794
1261.46/1265.73	c #Conflicts:     725000 | #Constraints:      66794
1261.46/1265.73	c #Conflicts:     726000 | #Constraints:      67794
1261.46/1265.73	c #Conflicts:     727000 | #Constraints:      68794
1261.46/1265.73	c #Conflicts:     728000 | #Constraints:      69794
1261.46/1265.73	c #Conflicts:     729000 | #Constraints:      70794
1261.46/1265.73	c #Conflicts:     730000 | #Constraints:      71794
1261.46/1265.73	c #Conflicts:     731000 | #Constraints:      72794
1261.46/1265.73	c #Conflicts:     732000 | #Constraints:      73794
1261.46/1265.73	c #Conflicts:     733000 | #Constraints:      74794
1261.46/1265.73	c #Conflicts:     734000 | #Constraints:      75794
1261.46/1265.73	c bounds 386 >= -1942 @ 1243.28
1364.30/1368.99	c #Conflicts:     735000 | #Constraints:      76881
1364.30/1368.99	c #Conflicts:     736000 | #Constraints:      77881
1364.30/1368.99	c #Conflicts:     737000 | #Constraints:      78881
1364.30/1368.99	c #Conflicts:     738000 | #Constraints:      79881
1364.30/1368.99	c #Conflicts:     739000 | #Constraints:      80881
1364.30/1368.99	c #Conflicts:     740000 | #Constraints:      81881
1364.30/1368.99	c #Conflicts:     741000 | #Constraints:      82881
1364.30/1368.99	c #Conflicts:     742000 | #Constraints:      83881
1364.30/1368.99	c #Conflicts:     743000 | #Constraints:      84881
1364.30/1368.99	c #Conflicts:     744000 | #Constraints:      85881
1364.30/1368.99	c #Conflicts:     745000 | #Constraints:      86881
1364.30/1368.99	c #Conflicts:     746000 | #Constraints:      87881
1364.30/1368.99	c #Conflicts:     747000 | #Constraints:      88881
1364.30/1368.99	c #Conflicts:     748000 | #Constraints:      89881
1364.30/1368.99	c #Conflicts:     749000 | #Constraints:      90881
1364.30/1368.99	c #Conflicts:     750000 | #Constraints:      91881
1364.30/1368.99	c #Conflicts:     751000 | #Constraints:      92881
1364.30/1368.99	c #Conflicts:     752000 | #Constraints:      93881
1364.30/1368.99	c #Conflicts:     753000 | #Constraints:      94881
1364.30/1368.99	c #Conflicts:     754000 | #Constraints:      95881
1364.30/1368.99	c #Conflicts:     755000 | #Constraints:      96881
1364.30/1368.99	c #Conflicts:     756000 | #Constraints:      97881
1364.30/1368.99	c #Conflicts:     757000 | #Constraints:      98881
1364.30/1368.99	c #Conflicts:     758000 | #Constraints:      99881
1364.30/1368.99	c #Conflicts:     759000 | #Constraints:     100881
1364.30/1368.99	c #Conflicts:     760000 | #Constraints:     101881
1364.30/1368.99	c #Conflicts:     761000 | #Constraints:     102881
1364.30/1368.99	c #Conflicts:     762000 | #Constraints:     103881
1364.30/1368.99	c #Conflicts:     763000 | #Constraints:     104881
1364.30/1368.99	c #Conflicts:     764000 | #Constraints:     105881
1364.30/1368.99	c #Conflicts:     765000 | #Constraints:     106881
1364.30/1368.99	c #Conflicts:     766000 | #Constraints:     107881
1364.30/1368.99	c #Conflicts:     767000 | #Constraints:     108881
1364.30/1368.99	c #Conflicts:     768000 | #Constraints:     109881
1364.30/1368.99	c #Conflicts:     769000 | #Constraints:     110881
1364.30/1368.99	c #Conflicts:     770000 | #Constraints:     111881
1364.30/1368.99	c #Conflicts:     771000 | #Constraints:     112881
1364.30/1368.99	c #Conflicts:     772000 | #Constraints:     113881
1364.30/1368.99	c #Conflicts:     773000 | #Constraints:     114881
1364.30/1368.99	c #Conflicts:     774000 | #Constraints:     115881
1364.30/1368.99	c #Conflicts:     775000 | #Constraints:     116881
1364.30/1368.99	c #Conflicts:     776000 | #Constraints:     117881
1364.30/1368.99	c INPROCESSING
1364.30/1368.99	c GARBAGE COLLECT
1364.30/1368.99	c rational objective 12
1364.70/1369.30	c bounds 385 >= -1942 @ 1345.78
1364.70/1369.39	c bounds 383 >= -1942 @ 1345.87
1364.80/1369.48	c bounds 381 >= -1942 @ 1345.96
1365.30/1369.92	c bounds 379 >= -1942 @ 1346.4
1372.07/1376.70	c #Conflicts:     777000 | #Constraints:      73315
1372.07/1376.70	c bounds 378 >= -1942 @ 1353.09
1442.93/1447.81	c #Conflicts:     778000 | #Constraints:      74316
1442.93/1447.81	c #Conflicts:     779000 | #Constraints:      75316
1442.93/1447.81	c #Conflicts:     780000 | #Constraints:      76316
1442.93/1447.81	c #Conflicts:     781000 | #Constraints:      77316
1442.93/1447.81	c #Conflicts:     782000 | #Constraints:      78316
1442.93/1447.81	c #Conflicts:     783000 | #Constraints:      79316
1442.93/1447.81	c #Conflicts:     784000 | #Constraints:      80316
1442.93/1447.81	c #Conflicts:     785000 | #Constraints:      81316
1442.93/1447.81	c #Conflicts:     786000 | #Constraints:      82316
1442.93/1447.81	c #Conflicts:     787000 | #Constraints:      83316
1442.93/1447.81	c #Conflicts:     788000 | #Constraints:      84316
1442.93/1447.81	c #Conflicts:     789000 | #Constraints:      85316
1442.93/1447.81	c #Conflicts:     790000 | #Constraints:      86316
1442.93/1447.81	c #Conflicts:     791000 | #Constraints:      87316
1442.93/1447.81	c #Conflicts:     792000 | #Constraints:      88316
1442.93/1447.81	c bounds 377 >= -1942 @ 1423.19
1443.03/1447.96	c bounds 377 >= -1941 @ 1423.33
1443.62/1448.50	c bounds 377 >= -1940 @ 1423.87
1444.82/1449.79	c #Conflicts:     793000 | #Constraints:      89365
1444.82/1449.79	c bounds 377 >= -1939 @ 1425.13
1446.41/1451.32	c #Conflicts:     794000 | #Constraints:      90407
1446.41/1451.32	c bounds 377 >= -1938 @ 1426.64
1448.41/1453.33	c #Conflicts:     795000 | #Constraints:      91437
1448.41/1453.33	c bounds 377 >= -1937 @ 1428.64
1451.70/1456.62	c #Conflicts:     796000 | #Constraints:      92473
1451.70/1456.62	c #Conflicts:     797000 | #Constraints:      93473
1451.70/1456.62	c #Conflicts:     798000 | #Constraints:      94473
1451.70/1456.62	c bounds 377 >= -1936 @ 1431.89
1535.92/1541.14	c #Conflicts:     799000 | #Constraints:      95497
1535.92/1541.14	c INPROCESSING
1535.92/1541.14	c GARBAGE COLLECT
1535.92/1541.14	c rational objective 12
1536.52/1541.73	c #Conflicts:     800000 | #Constraints:      61910
1536.52/1541.73	c #Conflicts:     801000 | #Constraints:      62910
1536.52/1541.73	c #Conflicts:     802000 | #Constraints:      63910
1536.52/1541.73	c #Conflicts:     803000 | #Constraints:      64910
1536.52/1541.73	c bounds 377 >= -1935 @ 1516.27
1537.21/1542.48	c #Conflicts:     804000 | #Constraints:      65958
1537.21/1542.48	c #Conflicts:     805000 | #Constraints:      66958
1537.21/1542.48	c #Conflicts:     806000 | #Constraints:      67958
1537.21/1542.48	c #Conflicts:     807000 | #Constraints:      68958
1537.21/1542.48	c #Conflicts:     808000 | #Constraints:      69958
1537.21/1542.48	c bounds 377 >= -1934 @ 1517.01
1539.60/1544.80	c #Conflicts:     809000 | #Constraints:      70997
1539.60/1544.80	c #Conflicts:     810000 | #Constraints:      71997
1539.60/1544.80	c #Conflicts:     811000 | #Constraints:      72997
1539.60/1544.80	c #Conflicts:     812000 | #Constraints:      73997
1539.60/1544.80	c #Conflicts:     813000 | #Constraints:      74997
1539.60/1544.80	c #Conflicts:     814000 | #Constraints:      75997
1539.60/1544.80	c #Conflicts:     815000 | #Constraints:      76997
1539.60/1544.80	c #Conflicts:     816000 | #Constraints:      77997
1539.60/1544.80	c #Conflicts:     817000 | #Constraints:      78997
1539.60/1544.80	c bounds 377 >= -1933 @ 1519.23
1544.39/1549.66	c #Conflicts:     818000 | #Constraints:      80033
1544.39/1549.66	c #Conflicts:     819000 | #Constraints:      81033
1544.39/1549.66	c #Conflicts:     820000 | #Constraints:      82033
1544.39/1549.66	c #Conflicts:     821000 | #Constraints:      83033
1544.39/1549.66	c #Conflicts:     822000 | #Constraints:      84033
1544.39/1549.66	c #Conflicts:     823000 | #Constraints:      85033
1544.39/1549.66	c #Conflicts:     824000 | #Constraints:      86033
1544.39/1549.66	c #Conflicts:     825000 | #Constraints:      87033
1544.39/1549.66	c #Conflicts:     826000 | #Constraints:      88033
1544.39/1549.66	c #Conflicts:     827000 | #Constraints:      89033
1544.39/1549.66	c #Conflicts:     828000 | #Constraints:      90033
1544.39/1549.66	c #Conflicts:     829000 | #Constraints:      91033
1544.39/1549.66	c #Conflicts:     830000 | #Constraints:      92033
1544.39/1549.66	c bounds 377 >= -1932 @ 1524.01
1613.74/1619.22	c #Conflicts:     831000 | #Constraints:      93078
1613.74/1619.22	c #Conflicts:     832000 | #Constraints:      94078
1613.74/1619.22	c #Conflicts:     833000 | #Constraints:      95078
1613.74/1619.22	c #Conflicts:     834000 | #Constraints:      96078
1613.74/1619.22	c #Conflicts:     835000 | #Constraints:      97078
1613.74/1619.22	c #Conflicts:     836000 | #Constraints:      98078
1613.74/1619.22	c #Conflicts:     837000 | #Constraints:      99078
1613.74/1619.22	c #Conflicts:     838000 | #Constraints:     100078
1613.74/1619.22	c #Conflicts:     839000 | #Constraints:     101078
1613.74/1619.22	c #Conflicts:     840000 | #Constraints:     102078
1613.74/1619.22	c #Conflicts:     841000 | #Constraints:     103078
1613.74/1619.22	c #Conflicts:     842000 | #Constraints:     104078
1613.74/1619.22	c #Conflicts:     843000 | #Constraints:     105078
1613.74/1619.22	c #Conflicts:     844000 | #Constraints:     106078
1613.74/1619.22	c #Conflicts:     845000 | #Constraints:     107078
1613.74/1619.22	c #Conflicts:     846000 | #Constraints:     108078
1613.74/1619.22	c #Conflicts:     847000 | #Constraints:     109078
1613.74/1619.22	c #Conflicts:     848000 | #Constraints:     110079
1613.74/1619.22	c #Conflicts:     849000 | #Constraints:     111079
1613.74/1619.22	c #Conflicts:     850000 | #Constraints:     112079
1613.74/1619.22	c #Conflicts:     851000 | #Constraints:     113079
1613.74/1619.22	c #Conflicts:     852000 | #Constraints:     114079
1613.74/1619.22	c bounds 377 >= -1931 @ 1592.82
1689.39/1695.18	c #Conflicts:     853000 | #Constraints:     115115
1689.39/1695.18	c #Conflicts:     854000 | #Constraints:     116115
1689.39/1695.18	c #Conflicts:     855000 | #Constraints:     117115
1689.39/1695.18	c #Conflicts:     856000 | #Constraints:     118115
1689.39/1695.18	c #Conflicts:     857000 | #Constraints:     119115
1689.39/1695.18	c #Conflicts:     858000 | #Constraints:     120115
1689.39/1695.18	c #Conflicts:     859000 | #Constraints:     121115
1689.39/1695.18	c #Conflicts:     860000 | #Constraints:     122115
1689.39/1695.18	c #Conflicts:     861000 | #Constraints:     123115
1689.39/1695.18	c INPROCESSING
1689.39/1695.18	c GARBAGE COLLECT
1689.39/1695.18	c #Conflicts:     862000 | #Constraints:      76048
1689.39/1695.18	c #Conflicts:     863000 | #Constraints:      77048
1689.39/1695.18	c #Conflicts:     864000 | #Constraints:      78048
1689.39/1695.18	c #Conflicts:     865000 | #Constraints:      79048
1689.39/1695.18	c #Conflicts:     866000 | #Constraints:      80048
1689.39/1695.18	c #Conflicts:     867000 | #Constraints:      81048
1689.39/1695.18	c #Conflicts:     868000 | #Constraints:      82048
1689.39/1695.18	c #Conflicts:     869000 | #Constraints:      83048
1689.39/1695.18	c #Conflicts:     870000 | #Constraints:      84048
1689.39/1695.18	c #Conflicts:     871000 | #Constraints:      85048
1689.39/1695.18	c #Conflicts:     872000 | #Constraints:      86048
1689.39/1695.18	c #Conflicts:     873000 | #Constraints:      87048
1689.39/1695.18	c #Conflicts:     874000 | #Constraints:      88048
1689.39/1695.18	c #Conflicts:     875000 | #Constraints:      89048
1689.39/1695.18	c #Conflicts:     876000 | #Constraints:      90048
1689.39/1695.18	c #Conflicts:     877000 | #Constraints:      91048
1689.39/1695.18	c #Conflicts:     878000 | #Constraints:      92048
1689.39/1695.18	c #Conflicts:     879000 | #Constraints:      93048
1689.39/1695.18	c #Conflicts:     880000 | #Constraints:      94048
1689.39/1695.18	c #Conflicts:     881000 | #Constraints:      95048
1689.39/1695.18	c #Conflicts:     882000 | #Constraints:      96048
1689.39/1695.18	c #Conflicts:     883000 | #Constraints:      97048
1689.39/1695.18	c #Conflicts:     884000 | #Constraints:      98048
1689.39/1695.18	c #Conflicts:     885000 | #Constraints:      99048
1689.39/1695.18	c INPROCESSING
1689.39/1695.18	c GARBAGE COLLECT
1689.39/1695.18	c rational objective 12
1700.64/1706.46	c #Conflicts:     886000 | #Constraints:      63623
1700.64/1706.46	c #Conflicts:     887000 | #Constraints:      64623
1700.64/1706.46	c #Conflicts:     888000 | #Constraints:      65623
1700.64/1706.46	c #Conflicts:     889000 | #Constraints:      66623
1700.64/1706.46	c #Conflicts:     890000 | #Constraints:      67623
1700.64/1706.46	c #Conflicts:     891000 | #Constraints:      68623
1700.64/1706.46	c #Conflicts:     892000 | #Constraints:      69623
1700.64/1706.46	c #Conflicts:     893000 | #Constraints:      70623
1700.64/1706.46	c #Conflicts:     894000 | #Constraints:      71623
1700.64/1706.46	c #Conflicts:     895000 | #Constraints:      72623
1700.64/1706.46	c #Conflicts:     896000 | #Constraints:      73623
1700.64/1706.46	c #Conflicts:     897000 | #Constraints:      74623
1700.64/1706.46	c #Conflicts:     898000 | #Constraints:      75623
1700.64/1706.46	c #Conflicts:     899000 | #Constraints:      76623
1700.64/1706.46	c #Conflicts:     900000 | #Constraints:      77623
1700.64/1706.46	c #Conflicts:     901000 | #Constraints:      78623
1700.64/1706.46	c #Conflicts:     902000 | #Constraints:      79623
1700.64/1706.46	c #Conflicts:     903000 | #Constraints:      80623
1700.64/1706.46	c #Conflicts:     904000 | #Constraints:      81623
1700.64/1706.46	c #Conflicts:     905000 | #Constraints:      82623
1700.64/1706.46	c #Conflicts:     906000 | #Constraints:      83623
1700.64/1706.46	c #Conflicts:     907000 | #Constraints:      84623
1700.64/1706.46	c #Conflicts:     908000 | #Constraints:      85623
1700.64/1706.46	c #Conflicts:     909000 | #Constraints:      86623
1700.64/1706.46	c #Conflicts:     910000 | #Constraints:      87623
1700.64/1706.46	c #Conflicts:     911000 | #Constraints:      88623
1700.64/1706.46	c #Conflicts:     912000 | #Constraints:      89623
1700.64/1706.46	c #Conflicts:     913000 | #Constraints:      90623
1700.64/1706.46	c #Conflicts:     914000 | #Constraints:      91623
1700.64/1706.46	c #Conflicts:     915000 | #Constraints:      92623
1700.64/1706.46	c #Conflicts:     916000 | #Constraints:      93623
1700.64/1706.46	c #Conflicts:     917000 | #Constraints:      94623
1700.64/1706.46	c #Conflicts:     918000 | #Constraints:      95623
1700.64/1706.46	c bounds 377 >= -1930 @ 1678.98
1774.20/1780.29	c #Conflicts:     919000 | #Constraints:      96671
1774.20/1780.29	c #Conflicts:     920000 | #Constraints:      97671
1774.20/1780.29	c #Conflicts:     921000 | #Constraints:      98671
1774.20/1780.29	c #Conflicts:     922000 | #Constraints:      99671
1774.20/1780.29	c #Conflicts:     923000 | #Constraints:     100671
1774.20/1780.29	c #Conflicts:     924000 | #Constraints:     101671
1774.20/1780.29	c #Conflicts:     925000 | #Constraints:     102671
1774.20/1780.29	c #Conflicts:     926000 | #Constraints:     103671
1774.20/1780.29	c #Conflicts:     927000 | #Constraints:     104671
1774.20/1780.29	c #Conflicts:     928000 | #Constraints:     105671
1774.20/1780.29	c #Conflicts:     929000 | #Constraints:     106671
1774.20/1780.29	c #Conflicts:     930000 | #Constraints:     107671
1774.20/1780.29	c #Conflicts:     931000 | #Constraints:     108671
1774.20/1780.29	c #Conflicts:     932000 | #Constraints:     109671
1774.20/1780.29	c #Conflicts:     933000 | #Constraints:     110671
1774.20/1780.29	c #Conflicts:     934000 | #Constraints:     111671
1774.20/1780.29	c #Conflicts:     935000 | #Constraints:     112671
1774.20/1780.29	c #Conflicts:     936000 | #Constraints:     113671
1774.20/1780.29	c #Conflicts:     937000 | #Constraints:     114672
1774.20/1780.29	c #Conflicts:     938000 | #Constraints:     115672
1774.20/1780.29	c #Conflicts:     939000 | #Constraints:     116672
1774.20/1780.29	c #Conflicts:     940000 | #Constraints:     117672
1774.20/1780.29	c #Conflicts:     941000 | #Constraints:     118672
1774.20/1780.29	c #Conflicts:     942000 | #Constraints:     119672
1774.20/1780.29	c #Conflicts:     943000 | #Constraints:     120672
1774.20/1780.29	c #Conflicts:     944000 | #Constraints:     121672
1774.20/1780.29	c #Conflicts:     945000 | #Constraints:     122672
1774.20/1780.29	c #Conflicts:     946000 | #Constraints:     123672
1774.20/1780.29	c #Conflicts:     947000 | #Constraints:     124672
1774.20/1780.29	c #Conflicts:     948000 | #Constraints:     125672
1774.20/1780.29	c #Conflicts:     949000 | #Constraints:     126672
1774.20/1780.29	c #Conflicts:     950000 | #Constraints:     127672
1774.20/1780.29	c INPROCESSING
1774.20/1780.29	c GARBAGE COLLECT
1774.20/1780.29	c rational objective 12
1784.07/1790.19	c #Conflicts:     951000 | #Constraints:      78147
1784.07/1790.19	c #Conflicts:     952000 | #Constraints:      79147
1784.07/1790.19	c #Conflicts:     953000 | #Constraints:      80147
1784.07/1790.19	c #Conflicts:     954000 | #Constraints:      81147
1784.07/1790.19	c #Conflicts:     955000 | #Constraints:      82147
1784.07/1790.19	c #Conflicts:     956000 | #Constraints:      83147
1784.07/1790.19	c #Conflicts:     957000 | #Constraints:      84147
1784.07/1790.19	c #Conflicts:     958000 | #Constraints:      85147
1784.07/1790.19	c #Conflicts:     959000 | #Constraints:      86147
1784.07/1790.19	c #Conflicts:     960000 | #Constraints:      87147
1784.07/1790.19	c #Conflicts:     961000 | #Constraints:      88147
1784.07/1790.19	c #Conflicts:     962000 | #Constraints:      89147
1784.07/1790.19	c #Conflicts:     963000 | #Constraints:      90147
1784.07/1790.19	c #Conflicts:     964000 | #Constraints:      91147
1784.07/1790.19	c #Conflicts:     965000 | #Constraints:      92147
1784.07/1790.19	c #Conflicts:     966000 | #Constraints:      93147
1784.07/1790.19	c #Conflicts:     967000 | #Constraints:      94147
1784.07/1790.19	c #Conflicts:     968000 | #Constraints:      95147
1784.07/1790.19	c #Conflicts:     969000 | #Constraints:      96147
1784.07/1790.19	c #Conflicts:     970000 | #Constraints:      97147
1784.07/1790.19	c #Conflicts:     971000 | #Constraints:      98147
1784.07/1790.19	c #Conflicts:     972000 | #Constraints:      99147
1784.07/1790.19	c bounds 377 >= -1929 @ 1761.83
1857.11/1863.40	c #Conflicts:     973000 | #Constraints:     100180
1857.11/1863.40	c #Conflicts:     974000 | #Constraints:     101180
1857.11/1863.40	c #Conflicts:     975000 | #Constraints:     102180
1857.11/1863.40	c #Conflicts:     976000 | #Constraints:     103180
1857.11/1863.40	c INPROCESSING
1857.11/1863.40	c GARBAGE COLLECT
1857.11/1863.40	c rational objective 12
1976.00/1982.74	c #Conflicts:     977000 | #Constraints:      65860
1976.00/1982.74	c #Conflicts:     978000 | #Constraints:      66860
1976.00/1982.74	c #Conflicts:     979000 | #Constraints:      67860
1976.00/1982.74	c #Conflicts:     980000 | #Constraints:      68860
1976.00/1982.74	c #Conflicts:     981000 | #Constraints:      69860
1976.00/1982.74	c #Conflicts:     982000 | #Constraints:      70860
1976.00/1982.74	c #Conflicts:     983000 | #Constraints:      71860
1976.00/1982.74	c #Conflicts:     984000 | #Constraints:      72860
1976.00/1982.74	c #Conflicts:     985000 | #Constraints:      73860
1976.00/1982.74	c #Conflicts:     986000 | #Constraints:      74860
1976.00/1982.74	c #Conflicts:     987000 | #Constraints:      75860
1976.00/1982.74	c #Conflicts:     988000 | #Constraints:      76860
1976.00/1982.74	c #Conflicts:     989000 | #Constraints:      77860
1976.00/1982.74	c #Conflicts:     990000 | #Constraints:      78860
1976.00/1982.74	c #Conflicts:     991000 | #Constraints:      79860
1976.00/1982.74	c #Conflicts:     992000 | #Constraints:      80860
1976.00/1982.74	c #Conflicts:     993000 | #Constraints:      81860
1976.00/1982.74	c #Conflicts:     994000 | #Constraints:      82860
1976.00/1982.74	c #Conflicts:     995000 | #Constraints:      83860
1976.00/1982.74	c #Conflicts:     996000 | #Constraints:      84860
1976.00/1982.74	c #Conflicts:     997000 | #Constraints:      85860
1976.00/1982.74	c #Conflicts:     998000 | #Constraints:      86860
1976.00/1982.74	c #Conflicts:     999000 | #Constraints:      87860
1976.00/1982.74	c #Conflicts:    1000000 | #Constraints:      88860
1976.00/1982.74	c #Conflicts:    1001000 | #Constraints:      89860
1976.00/1982.74	c #Conflicts:    1002000 | #Constraints:      90861
1976.00/1982.74	c #Conflicts:    1003000 | #Constraints:      91861
1976.00/1982.74	c #Conflicts:    1004000 | #Constraints:      92861
1976.00/1982.74	c #Conflicts:    1005000 | #Constraints:      93861
1976.00/1982.74	c #Conflicts:    1006000 | #Constraints:      94861
1976.00/1982.74	c #Conflicts:    1007000 | #Constraints:      95861
1976.00/1982.74	c #Conflicts:    1008000 | #Constraints:      96861
1976.00/1982.74	c #Conflicts:    1009000 | #Constraints:      97861
1976.00/1982.74	c #Conflicts:    1010000 | #Constraints:      98861
1976.00/1982.74	c #Conflicts:    1011000 | #Constraints:      99861
1976.00/1982.74	c #Conflicts:    1012000 | #Constraints:     100861
1976.00/1982.74	c #Conflicts:    1013000 | #Constraints:     101861
1976.00/1982.74	c #Conflicts:    1014000 | #Constraints:     102861
1976.00/1982.74	c #Conflicts:    1015000 | #Constraints:     103861
1976.00/1982.74	c #Conflicts:    1016000 | #Constraints:     104861
1976.00/1982.74	c #Conflicts:    1017000 | #Constraints:     105861
1976.00/1982.74	c #Conflicts:    1018000 | #Constraints:     106861
1976.00/1982.74	c #Conflicts:    1019000 | #Constraints:     107861
1976.00/1982.74	c #Conflicts:    1020000 | #Constraints:     108861
1976.00/1982.74	c #Conflicts:    1021000 | #Constraints:     109861
1976.00/1982.74	c #Conflicts:    1022000 | #Constraints:     110861
1976.00/1982.74	c #Conflicts:    1023000 | #Constraints:     111861
1976.00/1982.74	c #Conflicts:    1024000 | #Constraints:     112861
1976.00/1982.74	c #Conflicts:    1025000 | #Constraints:     113861
1976.00/1982.74	c #Conflicts:    1026000 | #Constraints:     114861
1976.00/1982.74	c #Conflicts:    1027000 | #Constraints:     115861
1976.00/1982.74	c #Conflicts:    1028000 | #Constraints:     116861
1976.00/1982.74	c #Conflicts:    1029000 | #Constraints:     117861
1976.00/1982.74	c #Conflicts:    1030000 | #Constraints:     118861
1976.00/1982.74	c #Conflicts:    1031000 | #Constraints:     119861
1976.00/1982.74	c #Conflicts:    1032000 | #Constraints:     120861
1976.00/1982.74	c #Conflicts:    1033000 | #Constraints:     121861
1976.00/1982.74	c #Conflicts:    1034000 | #Constraints:     122861
1976.00/1982.74	c #Conflicts:    1035000 | #Constraints:     123861
1976.00/1982.74	c #Conflicts:    1036000 | #Constraints:     124861
1976.00/1982.74	c #Conflicts:    1037000 | #Constraints:     125861
1976.00/1982.74	c #Conflicts:    1038000 | #Constraints:     126861
1976.00/1982.74	c #Conflicts:    1039000 | #Constraints:     127861
1976.00/1982.74	c #Conflicts:    1040000 | #Constraints:     128861
1976.00/1982.74	c #Conflicts:    1041000 | #Constraints:     129861
1976.00/1982.74	c #Conflicts:    1042000 | #Constraints:     130861
1976.00/1982.74	c #Conflicts:    1043000 | #Constraints:     131861
1976.00/1982.74	c #Conflicts:    1044000 | #Constraints:     132861
1976.00/1982.74	c INPROCESSING
1976.00/1982.74	c GARBAGE COLLECT
1976.00/1982.74	c #Conflicts:    1045000 | #Constraints:      80844
1976.00/1982.74	c #Conflicts:    1046000 | #Constraints:      81844
1976.00/1982.74	c #Conflicts:    1047000 | #Constraints:      82844
1976.00/1982.74	c #Conflicts:    1048000 | #Constraints:      83844
1976.00/1982.74	c #Conflicts:    1049000 | #Constraints:      84844
1976.00/1982.74	c #Conflicts:    1050000 | #Constraints:      85844
1976.00/1982.74	c #Conflicts:    1051000 | #Constraints:      86844
1976.00/1982.74	c #Conflicts:    1052000 | #Constraints:      87844
1976.00/1982.74	c #Conflicts:    1053000 | #Constraints:      88844
1976.00/1982.74	c #Conflicts:    1054000 | #Constraints:      89844
1976.00/1982.74	c #Conflicts:    1055000 | #Constraints:      90844
2088.31/2095.44	c #Conflicts:    1056000 | #Constraints:      91844
2088.31/2095.44	c #Conflicts:    1057000 | #Constraints:      92844
2088.31/2095.44	c #Conflicts:    1058000 | #Constraints:      93861
2088.31/2095.44	c #Conflicts:    1059000 | #Constraints:      95032
2088.31/2095.44	c #Conflicts:    1060000 | #Constraints:      96051
2088.31/2095.44	c #Conflicts:    1061000 | #Constraints:      97095
2088.31/2095.44	c #Conflicts:    1062000 | #Constraints:      98095
2088.31/2095.44	c #Conflicts:    1063000 | #Constraints:      99095
2088.31/2095.44	c #Conflicts:    1064000 | #Constraints:     100095
2088.31/2095.44	c #Conflicts:    1065000 | #Constraints:     101095
2088.31/2095.44	c #Conflicts:    1066000 | #Constraints:     102096
2088.31/2095.44	c #Conflicts:    1067000 | #Constraints:     103096
2088.31/2095.44	c #Conflicts:    1068000 | #Constraints:     104099
2088.31/2095.44	c #Conflicts:    1069000 | #Constraints:     105106
2088.31/2095.44	c #Conflicts:    1070000 | #Constraints:     106115
2088.31/2095.44	c #Conflicts:    1071000 | #Constraints:     107124
2088.31/2095.44	c INPROCESSING
2088.31/2095.44	c GARBAGE COLLECT
2088.31/2095.44	c rational objective 12
2096.58/2103.74	c #Conflicts:    1072000 | #Constraints:      67836
2096.58/2103.74	c #Conflicts:    1073000 | #Constraints:      68836
2096.58/2103.74	c #Conflicts:    1074000 | #Constraints:      69836
2096.58/2103.74	c #Conflicts:    1075000 | #Constraints:      70836
2096.58/2103.74	c #Conflicts:    1076000 | #Constraints:      71836
2096.58/2103.74	c #Conflicts:    1077000 | #Constraints:      72836
2096.58/2103.74	c #Conflicts:    1078000 | #Constraints:      73837
2096.58/2103.74	c #Conflicts:    1079000 | #Constraints:      74837
2096.58/2103.74	c #Conflicts:    1080000 | #Constraints:      75837
2096.58/2103.74	c #Conflicts:    1081000 | #Constraints:      76837
2096.58/2103.74	c bounds 377 >= -1928 @ 2072.05
2138.13/2145.44	c #Conflicts:    1082000 | #Constraints:      77876
2138.13/2145.44	c #Conflicts:    1083000 | #Constraints:      78876
2138.13/2145.44	c #Conflicts:    1084000 | #Constraints:      79876
2138.13/2145.44	c #Conflicts:    1085000 | #Constraints:      80876
2138.13/2145.44	c #Conflicts:    1086000 | #Constraints:      81876
2138.13/2145.44	c #Conflicts:    1087000 | #Constraints:      82876
2138.13/2145.44	c #Conflicts:    1088000 | #Constraints:      83876
2138.13/2145.44	c #Conflicts:    1089000 | #Constraints:      84877
2138.13/2145.44	c #Conflicts:    1090000 | #Constraints:      85877
2138.13/2145.44	c #Conflicts:    1091000 | #Constraints:      86877
2138.13/2145.44	c #Conflicts:    1092000 | #Constraints:      87877
2138.13/2145.44	c #Conflicts:    1093000 | #Constraints:      88877
2138.13/2145.44	c bounds 377 >= -1927 @ 2113.36
2198.33/2205.85	c #Conflicts:    1094000 | #Constraints:      89925
2198.33/2205.85	c #Conflicts:    1095000 | #Constraints:      90925
2198.33/2205.85	c #Conflicts:    1096000 | #Constraints:      91925
2198.33/2205.85	c #Conflicts:    1097000 | #Constraints:      92925
2198.33/2205.85	c #Conflicts:    1098000 | #Constraints:      93925
2198.33/2205.85	c #Conflicts:    1099000 | #Constraints:      94925
2198.33/2205.85	c INPROCESSING
2198.33/2205.85	c GARBAGE COLLECT
2198.33/2205.85	c rational objective 12
2205.21/2212.73	c #Conflicts:    1100000 | #Constraints:      64605
2205.21/2212.73	c #Conflicts:    1101000 | #Constraints:      65605
2205.21/2212.73	c #Conflicts:    1102000 | #Constraints:      66605
2205.21/2212.73	c #Conflicts:    1103000 | #Constraints:      67605
2205.21/2212.73	c #Conflicts:    1104000 | #Constraints:      68605
2205.21/2212.73	c #Conflicts:    1105000 | #Constraints:      69605
2205.21/2212.73	c #Conflicts:    1106000 | #Constraints:      70605
2205.21/2212.73	c #Conflicts:    1107000 | #Constraints:      71605
2205.21/2212.73	c #Conflicts:    1108000 | #Constraints:      72605
2205.21/2212.73	c #Conflicts:    1109000 | #Constraints:      73605
2205.21/2212.73	c #Conflicts:    1110000 | #Constraints:      74605
2205.21/2212.73	c #Conflicts:    1111000 | #Constraints:      75605
2205.21/2212.73	c #Conflicts:    1112000 | #Constraints:      76605
2205.21/2212.73	c #Conflicts:    1113000 | #Constraints:      77605
2205.21/2212.73	c #Conflicts:    1114000 | #Constraints:      78605
2205.21/2212.73	c #Conflicts:    1115000 | #Constraints:      79605
2205.21/2212.73	c #Conflicts:    1116000 | #Constraints:      80605
2205.21/2212.73	c #Conflicts:    1117000 | #Constraints:      81605
2205.21/2212.73	c #Conflicts:    1118000 | #Constraints:      82605
2205.21/2212.73	c #Conflicts:    1119000 | #Constraints:      83605
2205.21/2212.73	c #Conflicts:    1120000 | #Constraints:      84605
2205.21/2212.73	c #Conflicts:    1121000 | #Constraints:      85605
2205.21/2212.73	c bounds 377 >= -1926 @ 2179.88
2401.84/2410.07	c #Conflicts:    1122000 | #Constraints:      86677
2401.84/2410.07	c #Conflicts:    1123000 | #Constraints:      87677
2401.84/2410.07	c #Conflicts:    1124000 | #Constraints:      88677
2401.84/2410.07	c #Conflicts:    1125000 | #Constraints:      89677
2401.84/2410.07	c #Conflicts:    1126000 | #Constraints:      90677
2401.84/2410.07	c #Conflicts:    1127000 | #Constraints:      91677
2401.84/2410.07	c #Conflicts:    1128000 | #Constraints:      92677
2401.84/2410.07	c #Conflicts:    1129000 | #Constraints:      93677
2401.84/2410.07	c #Conflicts:    1130000 | #Constraints:      94677
2401.84/2410.07	c #Conflicts:    1131000 | #Constraints:      95677
2401.84/2410.07	c #Conflicts:    1132000 | #Constraints:      96677
2401.84/2410.07	c #Conflicts:    1133000 | #Constraints:      97677
2401.84/2410.07	c #Conflicts:    1134000 | #Constraints:      98677
2401.84/2410.07	c #Conflicts:    1135000 | #Constraints:      99677
2401.84/2410.07	c #Conflicts:    1136000 | #Constraints:     100677
2401.84/2410.07	c #Conflicts:    1137000 | #Constraints:     101677
2401.84/2410.07	c #Conflicts:    1138000 | #Constraints:     102677
2401.84/2410.07	c #Conflicts:    1139000 | #Constraints:     103677
2401.84/2410.07	c #Conflicts:    1140000 | #Constraints:     104677
2401.84/2410.07	c #Conflicts:    1141000 | #Constraints:     105677
2401.84/2410.07	c #Conflicts:    1142000 | #Constraints:     106677
2401.84/2410.07	c #Conflicts:    1143000 | #Constraints:     107677
2401.84/2410.07	c #Conflicts:    1144000 | #Constraints:     108677
2401.84/2410.07	c #Conflicts:    1145000 | #Constraints:     109677
2401.84/2410.07	c #Conflicts:    1146000 | #Constraints:     110677
2401.84/2410.07	c #Conflicts:    1147000 | #Constraints:     111677
2401.84/2410.07	c #Conflicts:    1148000 | #Constraints:     112677
2401.84/2410.07	c #Conflicts:    1149000 | #Constraints:     113677
2401.84/2410.07	c #Conflicts:    1150000 | #Constraints:     114677
2401.84/2410.07	c #Conflicts:    1151000 | #Constraints:     115677
2401.84/2410.07	c #Conflicts:    1152000 | #Constraints:     116677
2401.84/2410.07	c #Conflicts:    1153000 | #Constraints:     117677
2401.84/2410.07	c #Conflicts:    1154000 | #Constraints:     118677
2401.84/2410.07	c #Conflicts:    1155000 | #Constraints:     119677
2401.84/2410.07	c #Conflicts:    1156000 | #Constraints:     120677
2401.84/2410.07	c #Conflicts:    1157000 | #Constraints:     121677
2401.84/2410.07	c #Conflicts:    1158000 | #Constraints:     122677
2401.84/2410.07	c #Conflicts:    1159000 | #Constraints:     123677
2401.84/2410.07	c #Conflicts:    1160000 | #Constraints:     124677
2401.84/2410.07	c #Conflicts:    1161000 | #Constraints:     125677
2401.84/2410.07	c #Conflicts:    1162000 | #Constraints:     126677
2401.84/2410.07	c #Conflicts:    1163000 | #Constraints:     127677
2401.84/2410.07	c #Conflicts:    1164000 | #Constraints:     128677
2401.84/2410.07	c #Conflicts:    1165000 | #Constraints:     129677
2401.84/2410.07	c #Conflicts:    1166000 | #Constraints:     130677
2401.84/2410.07	c #Conflicts:    1167000 | #Constraints:     131677
2401.84/2410.07	c #Conflicts:    1168000 | #Constraints:     132677
2401.84/2410.07	c #Conflicts:    1169000 | #Constraints:     133677
2401.84/2410.07	c #Conflicts:    1170000 | #Constraints:     134677
2401.84/2410.07	c #Conflicts:    1171000 | #Constraints:     135677
2401.84/2410.07	c INPROCESSING
2401.84/2410.07	c GARBAGE COLLECT
2401.84/2410.07	c rational objective 12
2405.51/2413.77	c #Conflicts:    1172000 | #Constraints:      82398
2405.51/2413.77	c #Conflicts:    1173000 | #Constraints:      83398
2405.51/2413.77	c #Conflicts:    1174000 | #Constraints:      84398
2405.51/2413.77	c #Conflicts:    1175000 | #Constraints:      85398
2405.51/2413.77	c #Conflicts:    1176000 | #Constraints:      86398
2405.51/2413.77	c #Conflicts:    1177000 | #Constraints:      87398
2405.51/2413.77	c #Conflicts:    1178000 | #Constraints:      88398
2405.51/2413.77	c #Conflicts:    1179000 | #Constraints:      89398
2405.51/2413.77	c bounds 377 >= -1925 @ 2378.77
2419.67/2427.97	c #Conflicts:    1180000 | #Constraints:      90461
2419.67/2427.97	c #Conflicts:    1181000 | #Constraints:      91461
2419.67/2427.97	c #Conflicts:    1182000 | #Constraints:      92461
2419.67/2427.97	c #Conflicts:    1183000 | #Constraints:      93461
2419.67/2427.97	c #Conflicts:    1184000 | #Constraints:      94461
2419.67/2427.97	c #Conflicts:    1185000 | #Constraints:      95461
2419.67/2427.97	c #Conflicts:    1186000 | #Constraints:      96461
2419.67/2427.97	c #Conflicts:    1187000 | #Constraints:      97461
2419.67/2427.97	c #Conflicts:    1188000 | #Constraints:      98461
2419.67/2427.97	c #Conflicts:    1189000 | #Constraints:      99461
2419.67/2427.97	c #Conflicts:    1190000 | #Constraints:     100461
2419.67/2427.97	c #Conflicts:    1191000 | #Constraints:     101461
2419.67/2427.97	c #Conflicts:    1192000 | #Constraints:     102461
2419.67/2427.97	c #Conflicts:    1193000 | #Constraints:     103461
2419.67/2427.97	c #Conflicts:    1194000 | #Constraints:     104461
2419.67/2427.97	c #Conflicts:    1195000 | #Constraints:     105461
2419.67/2427.97	c #Conflicts:    1196000 | #Constraints:     106461
2419.67/2427.97	c #Conflicts:    1197000 | #Constraints:     107461
2419.67/2427.97	c #Conflicts:    1198000 | #Constraints:     108461
2419.67/2427.97	c #Conflicts:    1199000 | #Constraints:     109461
2419.67/2427.97	c #Conflicts:    1200000 | #Constraints:     110461
2419.67/2427.97	c INPROCESSING
2419.67/2427.97	c GARBAGE COLLECT
2419.67/2427.97	c #Conflicts:    1201000 | #Constraints:      69837
2419.67/2427.97	c #Conflicts:    1202000 | #Constraints:      70837
2419.67/2427.97	c #Conflicts:    1203000 | #Constraints:      71837
2419.67/2427.97	c bounds 377 >= -1924 @ 2392.7
2420.16/2428.41	c #Conflicts:    1204000 | #Constraints:      72897
2420.16/2428.41	c #Conflicts:    1205000 | #Constraints:      73897
2420.16/2428.41	c bounds 377 >= -1923 @ 2393.11
2421.96/2430.29	c #Conflicts:    1206000 | #Constraints:      74942
2421.96/2430.29	c #Conflicts:    1207000 | #Constraints:      75942
2421.96/2430.29	c #Conflicts:    1208000 | #Constraints:      76942
2421.96/2430.29	c #Conflicts:    1209000 | #Constraints:      77942
2421.96/2430.29	c #Conflicts:    1210000 | #Constraints:      78942
2421.96/2430.29	c #Conflicts:    1211000 | #Constraints:      79942
2421.96/2430.29	c #Conflicts:    1212000 | #Constraints:      80942
2421.96/2430.29	c #Conflicts:    1213000 | #Constraints:      81942
2421.96/2430.29	c bounds 377 >= -1922 @ 2394.96
2429.74/2438.10	c #Conflicts:    1214000 | #Constraints:      82981
2429.74/2438.10	c #Conflicts:    1215000 | #Constraints:      83981
2429.74/2438.10	c #Conflicts:    1216000 | #Constraints:      84981
2429.74/2438.10	c #Conflicts:    1217000 | #Constraints:      85981
2429.74/2438.10	c #Conflicts:    1218000 | #Constraints:      86981
2429.74/2438.10	c #Conflicts:    1219000 | #Constraints:      87981
2429.74/2438.10	c #Conflicts:    1220000 | #Constraints:      88981
2429.74/2438.10	c #Conflicts:    1221000 | #Constraints:      89981
2429.74/2438.10	c #Conflicts:    1222000 | #Constraints:      90981
2429.74/2438.10	c #Conflicts:    1223000 | #Constraints:      91981
2429.74/2438.10	c #Conflicts:    1224000 | #Constraints:      92981
2429.74/2438.10	c #Conflicts:    1225000 | #Constraints:      93981
2429.74/2438.10	c #Conflicts:    1226000 | #Constraints:      94981
2429.74/2438.10	c #Conflicts:    1227000 | #Constraints:      95981
2429.74/2438.10	c #Conflicts:    1228000 | #Constraints:      96981
2429.74/2438.10	c #Conflicts:    1229000 | #Constraints:      97981
2429.74/2438.10	c INPROCESSING
2429.74/2438.10	c GARBAGE COLLECT
2429.74/2438.10	c #Conflicts:    1230000 | #Constraints:      66772
2429.74/2438.10	c #Conflicts:    1231000 | #Constraints:      67772
2429.74/2438.10	c bounds 377 >= -1921 @ 2402.66
2441.99/2450.36	c #Conflicts:    1232000 | #Constraints:      68829
2441.99/2450.36	c #Conflicts:    1233000 | #Constraints:      69829
2441.99/2450.36	c #Conflicts:    1234000 | #Constraints:      70829
2441.99/2450.36	c #Conflicts:    1235000 | #Constraints:      71829
2441.99/2450.36	c #Conflicts:    1236000 | #Constraints:      72829
2441.99/2450.36	c #Conflicts:    1237000 | #Constraints:      73829
2441.99/2450.36	c #Conflicts:    1238000 | #Constraints:      74829
2441.99/2450.36	c #Conflicts:    1239000 | #Constraints:      75829
2441.99/2450.36	c #Conflicts:    1240000 | #Constraints:      76829
2441.99/2450.36	c #Conflicts:    1241000 | #Constraints:      77829
2441.99/2450.36	c #Conflicts:    1242000 | #Constraints:      78829
2441.99/2450.36	c #Conflicts:    1243000 | #Constraints:      79829
2441.99/2450.36	c #Conflicts:    1244000 | #Constraints:      80829
2441.99/2450.36	c #Conflicts:    1245000 | #Constraints:      81829
2441.99/2450.36	c #Conflicts:    1246000 | #Constraints:      82829
2441.99/2450.36	c #Conflicts:    1247000 | #Constraints:      83829
2441.99/2450.36	c #Conflicts:    1248000 | #Constraints:      84829
2441.99/2450.36	c #Conflicts:    1249000 | #Constraints:      85829
2441.99/2450.36	c #Conflicts:    1250000 | #Constraints:      86829
2441.99/2450.36	c #Conflicts:    1251000 | #Constraints:      87829
2441.99/2450.36	c #Conflicts:    1252000 | #Constraints:      88829
2441.99/2450.36	c #Conflicts:    1253000 | #Constraints:      89829
2441.99/2450.36	c #Conflicts:    1254000 | #Constraints:      90829
2441.99/2450.36	c #Conflicts:    1255000 | #Constraints:      91829
2441.99/2450.36	c #Conflicts:    1256000 | #Constraints:      92829
2441.99/2450.36	c #Conflicts:    1257000 | #Constraints:      93829
2441.99/2450.36	c #Conflicts:    1258000 | #Constraints:      94829
2441.99/2450.36	c #Conflicts:    1259000 | #Constraints:      95829
2441.99/2450.36	c #Conflicts:    1260000 | #Constraints:      96829
2441.99/2450.36	c bounds 377 >= -1920 @ 2414.6
2572.54/2581.35	c #Conflicts:    1261000 | #Constraints:      97889
2572.54/2581.35	c #Conflicts:    1262000 | #Constraints:      98889
2572.54/2581.35	c #Conflicts:    1263000 | #Constraints:      99889
2572.54/2581.35	c #Conflicts:    1264000 | #Constraints:     100889
2572.54/2581.35	c #Conflicts:    1265000 | #Constraints:     101889
2572.54/2581.35	c #Conflicts:    1266000 | #Constraints:     102889
2572.54/2581.35	c #Conflicts:    1267000 | #Constraints:     103889
2572.54/2581.35	c #Conflicts:    1268000 | #Constraints:     104889
2572.54/2581.35	c #Conflicts:    1269000 | #Constraints:     105889
2572.54/2581.35	c #Conflicts:    1270000 | #Constraints:     106889
2572.54/2581.35	c #Conflicts:    1271000 | #Constraints:     107889
2572.54/2581.35	c #Conflicts:    1272000 | #Constraints:     108889
2572.54/2581.35	c #Conflicts:    1273000 | #Constraints:     109889
2572.54/2581.35	c #Conflicts:    1274000 | #Constraints:     110889
2572.54/2581.35	c #Conflicts:    1275000 | #Constraints:     111889
2572.54/2581.35	c #Conflicts:    1276000 | #Constraints:     112889
2572.54/2581.35	c #Conflicts:    1277000 | #Constraints:     113889
2572.54/2581.35	c #Conflicts:    1278000 | #Constraints:     114889
2572.54/2581.35	c #Conflicts:    1279000 | #Constraints:     115889
2572.54/2581.35	c #Conflicts:    1280000 | #Constraints:     116889
2572.54/2581.35	c #Conflicts:    1281000 | #Constraints:     117889
2572.54/2581.35	c #Conflicts:    1282000 | #Constraints:     118889
2572.54/2581.35	c #Conflicts:    1283000 | #Constraints:     119889
2572.54/2581.35	c #Conflicts:    1284000 | #Constraints:     120889
2572.54/2581.35	c #Conflicts:    1285000 | #Constraints:     121889
2572.54/2581.35	c #Conflicts:    1286000 | #Constraints:     122889
2572.54/2581.35	c #Conflicts:    1287000 | #Constraints:     123889
2572.54/2581.35	c #Conflicts:    1288000 | #Constraints:     124889
2572.54/2581.35	c #Conflicts:    1289000 | #Constraints:     125889
2572.54/2581.35	c #Conflicts:    1290000 | #Constraints:     126889
2572.54/2581.35	c #Conflicts:    1291000 | #Constraints:     127889
2572.54/2581.35	c #Conflicts:    1292000 | #Constraints:     128889
2572.54/2581.35	c #Conflicts:    1293000 | #Constraints:     129889
2572.54/2581.35	c #Conflicts:    1294000 | #Constraints:     130889
2572.54/2581.35	c #Conflicts:    1295000 | #Constraints:     131889
2572.54/2581.35	c #Conflicts:    1296000 | #Constraints:     132889
2572.54/2581.35	c #Conflicts:    1297000 | #Constraints:     133889
2572.54/2581.35	c #Conflicts:    1298000 | #Constraints:     134889
2572.54/2581.35	c #Conflicts:    1299000 | #Constraints:     135889
2572.54/2581.35	c #Conflicts:    1300000 | #Constraints:     136889
2572.54/2581.35	c #Conflicts:    1301000 | #Constraints:     137889
2572.54/2581.35	c #Conflicts:    1302000 | #Constraints:     138889
2572.54/2581.35	c #Conflicts:    1303000 | #Constraints:     139889
2572.54/2581.35	c #Conflicts:    1304000 | #Constraints:     140889
2572.54/2581.35	c #Conflicts:    1305000 | #Constraints:     141889
2572.54/2581.35	c INPROCESSING
2572.54/2581.35	c GARBAGE COLLECT
2572.54/2581.35	c rational objective 12
2697.41/2706.62	c #Conflicts:    1306000 | #Constraints:      85514
2697.41/2706.62	c #Conflicts:    1307000 | #Constraints:      86514
2697.41/2706.62	c #Conflicts:    1308000 | #Constraints:      87514
2697.41/2706.62	c #Conflicts:    1309000 | #Constraints:      88514
2697.41/2706.62	c #Conflicts:    1310000 | #Constraints:      89514
2697.41/2706.62	c #Conflicts:    1311000 | #Constraints:      90514
2697.41/2706.62	c #Conflicts:    1312000 | #Constraints:      91514
2697.41/2706.62	c #Conflicts:    1313000 | #Constraints:      92514
2697.41/2706.62	c #Conflicts:    1314000 | #Constraints:      93514
2697.41/2706.62	c #Conflicts:    1315000 | #Constraints:      94514
2697.41/2706.62	c #Conflicts:    1316000 | #Constraints:      95514
2697.41/2706.62	c #Conflicts:    1317000 | #Constraints:      96514
2697.41/2706.62	c #Conflicts:    1318000 | #Constraints:      97514
2697.41/2706.62	c #Conflicts:    1319000 | #Constraints:      98514
2697.41/2706.62	c #Conflicts:    1320000 | #Constraints:      99514
2697.41/2706.62	c #Conflicts:    1321000 | #Constraints:     100514
2697.41/2706.62	c #Conflicts:    1322000 | #Constraints:     101514
2697.41/2706.62	c #Conflicts:    1323000 | #Constraints:     102514
2697.41/2706.62	c #Conflicts:    1324000 | #Constraints:     103514
2697.41/2706.62	c #Conflicts:    1325000 | #Constraints:     104514
2697.41/2706.62	c #Conflicts:    1326000 | #Constraints:     105514
2697.41/2706.62	c #Conflicts:    1327000 | #Constraints:     106514
2697.41/2706.62	c #Conflicts:    1328000 | #Constraints:     107514
2697.41/2706.62	c #Conflicts:    1329000 | #Constraints:     108514
2697.41/2706.62	c #Conflicts:    1330000 | #Constraints:     109514
2697.41/2706.62	c #Conflicts:    1331000 | #Constraints:     110514
2697.41/2706.62	c #Conflicts:    1332000 | #Constraints:     111514
2697.41/2706.62	c #Conflicts:    1333000 | #Constraints:     112514
2697.41/2706.62	c #Conflicts:    1334000 | #Constraints:     113514
2697.41/2706.62	c #Conflicts:    1335000 | #Constraints:     114514
2697.41/2706.62	c INPROCESSING
2697.41/2706.62	c GARBAGE COLLECT
2697.41/2706.62	c rational objective 12
2698.31/2707.55	c #Conflicts:    1336000 | #Constraints:      71627
2698.31/2707.55	c #Conflicts:    1337000 | #Constraints:      72627
2698.31/2707.55	c #Conflicts:    1338000 | #Constraints:      73627
2698.31/2707.55	c #Conflicts:    1339000 | #Constraints:      74627
2698.31/2707.55	c bounds 377 >= -1919 @ 2669.24
2785.81/2795.32	c #Conflicts:    1340000 | #Constraints:      75675
2785.81/2795.32	c #Conflicts:    1341000 | #Constraints:      76675
2785.81/2795.32	c #Conflicts:    1342000 | #Constraints:      77675
2785.81/2795.32	c #Conflicts:    1343000 | #Constraints:      78675
2785.81/2795.32	c #Conflicts:    1344000 | #Constraints:      79675
2785.81/2795.32	c #Conflicts:    1345000 | #Constraints:      80675
2785.81/2795.32	c #Conflicts:    1346000 | #Constraints:      81675
2785.81/2795.32	c #Conflicts:    1347000 | #Constraints:      82675
2785.81/2795.32	c #Conflicts:    1348000 | #Constraints:      83675
2785.81/2795.32	c #Conflicts:    1349000 | #Constraints:      84675
2785.81/2795.32	c #Conflicts:    1350000 | #Constraints:      85675
2785.81/2795.32	c #Conflicts:    1351000 | #Constraints:      86675
2785.81/2795.32	c #Conflicts:    1352000 | #Constraints:      87675
2785.81/2795.32	c #Conflicts:    1353000 | #Constraints:      88675
2785.81/2795.32	c #Conflicts:    1354000 | #Constraints:      89675
2785.81/2795.32	c #Conflicts:    1355000 | #Constraints:      90675
2785.81/2795.32	c #Conflicts:    1356000 | #Constraints:      91675
2785.81/2795.32	c #Conflicts:    1357000 | #Constraints:      92675
2785.81/2795.32	c #Conflicts:    1358000 | #Constraints:      93675
2785.81/2795.32	c #Conflicts:    1359000 | #Constraints:      94675
2785.81/2795.32	c #Conflicts:    1360000 | #Constraints:      95675
2785.81/2795.32	c #Conflicts:    1361000 | #Constraints:      96675
2785.81/2795.32	c #Conflicts:    1362000 | #Constraints:      97675
2785.81/2795.32	c #Conflicts:    1363000 | #Constraints:      98675
2785.81/2795.32	c #Conflicts:    1364000 | #Constraints:      99675
2785.81/2795.32	c #Conflicts:    1365000 | #Constraints:     100675
2785.81/2795.32	c #Conflicts:    1366000 | #Constraints:     101675
2785.81/2795.32	c INPROCESSING
2785.81/2795.32	c GARBAGE COLLECT
2785.81/2795.32	c #Conflicts:    1367000 | #Constraints:      68516
2785.81/2795.32	c #Conflicts:    1368000 | #Constraints:      69516
2785.81/2795.32	c #Conflicts:    1369000 | #Constraints:      70516
2785.81/2795.32	c #Conflicts:    1370000 | #Constraints:      71516
2785.81/2795.32	c #Conflicts:    1371000 | #Constraints:      72516
2785.81/2795.32	c #Conflicts:    1372000 | #Constraints:      73516
2785.81/2795.32	c #Conflicts:    1373000 | #Constraints:      74516
2785.81/2795.32	c #Conflicts:    1374000 | #Constraints:      75516
2785.81/2795.32	c #Conflicts:    1375000 | #Constraints:      76516
2785.81/2795.32	c #Conflicts:    1376000 | #Constraints:      77516
2785.81/2795.32	c #Conflicts:    1377000 | #Constraints:      78516
2785.81/2795.32	c #Conflicts:    1378000 | #Constraints:      79516
2785.81/2795.32	c #Conflicts:    1379000 | #Constraints:      80516
2785.81/2795.32	c #Conflicts:    1380000 | #Constraints:      81516
2785.81/2795.32	c #Conflicts:    1381000 | #Constraints:      82516
2785.81/2795.32	c #Conflicts:    1382000 | #Constraints:      83516
2785.81/2795.32	c #Conflicts:    1383000 | #Constraints:      84516
2785.81/2795.32	c #Conflicts:    1384000 | #Constraints:      85516
2785.81/2795.32	c #Conflicts:    1385000 | #Constraints:      86516
2785.81/2795.32	c #Conflicts:    1386000 | #Constraints:      87516
2785.81/2795.32	c #Conflicts:    1387000 | #Constraints:      88516
2785.81/2795.32	c #Conflicts:    1388000 | #Constraints:      89516
2785.81/2795.32	c #Conflicts:    1389000 | #Constraints:      90516
2785.81/2795.32	c #Conflicts:    1390000 | #Constraints:      91516
2785.81/2795.32	c #Conflicts:    1391000 | #Constraints:      92516
2785.81/2795.32	c #Conflicts:    1392000 | #Constraints:      93516
2785.81/2795.32	c #Conflicts:    1393000 | #Constraints:      94516
2785.81/2795.32	c #Conflicts:    1394000 | #Constraints:      95516
2785.81/2795.32	c #Conflicts:    1395000 | #Constraints:      96516
2785.81/2795.32	c #Conflicts:    1396000 | #Constraints:      97516
2785.81/2795.32	c #Conflicts:    1397000 | #Constraints:      98516
2785.81/2795.32	c #Conflicts:    1398000 | #Constraints:      99516
2785.81/2795.32	c #Conflicts:    1399000 | #Constraints:     100517
2785.81/2795.32	c #Conflicts:    1400000 | #Constraints:     101517
2785.81/2795.32	c #Conflicts:    1401000 | #Constraints:     102517
2785.81/2795.32	c #Conflicts:    1402000 | #Constraints:     103517
2785.81/2795.32	c #Conflicts:    1403000 | #Constraints:     104517
2785.81/2795.32	c #Conflicts:    1404000 | #Constraints:     105517
2785.81/2795.32	c #Conflicts:    1405000 | #Constraints:     106517
2785.81/2795.32	c #Conflicts:    1406000 | #Constraints:     107517
2785.81/2795.32	c #Conflicts:    1407000 | #Constraints:     108517
2785.81/2795.32	c #Conflicts:    1408000 | #Constraints:     109517
2785.81/2795.32	c #Conflicts:    1409000 | #Constraints:     110517
2785.81/2795.32	c #Conflicts:    1410000 | #Constraints:     111517
2785.81/2795.32	c #Conflicts:    1411000 | #Constraints:     112517
2785.81/2795.32	c #Conflicts:    1412000 | #Constraints:     113517
2785.81/2795.32	c #Conflicts:    1413000 | #Constraints:     114517
2785.81/2795.32	c #Conflicts:    1414000 | #Constraints:     115517
2785.81/2795.32	c #Conflicts:    1415000 | #Constraints:     116517
2785.81/2795.32	c #Conflicts:    1416000 | #Constraints:     117517
2785.81/2795.32	c #Conflicts:    1417000 | #Constraints:     118517
2785.81/2795.32	c #Conflicts:    1418000 | #Constraints:     119517
2827.76/2837.43	c #Conflicts:    1419000 | #Constraints:     120517
2827.76/2837.43	c #Conflicts:    1420000 | #Constraints:     121517
2827.76/2837.43	c #Conflicts:    1421000 | #Constraints:     122517
2827.76/2837.43	c #Conflicts:    1422000 | #Constraints:     123517
2827.76/2837.43	c #Conflicts:    1423000 | #Constraints:     124517
2827.76/2837.43	c #Conflicts:    1424000 | #Constraints:     125517
2827.76/2837.43	c #Conflicts:    1425000 | #Constraints:     126517
2827.76/2837.43	c #Conflicts:    1426000 | #Constraints:     127517
2827.76/2837.43	c #Conflicts:    1427000 | #Constraints:     128517
2827.76/2837.43	c #Conflicts:    1428000 | #Constraints:     129517
2827.76/2837.43	c #Conflicts:    1429000 | #Constraints:     130517
2827.76/2837.43	c #Conflicts:    1430000 | #Constraints:     131517
2827.76/2837.43	c #Conflicts:    1431000 | #Constraints:     132517
2827.76/2837.43	c #Conflicts:    1432000 | #Constraints:     133517
2827.76/2837.43	c #Conflicts:    1433000 | #Constraints:     134517
2827.76/2837.43	c #Conflicts:    1434000 | #Constraints:     135517
2827.76/2837.43	c #Conflicts:    1435000 | #Constraints:     136517
2827.76/2837.43	c #Conflicts:    1436000 | #Constraints:     137517
2827.76/2837.43	c #Conflicts:    1437000 | #Constraints:     138517
2827.76/2837.43	c #Conflicts:    1438000 | #Constraints:     139517
2827.76/2837.43	c #Conflicts:    1439000 | #Constraints:     140517
2827.76/2837.43	c #Conflicts:    1440000 | #Constraints:     141517
2827.76/2837.43	c #Conflicts:    1441000 | #Constraints:     142517
2827.76/2837.43	c #Conflicts:    1442000 | #Constraints:     143517
2827.76/2837.43	c #Conflicts:    1443000 | #Constraints:     144517
2827.76/2837.43	c #Conflicts:    1444000 | #Constraints:     145517
2827.76/2837.43	c #Conflicts:    1445000 | #Constraints:     146517
2827.76/2837.43	c #Conflicts:    1446000 | #Constraints:     147517
2827.76/2837.43	c INPROCESSING
2827.76/2837.43	c GARBAGE COLLECT
2827.76/2837.43	c rational objective 12
2842.61/2852.34	c #Conflicts:    1447000 | #Constraints:      88177
2842.61/2852.34	c #Conflicts:    1448000 | #Constraints:      89177
2842.61/2852.34	c #Conflicts:    1449000 | #Constraints:      90177
2842.61/2852.34	c #Conflicts:    1450000 | #Constraints:      91177
2842.61/2852.34	c #Conflicts:    1451000 | #Constraints:      92177
2842.61/2852.34	c #Conflicts:    1452000 | #Constraints:      93177
2842.61/2852.34	c #Conflicts:    1453000 | #Constraints:      94177
2842.61/2852.34	c #Conflicts:    1454000 | #Constraints:      95177
2842.61/2852.34	c #Conflicts:    1455000 | #Constraints:      96177
2842.61/2852.34	c #Conflicts:    1456000 | #Constraints:      97177
2842.61/2852.34	c #Conflicts:    1457000 | #Constraints:      98177
2842.61/2852.34	c #Conflicts:    1458000 | #Constraints:      99177
2842.61/2852.34	c #Conflicts:    1459000 | #Constraints:     100177
2842.61/2852.34	c #Conflicts:    1460000 | #Constraints:     101177
2842.61/2852.34	c #Conflicts:    1461000 | #Constraints:     102177
2842.61/2852.34	c #Conflicts:    1462000 | #Constraints:     103177
2842.61/2852.34	c #Conflicts:    1463000 | #Constraints:     104177
2842.61/2852.34	c #Conflicts:    1464000 | #Constraints:     105177
2842.61/2852.34	c #Conflicts:    1465000 | #Constraints:     106177
2842.61/2852.34	c #Conflicts:    1466000 | #Constraints:     107177
2842.61/2852.34	c #Conflicts:    1467000 | #Constraints:     108177
2842.61/2852.34	c bounds 377 >= -1918 @ 2812.08
2936.78/2946.85	c #Conflicts:    1468000 | #Constraints:     109252
2936.78/2946.85	c #Conflicts:    1469000 | #Constraints:     110252
2936.78/2946.85	c #Conflicts:    1470000 | #Constraints:     111252
2936.78/2946.85	c #Conflicts:    1471000 | #Constraints:     112252
2936.78/2946.85	c #Conflicts:    1472000 | #Constraints:     113252
2936.78/2946.85	c #Conflicts:    1473000 | #Constraints:     114252
2936.78/2946.85	c #Conflicts:    1474000 | #Constraints:     115252
2936.78/2946.85	c #Conflicts:    1475000 | #Constraints:     116252
2936.78/2946.85	c #Conflicts:    1476000 | #Constraints:     117252
2936.78/2946.85	c #Conflicts:    1477000 | #Constraints:     118252
2936.78/2946.85	c #Conflicts:    1478000 | #Constraints:     119252
2936.78/2946.85	c INPROCESSING
2936.78/2946.85	c GARBAGE COLLECT
2936.78/2946.85	c rational objective 12
3012.33/3022.64	c #Conflicts:    1479000 | #Constraints:      74114
3012.33/3022.64	c #Conflicts:    1480000 | #Constraints:      75114
3012.33/3022.64	c #Conflicts:    1481000 | #Constraints:      76114
3012.33/3022.64	c #Conflicts:    1482000 | #Constraints:      77114
3012.33/3022.64	c #Conflicts:    1483000 | #Constraints:      78114
3012.33/3022.64	c #Conflicts:    1484000 | #Constraints:      79114
3012.33/3022.64	c #Conflicts:    1485000 | #Constraints:      80114
3012.33/3022.64	c #Conflicts:    1486000 | #Constraints:      81114
3012.33/3022.64	c #Conflicts:    1487000 | #Constraints:      82114
3012.33/3022.64	c #Conflicts:    1488000 | #Constraints:      83114
3012.33/3022.64	c #Conflicts:    1489000 | #Constraints:      84114
3012.33/3022.64	c #Conflicts:    1490000 | #Constraints:      85114
3012.33/3022.64	c #Conflicts:    1491000 | #Constraints:      86114
3012.33/3022.64	c #Conflicts:    1492000 | #Constraints:      87114
3012.33/3022.64	c #Conflicts:    1493000 | #Constraints:      88114
3012.33/3022.64	c #Conflicts:    1494000 | #Constraints:      89114
3012.33/3022.64	c #Conflicts:    1495000 | #Constraints:      90114
3012.33/3022.64	c #Conflicts:    1496000 | #Constraints:      91114
3012.33/3022.64	c #Conflicts:    1497000 | #Constraints:      92114
3012.33/3022.64	c #Conflicts:    1498000 | #Constraints:      93114
3012.33/3022.64	c #Conflicts:    1499000 | #Constraints:      94114
3012.33/3022.64	c #Conflicts:    1500000 | #Constraints:      95114
3012.33/3022.64	c #Conflicts:    1501000 | #Constraints:      96114
3012.33/3022.64	c #Conflicts:    1502000 | #Constraints:      97114
3012.33/3022.64	c #Conflicts:    1503000 | #Constraints:      98114
3012.33/3022.64	c #Conflicts:    1504000 | #Constraints:      99114
3012.33/3022.64	c #Conflicts:    1505000 | #Constraints:     100114
3012.33/3022.64	c #Conflicts:    1506000 | #Constraints:     101114
3012.33/3022.64	c #Conflicts:    1507000 | #Constraints:     102114
3012.33/3022.64	c #Conflicts:    1508000 | #Constraints:     103114
3012.33/3022.64	c #Conflicts:    1509000 | #Constraints:     104114
3012.33/3022.64	c #Conflicts:    1510000 | #Constraints:     105114
3012.33/3022.64	c INPROCESSING
3012.33/3022.64	c GARBAGE COLLECT
3012.33/3022.64	c rational objective 12
3077.09/3087.65	c #Conflicts:    1511000 | #Constraints:      69436
3077.09/3087.65	c #Conflicts:    1512000 | #Constraints:      70436
3077.09/3087.65	c #Conflicts:    1513000 | #Constraints:      71436
3077.09/3087.65	c #Conflicts:    1514000 | #Constraints:      72436
3077.09/3087.65	c #Conflicts:    1515000 | #Constraints:      73436
3077.09/3087.65	c #Conflicts:    1516000 | #Constraints:      74436
3077.09/3087.65	c #Conflicts:    1517000 | #Constraints:      75436
3077.09/3087.65	c #Conflicts:    1518000 | #Constraints:      76436
3077.09/3087.65	c #Conflicts:    1519000 | #Constraints:      77436
3077.09/3087.65	c #Conflicts:    1520000 | #Constraints:      78436
3077.09/3087.65	c #Conflicts:    1521000 | #Constraints:      79436
3077.09/3087.65	c #Conflicts:    1522000 | #Constraints:      80436
3077.09/3087.65	c #Conflicts:    1523000 | #Constraints:      81436
3077.09/3087.65	c #Conflicts:    1524000 | #Constraints:      82436
3077.09/3087.65	c #Conflicts:    1525000 | #Constraints:      83436
3077.09/3087.65	c #Conflicts:    1526000 | #Constraints:      84436
3077.09/3087.65	c #Conflicts:    1527000 | #Constraints:      85436
3077.09/3087.65	c #Conflicts:    1528000 | #Constraints:      86436
3077.09/3087.65	c #Conflicts:    1529000 | #Constraints:      87436
3077.09/3087.65	c #Conflicts:    1530000 | #Constraints:      88436
3077.09/3087.65	c #Conflicts:    1531000 | #Constraints:      89436
3077.09/3087.65	c #Conflicts:    1532000 | #Constraints:      90436
3077.09/3087.65	c #Conflicts:    1533000 | #Constraints:      91436
3077.09/3087.65	c #Conflicts:    1534000 | #Constraints:      92436
3077.09/3087.65	c #Conflicts:    1535000 | #Constraints:      93436
3077.09/3087.65	c #Conflicts:    1536000 | #Constraints:      94436
3077.09/3087.65	c #Conflicts:    1537000 | #Constraints:      95436
3077.09/3087.65	c #Conflicts:    1538000 | #Constraints:      96436
3077.09/3087.65	c #Conflicts:    1539000 | #Constraints:      97436
3077.09/3087.65	c #Conflicts:    1540000 | #Constraints:      98436
3077.09/3087.65	c #Conflicts:    1541000 | #Constraints:      99436
3077.09/3087.65	c #Conflicts:    1542000 | #Constraints:     100436
3077.09/3087.65	c #Conflicts:    1543000 | #Constraints:     101436
3077.09/3087.65	c #Conflicts:    1544000 | #Constraints:     102436
3077.09/3087.65	c #Conflicts:    1545000 | #Constraints:     103436
3077.09/3087.65	c #Conflicts:    1546000 | #Constraints:     104436
3077.09/3087.65	c #Conflicts:    1547000 | #Constraints:     105436
3077.09/3087.65	c #Conflicts:    1548000 | #Constraints:     106436
3077.09/3087.65	c #Conflicts:    1549000 | #Constraints:     107436
3077.09/3087.65	c #Conflicts:    1550000 | #Constraints:     108436
3077.09/3087.65	c #Conflicts:    1551000 | #Constraints:     109436
3077.09/3087.65	c #Conflicts:    1552000 | #Constraints:     110436
3077.09/3087.65	c #Conflicts:    1553000 | #Constraints:     111436
3077.09/3087.65	c #Conflicts:    1554000 | #Constraints:     112436
3077.09/3087.65	c #Conflicts:    1555000 | #Constraints:     113436
3077.09/3087.65	c #Conflicts:    1556000 | #Constraints:     114436
3077.09/3087.65	c #Conflicts:    1557000 | #Constraints:     115436
3077.09/3087.65	c #Conflicts:    1558000 | #Constraints:     116436
3077.09/3087.65	c #Conflicts:    1559000 | #Constraints:     117436
3077.09/3087.65	c #Conflicts:    1560000 | #Constraints:     118436
3077.09/3087.65	c #Conflicts:    1561000 | #Constraints:     119436
3077.09/3087.65	c #Conflicts:    1562000 | #Constraints:     120436
3077.09/3087.65	c #Conflicts:    1563000 | #Constraints:     121436
3077.09/3087.65	c #Conflicts:    1564000 | #Constraints:     122436
3077.09/3087.65	c #Conflicts:    1565000 | #Constraints:     123436
3077.09/3087.65	c #Conflicts:    1566000 | #Constraints:     124436
3077.09/3087.65	c #Conflicts:    1567000 | #Constraints:     125436
3077.09/3087.65	c #Conflicts:    1568000 | #Constraints:     126436
3077.09/3087.65	c #Conflicts:    1569000 | #Constraints:     127436
3077.09/3087.65	c #Conflicts:    1570000 | #Constraints:     128436
3077.09/3087.65	c #Conflicts:    1571000 | #Constraints:     129436
3077.09/3087.65	c #Conflicts:    1572000 | #Constraints:     130436
3077.09/3087.65	c #Conflicts:    1573000 | #Constraints:     131436
3077.09/3087.65	c #Conflicts:    1574000 | #Constraints:     132436
3077.09/3087.65	c #Conflicts:    1575000 | #Constraints:     133436
3077.09/3087.65	c #Conflicts:    1576000 | #Constraints:     134436
3077.09/3087.65	c #Conflicts:    1577000 | #Constraints:     135436
3077.09/3087.65	c #Conflicts:    1578000 | #Constraints:     136436
3077.09/3087.65	c #Conflicts:    1579000 | #Constraints:     137436
3077.09/3087.65	c #Conflicts:    1580000 | #Constraints:     138436
3077.09/3087.65	c #Conflicts:    1581000 | #Constraints:     139436
3077.09/3087.65	c #Conflicts:    1582000 | #Constraints:     140436
3077.09/3087.65	c #Conflicts:    1583000 | #Constraints:     141436
3077.09/3087.65	c #Conflicts:    1584000 | #Constraints:     142436
3077.09/3087.65	c #Conflicts:    1585000 | #Constraints:     143436
3077.09/3087.65	c #Conflicts:    1586000 | #Constraints:     144436
3077.09/3087.65	c #Conflicts:    1587000 | #Constraints:     145436
3077.09/3087.65	c #Conflicts:    1588000 | #Constraints:     146436
3077.09/3087.65	c #Conflicts:    1589000 | #Constraints:     147436
3135.30/3146.04	c #Conflicts:    1590000 | #Constraints:     148436
3135.30/3146.04	c #Conflicts:    1591000 | #Constraints:     149436
3135.30/3146.04	c #Conflicts:    1592000 | #Constraints:     150436
3135.30/3146.04	c #Conflicts:    1593000 | #Constraints:     151436
3135.30/3146.04	c #Conflicts:    1594000 | #Constraints:     152436
3135.30/3146.04	c #Conflicts:    1595000 | #Constraints:     153436
3135.30/3146.04	c INPROCESSING
3135.30/3146.04	c GARBAGE COLLECT
3135.30/3146.04	c rational objective 12
3222.10/3233.12	c #Conflicts:    1596000 | #Constraints:      91410
3222.10/3233.12	c #Conflicts:    1597000 | #Constraints:      92410
3222.10/3233.12	c #Conflicts:    1598000 | #Constraints:      93410
3222.10/3233.12	c #Conflicts:    1599000 | #Constraints:      94410
3222.10/3233.12	c #Conflicts:    1600000 | #Constraints:      95410
3222.10/3233.12	c #Conflicts:    1601000 | #Constraints:      96410
3222.10/3233.12	c #Conflicts:    1602000 | #Constraints:      97410
3222.10/3233.12	c #Conflicts:    1603000 | #Constraints:      98410
3222.10/3233.12	c #Conflicts:    1604000 | #Constraints:      99410
3222.10/3233.12	c #Conflicts:    1605000 | #Constraints:     100410
3222.10/3233.12	c bounds 377 >= -1917 @ 3188.64
3331.74/3343.11	c #Conflicts:    1606000 | #Constraints:     101470
3331.74/3343.11	c #Conflicts:    1607000 | #Constraints:     102470
3331.74/3343.11	c #Conflicts:    1608000 | #Constraints:     103470
3331.74/3343.11	c #Conflicts:    1609000 | #Constraints:     104470
3331.74/3343.11	c #Conflicts:    1610000 | #Constraints:     105470
3331.74/3343.11	c #Conflicts:    1611000 | #Constraints:     106470
3331.74/3343.11	c #Conflicts:    1612000 | #Constraints:     107470
3331.74/3343.11	c #Conflicts:    1613000 | #Constraints:     108470
3331.74/3343.11	c #Conflicts:    1614000 | #Constraints:     109470
3331.74/3343.11	c #Conflicts:    1615000 | #Constraints:     110470
3331.74/3343.11	c #Conflicts:    1616000 | #Constraints:     111470
3331.74/3343.11	c #Conflicts:    1617000 | #Constraints:     112470
3331.74/3343.11	c #Conflicts:    1618000 | #Constraints:     113470
3331.74/3343.11	c #Conflicts:    1619000 | #Constraints:     114470
3331.74/3343.11	c #Conflicts:    1620000 | #Constraints:     115470
3331.74/3343.11	c #Conflicts:    1621000 | #Constraints:     116470
3331.74/3343.11	c #Conflicts:    1622000 | #Constraints:     117470
3331.74/3343.11	c #Conflicts:    1623000 | #Constraints:     118470
3331.74/3343.11	c #Conflicts:    1624000 | #Constraints:     119470
3331.74/3343.11	c #Conflicts:    1625000 | #Constraints:     120470
3331.74/3343.11	c #Conflicts:    1626000 | #Constraints:     121470
3331.74/3343.11	c #Conflicts:    1627000 | #Constraints:     122470
3331.74/3343.11	c #Conflicts:    1628000 | #Constraints:     123470
3331.74/3343.11	c INPROCESSING
3331.74/3343.11	c GARBAGE COLLECT
3331.74/3343.11	c rational objective 12
3332.24/3343.63	c #Conflicts:    1629000 | #Constraints:      76205
3332.24/3343.63	c #Conflicts:    1630000 | #Constraints:      77205
3332.24/3343.63	c #Conflicts:    1631000 | #Constraints:      78205
3332.24/3343.63	c #Conflicts:    1632000 | #Constraints:      79205
3332.24/3343.63	c #Conflicts:    1633000 | #Constraints:      80205
3332.24/3343.63	c bounds 377 >= -1916 @ 3298.3
3332.34/3343.74	c #Conflicts:    1634000 | #Constraints:      81253
3332.34/3343.74	c bounds 377 >= -1915 @ 3298.41
3332.54/3343.97	c #Conflicts:    1635000 | #Constraints:      82283
3332.54/3343.97	c bounds 377 >= -1914 @ 3298.63
3333.04/3344.49	c #Conflicts:    1636000 | #Constraints:      83322
3333.04/3344.49	c #Conflicts:    1637000 | #Constraints:      84322
3333.04/3344.49	c #Conflicts:    1638000 | #Constraints:      85322
3333.04/3344.49	c bounds 377 >= -1913 @ 3299.15
3334.54/3345.94	c #Conflicts:    1639000 | #Constraints:      86358
3334.54/3345.94	c #Conflicts:    1640000 | #Constraints:      87358
3334.54/3345.94	c #Conflicts:    1641000 | #Constraints:      88358
3334.54/3345.94	c #Conflicts:    1642000 | #Constraints:      89358
3334.54/3345.94	c #Conflicts:    1643000 | #Constraints:      90358
3334.54/3345.94	c #Conflicts:    1644000 | #Constraints:      91358
3334.54/3345.94	c bounds 377 >= -1912 @ 3300.55
3338.02/3349.40	c #Conflicts:    1645000 | #Constraints:      92394
3338.02/3349.40	c #Conflicts:    1646000 | #Constraints:      93394
3338.02/3349.40	c #Conflicts:    1647000 | #Constraints:      94394
3338.02/3349.40	c #Conflicts:    1648000 | #Constraints:      95394
3338.02/3349.40	c #Conflicts:    1649000 | #Constraints:      96394
3338.02/3349.40	c #Conflicts:    1650000 | #Constraints:      97394
3338.02/3349.40	c #Conflicts:    1651000 | #Constraints:      98394
3338.02/3349.40	c #Conflicts:    1652000 | #Constraints:      99394
3338.02/3349.40	c #Conflicts:    1653000 | #Constraints:     100394
3338.02/3349.40	c #Conflicts:    1654000 | #Constraints:     101394
3338.02/3349.40	c bounds 377 >= -1911 @ 3303.89
3486.76/3498.60	c #Conflicts:    1655000 | #Constraints:     102442
3486.76/3498.60	c #Conflicts:    1656000 | #Constraints:     103442
3486.76/3498.60	c #Conflicts:    1657000 | #Constraints:     104442
3486.76/3498.60	c #Conflicts:    1658000 | #Constraints:     105442
3486.76/3498.60	c #Conflicts:    1659000 | #Constraints:     106442
3486.76/3498.60	c #Conflicts:    1660000 | #Constraints:     107442
3486.76/3498.60	c #Conflicts:    1661000 | #Constraints:     108442
3486.76/3498.60	c #Conflicts:    1662000 | #Constraints:     109442
3486.76/3498.60	c INPROCESSING
3486.76/3498.60	c GARBAGE COLLECT
3486.76/3498.60	c rational objective 12
3491.64/3503.53	c #Conflicts:    1663000 | #Constraints:      71625
3491.64/3503.53	c #Conflicts:    1664000 | #Constraints:      72625
3491.64/3503.53	c #Conflicts:    1665000 | #Constraints:      73625
3491.64/3503.53	c #Conflicts:    1666000 | #Constraints:      74625
3491.64/3503.53	c #Conflicts:    1667000 | #Constraints:      75625
3491.64/3503.53	c #Conflicts:    1668000 | #Constraints:      76625
3491.64/3503.53	c #Conflicts:    1669000 | #Constraints:      77625
3491.64/3503.53	c #Conflicts:    1670000 | #Constraints:      78625
3491.64/3503.53	c #Conflicts:    1671000 | #Constraints:      79625
3491.64/3503.53	c #Conflicts:    1672000 | #Constraints:      80625
3491.64/3503.53	c #Conflicts:    1673000 | #Constraints:      81625
3491.64/3503.53	c #Conflicts:    1674000 | #Constraints:      82625
3491.64/3503.53	c #Conflicts:    1675000 | #Constraints:      83625
3491.64/3503.53	c #Conflicts:    1676000 | #Constraints:      84625
3491.64/3503.53	c #Conflicts:    1677000 | #Constraints:      85625
3491.64/3503.53	c #Conflicts:    1678000 | #Constraints:      86625
3491.64/3503.53	c #Conflicts:    1679000 | #Constraints:      87625
3491.64/3503.53	c #Conflicts:    1680000 | #Constraints:      88625
3491.64/3503.53	c bounds 377 >= -1910 @ 3456.45
3510.08/3522.03	c #Conflicts:    1681000 | #Constraints:      89685
3510.08/3522.03	c #Conflicts:    1682000 | #Constraints:      90685
3510.08/3522.03	c #Conflicts:    1683000 | #Constraints:      91685
3510.08/3522.03	c #Conflicts:    1684000 | #Constraints:      92685
3510.08/3522.03	c #Conflicts:    1685000 | #Constraints:      93685
3510.08/3522.03	c #Conflicts:    1686000 | #Constraints:      94685
3510.08/3522.03	c #Conflicts:    1687000 | #Constraints:      95685
3510.08/3522.03	c #Conflicts:    1688000 | #Constraints:      96685
3510.08/3522.03	c #Conflicts:    1689000 | #Constraints:      97685
3510.08/3522.03	c #Conflicts:    1690000 | #Constraints:      98685
3510.08/3522.03	c #Conflicts:    1691000 | #Constraints:      99685
3510.08/3522.03	c #Conflicts:    1692000 | #Constraints:     100685
3510.08/3522.03	c #Conflicts:    1693000 | #Constraints:     101685
3510.08/3522.03	c #Conflicts:    1694000 | #Constraints:     102685
3510.08/3522.03	c #Conflicts:    1695000 | #Constraints:     103685
3510.08/3522.03	c #Conflicts:    1696000 | #Constraints:     104685
3510.08/3522.03	c #Conflicts:    1697000 | #Constraints:     105685
3510.08/3522.03	c #Conflicts:    1698000 | #Constraints:     106685
3510.08/3522.03	c #Conflicts:    1699000 | #Constraints:     107685
3510.08/3522.03	c #Conflicts:    1700000 | #Constraints:     108685
3510.08/3522.03	c #Conflicts:    1701000 | #Constraints:     109685
3510.08/3522.03	c #Conflicts:    1702000 | #Constraints:     110685
3510.08/3522.03	c #Conflicts:    1703000 | #Constraints:     111685
3510.08/3522.03	c #Conflicts:    1704000 | #Constraints:     112685
3510.08/3522.03	c #Conflicts:    1705000 | #Constraints:     113685
3510.08/3522.03	c #Conflicts:    1706000 | #Constraints:     114685
3510.08/3522.03	c #Conflicts:    1707000 | #Constraints:     115685
3510.08/3522.03	c #Conflicts:    1708000 | #Constraints:     116685
3510.08/3522.03	c bounds 377 >= -1909 @ 3474.65

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (59155 MiB free)
  memory of node 1: 64507 MiB (59317 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4484586-1751287749/watcher-4484586-1751287749 -o /tmp/evaluation-result-4484586-1751287749/solver-4484586-1751287749 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751280113-42670 --watchdog 3760 run-opt-ls.sh HOME/instance-4484586-1751287749.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100059 s]*
/proc/loadavg: 4.11 4.10 4.09 5/267 43845
/proc/meminfo: memFree=121287524/131250000 swapFree=33010684/33010684
[pid=43841] ppid=43838 vsize=4192 memory=3072 CPUtime=0.03 cores=0,2
/proc/43841/stat : 43841 (run-opt-ls.sh) S 43838 43841 42660 0 -1 4194304 238 8192 0 0 0 0 3 0 20 0 1 0 44452764 4292608 768 18446744073709551615 94600434245632 94600435140165 140725034888400 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94600435379216 94600435426960 94600442015744 140725034895719 140725034895845 140725034895845 140725034901447 0
/proc/43841/statm: 1048 768 704 219 0 110 0
[pid=43845] ppid=43841 vsize=62088 memory=17132 CPUtime=0.03 cores=0,2
/proc/43845/stat : 43845 (roundingsat) R 43841 43841 42660 0 -1 4194304 2430 0 0 0 3 0 0 0 20 0 1 0 44452769 63578112 4283 18446744073709551615 4227072 8923433 140732040778048 0 0 0 0 0 8405026 0 0 0 17 2 0 0 0 0 0 9823104 9832592 22450176 140732040784198 140732040784424 140732040784424 140732040789994 0
/proc/43845/statm: 15522 4283 1984 1147 0 2949 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 66280 KiB
Current children cumulated memory: 20204 KiB

[startup+0.205491 s]*
/proc/loadavg: 4.11 4.10 4.09 5/267 43845
/proc/meminfo: memFree=121278892/131250000 swapFree=33010684/33010684
[pid=43841] ppid=43838 vsize=4192 memory=3072 CPUtime=0.03 cores=0,2
/proc/43841/stat : 43841 (run-opt-ls.sh) S 43838 43841 42660 0 -1 4194304 238 8192 0 0 0 0 3 0 20 0 1 0 44452764 4292608 768 18446744073709551615 94600434245632 94600435140165 140725034888400 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94600435379216 94600435426960 94600442015744 140725034895719 140725034895845 140725034895845 140725034901447 0
/proc/43841/statm: 1048 768 704 219 0 110 0
[pid=43845] ppid=43841 vsize=74916 memory=29480 CPUtime=0.13 cores=0,2
/proc/43845/stat : 43845 (roundingsat) R 43841 43841 42660 0 -1 4194304 5128 0 0 0 12 1 0 0 20 0 1 0 44452769 76713984 7370 18446744073709551615 4227072 8923433 140732040778048 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 22450176 140732040784198 140732040784424 140732040784424 140732040789994 0
/proc/43845/statm: 18729 7370 2272 1147 0 6156 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 79108 KiB
Current children cumulated memory: 32552 KiB

[startup+0.305555 s]*
/proc/loadavg: 4.11 4.10 4.09 5/267 43845
/proc/meminfo: memFree=121278892/131250000 swapFree=33010684/33010684
[pid=43841] ppid=43838 vsize=4192 memory=3072 CPUtime=0.03 cores=0,2
/proc/43841/stat : 43841 (run-opt-ls.sh) S 43838 43841 42660 0 -1 4194304 238 8192 0 0 0 0 3 0 20 0 1 0 44452764 4292608 768 18446744073709551615 94600434245632 94600435140165 140725034888400 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94600435379216 94600435426960 94600442015744 140725034895719 140725034895845 140725034895845 140725034901447 0
/proc/43841/statm: 1048 768 704 219 0 110 0
[pid=43845] ppid=43841 vsize=74916 memory=29480 CPUtime=0.23 cores=0,2
/proc/43845/stat : 43845 (roundingsat) R 43841 43841 42660 0 -1 4194304 5128 0 0 0 22 1 0 0 20 0 1 0 44452769 76713984 7370 18446744073709551615 4227072 8923433 140732040778048 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 22450176 140732040784198 140732040784424 140732040784424 140732040789994 0
/proc/43845/statm: 18729 7370 2272 1147 0 6156 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 79108 KiB
Current children cumulated memory: 32552 KiB

[startup+0.700138 s]
/proc/loadavg: 4.11 4.10 4.09 5/267 43845
/proc/meminfo: memFree=121278892/131250000 swapFree=33010684/33010684
[pid=43841] ppid=43838 vsize=4192 memory=3072 CPUtime=0.03 cores=0,2
/proc/43841/stat : 43841 (run-opt-ls.sh) S 43838 43841 42660 0 -1 4194304 238 8192 0 0 0 0 3 0 20 0 1 0 44452764 4292608 768 18446744073709551615 94600434245632 94600435140165 140725034888400 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94600435379216 94600435426960 94600442015744 140725034895719 140725034895845 140725034895845 140725034901447 0
/proc/43841/statm: 1048 768 704 219 0 110 0
[pid=43845] ppid=43841 vsize=88348 memory=40616 CPUtime=0.62 cores=0,2
/proc/43845/stat : 43845 (roundingsat) R 43841 43841 42660 0 -1 4194304 7915 0 0 0 60 2 0 0 20 0 1 0 44452769 90468352 10154 18446744073709551615 4227072 8923433 140732040778048 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 22450176 140732040784198 140732040784424 140732040784424 140732040789994 0
/proc/43845/statm: 22087 10154 2304 1147 0 9514 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 92540 KiB
Current children cumulated memory: 43688 KiB

[startup+1.50017 s]
/proc/loadavg: 4.11 4.10 4.09 5/267 43845
/proc/meminfo: memFree=121274796/131250000 swapFree=33010684/33010684
[pid=43841] ppid=43838 vsize=4192 memory=3072 CPUtime=0.03 cores=0,2
/proc/43841/stat : 43841 (run-opt-ls.sh) S 43838 43841 42660 0 -1 4194304 238 8192 0 0 0 0 3 0 20 0 1 0 44452764 4292608 768 18446744073709551615 94600434245632 94600435140165 140725034888400 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94600435379216 94600435426960 94600442015744 140725034895719 140725034895845 140725034895845 140725034901447 0
/proc/43841/statm: 1048 768 704 219 0 110 0
[pid=43845] ppid=43841 vsize=110760 memory=59756 CPUtime=1.41 cores=0,2
/proc/43845/stat : 43845 (roundingsat) R 43841 43841 42660 0 -1 4194304 11846 0 0 0 111 30 0 0 20 0 1 0 44452769 113418240 14939 18446744073709551615 4227072 8923433 140732040778048 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 22450176 140732040784198 140732040784424 140732040784424 140732040789994 0
/proc/43845/statm: 27690 14939 2368 1147 0 15117 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 114952 KiB
Current children cumulated memory: 62828 KiB

[startup+3.10541 s]
/proc/loadavg: 4.10 4.10 4.09 5/267 43845
/proc/meminfo: memFree=121185372/131250000 swapFree=33010684/33010684
[pid=43841] ppid=43838 vsize=4192 memory=3072 CPUtime=0.03 cores=0,2
/proc/43841/stat : 43841 (run-opt-ls.sh) S 43838 43841 42660 0 -1 4194304 238 8192 0 0 0 0 3 0 20 0 1 0 44452764 4292608 768 18446744073709551615 94600434245632 94600435140165 140725034888400 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94600435379216 94600435426960 94600442015744 140725034895719 140725034895845 140725034895845 140725034901447 0
/proc/43841/statm: 1048 768 704 219 0 110 0
[pid=43845] ppid=43841 vsize=187876 memory=137568 CPUtime=3.01 cores=0,2
/proc/43845/stat : 43845 (roundingsat) R 43841 43841 42660 0 -1 4194304 24664 0 0 0 232 69 0 0 20 0 1 0 44452769 192385024 34392 18446744073709551615 4227072 8923433 140732040778048 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 22450176 140732040784198 140732040784424 140732040784424 140732040789994 0
/proc/43845/statm: 46969 34392 2368 1147 0 34396 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 192068 KiB
Current children cumulated memory: 140640 KiB

[startup+6.30017 s]
/proc/loadavg: 4.10 4.10 4.09 5/267 43845
/proc/meminfo: memFree=121028916/131250000 swapFree=33010684/33010684
[pid=43841] ppid=43838 vsize=4192 memory=3072 CPUtime=0.03 cores=0,2
/proc/43841/stat : 43841 (run-opt-ls.sh) S 43838 43841 42660 0 -1 4194304 238 8192 0 0 0 0 3 0 20 0 1 0 44452764 4292608 768 18446744073709551615 94600434245632 94600435140165 140725034888400 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94600435379216 94600435426960 94600442015744 140725034895719 140725034895845 140725034895845 140725034901447 0
/proc/43841/statm: 1048 768 704 219 0 110 0
[pid=43845] ppid=43841 vsize=348520 memory=269864 CPUtime=6.21 cores=0,2
/proc/43845/stat : 43845 (roundingsat) R 43841 43841 42660 0 -1 4194304 44454 0 0 0 482 139 0 0 20 0 1 0 44452769 356884480 67466 18446744073709551615 4227072 8923433 140732040778048 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 22450176 140732040784198 140732040784424 140732040784424 140732040789994 0
/proc/43845/statm: 87130 67466 2368 1147 0 74557 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 352712 KiB
Current children cumulated memory: 272936 KiB

[startup+12.7001 s]
/proc/loadavg: 4.24 4.13 4.10 5/267 43845
/proc/meminfo: memFree=121029672/131250000 swapFree=33010684/33010684
[pid=43841] ppid=43838 vsize=4192 memory=3072 CPUtime=0.03 cores=0,2
/proc/43841/stat : 43841 (run-opt-ls.sh) S 43838 43841 42660 0 -1 4194304 238 8192 0 0 0 0 3 0 20 0 1 0 44452764 4292608 768 18446744073709551615 94600434245632 94600435140165 140725034888400 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94600435379216 94600435426960 94600442015744 140725034895719 140725034895845 140725034895845 140725034901447 0
/proc/43841/statm: 1048 768 704 219 0 110 0
[pid=43845] ppid=43841 vsize=350268 memory=271912 CPUtime=12.58 cores=0,2
/proc/43845/stat : 43845 (roundingsat) R 43841 43841 42660 0 -1 4194304 44980 0 0 0 1095 163 0 0 20 0 1 0 44452769 358674432 67978 18446744073709551615 4227072 8923433 140732040778048 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 22450176 140732040784198 140732040784424 140732040784424 140732040789994 0
/proc/43845/statm: 87567 67978 2368 1147 0 74994 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 354460 KiB
Current children cumulated memory: 274984 KiB

[startup+25.5002 s]
/proc/loadavg: 4.36 4.15 4.11 5/267 43845
/proc/meminfo: memFree=120911444/131250000 swapFree=33010684/33010684
[pid=43841] ppid=43838 vsize=4192 memory=3072 CPUtime=0.03 cores=0,2
/proc/43841/stat : 43841 (run-opt-ls.sh) S 43838 43841 42660 0 -1 4194304 238 8192 0 0 0 0 3 0 20 0 1 0 44452764 4292608 768 18446744073709551615 94600434245632 94600435140165 140725034888400 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94600435379216 94600435426960 94600442015744 140725034895719 140725034895845 140725034895845 140725034901447 0
/proc/43841/statm: 1048 768 704 219 0 110 0
[pid=43845] ppid=43841 vsize=514280 memory=378388 CPUtime=25.34 cores=0,2
/proc/43845/stat : 43845 (roundingsat) R 43841 43841 42660 0 -1 4194304 63950 0 0 0 2176 358 0 0 20 0 1 0 44452769 526622720 94597 18446744073709551615 4227072 8923433 140732040778048 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 22450176 140732040784198 140732040784424 140732040784424 140732040789994 0
/proc/43845/statm: 128570 94597 2368 1147 0 115997 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 518472 KiB
Current children cumulated memory: 381460 KiB

[startup+51.1054 s]
/proc/loadavg: 4.42 4.19 4.12 5/267 43845
/proc/meminfo: memFree=120891204/131250000 swapFree=33010684/33010684
[pid=43841] ppid=43838 vsize=4192 memory=3072 CPUtime=0.03 cores=0,2
/proc/43841/stat : 43841 (run-opt-ls.sh) S 43838 43841 42660 0 -1 4194304 238 8192 0 0 0 0 3 0 20 0 1 0 44452764 4292608 768 18446744073709551615 94600434245632 94600435140165 140725034888400 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94600435379216 94600435426960 94600442015744 140725034895719 140725034895845 140725034895845 140725034901447 0
/proc/43841/statm: 1048 768 704 219 0 110 0
[pid=43845] ppid=43841 vsize=537616 memory=408084 CPUtime=50.88 cores=0,2
/proc/43845/stat : 43845 (roundingsat) R 43841 43841 42660 0 -1 4194304 71349 0 0 0 4664 424 0 0 20 0 1 0 44452769 550518784 102021 18446744073709551615 4227072 8923433 140732040778048 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 22450176 140732040784198 140732040784424 140732040784424 140732040789994 0
/proc/43845/statm: 134404 102021 2400 1147 0 121831 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 541808 KiB
Current children cumulated memory: 411156 KiB

[startup+102.3 s]
/proc/loadavg: 4.22 4.17 4.12 5/268 43850
/proc/meminfo: memFree=120743836/131250000 swapFree=33010684/33010684
[pid=43841] ppid=43838 vsize=4192 memory=3072 CPUtime=0.03 cores=0,2
/proc/43841/stat : 43841 (run-opt-ls.sh) S 43838 43841 42660 0 -1 4194304 238 8192 0 0 0 0 3 0 20 0 1 0 44452764 4292608 768 18446744073709551615 94600434245632 94600435140165 140725034888400 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94600435379216 94600435426960 94600442015744 140725034895719 140725034895845 140725034895845 140725034901447 0
/proc/43841/statm: 1048 768 704 219 0 110 0
[pid=43845] ppid=43841 vsize=700496 memory=559764 CPUtime=101.93 cores=0,2
/proc/43845/stat : 43845 (roundingsat) R 43841 43841 42660 0 -1 4194304 109299 0 0 0 9673 520 0 0 20 0 1 0 44452769 717307904 139941 18446744073709551615 4227072 8923433 140732040778048 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 22450176 140732040784198 140732040784424 140732040784424 140732040789994 0
/proc/43845/statm: 175124 139941 2400 1147 0 162551 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 704688 KiB
Current children cumulated memory: 562836 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 4.15 4.11 5/268 43857
/proc/meminfo: memFree=119157548/131250000 swapFree=33010684/33010684
[pid=43841] ppid=43838 vsize=4192 memory=3072 CPUtime=0.03 cores=0,2
/proc/43841/stat : 43841 (run-opt-ls.sh) S 43838 43841 42660 0 -1 4194304 238 8192 0 0 0 0 3 0 20 0 1 0 44452764 4292608 768 18446744073709551615 94600434245632 94600435140165 140725034888400 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94600435379216 94600435426960 94600442015744 140725034895719 140725034895845 140725034895845 140725034901447 0
/proc/43841/statm: 1048 768 704 219 0 110 0
[pid=43845] ppid=43841 vsize=2055132 memory=1730360 CPUtime=161.75 cores=0,2
/proc/43845/stat : 43845 (roundingsat) R 43841 43841 42660 0 -1 4194304 323258 0 0 0 15528 647 0 0 20 0 1 0 44452769 2104455168 432590 18446744073709551615 4227072 8923433 140732040778048 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 22450176 140732040784198 140732040784424 140732040784424 140732040789994 0
/proc/43845/statm: 513783 432590 2400 1147 0 501210 0
Current children cumulated CPU time: 161.78 s
Current children cumulated vsize: 2059324 KiB
Current children cumulated memory: 1733432 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.14 4.10 5/268 43906
/proc/meminfo: memFree=123209156/131250000 swapFree=33010684/33010684
[pid=43841] ppid=43838 vsize=4192 memory=3072 CPUtime=0.03 cores=0,2
/proc/43841/stat : 43841 (run-opt-ls.sh) S 43838 43841 42660 0 -1 4194304 238 8192 0 0 0 0 3 0 20 0 1 0 44452764 4292608 768 18446744073709551615 94600434245632 94600435140165 140725034888400 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94600435379216 94600435426960 94600442015744 140725034895719 140725034895845 140725034895845 140725034901447 0
/proc/43841/statm: 1048 768 704 219 0 110 0
[pid=43845] ppid=43841 vsize=2055976 memory=1731256 CPUtime=221.57 cores=0,2
/proc/43845/stat : 43845 (roundingsat) R 43841 43841 42660 0 -1 4194304 323469 0 0 0 21405 752 0 0 20 0 1 0 44452769 2105319424 432814 18446744073709551615 4227072 8923433 140732040778048 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 22450176 140732040784198 140732040784424 140732040784424 140732040789994 0
/proc/43845/statm: 513994 432814 2400 1147 0 501421 0

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

/proc/meminfo: memFree=116174568/131250000 swapFree=33010684/33010684
[pid=43841] ppid=43838 vsize=4192 memory=3072 CPUtime=0.03 cores=0,2
/proc/43841/stat : 43841 (run-opt-ls.sh) S 43838 43841 42660 0 -1 4194304 238 8192 0 0 0 0 3 0 20 0 1 0 44452764 4292608 768 18446744073709551615 94600434245632 94600435140165 140725034888400 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94600435379216 94600435426960 94600442015744 140725034895719 140725034895845 140725034895845 140725034901447 0
/proc/43841/statm: 1048 768 704 219 0 110 0
[pid=43845] ppid=43841 vsize=7326768 memory=6291208 CPUtime=3271.11 cores=0,2
/proc/43845/stat : 43845 (roundingsat) R 43841 43841 42660 0 -1 4194304 1219720 0 0 0 323750 3361 0 0 20 0 1 0 44452769 7502610432 1572802 18446744073709551615 4227072 8923433 140732040778048 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 22450176 140732040784198 140732040784424 140732040784424 140732040789994 0
/proc/43845/statm: 1831692 1572802 2400 1147 0 1819119 0
Current children cumulated CPU time: 3271.14 s
Current children cumulated vsize: 7330960 KiB
Current children cumulated memory: 6294280 KiB

[startup+3342.3 s]
/proc/loadavg: 3.16 3.71 3.94 4/261 44196
/proc/meminfo: memFree=116182656/131250000 swapFree=33010684/33010684
[pid=43841] ppid=43838 vsize=4192 memory=3072 CPUtime=0.03 cores=0,2
/proc/43841/stat : 43841 (run-opt-ls.sh) S 43838 43841 42660 0 -1 4194304 238 8192 0 0 0 0 3 0 20 0 1 0 44452764 4292608 768 18446744073709551615 94600434245632 94600435140165 140725034888400 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94600435379216 94600435426960 94600442015744 140725034895719 140725034895845 140725034895845 140725034901447 0
/proc/43841/statm: 1048 768 704 219 0 110 0
[pid=43845] ppid=43841 vsize=7326768 memory=6291208 CPUtime=3330.92 cores=0,2
/proc/43845/stat : 43845 (roundingsat) R 43841 43841 42660 0 -1 4194304 1219877 0 0 0 329699 3393 0 0 20 0 1 0 44452769 7502610432 1572802 18446744073709551615 4227072 8923433 140732040778048 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 22450176 140732040784198 140732040784424 140732040784424 140732040789994 0
/proc/43845/statm: 1831692 1572802 2400 1147 0 1819119 0
Current children cumulated CPU time: 3330.95 s
Current children cumulated vsize: 7330960 KiB
Current children cumulated memory: 6294280 KiB

[startup+3402.3 s]
/proc/loadavg: 3.14 3.62 3.89 4/261 44198
/proc/meminfo: memFree=116182348/131250000 swapFree=33010684/33010684
[pid=43841] ppid=43838 vsize=4192 memory=3072 CPUtime=0.03 cores=0,2
/proc/43841/stat : 43841 (run-opt-ls.sh) S 43838 43841 42660 0 -1 4194304 238 8192 0 0 0 0 3 0 20 0 1 0 44452764 4292608 768 18446744073709551615 94600434245632 94600435140165 140725034888400 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94600435379216 94600435426960 94600442015744 140725034895719 140725034895845 140725034895845 140725034901447 0
/proc/43841/statm: 1048 768 704 219 0 110 0
[pid=43845] ppid=43841 vsize=7326768 memory=6291208 CPUtime=3390.73 cores=0,2
/proc/43845/stat : 43845 (roundingsat) R 43841 43841 42660 0 -1 4194304 1219884 0 0 0 335620 3453 0 0 20 0 1 0 44452769 7502610432 1572802 18446744073709551615 4227072 8923433 140732040778048 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 22450176 140732040784198 140732040784424 140732040784424 140732040789994 0
/proc/43845/statm: 1831692 1572802 2400 1147 0 1819119 0
Current children cumulated CPU time: 3390.76 s
Current children cumulated vsize: 7330960 KiB
Current children cumulated memory: 6294280 KiB

[startup+3462.3 s]
/proc/loadavg: 3.43 3.61 3.87 4/260 44201
/proc/meminfo: memFree=116163244/131250000 swapFree=33010684/33010684
[pid=43841] ppid=43838 vsize=4192 memory=3072 CPUtime=0.03 cores=0,2
/proc/43841/stat : 43841 (run-opt-ls.sh) S 43838 43841 42660 0 -1 4194304 238 8192 0 0 0 0 3 0 20 0 1 0 44452764 4292608 768 18446744073709551615 94600434245632 94600435140165 140725034888400 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94600435379216 94600435426960 94600442015744 140725034895719 140725034895845 140725034895845 140725034901447 0
/proc/43841/statm: 1048 768 704 219 0 110 0
[pid=43845] ppid=43841 vsize=7326768 memory=6291208 CPUtime=3450.54 cores=0,2
/proc/43845/stat : 43845 (roundingsat) R 43841 43841 42660 0 -1 4194304 1219884 0 0 0 341570 3484 0 0 20 0 1 0 44452769 7502610432 1572802 18446744073709551615 4227072 8923433 140732040778048 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 22450176 140732040784198 140732040784424 140732040784424 140732040789994 0
/proc/43845/statm: 1831692 1572802 2400 1147 0 1819119 0
Current children cumulated CPU time: 3450.57 s
Current children cumulated vsize: 7330960 KiB
Current children cumulated memory: 6294280 KiB

[startup+3522.3 s]
/proc/loadavg: 2.71 3.37 3.77 3/253 44233
/proc/meminfo: memFree=121253232/131250000 swapFree=33010684/33010684
[pid=43841] ppid=43838 vsize=4192 memory=3072 CPUtime=0.03 cores=0,2
/proc/43841/stat : 43841 (run-opt-ls.sh) S 43838 43841 42660 0 -1 4194304 238 8192 0 0 0 0 3 0 20 0 1 0 44452764 4292608 768 18446744073709551615 94600434245632 94600435140165 140725034888400 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94600435379216 94600435426960 94600442015744 140725034895719 140725034895845 140725034895845 140725034901447 0
/proc/43841/statm: 1048 768 704 219 0 110 0
[pid=43845] ppid=43841 vsize=7326768 memory=6292488 CPUtime=3510.35 cores=0,2
/proc/43845/stat : 43845 (roundingsat) R 43841 43841 42660 0 -1 4194304 1219912 0 0 0 347491 3544 0 0 20 0 1 0 44452769 7502610432 1573122 18446744073709551615 4227072 8923433 140732040778048 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 22450176 140732040784198 140732040784424 140732040784424 140732040789994 0
/proc/43845/statm: 1831692 1573122 2400 1147 0 1819119 0
Current children cumulated CPU time: 3510.38 s
Current children cumulated vsize: 7330960 KiB
Current children cumulated memory: 6295560 KiB

[startup+3582.3 s]
/proc/loadavg: 2.32 3.14 3.67 3/253 44235
/proc/meminfo: memFree=121235728/131250000 swapFree=33010684/33010684
[pid=43841] ppid=43838 vsize=4192 memory=3072 CPUtime=0.03 cores=0,2
/proc/43841/stat : 43841 (run-opt-ls.sh) S 43838 43841 42660 0 -1 4194304 238 8192 0 0 0 0 3 0 20 0 1 0 44452764 4292608 768 18446744073709551615 94600434245632 94600435140165 140725034888400 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94600435379216 94600435426960 94600442015744 140725034895719 140725034895845 140725034895845 140725034901447 0
/proc/43841/statm: 1048 768 704 219 0 110 0
[pid=43845] ppid=43841 vsize=7326768 memory=6292488 CPUtime=3570.18 cores=0,2
/proc/43845/stat : 43845 (roundingsat) R 43841 43841 42660 0 -1 4194304 1219997 0 0 0 353427 3591 0 0 20 0 1 0 44452769 7502610432 1573122 18446744073709551615 4227072 8923433 140732040778048 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 22450176 140732040784198 140732040784424 140732040784424 140732040789994 0
/proc/43845/statm: 1831692 1573122 2400 1147 0 1819119 0
Current children cumulated CPU time: 3570.21 s
Current children cumulated vsize: 7330960 KiB
Current children cumulated memory: 6295560 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.2 s]
/proc/loadavg: 2.19 3.03 3.61 3/253 44236
/proc/meminfo: memFree=121237268/131250000 swapFree=33010684/33010684
[pid=43841] ppid=43838 vsize=4192 memory=3072 CPUtime=0.03 cores=0,2
/proc/43841/stat : 43841 (run-opt-ls.sh) S 43838 43841 42660 0 -1 4194304 238 8192 0 0 0 0 3 0 20 0 1 0 44452764 4292608 768 18446744073709551615 94600434245632 94600435140165 140725034888400 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94600435379216 94600435426960 94600442015744 140725034895719 140725034895845 140725034895845 140725034901447 0
/proc/43841/statm: 1048 768 704 219 0 110 0
[pid=43845] ppid=43841 vsize=7326768 memory=6292488 CPUtime=3600 cores=0,2
/proc/43845/stat : 43845 (roundingsat) R 43841 43841 42660 0 -1 4194304 1220036 0 0 0 356394 3606 0 0 20 0 1 0 44452769 7502610432 1573122 18446744073709551615 4227072 8923433 140732040778048 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 22450176 140732040784198 140732040784424 140732040784424 140732040789994 0
/proc/43845/statm: 1831692 1573122 2400 1147 0 1819119 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 7330960 KiB
Current children cumulated memory: 6295560 KiB

Sending SIGTERM to process tree (bottom up)

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

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+3614.44 s]
# the end of solver process 43845 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

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

Solver just ended.
Dumping a history of the last processes samples

[startup+3612.8 s]
/proc/loadavg: 2.18 3.01 3.60 3/252 44236
/proc/meminfo: memFree=121237268/131250000 swapFree=33010684/33010684
[pid=43845] ppid=43838 vsize=7326768 memory=6292488 CPUtime=3600.6 cores=0,2
/proc/43845/stat : 43845 (roundingsat) R 43838 43841 42660 0 -1 4194304 1220036 0 0 0 356454 3606 0 0 20 0 1 0 44452769 7502610432 1573122 18446744073709551615 4227072 8923433 140732040778048 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 22450176 140732040784198 140732040784424 140732040784424 140732040789994 0
/proc/43845/statm: 1831692 1573122 2400 1147 0 1819119 0
Current cumulated CPU time of completed processes: 0.045914 s
Current children cumulated CPU time: 3600.6 s
Current children cumulated vsize: 7326768 KiB
Current children cumulated memory: 6292488 KiB

[startup+3613.6 s]
/proc/loadavg: 2.18 3.01 3.60 3/252 44236
/proc/meminfo: memFree=121237268/131250000 swapFree=33010684/33010684
[pid=43845] ppid=43838 vsize=7326768 memory=6292488 CPUtime=3601.4 cores=0,2
/proc/43845/stat : 43845 (roundingsat) R 43838 43841 42660 0 -1 4194304 1220036 0 0 0 356533 3607 0 0 20 0 1 0 44452769 7502610432 1573122 18446744073709551615 4227072 8923433 140732040778048 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 22450176 140732040784198 140732040784424 140732040784424 140732040789994 0
/proc/43845/statm: 1831692 1573122 2400 1147 0 1819119 0
Current cumulated CPU time of completed processes: 0.045914 s
Current children cumulated CPU time: 3601.4 s
Current children cumulated vsize: 7326768 KiB
Current children cumulated memory: 6292488 KiB

[startup+3614 s]*
/proc/loadavg: 2.18 3.01 3.60 3/252 44236
/proc/meminfo: memFree=121251860/131250000 swapFree=33010684/33010684
[pid=43845] ppid=43838 vsize=7326768 memory=6292488 CPUtime=3601.8 cores=0,2
/proc/43845/stat : 43845 (roundingsat) R 43838 43841 42660 0 -1 4194304 1220037 0 0 0 356573 3607 0 0 20 0 1 0 44452769 7502610432 1573122 18446744073709551615 4227072 8923433 140732040778048 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 22450176 140732040784198 140732040784424 140732040784424 140732040789994 0
/proc/43845/statm: 1831692 1573122 2400 1147 0 1819119 0
Current cumulated CPU time of completed processes: 0.045914 s
Current children cumulated CPU time: 3601.8 s
Current children cumulated vsize: 7326768 KiB
Current children cumulated memory: 6292488 KiB

[startup+3614.2 s]
/proc/loadavg: 2.18 3.01 3.60 3/252 44236
/proc/meminfo: memFree=121251860/131250000 swapFree=33010684/33010684
[pid=43845] ppid=43838 vsize=7326768 memory=6292488 CPUtime=3602 cores=0,2
/proc/43845/stat : 43845 (roundingsat) R 43838 43841 42660 0 -1 4194304 1220037 0 0 0 356593 3607 0 0 20 0 1 0 44452769 7502610432 1573122 18446744073709551615 4227072 8923433 140732040778048 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 22450176 140732040784198 140732040784424 140732040784424 140732040789994 0
/proc/43845/statm: 1831692 1573122 2400 1147 0 1819119 0
Current cumulated CPU time of completed processes: 0.045914 s
Current children cumulated CPU time: 3602 s
Current children cumulated vsize: 7326768 KiB
Current children cumulated memory: 6292488 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3614.44
CPU time (s): 3602.3
CPU user time (s): 3565.97
CPU system time (s): 36.3326
CPU usage (%): 99.664
Max. virtual memory (cumulated for all children) (KiB): 7330960
Max. memory (cumulated for all children) (KiB): 6295560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3565.97
system time used= 36.3326
maximum resident set size= 6292488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1228467
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 245
involuntary context switches= 22162


# summary of solver processes directly reported to runsolver:
#   pid: 43841,43845
#   total CPU time (s): 3602.3
#   total CPU user time (s): 3565.97
#   total CPU system time (s): 36.3326

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.67171 second user time and 16.0476 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-06-30 14:49:09
IDJOB=4484586
IDBENCH=146662
IDSOLVER=3355
FILE ID=nodeC018/4484586-1751287749
RUNJOBID= nodeC018-1751280113-42670
SLURM_JOB_ID= 9594225
Free space on /tmp= 433040 MiB

SOLVER NAME= roundingsat-ls+pbsuma 63f22ad
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/~walser/benchmarks/radar/normalized-30:70:4.5:0.95:98.opb
COMMAND LINE= run-opt-ls.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4484586-1751287749/watcher-4484586-1751287749 -o /tmp/evaluation-result-4484586-1751287749/solver-4484586-1751287749 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751280113-42670 --watchdog 3760  run-opt-ls.sh HOME/instance-4484586-1751287749.opb

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

MD5SUM BENCH= 3dc780a187102f53f7868f024506933f
RANDOM SEED=1322084978

nodeC018 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.828
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.66
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.827
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.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.211
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.66
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		: 3605.907
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.66
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.846
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.66
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.840
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.66
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		: 3700.000
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.66
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		: 3599.975
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.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        121317068 kB
MemAvailable:   122303636 kB
Buffers:            3280 kB
Cached:          1788148 kB
SwapCached:            0 kB
Active:          7750684 kB
Inactive:        1530980 kB
Active(anon):    7508312 kB
Inactive(anon):        0 kB
Active(file):     242372 kB
Inactive(file):  1530980 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7456 kB
Writeback:             0 kB
AnonPages:       7492776 kB
Mapped:           117248 kB
Shmem:             18076 kB
KReclaimable:     104508 kB
Slab:             191700 kB
SReclaimable:     104508 kB
SUnreclaim:        87192 kB
KernelStack:        4336 kB
PageTables:        19912 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    9284064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150664 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    811008 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433040 MiB
End job on nodeC018 at 2025-06-30 15:49:24