Trace number 4484312

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
roundingsat+pbsuma-opt 63f22adSAT (TO)42 3600.12 3609.56

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/~walser/
benchmarks/radar/normalized-30:30:4.5:0.95:98.opb
MD5SUM95d9c8e5d82ddbf9273186de2f795996
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 benchmark4
Best CPU time to get the best result obtained on this benchmark0.958494
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4624
Total number of constraints5263
Number of constraints which are clauses4404
Number of constraints which are cardinality constraints (but not clauses)859
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint22
Number of terms in the objective function 4624
Biggest coefficient in the objective function 2577
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 13335
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 2577
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 13335
Number of bits of the biggest sum of numbers14
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-4484312-1751284482.opb'
0.00/0.01	c 	read 0.25MB  (4.26ms)
0.00/0.01	c	 [cnf: #variables 4624 #clauses 5264 #duplicates 0 #arr 23913]
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.02	c	 [group: #orbits ~= 0] (6.15ms)
0.00/0.02	c 
0.00/0.02	c detect special group actions
0.00/0.02	c 	probe for Johnson action (limit=64)
0.00/0.02	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.02	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.02	c 	 (1.22ms)
0.00/0.02	c 
0.00/0.02	c detect symmetries on remainder
0.00/0.02	c 	[graph: #vertices 26703 #edges 81456]
0.00/0.02	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.02	c 	 [group: #symmetries 1.00*10^0 #generators 0] (1.56ms)
0.00/0.02	c 
0.00/0.02	c finalize break order and special generators
0.00/0.02	c 
0.00/0.02	c generation finished
0.00/0.02	c 	[sbp: #constraints 0 #add_vars 0]
0.00/0.02	c 
0.00/0.02	c write result to 'HOME/instance-4484312-1751284482.opb.pre'
0.00/0.02	c 	wrote 0.25MB (0.69ms)
0.00/0.02	c ------------------------------------------------------------------
0.00/0.02	c                   6.15ms 42.72% approx_orbits
0.00/0.02	c                   4.26ms 29.63% parse
0.00/0.02	c                   1.56ms 10.85% detect_generic
0.00/0.02	c                   1.22ms  8.50% detect_special
0.00/0.02	c                   0.69ms  4.82% output
0.00/0.02	c                   0.35ms  2.46% other
0.00/0.02	c                   0.15ms  1.02% finalize_order
0.00/0.02	c         ───────────────────────────────────────────────
0.00/0.02	c                  14.38ms   100% total
0.00/0.02	c ------------------------------------------------------------------
0.00/0.03	c RoundingSat 2
0.00/0.03	c branch pb25
0.00/0.03	c commit 63f22ad
0.00/0.06	c #variables 4624 #constraints 5263
0.00/0.06	c objective is ce32 
0.00/0.06	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.00/0.06	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.00/0.06	c bounds - >= -2577 @ 0.021811
0.18/0.25	c bounds 346 >= -2577 @ 0.209125
0.18/0.26	c bounds 346 >= -2566 @ 0.209626
0.18/0.26	c bounds 346 >= -2563 @ 0.210055
0.18/0.26	c bounds 346 >= -2552 @ 0.210912
0.18/0.26	c bounds 346 >= -2546 @ 0.211759
0.18/0.26	c bounds 346 >= -2539 @ 0.212619
0.18/0.26	c bounds 346 >= -2535 @ 0.213502
0.18/0.26	c bounds 346 >= -2528 @ 0.213716
0.18/0.26	c bounds 346 >= -2518 @ 0.213716
0.18/0.26	c bounds 346 >= -2515 @ 0.213716
0.18/0.26	c bounds 346 >= -2512 @ 0.214689
0.18/0.27	c bounds 346 >= -2509 @ 0.215942
0.18/0.27	c bounds 346 >= -2500 @ 0.217201
0.18/0.27	c bounds 346 >= -2497 @ 0.218503
0.37/0.43	c bounds 345 >= -2497 @ 0.374868
0.37/0.44	c bounds 345 >= -2494 @ 0.375386
0.37/0.44	c bounds 345 >= -2488 @ 0.376699
0.37/0.44	c bounds 345 >= -2485 @ 0.378115
0.37/0.44	c bounds 345 >= -2482 @ 0.378602
0.37/0.44	c bounds 345 >= -2479 @ 0.379288
0.37/0.44	c bounds 345 >= -2476 @ 0.379494
0.37/0.44	c bounds 345 >= -2473 @ 0.380278
0.37/0.45	c bounds 345 >= -2467 @ 0.381464
0.37/0.45	c bounds 345 >= -2464 @ 0.382962
0.37/0.45	c bounds 345 >= -2461 @ 0.384499
0.37/0.45	c bounds 345 >= -2455 @ 0.385264
0.37/0.45	c bounds 345 >= -2452 @ 0.38571
0.37/0.45	c bounds 345 >= -2449 @ 0.386349
0.37/0.46	c bounds 345 >= -2446 @ 0.387249
0.37/0.46	c bounds 345 >= -2443 @ 0.387568
0.37/0.46	c bounds 345 >= -2440 @ 0.38824
0.37/0.46	c bounds 345 >= -2437 @ 0.389234
0.37/0.46	c bounds 345 >= -2434 @ 0.389532
0.37/0.46	c bounds 345 >= -2431 @ 0.390225
0.37/0.46	c bounds 345 >= -2428 @ 0.39122
0.37/0.47	c bounds 345 >= -2425 @ 0.391532
0.37/0.47	c bounds 345 >= -2422 @ 0.392211
0.37/0.47	c bounds 345 >= -2419 @ 0.393206
0.37/0.47	c bounds 345 >= -2416 @ 0.393589
0.37/0.47	c bounds 345 >= -2413 @ 0.394432
0.37/0.48	c bounds 345 >= -2410 @ 0.395192
0.37/0.48	c bounds 345 >= -2407 @ 0.395192
0.37/0.48	c bounds 345 >= -2404 @ 0.395592
0.37/0.48	c bounds 345 >= -2401 @ 0.396423
0.37/0.48	c bounds 345 >= -2398 @ 0.39807
0.37/0.48	c bounds 345 >= -2395 @ 0.399168
0.37/0.49	c bounds 345 >= -2392 @ 0.400606
0.37/0.49	c bounds 345 >= -2389 @ 0.401552
0.37/0.49	c bounds 345 >= -2386 @ 0.402428
0.37/0.49	c bounds 345 >= -2383 @ 0.403255
0.37/0.49	c bounds 345 >= -2380 @ 0.404146
0.37/0.50	c bounds 345 >= -2377 @ 0.404146
0.37/0.50	c bounds 345 >= -2374 @ 0.405759
0.37/0.50	c bounds 345 >= -2371 @ 0.406719
0.37/0.50	c bounds 345 >= -2368 @ 0.407129
0.37/0.50	c bounds 345 >= -2365 @ 0.408802
0.37/0.51	c bounds 345 >= -2362 @ 0.409915
0.48/0.51	c bounds 345 >= -2359 @ 0.410063
0.48/0.51	c bounds 345 >= -2356 @ 0.412178
0.48/0.51	c bounds 345 >= -2353 @ 0.414478
0.48/0.51	c bounds 345 >= -2350 @ 0.415043
0.48/0.52	c bounds 345 >= -2347 @ 0.416386
0.48/0.52	c bounds 345 >= -2344 @ 0.419905
0.48/0.53	c bounds 345 >= -2341 @ 0.422211
0.48/0.54	c bounds 345 >= -2338 @ 0.428126
0.48/0.55	c bounds 345 >= -2335 @ 0.440497
0.48/0.56	c bounds 345 >= -2332 @ 0.44206
0.48/0.56	c bounds 176 >= -2332 @ 0.444748
0.48/0.56	c bounds 176 >= -2330 @ 0.446194
0.48/0.56	c bounds 176 >= -2328 @ 0.446925
0.48/0.57	c bounds 176 >= -2324 @ 0.448182
0.48/0.57	c bounds 176 >= -2322 @ 0.448918
0.48/0.57	c bounds 176 >= -2320 @ 0.449896
0.48/0.57	c bounds 176 >= -2316 @ 0.451408
0.48/0.57	c bounds 176 >= -2314 @ 0.452898
0.48/0.57	c bounds 176 >= -2312 @ 0.453406
0.48/0.57	c bounds 176 >= -2308 @ 0.454937
0.48/0.58	c bounds 176 >= -2306 @ 0.45651
0.48/0.58	c bounds 176 >= -2302 @ 0.457211
0.48/0.58	c bounds 176 >= -2300 @ 0.457891
0.48/0.58	c bounds 176 >= -2298 @ 0.458277
0.48/0.58	c bounds 176 >= -2294 @ 0.459862
0.48/0.58	c bounds 176 >= -2288 @ 0.460473
0.48/0.59	c bounds 176 >= -2286 @ 0.462087
0.48/0.59	c bounds 176 >= -2280 @ 0.462874
0.48/0.59	c bounds 176 >= -2278 @ 0.46333
0.48/0.59	c bounds 176 >= -2276 @ 0.463974
0.48/0.59	c bounds 176 >= -2270 @ 0.464865
0.48/0.59	c bounds 176 >= -2266 @ 0.465327
0.48/0.60	c bounds 176 >= -2264 @ 0.466115
0.48/0.60	c bounds 176 >= -2262 @ 0.466851
0.48/0.60	c bounds 176 >= -2260 @ 0.468301
0.48/0.60	c bounds 176 >= -2256 @ 0.46912
0.57/0.60	c bounds 176 >= -2252 @ 0.469841
0.57/0.60	c bounds 176 >= -2246 @ 0.469841
0.57/0.61	c bounds 176 >= -2244 @ 0.47015
0.57/0.61	c bounds 176 >= -2242 @ 0.470829
0.57/0.61	c bounds 176 >= -2238 @ 0.472366
0.57/0.61	c bounds 176 >= -2234 @ 0.473199
0.57/0.61	c bounds 176 >= -2230 @ 0.473818
0.57/0.61	c bounds 176 >= -2228 @ 0.474814
0.57/0.62	c bounds 176 >= -2226 @ 0.47521
0.57/0.62	c bounds 176 >= -2222 @ 0.476087
0.57/0.62	c bounds 176 >= -2216 @ 0.477702
0.57/0.62	c bounds 176 >= -2214 @ 0.479502
0.57/0.62	c bounds 176 >= -2208 @ 0.480794
0.57/0.62	c bounds 176 >= -2206 @ 0.481191
0.57/0.63	c bounds 176 >= -2204 @ 0.482867
0.57/0.63	c bounds 176 >= -2202 @ 0.483783
0.57/0.63	c bounds 176 >= -2200 @ 0.485415
0.57/0.63	c bounds 176 >= -2198 @ 0.486181
0.57/0.63	c bounds 176 >= -2196 @ 0.487955
0.57/0.64	c bounds 176 >= -2194 @ 0.488769
0.57/0.64	c bounds 176 >= -2192 @ 0.489766
0.57/0.64	c bounds 176 >= -2190 @ 0.491222
0.57/0.64	c bounds 176 >= -2188 @ 0.493011
0.57/0.64	c bounds 176 >= -2186 @ 0.494784
0.57/0.64	c bounds 176 >= -2184 @ 0.495751
0.57/0.65	c bounds 176 >= -2182 @ 0.495751
0.57/0.65	c bounds 176 >= -2180 @ 0.496147
0.57/0.65	c bounds 176 >= -2176 @ 0.497059
0.57/0.65	c bounds 176 >= -2174 @ 0.497739
0.57/0.65	c bounds 176 >= -2172 @ 0.498734
0.57/0.65	c bounds 176 >= -2168 @ 0.499211
0.57/0.66	c bounds 176 >= -2164 @ 0.500096
0.57/0.66	c bounds 176 >= -2162 @ 0.500829
0.57/0.66	c bounds 176 >= -2160 @ 0.501721
0.57/0.66	c bounds 176 >= -2158 @ 0.501721
0.57/0.66	c bounds 176 >= -2156 @ 0.503062
0.57/0.67	c bounds 176 >= -2154 @ 0.504057
0.57/0.67	c bounds 176 >= -2152 @ 0.50483
0.57/0.67	c bounds 176 >= -2150 @ 0.506534
0.57/0.67	c bounds 176 >= -2146 @ 0.508326
0.57/0.67	c bounds 176 >= -2144 @ 0.510123
0.57/0.67	c bounds 176 >= -2140 @ 0.5111
0.57/0.68	c bounds 176 >= -2138 @ 0.511792
0.57/0.68	c bounds 176 >= -2134 @ 0.513588
0.57/0.68	c bounds 176 >= -2128 @ 0.515376
0.57/0.68	c bounds 176 >= -2126 @ 0.515674
0.57/0.68	c bounds 176 >= -2124 @ 0.516088
0.57/0.69	c bounds 176 >= -2122 @ 0.517779
0.57/0.69	c bounds 176 >= -2118 @ 0.519597
0.66/0.71	c bounds 175 >= -2118 @ 0.534954
0.66/0.71	c bounds 175 >= -2114 @ 0.536056
0.66/0.71	c bounds 175 >= -2112 @ 0.536902
0.66/0.71	c bounds 175 >= -2110 @ 0.537598
0.66/0.71	c bounds 175 >= -2108 @ 0.538594
0.66/0.72	c bounds 175 >= -2106 @ 0.540547
0.66/0.72	c bounds 175 >= -2104 @ 0.541586
0.66/0.72	c bounds 175 >= -2102 @ 0.542126
0.66/0.72	c bounds 175 >= -2100 @ 0.542981
0.66/0.72	c bounds 175 >= -2096 @ 0.543699
0.66/0.72	c bounds 175 >= -2090 @ 0.545441
0.66/0.73	c bounds 175 >= -2084 @ 0.547214
0.66/0.73	c bounds 175 >= -2082 @ 0.548056
0.66/0.73	c bounds 175 >= -2080 @ 0.549781
0.66/0.73	c bounds 175 >= -2076 @ 0.551556
0.66/0.73	c bounds 175 >= -2072 @ 0.552552
0.66/0.74	c bounds 175 >= -2070 @ 0.553137
0.66/0.74	c bounds 175 >= -2068 @ 0.553954
0.66/0.74	c bounds 175 >= -2064 @ 0.555739
0.66/0.74	c bounds 175 >= -2062 @ 0.55654
0.66/0.74	c bounds 175 >= -2060 @ 0.557537
0.66/0.74	c bounds 175 >= -2058 @ 0.558083
0.66/0.75	c bounds 175 >= -2056 @ 0.558934
0.76/0.81	c bounds 174 >= -2056 @ 0.619891
0.76/0.81	c bounds 174 >= -2054 @ 0.62088
0.76/0.82	c bounds 174 >= -2052 @ 0.621795
0.76/0.82	c bounds 174 >= -2050 @ 0.623464
0.76/0.82	c bounds 174 >= -2048 @ 0.624371
0.76/0.82	c bounds 174 >= -2046 @ 0.625367
0.76/0.82	c bounds 174 >= -2040 @ 0.625367
0.76/0.82	c bounds 174 >= -2038 @ 0.625778
0.76/0.83	c bounds 174 >= -2036 @ 0.626733
0.76/0.83	c bounds 174 >= -2034 @ 0.627459
0.76/0.83	c bounds 174 >= -2030 @ 0.62835
0.76/0.83	c bounds 174 >= -2028 @ 0.629347
0.76/0.83	c bounds 174 >= -2022 @ 0.629874
0.76/0.84	c bounds 174 >= -2018 @ 0.630761
0.76/0.84	c bounds 174 >= -2016 @ 0.631445
0.76/0.84	c bounds 174 >= -2014 @ 0.632334
0.76/0.84	c bounds 174 >= -2010 @ 0.632334
0.76/0.84	c bounds 174 >= -2008 @ 0.632755
0.76/0.84	c bounds 174 >= -2006 @ 0.633672
0.76/0.85	c bounds 174 >= -2004 @ 0.634323
0.76/0.85	c bounds 174 >= -2002 @ 0.636099
0.76/0.85	c bounds 174 >= -2000 @ 0.637848
0.76/0.85	c bounds 174 >= -1998 @ 0.639642
0.76/0.85	c bounds 174 >= -1996 @ 0.64138
0.76/0.86	c bounds 174 >= -1994 @ 0.643121
0.76/0.86	c bounds 174 >= -1992 @ 0.643297
0.76/0.86	c bounds 174 >= -1990 @ 0.643715
0.76/0.86	c bounds 174 >= -1988 @ 0.644396
0.76/0.86	c bounds 174 >= -1986 @ 0.645289
0.76/0.86	c bounds 174 >= -1984 @ 0.645857
0.76/0.87	c bounds 174 >= -1982 @ 0.646706
0.76/0.87	c bounds 174 >= -1976 @ 0.647393
0.76/0.87	c bounds 174 >= -1974 @ 0.64917
0.76/0.87	c bounds 174 >= -1972 @ 0.650972
0.76/0.87	c bounds 174 >= -1970 @ 0.651716
0.76/0.87	c bounds 174 >= -1968 @ 0.653429
0.76/0.88	c bounds 174 >= -1966 @ 0.65515
0.76/0.88	c bounds 174 >= -1964 @ 0.656251
0.76/0.88	c bounds 174 >= -1962 @ 0.657583
0.76/0.88	c bounds 174 >= -1960 @ 0.658353
0.76/0.88	c bounds 174 >= -1958 @ 0.659245
0.76/0.88	c bounds 174 >= -1956 @ 0.660241
0.76/0.89	c bounds 174 >= -1954 @ 0.660661
0.76/0.89	c bounds 174 >= -1948 @ 0.661343
0.76/0.89	c bounds 174 >= -1946 @ 0.662234
0.76/0.89	c bounds 174 >= -1944 @ 0.663712
0.76/0.89	c bounds 174 >= -1940 @ 0.665442
0.76/0.90	c bounds 174 >= -1938 @ 0.666223
0.86/0.90	c bounds 174 >= -1934 @ 0.667328
0.86/0.90	c bounds 174 >= -1932 @ 0.668217
0.86/0.90	c bounds 174 >= -1930 @ 0.669607
0.86/0.90	c bounds 174 >= -1928 @ 0.671312
0.86/0.90	c bounds 174 >= -1926 @ 0.673013
0.86/0.91	c bounds 174 >= -1924 @ 0.673717
0.86/0.91	c bounds 174 >= -1920 @ 0.67542
0.86/0.91	c bounds 174 >= -1918 @ 0.677126
0.86/0.91	c bounds 174 >= -1916 @ 0.678832
0.86/0.91	c bounds 174 >= -1914 @ 0.679603
0.86/0.91	c bounds 174 >= -1912 @ 0.680298
0.86/0.92	c bounds 174 >= -1910 @ 0.681186
0.86/0.92	c bounds 174 >= -1908 @ 0.682692
0.86/0.92	c bounds 174 >= -1906 @ 0.683583
0.86/0.92	c bounds 174 >= -1902 @ 0.684178
0.86/0.92	c bounds 174 >= -1900 @ 0.685175
0.86/0.92	c bounds 174 >= -1898 @ 0.685706
0.86/0.93	c bounds 174 >= -1896 @ 0.686528
0.86/0.93	c bounds 174 >= -1894 @ 0.687165
0.86/0.93	c bounds 174 >= -1892 @ 0.687165
0.86/0.93	c bounds 174 >= -1890 @ 0.687589
0.86/0.93	c bounds 174 >= -1888 @ 0.688158
0.97/1.04	c bounds 173 >= -1888 @ 0.792834
0.97/1.05	c bounds 173 >= -1886 @ 0.794017
0.97/1.05	c bounds 173 >= -1884 @ 0.795738
0.97/1.05	c bounds 173 >= -1882 @ 0.795907
0.97/1.05	c bounds 173 >= -1880 @ 0.797265
0.97/1.05	c bounds 173 >= -1878 @ 0.798204
0.97/1.05	c bounds 173 >= -1876 @ 0.799761
0.97/1.06	c bounds 173 >= -1874 @ 0.79989
0.97/1.06	c bounds 173 >= -1872 @ 0.800295
0.97/1.06	c bounds 173 >= -1870 @ 0.801216
0.97/1.06	c bounds 173 >= -1868 @ 0.802758
0.97/1.06	c bounds 173 >= -1866 @ 0.804475
0.97/1.06	c bounds 173 >= -1864 @ 0.805281
0.97/1.07	c bounds 173 >= -1862 @ 0.805981
0.97/1.07	c bounds 173 >= -1860 @ 0.806867
0.97/1.07	c bounds 173 >= -1858 @ 0.807453
0.97/1.07	c bounds 173 >= -1856 @ 0.808283
0.97/1.07	c bounds 173 >= -1854 @ 0.808859
0.97/1.08	c bounds 173 >= -1852 @ 0.809856
0.97/1.08	c bounds 173 >= -1850 @ 0.811193
0.97/1.08	c bounds 173 >= -1848 @ 0.811959
0.97/1.08	c bounds 173 >= -1846 @ 0.813614
0.97/1.08	c bounds 173 >= -1844 @ 0.814394
0.97/1.08	c bounds 173 >= -1842 @ 0.816026
0.97/1.09	c bounds 173 >= -1840 @ 0.816835
0.97/1.09	c bounds 173 >= -1838 @ 0.818471
0.97/1.09	c bounds 173 >= -1836 @ 0.81925
0.97/1.09	c bounds 173 >= -1834 @ 0.820212
0.97/1.09	c bounds 173 >= -1832 @ 0.820935
0.97/1.09	c bounds 173 >= -1830 @ 0.821822
0.97/1.10	c bounds 173 >= -1828 @ 0.822518
0.97/1.10	c bounds 173 >= -1826 @ 0.824347
0.97/1.10	c bounds 173 >= -1824 @ 0.825251
1.07/1.10	c bounds 173 >= -1822 @ 0.826235
1.07/1.10	c bounds 173 >= -1820 @ 0.828047
1.07/1.11	c bounds 173 >= -1818 @ 0.829137
1.07/1.11	c bounds 173 >= -1816 @ 0.830861
1.07/1.11	c bounds 173 >= -1814 @ 0.831915
1.07/1.11	c bounds 173 >= -1812 @ 0.832907
1.07/1.11	c bounds 173 >= -1810 @ 0.833903
1.07/1.12	c bounds 173 >= -1808 @ 0.834891
1.07/1.12	c bounds 173 >= -1806 @ 0.836905
1.07/1.12	c bounds 173 >= -1804 @ 0.83813
1.07/1.12	c bounds 173 >= -1802 @ 0.83996
1.07/1.12	c bounds 173 >= -1800 @ 0.841142
1.07/1.13	c bounds 173 >= -1798 @ 0.842151
1.07/1.13	c bounds 173 >= -1796 @ 0.843125
1.07/1.13	c bounds 173 >= -1794 @ 0.844163
1.07/1.13	c bounds 173 >= -1792 @ 0.845193
1.07/1.13	c bounds 173 >= -1790 @ 0.847045
1.07/1.14	c bounds 173 >= -1788 @ 0.848173
1.07/1.14	c bounds 173 >= -1786 @ 0.849997
1.07/1.14	c bounds 173 >= -1784 @ 0.851178
1.07/1.14	c bounds 173 >= -1782 @ 0.852959
1.07/1.14	c bounds 173 >= -1780 @ 0.854863
1.07/1.15	c bounds 173 >= -1778 @ 0.85584
1.07/1.15	c bounds 173 >= -1776 @ 0.857702
1.07/1.15	c bounds 173 >= -1774 @ 0.859615
1.07/1.15	c bounds 173 >= -1772 @ 0.859721
1.07/1.15	c bounds 173 >= -1770 @ 0.859721
1.36/1.41	c #Conflicts:       1000 | #Constraints:       7504
1.36/1.41	c bounds 172 >= -1770 @ 1.10396
1.36/1.42	c bounds 172 >= -1768 @ 1.1056
1.36/1.42	c bounds 172 >= -1766 @ 1.10779
1.36/1.42	c bounds 172 >= -1764 @ 1.11039
1.36/1.42	c bounds 172 >= -1762 @ 1.11193
1.36/1.43	c bounds 172 >= -1760 @ 1.11354
1.36/1.43	c bounds 172 >= -1758 @ 1.11474
1.36/1.44	c bounds 172 >= -1756 @ 1.12377
1.36/1.45	c bounds 172 >= -1754 @ 1.13255
1.36/1.45	c bounds 172 >= -1752 @ 1.13565
1.36/1.47	c bounds 172 >= -1750 @ 1.15274
1.46/1.54	c bounds 172 >= -1748 @ 1.21901
1.66/1.70	c #Conflicts:       2000 | #Constraints:       8661
1.66/1.70	c INPROCESSING
1.66/1.70	c GARBAGE COLLECT
1.66/1.70	c rational objective 4
1.66/1.77	c bounds 171 >= -1748 @ 1.43441
1.86/1.92	c bounds 170 >= -1748 @ 1.5782
1.86/1.92	c bounds 170 >= -1746 @ 1.57944
1.86/1.92	c bounds 170 >= -1744 @ 1.58151
2.07/2.13	c bounds 170 >= -1742 @ 1.77714
2.07/2.14	c bounds 170 >= -1740 @ 1.77793
2.07/2.14	c bounds 170 >= -1738 @ 1.78026
2.07/2.14	c bounds 170 >= -1736 @ 1.78048
2.07/2.14	c bounds 170 >= -1734 @ 1.78313
2.07/2.15	c bounds 170 >= -1732 @ 1.78739
2.07/2.15	c bounds 170 >= -1730 @ 1.78861
2.07/2.15	c bounds 170 >= -1728 @ 1.79157
2.07/2.16	c bounds 170 >= -1726 @ 1.79746
2.07/2.16	c bounds 170 >= -1724 @ 1.79944
2.07/2.17	c bounds 170 >= -1722 @ 1.80107
2.07/2.17	c bounds 170 >= -1720 @ 1.80225
2.07/2.17	c bounds 170 >= -1718 @ 1.80336
2.07/2.19	c bounds 170 >= -1716 @ 1.81844
2.66/2.73	c #Conflicts:       3000 | #Constraints:       8474
2.66/2.73	c bounds 169 >= -1716 @ 2.33821
2.66/2.73	c bounds 169 >= -1714 @ 2.34004
2.66/2.74	c bounds 169 >= -1712 @ 2.34132
2.66/2.74	c bounds 169 >= -1710 @ 2.35008
2.66/2.77	c bounds 169 >= -1708 @ 2.37011
2.75/2.82	c bounds 169 >= -1706 @ 2.41654
2.75/2.85	c #Conflicts:       4000 | #Constraints:       9607
2.75/2.85	c bounds 169 >= -1704 @ 2.44642
3.26/3.33	c INPROCESSING
3.26/3.33	c GARBAGE COLLECT
3.26/3.33	c bounds 169 >= -1702 @ 2.898
3.26/3.33	c bounds 169 >= -1700 @ 2.89931
3.26/3.33	c bounds 169 >= -1698 @ 2.90019
3.26/3.34	c bounds 169 >= -1696 @ 2.90182
3.26/3.34	c bounds 169 >= -1694 @ 2.90281
3.26/3.35	c bounds 169 >= -1692 @ 2.91774
3.26/3.37	c bounds 169 >= -1690 @ 2.93096
3.26/3.38	c bounds 169 >= -1688 @ 2.93669
3.26/3.38	c bounds 169 >= -1686 @ 2.94073
3.26/3.39	c #Conflicts:       5000 | #Constraints:       9032
3.26/3.39	c bounds 169 >= -1684 @ 2.94816
5.65/5.73	c #Conflicts:       6000 | #Constraints:      10059
5.65/5.73	c INPROCESSING
5.65/5.73	c GARBAGE COLLECT
5.65/5.73	c #Conflicts:       7000 | #Constraints:       8988
5.65/5.73	c #Conflicts:       8000 | #Constraints:       9988
5.65/5.73	c bounds 168 >= -1684 @ 5.22135
5.65/5.73	c bounds 168 >= -1681 @ 5.22249
5.65/5.73	c bounds 168 >= -1680 @ 5.2233
5.65/5.73	c bounds 168 >= -1679 @ 5.22456
5.65/5.73	c bounds 168 >= -1676 @ 5.22576
5.65/5.73	c bounds 168 >= -1673 @ 5.22698
5.65/5.73	c bounds 168 >= -1670 @ 5.22823
5.65/5.73	c bounds 168 >= -1669 @ 5.22947
5.65/5.74	c bounds 168 >= -1666 @ 5.22986
5.65/5.74	c bounds 168 >= -1663 @ 5.23107
5.65/5.74	c bounds 168 >= -1661 @ 5.23229
5.65/5.74	c bounds 168 >= -1658 @ 5.23286
5.65/5.74	c bounds 168 >= -1655 @ 5.23386
5.65/5.74	c bounds 168 >= -1653 @ 5.23519
5.65/5.74	c bounds 168 >= -1650 @ 5.23653
5.65/5.74	c bounds 168 >= -1649 @ 5.23718
5.65/5.75	c bounds 168 >= -1647 @ 5.23875
5.65/5.75	c bounds 168 >= -1646 @ 5.24035
5.65/5.75	c bounds 168 >= -1645 @ 5.24107
5.65/5.75	c bounds 168 >= -1644 @ 5.24183
5.65/5.75	c bounds 168 >= -1641 @ 5.24341
5.65/5.75	c bounds 168 >= -1639 @ 5.24414
5.65/5.76	c bounds 168 >= -1636 @ 5.24482
5.65/5.76	c bounds 168 >= -1635 @ 5.24636
5.65/5.76	c bounds 168 >= -1634 @ 5.24712
5.65/5.76	c bounds 168 >= -1633 @ 5.24781
5.65/5.76	c bounds 168 >= -1630 @ 5.24881
5.65/5.76	c bounds 168 >= -1629 @ 5.24912
5.65/5.77	c bounds 168 >= -1628 @ 5.24981
5.65/5.77	c bounds 168 >= -1627 @ 5.25145
5.65/5.77	c bounds 168 >= -1626 @ 5.25219
5.65/5.77	c bounds 168 >= -1625 @ 5.2528
5.65/5.77	c bounds 168 >= -1624 @ 5.25453
5.65/5.77	c bounds 168 >= -1621 @ 5.25524
5.65/5.78	c bounds 168 >= -1620 @ 5.25701
5.65/5.78	c bounds 168 >= -1619 @ 5.25779
5.65/5.78	c bounds 168 >= -1616 @ 5.25949
5.65/5.78	c bounds 168 >= -1615 @ 5.2602
5.65/5.78	c bounds 168 >= -1614 @ 5.26195
5.65/5.79	c bounds 168 >= -1613 @ 5.26277
5.65/5.79	c bounds 168 >= -1612 @ 5.26437
5.65/5.79	c bounds 168 >= -1610 @ 5.26532
5.65/5.79	c bounds 168 >= -1609 @ 5.26618
5.65/5.79	c bounds 168 >= -1608 @ 5.26687
5.65/5.79	c bounds 168 >= -1606 @ 5.26857
5.75/5.80	c bounds 168 >= -1603 @ 5.27025
5.75/5.80	c bounds 168 >= -1602 @ 5.27194
5.75/5.80	c bounds 168 >= -1601 @ 5.27371
5.75/5.80	c bounds 168 >= -1600 @ 5.27475
5.75/5.80	c bounds 168 >= -1599 @ 5.27517
5.75/5.80	c bounds 168 >= -1598 @ 5.27685
5.75/5.81	c bounds 168 >= -1597 @ 5.27859
5.75/5.81	c bounds 168 >= -1596 @ 5.27987
5.75/5.81	c bounds 168 >= -1595 @ 5.28073
5.75/5.81	c bounds 168 >= -1594 @ 5.28195
5.75/5.81	c bounds 168 >= -1593 @ 5.28271
5.75/5.81	c bounds 168 >= -1592 @ 5.28418
5.75/5.82	c bounds 168 >= -1591 @ 5.28598
5.75/5.82	c bounds 168 >= -1590 @ 5.28767
5.75/5.82	c bounds 168 >= -1588 @ 5.2887
5.75/5.82	c bounds 168 >= -1587 @ 5.28925
5.75/5.82	c bounds 168 >= -1585 @ 5.28997
5.75/5.82	c bounds 168 >= -1584 @ 5.29199
5.75/5.83	c bounds 168 >= -1582 @ 5.294
5.75/5.83	c bounds 168 >= -1579 @ 5.29575
5.75/5.83	c bounds 168 >= -1577 @ 5.29747
5.75/5.83	c bounds 168 >= -1575 @ 5.29838
5.75/5.83	c bounds 168 >= -1574 @ 5.30012
5.75/5.84	c bounds 168 >= -1572 @ 5.30097
5.75/5.84	c bounds 168 >= -1571 @ 5.30266
5.75/5.84	c bounds 168 >= -1570 @ 5.30266
5.75/5.84	c bounds 168 >= -1567 @ 5.30432
5.75/5.84	c bounds 168 >= -1566 @ 5.30522
5.75/5.84	c bounds 168 >= -1565 @ 5.30607
5.75/5.85	c bounds 168 >= -1562 @ 5.30695
5.75/5.85	c bounds 168 >= -1561 @ 5.30775
5.75/5.85	c bounds 168 >= -1560 @ 5.30864
5.75/5.85	c bounds 168 >= -1558 @ 5.31044
5.75/5.85	c bounds 168 >= -1556 @ 5.31164
5.75/5.86	c bounds 168 >= -1555 @ 5.31324
5.75/5.86	c bounds 168 >= -1554 @ 5.31493
5.75/5.86	c bounds 168 >= -1552 @ 5.31582
5.75/5.86	c bounds 168 >= -1551 @ 5.31662
5.75/5.86	c bounds 168 >= -1550 @ 5.31762
5.75/5.87	c bounds 168 >= -1547 @ 5.31938
5.75/5.87	c bounds 168 >= -1546 @ 5.31961
5.75/5.87	c bounds 168 >= -1545 @ 5.32109
5.75/5.87	c bounds 168 >= -1544 @ 5.32213
5.75/5.87	c bounds 168 >= -1541 @ 5.32311
5.75/5.88	c bounds 168 >= -1540 @ 5.32498
5.75/5.88	c bounds 168 >= -1538 @ 5.32611
5.75/5.88	c bounds 168 >= -1537 @ 5.32701
5.75/5.88	c bounds 168 >= -1536 @ 5.32886
5.75/5.88	c bounds 168 >= -1535 @ 5.33091
5.75/5.89	c bounds 168 >= -1534 @ 5.33233
5.75/5.89	c bounds 168 >= -1532 @ 5.33441
5.75/5.89	c bounds 168 >= -1531 @ 5.33633
5.75/5.89	c bounds 168 >= -1530 @ 5.33657
5.75/5.89	c bounds 168 >= -1529 @ 5.33714
5.75/5.89	c bounds 168 >= -1528 @ 5.33812
5.84/5.90	c bounds 168 >= -1527 @ 5.33994
5.84/5.90	c bounds 168 >= -1526 @ 5.34091
5.84/5.90	c bounds 168 >= -1523 @ 5.34186
5.84/5.90	c bounds 168 >= -1520 @ 5.34266
5.84/5.90	c bounds 168 >= -1519 @ 5.34366
5.84/5.91	c bounds 168 >= -1518 @ 5.34455
5.84/5.91	c bounds 168 >= -1517 @ 5.34554
5.84/5.91	c bounds 168 >= -1516 @ 5.34658
5.84/5.91	c bounds 168 >= -1515 @ 5.34754
5.84/5.91	c bounds 168 >= -1514 @ 5.34854
5.84/5.92	c bounds 168 >= -1513 @ 5.35028
5.84/5.92	c bounds 168 >= -1512 @ 5.35133
5.84/5.92	c bounds 168 >= -1510 @ 5.3522
5.84/5.92	c bounds 168 >= -1508 @ 5.35408
5.84/5.92	c bounds 168 >= -1505 @ 5.35598
5.84/5.92	c bounds 168 >= -1504 @ 5.35694
5.84/5.93	c bounds 168 >= -1503 @ 5.35879
5.84/5.93	c bounds 168 >= -1502 @ 5.35975
5.84/5.93	c bounds 168 >= -1500 @ 5.36153
5.84/5.93	c bounds 168 >= -1499 @ 5.3634
5.84/5.93	c bounds 168 >= -1498 @ 5.36524
5.84/5.94	c bounds 168 >= -1496 @ 5.36617
5.84/5.94	c bounds 168 >= -1495 @ 5.36738
5.84/5.94	c bounds 168 >= -1494 @ 5.36948
5.84/5.94	c bounds 168 >= -1493 @ 5.37131
5.84/5.94	c bounds 168 >= -1492 @ 5.37248
5.84/5.95	c bounds 168 >= -1491 @ 5.37447
5.84/5.95	c bounds 168 >= -1490 @ 5.37642
5.84/5.95	c bounds 168 >= -1489 @ 5.37747
5.84/5.95	c bounds 168 >= -1488 @ 5.37881
5.84/5.95	c bounds 168 >= -1485 @ 5.38067
5.84/5.96	c bounds 168 >= -1484 @ 5.38165
5.84/5.96	c bounds 168 >= -1483 @ 5.38342
5.84/5.96	c bounds 168 >= -1480 @ 5.38443
5.84/5.96	c bounds 168 >= -1479 @ 5.38633
5.84/5.96	c bounds 168 >= -1478 @ 5.38785
5.84/5.97	c bounds 168 >= -1476 @ 5.38964
5.84/5.97	c bounds 168 >= -1475 @ 5.39052
5.84/5.97	c bounds 168 >= -1473 @ 5.39238
5.84/5.97	c bounds 168 >= -1470 @ 5.39341
5.84/5.97	c bounds 168 >= -1469 @ 5.39524
5.84/5.98	c bounds 168 >= -1468 @ 5.39713
5.84/5.98	c bounds 168 >= -1467 @ 5.3974
5.84/5.98	c bounds 168 >= -1466 @ 5.39916
5.84/5.98	c bounds 168 >= -1465 @ 5.3994
5.84/5.98	c bounds 168 >= -1463 @ 5.4
5.84/5.98	c bounds 168 >= -1460 @ 5.40188
5.84/5.99	c bounds 168 >= -1457 @ 5.40288
5.84/5.99	c bounds 168 >= -1456 @ 5.40474
5.84/5.99	c bounds 168 >= -1455 @ 5.40625
5.84/5.99	c bounds 168 >= -1452 @ 5.40738
5.84/5.99	c bounds 168 >= -1449 @ 5.40904
5.84/6.00	c bounds 168 >= -1448 @ 5.40998
5.84/6.00	c bounds 168 >= -1447 @ 5.41127
5.84/6.00	c bounds 168 >= -1446 @ 5.41316
5.84/6.00	c bounds 168 >= -1445 @ 5.4145
5.95/6.00	c bounds 168 >= -1442 @ 5.41648
5.95/6.00	c bounds 168 >= -1441 @ 5.41762
5.95/6.01	c bounds 168 >= -1440 @ 5.41829
5.95/6.01	c bounds 168 >= -1439 @ 5.41913
5.95/6.01	c bounds 168 >= -1438 @ 5.42116
5.95/6.01	c bounds 168 >= -1436 @ 5.42304
5.95/6.01	c bounds 168 >= -1435 @ 5.42327
5.95/6.02	c bounds 168 >= -1434 @ 5.42406
5.95/6.02	c bounds 168 >= -1433 @ 5.42601
5.95/6.02	c bounds 168 >= -1432 @ 5.42695
5.95/6.02	c bounds 168 >= -1431 @ 5.42882
5.95/6.02	c bounds 168 >= -1430 @ 5.42988
5.95/6.02	c bounds 168 >= -1428 @ 5.43179
5.95/6.03	c bounds 168 >= -1427 @ 5.43372
5.95/6.03	c bounds 168 >= -1425 @ 5.4357
5.95/6.03	c bounds 168 >= -1424 @ 5.43666
5.95/6.03	c bounds 168 >= -1423 @ 5.43767
5.95/6.03	c bounds 168 >= -1421 @ 5.4386
5.95/6.04	c bounds 168 >= -1420 @ 5.4396
5.95/6.04	c bounds 168 >= -1418 @ 5.44055
5.95/6.04	c bounds 168 >= -1417 @ 5.44157
5.95/6.04	c bounds 168 >= -1416 @ 5.44355
5.95/6.04	c bounds 168 >= -1414 @ 5.44461
5.95/6.05	c bounds 168 >= -1413 @ 5.44647
5.95/6.05	c bounds 168 >= -1411 @ 5.44817
5.95/6.05	c bounds 168 >= -1410 @ 5.44921
5.95/6.05	c bounds 168 >= -1409 @ 5.4502
5.95/6.06	c bounds 168 >= -1407 @ 5.45216
5.95/6.06	c bounds 168 >= -1406 @ 5.45406
5.95/6.06	c bounds 168 >= -1405 @ 5.45519
5.95/6.06	c bounds 168 >= -1404 @ 5.45722
5.95/6.06	c bounds 168 >= -1402 @ 5.45937
5.95/6.07	c bounds 168 >= -1401 @ 5.46046
5.95/6.07	c bounds 168 >= -1400 @ 5.46147
5.95/6.07	c bounds 168 >= -1397 @ 5.46341
5.95/6.07	c bounds 168 >= -1394 @ 5.46484
5.95/6.07	c bounds 168 >= -1393 @ 5.46578
5.95/6.08	c bounds 168 >= -1390 @ 5.4677
5.95/6.08	c bounds 168 >= -1389 @ 5.46966
5.95/6.08	c bounds 168 >= -1388 @ 5.47079
5.95/6.08	c bounds 168 >= -1387 @ 5.47249
5.95/6.08	c bounds 168 >= -1386 @ 5.47346
5.95/6.09	c bounds 168 >= -1383 @ 5.47529
5.95/6.09	c bounds 168 >= -1382 @ 5.47635
5.95/6.09	c bounds 168 >= -1381 @ 5.47826
5.95/6.09	c bounds 168 >= -1380 @ 5.47951
5.95/6.09	c bounds 168 >= -1379 @ 5.48093
5.95/6.10	c bounds 168 >= -1376 @ 5.48112
5.95/6.10	c bounds 168 >= -1373 @ 5.48212
5.95/6.10	c bounds 168 >= -1370 @ 5.48312
6.05/6.10	c bounds 168 >= -1367 @ 5.48486
6.05/6.10	c bounds 168 >= -1364 @ 5.48511
6.05/6.11	c bounds 168 >= -1362 @ 5.48576
6.05/6.11	c bounds 168 >= -1359 @ 5.48776
6.05/6.11	c bounds 168 >= -1356 @ 5.4897
6.05/6.11	c bounds 168 >= -1355 @ 5.49072
6.05/6.11	c bounds 168 >= -1352 @ 5.49266
6.05/6.12	c bounds 168 >= -1351 @ 5.49365
6.05/6.12	c bounds 168 >= -1350 @ 5.49466
6.05/6.12	c bounds 168 >= -1349 @ 5.49567
6.05/6.12	c bounds 168 >= -1346 @ 5.49759
6.05/6.12	c bounds 168 >= -1345 @ 5.49954
6.05/6.13	c bounds 168 >= -1344 @ 5.50049
6.05/6.13	c bounds 168 >= -1342 @ 5.50248
6.05/6.13	c bounds 168 >= -1341 @ 5.50349
6.05/6.13	c bounds 168 >= -1340 @ 5.50459
6.05/6.13	c bounds 168 >= -1338 @ 5.50558
6.05/6.14	c bounds 168 >= -1337 @ 5.50663
6.05/6.14	c bounds 168 >= -1335 @ 5.50761
6.05/6.14	c bounds 168 >= -1334 @ 5.50864
6.05/6.14	c bounds 168 >= -1333 @ 5.50962
6.05/6.14	c bounds 168 >= -1332 @ 5.51069
6.05/6.15	c bounds 168 >= -1331 @ 5.51169
6.05/6.15	c bounds 168 >= -1330 @ 5.51272
6.05/6.15	c bounds 168 >= -1329 @ 5.51374
6.05/6.15	c bounds 168 >= -1326 @ 5.51404
6.05/6.15	c bounds 168 >= -1325 @ 5.51478
6.05/6.16	c bounds 168 >= -1324 @ 5.51583
6.05/6.16	c bounds 168 >= -1322 @ 5.51603
6.05/6.16	c bounds 168 >= -1321 @ 5.518
6.05/6.16	c bounds 168 >= -1319 @ 5.52002
6.05/6.16	c bounds 168 >= -1316 @ 5.52097
6.05/6.17	c bounds 168 >= -1315 @ 5.52306
6.05/6.17	c bounds 168 >= -1314 @ 5.52503
6.05/6.17	c bounds 168 >= -1312 @ 5.527
6.05/6.17	c bounds 168 >= -1311 @ 5.52893
6.05/6.17	c bounds 168 >= -1310 @ 5.53088
6.05/6.18	c bounds 168 >= -1309 @ 5.53286
6.05/6.18	c bounds 168 >= -1308 @ 5.53398
6.05/6.18	c bounds 168 >= -1307 @ 5.53508
6.05/6.18	c bounds 168 >= -1306 @ 5.53608
6.05/6.19	c bounds 168 >= -1305 @ 5.53697
6.05/6.19	c bounds 168 >= -1304 @ 5.53846
6.05/6.19	c bounds 168 >= -1303 @ 5.5404
6.05/6.19	c bounds 168 >= -1300 @ 5.54141
6.05/6.19	c bounds 168 >= -1297 @ 5.54238
6.05/6.19	c bounds 168 >= -1296 @ 5.54338
6.15/6.20	c bounds 168 >= -1295 @ 5.54434
6.15/6.20	c bounds 168 >= -1294 @ 5.54537
6.15/6.20	c bounds 168 >= -1293 @ 5.5463
6.15/6.20	c bounds 168 >= -1292 @ 5.54731
6.15/6.20	c bounds 168 >= -1291 @ 5.54925
6.15/6.21	c bounds 168 >= -1290 @ 5.55027
6.15/6.21	c bounds 168 >= -1289 @ 5.55235
6.15/6.21	c bounds 168 >= -1288 @ 5.55445
6.15/6.21	c bounds 168 >= -1287 @ 5.55538
6.15/6.21	c bounds 168 >= -1286 @ 5.55656
6.15/6.22	c bounds 168 >= -1285 @ 5.5584
6.15/6.22	c bounds 168 >= -1284 @ 5.55943
6.15/6.22	c bounds 168 >= -1281 @ 5.56133
6.15/6.22	c bounds 168 >= -1279 @ 5.56234
6.15/6.22	c bounds 168 >= -1276 @ 5.5633
6.15/6.23	c bounds 168 >= -1275 @ 5.56514
6.15/6.23	c bounds 168 >= -1274 @ 5.56703
6.15/6.23	c bounds 168 >= -1273 @ 5.5688
6.15/6.23	c bounds 168 >= -1272 @ 5.56925
6.15/6.23	c bounds 168 >= -1271 @ 5.57025
6.15/6.23	c bounds 168 >= -1269 @ 5.57117
6.15/6.24	c bounds 168 >= -1266 @ 5.5721
6.15/6.24	c bounds 168 >= -1265 @ 5.57393
6.15/6.24	c bounds 168 >= -1264 @ 5.57498
6.15/6.24	c bounds 168 >= -1263 @ 5.57587
6.15/6.24	c bounds 168 >= -1262 @ 5.57687
6.15/6.25	c bounds 168 >= -1261 @ 5.57787
6.15/6.25	c bounds 168 >= -1260 @ 5.57882
6.15/6.25	c bounds 168 >= -1259 @ 5.58075
6.15/6.25	c bounds 168 >= -1257 @ 5.58186
6.15/6.25	c bounds 168 >= -1256 @ 5.58186
6.15/6.26	c bounds 168 >= -1254 @ 5.58251
6.15/6.26	c bounds 168 >= -1251 @ 5.58339
6.15/6.26	c bounds 168 >= -1250 @ 5.58428
6.15/6.26	c bounds 168 >= -1249 @ 5.58614
6.15/6.26	c bounds 168 >= -1248 @ 5.588
6.15/6.27	c bounds 168 >= -1247 @ 5.58884
6.15/6.27	c bounds 168 >= -1246 @ 5.58943
6.15/6.27	c bounds 168 >= -1245 @ 5.5913
6.15/6.27	c bounds 168 >= -1244 @ 5.59227
6.15/6.27	c bounds 168 >= -1242 @ 5.59325
6.15/6.27	c bounds 168 >= -1241 @ 5.59424
6.15/6.28	c bounds 168 >= -1240 @ 5.59523
6.15/6.28	c bounds 168 >= -1239 @ 5.59616
6.15/6.28	c bounds 168 >= -1238 @ 5.59712
6.15/6.28	c bounds 168 >= -1237 @ 5.59907
6.15/6.28	c bounds 168 >= -1236 @ 5.60011
6.15/6.29	c bounds 168 >= -1235 @ 5.60199
6.15/6.29	c bounds 168 >= -1234 @ 5.6029
6.15/6.29	c bounds 168 >= -1233 @ 5.60481
6.15/6.29	c bounds 168 >= -1232 @ 5.60635
6.15/6.29	c bounds 168 >= -1231 @ 5.60713
6.25/6.30	c bounds 168 >= -1230 @ 5.60892
6.25/6.30	c bounds 168 >= -1229 @ 5.61088
6.25/6.30	c bounds 168 >= -1228 @ 5.61271
6.25/6.30	c bounds 168 >= -1227 @ 5.61374
6.25/6.30	c bounds 168 >= -1226 @ 5.61474
6.25/6.31	c bounds 168 >= -1225 @ 5.61574
6.25/6.31	c bounds 168 >= -1224 @ 5.61643
6.25/6.31	c bounds 168 >= -1223 @ 5.61738
6.25/6.31	c bounds 168 >= -1221 @ 5.61931
6.25/6.31	c bounds 168 >= -1219 @ 5.62126
6.25/6.31	c bounds 168 >= -1217 @ 5.62317
6.25/6.32	c bounds 168 >= -1214 @ 5.62508
6.25/6.32	c bounds 168 >= -1213 @ 5.62698
6.25/6.32	c bounds 168 >= -1212 @ 5.62882
6.25/6.32	c bounds 168 >= -1209 @ 5.6298
6.25/6.32	c bounds 168 >= -1208 @ 5.63169
6.25/6.33	c bounds 168 >= -1207 @ 5.63279
6.25/6.33	c bounds 168 >= -1206 @ 5.63369
6.25/6.33	c bounds 168 >= -1205 @ 5.63519
6.25/6.33	c bounds 168 >= -1203 @ 5.63627
6.25/6.33	c bounds 168 >= -1202 @ 5.63724
6.25/6.34	c bounds 168 >= -1201 @ 5.63912
6.25/6.34	c bounds 168 >= -1200 @ 5.64006
6.25/6.34	c bounds 168 >= -1197 @ 5.64098
6.25/6.34	c bounds 168 >= -1196 @ 5.64275
6.25/6.34	c bounds 168 >= -1195 @ 5.64366
6.25/6.35	c bounds 168 >= -1194 @ 5.64466
6.25/6.35	c bounds 168 >= -1193 @ 5.64531
6.25/6.35	c bounds 168 >= -1192 @ 5.6462
6.25/6.35	c bounds 168 >= -1191 @ 5.64701
6.25/6.35	c bounds 168 >= -1189 @ 5.64873
6.25/6.35	c bounds 168 >= -1187 @ 5.64965
6.25/6.36	c bounds 168 >= -1184 @ 5.64965
6.25/6.36	c bounds 168 >= -1182 @ 5.65025
6.25/6.36	c bounds 168 >= -1181 @ 5.65202
6.25/6.36	c bounds 168 >= -1179 @ 5.65382
6.25/6.36	c bounds 168 >= -1178 @ 5.65474
6.25/6.37	c bounds 168 >= -1177 @ 5.65659
6.25/6.37	c bounds 168 >= -1175 @ 5.65844
6.25/6.37	c bounds 168 >= -1174 @ 5.65925
6.25/6.37	c bounds 168 >= -1173 @ 5.65962
6.25/6.37	c bounds 168 >= -1172 @ 5.6608
6.25/6.37	c bounds 168 >= -1171 @ 5.66172
6.25/6.38	c bounds 168 >= -1170 @ 5.66365
6.25/6.38	c bounds 168 >= -1169 @ 5.66461
6.25/6.38	c bounds 168 >= -1168 @ 5.66526
6.25/6.38	c bounds 168 >= -1166 @ 5.66614
6.25/6.38	c bounds 168 >= -1165 @ 5.66792
6.25/6.39	c bounds 168 >= -1164 @ 5.66892
6.25/6.39	c bounds 168 >= -1163 @ 5.67065
6.25/6.39	c bounds 168 >= -1162 @ 5.67249
6.25/6.39	c bounds 168 >= -1161 @ 5.67395
6.25/6.39	c bounds 168 >= -1160 @ 5.67487
6.25/6.39	c bounds 168 >= -1159 @ 5.67568
6.35/6.40	c bounds 168 >= -1158 @ 5.67657
6.35/6.40	c bounds 168 >= -1157 @ 5.67764
6.35/6.40	c bounds 168 >= -1156 @ 5.67867
6.35/6.40	c bounds 168 >= -1155 @ 5.67976
6.35/6.40	c bounds 168 >= -1154 @ 5.68066
6.35/6.41	c bounds 168 >= -1153 @ 5.68176
6.35/6.41	c bounds 168 >= -1152 @ 5.68256
6.35/6.41	c bounds 168 >= -1151 @ 5.68435
6.35/6.41	c bounds 168 >= -1150 @ 5.6863
6.35/6.41	c bounds 168 >= -1148 @ 5.6872
6.35/6.42	c bounds 168 >= -1147 @ 5.68812
6.35/6.42	c bounds 168 >= -1146 @ 5.68897
6.35/6.42	c bounds 168 >= -1145 @ 5.69078
6.35/6.42	c bounds 168 >= -1144 @ 5.69266
6.35/6.42	c bounds 168 >= -1143 @ 5.69458
6.35/6.43	c bounds 168 >= -1142 @ 5.69562
6.35/6.43	c bounds 168 >= -1141 @ 5.69755
6.35/6.43	c bounds 168 >= -1140 @ 5.69862
6.35/6.43	c bounds 168 >= -1139 @ 5.6998
6.35/6.43	c bounds 168 >= -1138 @ 5.70175
6.35/6.44	c bounds 168 >= -1137 @ 5.70408
6.35/6.44	c bounds 168 >= -1136 @ 5.70522
6.35/6.44	c bounds 168 >= -1135 @ 5.70725
6.35/6.44	c bounds 168 >= -1134 @ 5.70826
6.35/6.44	c bounds 168 >= -1133 @ 5.71027
6.35/6.45	c bounds 168 >= -1132 @ 5.71128
6.35/6.45	c bounds 168 >= -1131 @ 5.71323
6.35/6.45	c bounds 168 >= -1130 @ 5.7152
6.35/6.45	c bounds 168 >= -1129 @ 5.71617
6.35/6.45	c bounds 168 >= -1128 @ 5.71832
6.35/6.46	c bounds 168 >= -1127 @ 5.71846
6.35/6.46	c bounds 168 >= -1126 @ 5.71846
6.35/6.46	c bounds 168 >= -1125 @ 5.71931
6.35/6.46	c bounds 168 >= -1124 @ 5.72035
6.35/6.46	c bounds 168 >= -1123 @ 5.72046
6.35/6.47	c bounds 168 >= -1122 @ 5.72248
6.35/6.47	c bounds 168 >= -1121 @ 5.72457
6.35/6.47	c bounds 168 >= -1120 @ 5.72653
6.35/6.47	c bounds 168 >= -1119 @ 5.72848
6.35/6.47	c bounds 168 >= -1118 @ 5.72944
6.35/6.48	c bounds 168 >= -1117 @ 5.73146
6.35/6.48	c bounds 168 >= -1116 @ 5.73349
6.35/6.48	c bounds 168 >= -1115 @ 5.73452
6.35/6.48	c bounds 168 >= -1114 @ 5.73667
6.35/6.48	c bounds 168 >= -1113 @ 5.73785
6.35/6.49	c bounds 168 >= -1112 @ 5.73905
6.35/6.49	c bounds 168 >= -1111 @ 5.74041
6.35/6.49	c bounds 168 >= -1110 @ 5.7415
6.35/6.49	c bounds 168 >= -1109 @ 5.74281
6.45/6.50	c bounds 168 >= -1108 @ 5.74413
6.45/6.50	c bounds 168 >= -1107 @ 5.74449
6.45/6.50	c bounds 168 >= -1106 @ 5.74582
6.45/6.50	c bounds 168 >= -1105 @ 5.74778
6.45/6.51	c bounds 168 >= -1104 @ 5.74929
6.45/6.51	c bounds 168 >= -1103 @ 5.75086
6.45/6.51	c bounds 168 >= -1102 @ 5.75137
6.45/6.52	c bounds 168 >= -1101 @ 5.75245
6.45/6.52	c bounds 168 >= -1100 @ 5.7549
6.45/6.52	c bounds 168 >= -1099 @ 5.75676
6.45/6.52	c bounds 168 >= -1098 @ 5.75991
6.45/6.53	c bounds 168 >= -1097 @ 5.761
6.45/6.53	c bounds 168 >= -1096 @ 5.76463
6.45/6.54	c bounds 168 >= -1095 @ 5.76824
6.45/6.54	c bounds 168 >= -1094 @ 5.77381
6.45/6.56	c bounds 168 >= -1093 @ 5.78258
6.45/6.57	c bounds 168 >= -1092 @ 5.78757
6.45/6.59	c bounds 168 >= -1091 @ 5.80913
6.55/6.61	c #Conflicts:       9000 | #Constraints:      13079
6.55/6.61	c bounds 168 >= -1090 @ 5.8271
6.55/6.61	c bounds 168 >= -1089 @ 5.8295
6.55/6.62	c bounds 168 >= -1088 @ 5.83641
6.55/6.63	c bounds 168 >= -1087 @ 5.84337
6.55/6.68	c INPROCESSING
6.55/6.68	c GARBAGE COLLECT
6.55/6.68	c bounds 168 >= -1086 @ 5.88793
6.55/6.69	c bounds 168 >= -1085 @ 5.8956
6.65/6.72	c #Conflicts:      10000 | #Constraints:      11060
6.65/6.72	c bounds 168 >= -1084 @ 5.92295
6.65/6.76	c bounds 168 >= -1083 @ 5.96174
6.75/6.82	c #Conflicts:      11000 | #Constraints:      12117
6.75/6.82	c bounds 168 >= -1082 @ 6.01456
6.75/6.82	c bounds 168 >= -1081 @ 6.01512
6.75/6.88	c bounds 168 >= -1080 @ 6.06875
6.75/6.88	c bounds 168 >= -1079 @ 6.07
8.45/8.58	c #Conflicts:      12000 | #Constraints:      13171
8.45/8.58	c INPROCESSING
8.45/8.58	c GARBAGE COLLECT
8.45/8.58	c rational objective 4
8.54/8.64	c bounds 168 >= -1078 @ 7.76601
8.65/8.70	c bounds 168 >= -1077 @ 7.82639
8.65/8.73	c #Conflicts:      13000 | #Constraints:      11462
8.65/8.73	c bounds 168 >= -1076 @ 7.84871
8.65/8.74	c bounds 168 >= -1075 @ 7.8551
8.65/8.77	c bounds 168 >= -1074 @ 7.88228
8.74/8.81	c #Conflicts:      14000 | #Constraints:      12540
8.74/8.81	c bounds 168 >= -1073 @ 7.91933
8.74/8.81	c bounds 168 >= -1072 @ 7.92574
8.84/8.97	c #Conflicts:      15000 | #Constraints:      13579
8.84/8.97	c INPROCESSING
8.84/8.97	c GARBAGE COLLECT
8.84/8.97	c #Conflicts:      16000 | #Constraints:      11662
8.84/8.97	c bounds 168 >= -1071 @ 8.07724
8.84/8.97	c bounds 168 >= -1070 @ 8.07865
8.84/8.98	c bounds 168 >= -1069 @ 8.07975
8.84/8.98	c bounds 168 >= -1068 @ 8.0815
8.84/8.98	c bounds 168 >= -1067 @ 8.08175
8.84/8.98	c bounds 168 >= -1066 @ 8.08205
8.84/8.98	c bounds 168 >= -1065 @ 8.08303
8.84/8.99	c bounds 168 >= -1064 @ 8.08509
8.84/8.99	c bounds 168 >= -1063 @ 8.08633
8.84/9.00	c bounds 168 >= -1062 @ 8.09296
8.95/9.01	c bounds 168 >= -1061 @ 8.10335
8.95/9.03	c bounds 168 >= -1060 @ 8.12383
8.95/9.04	c #Conflicts:      17000 | #Constraints:      12904
8.95/9.04	c bounds 168 >= -1059 @ 8.1312
8.95/9.07	c bounds 168 >= -1058 @ 8.15764
8.95/9.07	c bounds 168 >= -1057 @ 8.16047
10.53/10.63	c #Conflicts:      18000 | #Constraints:      13940
10.53/10.63	c bounds 168 >= -1056 @ 9.67229
10.53/10.65	c bounds 168 >= -1055 @ 9.6876
10.53/10.67	c INPROCESSING
10.53/10.67	c GARBAGE COLLECT
10.53/10.67	c bounds 168 >= -1054 @ 9.7085
10.64/10.70	c bounds 168 >= -1053 @ 9.73758
11.74/11.81	c #Conflicts:      19000 | #Constraints:      11896
11.74/11.81	c #Conflicts:      20000 | #Constraints:      12896
11.74/11.81	c #Conflicts:      21000 | #Constraints:      13896
11.74/11.81	c INPROCESSING
11.74/11.81	c GARBAGE COLLECT
11.74/11.81	c #Conflicts:      22000 | #Constraints:      11627
11.74/11.81	c bounds 167 >= -1053 @ 10.8127
11.74/11.81	c bounds 167 >= -1052 @ 10.8145
11.74/11.81	c bounds 167 >= -1051 @ 10.815
11.74/11.82	c bounds 167 >= -1050 @ 10.8159
11.74/11.82	c bounds 167 >= -1049 @ 10.816
11.74/11.82	c bounds 167 >= -1048 @ 10.8172
11.74/11.82	c bounds 167 >= -1047 @ 10.819
11.74/11.82	c bounds 167 >= -1046 @ 10.8211
11.74/11.83	c bounds 167 >= -1045 @ 10.8222
11.74/11.83	c bounds 167 >= -1044 @ 10.8232
11.74/11.83	c bounds 167 >= -1043 @ 10.8249
11.74/11.83	c bounds 167 >= -1042 @ 10.826
11.74/11.83	c bounds 167 >= -1041 @ 10.8283
11.74/11.84	c bounds 167 >= -1040 @ 10.8315
11.74/11.84	c bounds 167 >= -1039 @ 10.8323
11.74/11.84	c bounds 167 >= -1038 @ 10.8345
11.74/11.85	c bounds 167 >= -1037 @ 10.8363
11.74/11.85	c bounds 167 >= -1036 @ 10.8396
11.74/11.85	c bounds 167 >= -1035 @ 10.84
11.74/11.86	c bounds 167 >= -1034 @ 10.8424
11.74/11.86	c bounds 167 >= -1033 @ 10.8462
11.74/11.87	c bounds 167 >= -1032 @ 10.8507
11.74/11.88	c bounds 167 >= -1031 @ 10.8582
11.74/11.88	c bounds 167 >= -1030 @ 10.8623
11.74/11.88	c bounds 167 >= -1029 @ 10.8651
11.83/11.90	c #Conflicts:      23000 | #Constraints:      12941
11.83/11.90	c bounds 167 >= -1028 @ 10.8771
11.83/11.91	c bounds 167 >= -1027 @ 10.8898
11.83/11.93	c bounds 167 >= -1026 @ 10.9053
11.83/11.94	c bounds 167 >= -1025 @ 10.9187
11.83/11.97	c bounds 167 >= -1024 @ 10.9444
11.83/12.00	c #Conflicts:      24000 | #Constraints:      14073
11.83/12.00	c bounds 167 >= -1023 @ 10.9682
11.94/12.07	c bounds 167 >= -1022 @ 11.0297
12.13/12.22	c #Conflicts:      25000 | #Constraints:      15133
12.13/12.22	c #Conflicts:      26000 | #Constraints:      16133
12.13/12.22	c bounds 167 >= -1021 @ 11.1811
12.33/12.41	c #Conflicts:      27000 | #Constraints:      17172
12.33/12.41	c bounds 167 >= -1020 @ 11.3598
12.73/12.82	c #Conflicts:      28000 | #Constraints:      18214
12.73/12.82	c #Conflicts:      29000 | #Constraints:      19214
12.73/12.82	c #Conflicts:      30000 | #Constraints:      20214
12.73/12.82	c bounds 167 >= -1019 @ 11.7517
15.03/15.13	c #Conflicts:      31000 | #Constraints:      21256
15.03/15.13	c #Conflicts:      32000 | #Constraints:      22256
15.03/15.13	c #Conflicts:      33000 | #Constraints:      23256
15.03/15.13	c INPROCESSING
15.03/15.13	c GARBAGE COLLECT
15.03/15.13	c rational objective 4
16.73/16.81	c #Conflicts:      34000 | #Constraints:      16598
16.73/16.81	c #Conflicts:      35000 | #Constraints:      17598
16.73/16.81	c bounds 166 >= -1019 @ 15.5995
16.73/16.81	c bounds 166 >= -1018 @ 15.6024
16.73/16.81	c bounds 166 >= -1017 @ 15.6036
16.73/16.81	c bounds 166 >= -1016 @ 15.6045
16.73/16.82	c bounds 166 >= -1015 @ 15.6056
16.73/16.82	c bounds 166 >= -1014 @ 15.6069
16.73/16.82	c bounds 166 >= -1013 @ 15.6072
16.73/16.82	c bounds 166 >= -1012 @ 15.6094
16.73/16.82	c bounds 166 >= -1011 @ 15.6117
16.73/16.83	c bounds 166 >= -1010 @ 15.6125
16.73/16.83	c bounds 166 >= -1009 @ 15.6145
16.73/16.83	c bounds 166 >= -1008 @ 15.6175
16.73/16.84	c bounds 166 >= -1007 @ 15.6199
16.73/16.84	c bounds 166 >= -1006 @ 15.6234
16.73/16.85	c bounds 166 >= -1005 @ 15.6275
16.73/16.86	c bounds 166 >= -1004 @ 15.6384
16.73/16.89	c bounds 166 >= -1003 @ 15.6679
16.73/16.89	c bounds 166 >= -1002 @ 15.6726
16.82/16.94	c #Conflicts:      36000 | #Constraints:      18820
16.82/16.94	c bounds 166 >= -1001 @ 15.7145
16.82/16.94	c bounds 166 >= -1000 @ 15.7185
16.82/16.94	c bounds 166 >= -999 @ 15.7194
16.92/17.00	c bounds 166 >= -998 @ 15.7787
16.92/17.03	c #Conflicts:      37000 | #Constraints:      19904
16.92/17.03	c bounds 166 >= -997 @ 15.8074
16.92/17.05	c bounds 166 >= -996 @ 15.8188
17.03/17.10	c bounds 166 >= -995 @ 15.8747
17.03/17.16	c bounds 166 >= -994 @ 15.9326
19.41/19.54	c #Conflicts:      38000 | #Constraints:      21009
19.41/19.54	c INPROCESSING
19.41/19.54	c GARBAGE COLLECT
19.41/19.54	c rational objective 4
19.51/19.62	c bounds 166 >= -993 @ 18.3434
19.51/19.62	c bounds 166 >= -992 @ 18.3455
19.51/19.63	c bounds 166 >= -991 @ 18.3473
19.51/19.64	c bounds 166 >= -990 @ 18.3563
19.51/19.65	c bounds 166 >= -989 @ 18.3705
19.51/19.68	c bounds 166 >= -988 @ 18.3977
25.50/25.66	c #Conflicts:      39000 | #Constraints:      15927
25.50/25.66	c #Conflicts:      40000 | #Constraints:      16927
25.50/25.66	c #Conflicts:      41000 | #Constraints:      17927
25.50/25.66	c #Conflicts:      42000 | #Constraints:      18927
25.50/25.66	c INPROCESSING
25.50/25.66	c GARBAGE COLLECT
25.50/25.66	c rational objective 4
25.60/25.72	c bounds 166 >= -987 @ 24.2706
25.60/25.72	c bounds 166 >= -986 @ 24.2706
25.60/25.72	c bounds 166 >= -985 @ 24.2725
25.60/25.72	c bounds 166 >= -984 @ 24.2736
25.60/25.73	c bounds 166 >= -983 @ 24.2741
25.60/25.73	c bounds 166 >= -982 @ 24.2759
25.60/25.73	c bounds 166 >= -981 @ 24.2782
25.60/25.73	c bounds 166 >= -980 @ 24.2786
25.60/25.73	c bounds 166 >= -979 @ 24.2786
25.60/25.74	c #Conflicts:      43000 | #Constraints:      14443
25.60/25.74	c bounds 166 >= -978 @ 24.2843
25.60/25.75	c bounds 166 >= -977 @ 24.2894
25.60/25.75	c bounds 166 >= -976 @ 24.2932
25.60/25.76	c bounds 166 >= -975 @ 24.3003
25.60/25.76	c bounds 166 >= -974 @ 24.3057
25.60/25.77	c bounds 166 >= -973 @ 24.3129
25.60/25.79	c bounds 166 >= -972 @ 24.3255
25.70/25.81	c #Conflicts:      44000 | #Constraints:      15603
25.70/25.81	c bounds 166 >= -971 @ 24.3472
25.70/25.84	c bounds 166 >= -970 @ 24.3768
27.39/27.54	c #Conflicts:      45000 | #Constraints:      16678
27.39/27.54	c bounds 166 >= -969 @ 26.017
27.39/27.58	c bounds 166 >= -968 @ 26.0566
27.49/27.61	c #Conflicts:      46000 | #Constraints:      17711
27.49/27.61	c bounds 166 >= -967 @ 26.0847
27.60/27.71	c #Conflicts:      47000 | #Constraints:      18750
27.60/27.71	c bounds 166 >= -966 @ 26.1751
27.69/27.82	c #Conflicts:      48000 | #Constraints:      19780
27.69/27.82	c bounds 166 >= -965 @ 26.2809
27.79/27.98	c #Conflicts:      49000 | #Constraints:      20807
27.79/27.98	c bounds 166 >= -964 @ 26.4245
27.91/28.09	c #Conflicts:      50000 | #Constraints:      21858
27.91/28.09	c bounds 166 >= -963 @ 26.5343
28.10/28.24	c #Conflicts:      51000 | #Constraints:      22888
28.10/28.24	c bounds 166 >= -962 @ 26.6698
28.30/28.47	c #Conflicts:      52000 | #Constraints:      23906
28.30/28.47	c bounds 166 >= -961 @ 26.8886
28.80/28.90	c #Conflicts:      53000 | #Constraints:      24936
28.80/28.90	c #Conflicts:      54000 | #Constraints:      25936
28.80/28.90	c #Conflicts:      55000 | #Constraints:      26936
28.80/28.90	c bounds 166 >= -960 @ 27.3024
29.20/29.39	c #Conflicts:      56000 | #Constraints:      27981
29.20/29.39	c #Conflicts:      57000 | #Constraints:      28981
29.20/29.39	c bounds 166 >= -959 @ 27.775
31.49/31.62	c #Conflicts:      58000 | #Constraints:      30011
31.49/31.62	c INPROCESSING
31.49/31.62	c GARBAGE COLLECT
31.49/31.62	c rational objective 4
32.78/32.99	c #Conflicts:      59000 | #Constraints:      20113
32.78/32.99	c #Conflicts:      60000 | #Constraints:      21113
32.78/32.99	c bounds 166 >= -958 @ 31.2792
34.88/35.07	c #Conflicts:      61000 | #Constraints:      22155
34.88/35.07	c #Conflicts:      62000 | #Constraints:      23155
34.88/35.07	c #Conflicts:      63000 | #Constraints:      24155
34.88/35.07	c bounds 166 >= -957 @ 33.3039
35.88/36.05	c #Conflicts:      64000 | #Constraints:      25194
35.88/36.05	c #Conflicts:      65000 | #Constraints:      26194
35.88/36.05	c INPROCESSING
35.88/36.05	c GARBAGE COLLECT
35.88/36.05	c #Conflicts:      66000 | #Constraints:      18634
35.88/36.05	c #Conflicts:      67000 | #Constraints:      19634
35.88/36.05	c #Conflicts:      68000 | #Constraints:      20634
35.88/36.05	c #Conflicts:      69000 | #Constraints:      21634
35.88/36.05	c #Conflicts:      70000 | #Constraints:      22634
35.88/36.05	c bounds 166 >= -956 @ 34.2311
36.88/37.02	c #Conflicts:      71000 | #Constraints:      23709
36.88/37.02	c #Conflicts:      72000 | #Constraints:      24709
36.88/37.02	c #Conflicts:      73000 | #Constraints:      25709
36.88/37.02	c #Conflicts:      74000 | #Constraints:      26709
36.88/37.02	c #Conflicts:      75000 | #Constraints:      27709
36.88/37.02	c bounds 166 >= -955 @ 35.1755
37.17/37.33	c #Conflicts:      76000 | #Constraints:      28721
37.17/37.33	c #Conflicts:      77000 | #Constraints:      29721
37.17/37.33	c bounds 166 >= -954 @ 35.4755
37.47/37.65	c bounds 165 >= -954 @ 35.7831
37.47/37.65	c bounds 165 >= -953 @ 35.7838
37.88/38.08	c #Conflicts:      78000 | #Constraints:      30799
37.88/38.08	c bounds 163 >= -953 @ 36.2057
38.07/38.27	c bounds 163 >= -952 @ 36.385
38.07/38.28	c bounds 163 >= -951 @ 36.3869
38.07/38.28	c bounds 163 >= -950 @ 36.3887
38.07/38.29	c bounds 163 >= -949 @ 36.3949
38.17/38.30	c bounds 163 >= -948 @ 36.4063
38.17/38.32	c bounds 163 >= -947 @ 36.4267
38.17/38.35	c bounds 163 >= -946 @ 36.4586
38.27/38.43	c #Conflicts:      79000 | #Constraints:      31989
38.27/38.43	c bounds 163 >= -945 @ 36.5334
38.37/38.58	c #Conflicts:      80000 | #Constraints:      33025
38.37/38.58	c bounds 163 >= -944 @ 36.6805
41.76/41.91	c #Conflicts:      81000 | #Constraints:      34073
41.76/41.91	c #Conflicts:      82000 | #Constraints:      35073
41.76/41.91	c #Conflicts:      83000 | #Constraints:      36073
41.76/41.91	c bounds 162 >= -944 @ 39.9375
41.76/41.91	c bounds 162 >= -943 @ 39.9397
41.76/41.92	c bounds 162 >= -942 @ 39.9417
41.76/41.92	c bounds 162 >= -941 @ 39.9439
41.76/41.92	c bounds 162 >= -940 @ 39.9455
41.76/41.92	c bounds 162 >= -939 @ 39.9481
41.76/41.93	c bounds 162 >= -938 @ 39.9491
41.76/41.93	c bounds 162 >= -937 @ 39.9512
43.86/44.03	c #Conflicts:      84000 | #Constraints:      37162
43.86/44.03	c INPROCESSING
43.86/44.03	c GARBAGE COLLECT
43.86/44.03	c rational objective 4
43.86/44.09	c bounds 162 >= -936 @ 42.0543
43.86/44.10	c bounds 162 >= -935 @ 42.0551
43.86/44.10	c bounds 162 >= -934 @ 42.0562
43.86/44.10	c bounds 162 >= -933 @ 42.0578
43.96/44.10	c bounds 162 >= -932 @ 42.0589
43.96/44.10	c bounds 162 >= -931 @ 42.0611
43.96/44.11	c bounds 162 >= -930 @ 42.0627
43.96/44.11	c bounds 162 >= -929 @ 42.0627
43.96/44.11	c bounds 162 >= -928 @ 42.0647
43.96/44.11	c bounds 162 >= -927 @ 42.0667
43.96/44.12	c bounds 162 >= -926 @ 42.0687
43.96/44.12	c bounds 162 >= -925 @ 42.0722
43.96/44.13	c bounds 162 >= -924 @ 42.076
43.96/44.13	c bounds 162 >= -923 @ 42.0779
43.96/44.13	c bounds 162 >= -922 @ 42.0802
43.96/44.14	c bounds 162 >= -921 @ 42.0844
43.96/44.14	c bounds 162 >= -920 @ 42.0847
43.96/44.14	c bounds 162 >= -919 @ 42.0847
43.96/44.14	c bounds 162 >= -918 @ 42.0879
43.96/44.15	c bounds 162 >= -917 @ 42.0911
43.96/44.15	c bounds 162 >= -916 @ 42.0934
43.96/44.16	c bounds 162 >= -915 @ 42.0993
43.96/44.17	c bounds 162 >= -914 @ 42.11
44.06/44.20	c #Conflicts:      85000 | #Constraints:      24613
44.06/44.20	c bounds 162 >= -913 @ 42.1362
44.06/44.21	c bounds 162 >= -912 @ 42.1457
44.06/44.25	c #Conflicts:      86000 | #Constraints:      25661
44.06/44.25	c bounds 162 >= -911 @ 42.1802
44.15/44.39	c #Conflicts:      87000 | #Constraints:      26700
44.15/44.39	c bounds 162 >= -910 @ 42.3123
44.45/44.65	c #Conflicts:      88000 | #Constraints:      27763
44.45/44.65	c #Conflicts:      89000 | #Constraints:      28763
44.45/44.65	c bounds 162 >= -909 @ 42.5644
47.35/47.55	c #Conflicts:      90000 | #Constraints:      29799
47.35/47.55	c #Conflicts:      91000 | #Constraints:      30799
47.35/47.55	c INPROCESSING
47.35/47.55	c GARBAGE COLLECT
47.35/47.55	c #Conflicts:      92000 | #Constraints:      20936
47.35/47.55	c bounds 162 >= -908 @ 45.4045
49.74/49.99	c #Conflicts:      93000 | #Constraints:      21981
49.74/49.99	c #Conflicts:      94000 | #Constraints:      22981
49.74/49.99	c #Conflicts:      95000 | #Constraints:      23981
49.74/49.99	c #Conflicts:      96000 | #Constraints:      24981
49.74/49.99	c bounds 162 >= -907 @ 47.7727
57.32/57.56	c #Conflicts:      97000 | #Constraints:      26035
57.32/57.56	c #Conflicts:      98000 | #Constraints:      27035
57.32/57.56	c #Conflicts:      99000 | #Constraints:      28035
57.32/57.56	c #Conflicts:     100000 | #Constraints:      29035
57.32/57.56	c #Conflicts:     101000 | #Constraints:      30035
57.32/57.56	c #Conflicts:     102000 | #Constraints:      31035
57.32/57.56	c bounds 161 >= -907 @ 55.2094
57.32/57.56	c bounds 161 >= -906 @ 55.2126
57.32/57.56	c bounds 161 >= -905 @ 55.2145
57.32/57.57	c bounds 161 >= -904 @ 55.217
57.32/57.57	c bounds 161 >= -903 @ 55.2209
57.32/57.58	c bounds 161 >= -902 @ 55.2253
57.32/57.59	c #Conflicts:     103000 | #Constraints:      32109
57.32/57.59	c bounds 161 >= -901 @ 55.2347
57.42/57.60	c bounds 161 >= -900 @ 55.2497
57.42/57.61	c bounds 161 >= -899 @ 55.2585
57.42/57.63	c bounds 161 >= -898 @ 55.279
57.42/57.64	c bounds 161 >= -897 @ 55.2884
57.42/57.66	c bounds 161 >= -896 @ 55.309
57.42/57.68	c bounds 161 >= -895 @ 55.3283
57.53/57.70	c bounds 161 >= -894 @ 55.3449
57.53/57.71	c bounds 161 >= -893 @ 55.3484
57.53/57.75	c bounds 161 >= -892 @ 55.3861
57.62/57.89	c #Conflicts:     104000 | #Constraints:      33331
57.62/57.89	c bounds 161 >= -891 @ 55.524
57.93/58.12	c #Conflicts:     105000 | #Constraints:      34376
57.93/58.12	c bounds 161 >= -890 @ 55.751
58.21/58.43	c #Conflicts:     106000 | #Constraints:      35400
58.21/58.43	c bounds 161 >= -889 @ 56.0573
58.62/58.83	c #Conflicts:     107000 | #Constraints:      36451
58.62/58.83	c #Conflicts:     108000 | #Constraints:      37451
58.62/58.83	c bounds 161 >= -888 @ 56.4409
59.02/59.26	c #Conflicts:     109000 | #Constraints:      38484
59.02/59.26	c bounds 161 >= -887 @ 56.8642
59.31/59.57	c #Conflicts:     110000 | #Constraints:      39532
59.31/59.57	c bounds 161 >= -886 @ 57.1704
61.21/61.45	c bounds 161 >= -885 @ 58.9872
62.01/62.29	c #Conflicts:     111000 | #Constraints:      40577
62.01/62.29	c #Conflicts:     112000 | #Constraints:      41577
62.01/62.29	c #Conflicts:     113000 | #Constraints:      42577
62.01/62.29	c bounds 161 >= -884 @ 59.8146
64.31/64.50	c INPROCESSING
64.31/64.50	c GARBAGE COLLECT
64.31/64.50	c rational objective 4
64.51/64.75	c #Conflicts:     114000 | #Constraints:      26999
64.51/64.75	c #Conflicts:     115000 | #Constraints:      27999
64.51/64.75	c bounds 161 >= -883 @ 62.1934
64.81/65.01	c #Conflicts:     116000 | #Constraints:      29059
64.81/65.01	c bounds 161 >= -882 @ 62.4469
65.41/65.67	c #Conflicts:     117000 | #Constraints:      30101
65.41/65.67	c #Conflicts:     118000 | #Constraints:      31101
65.41/65.67	c #Conflicts:     119000 | #Constraints:      32101
65.41/65.67	c #Conflicts:     120000 | #Constraints:      33101
65.41/65.67	c bounds 161 >= -881 @ 63.0862
67.90/68.15	c #Conflicts:     121000 | #Constraints:      34140
67.90/68.15	c #Conflicts:     122000 | #Constraints:      35140
67.90/68.15	c INPROCESSING
67.90/68.15	c GARBAGE COLLECT
67.90/68.15	c rational objective 4
69.39/69.62	c #Conflicts:     123000 | #Constraints:      23450
69.39/69.62	c #Conflicts:     124000 | #Constraints:      24450
69.39/69.62	c #Conflicts:     125000 | #Constraints:      25450
69.39/69.62	c bounds 161 >= -880 @ 66.9496
72.49/72.71	c #Conflicts:     126000 | #Constraints:      26507
72.49/72.71	c #Conflicts:     127000 | #Constraints:      27507
72.49/72.71	c #Conflicts:     128000 | #Constraints:      28507
72.49/72.71	c #Conflicts:     129000 | #Constraints:      29507
72.49/72.71	c #Conflicts:     130000 | #Constraints:      30507
72.49/72.71	c #Conflicts:     131000 | #Constraints:      31507
72.49/72.71	c bounds 161 >= -879 @ 69.9597
74.58/74.80	c #Conflicts:     132000 | #Constraints:      32573
74.58/74.80	c #Conflicts:     133000 | #Constraints:      33573
74.58/74.80	c #Conflicts:     134000 | #Constraints:      34573
74.58/74.80	c #Conflicts:     135000 | #Constraints:      35573
74.58/74.80	c #Conflicts:     136000 | #Constraints:      36573
74.58/74.80	c #Conflicts:     137000 | #Constraints:      37573
74.58/74.80	c #Conflicts:     138000 | #Constraints:      38573
74.58/74.80	c #Conflicts:     139000 | #Constraints:      39573
74.58/74.80	c bounds 161 >= -878 @ 72.0072
76.78/77.00	c #Conflicts:     140000 | #Constraints:      40612
76.78/77.00	c #Conflicts:     141000 | #Constraints:      41612
76.78/77.00	c bounds 160 >= -878 @ 74.1858
76.78/77.00	c bounds 160 >= -877 @ 74.1883
76.78/77.01	c bounds 160 >= -876 @ 74.1957
76.78/77.03	c bounds 160 >= -875 @ 74.2084
76.78/77.03	c bounds 160 >= -874 @ 74.2158
76.78/77.06	c bounds 160 >= -873 @ 74.2385
76.88/77.11	c #Conflicts:     142000 | #Constraints:      42727
76.88/77.11	c bounds 160 >= -872 @ 74.2866
76.98/77.23	c bounds 160 >= -871 @ 74.4014
83.35/83.61	c #Conflicts:     143000 | #Constraints:      43823
83.35/83.61	c #Conflicts:     144000 | #Constraints:      44828
83.35/83.61	c #Conflicts:     145000 | #Constraints:      45835
83.35/83.61	c #Conflicts:     146000 | #Constraints:      46847
83.35/83.61	c #Conflicts:     147000 | #Constraints:      47862
83.35/83.61	c bounds 158 >= -871 @ 80.6749
83.35/83.62	c bounds 158 >= -870 @ 80.6796
83.35/83.63	c bounds 158 >= -869 @ 80.6855
83.35/83.63	c bounds 158 >= -868 @ 80.69
83.35/83.65	c bounds 158 >= -867 @ 80.7024
83.35/83.66	c bounds 158 >= -866 @ 80.7141
83.46/83.78	c bounds 158 >= -865 @ 80.8296
86.14/86.44	c INPROCESSING
86.14/86.44	c GARBAGE COLLECT
86.14/86.44	c rational objective 4
86.14/86.48	c bounds 158 >= -864 @ 83.4756
86.14/86.49	c bounds 158 >= -863 @ 83.483
86.25/86.50	c bounds 158 >= -862 @ 83.4936
86.25/86.52	c #Conflicts:     148000 | #Constraints:      29968
86.25/86.52	c bounds 158 >= -861 @ 83.5076
86.25/86.56	c bounds 158 >= -860 @ 83.5415
86.35/86.62	c #Conflicts:     149000 | #Constraints:      31028
86.35/86.62	c bounds 158 >= -859 @ 83.5974
88.14/88.48	c #Conflicts:     150000 | #Constraints:      32067
88.14/88.48	c bounds 158 >= -858 @ 85.3954
88.44/88.79	c #Conflicts:     151000 | #Constraints:      33097
88.44/88.79	c #Conflicts:     152000 | #Constraints:      34097
88.44/88.79	c #Conflicts:     153000 | #Constraints:      35097
88.44/88.79	c bounds 158 >= -857 @ 85.6935
89.04/89.35	c #Conflicts:     154000 | #Constraints:      36139
89.04/89.35	c #Conflicts:     155000 | #Constraints:      37139
89.04/89.35	c #Conflicts:     156000 | #Constraints:      38139
89.04/89.35	c #Conflicts:     157000 | #Constraints:      39139
89.04/89.35	c bounds 158 >= -856 @ 86.2301
91.44/91.77	c INPROCESSING
91.44/91.77	c GARBAGE COLLECT
91.44/91.77	c rational objective 4
91.93/92.28	c #Conflicts:     158000 | #Constraints:      25530
91.93/92.28	c #Conflicts:     159000 | #Constraints:      26530
91.93/92.28	c #Conflicts:     160000 | #Constraints:      27530
91.93/92.28	c #Conflicts:     161000 | #Constraints:      28530
91.93/92.28	c #Conflicts:     162000 | #Constraints:      29530
91.93/92.28	c bounds 158 >= -855 @ 89.0632
92.04/92.33	c bounds 158 >= -854 @ 89.1104
94.84/95.15	c #Conflicts:     163000 | #Constraints:      30590
94.84/95.15	c #Conflicts:     164000 | #Constraints:      31590
94.84/95.15	c #Conflicts:     165000 | #Constraints:      32590
94.84/95.15	c #Conflicts:     166000 | #Constraints:      33590
94.84/95.15	c #Conflicts:     167000 | #Constraints:      34590
94.84/95.15	c bounds 158 >= -853 @ 91.8686
100.71/101.05	c #Conflicts:     168000 | #Constraints:      35617
100.71/101.05	c #Conflicts:     169000 | #Constraints:      36617
100.71/101.05	c #Conflicts:     170000 | #Constraints:      37617
100.71/101.05	c #Conflicts:     171000 | #Constraints:      38617
100.71/101.05	c #Conflicts:     172000 | #Constraints:      39617
100.71/101.05	c #Conflicts:     173000 | #Constraints:      40617
100.71/101.05	c #Conflicts:     174000 | #Constraints:      41617
100.71/101.05	c #Conflicts:     175000 | #Constraints:      42617
100.71/101.05	c #Conflicts:     176000 | #Constraints:      43617
100.71/101.05	c #Conflicts:     177000 | #Constraints:      44617
100.71/101.05	c #Conflicts:     178000 | #Constraints:      45617
100.71/101.05	c #Conflicts:     179000 | #Constraints:      46617
100.71/101.05	c #Conflicts:     180000 | #Constraints:      47617
100.71/101.05	c bounds 158 >= -852 @ 97.6294
100.91/101.27	c #Conflicts:     181000 | #Constraints:      48629
100.91/101.27	c bounds 157 >= -852 @ 97.8401
101.01/101.30	c bounds 156 >= -852 @ 97.8706
101.01/101.36	c bounds 155 >= -852 @ 97.9219
101.12/101.40	c bounds 154 >= -852 @ 97.9649
101.12/101.45	c bounds 153 >= -852 @ 98.0145
101.21/101.52	c bounds 152 >= -852 @ 98.0842
101.21/101.59	c bounds 151 >= -852 @ 98.1509
101.41/101.71	c bounds 150 >= -852 @ 98.2717
101.51/101.85	c bounds 149 >= -852 @ 98.4031
101.61/101.92	c bounds 148 >= -852 @ 98.4789
102.21/102.55	c #Conflicts:     182000 | #Constraints:      49639
102.21/102.55	c bounds 147 >= -852 @ 99.0986
102.51/102.82	c bounds 146 >= -852 @ 99.3542
102.91/103.27	c bounds 145 >= -852 @ 99.8022
102.91/103.28	c bounds 145 >= -851 @ 99.8035
102.91/103.28	c bounds 145 >= -850 @ 99.8053
102.91/103.28	c bounds 145 >= -849 @ 99.8079
102.91/103.29	c bounds 145 >= -848 @ 99.8126
103.00/103.30	c bounds 145 >= -847 @ 99.819
103.00/103.31	c bounds 145 >= -846 @ 99.8274
103.00/103.33	c #Conflicts:     183000 | #Constraints:      50751
103.00/103.33	c bounds 145 >= -845 @ 99.8488
103.11/103.40	c bounds 145 >= -844 @ 99.9135
103.30/103.65	c #Conflicts:     184000 | #Constraints:      51805
103.30/103.65	c #Conflicts:     185000 | #Constraints:      52805
103.30/103.65	c bounds 145 >= -843 @ 100.163
104.51/104.80	c bounds 144 >= -843 @ 101.299
104.51/104.81	c bounds 144 >= -842 @ 101.302
104.51/104.81	c bounds 144 >= -841 @ 101.303
104.51/104.82	c bounds 144 >= -840 @ 101.304
107.10/107.42	c #Conflicts:     186000 | #Constraints:      53885
107.10/107.42	c INPROCESSING
107.10/107.42	c GARBAGE COLLECT
107.10/107.42	c rational objective 4
107.10/107.49	c bounds 144 >= -839 @ 103.915
107.10/107.49	c bounds 144 >= -838 @ 103.917
107.19/107.50	c bounds 144 >= -837 @ 103.918
107.19/107.50	c bounds 144 >= -836 @ 103.92
107.19/107.51	c bounds 144 >= -835 @ 103.924
107.19/107.52	c bounds 144 >= -834 @ 103.935
107.19/107.54	c bounds 144 >= -833 @ 103.954
107.19/107.56	c #Conflicts:     187000 | #Constraints:      33466
107.19/107.56	c bounds 144 >= -832 @ 103.975
107.29/107.60	c bounds 144 >= -831 @ 104.009
107.29/107.66	c #Conflicts:     188000 | #Constraints:      34526
107.29/107.66	c bounds 144 >= -830 @ 104.065
107.40/107.76	c #Conflicts:     189000 | #Constraints:      35565
107.40/107.76	c bounds 144 >= -829 @ 104.17
107.59/107.97	c #Conflicts:     190000 | #Constraints:      36601
107.59/107.97	c #Conflicts:     191000 | #Constraints:      37601
107.59/107.97	c bounds 144 >= -828 @ 104.366
108.00/108.37	c #Conflicts:     192000 | #Constraints:      38640
108.00/108.37	c #Conflicts:     193000 | #Constraints:      39640
108.00/108.37	c bounds 144 >= -827 @ 104.755
113.38/113.71	c #Conflicts:     194000 | #Constraints:      40673
113.38/113.71	c #Conflicts:     195000 | #Constraints:      41673
113.38/113.71	c #Conflicts:     196000 | #Constraints:      42673
113.38/113.71	c #Conflicts:     197000 | #Constraints:      43673
113.38/113.71	c INPROCESSING
113.38/113.71	c GARBAGE COLLECT
113.38/113.71	c rational objective 4
124.96/125.38	c #Conflicts:     198000 | #Constraints:      28128
124.96/125.38	c #Conflicts:     199000 | #Constraints:      29128
124.96/125.38	c #Conflicts:     200000 | #Constraints:      30128
124.96/125.38	c #Conflicts:     201000 | #Constraints:      31128
124.96/125.38	c #Conflicts:     202000 | #Constraints:      32128
124.96/125.38	c #Conflicts:     203000 | #Constraints:      33128
124.96/125.38	c #Conflicts:     204000 | #Constraints:      34128
124.96/125.38	c #Conflicts:     205000 | #Constraints:      35128
124.96/125.38	c bounds 143 >= -827 @ 121.475
125.05/125.43	c bounds 143 >= -826 @ 121.517
125.05/125.44	c bounds 143 >= -825 @ 121.525
125.05/125.45	c bounds 143 >= -824 @ 121.533
125.05/125.46	c bounds 143 >= -823 @ 121.544
125.05/125.47	c bounds 143 >= -822 @ 121.551
125.15/125.50	c bounds 143 >= -821 @ 121.582
125.15/125.53	c bounds 143 >= -820 @ 121.605
125.25/125.61	c bounds 143 >= -819 @ 121.689
125.35/125.71	c bounds 143 >= -818 @ 121.78
125.45/125.82	c bounds 143 >= -817 @ 121.888
125.45/125.84	c #Conflicts:     206000 | #Constraints:      36308
125.45/125.84	c bounds 143 >= -816 @ 121.907
125.66/126.08	c bounds 143 >= -815 @ 122.148
126.05/126.46	c #Conflicts:     207000 | #Constraints:      37380
126.05/126.46	c bounds 143 >= -814 @ 122.519
126.94/127.34	c #Conflicts:     208000 | #Constraints:      38416
126.94/127.34	c bounds 143 >= -813 @ 123.398
127.34/127.78	c #Conflicts:     209000 | #Constraints:      39455
127.34/127.78	c bounds 143 >= -812 @ 123.833
128.25/128.69	c #Conflicts:     210000 | #Constraints:      40476
128.25/128.69	c #Conflicts:     211000 | #Constraints:      41476
128.25/128.69	c bounds 143 >= -811 @ 124.729
128.65/129.10	c #Conflicts:     212000 | #Constraints:      42506
128.65/129.10	c bounds 143 >= -810 @ 125.137
129.04/129.41	c bounds 143 >= -809 @ 125.448
129.74/130.12	c #Conflicts:     213000 | #Constraints:      43572
129.74/130.12	c #Conflicts:     214000 | #Constraints:      44572
129.74/130.12	c bounds 143 >= -808 @ 126.143
130.94/131.35	c #Conflicts:     215000 | #Constraints:      45593
130.94/131.35	c #Conflicts:     216000 | #Constraints:      46593
130.94/131.35	c bounds 143 >= -807 @ 127.365
133.53/133.95	c #Conflicts:     217000 | #Constraints:      47629
133.53/133.95	c #Conflicts:     218000 | #Constraints:      48629
133.53/133.95	c #Conflicts:     219000 | #Constraints:      49629
133.53/133.95	c #Conflicts:     220000 | #Constraints:      50629
133.53/133.95	c bounds 143 >= -806 @ 129.933
143.50/143.93	c #Conflicts:     221000 | #Constraints:      51668
143.50/143.93	c #Conflicts:     222000 | #Constraints:      52668
143.50/143.93	c #Conflicts:     223000 | #Constraints:      53668
143.50/143.93	c #Conflicts:     224000 | #Constraints:      54668
143.50/143.93	c #Conflicts:     225000 | #Constraints:      55668
143.50/143.93	c #Conflicts:     226000 | #Constraints:      56669
143.50/143.93	c #Conflicts:     227000 | #Constraints:      57669
143.50/143.93	c #Conflicts:     228000 | #Constraints:      58669
143.50/143.93	c bounds 143 >= -805 @ 139.779
147.50/148.00	c INPROCESSING
147.50/148.00	c GARBAGE COLLECT
147.50/148.00	c rational objective 4
148.89/149.35	c #Conflicts:     229000 | #Constraints:      35621
148.89/149.35	c #Conflicts:     230000 | #Constraints:      36621
148.89/149.35	c bounds 142 >= -805 @ 145.098
149.08/149.54	c bounds 141 >= -805 @ 145.285
149.88/150.33	c #Conflicts:     231000 | #Constraints:      37623
149.88/150.33	c bounds 140 >= -805 @ 146.06
150.19/150.69	c bounds 139 >= -805 @ 146.411
151.29/151.74	c #Conflicts:     232000 | #Constraints:      38625
151.29/151.74	c bounds 138 >= -805 @ 147.448
151.29/151.75	c bounds 138 >= -804 @ 147.455
151.29/151.75	c bounds 138 >= -803 @ 147.457
151.29/151.77	c bounds 138 >= -802 @ 147.467
151.29/151.78	c bounds 138 >= -801 @ 147.48
151.38/151.82	c bounds 138 >= -800 @ 147.519
156.47/156.99	c #Conflicts:     233000 | #Constraints:      39710
156.47/156.99	c #Conflicts:     234000 | #Constraints:      40710
156.47/156.99	c #Conflicts:     235000 | #Constraints:      41710
156.47/156.99	c bounds 137 >= -800 @ 152.587
156.47/157.00	c bounds 137 >= -799 @ 152.59
156.58/157.08	c bounds 137 >= -798 @ 152.669
157.07/157.58	c #Conflicts:     236000 | #Constraints:      42774
157.07/157.58	c #Conflicts:     237000 | #Constraints:      43774
157.07/157.58	c bounds 137 >= -797 @ 153.162
158.37/158.83	c #Conflicts:     238000 | #Constraints:      44810
158.37/158.83	c #Conflicts:     239000 | #Constraints:      45810
158.37/158.83	c bounds 137 >= -796 @ 154.392
164.55/165.08	c #Conflicts:     240000 | #Constraints:      46855
164.55/165.08	c #Conflicts:     241000 | #Constraints:      47855
164.55/165.08	c INPROCESSING
164.55/165.08	c GARBAGE COLLECT
164.55/165.08	c #Conflicts:     242000 | #Constraints:      30397
164.55/165.08	c #Conflicts:     243000 | #Constraints:      31397
164.55/165.08	c #Conflicts:     244000 | #Constraints:      32397
164.55/165.08	c #Conflicts:     245000 | #Constraints:      33397
164.55/165.08	c bounds 137 >= -795 @ 160.497
165.74/166.22	c #Conflicts:     246000 | #Constraints:      34448
165.74/166.22	c #Conflicts:     247000 | #Constraints:      35448
165.74/166.22	c #Conflicts:     248000 | #Constraints:      36448
165.74/166.22	c #Conflicts:     249000 | #Constraints:      37448
165.74/166.22	c #Conflicts:     250000 | #Constraints:      38448
165.74/166.22	c #Conflicts:     251000 | #Constraints:      39448
165.74/166.22	c bounds 137 >= -794 @ 161.602
171.23/171.78	c #Conflicts:     252000 | #Constraints:      40502
171.23/171.78	c #Conflicts:     253000 | #Constraints:      41502
171.23/171.78	c #Conflicts:     254000 | #Constraints:      42502
171.23/171.78	c #Conflicts:     255000 | #Constraints:      43502
171.23/171.78	c #Conflicts:     256000 | #Constraints:      44502
171.23/171.78	c #Conflicts:     257000 | #Constraints:      45503
171.23/171.78	c #Conflicts:     258000 | #Constraints:      46503
171.23/171.78	c #Conflicts:     259000 | #Constraints:      47503
171.23/171.78	c bounds 137 >= -793 @ 167.038
171.64/172.13	c #Conflicts:     260000 | #Constraints:      48542
171.64/172.13	c bounds 136 >= -793 @ 167.381
173.43/173.93	c #Conflicts:     261000 | #Constraints:      49543
173.43/173.93	c bounds 135 >= -793 @ 169.157
179.91/180.47	c #Conflicts:     262000 | #Constraints:      50544
179.91/180.47	c #Conflicts:     263000 | #Constraints:      51544
179.91/180.47	c #Conflicts:     264000 | #Constraints:      52544
179.91/180.47	c #Conflicts:     265000 | #Constraints:      53544
179.91/180.47	c bounds 133 >= -793 @ 175.63
180.01/180.50	c bounds 133 >= -792 @ 175.656
180.01/180.51	c bounds 133 >= -791 @ 175.669
180.62/181.11	c #Conflicts:     266000 | #Constraints:      54575
180.62/181.11	c bounds 133 >= -790 @ 176.264
181.71/182.27	c #Conflicts:     267000 | #Constraints:      55620
181.71/182.27	c bounds 133 >= -789 @ 177.415
200.76/201.37	c #Conflicts:     268000 | #Constraints:      56695
200.76/201.37	c #Conflicts:     269000 | #Constraints:      57695
200.76/201.37	c #Conflicts:     270000 | #Constraints:      58695
200.76/201.37	c #Conflicts:     271000 | #Constraints:      59695
200.76/201.37	c #Conflicts:     272000 | #Constraints:      60695
200.76/201.37	c bounds 133 >= -788 @ 196.197
206.45/207.07	c #Conflicts:     273000 | #Constraints:      61735
206.45/207.07	c #Conflicts:     274000 | #Constraints:      62735
206.45/207.07	c #Conflicts:     275000 | #Constraints:      63735
206.45/207.07	c #Conflicts:     276000 | #Constraints:      64735
206.45/207.07	c INPROCESSING
206.45/207.07	c GARBAGE COLLECT
206.45/207.07	c rational objective 4
206.85/207.44	c bounds 132 >= -788 @ 202.16
207.15/207.77	c bounds 131 >= -788 @ 202.491
208.25/208.88	c #Conflicts:     277000 | #Constraints:      39166
208.25/208.88	c bounds 130 >= -788 @ 203.577
216.32/216.98	c #Conflicts:     278000 | #Constraints:      40167
216.32/216.98	c #Conflicts:     279000 | #Constraints:      41167
216.32/216.98	c #Conflicts:     280000 | #Constraints:      42167
216.32/216.98	c #Conflicts:     281000 | #Constraints:      43167
216.32/216.98	c #Conflicts:     282000 | #Constraints:      44167
216.32/216.98	c #Conflicts:     283000 | #Constraints:      45167
216.32/216.98	c #Conflicts:     284000 | #Constraints:      46167
216.32/216.98	c #Conflicts:     285000 | #Constraints:      47167
216.32/216.98	c #Conflicts:     286000 | #Constraints:      48167
216.32/216.98	c #Conflicts:     287000 | #Constraints:      49167
216.32/216.98	c #Conflicts:     288000 | #Constraints:      50167
216.32/216.98	c #Conflicts:     289000 | #Constraints:      51167
216.32/216.98	c #Conflicts:     290000 | #Constraints:      52167
216.32/216.98	c INPROCESSING
216.32/216.98	c GARBAGE COLLECT
216.32/216.98	c rational objective 4
217.91/218.53	c #Conflicts:     291000 | #Constraints:      32915
217.91/218.53	c bounds 129 >= -788 @ 213.016
218.12/218.74	c bounds 127 >= -788 @ 213.216
219.21/219.83	c #Conflicts:     292000 | #Constraints:      33917
219.21/219.83	c bounds 126 >= -788 @ 214.297
225.20/225.86	c #Conflicts:     293000 | #Constraints:      34918
225.20/225.86	c #Conflicts:     294000 | #Constraints:      35918
225.20/225.86	c #Conflicts:     295000 | #Constraints:      36918
225.20/225.86	c bounds 125 >= -788 @ 220.203
225.30/225.94	c bounds 125 >= -787 @ 220.281
226.40/227.07	c #Conflicts:     296000 | #Constraints:      37943
226.40/227.07	c #Conflicts:     297000 | #Constraints:      38943
226.40/227.07	c #Conflicts:     298000 | #Constraints:      39943
226.40/227.07	c bounds 125 >= -786 @ 221.391
232.08/232.77	c #Conflicts:     299000 | #Constraints:      41006
232.08/232.77	c #Conflicts:     300000 | #Constraints:      42006
232.08/232.77	c bounds 125 >= -785 @ 226.95
233.88/234.56	c #Conflicts:     301000 | #Constraints:      43033
233.88/234.56	c #Conflicts:     302000 | #Constraints:      44033
233.88/234.56	c #Conflicts:     303000 | #Constraints:      45033
233.88/234.56	c bounds 125 >= -784 @ 228.704
234.08/234.73	c #Conflicts:     304000 | #Constraints:      46043
234.08/234.73	c bounds 125 >= -783 @ 228.869
234.17/234.83	c bounds 125 >= -782 @ 228.964
236.38/237.03	c #Conflicts:     305000 | #Constraints:      47106
236.38/237.03	c #Conflicts:     306000 | #Constraints:      48106
236.38/237.03	c #Conflicts:     307000 | #Constraints:      49106
236.38/237.03	c #Conflicts:     308000 | #Constraints:      50106
236.38/237.03	c bounds 125 >= -781 @ 231.138
238.27/238.92	c #Conflicts:     309000 | #Constraints:      51151
238.27/238.92	c bounds 124 >= -781 @ 232.993
238.27/238.93	c bounds 124 >= -780 @ 232.998
238.56/239.28	c #Conflicts:     310000 | #Constraints:      52176
238.56/239.28	c bounds 124 >= -779 @ 233.345
239.76/240.46	c #Conflicts:     311000 | #Constraints:      53248
239.76/240.46	c #Conflicts:     312000 | #Constraints:      54248
239.76/240.46	c #Conflicts:     313000 | #Constraints:      55248
239.76/240.46	c bounds 124 >= -778 @ 234.505
261.01/261.70	c #Conflicts:     314000 | #Constraints:      56302
261.01/261.70	c #Conflicts:     315000 | #Constraints:      57302
261.01/261.70	c #Conflicts:     316000 | #Constraints:      58302
261.01/261.70	c #Conflicts:     317000 | #Constraints:      59302
261.01/261.70	c #Conflicts:     318000 | #Constraints:      60302
261.01/261.70	c #Conflicts:     319000 | #Constraints:      61302
261.01/261.70	c #Conflicts:     320000 | #Constraints:      62302
261.01/261.70	c #Conflicts:     321000 | #Constraints:      63302
261.01/261.70	c #Conflicts:     322000 | #Constraints:      64302
261.01/261.70	c #Conflicts:     323000 | #Constraints:      65302
261.01/261.70	c bounds 123 >= -778 @ 255.252
267.40/268.18	c #Conflicts:     324000 | #Constraints:      66303
267.40/268.18	c #Conflicts:     325000 | #Constraints:      67303
267.40/268.18	c #Conflicts:     326000 | #Constraints:      68303
267.40/268.18	c #Conflicts:     327000 | #Constraints:      69303
267.40/268.18	c INPROCESSING
267.40/268.18	c GARBAGE COLLECT
267.40/268.18	c rational objective 4
274.29/275.09	c #Conflicts:     328000 | #Constraints:      41279
274.29/275.09	c #Conflicts:     329000 | #Constraints:      42279
274.29/275.09	c #Conflicts:     330000 | #Constraints:      43280
274.29/275.09	c #Conflicts:     331000 | #Constraints:      44280
274.29/275.09	c bounds 123 >= -777 @ 268.403
280.76/281.55	c #Conflicts:     332000 | #Constraints:      45364
280.76/281.55	c #Conflicts:     333000 | #Constraints:      46364
280.76/281.55	c #Conflicts:     334000 | #Constraints:      47364
280.76/281.55	c #Conflicts:     335000 | #Constraints:      48364
280.76/281.55	c #Conflicts:     336000 | #Constraints:      49364
280.76/281.55	c #Conflicts:     337000 | #Constraints:      50364
280.76/281.55	c #Conflicts:     338000 | #Constraints:      51364
280.76/281.55	c #Conflicts:     339000 | #Constraints:      52364
280.76/281.55	c #Conflicts:     340000 | #Constraints:      53364
280.76/281.55	c #Conflicts:     341000 | #Constraints:      54364
280.76/281.55	c #Conflicts:     342000 | #Constraints:      55364
280.76/281.55	c INPROCESSING
280.76/281.55	c GARBAGE COLLECT
280.76/281.55	c rational objective 4
284.75/285.55	c #Conflicts:     343000 | #Constraints:      34192
284.75/285.55	c #Conflicts:     344000 | #Constraints:      35192
284.75/285.55	c #Conflicts:     345000 | #Constraints:      36192
284.75/285.55	c #Conflicts:     346000 | #Constraints:      37192
284.75/285.55	c #Conflicts:     347000 | #Constraints:      38192
284.75/285.55	c #Conflicts:     348000 | #Constraints:      39192
284.75/285.55	c #Conflicts:     349000 | #Constraints:      40192
284.75/285.55	c #Conflicts:     350000 | #Constraints:      41192
284.75/285.55	c #Conflicts:     351000 | #Constraints:      42192
284.75/285.55	c #Conflicts:     352000 | #Constraints:      43192
284.75/285.55	c #Conflicts:     353000 | #Constraints:      44192
284.75/285.55	c #Conflicts:     354000 | #Constraints:      45192
284.75/285.55	c #Conflicts:     355000 | #Constraints:      46192
284.75/285.55	c #Conflicts:     356000 | #Constraints:      47192
284.75/285.55	c #Conflicts:     357000 | #Constraints:      48192
284.75/285.55	c #Conflicts:     358000 | #Constraints:      49192
284.75/285.55	c bounds 123 >= -776 @ 278.642
299.51/300.37	c #Conflicts:     359000 | #Constraints:      50303
299.51/300.37	c #Conflicts:     360000 | #Constraints:      51303
299.51/300.37	c #Conflicts:     361000 | #Constraints:      52303
299.51/300.37	c #Conflicts:     362000 | #Constraints:      53303
299.51/300.37	c #Conflicts:     363000 | #Constraints:      54304
299.51/300.37	c #Conflicts:     364000 | #Constraints:      55304
299.51/300.37	c #Conflicts:     365000 | #Constraints:      56304
299.51/300.37	c #Conflicts:     366000 | #Constraints:      57304
299.51/300.37	c #Conflicts:     367000 | #Constraints:      58304
299.51/300.37	c #Conflicts:     368000 | #Constraints:      59304
299.51/300.37	c #Conflicts:     369000 | #Constraints:      60304
299.51/300.37	c #Conflicts:     370000 | #Constraints:      61304
299.51/300.37	c #Conflicts:     371000 | #Constraints:      62304
299.51/300.37	c #Conflicts:     372000 | #Constraints:      63304
299.51/300.37	c #Conflicts:     373000 | #Constraints:      64304
299.51/300.37	c #Conflicts:     374000 | #Constraints:      65304
299.51/300.37	c #Conflicts:     375000 | #Constraints:      66304
299.51/300.37	c #Conflicts:     376000 | #Constraints:      67304
299.51/300.37	c #Conflicts:     377000 | #Constraints:      68304
299.51/300.37	c #Conflicts:     378000 | #Constraints:      69304
299.51/300.37	c #Conflicts:     379000 | #Constraints:      70304
299.51/300.37	c #Conflicts:     380000 | #Constraints:      71304
299.51/300.37	c bounds 123 >= -775 @ 293.215
305.69/306.53	c #Conflicts:     381000 | #Constraints:      72349
305.69/306.53	c #Conflicts:     382000 | #Constraints:      73349
305.69/306.53	c #Conflicts:     383000 | #Constraints:      74349
305.69/306.53	c INPROCESSING
305.69/306.53	c GARBAGE COLLECT
305.69/306.53	c rational objective 4
317.76/318.63	c #Conflicts:     384000 | #Constraints:      43818
317.76/318.63	c #Conflicts:     385000 | #Constraints:      44818
317.76/318.63	c #Conflicts:     386000 | #Constraints:      45818
317.76/318.63	c #Conflicts:     387000 | #Constraints:      46818
317.76/318.63	c #Conflicts:     388000 | #Constraints:      47818
317.76/318.63	c #Conflicts:     389000 | #Constraints:      48818
317.76/318.63	c #Conflicts:     390000 | #Constraints:      49818
317.76/318.63	c #Conflicts:     391000 | #Constraints:      50818
317.76/318.63	c #Conflicts:     392000 | #Constraints:      51818
317.76/318.63	c #Conflicts:     393000 | #Constraints:      52818
317.76/318.63	c #Conflicts:     394000 | #Constraints:      53818
317.76/318.63	c #Conflicts:     395000 | #Constraints:      54818
317.76/318.63	c #Conflicts:     396000 | #Constraints:      55818
317.76/318.63	c #Conflicts:     397000 | #Constraints:      56818
317.76/318.63	c #Conflicts:     398000 | #Constraints:      57818
317.76/318.63	c #Conflicts:     399000 | #Constraints:      58818
317.76/318.63	c #Conflicts:     400000 | #Constraints:      59818
317.76/318.63	c INPROCESSING
317.76/318.63	c GARBAGE COLLECT
317.76/318.63	c rational objective 4
329.14/330.05	c #Conflicts:     401000 | #Constraints:      36807
329.14/330.05	c #Conflicts:     402000 | #Constraints:      37807
329.14/330.05	c #Conflicts:     403000 | #Constraints:      38807
329.14/330.05	c #Conflicts:     404000 | #Constraints:      39807
329.14/330.05	c #Conflicts:     405000 | #Constraints:      40807
329.14/330.05	c #Conflicts:     406000 | #Constraints:      41807
329.14/330.05	c #Conflicts:     407000 | #Constraints:      42807
329.14/330.05	c #Conflicts:     408000 | #Constraints:      43807
329.14/330.05	c #Conflicts:     409000 | #Constraints:      44807
329.14/330.05	c #Conflicts:     410000 | #Constraints:      45807
329.14/330.05	c #Conflicts:     411000 | #Constraints:      46807
329.14/330.05	c #Conflicts:     412000 | #Constraints:      47807
329.14/330.05	c #Conflicts:     413000 | #Constraints:      48807
329.14/330.05	c #Conflicts:     414000 | #Constraints:      49807
329.14/330.05	c #Conflicts:     415000 | #Constraints:      50807
329.14/330.05	c #Conflicts:     416000 | #Constraints:      51807
329.14/330.05	c #Conflicts:     417000 | #Constraints:      52807
329.14/330.05	c INPROCESSING
329.14/330.05	c GARBAGE COLLECT
329.14/330.05	c rational objective 4
344.60/345.58	c #Conflicts:     418000 | #Constraints:      33385
344.60/345.58	c #Conflicts:     419000 | #Constraints:      34385
344.60/345.58	c #Conflicts:     420000 | #Constraints:      35385
344.60/345.58	c #Conflicts:     421000 | #Constraints:      36385
344.60/345.58	c #Conflicts:     422000 | #Constraints:      37385
344.60/345.58	c #Conflicts:     423000 | #Constraints:      38385
344.60/345.58	c #Conflicts:     424000 | #Constraints:      39385
344.60/345.58	c #Conflicts:     425000 | #Constraints:      40385
344.60/345.58	c #Conflicts:     426000 | #Constraints:      41386
344.60/345.58	c #Conflicts:     427000 | #Constraints:      42386
344.60/345.58	c #Conflicts:     428000 | #Constraints:      43386
344.60/345.58	c #Conflicts:     429000 | #Constraints:      44386
344.60/345.58	c #Conflicts:     430000 | #Constraints:      45386
344.60/345.58	c #Conflicts:     431000 | #Constraints:      46386
344.60/345.58	c #Conflicts:     432000 | #Constraints:      47386
344.60/345.58	c #Conflicts:     433000 | #Constraints:      48386
344.60/345.58	c #Conflicts:     434000 | #Constraints:      49386
344.60/345.58	c #Conflicts:     435000 | #Constraints:      50386
344.60/345.58	c #Conflicts:     436000 | #Constraints:      51386
344.60/345.58	c #Conflicts:     437000 | #Constraints:      52386
344.60/345.58	c #Conflicts:     438000 | #Constraints:      53386
344.60/345.58	c #Conflicts:     439000 | #Constraints:      54386
344.60/345.58	c #Conflicts:     440000 | #Constraints:      55386
344.60/345.58	c #Conflicts:     441000 | #Constraints:      56386
344.60/345.58	c #Conflicts:     442000 | #Constraints:      57386
344.60/345.58	c bounds 123 >= -774 @ 337.595
363.65/364.63	c #Conflicts:     443000 | #Constraints:      58485
363.65/364.63	c #Conflicts:     444000 | #Constraints:      59485
363.65/364.63	c #Conflicts:     445000 | #Constraints:      60485
363.65/364.63	c #Conflicts:     446000 | #Constraints:      61485
363.65/364.63	c #Conflicts:     447000 | #Constraints:      62485
363.65/364.63	c #Conflicts:     448000 | #Constraints:      63485
363.65/364.63	c #Conflicts:     449000 | #Constraints:      64485
363.65/364.63	c #Conflicts:     450000 | #Constraints:      65485
363.65/364.63	c #Conflicts:     451000 | #Constraints:      66485
363.65/364.63	c #Conflicts:     452000 | #Constraints:      67485
363.65/364.63	c #Conflicts:     453000 | #Constraints:      68485
363.65/364.63	c #Conflicts:     454000 | #Constraints:      69485
363.65/364.63	c #Conflicts:     455000 | #Constraints:      70485
363.65/364.63	c #Conflicts:     456000 | #Constraints:      71485
363.65/364.63	c #Conflicts:     457000 | #Constraints:      72485
363.65/364.63	c #Conflicts:     458000 | #Constraints:      73485
363.65/364.63	c #Conflicts:     459000 | #Constraints:      74485
363.65/364.63	c #Conflicts:     460000 | #Constraints:      75486
363.65/364.63	c #Conflicts:     461000 | #Constraints:      76486
363.65/364.63	c INPROCESSING
363.65/364.63	c GARBAGE COLLECT
363.65/364.63	c rational objective 4
401.86/402.95	c #Conflicts:     462000 | #Constraints:      44826
401.86/402.95	c #Conflicts:     463000 | #Constraints:      45826
401.86/402.95	c #Conflicts:     464000 | #Constraints:      46826
401.86/402.95	c #Conflicts:     465000 | #Constraints:      47826
401.86/402.95	c #Conflicts:     466000 | #Constraints:      48826
401.86/402.95	c #Conflicts:     467000 | #Constraints:      49826
401.86/402.95	c #Conflicts:     468000 | #Constraints:      50826
401.86/402.95	c #Conflicts:     469000 | #Constraints:      51826
401.86/402.95	c #Conflicts:     470000 | #Constraints:      52826
401.86/402.95	c #Conflicts:     471000 | #Constraints:      53826
401.86/402.95	c #Conflicts:     472000 | #Constraints:      54826
401.86/402.95	c #Conflicts:     473000 | #Constraints:      55826
401.86/402.95	c #Conflicts:     474000 | #Constraints:      56826
401.86/402.95	c #Conflicts:     475000 | #Constraints:      57826
401.86/402.95	c #Conflicts:     476000 | #Constraints:      58826
401.86/402.95	c #Conflicts:     477000 | #Constraints:      59826
401.86/402.95	c #Conflicts:     478000 | #Constraints:      60826
401.86/402.95	c bounds 122 >= -774 @ 394.504
403.75/404.85	c #Conflicts:     479000 | #Constraints:      61837
403.75/404.85	c #Conflicts:     480000 | #Constraints:      62837
403.75/404.85	c INPROCESSING
403.75/404.85	c GARBAGE COLLECT
403.75/404.85	c rational objective 4
404.15/405.23	c #Conflicts:     481000 | #Constraints:      38426
404.15/405.23	c bounds 122 >= -773 @ 396.754
406.45/407.59	c #Conflicts:     482000 | #Constraints:      39475
406.45/407.59	c #Conflicts:     483000 | #Constraints:      40475
406.45/407.59	c #Conflicts:     484000 | #Constraints:      41475
406.45/407.59	c bounds 122 >= -772 @ 399.065
407.05/408.19	c #Conflicts:     485000 | #Constraints:      42520
407.05/408.19	c #Conflicts:     486000 | #Constraints:      43520
407.05/408.19	c #Conflicts:     487000 | #Constraints:      44520
407.05/408.19	c bounds 122 >= -771 @ 399.654
408.54/409.60	c #Conflicts:     488000 | #Constraints:      45547
408.54/409.60	c #Conflicts:     489000 | #Constraints:      46547
408.54/409.60	c #Conflicts:     490000 | #Constraints:      47547
408.54/409.60	c #Conflicts:     491000 | #Constraints:      48547
408.54/409.60	c #Conflicts:     492000 | #Constraints:      49547
408.54/409.60	c #Conflicts:     493000 | #Constraints:      50547
408.54/409.60	c #Conflicts:     494000 | #Constraints:      51547
408.54/409.60	c bounds 122 >= -770 @ 401.038
411.53/412.61	c #Conflicts:     495000 | #Constraints:      52586
411.53/412.61	c #Conflicts:     496000 | #Constraints:      53586
411.53/412.61	c #Conflicts:     497000 | #Constraints:      54586
411.53/412.61	c #Conflicts:     498000 | #Constraints:      55586
411.53/412.61	c INPROCESSING
411.53/412.61	c GARBAGE COLLECT
411.53/412.61	c rational objective 4
412.52/413.63	c #Conflicts:     499000 | #Constraints:      34630
412.52/413.63	c #Conflicts:     500000 | #Constraints:      35630
412.52/413.63	c #Conflicts:     501000 | #Constraints:      36630
412.52/413.63	c #Conflicts:     502000 | #Constraints:      37630
412.52/413.63	c #Conflicts:     503000 | #Constraints:      38630
412.52/413.63	c #Conflicts:     504000 | #Constraints:      39630
412.52/413.63	c #Conflicts:     505000 | #Constraints:      40630
412.52/413.63	c bounds 122 >= -769 @ 404.991
421.11/422.27	c #Conflicts:     506000 | #Constraints:      41696
421.11/422.27	c #Conflicts:     507000 | #Constraints:      42696
421.11/422.27	c #Conflicts:     508000 | #Constraints:      43696
421.11/422.27	c #Conflicts:     509000 | #Constraints:      44696
421.11/422.27	c #Conflicts:     510000 | #Constraints:      45696
421.11/422.27	c #Conflicts:     511000 | #Constraints:      46697
421.11/422.27	c #Conflicts:     512000 | #Constraints:      47697
421.11/422.27	c #Conflicts:     513000 | #Constraints:      48697
421.11/422.27	c bounds 122 >= -768 @ 413.484
428.19/429.32	c #Conflicts:     514000 | #Constraints:      49763
428.19/429.32	c #Conflicts:     515000 | #Constraints:      50763
428.19/429.32	c #Conflicts:     516000 | #Constraints:      51763
428.19/429.32	c #Conflicts:     517000 | #Constraints:      52763
428.19/429.32	c #Conflicts:     518000 | #Constraints:      53763
428.19/429.32	c #Conflicts:     519000 | #Constraints:      54763
428.19/429.32	c #Conflicts:     520000 | #Constraints:      55763
428.19/429.32	c #Conflicts:     521000 | #Constraints:      56763
428.19/429.32	c #Conflicts:     522000 | #Constraints:      57763
428.19/429.32	c #Conflicts:     523000 | #Constraints:      58763
428.19/429.32	c #Conflicts:     524000 | #Constraints:      59763
428.19/429.32	c #Conflicts:     525000 | #Constraints:      60763
428.19/429.32	c #Conflicts:     526000 | #Constraints:      61763
428.19/429.32	c #Conflicts:     527000 | #Constraints:      62763
428.19/429.32	c #Conflicts:     528000 | #Constraints:      63763
428.19/429.32	c #Conflicts:     529000 | #Constraints:      64763
428.19/429.32	c #Conflicts:     530000 | #Constraints:      65763
428.19/429.32	c #Conflicts:     531000 | #Constraints:      66763
428.19/429.32	c bounds 122 >= -767 @ 420.417
441.56/442.74	c #Conflicts:     532000 | #Constraints:      67811
441.56/442.74	c #Conflicts:     533000 | #Constraints:      68811
441.56/442.74	c #Conflicts:     534000 | #Constraints:      69811
441.56/442.74	c #Conflicts:     535000 | #Constraints:      70811
441.56/442.74	c #Conflicts:     536000 | #Constraints:      71811
441.56/442.74	c #Conflicts:     537000 | #Constraints:      72811
441.56/442.74	c #Conflicts:     538000 | #Constraints:      73811
441.56/442.74	c #Conflicts:     539000 | #Constraints:      74811
441.56/442.74	c #Conflicts:     540000 | #Constraints:      75811
441.56/442.74	c #Conflicts:     541000 | #Constraints:      76811
441.56/442.74	c #Conflicts:     542000 | #Constraints:      77811
441.56/442.74	c #Conflicts:     543000 | #Constraints:      78811
441.56/442.74	c #Conflicts:     544000 | #Constraints:      79811
441.56/442.74	c #Conflicts:     545000 | #Constraints:      80811
441.56/442.74	c #Conflicts:     546000 | #Constraints:      81811
441.56/442.74	c #Conflicts:     547000 | #Constraints:      82811
441.56/442.74	c INPROCESSING
441.56/442.74	c GARBAGE COLLECT
441.56/442.74	c rational objective 4
453.72/454.95	c #Conflicts:     548000 | #Constraints:      48185
453.72/454.95	c #Conflicts:     549000 | #Constraints:      49185
453.72/454.95	c #Conflicts:     550000 | #Constraints:      50185
453.72/454.95	c #Conflicts:     551000 | #Constraints:      51185
453.72/454.95	c #Conflicts:     552000 | #Constraints:      52185
453.72/454.95	c #Conflicts:     553000 | #Constraints:      53185
453.72/454.95	c #Conflicts:     554000 | #Constraints:      54185
453.72/454.95	c #Conflicts:     555000 | #Constraints:      55185
453.72/454.95	c #Conflicts:     556000 | #Constraints:      56185
453.72/454.95	c #Conflicts:     557000 | #Constraints:      57185
453.72/454.95	c #Conflicts:     558000 | #Constraints:      58185
453.72/454.95	c #Conflicts:     559000 | #Constraints:      59185
453.72/454.95	c #Conflicts:     560000 | #Constraints:      60185
453.72/454.95	c #Conflicts:     561000 | #Constraints:      61185
453.72/454.95	c #Conflicts:     562000 | #Constraints:      62185
453.72/454.95	c #Conflicts:     563000 | #Constraints:      63185
453.72/454.95	c #Conflicts:     564000 | #Constraints:      64185
453.72/454.95	c #Conflicts:     565000 | #Constraints:      65185
453.72/454.95	c #Conflicts:     566000 | #Constraints:      66185
453.72/454.95	c #Conflicts:     567000 | #Constraints:      67185
453.72/454.95	c INPROCESSING
453.72/454.95	c GARBAGE COLLECT
453.72/454.95	c rational objective 4
458.31/459.52	c #Conflicts:     568000 | #Constraints:      40689
458.31/459.52	c #Conflicts:     569000 | #Constraints:      41689
458.31/459.52	c #Conflicts:     570000 | #Constraints:      42689
458.31/459.52	c #Conflicts:     571000 | #Constraints:      43689
458.31/459.52	c #Conflicts:     572000 | #Constraints:      44689
458.31/459.52	c #Conflicts:     573000 | #Constraints:      45689
458.31/459.52	c #Conflicts:     574000 | #Constraints:      46689
458.31/459.52	c #Conflicts:     575000 | #Constraints:      47689
458.31/459.52	c #Conflicts:     576000 | #Constraints:      48689
458.31/459.52	c #Conflicts:     577000 | #Constraints:      49689
458.31/459.52	c #Conflicts:     578000 | #Constraints:      50689
458.31/459.52	c #Conflicts:     579000 | #Constraints:      51689
458.31/459.52	c #Conflicts:     580000 | #Constraints:      52689
458.31/459.52	c #Conflicts:     581000 | #Constraints:      53689
458.31/459.52	c #Conflicts:     582000 | #Constraints:      54689
458.31/459.52	c #Conflicts:     583000 | #Constraints:      55689
458.31/459.52	c #Conflicts:     584000 | #Constraints:      56689
458.31/459.52	c #Conflicts:     585000 | #Constraints:      57689
458.31/459.52	c bounds 122 >= -766 @ 450.076
463.40/464.66	c #Conflicts:     586000 | #Constraints:      58761
463.40/464.66	c INPROCESSING
463.40/464.66	c GARBAGE COLLECT
463.40/464.66	c rational objective 4
502.89/504.25	c #Conflicts:     587000 | #Constraints:      36101
502.89/504.25	c #Conflicts:     588000 | #Constraints:      37101
502.89/504.25	c #Conflicts:     589000 | #Constraints:      38101
502.89/504.25	c #Conflicts:     590000 | #Constraints:      39101
502.89/504.25	c #Conflicts:     591000 | #Constraints:      40101
502.89/504.25	c #Conflicts:     592000 | #Constraints:      41101
502.89/504.25	c #Conflicts:     593000 | #Constraints:      42101
502.89/504.25	c #Conflicts:     594000 | #Constraints:      43101
502.89/504.25	c #Conflicts:     595000 | #Constraints:      44101
502.89/504.25	c #Conflicts:     596000 | #Constraints:      45101
502.89/504.25	c #Conflicts:     597000 | #Constraints:      46102
502.89/504.25	c #Conflicts:     598000 | #Constraints:      47102
502.89/504.25	c #Conflicts:     599000 | #Constraints:      48102
502.89/504.25	c #Conflicts:     600000 | #Constraints:      49102
502.89/504.25	c #Conflicts:     601000 | #Constraints:      50102
502.89/504.25	c #Conflicts:     602000 | #Constraints:      51102
502.89/504.25	c #Conflicts:     603000 | #Constraints:      52102
502.89/504.25	c #Conflicts:     604000 | #Constraints:      53102
502.89/504.25	c #Conflicts:     605000 | #Constraints:      54102
502.89/504.25	c #Conflicts:     606000 | #Constraints:      55102
502.89/504.25	c #Conflicts:     607000 | #Constraints:      56102
502.89/504.25	c #Conflicts:     608000 | #Constraints:      57102
502.89/504.25	c #Conflicts:     609000 | #Constraints:      58102
502.89/504.25	c #Conflicts:     610000 | #Constraints:      59102
502.89/504.25	c #Conflicts:     611000 | #Constraints:      60102
502.89/504.25	c #Conflicts:     612000 | #Constraints:      61102
502.89/504.25	c #Conflicts:     613000 | #Constraints:      62102
502.89/504.25	c #Conflicts:     614000 | #Constraints:      63102
502.89/504.25	c #Conflicts:     615000 | #Constraints:      64102
502.89/504.25	c #Conflicts:     616000 | #Constraints:      65102
502.89/504.25	c #Conflicts:     617000 | #Constraints:      66102
502.89/504.25	c #Conflicts:     618000 | #Constraints:      67102
502.89/504.25	c #Conflicts:     619000 | #Constraints:      68102
502.89/504.25	c #Conflicts:     620000 | #Constraints:      69102
502.89/504.25	c #Conflicts:     621000 | #Constraints:      70102
502.89/504.25	c #Conflicts:     622000 | #Constraints:      71102
502.89/504.25	c #Conflicts:     623000 | #Constraints:      72102
502.89/504.25	c #Conflicts:     624000 | #Constraints:      73102
502.89/504.25	c #Conflicts:     625000 | #Constraints:      74102
502.89/504.25	c #Conflicts:     626000 | #Constraints:      75102
502.89/504.25	c #Conflicts:     627000 | #Constraints:      76102
502.89/504.25	c #Conflicts:     628000 | #Constraints:      77102
502.89/504.25	c #Conflicts:     629000 | #Constraints:      78102
502.89/504.25	c #Conflicts:     630000 | #Constraints:      79103
502.89/504.25	c #Conflicts:     631000 | #Constraints:      80103
502.89/504.25	c #Conflicts:     632000 | #Constraints:      81103
502.89/504.25	c #Conflicts:     633000 | #Constraints:      82104
502.89/504.25	c #Conflicts:     634000 | #Constraints:      83105
502.89/504.25	c #Conflicts:     635000 | #Constraints:      84105
502.89/504.25	c #Conflicts:     636000 | #Constraints:      85105
502.89/504.25	c #Conflicts:     637000 | #Constraints:      86105
502.89/504.25	c #Conflicts:     638000 | #Constraints:      87105
502.89/504.25	c #Conflicts:     639000 | #Constraints:      88106
502.89/504.25	c #Conflicts:     640000 | #Constraints:      89106
502.89/504.25	c INPROCESSING
502.89/504.25	c GARBAGE COLLECT
502.89/504.25	c rational objective 4
518.77/520.13	c #Conflicts:     641000 | #Constraints:      51510
518.77/520.13	c #Conflicts:     642000 | #Constraints:      52510
518.77/520.13	c #Conflicts:     643000 | #Constraints:      53510
518.77/520.13	c #Conflicts:     644000 | #Constraints:      54510
518.77/520.13	c #Conflicts:     645000 | #Constraints:      55510
518.77/520.13	c #Conflicts:     646000 | #Constraints:      56510
518.77/520.13	c #Conflicts:     647000 | #Constraints:      57510
518.77/520.13	c #Conflicts:     648000 | #Constraints:      58510
518.77/520.13	c #Conflicts:     649000 | #Constraints:      59510
518.77/520.13	c #Conflicts:     650000 | #Constraints:      60510
518.77/520.13	c #Conflicts:     651000 | #Constraints:      61510
518.77/520.13	c #Conflicts:     652000 | #Constraints:      62510
518.77/520.13	c #Conflicts:     653000 | #Constraints:      63510
518.77/520.13	c #Conflicts:     654000 | #Constraints:      64510
518.77/520.13	c #Conflicts:     655000 | #Constraints:      65510
518.77/520.13	c #Conflicts:     656000 | #Constraints:      66510
518.77/520.13	c #Conflicts:     657000 | #Constraints:      67510
518.77/520.13	c #Conflicts:     658000 | #Constraints:      68510
518.77/520.13	c #Conflicts:     659000 | #Constraints:      69510
518.77/520.13	c #Conflicts:     660000 | #Constraints:      70510
518.77/520.13	c #Conflicts:     661000 | #Constraints:      71510
518.77/520.13	c INPROCESSING
518.77/520.13	c GARBAGE COLLECT
518.77/520.13	c rational objective 4
519.76/521.15	c #Conflicts:     662000 | #Constraints:      42772
519.76/521.15	c #Conflicts:     663000 | #Constraints:      43772
519.76/521.15	c #Conflicts:     664000 | #Constraints:      44772
519.76/521.15	c #Conflicts:     665000 | #Constraints:      45772
519.76/521.15	c #Conflicts:     666000 | #Constraints:      46772
519.76/521.15	c #Conflicts:     667000 | #Constraints:      47772
519.76/521.15	c bounds 122 >= -765 @ 510.681
521.95/523.33	c #Conflicts:     668000 | #Constraints:      48850
521.95/523.33	c #Conflicts:     669000 | #Constraints:      49850
521.95/523.33	c #Conflicts:     670000 | #Constraints:      50850
521.95/523.33	c #Conflicts:     671000 | #Constraints:      51850
521.95/523.33	c #Conflicts:     672000 | #Constraints:      52850
521.95/523.33	c #Conflicts:     673000 | #Constraints:      53850
521.95/523.33	c #Conflicts:     674000 | #Constraints:      54850
521.95/523.33	c #Conflicts:     675000 | #Constraints:      55850
521.95/523.33	c bounds 122 >= -764 @ 512.789
533.32/534.79	c #Conflicts:     676000 | #Constraints:      56904
533.32/534.79	c #Conflicts:     677000 | #Constraints:      57905
533.32/534.79	c #Conflicts:     678000 | #Constraints:      58905
533.32/534.79	c #Conflicts:     679000 | #Constraints:      59905
533.32/534.79	c #Conflicts:     680000 | #Constraints:      60905
533.32/534.79	c #Conflicts:     681000 | #Constraints:      61905
533.32/534.79	c #Conflicts:     682000 | #Constraints:      62905
533.32/534.79	c INPROCESSING
533.32/534.79	c GARBAGE COLLECT
533.32/534.79	c rational objective 4
536.01/537.47	c #Conflicts:     683000 | #Constraints:      38341
536.01/537.47	c #Conflicts:     684000 | #Constraints:      39341
536.01/537.47	c #Conflicts:     685000 | #Constraints:      40341
536.01/537.47	c #Conflicts:     686000 | #Constraints:      41341
536.01/537.47	c #Conflicts:     687000 | #Constraints:      42341
536.01/537.47	c #Conflicts:     688000 | #Constraints:      43341
536.01/537.47	c #Conflicts:     689000 | #Constraints:      44341
536.01/537.47	c #Conflicts:     690000 | #Constraints:      45341
536.01/537.47	c #Conflicts:     691000 | #Constraints:      46341
536.01/537.47	c #Conflicts:     692000 | #Constraints:      47341
536.01/537.47	c #Conflicts:     693000 | #Constraints:      48341
536.01/537.47	c #Conflicts:     694000 | #Constraints:      49341
536.01/537.47	c bounds 122 >= -763 @ 526.654
543.00/544.40	c #Conflicts:     695000 | #Constraints:      50395
543.00/544.40	c #Conflicts:     696000 | #Constraints:      51395
543.00/544.40	c #Conflicts:     697000 | #Constraints:      52395
543.00/544.40	c #Conflicts:     698000 | #Constraints:      53395
543.00/544.40	c #Conflicts:     699000 | #Constraints:      54395
543.00/544.40	c #Conflicts:     700000 | #Constraints:      55395
543.00/544.40	c #Conflicts:     701000 | #Constraints:      56395
543.00/544.40	c #Conflicts:     702000 | #Constraints:      57395
543.00/544.40	c #Conflicts:     703000 | #Constraints:      58395
543.00/544.40	c #Conflicts:     704000 | #Constraints:      59395
543.00/544.40	c #Conflicts:     705000 | #Constraints:      60395
543.00/544.40	c #Conflicts:     706000 | #Constraints:      61395
543.00/544.40	c #Conflicts:     707000 | #Constraints:      62395
543.00/544.40	c #Conflicts:     708000 | #Constraints:      63395
543.00/544.40	c #Conflicts:     709000 | #Constraints:      64395
543.00/544.40	c #Conflicts:     710000 | #Constraints:      65395
543.00/544.40	c bounds 122 >= -762 @ 533.499
573.72/575.29	c #Conflicts:     711000 | #Constraints:      66434
573.72/575.29	c #Conflicts:     712000 | #Constraints:      67434
573.72/575.29	c #Conflicts:     713000 | #Constraints:      68434
573.72/575.29	c #Conflicts:     714000 | #Constraints:      69434
573.72/575.29	c #Conflicts:     715000 | #Constraints:      70434
573.72/575.29	c #Conflicts:     716000 | #Constraints:      71435
573.72/575.29	c #Conflicts:     717000 | #Constraints:      72435
573.72/575.29	c #Conflicts:     718000 | #Constraints:      73435
573.72/575.29	c #Conflicts:     719000 | #Constraints:      74435
573.72/575.29	c #Conflicts:     720000 | #Constraints:      75435
573.72/575.29	c #Conflicts:     721000 | #Constraints:      76435
573.72/575.29	c #Conflicts:     722000 | #Constraints:      77435
573.72/575.29	c #Conflicts:     723000 | #Constraints:      78435
573.72/575.29	c #Conflicts:     724000 | #Constraints:      79435
573.72/575.29	c #Conflicts:     725000 | #Constraints:      80435
573.72/575.29	c #Conflicts:     726000 | #Constraints:      81435
573.72/575.29	c #Conflicts:     727000 | #Constraints:      82435
573.72/575.29	c #Conflicts:     728000 | #Constraints:      83435
573.72/575.29	c #Conflicts:     729000 | #Constraints:      84435
573.72/575.29	c #Conflicts:     730000 | #Constraints:      85435
573.72/575.29	c #Conflicts:     731000 | #Constraints:      86435
573.72/575.29	c #Conflicts:     732000 | #Constraints:      87435
573.72/575.29	c #Conflicts:     733000 | #Constraints:      88435
573.72/575.29	c #Conflicts:     734000 | #Constraints:      89435
573.72/575.29	c #Conflicts:     735000 | #Constraints:      90435
573.72/575.29	c #Conflicts:     736000 | #Constraints:      91435
573.72/575.29	c #Conflicts:     737000 | #Constraints:      92435
573.72/575.29	c #Conflicts:     738000 | #Constraints:      93435
573.72/575.29	c #Conflicts:     739000 | #Constraints:      94435
573.72/575.29	c #Conflicts:     740000 | #Constraints:      95435
573.72/575.29	c INPROCESSING
573.72/575.29	c GARBAGE COLLECT
573.72/575.29	c rational objective 4
577.51/579.05	c #Conflicts:     741000 | #Constraints:      54895
577.51/579.05	c #Conflicts:     742000 | #Constraints:      55895
577.51/579.05	c #Conflicts:     743000 | #Constraints:      56895
577.51/579.05	c #Conflicts:     744000 | #Constraints:      57895
577.51/579.05	c #Conflicts:     745000 | #Constraints:      58895
577.51/579.05	c #Conflicts:     746000 | #Constraints:      59895
577.51/579.05	c #Conflicts:     747000 | #Constraints:      60895
577.51/579.05	c #Conflicts:     748000 | #Constraints:      61895
577.51/579.05	c #Conflicts:     749000 | #Constraints:      62895
577.51/579.05	c bounds 122 >= -761 @ 567.707
591.27/592.85	c #Conflicts:     750000 | #Constraints:      63988
591.27/592.85	c #Conflicts:     751000 | #Constraints:      64988
591.27/592.85	c #Conflicts:     752000 | #Constraints:      65988
591.27/592.85	c #Conflicts:     753000 | #Constraints:      66988
591.27/592.85	c #Conflicts:     754000 | #Constraints:      67988
591.27/592.85	c #Conflicts:     755000 | #Constraints:      68988
591.27/592.85	c #Conflicts:     756000 | #Constraints:      69988
591.27/592.85	c #Conflicts:     757000 | #Constraints:      70988
591.27/592.85	c #Conflicts:     758000 | #Constraints:      71988
591.27/592.85	c #Conflicts:     759000 | #Constraints:      72988
591.27/592.85	c #Conflicts:     760000 | #Constraints:      73988
591.27/592.85	c #Conflicts:     761000 | #Constraints:      74988
591.27/592.85	c #Conflicts:     762000 | #Constraints:      75988
591.27/592.85	c INPROCESSING
591.27/592.85	c GARBAGE COLLECT
591.27/592.85	c rational objective 4
593.68/595.29	c #Conflicts:     763000 | #Constraints:      44900
593.68/595.29	c #Conflicts:     764000 | #Constraints:      45900
593.68/595.29	c bounds 121 >= -761 @ 583.658
593.77/595.32	c bounds 121 >= -760 @ 583.683
593.77/595.34	c bounds 121 >= -759 @ 583.707
593.87/595.42	c #Conflicts:     765000 | #Constraints:      46955
593.87/595.42	c bounds 121 >= -758 @ 583.781
594.07/595.62	c #Conflicts:     766000 | #Constraints:      47982
594.07/595.62	c bounds 121 >= -757 @ 583.973
594.97/596.57	c #Conflicts:     767000 | #Constraints:      49015
594.97/596.57	c #Conflicts:     768000 | #Constraints:      50015
594.97/596.57	c #Conflicts:     769000 | #Constraints:      51015
594.97/596.57	c #Conflicts:     770000 | #Constraints:      52015
594.97/596.57	c bounds 121 >= -756 @ 584.899
598.26/599.87	c #Conflicts:     771000 | #Constraints:      53057
598.26/599.87	c #Conflicts:     772000 | #Constraints:      54057
598.26/599.87	c #Conflicts:     773000 | #Constraints:      55057
598.26/599.87	c #Conflicts:     774000 | #Constraints:      56057
598.26/599.87	c #Conflicts:     775000 | #Constraints:      57057
598.26/599.87	c #Conflicts:     776000 | #Constraints:      58057
598.26/599.87	c #Conflicts:     777000 | #Constraints:      59057
598.26/599.87	c #Conflicts:     778000 | #Constraints:      60057
598.26/599.87	c #Conflicts:     779000 | #Constraints:      61057
598.26/599.87	c bounds 121 >= -755 @ 588.155
610.03/611.63	c #Conflicts:     780000 | #Constraints:      62090
610.03/611.63	c #Conflicts:     781000 | #Constraints:      63090
610.03/611.63	c #Conflicts:     782000 | #Constraints:      64090
610.03/611.63	c #Conflicts:     783000 | #Constraints:      65090
610.03/611.63	c #Conflicts:     784000 | #Constraints:      66090
610.03/611.63	c #Conflicts:     785000 | #Constraints:      67090
610.03/611.63	c INPROCESSING
610.03/611.63	c GARBAGE COLLECT
610.03/611.63	c rational objective 4
610.23/611.85	c #Conflicts:     786000 | #Constraints:      40621
610.23/611.85	c #Conflicts:     787000 | #Constraints:      41621
610.23/611.85	c bounds 121 >= -754 @ 599.925
614.92/616.51	c #Conflicts:     788000 | #Constraints:      42696
614.92/616.51	c #Conflicts:     789000 | #Constraints:      43696
614.92/616.51	c #Conflicts:     790000 | #Constraints:      44697
614.92/616.51	c #Conflicts:     791000 | #Constraints:      45697
614.92/616.51	c #Conflicts:     792000 | #Constraints:      46697
614.92/616.51	c bounds 121 >= -753 @ 604.475
618.91/620.57	c #Conflicts:     793000 | #Constraints:      47730
618.91/620.57	c #Conflicts:     794000 | #Constraints:      48730
618.91/620.57	c #Conflicts:     795000 | #Constraints:      49730
618.91/620.57	c #Conflicts:     796000 | #Constraints:      50730
618.91/620.57	c #Conflicts:     797000 | #Constraints:      51730
618.91/620.57	c #Conflicts:     798000 | #Constraints:      52730
618.91/620.57	c #Conflicts:     799000 | #Constraints:      53730
618.91/620.57	c #Conflicts:     800000 | #Constraints:      54730
618.91/620.57	c #Conflicts:     801000 | #Constraints:      55730
618.91/620.57	c #Conflicts:     802000 | #Constraints:      56730
618.91/620.57	c #Conflicts:     803000 | #Constraints:      57730
618.91/620.57	c #Conflicts:     804000 | #Constraints:      58730
618.91/620.57	c bounds 121 >= -752 @ 608.464
621.80/623.49	c #Conflicts:     805000 | #Constraints:      59784
621.80/623.49	c #Conflicts:     806000 | #Constraints:      60784
621.80/623.49	c #Conflicts:     807000 | #Constraints:      61784
621.80/623.49	c #Conflicts:     808000 | #Constraints:      62784
621.80/623.49	c #Conflicts:     809000 | #Constraints:      63784
621.80/623.49	c bounds 120 >= -752 @ 611.324
621.90/623.50	c bounds 120 >= -751 @ 611.33
621.90/623.50	c bounds 120 >= -750 @ 611.334
622.50/624.15	c #Conflicts:     810000 | #Constraints:      64812
622.50/624.15	c #Conflicts:     811000 | #Constraints:      65812
622.50/624.15	c #Conflicts:     812000 | #Constraints:      66812
622.50/624.15	c #Conflicts:     813000 | #Constraints:      67812
622.50/624.15	c bounds 120 >= -749 @ 611.947
630.78/632.44	c #Conflicts:     814000 | #Constraints:      68872
630.78/632.44	c #Conflicts:     815000 | #Constraints:      69872
630.78/632.44	c #Conflicts:     816000 | #Constraints:      70872
630.78/632.44	c #Conflicts:     817000 | #Constraints:      71872
630.78/632.44	c #Conflicts:     818000 | #Constraints:      72872
630.78/632.44	c #Conflicts:     819000 | #Constraints:      73873
630.78/632.44	c #Conflicts:     820000 | #Constraints:      74873
630.78/632.44	c #Conflicts:     821000 | #Constraints:      75873
630.78/632.44	c #Conflicts:     822000 | #Constraints:      76873
630.78/632.44	c #Conflicts:     823000 | #Constraints:      77873
630.78/632.44	c #Conflicts:     824000 | #Constraints:      78873
630.78/632.44	c #Conflicts:     825000 | #Constraints:      79873
630.78/632.44	c bounds 120 >= -748 @ 620.075
630.88/632.51	c bounds 118 >= -748 @ 620.137
632.17/633.84	c #Conflicts:     826000 | #Constraints:      80919
632.17/633.84	c bounds 117 >= -748 @ 621.462
635.66/637.34	c #Conflicts:     827000 | #Constraints:      81920
635.66/637.34	c #Conflicts:     828000 | #Constraints:      82920
635.66/637.34	c bounds 116 >= -748 @ 624.908
649.43/651.16	c #Conflicts:     829000 | #Constraints:      83921
649.43/651.16	c #Conflicts:     830000 | #Constraints:      84921
649.43/651.16	c #Conflicts:     831000 | #Constraints:      85921
649.43/651.16	c #Conflicts:     832000 | #Constraints:      86921
649.43/651.16	c #Conflicts:     833000 | #Constraints:      87921
649.43/651.16	c #Conflicts:     834000 | #Constraints:      88921
649.43/651.16	c #Conflicts:     835000 | #Constraints:      89921
649.43/651.16	c #Conflicts:     836000 | #Constraints:      90921
649.43/651.16	c #Conflicts:     837000 | #Constraints:      91921
649.43/651.16	c #Conflicts:     838000 | #Constraints:      92921
649.43/651.16	c #Conflicts:     839000 | #Constraints:      93922
649.43/651.16	c #Conflicts:     840000 | #Constraints:      94922
649.43/651.16	c #Conflicts:     841000 | #Constraints:      95922
649.43/651.16	c #Conflicts:     842000 | #Constraints:      96922
649.43/651.16	c #Conflicts:     843000 | #Constraints:      97922
649.43/651.16	c #Conflicts:     844000 | #Constraints:      98922
649.43/651.16	c #Conflicts:     845000 | #Constraints:      99922
649.43/651.16	c #Conflicts:     846000 | #Constraints:     100922
649.43/651.16	c #Conflicts:     847000 | #Constraints:     101922
649.43/651.16	c INPROCESSING
649.43/651.16	c GARBAGE COLLECT
649.43/651.16	c rational objective 4
650.13/651.80	c bounds 115 >= -748 @ 639.165
650.23/651.94	c bounds 114 >= -748 @ 639.31
650.83/652.54	c #Conflicts:     848000 | #Constraints:      58140
650.83/652.54	c bounds 113 >= -748 @ 639.894
655.32/657.01	c #Conflicts:     849000 | #Constraints:      59141
655.32/657.01	c #Conflicts:     850000 | #Constraints:      60141
655.32/657.01	c bounds 112 >= -748 @ 644.27
656.51/658.28	c #Conflicts:     851000 | #Constraints:      61142
656.51/658.28	c bounds 111 >= -748 @ 645.518
657.01/658.76	c bounds 110 >= -748 @ 645.99
657.61/659.31	c #Conflicts:     852000 | #Constraints:      62195
657.61/659.31	c bounds 109 >= -748 @ 646.536
658.41/660.14	c bounds 107 >= -748 @ 647.357
659.21/660.94	c bounds 106 >= -748 @ 648.153
660.11/661.80	c #Conflicts:     853000 | #Constraints:      63297
660.11/661.80	c bounds 105 >= -748 @ 648.998
661.10/662.87	c bounds 104 >= -748 @ 650.063
662.60/664.31	c #Conflicts:     854000 | #Constraints:      64403
662.60/664.31	c bounds 103 >= -748 @ 651.483
668.58/670.37	c #Conflicts:     855000 | #Constraints:      65456
668.58/670.37	c #Conflicts:     856000 | #Constraints:      66456
668.58/670.37	c #Conflicts:     857000 | #Constraints:      67456
668.58/670.37	c #Conflicts:     858000 | #Constraints:      68456
668.58/670.37	c #Conflicts:     859000 | #Constraints:      69456
668.58/670.37	c #Conflicts:     860000 | #Constraints:      70456
668.58/670.37	c #Conflicts:     861000 | #Constraints:      71456
668.58/670.37	c #Conflicts:     862000 | #Constraints:      72456
668.58/670.37	c bounds 103 >= -747 @ 657.442
670.47/672.25	c #Conflicts:     863000 | #Constraints:      73538
670.47/672.25	c bounds 102 >= -747 @ 659.311
671.38/673.17	c #Conflicts:     864000 | #Constraints:      74637
671.38/673.17	c bounds 101 >= -747 @ 660.223
673.07/674.87	c bounds 100 >= -747 @ 661.898
677.56/679.31	c #Conflicts:     865000 | #Constraints:      75715
677.56/679.31	c #Conflicts:     866000 | #Constraints:      76799
677.56/679.31	c bounds 99 >= -747 @ 666.3
683.04/684.89	c #Conflicts:     867000 | #Constraints:      77835
683.04/684.89	c #Conflicts:     868000 | #Constraints:      78835
683.04/684.89	c #Conflicts:     869000 | #Constraints:      79835
683.04/684.89	c #Conflicts:     870000 | #Constraints:      80835
683.04/684.89	c #Conflicts:     871000 | #Constraints:      81835
683.04/684.89	c INPROCESSING
683.04/684.89	c GARBAGE COLLECT
683.04/684.89	c rational objective 4
727.13/729.00	c #Conflicts:     872000 | #Constraints:      48148
727.13/729.00	c #Conflicts:     873000 | #Constraints:      49153
727.13/729.00	c #Conflicts:     874000 | #Constraints:      50159
727.13/729.00	c #Conflicts:     875000 | #Constraints:      51173
727.13/729.00	c #Conflicts:     876000 | #Constraints:      52191
727.13/729.00	c #Conflicts:     877000 | #Constraints:      53203
727.13/729.00	c #Conflicts:     878000 | #Constraints:      54224
727.13/729.00	c #Conflicts:     879000 | #Constraints:      55266
727.13/729.00	c #Conflicts:     880000 | #Constraints:      56285
727.13/729.00	c #Conflicts:     881000 | #Constraints:      57304
727.13/729.00	c #Conflicts:     882000 | #Constraints:      58321
727.13/729.00	c #Conflicts:     883000 | #Constraints:      59329
727.13/729.00	c #Conflicts:     884000 | #Constraints:      60338
727.13/729.00	c #Conflicts:     885000 | #Constraints:      61348
727.13/729.00	c #Conflicts:     886000 | #Constraints:      62376
727.13/729.00	c #Conflicts:     887000 | #Constraints:      63391
727.13/729.00	c #Conflicts:     888000 | #Constraints:      64400
727.13/729.00	c #Conflicts:     889000 | #Constraints:      65422
727.13/729.00	c #Conflicts:     890000 | #Constraints:      66437
727.13/729.00	c #Conflicts:     891000 | #Constraints:      67458
727.13/729.00	c #Conflicts:     892000 | #Constraints:      68480
727.13/729.00	c #Conflicts:     893000 | #Constraints:      69510
727.13/729.00	c #Conflicts:     894000 | #Constraints:      70559
727.13/729.00	c #Conflicts:     895000 | #Constraints:      71587
727.13/729.00	c INPROCESSING
727.13/729.00	c GARBAGE COLLECT
727.13/729.00	c rational objective 4
737.30/739.23	c #Conflicts:     896000 | #Constraints:      42988
737.30/739.23	c #Conflicts:     897000 | #Constraints:      43988
737.30/739.23	c #Conflicts:     898000 | #Constraints:      44988
737.30/739.23	c #Conflicts:     899000 | #Constraints:      45988
737.30/739.23	c #Conflicts:     900000 | #Constraints:      46988
737.30/739.23	c #Conflicts:     901000 | #Constraints:      47988
737.30/739.23	c #Conflicts:     902000 | #Constraints:      48988
737.30/739.23	c #Conflicts:     903000 | #Constraints:      49988
737.30/739.23	c #Conflicts:     904000 | #Constraints:      50988
737.30/739.23	c #Conflicts:     905000 | #Constraints:      51988
737.30/739.23	c #Conflicts:     906000 | #Constraints:      52988
737.30/739.23	c #Conflicts:     907000 | #Constraints:      53988
737.30/739.23	c #Conflicts:     908000 | #Constraints:      54988
737.30/739.23	c #Conflicts:     909000 | #Constraints:      55988
737.30/739.23	c #Conflicts:     910000 | #Constraints:      56988
737.30/739.23	c #Conflicts:     911000 | #Constraints:      57988
737.30/739.23	c #Conflicts:     912000 | #Constraints:      58988
737.30/739.23	c #Conflicts:     913000 | #Constraints:      59988
737.30/739.23	c #Conflicts:     914000 | #Constraints:      60988
737.30/739.23	c #Conflicts:     915000 | #Constraints:      61988
737.30/739.23	c #Conflicts:     916000 | #Constraints:      62988
737.30/739.23	c #Conflicts:     917000 | #Constraints:      63988
737.30/739.23	c bounds 99 >= -746 @ 725.327
754.07/756.04	c #Conflicts:     918000 | #Constraints:      65042
754.07/756.04	c #Conflicts:     919000 | #Constraints:      66042
754.07/756.04	c #Conflicts:     920000 | #Constraints:      67042
754.07/756.04	c #Conflicts:     921000 | #Constraints:      68042
754.07/756.04	c #Conflicts:     922000 | #Constraints:      69042
754.07/756.04	c #Conflicts:     923000 | #Constraints:      70042
754.07/756.04	c #Conflicts:     924000 | #Constraints:      71042
754.07/756.04	c #Conflicts:     925000 | #Constraints:      72042
754.07/756.04	c #Conflicts:     926000 | #Constraints:      73042
754.07/756.04	c #Conflicts:     927000 | #Constraints:      74042
754.07/756.04	c #Conflicts:     928000 | #Constraints:      75042
754.07/756.04	c #Conflicts:     929000 | #Constraints:      76042
754.07/756.04	c #Conflicts:     930000 | #Constraints:      77042
754.07/756.04	c #Conflicts:     931000 | #Constraints:      78042
754.07/756.04	c #Conflicts:     932000 | #Constraints:      79042
754.07/756.04	c #Conflicts:     933000 | #Constraints:      80042
754.07/756.04	c #Conflicts:     934000 | #Constraints:      81042
754.07/756.04	c #Conflicts:     935000 | #Constraints:      82042
754.07/756.04	c #Conflicts:     936000 | #Constraints:      83042
754.07/756.04	c #Conflicts:     937000 | #Constraints:      84042
754.07/756.04	c #Conflicts:     938000 | #Constraints:      85042
754.07/756.04	c #Conflicts:     939000 | #Constraints:      86042
754.07/756.04	c #Conflicts:     940000 | #Constraints:      87042
754.07/756.04	c bounds 99 >= -745 @ 741.894
769.32/771.37	c #Conflicts:     941000 | #Constraints:      88105
769.32/771.37	c #Conflicts:     942000 | #Constraints:      89105
769.32/771.37	c #Conflicts:     943000 | #Constraints:      90105
769.32/771.37	c #Conflicts:     944000 | #Constraints:      91105
769.32/771.37	c #Conflicts:     945000 | #Constraints:      92105
769.32/771.37	c #Conflicts:     946000 | #Constraints:      93105
769.32/771.37	c #Conflicts:     947000 | #Constraints:      94105
769.32/771.37	c #Conflicts:     948000 | #Constraints:      95105
769.32/771.37	c #Conflicts:     949000 | #Constraints:      96105
769.32/771.37	c #Conflicts:     950000 | #Constraints:      97105
769.32/771.37	c #Conflicts:     951000 | #Constraints:      98105
769.32/771.37	c #Conflicts:     952000 | #Constraints:      99105
769.32/771.37	c #Conflicts:     953000 | #Constraints:     100105
769.32/771.37	c #Conflicts:     954000 | #Constraints:     101105
769.32/771.37	c #Conflicts:     955000 | #Constraints:     102105
769.32/771.37	c #Conflicts:     956000 | #Constraints:     103105
769.32/771.37	c #Conflicts:     957000 | #Constraints:     104105
769.32/771.37	c #Conflicts:     958000 | #Constraints:     105105
769.32/771.37	c bounds 99 >= -744 @ 757.049
773.31/775.35	c #Conflicts:     959000 | #Constraints:     106138
773.31/775.35	c #Conflicts:     960000 | #Constraints:     107138
773.31/775.35	c #Conflicts:     961000 | #Constraints:     108138
773.31/775.35	c INPROCESSING
773.31/775.35	c GARBAGE COLLECT
773.31/775.35	c rational objective 4
787.67/789.74	c #Conflicts:     962000 | #Constraints:      61311
787.67/789.74	c #Conflicts:     963000 | #Constraints:      62311
787.67/789.74	c #Conflicts:     964000 | #Constraints:      63311
787.67/789.74	c #Conflicts:     965000 | #Constraints:      64311
787.67/789.74	c #Conflicts:     966000 | #Constraints:      65311
787.67/789.74	c #Conflicts:     967000 | #Constraints:      66311
787.67/789.74	c #Conflicts:     968000 | #Constraints:      67311
787.67/789.74	c #Conflicts:     969000 | #Constraints:      68311
787.67/789.74	c #Conflicts:     970000 | #Constraints:      69311
787.67/789.74	c #Conflicts:     971000 | #Constraints:      70311
787.67/789.74	c #Conflicts:     972000 | #Constraints:      71311
787.67/789.74	c #Conflicts:     973000 | #Constraints:      72311
787.67/789.74	c #Conflicts:     974000 | #Constraints:      73311
787.67/789.74	c #Conflicts:     975000 | #Constraints:      74311
787.67/789.74	c #Conflicts:     976000 | #Constraints:      75311
787.67/789.74	c #Conflicts:     977000 | #Constraints:      76311
787.67/789.74	c #Conflicts:     978000 | #Constraints:      77312
787.67/789.74	c #Conflicts:     979000 | #Constraints:      78313
787.67/789.74	c #Conflicts:     980000 | #Constraints:      79313
787.67/789.74	c #Conflicts:     981000 | #Constraints:      80313
787.67/789.74	c #Conflicts:     982000 | #Constraints:      81313
787.67/789.74	c #Conflicts:     983000 | #Constraints:      82313
787.67/789.74	c #Conflicts:     984000 | #Constraints:      83314
787.67/789.74	c #Conflicts:     985000 | #Constraints:      84314
787.67/789.74	c bounds 99 >= -743 @ 775.165
791.17/793.24	c #Conflicts:     986000 | #Constraints:      85368
791.17/793.24	c #Conflicts:     987000 | #Constraints:      86369
791.17/793.24	c INPROCESSING
791.17/793.24	c GARBAGE COLLECT
791.17/793.24	c rational objective 4
807.13/809.28	c #Conflicts:     988000 | #Constraints:      50638
807.13/809.28	c #Conflicts:     989000 | #Constraints:      51638
807.13/809.28	c #Conflicts:     990000 | #Constraints:      52638
807.13/809.28	c #Conflicts:     991000 | #Constraints:      53638
807.13/809.28	c #Conflicts:     992000 | #Constraints:      54638
807.13/809.28	c #Conflicts:     993000 | #Constraints:      55638
807.13/809.28	c #Conflicts:     994000 | #Constraints:      56638
807.13/809.28	c #Conflicts:     995000 | #Constraints:      57638
807.13/809.28	c #Conflicts:     996000 | #Constraints:      58638
807.13/809.28	c #Conflicts:     997000 | #Constraints:      59638
807.13/809.28	c #Conflicts:     998000 | #Constraints:      60638
807.13/809.28	c #Conflicts:     999000 | #Constraints:      61638
807.13/809.28	c #Conflicts:    1000000 | #Constraints:      62638
807.13/809.28	c #Conflicts:    1001000 | #Constraints:      63638
807.13/809.28	c #Conflicts:    1002000 | #Constraints:      64638
807.13/809.28	c #Conflicts:    1003000 | #Constraints:      65638
807.13/809.28	c #Conflicts:    1004000 | #Constraints:      66638
807.13/809.28	c #Conflicts:    1005000 | #Constraints:      67638
807.13/809.28	c #Conflicts:    1006000 | #Constraints:      68638
807.13/809.28	c #Conflicts:    1007000 | #Constraints:      69638
807.13/809.28	c #Conflicts:    1008000 | #Constraints:      70638
807.13/809.28	c #Conflicts:    1009000 | #Constraints:      71638
807.13/809.28	c #Conflicts:    1010000 | #Constraints:      72638
807.13/809.28	c #Conflicts:    1011000 | #Constraints:      73638
807.13/809.28	c #Conflicts:    1012000 | #Constraints:      74638
807.13/809.28	c INPROCESSING
807.13/809.28	c GARBAGE COLLECT
807.13/809.28	c rational objective 4
833.97/836.15	c #Conflicts:    1013000 | #Constraints:      44399
833.97/836.15	c #Conflicts:    1014000 | #Constraints:      45399
833.97/836.15	c #Conflicts:    1015000 | #Constraints:      46399
833.97/836.15	c #Conflicts:    1016000 | #Constraints:      47399
833.97/836.15	c #Conflicts:    1017000 | #Constraints:      48399
833.97/836.15	c #Conflicts:    1018000 | #Constraints:      49399
833.97/836.15	c #Conflicts:    1019000 | #Constraints:      50399
833.97/836.15	c #Conflicts:    1020000 | #Constraints:      51399
833.97/836.15	c #Conflicts:    1021000 | #Constraints:      52399
833.97/836.15	c #Conflicts:    1022000 | #Constraints:      53399
833.97/836.15	c #Conflicts:    1023000 | #Constraints:      54399
833.97/836.15	c #Conflicts:    1024000 | #Constraints:      55399
833.97/836.15	c #Conflicts:    1025000 | #Constraints:      56399
833.97/836.15	c #Conflicts:    1026000 | #Constraints:      57399
833.97/836.15	c #Conflicts:    1027000 | #Constraints:      58399
833.97/836.15	c #Conflicts:    1028000 | #Constraints:      59399
833.97/836.15	c #Conflicts:    1029000 | #Constraints:      60399
833.97/836.15	c #Conflicts:    1030000 | #Constraints:      61399
833.97/836.15	c #Conflicts:    1031000 | #Constraints:      62399
833.97/836.15	c #Conflicts:    1032000 | #Constraints:      63399
833.97/836.15	c #Conflicts:    1033000 | #Constraints:      64399
833.97/836.15	c #Conflicts:    1034000 | #Constraints:      65420
833.97/836.15	c bounds 98 >= -743 @ 821.036
880.25/882.52	c #Conflicts:    1035000 | #Constraints:      66455
880.25/882.52	c #Conflicts:    1036000 | #Constraints:      67455
880.25/882.52	c #Conflicts:    1037000 | #Constraints:      68455
880.25/882.52	c #Conflicts:    1038000 | #Constraints:      69455
880.25/882.52	c #Conflicts:    1039000 | #Constraints:      70455
880.25/882.52	c #Conflicts:    1040000 | #Constraints:      71455
880.25/882.52	c #Conflicts:    1041000 | #Constraints:      72455
880.25/882.52	c #Conflicts:    1042000 | #Constraints:      73455
880.25/882.52	c #Conflicts:    1043000 | #Constraints:      74455
880.25/882.52	c #Conflicts:    1044000 | #Constraints:      75455
880.25/882.52	c #Conflicts:    1045000 | #Constraints:      76455
880.25/882.52	c #Conflicts:    1046000 | #Constraints:      77455
880.25/882.52	c #Conflicts:    1047000 | #Constraints:      78455
880.25/882.52	c #Conflicts:    1048000 | #Constraints:      79455
880.25/882.52	c #Conflicts:    1049000 | #Constraints:      80455
880.25/882.52	c #Conflicts:    1050000 | #Constraints:      81455
880.25/882.52	c #Conflicts:    1051000 | #Constraints:      82455
880.25/882.52	c #Conflicts:    1052000 | #Constraints:      83455
880.25/882.52	c #Conflicts:    1053000 | #Constraints:      84455
880.25/882.52	c #Conflicts:    1054000 | #Constraints:      85455
880.25/882.52	c #Conflicts:    1055000 | #Constraints:      86455
880.25/882.52	c #Conflicts:    1056000 | #Constraints:      87455
880.25/882.52	c #Conflicts:    1057000 | #Constraints:      88455
880.25/882.52	c #Conflicts:    1058000 | #Constraints:      89455
880.25/882.52	c #Conflicts:    1059000 | #Constraints:      90455
880.25/882.52	c #Conflicts:    1060000 | #Constraints:      91455
880.25/882.52	c #Conflicts:    1061000 | #Constraints:      92455
880.25/882.52	c #Conflicts:    1062000 | #Constraints:      93455
880.25/882.52	c bounds 98 >= -742 @ 867.085
882.64/884.93	c #Conflicts:    1063000 | #Constraints:      94542
882.64/884.93	c bounds 97 >= -742 @ 869.449
886.12/888.44	c #Conflicts:    1064000 | #Constraints:      95658
886.12/888.44	c #Conflicts:    1065000 | #Constraints:      96743
886.12/888.44	c bounds 96 >= -742 @ 872.885
888.73/891.01	c #Conflicts:    1066000 | #Constraints:      97857
888.73/891.01	c bounds 95 >= -742 @ 875.39
891.01/893.39	c #Conflicts:    1067000 | #Constraints:      98978
891.01/893.39	c bounds 94 >= -742 @ 877.717
918.25/920.61	c #Conflicts:    1068000 | #Constraints:     100002
918.25/920.61	c #Conflicts:    1069000 | #Constraints:     101002
918.25/920.61	c #Conflicts:    1070000 | #Constraints:     102002
918.25/920.61	c #Conflicts:    1071000 | #Constraints:     103002
918.25/920.61	c #Conflicts:    1072000 | #Constraints:     104002
918.25/920.61	c #Conflicts:    1073000 | #Constraints:     105002
918.25/920.61	c #Conflicts:    1074000 | #Constraints:     106002
918.25/920.61	c #Conflicts:    1075000 | #Constraints:     107002
918.25/920.61	c #Conflicts:    1076000 | #Constraints:     108002
918.25/920.61	c #Conflicts:    1077000 | #Constraints:     109002
918.25/920.61	c #Conflicts:    1078000 | #Constraints:     110002
918.25/920.61	c #Conflicts:    1079000 | #Constraints:     111002
918.25/920.61	c #Conflicts:    1080000 | #Constraints:     112002
918.25/920.61	c #Conflicts:    1081000 | #Constraints:     113002
918.25/920.61	c #Conflicts:    1082000 | #Constraints:     114002
918.25/920.61	c INPROCESSING
918.25/920.61	c GARBAGE COLLECT
918.25/920.61	c rational objective 4
925.92/928.35	c #Conflicts:    1083000 | #Constraints:      63998
925.92/928.35	c #Conflicts:    1084000 | #Constraints:      64999
925.92/928.35	c #Conflicts:    1085000 | #Constraints:      66028
925.92/928.35	c #Conflicts:    1086000 | #Constraints:      67084
925.92/928.35	c #Conflicts:    1087000 | #Constraints:      68135
925.92/928.35	c #Conflicts:    1088000 | #Constraints:      69173
925.92/928.35	c bounds 93 >= -742 @ 912.423
944.47/946.92	c #Conflicts:    1089000 | #Constraints:      70262
944.47/946.92	c #Conflicts:    1090000 | #Constraints:      71341
944.47/946.92	c #Conflicts:    1091000 | #Constraints:      72395
944.47/946.92	c #Conflicts:    1092000 | #Constraints:      73429
944.47/946.92	c #Conflicts:    1093000 | #Constraints:      74458
944.47/946.92	c #Conflicts:    1094000 | #Constraints:      75483
944.47/946.92	c #Conflicts:    1095000 | #Constraints:      76504
944.47/946.92	c #Conflicts:    1096000 | #Constraints:      77520
944.47/946.92	c #Conflicts:    1097000 | #Constraints:      78536
944.47/946.92	c #Conflicts:    1098000 | #Constraints:      79549
944.47/946.92	c #Conflicts:    1099000 | #Constraints:      80570
944.47/946.92	c bounds 92 >= -742 @ 930.84
945.97/948.44	c #Conflicts:    1100000 | #Constraints:      81636
945.97/948.44	c bounds 91 >= -742 @ 932.342
950.76/953.22	c #Conflicts:    1101000 | #Constraints:      82747
950.76/953.22	c bounds 90 >= -742 @ 937.09
953.85/956.32	c #Conflicts:    1102000 | #Constraints:      83802
953.85/956.32	c #Conflicts:    1103000 | #Constraints:      84905
953.85/956.32	c bounds 89 >= -742 @ 940.17
956.34/958.81	c #Conflicts:    1104000 | #Constraints:      86009
956.34/958.81	c bounds 88 >= -742 @ 942.627
964.92/967.48	c #Conflicts:    1105000 | #Constraints:      87057
964.92/967.48	c #Conflicts:    1106000 | #Constraints:      88057
964.92/967.48	c #Conflicts:    1107000 | #Constraints:      89057
964.92/967.48	c #Conflicts:    1108000 | #Constraints:      90057
964.92/967.48	c #Conflicts:    1109000 | #Constraints:      91057
964.92/967.48	c #Conflicts:    1110000 | #Constraints:      92057
964.92/967.48	c INPROCESSING
964.92/967.48	c GARBAGE COLLECT
964.92/967.48	c rational objective 4
966.41/969.00	c #Conflicts:    1111000 | #Constraints:      53552
966.41/969.00	c bounds 87 >= -742 @ 952.731
969.21/971.72	c #Conflicts:    1112000 | #Constraints:      54667
969.21/971.72	c bounds 86 >= -742 @ 955.417
969.80/972.36	c #Conflicts:    1113000 | #Constraints:      55702
969.80/972.36	c bounds 85 >= -742 @ 956.047
972.30/974.88	c #Conflicts:    1114000 | #Constraints:      56830
972.30/974.88	c #Conflicts:    1115000 | #Constraints:      57894
972.30/974.88	c bounds 84 >= -742 @ 958.535
976.99/979.50	c #Conflicts:    1116000 | #Constraints:      59014
976.99/979.50	c #Conflicts:    1117000 | #Constraints:      60052
976.99/979.50	c bounds 83 >= -742 @ 963.12
982.08/984.66	c #Conflicts:    1118000 | #Constraints:      61088
982.08/984.66	c #Conflicts:    1119000 | #Constraints:      62185
982.08/984.66	c #Conflicts:    1120000 | #Constraints:      63247
982.08/984.66	c #Conflicts:    1121000 | #Constraints:      64276
982.08/984.66	c bounds 82 >= -742 @ 968.228
1003.71/1006.34	c #Conflicts:    1122000 | #Constraints:      65283
1003.71/1006.34	c #Conflicts:    1123000 | #Constraints:      66283
1003.71/1006.34	c #Conflicts:    1124000 | #Constraints:      67283
1003.71/1006.34	c #Conflicts:    1125000 | #Constraints:      68283
1003.71/1006.34	c #Conflicts:    1126000 | #Constraints:      69283
1003.71/1006.34	c #Conflicts:    1127000 | #Constraints:      70283
1003.71/1006.34	c #Conflicts:    1128000 | #Constraints:      71283
1003.71/1006.34	c #Conflicts:    1129000 | #Constraints:      72283
1003.71/1006.34	c #Conflicts:    1130000 | #Constraints:      73283
1003.71/1006.34	c #Conflicts:    1131000 | #Constraints:      74283
1003.71/1006.34	c #Conflicts:    1132000 | #Constraints:      75283
1003.71/1006.34	c #Conflicts:    1133000 | #Constraints:      76283
1003.71/1006.34	c #Conflicts:    1134000 | #Constraints:      77283
1003.71/1006.34	c #Conflicts:    1135000 | #Constraints:      78283
1003.71/1006.34	c #Conflicts:    1136000 | #Constraints:      79283
1003.71/1006.34	c #Conflicts:    1137000 | #Constraints:      80283
1003.71/1006.34	c INPROCESSING
1003.71/1006.34	c GARBAGE COLLECT
1003.71/1006.34	c rational objective 4
1037.83/1040.53	c #Conflicts:    1138000 | #Constraints:      47457
1037.83/1040.53	c #Conflicts:    1139000 | #Constraints:      48457
1037.83/1040.53	c #Conflicts:    1140000 | #Constraints:      49457
1037.83/1040.53	c #Conflicts:    1141000 | #Constraints:      50464
1037.83/1040.53	c #Conflicts:    1142000 | #Constraints:      51494
1037.83/1040.53	c #Conflicts:    1143000 | #Constraints:      52500
1037.83/1040.53	c #Conflicts:    1144000 | #Constraints:      53512
1037.83/1040.53	c #Conflicts:    1145000 | #Constraints:      54524
1037.83/1040.53	c #Conflicts:    1146000 | #Constraints:      55530
1037.83/1040.53	c #Conflicts:    1147000 | #Constraints:      56535
1037.83/1040.53	c #Conflicts:    1148000 | #Constraints:      57561
1037.83/1040.53	c #Conflicts:    1149000 | #Constraints:      58599
1037.83/1040.53	c #Conflicts:    1150000 | #Constraints:      59650
1037.83/1040.53	c #Conflicts:    1151000 | #Constraints:      60724
1037.83/1040.53	c #Conflicts:    1152000 | #Constraints:      61749
1037.83/1040.53	c #Conflicts:    1153000 | #Constraints:      62778
1037.83/1040.53	c #Conflicts:    1154000 | #Constraints:      63800
1037.83/1040.53	c #Conflicts:    1155000 | #Constraints:      64817
1037.83/1040.53	c #Conflicts:    1156000 | #Constraints:      65831
1037.83/1040.53	c bounds 81 >= -742 @ 1023.49
1055.88/1058.66	c #Conflicts:    1157000 | #Constraints:      66851
1055.88/1058.66	c #Conflicts:    1158000 | #Constraints:      67851
1055.88/1058.66	c #Conflicts:    1159000 | #Constraints:      68851
1055.88/1058.66	c #Conflicts:    1160000 | #Constraints:      69851
1055.88/1058.66	c #Conflicts:    1161000 | #Constraints:      70851
1055.88/1058.66	c #Conflicts:    1162000 | #Constraints:      71851
1055.88/1058.66	c #Conflicts:    1163000 | #Constraints:      72851
1055.88/1058.66	c #Conflicts:    1164000 | #Constraints:      73851
1055.88/1058.66	c INPROCESSING
1055.88/1058.66	c GARBAGE COLLECT
1055.88/1058.66	c rational objective 4
1057.18/1059.93	c #Conflicts:    1165000 | #Constraints:      44003
1057.18/1059.93	c bounds 80 >= -742 @ 1042.76
1059.07/1061.87	c #Conflicts:    1166000 | #Constraints:      45150
1059.07/1061.87	c bounds 79 >= -742 @ 1044.68
1060.57/1063.31	c #Conflicts:    1167000 | #Constraints:      46217
1060.57/1063.31	c bounds 78 >= -742 @ 1046.11
1062.67/1065.40	c #Conflicts:    1168000 | #Constraints:      47329
1062.67/1065.40	c #Conflicts:    1169000 | #Constraints:      48417
1062.67/1065.40	c bounds 77 >= -742 @ 1048.18
1069.15/1071.92	c #Conflicts:    1170000 | #Constraints:      49492
1069.15/1071.92	c #Conflicts:    1171000 | #Constraints:      50547
1069.15/1071.92	c #Conflicts:    1172000 | #Constraints:      51568
1069.15/1071.92	c #Conflicts:    1173000 | #Constraints:      52592
1069.15/1071.92	c bounds 76 >= -742 @ 1054.63
1075.93/1078.75	c #Conflicts:    1174000 | #Constraints:      53654
1075.93/1078.75	c #Conflicts:    1175000 | #Constraints:      54734
1075.93/1078.75	c #Conflicts:    1176000 | #Constraints:      55758
1075.93/1078.75	c bounds 74 >= -742 @ 1061.39
1182.06/1185.11	c #Conflicts:    1177000 | #Constraints:      56771
1182.06/1185.11	c #Conflicts:    1178000 | #Constraints:      57771
1182.06/1185.11	c #Conflicts:    1179000 | #Constraints:      58771
1182.06/1185.11	c #Conflicts:    1180000 | #Constraints:      59771
1182.06/1185.11	c #Conflicts:    1181000 | #Constraints:      60771
1182.06/1185.11	c #Conflicts:    1182000 | #Constraints:      61771
1182.06/1185.11	c #Conflicts:    1183000 | #Constraints:      62771
1182.06/1185.11	c #Conflicts:    1184000 | #Constraints:      63771
1182.06/1185.11	c #Conflicts:    1185000 | #Constraints:      64771
1182.06/1185.11	c #Conflicts:    1186000 | #Constraints:      65771
1182.06/1185.11	c #Conflicts:    1187000 | #Constraints:      66771
1182.06/1185.11	c #Conflicts:    1188000 | #Constraints:      67771
1182.06/1185.11	c #Conflicts:    1189000 | #Constraints:      68771
1182.06/1185.11	c #Conflicts:    1190000 | #Constraints:      69771
1182.06/1185.11	c #Conflicts:    1191000 | #Constraints:      70771
1182.06/1185.11	c #Conflicts:    1192000 | #Constraints:      71771
1182.06/1185.11	c #Conflicts:    1193000 | #Constraints:      72771
1182.06/1185.11	c #Conflicts:    1194000 | #Constraints:      73771
1182.06/1185.11	c #Conflicts:    1195000 | #Constraints:      74771
1182.06/1185.11	c #Conflicts:    1196000 | #Constraints:      75771
1182.06/1185.11	c #Conflicts:    1197000 | #Constraints:      76771
1182.06/1185.11	c #Conflicts:    1198000 | #Constraints:      77771
1182.06/1185.11	c #Conflicts:    1199000 | #Constraints:      78771
1182.06/1185.11	c #Conflicts:    1200000 | #Constraints:      79771
1182.06/1185.11	c #Conflicts:    1201000 | #Constraints:      80771
1182.06/1185.11	c #Conflicts:    1202000 | #Constraints:      81771
1182.06/1185.11	c #Conflicts:    1203000 | #Constraints:      82771
1182.06/1185.11	c #Conflicts:    1204000 | #Constraints:      83771
1182.06/1185.11	c #Conflicts:    1205000 | #Constraints:      84771
1182.06/1185.11	c #Conflicts:    1206000 | #Constraints:      85771
1182.06/1185.11	c #Conflicts:    1207000 | #Constraints:      86771
1182.06/1185.11	c #Conflicts:    1208000 | #Constraints:      87771
1182.06/1185.11	c #Conflicts:    1209000 | #Constraints:      88771
1182.06/1185.11	c #Conflicts:    1210000 | #Constraints:      89771
1182.06/1185.11	c #Conflicts:    1211000 | #Constraints:      90771
1182.06/1185.11	c #Conflicts:    1212000 | #Constraints:      91771
1182.06/1185.11	c #Conflicts:    1213000 | #Constraints:      92771
1182.06/1185.11	c #Conflicts:    1214000 | #Constraints:      93771
1182.06/1185.11	c #Conflicts:    1215000 | #Constraints:      94771
1182.06/1185.11	c #Conflicts:    1216000 | #Constraints:      95771
1182.06/1185.11	c #Conflicts:    1217000 | #Constraints:      96771
1182.06/1185.11	c #Conflicts:    1218000 | #Constraints:      97771
1182.06/1185.11	c #Conflicts:    1219000 | #Constraints:      98771
1182.06/1185.11	c #Conflicts:    1220000 | #Constraints:      99771
1182.06/1185.11	c #Conflicts:    1221000 | #Constraints:     100771
1182.06/1185.11	c #Conflicts:    1222000 | #Constraints:     101771
1182.06/1185.11	c #Conflicts:    1223000 | #Constraints:     102771
1182.06/1185.11	c #Conflicts:    1224000 | #Constraints:     103771
1182.06/1185.11	c #Conflicts:    1225000 | #Constraints:     104771
1182.06/1185.11	c #Conflicts:    1226000 | #Constraints:     105771
1182.06/1185.11	c #Conflicts:    1227000 | #Constraints:     106771
1182.06/1185.11	c #Conflicts:    1228000 | #Constraints:     107771
1182.06/1185.11	c #Conflicts:    1229000 | #Constraints:     108771
1182.06/1185.11	c #Conflicts:    1230000 | #Constraints:     109771
1182.06/1185.11	c #Conflicts:    1231000 | #Constraints:     110771
1182.06/1185.11	c #Conflicts:    1232000 | #Constraints:     111771
1182.06/1185.11	c #Conflicts:    1233000 | #Constraints:     112771
1182.06/1185.11	c #Conflicts:    1234000 | #Constraints:     113771
1182.06/1185.11	c #Conflicts:    1235000 | #Constraints:     114771
1182.06/1185.11	c bounds 74 >= -741 @ 1166.94
1190.14/1193.27	c #Conflicts:    1236000 | #Constraints:     115864
1190.14/1193.27	c #Conflicts:    1237000 | #Constraints:     116902
1190.14/1193.27	c #Conflicts:    1238000 | #Constraints:     117950
1190.14/1193.27	c #Conflicts:    1239000 | #Constraints:     118993
1190.14/1193.27	c bounds 73 >= -741 @ 1175.01
1192.43/1195.58	c #Conflicts:    1240000 | #Constraints:     120075
1192.43/1195.58	c INPROCESSING
1192.43/1195.58	c GARBAGE COLLECT
1192.43/1195.58	c rational objective 4
1211.29/1214.45	c #Conflicts:    1241000 | #Constraints:      67454
1211.29/1214.45	c #Conflicts:    1242000 | #Constraints:      68461
1211.29/1214.45	c #Conflicts:    1243000 | #Constraints:      69464
1211.29/1214.45	c #Conflicts:    1244000 | #Constraints:      70468
1211.29/1214.45	c #Conflicts:    1245000 | #Constraints:      71490
1211.29/1214.45	c #Conflicts:    1246000 | #Constraints:      72510
1211.29/1214.45	c #Conflicts:    1247000 | #Constraints:      73516
1211.29/1214.45	c #Conflicts:    1248000 | #Constraints:      74555
1211.29/1214.45	c #Conflicts:    1249000 | #Constraints:      75584
1211.29/1214.45	c #Conflicts:    1250000 | #Constraints:      76610
1211.29/1214.45	c #Conflicts:    1251000 | #Constraints:      77628
1211.29/1214.45	c #Conflicts:    1252000 | #Constraints:      78639
1211.29/1214.45	c #Conflicts:    1253000 | #Constraints:      79672
1211.29/1214.45	c bounds 72 >= -741 @ 1195.94
1217.37/1220.54	c #Conflicts:    1254000 | #Constraints:      80767
1217.37/1220.54	c #Conflicts:    1255000 | #Constraints:      81815
1217.37/1220.54	c bounds 71 >= -741 @ 1201.96
1225.15/1228.37	c #Conflicts:    1256000 | #Constraints:      82913
1225.15/1228.37	c #Conflicts:    1257000 | #Constraints:      83975
1225.15/1228.37	c #Conflicts:    1258000 | #Constraints:      84997
1225.15/1228.37	c bounds 70 >= -741 @ 1209.73
1235.72/1238.90	c #Conflicts:    1259000 | #Constraints:      86104
1235.72/1238.90	c #Conflicts:    1260000 | #Constraints:      87145
1235.72/1238.90	c #Conflicts:    1261000 | #Constraints:      88165
1235.72/1238.90	c bounds 69 >= -741 @ 1220.13
1242.60/1245.82	c #Conflicts:    1262000 | #Constraints:      89225
1242.60/1245.82	c #Conflicts:    1263000 | #Constraints:      90276
1242.60/1245.82	c bounds 68 >= -741 @ 1226.99
1248.79/1252.06	c #Conflicts:    1264000 | #Constraints:      91346
1248.79/1252.06	c #Conflicts:    1265000 | #Constraints:      92401
1248.79/1252.06	c bounds 67 >= -741 @ 1233.14
1253.17/1256.45	c #Conflicts:    1266000 | #Constraints:      93422
1253.17/1256.45	c #Conflicts:    1267000 | #Constraints:      94529
1253.17/1256.45	c bounds 66 >= -741 @ 1237.47
1255.66/1258.93	c #Conflicts:    1268000 | #Constraints:      95565
1255.66/1258.93	c #Conflicts:    1269000 | #Constraints:      96633
1255.66/1258.93	c INPROCESSING
1255.66/1258.93	c GARBAGE COLLECT
1255.66/1258.93	c rational objective 4
1256.97/1260.22	c #Conflicts:    1270000 | #Constraints:      55842
1256.97/1260.22	c bounds 64 >= -741 @ 1241.18
1258.56/1261.82	c #Conflicts:    1271000 | #Constraints:      56931
1258.56/1261.82	c bounds 63 >= -741 @ 1242.77
1260.06/1263.38	c #Conflicts:    1272000 | #Constraints:      58002
1260.06/1263.38	c bounds 61 >= -741 @ 1244.31
1263.15/1266.44	c #Conflicts:    1273000 | #Constraints:      59052
1263.15/1266.44	c #Conflicts:    1274000 | #Constraints:      60145
1263.15/1266.44	c #Conflicts:    1275000 | #Constraints:      61165
1263.15/1266.44	c bounds 60 >= -741 @ 1247.34
1268.43/1271.74	c #Conflicts:    1276000 | #Constraints:      62272
1268.43/1271.74	c #Conflicts:    1277000 | #Constraints:      63300
1268.43/1271.74	c bounds 59 >= -741 @ 1252.56
1285.09/1288.41	c #Conflicts:    1278000 | #Constraints:      64324
1285.09/1288.41	c #Conflicts:    1279000 | #Constraints:      65447
1285.09/1288.41	c #Conflicts:    1280000 | #Constraints:      66515
1285.09/1288.41	c #Conflicts:    1281000 | #Constraints:      67549
1285.09/1288.41	c #Conflicts:    1282000 | #Constraints:      68575
1285.09/1288.41	c #Conflicts:    1283000 | #Constraints:      69594
1285.09/1288.41	c #Conflicts:    1284000 | #Constraints:      70614
1285.09/1288.41	c #Conflicts:    1285000 | #Constraints:      71625
1285.09/1288.41	c bounds 58 >= -741 @ 1269.04
1313.12/1316.50	c #Conflicts:    1286000 | #Constraints:      72635
1313.12/1316.50	c #Conflicts:    1287000 | #Constraints:      73635
1313.12/1316.50	c #Conflicts:    1288000 | #Constraints:      74635
1313.12/1316.50	c #Conflicts:    1289000 | #Constraints:      75635
1313.12/1316.50	c #Conflicts:    1290000 | #Constraints:      76635
1313.12/1316.50	c #Conflicts:    1291000 | #Constraints:      77635
1313.12/1316.50	c #Conflicts:    1292000 | #Constraints:      78635
1313.12/1316.50	c #Conflicts:    1293000 | #Constraints:      79635
1313.12/1316.50	c #Conflicts:    1294000 | #Constraints:      80635
1313.12/1316.50	c #Conflicts:    1295000 | #Constraints:      81635
1313.12/1316.50	c #Conflicts:    1296000 | #Constraints:      82635
1313.12/1316.50	c #Conflicts:    1297000 | #Constraints:      83635
1313.12/1316.50	c #Conflicts:    1298000 | #Constraints:      84635
1313.12/1316.50	c INPROCESSING
1313.12/1316.50	c GARBAGE COLLECT
1313.12/1316.50	c rational objective 4
1315.81/1319.29	c #Conflicts:    1299000 | #Constraints:      49794
1315.81/1319.29	c #Conflicts:    1300000 | #Constraints:      50800
1315.81/1319.29	c bounds 57 >= -741 @ 1299.67
1336.46/1339.93	c #Conflicts:    1301000 | #Constraints:      51894
1336.46/1339.93	c #Conflicts:    1302000 | #Constraints:      52946
1336.46/1339.93	c #Conflicts:    1303000 | #Constraints:      53981
1336.46/1339.93	c #Conflicts:    1304000 | #Constraints:      54994
1336.46/1339.93	c #Conflicts:    1305000 | #Constraints:      56015
1336.46/1339.93	c #Conflicts:    1306000 | #Constraints:      57047
1336.46/1339.93	c #Conflicts:    1307000 | #Constraints:      58062
1336.46/1339.93	c #Conflicts:    1308000 | #Constraints:      59078
1336.46/1339.93	c #Conflicts:    1309000 | #Constraints:      60091
1336.46/1339.93	c #Conflicts:    1310000 | #Constraints:      61104
1336.46/1339.93	c #Conflicts:    1311000 | #Constraints:      62115
1336.46/1339.93	c #Conflicts:    1312000 | #Constraints:      63119
1336.46/1339.93	c bounds 56 >= -741 @ 1320.06
1343.64/1347.12	c #Conflicts:    1313000 | #Constraints:      64198
1343.64/1347.12	c #Conflicts:    1314000 | #Constraints:      65261
1343.64/1347.12	c #Conflicts:    1315000 | #Constraints:      66280
1343.64/1347.12	c #Conflicts:    1316000 | #Constraints:      67302
1343.64/1347.12	c bounds 55 >= -741 @ 1327.17
1367.77/1371.38	c #Conflicts:    1317000 | #Constraints:      68316
1367.77/1371.38	c #Conflicts:    1318000 | #Constraints:      69316
1367.77/1371.38	c #Conflicts:    1319000 | #Constraints:      70316
1367.77/1371.38	c #Conflicts:    1320000 | #Constraints:      71316
1367.77/1371.38	c #Conflicts:    1321000 | #Constraints:      72316
1367.77/1371.38	c #Conflicts:    1322000 | #Constraints:      73316
1367.77/1371.38	c #Conflicts:    1323000 | #Constraints:      74316
1367.77/1371.38	c #Conflicts:    1324000 | #Constraints:      75316
1367.77/1371.38	c #Conflicts:    1325000 | #Constraints:      76316
1367.77/1371.38	c #Conflicts:    1326000 | #Constraints:      77316
1367.77/1371.38	c #Conflicts:    1327000 | #Constraints:      78316
1367.77/1371.38	c INPROCESSING
1367.77/1371.38	c GARBAGE COLLECT
1367.77/1371.38	c rational objective 4
1391.41/1395.08	c #Conflicts:    1328000 | #Constraints:      46551
1391.41/1395.08	c #Conflicts:    1329000 | #Constraints:      47555
1391.41/1395.08	c #Conflicts:    1330000 | #Constraints:      48578
1391.41/1395.08	c #Conflicts:    1331000 | #Constraints:      49608
1391.41/1395.08	c #Conflicts:    1332000 | #Constraints:      50655
1391.41/1395.08	c #Conflicts:    1333000 | #Constraints:      51684
1391.41/1395.08	c #Conflicts:    1334000 | #Constraints:      52706
1391.41/1395.08	c #Conflicts:    1335000 | #Constraints:      53741
1391.41/1395.08	c #Conflicts:    1336000 | #Constraints:      54786
1391.41/1395.08	c #Conflicts:    1337000 | #Constraints:      55802
1391.41/1395.08	c #Conflicts:    1338000 | #Constraints:      56808
1391.41/1395.08	c #Conflicts:    1339000 | #Constraints:      57814
1391.41/1395.08	c #Conflicts:    1340000 | #Constraints:      58827
1391.41/1395.08	c #Conflicts:    1341000 | #Constraints:      59845
1391.41/1395.08	c #Conflicts:    1342000 | #Constraints:      60873
1391.41/1395.08	c #Conflicts:    1343000 | #Constraints:      61904
1391.41/1395.08	c #Conflicts:    1344000 | #Constraints:      62919
1391.41/1395.08	c bounds 54 >= -741 @ 1374.78
1397.30/1400.98	c #Conflicts:    1345000 | #Constraints:      63974
1397.30/1400.98	c #Conflicts:    1346000 | #Constraints:      65079
1397.30/1400.98	c #Conflicts:    1347000 | #Constraints:      66143
1397.30/1400.98	c bounds 53 >= -741 @ 1380.64
1406.17/1409.89	c #Conflicts:    1348000 | #Constraints:      67249
1406.17/1409.89	c #Conflicts:    1349000 | #Constraints:      68303
1406.17/1409.89	c #Conflicts:    1350000 | #Constraints:      69320
1406.17/1409.89	c #Conflicts:    1351000 | #Constraints:      70356
1406.17/1409.89	c bounds 52 >= -741 @ 1389.48
1582.08/1586.26	c #Conflicts:    1352000 | #Constraints:      71374
1582.08/1586.26	c #Conflicts:    1353000 | #Constraints:      72374
1582.08/1586.26	c #Conflicts:    1354000 | #Constraints:      73374
1582.08/1586.26	c #Conflicts:    1355000 | #Constraints:      74374
1582.08/1586.26	c #Conflicts:    1356000 | #Constraints:      75374
1582.08/1586.26	c #Conflicts:    1357000 | #Constraints:      76374
1582.08/1586.26	c #Conflicts:    1358000 | #Constraints:      77374
1582.08/1586.26	c #Conflicts:    1359000 | #Constraints:      78374
1582.08/1586.26	c #Conflicts:    1360000 | #Constraints:      79374
1582.08/1586.26	c #Conflicts:    1361000 | #Constraints:      80374
1582.08/1586.26	c #Conflicts:    1362000 | #Constraints:      81374
1582.08/1586.26	c #Conflicts:    1363000 | #Constraints:      82374
1582.08/1586.26	c #Conflicts:    1364000 | #Constraints:      83374
1582.08/1586.26	c #Conflicts:    1365000 | #Constraints:      84374
1582.08/1586.26	c #Conflicts:    1366000 | #Constraints:      85374
1582.08/1586.26	c #Conflicts:    1367000 | #Constraints:      86374
1582.08/1586.26	c #Conflicts:    1368000 | #Constraints:      87374
1582.08/1586.26	c #Conflicts:    1369000 | #Constraints:      88374
1582.08/1586.26	c #Conflicts:    1370000 | #Constraints:      89374
1582.08/1586.26	c #Conflicts:    1371000 | #Constraints:      90374
1582.08/1586.26	c #Conflicts:    1372000 | #Constraints:      91374
1582.08/1586.26	c #Conflicts:    1373000 | #Constraints:      92374
1582.08/1586.26	c #Conflicts:    1374000 | #Constraints:      93374
1582.08/1586.26	c #Conflicts:    1375000 | #Constraints:      94374
1582.08/1586.26	c #Conflicts:    1376000 | #Constraints:      95374
1582.08/1586.26	c #Conflicts:    1377000 | #Constraints:      96374
1582.08/1586.26	c #Conflicts:    1378000 | #Constraints:      97374
1582.08/1586.26	c #Conflicts:    1379000 | #Constraints:      98374
1582.08/1586.26	c #Conflicts:    1380000 | #Constraints:      99374
1582.08/1586.26	c #Conflicts:    1381000 | #Constraints:     100374
1582.08/1586.26	c #Conflicts:    1382000 | #Constraints:     101374
1582.08/1586.26	c #Conflicts:    1383000 | #Constraints:     102374
1582.08/1586.26	c #Conflicts:    1384000 | #Constraints:     103374
1582.08/1586.26	c #Conflicts:    1385000 | #Constraints:     104374
1582.08/1586.26	c #Conflicts:    1386000 | #Constraints:     105374
1582.08/1586.26	c #Conflicts:    1387000 | #Constraints:     106374
1582.08/1586.26	c #Conflicts:    1388000 | #Constraints:     107374
1582.08/1586.26	c #Conflicts:    1389000 | #Constraints:     108374
1582.08/1586.26	c #Conflicts:    1390000 | #Constraints:     109374
1582.08/1586.26	c #Conflicts:    1391000 | #Constraints:     110374
1582.08/1586.26	c #Conflicts:    1392000 | #Constraints:     111374
1582.08/1586.26	c #Conflicts:    1393000 | #Constraints:     112374
1582.08/1586.26	c #Conflicts:    1394000 | #Constraints:     113374
1582.08/1586.26	c #Conflicts:    1395000 | #Constraints:     114374
1582.08/1586.26	c #Conflicts:    1396000 | #Constraints:     115374
1582.08/1586.26	c #Conflicts:    1397000 | #Constraints:     116374
1582.08/1586.26	c #Conflicts:    1398000 | #Constraints:     117374
1582.08/1586.26	c #Conflicts:    1399000 | #Constraints:     118374
1582.08/1586.26	c #Conflicts:    1400000 | #Constraints:     119374
1582.08/1586.26	c #Conflicts:    1401000 | #Constraints:     120374
1582.08/1586.26	c #Conflicts:    1402000 | #Constraints:     121374
1582.08/1586.26	c #Conflicts:    1403000 | #Constraints:     122374
1582.08/1586.26	c #Conflicts:    1404000 | #Constraints:     123374
1582.08/1586.26	c #Conflicts:    1405000 | #Constraints:     124374
1582.08/1586.26	c #Conflicts:    1406000 | #Constraints:     125374
1582.08/1586.26	c #Conflicts:    1407000 | #Constraints:     126374
1582.08/1586.26	c INPROCESSING
1582.08/1586.26	c GARBAGE COLLECT
1582.08/1586.26	c rational objective 4
1643.62/1647.93	c #Conflicts:    1408000 | #Constraints:      70163
1643.62/1647.93	c #Conflicts:    1409000 | #Constraints:      71163
1643.62/1647.93	c #Conflicts:    1410000 | #Constraints:      72168
1643.62/1647.93	c #Conflicts:    1411000 | #Constraints:      73172
1643.62/1647.93	c #Conflicts:    1412000 | #Constraints:      74190
1643.62/1647.93	c #Conflicts:    1413000 | #Constraints:      75212
1643.62/1647.93	c #Conflicts:    1414000 | #Constraints:      76242
1643.62/1647.93	c #Conflicts:    1415000 | #Constraints:      77287
1643.62/1647.93	c #Conflicts:    1416000 | #Constraints:      78305
1643.62/1647.93	c #Conflicts:    1417000 | #Constraints:      79339
1643.62/1647.93	c #Conflicts:    1418000 | #Constraints:      80375
1643.62/1647.93	c #Conflicts:    1419000 | #Constraints:      81399
1643.62/1647.93	c #Conflicts:    1420000 | #Constraints:      82428
1643.62/1647.93	c #Conflicts:    1421000 | #Constraints:      83475
1643.62/1647.93	c #Conflicts:    1422000 | #Constraints:      84500
1643.62/1647.93	c #Conflicts:    1423000 | #Constraints:      85533
1643.62/1647.93	c #Conflicts:    1424000 | #Constraints:      86562
1643.62/1647.93	c #Conflicts:    1425000 | #Constraints:      87603
1643.62/1647.93	c #Conflicts:    1426000 | #Constraints:      88646
1643.62/1647.93	c #Conflicts:    1427000 | #Constraints:      89703
1643.62/1647.93	c #Conflicts:    1428000 | #Constraints:      90719
1643.62/1647.93	c #Conflicts:    1429000 | #Constraints:      91734
1643.62/1647.93	c #Conflicts:    1430000 | #Constraints:      92755
1643.62/1647.93	c #Conflicts:    1431000 | #Constraints:      93763
1643.62/1647.93	c #Conflicts:    1432000 | #Constraints:      94768
1643.62/1647.93	c #Conflicts:    1433000 | #Constraints:      95778
1643.62/1647.93	c #Conflicts:    1434000 | #Constraints:      96796
1643.62/1647.93	c #Conflicts:    1435000 | #Constraints:      97822
1643.62/1647.93	c #Conflicts:    1436000 | #Constraints:      98841
1643.62/1647.93	c #Conflicts:    1437000 | #Constraints:      99853
1643.62/1647.93	c #Conflicts:    1438000 | #Constraints:     100875
1643.62/1647.93	c INPROCESSING
1643.62/1647.93	c GARBAGE COLLECT
1643.62/1647.93	c rational objective 4
1690.80/1695.22	c #Conflicts:    1439000 | #Constraints:      57754
1690.80/1695.22	c #Conflicts:    1440000 | #Constraints:      58770
1690.80/1695.22	c #Conflicts:    1441000 | #Constraints:      59781
1690.80/1695.22	c #Conflicts:    1442000 | #Constraints:      60786
1690.80/1695.22	c #Conflicts:    1443000 | #Constraints:      61791
1690.80/1695.22	c #Conflicts:    1444000 | #Constraints:      62795
1690.80/1695.22	c #Conflicts:    1445000 | #Constraints:      63798
1690.80/1695.22	c #Conflicts:    1446000 | #Constraints:      64802
1690.80/1695.22	c #Conflicts:    1447000 | #Constraints:      65807
1690.80/1695.22	c #Conflicts:    1448000 | #Constraints:      66809
1690.80/1695.22	c #Conflicts:    1449000 | #Constraints:      67813
1690.80/1695.22	c #Conflicts:    1450000 | #Constraints:      68820
1690.80/1695.22	c #Conflicts:    1451000 | #Constraints:      69842
1690.80/1695.22	c #Conflicts:    1452000 | #Constraints:      70856
1690.80/1695.22	c #Conflicts:    1453000 | #Constraints:      71871
1690.80/1695.22	c #Conflicts:    1454000 | #Constraints:      72883
1690.80/1695.22	c #Conflicts:    1455000 | #Constraints:      73906
1690.80/1695.22	c #Conflicts:    1456000 | #Constraints:      74925
1690.80/1695.22	c #Conflicts:    1457000 | #Constraints:      75941
1690.80/1695.22	c #Conflicts:    1458000 | #Constraints:      76961
1690.80/1695.22	c #Conflicts:    1459000 | #Constraints:      77989
1690.80/1695.22	c #Conflicts:    1460000 | #Constraints:      79011
1690.80/1695.22	c #Conflicts:    1461000 | #Constraints:      80059
1690.80/1695.22	c #Conflicts:    1462000 | #Constraints:      81080
1690.80/1695.22	c #Conflicts:    1463000 | #Constraints:      82081
1690.80/1695.22	c #Conflicts:    1464000 | #Constraints:      83103
1690.80/1695.22	c #Conflicts:    1465000 | #Constraints:      84123
1690.80/1695.22	c #Conflicts:    1466000 | #Constraints:      85137
1690.80/1695.22	c #Conflicts:    1467000 | #Constraints:      86153
1690.80/1695.22	c #Conflicts:    1468000 | #Constraints:      87161
1690.80/1695.22	c #Conflicts:    1469000 | #Constraints:      88166
1690.80/1695.22	c INPROCESSING
1690.80/1695.22	c GARBAGE COLLECT
1690.80/1695.22	c rational objective 4
1739.87/1744.48	c #Conflicts:    1470000 | #Constraints:      51550
1739.87/1744.48	c #Conflicts:    1471000 | #Constraints:      52556
1739.87/1744.48	c #Conflicts:    1472000 | #Constraints:      53570
1739.87/1744.48	c #Conflicts:    1473000 | #Constraints:      54578
1739.87/1744.48	c #Conflicts:    1474000 | #Constraints:      55585
1739.87/1744.48	c #Conflicts:    1475000 | #Constraints:      56590
1739.87/1744.48	c #Conflicts:    1476000 | #Constraints:      57597
1739.87/1744.48	c #Conflicts:    1477000 | #Constraints:      58604
1739.87/1744.48	c #Conflicts:    1478000 | #Constraints:      59612
1739.87/1744.48	c #Conflicts:    1479000 | #Constraints:      60618
1739.87/1744.48	c #Conflicts:    1480000 | #Constraints:      61627
1739.87/1744.48	c #Conflicts:    1481000 | #Constraints:      62637
1739.87/1744.48	c #Conflicts:    1482000 | #Constraints:      63647
1739.87/1744.48	c #Conflicts:    1483000 | #Constraints:      64659
1739.87/1744.48	c #Conflicts:    1484000 | #Constraints:      65671
1739.87/1744.48	c #Conflicts:    1485000 | #Constraints:      66675
1739.87/1744.48	c #Conflicts:    1486000 | #Constraints:      67683
1739.87/1744.48	c #Conflicts:    1487000 | #Constraints:      68692
1739.87/1744.48	c #Conflicts:    1488000 | #Constraints:      69729
1739.87/1744.48	c #Conflicts:    1489000 | #Constraints:      70744
1739.87/1744.48	c #Conflicts:    1490000 | #Constraints:      71756
1739.87/1744.48	c #Conflicts:    1491000 | #Constraints:      72770
1739.87/1744.48	c #Conflicts:    1492000 | #Constraints:      73804
1739.87/1744.48	c #Conflicts:    1493000 | #Constraints:      74815
1739.87/1744.48	c #Conflicts:    1494000 | #Constraints:      75819
1739.87/1744.48	c #Conflicts:    1495000 | #Constraints:      76822
1739.87/1744.48	c #Conflicts:    1496000 | #Constraints:      77828
1739.87/1744.48	c #Conflicts:    1497000 | #Constraints:      78834
1739.87/1744.48	c #Conflicts:    1498000 | #Constraints:      79842
1739.87/1744.48	c #Conflicts:    1499000 | #Constraints:      80857
1739.87/1744.48	c #Conflicts:    1500000 | #Constraints:      81882
1739.87/1744.48	c INPROCESSING
1739.87/1744.48	c GARBAGE COLLECT
1739.87/1744.48	c rational objective 4
1766.60/1771.27	c #Conflicts:    1501000 | #Constraints:      48467
1766.60/1771.27	c #Conflicts:    1502000 | #Constraints:      49489
1766.60/1771.27	c #Conflicts:    1503000 | #Constraints:      50505
1766.60/1771.27	c #Conflicts:    1504000 | #Constraints:      51518
1766.60/1771.27	c #Conflicts:    1505000 | #Constraints:      52534
1766.60/1771.27	c #Conflicts:    1506000 | #Constraints:      53548
1766.60/1771.27	c #Conflicts:    1507000 | #Constraints:      54557
1766.60/1771.27	c #Conflicts:    1508000 | #Constraints:      55560
1766.60/1771.27	c #Conflicts:    1509000 | #Constraints:      56567
1766.60/1771.27	c #Conflicts:    1510000 | #Constraints:      57583
1766.60/1771.27	c #Conflicts:    1511000 | #Constraints:      58592
1766.60/1771.27	c #Conflicts:    1512000 | #Constraints:      59594
1766.60/1771.27	c #Conflicts:    1513000 | #Constraints:      60601
1766.60/1771.27	c #Conflicts:    1514000 | #Constraints:      61604
1766.60/1771.27	c #Conflicts:    1515000 | #Constraints:      62611
1766.60/1771.27	c #Conflicts:    1516000 | #Constraints:      63620
1766.60/1771.27	c #Conflicts:    1517000 | #Constraints:      64626
1766.60/1771.27	c #Conflicts:    1518000 | #Constraints:      65637
1766.60/1771.27	c bounds 51 >= -741 @ 1747.66
1785.25/1789.96	c #Conflicts:    1519000 | #Constraints:      66641
1785.25/1789.96	c #Conflicts:    1520000 | #Constraints:      67641
1785.25/1789.96	c #Conflicts:    1521000 | #Constraints:      68641
1785.25/1789.96	c #Conflicts:    1522000 | #Constraints:      69641
1785.25/1789.96	c #Conflicts:    1523000 | #Constraints:      70641
1785.25/1789.96	c #Conflicts:    1524000 | #Constraints:      71641
1785.25/1789.96	c #Conflicts:    1525000 | #Constraints:      72641
1785.25/1789.96	c #Conflicts:    1526000 | #Constraints:      73641
1785.25/1789.96	c #Conflicts:    1527000 | #Constraints:      74641
1785.25/1789.96	c #Conflicts:    1528000 | #Constraints:      75641
1785.25/1789.96	c #Conflicts:    1529000 | #Constraints:      76641
1785.25/1789.96	c #Conflicts:    1530000 | #Constraints:      77641
1785.25/1789.96	c #Conflicts:    1531000 | #Constraints:      78641
1785.25/1789.96	c INPROCESSING
1785.25/1789.96	c GARBAGE COLLECT
1785.25/1789.96	c rational objective 4
1813.18/1817.96	c #Conflicts:    1532000 | #Constraints:      46709
1813.18/1817.96	c #Conflicts:    1533000 | #Constraints:      47721
1813.18/1817.96	c #Conflicts:    1534000 | #Constraints:      48733
1813.18/1817.96	c #Conflicts:    1535000 | #Constraints:      49750
1813.18/1817.96	c #Conflicts:    1536000 | #Constraints:      50778
1813.18/1817.96	c #Conflicts:    1537000 | #Constraints:      51803
1813.18/1817.96	c #Conflicts:    1538000 | #Constraints:      52835
1813.18/1817.96	c #Conflicts:    1539000 | #Constraints:      53855
1813.18/1817.96	c #Conflicts:    1540000 | #Constraints:      54875
1813.18/1817.96	c #Conflicts:    1541000 | #Constraints:      55904
1813.18/1817.96	c #Conflicts:    1542000 | #Constraints:      56922
1813.18/1817.96	c #Conflicts:    1543000 | #Constraints:      57970
1813.18/1817.96	c #Conflicts:    1544000 | #Constraints:      58986
1813.18/1817.96	c #Conflicts:    1545000 | #Constraints:      60011
1813.18/1817.96	c #Conflicts:    1546000 | #Constraints:      61047
1813.18/1817.96	c #Conflicts:    1547000 | #Constraints:      62067
1813.18/1817.96	c #Conflicts:    1548000 | #Constraints:      63089
1813.18/1817.96	c bounds 50 >= -741 @ 1793.88
1817.87/1822.65	c #Conflicts:    1549000 | #Constraints:      64118
1817.87/1822.65	c #Conflicts:    1550000 | #Constraints:      65118
1817.87/1822.65	c #Conflicts:    1551000 | #Constraints:      66118
1817.87/1822.65	c #Conflicts:    1552000 | #Constraints:      67118
1817.87/1822.65	c #Conflicts:    1553000 | #Constraints:      68118
1817.87/1822.65	c bounds 50 >= -740 @ 1798.53
1825.85/1830.68	c #Conflicts:    1554000 | #Constraints:      69226
1825.85/1830.68	c #Conflicts:    1555000 | #Constraints:      70226
1825.85/1830.68	c #Conflicts:    1556000 | #Constraints:      71226
1825.85/1830.68	c #Conflicts:    1557000 | #Constraints:      72226
1825.85/1830.68	c bounds 50 >= -739 @ 1806.46
1835.81/1840.62	c #Conflicts:    1558000 | #Constraints:      73277
1835.81/1840.62	c #Conflicts:    1559000 | #Constraints:      74277
1835.81/1840.62	c #Conflicts:    1560000 | #Constraints:      75277
1835.81/1840.62	c #Conflicts:    1561000 | #Constraints:      76277
1835.81/1840.62	c #Conflicts:    1562000 | #Constraints:      77277
1835.81/1840.62	c #Conflicts:    1563000 | #Constraints:      78277
1835.81/1840.62	c #Conflicts:    1564000 | #Constraints:      79277
1835.81/1840.62	c bounds 50 >= -738 @ 1816.35
1960.87/1966.07	c #Conflicts:    1565000 | #Constraints:      80310
1960.87/1966.07	c #Conflicts:    1566000 | #Constraints:      81310
1960.87/1966.07	c #Conflicts:    1567000 | #Constraints:      82310
1960.87/1966.07	c #Conflicts:    1568000 | #Constraints:      83310
1960.87/1966.07	c #Conflicts:    1569000 | #Constraints:      84310
1960.87/1966.07	c #Conflicts:    1570000 | #Constraints:      85313
1960.87/1966.07	c #Conflicts:    1571000 | #Constraints:      86319
1960.87/1966.07	c #Conflicts:    1572000 | #Constraints:      87323
1960.87/1966.07	c #Conflicts:    1573000 | #Constraints:      88325
1960.87/1966.07	c #Conflicts:    1574000 | #Constraints:      89328
1960.87/1966.07	c #Conflicts:    1575000 | #Constraints:      90330
1960.87/1966.07	c #Conflicts:    1576000 | #Constraints:      91333
1960.87/1966.07	c #Conflicts:    1577000 | #Constraints:      92336
1960.87/1966.07	c #Conflicts:    1578000 | #Constraints:      93339
1960.87/1966.07	c #Conflicts:    1579000 | #Constraints:      94341
1960.87/1966.07	c #Conflicts:    1580000 | #Constraints:      95343
1960.87/1966.07	c #Conflicts:    1581000 | #Constraints:      96344
1960.87/1966.07	c #Conflicts:    1582000 | #Constraints:      97346
1960.87/1966.07	c #Conflicts:    1583000 | #Constraints:      98347
1960.87/1966.07	c #Conflicts:    1584000 | #Constraints:      99349
1960.87/1966.07	c #Conflicts:    1585000 | #Constraints:     100350
1960.87/1966.07	c #Conflicts:    1586000 | #Constraints:     101352
1960.87/1966.07	c #Conflicts:    1587000 | #Constraints:     102354
1960.87/1966.07	c #Conflicts:    1588000 | #Constraints:     103356
1960.87/1966.07	c #Conflicts:    1589000 | #Constraints:     104357
1960.87/1966.07	c #Conflicts:    1590000 | #Constraints:     105359
1960.87/1966.07	c #Conflicts:    1591000 | #Constraints:     106368
1960.87/1966.07	c #Conflicts:    1592000 | #Constraints:     107395
1960.87/1966.07	c #Conflicts:    1593000 | #Constraints:     108432
1960.87/1966.07	c #Conflicts:    1594000 | #Constraints:     109460
1960.87/1966.07	c #Conflicts:    1595000 | #Constraints:     110483
1960.87/1966.07	c #Conflicts:    1596000 | #Constraints:     111524
1960.87/1966.07	c #Conflicts:    1597000 | #Constraints:     112545
1960.87/1966.07	c #Conflicts:    1598000 | #Constraints:     113550
1960.87/1966.07	c #Conflicts:    1599000 | #Constraints:     114556
1960.87/1966.07	c #Conflicts:    1600000 | #Constraints:     115561
1960.87/1966.07	c #Conflicts:    1601000 | #Constraints:     116571
1960.87/1966.07	c #Conflicts:    1602000 | #Constraints:     117586
1960.87/1966.07	c #Conflicts:    1603000 | #Constraints:     118604
1960.87/1966.07	c #Conflicts:    1604000 | #Constraints:     119618
1960.87/1966.07	c #Conflicts:    1605000 | #Constraints:     120653
1960.87/1966.07	c #Conflicts:    1606000 | #Constraints:     121679
1960.87/1966.07	c #Conflicts:    1607000 | #Constraints:     122704
1960.87/1966.07	c #Conflicts:    1608000 | #Constraints:     123722
1960.87/1966.07	c bounds 49 >= -738 @ 1940.5
2002.85/2008.18	c #Conflicts:    1609000 | #Constraints:     124736
2002.85/2008.18	c #Conflicts:    1610000 | #Constraints:     125736
2002.85/2008.18	c #Conflicts:    1611000 | #Constraints:     126736
2002.85/2008.18	c #Conflicts:    1612000 | #Constraints:     127736
2002.85/2008.18	c #Conflicts:    1613000 | #Constraints:     128736
2002.85/2008.18	c #Conflicts:    1614000 | #Constraints:     129736
2002.85/2008.18	c #Conflicts:    1615000 | #Constraints:     130736
2002.85/2008.18	c #Conflicts:    1616000 | #Constraints:     131736
2002.85/2008.18	c #Conflicts:    1617000 | #Constraints:     132736
2002.85/2008.18	c #Conflicts:    1618000 | #Constraints:     133736
2002.85/2008.18	c INPROCESSING
2002.85/2008.18	c GARBAGE COLLECT
2002.85/2008.18	c rational objective 4
2014.11/2019.44	c #Conflicts:    1619000 | #Constraints:      74260
2014.11/2019.44	c #Conflicts:    1620000 | #Constraints:      75260
2014.11/2019.44	c #Conflicts:    1621000 | #Constraints:      76260
2014.11/2019.44	c #Conflicts:    1622000 | #Constraints:      77260
2014.11/2019.44	c #Conflicts:    1623000 | #Constraints:      78260
2014.11/2019.44	c #Conflicts:    1624000 | #Constraints:      79260
2014.11/2019.44	c #Conflicts:    1625000 | #Constraints:      80260
2014.11/2019.44	c #Conflicts:    1626000 | #Constraints:      81260
2014.11/2019.44	c #Conflicts:    1627000 | #Constraints:      82260
2014.11/2019.44	c #Conflicts:    1628000 | #Constraints:      83260
2014.11/2019.44	c bounds 49 >= -737 @ 1993.56
2050.12/2055.59	c #Conflicts:    1629000 | #Constraints:      84302
2050.12/2055.59	c #Conflicts:    1630000 | #Constraints:      85302
2050.12/2055.59	c #Conflicts:    1631000 | #Constraints:      86302
2050.12/2055.59	c #Conflicts:    1632000 | #Constraints:      87302
2050.12/2055.59	c #Conflicts:    1633000 | #Constraints:      88302
2050.12/2055.59	c #Conflicts:    1634000 | #Constraints:      89302
2050.12/2055.59	c #Conflicts:    1635000 | #Constraints:      90302
2050.12/2055.59	c #Conflicts:    1636000 | #Constraints:      91302
2050.12/2055.59	c #Conflicts:    1637000 | #Constraints:      92302
2050.12/2055.59	c #Conflicts:    1638000 | #Constraints:      93302
2050.12/2055.59	c #Conflicts:    1639000 | #Constraints:      94302
2050.12/2055.59	c #Conflicts:    1640000 | #Constraints:      95302
2050.12/2055.59	c #Conflicts:    1641000 | #Constraints:      96302
2050.12/2055.59	c #Conflicts:    1642000 | #Constraints:      97302
2050.12/2055.59	c #Conflicts:    1643000 | #Constraints:      98302
2050.12/2055.59	c #Conflicts:    1644000 | #Constraints:      99302
2050.12/2055.59	c #Conflicts:    1645000 | #Constraints:     100302
2050.12/2055.59	c #Conflicts:    1646000 | #Constraints:     101302
2050.12/2055.59	c #Conflicts:    1647000 | #Constraints:     102302
2050.12/2055.59	c #Conflicts:    1648000 | #Constraints:     103302
2050.12/2055.59	c #Conflicts:    1649000 | #Constraints:     104302
2050.12/2055.59	c bounds 49 >= -736 @ 2029.31
2068.08/2073.50	c #Conflicts:    1650000 | #Constraints:     105347
2068.08/2073.50	c INPROCESSING
2068.08/2073.50	c GARBAGE COLLECT
2068.08/2073.50	c rational objective 4
2098.30/2103.83	c #Conflicts:    1651000 | #Constraints:      59772
2098.30/2103.83	c #Conflicts:    1652000 | #Constraints:      60772
2098.30/2103.83	c #Conflicts:    1653000 | #Constraints:      61772
2098.30/2103.83	c #Conflicts:    1654000 | #Constraints:      62772
2098.30/2103.83	c #Conflicts:    1655000 | #Constraints:      63772
2098.30/2103.83	c #Conflicts:    1656000 | #Constraints:      64772
2098.30/2103.83	c #Conflicts:    1657000 | #Constraints:      65772
2098.30/2103.83	c #Conflicts:    1658000 | #Constraints:      66772
2098.30/2103.83	c #Conflicts:    1659000 | #Constraints:      67772
2098.30/2103.83	c #Conflicts:    1660000 | #Constraints:      68772
2098.30/2103.83	c #Conflicts:    1661000 | #Constraints:      69772
2098.30/2103.83	c #Conflicts:    1662000 | #Constraints:      70772
2098.30/2103.83	c #Conflicts:    1663000 | #Constraints:      71772
2098.30/2103.83	c #Conflicts:    1664000 | #Constraints:      72772
2098.30/2103.83	c #Conflicts:    1665000 | #Constraints:      73772
2098.30/2103.83	c #Conflicts:    1666000 | #Constraints:      74772
2098.30/2103.83	c #Conflicts:    1667000 | #Constraints:      75772
2098.30/2103.83	c #Conflicts:    1668000 | #Constraints:      76772
2098.30/2103.83	c #Conflicts:    1669000 | #Constraints:      77772
2098.30/2103.83	c #Conflicts:    1670000 | #Constraints:      78772
2098.30/2103.83	c #Conflicts:    1671000 | #Constraints:      79772
2098.30/2103.83	c #Conflicts:    1672000 | #Constraints:      80772
2098.30/2103.83	c #Conflicts:    1673000 | #Constraints:      81772
2098.30/2103.83	c #Conflicts:    1674000 | #Constraints:      82772
2098.30/2103.83	c #Conflicts:    1675000 | #Constraints:      83772
2098.30/2103.83	c #Conflicts:    1676000 | #Constraints:      84772
2098.30/2103.83	c #Conflicts:    1677000 | #Constraints:      85772
2098.30/2103.83	c #Conflicts:    1678000 | #Constraints:      86772
2098.30/2103.83	c #Conflicts:    1679000 | #Constraints:      87772
2098.30/2103.83	c #Conflicts:    1680000 | #Constraints:      88772
2098.30/2103.83	c #Conflicts:    1681000 | #Constraints:      89772
2098.30/2103.83	c #Conflicts:    1682000 | #Constraints:      90772
2098.30/2103.83	c #Conflicts:    1683000 | #Constraints:      91772
2098.30/2103.83	c INPROCESSING
2098.30/2103.83	c GARBAGE COLLECT
2098.30/2103.83	c rational objective 4
2109.67/2115.22	c #Conflicts:    1684000 | #Constraints:      53305
2109.67/2115.22	c #Conflicts:    1685000 | #Constraints:      54305
2109.67/2115.22	c #Conflicts:    1686000 | #Constraints:      55305
2109.67/2115.22	c #Conflicts:    1687000 | #Constraints:      56305
2109.67/2115.22	c #Conflicts:    1688000 | #Constraints:      57305
2109.67/2115.22	c #Conflicts:    1689000 | #Constraints:      58305
2109.67/2115.22	c #Conflicts:    1690000 | #Constraints:      59305
2109.67/2115.22	c #Conflicts:    1691000 | #Constraints:      60305
2109.67/2115.22	c #Conflicts:    1692000 | #Constraints:      61305
2109.67/2115.22	c #Conflicts:    1693000 | #Constraints:      62305
2109.67/2115.22	c #Conflicts:    1694000 | #Constraints:      63305
2109.67/2115.22	c #Conflicts:    1695000 | #Constraints:      64305
2109.67/2115.22	c #Conflicts:    1696000 | #Constraints:      65305
2109.67/2115.22	c #Conflicts:    1697000 | #Constraints:      66305
2109.67/2115.22	c #Conflicts:    1698000 | #Constraints:      67305
2109.67/2115.22	c #Conflicts:    1699000 | #Constraints:      68305
2109.67/2115.22	c #Conflicts:    1700000 | #Constraints:      69305
2109.67/2115.22	c #Conflicts:    1701000 | #Constraints:      70305
2109.67/2115.22	c #Conflicts:    1702000 | #Constraints:      71305
2109.67/2115.22	c #Conflicts:    1703000 | #Constraints:      72305
2109.67/2115.22	c #Conflicts:    1704000 | #Constraints:      73305
2109.67/2115.22	c #Conflicts:    1705000 | #Constraints:      74305
2109.67/2115.22	c #Conflicts:    1706000 | #Constraints:      75305
2109.67/2115.22	c #Conflicts:    1707000 | #Constraints:      76305
2109.67/2115.22	c #Conflicts:    1708000 | #Constraints:      77305
2109.67/2115.22	c #Conflicts:    1709000 | #Constraints:      78305
2109.67/2115.22	c #Conflicts:    1710000 | #Constraints:      79305
2109.67/2115.22	c #Conflicts:    1711000 | #Constraints:      80305
2109.67/2115.22	c #Conflicts:    1712000 | #Constraints:      81305
2109.67/2115.22	c bounds 49 >= -735 @ 2088.09
2128.43/2134.05	c #Conflicts:    1713000 | #Constraints:      82377
2128.43/2134.05	c #Conflicts:    1714000 | #Constraints:      83377
2128.43/2134.05	c #Conflicts:    1715000 | #Constraints:      84377
2128.43/2134.05	c #Conflicts:    1716000 | #Constraints:      85377
2128.43/2134.05	c INPROCESSING
2128.43/2134.05	c GARBAGE COLLECT
2128.43/2134.05	c rational objective 4
2151.57/2157.22	c #Conflicts:    1717000 | #Constraints:      50221
2151.57/2157.22	c #Conflicts:    1718000 | #Constraints:      51221
2151.57/2157.22	c #Conflicts:    1719000 | #Constraints:      52221
2151.57/2157.22	c #Conflicts:    1720000 | #Constraints:      53221
2151.57/2157.22	c #Conflicts:    1721000 | #Constraints:      54221
2151.57/2157.22	c #Conflicts:    1722000 | #Constraints:      55221
2151.57/2157.22	c #Conflicts:    1723000 | #Constraints:      56221
2151.57/2157.22	c #Conflicts:    1724000 | #Constraints:      57221
2151.57/2157.22	c #Conflicts:    1725000 | #Constraints:      58221
2151.57/2157.22	c #Conflicts:    1726000 | #Constraints:      59221
2151.57/2157.22	c #Conflicts:    1727000 | #Constraints:      60221
2151.57/2157.22	c #Conflicts:    1728000 | #Constraints:      61221
2151.57/2157.22	c #Conflicts:    1729000 | #Constraints:      62221
2151.57/2157.22	c #Conflicts:    1730000 | #Constraints:      63221
2151.57/2157.22	c #Conflicts:    1731000 | #Constraints:      64221
2151.57/2157.22	c #Conflicts:    1732000 | #Constraints:      65221
2151.57/2157.22	c #Conflicts:    1733000 | #Constraints:      66221
2151.57/2157.22	c #Conflicts:    1734000 | #Constraints:      67221
2151.57/2157.22	c #Conflicts:    1735000 | #Constraints:      68221
2151.57/2157.22	c #Conflicts:    1736000 | #Constraints:      69221
2151.57/2157.22	c #Conflicts:    1737000 | #Constraints:      70221
2151.57/2157.22	c #Conflicts:    1738000 | #Constraints:      71221
2151.57/2157.22	c #Conflicts:    1739000 | #Constraints:      72221
2151.57/2157.22	c #Conflicts:    1740000 | #Constraints:      73221
2151.57/2157.22	c #Conflicts:    1741000 | #Constraints:      74221
2151.57/2157.22	c #Conflicts:    1742000 | #Constraints:      75221
2151.57/2157.22	c #Conflicts:    1743000 | #Constraints:      76221
2151.57/2157.22	c #Conflicts:    1744000 | #Constraints:      77221
2151.57/2157.22	c #Conflicts:    1745000 | #Constraints:      78221
2151.57/2157.22	c #Conflicts:    1746000 | #Constraints:      79221
2151.57/2157.22	c bounds 49 >= -734 @ 2129.51
2248.01/2253.94	c #Conflicts:    1747000 | #Constraints:      80281
2248.01/2253.94	c #Conflicts:    1748000 | #Constraints:      81281
2248.01/2253.94	c #Conflicts:    1749000 | #Constraints:      82281
2248.01/2253.94	c #Conflicts:    1750000 | #Constraints:      83281
2248.01/2253.94	c #Conflicts:    1751000 | #Constraints:      84281
2248.01/2253.94	c #Conflicts:    1752000 | #Constraints:      85281
2248.01/2253.94	c #Conflicts:    1753000 | #Constraints:      86281
2248.01/2253.94	c #Conflicts:    1754000 | #Constraints:      87281
2248.01/2253.94	c #Conflicts:    1755000 | #Constraints:      88281
2248.01/2253.94	c #Conflicts:    1756000 | #Constraints:      89281
2248.01/2253.94	c #Conflicts:    1757000 | #Constraints:      90281
2248.01/2253.94	c #Conflicts:    1758000 | #Constraints:      91281
2248.01/2253.94	c #Conflicts:    1759000 | #Constraints:      92281
2248.01/2253.94	c #Conflicts:    1760000 | #Constraints:      93281
2248.01/2253.94	c #Conflicts:    1761000 | #Constraints:      94281
2248.01/2253.94	c #Conflicts:    1762000 | #Constraints:      95281
2248.01/2253.94	c #Conflicts:    1763000 | #Constraints:      96281
2248.01/2253.94	c #Conflicts:    1764000 | #Constraints:      97281
2248.01/2253.94	c #Conflicts:    1765000 | #Constraints:      98281
2248.01/2253.94	c #Conflicts:    1766000 | #Constraints:      99281
2248.01/2253.94	c #Conflicts:    1767000 | #Constraints:     100281
2248.01/2253.94	c #Conflicts:    1768000 | #Constraints:     101281
2248.01/2253.94	c #Conflicts:    1769000 | #Constraints:     102281
2248.01/2253.94	c #Conflicts:    1770000 | #Constraints:     103281
2248.01/2253.94	c #Conflicts:    1771000 | #Constraints:     104281
2248.01/2253.94	c #Conflicts:    1772000 | #Constraints:     105281
2248.01/2253.94	c #Conflicts:    1773000 | #Constraints:     106281
2248.01/2253.94	c #Conflicts:    1774000 | #Constraints:     107281
2248.01/2253.94	c #Conflicts:    1775000 | #Constraints:     108281
2248.01/2253.94	c #Conflicts:    1776000 | #Constraints:     109281
2248.01/2253.94	c #Conflicts:    1777000 | #Constraints:     110281
2248.01/2253.94	c #Conflicts:    1778000 | #Constraints:     111281
2248.01/2253.94	c #Conflicts:    1779000 | #Constraints:     112281
2248.01/2253.94	c #Conflicts:    1780000 | #Constraints:     113281
2248.01/2253.94	c #Conflicts:    1781000 | #Constraints:     114281
2248.01/2253.94	c #Conflicts:    1782000 | #Constraints:     115281
2248.01/2253.94	c #Conflicts:    1783000 | #Constraints:     116281
2248.01/2253.94	c #Conflicts:    1784000 | #Constraints:     117281
2248.01/2253.94	c #Conflicts:    1785000 | #Constraints:     118281
2248.01/2253.94	c #Conflicts:    1786000 | #Constraints:     119281
2248.01/2253.94	c #Conflicts:    1787000 | #Constraints:     120281
2248.01/2253.94	c #Conflicts:    1788000 | #Constraints:     121281
2248.01/2253.94	c #Conflicts:    1789000 | #Constraints:     122281
2248.01/2253.94	c #Conflicts:    1790000 | #Constraints:     123281
2248.01/2253.94	c #Conflicts:    1791000 | #Constraints:     124281
2248.01/2253.94	c #Conflicts:    1792000 | #Constraints:     125281
2248.01/2253.94	c #Conflicts:    1793000 | #Constraints:     126281
2248.01/2253.94	c #Conflicts:    1794000 | #Constraints:     127281
2248.01/2253.94	c #Conflicts:    1795000 | #Constraints:     128281
2248.01/2253.94	c #Conflicts:    1796000 | #Constraints:     129281
2248.01/2253.94	c #Conflicts:    1797000 | #Constraints:     130281
2248.01/2253.94	c #Conflicts:    1798000 | #Constraints:     131281
2248.01/2253.94	c #Conflicts:    1799000 | #Constraints:     132281
2248.01/2253.94	c #Conflicts:    1800000 | #Constraints:     133281
2248.01/2253.94	c #Conflicts:    1801000 | #Constraints:     134281
2248.01/2253.94	c #Conflicts:    1802000 | #Constraints:     135281
2248.01/2253.94	c #Conflicts:    1803000 | #Constraints:     136281
2248.01/2253.94	c #Conflicts:    1804000 | #Constraints:     137281
2248.01/2253.94	c #Conflicts:    1805000 | #Constraints:     138281
2248.01/2253.94	c #Conflicts:    1806000 | #Constraints:     139281
2248.01/2253.94	c #Conflicts:    1807000 | #Constraints:     140281
2248.01/2253.94	c #Conflicts:    1808000 | #Constraints:     141281
2248.01/2253.94	c INPROCESSING
2248.01/2253.94	c GARBAGE COLLECT
2248.01/2253.94	c rational objective 4
2258.49/2264.48	c #Conflicts:    1809000 | #Constraints:      77653
2258.49/2264.48	c #Conflicts:    1810000 | #Constraints:      78685
2258.49/2264.48	c #Conflicts:    1811000 | #Constraints:      79736
2258.49/2264.48	c #Conflicts:    1812000 | #Constraints:      80760
2258.49/2264.48	c #Conflicts:    1813000 | #Constraints:      81799
2258.49/2264.48	c #Conflicts:    1814000 | #Constraints:      82826
2258.49/2264.48	c #Conflicts:    1815000 | #Constraints:      83872
2258.49/2264.48	c bounds 48 >= -734 @ 2235.81
2312.04/2318.15	c #Conflicts:    1816000 | #Constraints:      84955
2312.04/2318.15	c #Conflicts:    1817000 | #Constraints:      85997
2312.04/2318.15	c #Conflicts:    1818000 | #Constraints:      87017
2312.04/2318.15	c #Conflicts:    1819000 | #Constraints:      88034
2312.04/2318.15	c #Conflicts:    1820000 | #Constraints:      89048
2312.04/2318.15	c #Conflicts:    1821000 | #Constraints:      90065
2312.04/2318.15	c #Conflicts:    1822000 | #Constraints:      91075
2312.04/2318.15	c #Conflicts:    1823000 | #Constraints:      92090
2312.04/2318.15	c #Conflicts:    1824000 | #Constraints:      93111
2312.04/2318.15	c #Conflicts:    1825000 | #Constraints:      94118
2312.04/2318.15	c #Conflicts:    1826000 | #Constraints:      95121
2312.04/2318.15	c #Conflicts:    1827000 | #Constraints:      96125
2312.04/2318.15	c #Conflicts:    1828000 | #Constraints:      97131
2312.04/2318.15	c #Conflicts:    1829000 | #Constraints:      98138
2312.04/2318.15	c #Conflicts:    1830000 | #Constraints:      99150
2312.04/2318.15	c #Conflicts:    1831000 | #Constraints:     100162
2312.04/2318.15	c #Conflicts:    1832000 | #Constraints:     101182
2312.04/2318.15	c #Conflicts:    1833000 | #Constraints:     102199
2312.04/2318.15	c #Conflicts:    1834000 | #Constraints:     103218
2312.04/2318.15	c #Conflicts:    1835000 | #Constraints:     104232
2312.04/2318.15	c #Conflicts:    1836000 | #Constraints:     105239
2312.04/2318.15	c #Conflicts:    1837000 | #Constraints:     106241
2312.04/2318.15	c #Conflicts:    1838000 | #Constraints:     107247
2312.04/2318.15	c #Conflicts:    1839000 | #Constraints:     108254
2312.04/2318.15	c #Conflicts:    1840000 | #Constraints:     109263
2312.04/2318.15	c #Conflicts:    1841000 | #Constraints:     110292
2312.04/2318.15	c #Conflicts:    1842000 | #Constraints:     111306
2312.04/2318.15	c INPROCESSING
2312.04/2318.15	c GARBAGE COLLECT
2312.04/2318.15	c rational objective 4
2316.23/2322.31	c #Conflicts:    1843000 | #Constraints:      63047
2316.23/2322.31	c #Conflicts:    1844000 | #Constraints:      64047
2316.23/2322.31	c #Conflicts:    1845000 | #Constraints:      65047
2316.23/2322.31	c #Conflicts:    1846000 | #Constraints:      66048
2316.23/2322.31	c #Conflicts:    1847000 | #Constraints:      67048
2316.23/2322.31	c #Conflicts:    1848000 | #Constraints:      68048
2316.23/2322.31	c #Conflicts:    1849000 | #Constraints:      69048
2316.23/2322.31	c #Conflicts:    1850000 | #Constraints:      70048
2316.23/2322.31	c bounds 48 >= -733 @ 2293.03
2320.72/2326.84	c #Conflicts:    1851000 | #Constraints:      71114
2320.72/2326.84	c #Conflicts:    1852000 | #Constraints:      72114
2320.72/2326.84	c #Conflicts:    1853000 | #Constraints:      73115
2320.72/2326.84	c #Conflicts:    1854000 | #Constraints:      74115
2320.72/2326.84	c #Conflicts:    1855000 | #Constraints:      75115
2320.72/2326.84	c #Conflicts:    1856000 | #Constraints:      76115
2320.72/2326.84	c #Conflicts:    1857000 | #Constraints:      77115
2320.72/2326.84	c #Conflicts:    1858000 | #Constraints:      78115
2320.72/2326.84	c #Conflicts:    1859000 | #Constraints:      79115
2320.72/2326.84	c #Conflicts:    1860000 | #Constraints:      80115
2320.72/2326.84	c bounds 48 >= -732 @ 2297.46
2326.70/2332.82	c #Conflicts:    1861000 | #Constraints:      81157
2326.70/2332.82	c #Conflicts:    1862000 | #Constraints:      82157
2326.70/2332.82	c #Conflicts:    1863000 | #Constraints:      83157
2326.70/2332.82	c #Conflicts:    1864000 | #Constraints:      84157
2326.70/2332.82	c #Conflicts:    1865000 | #Constraints:      85157
2326.70/2332.82	c #Conflicts:    1866000 | #Constraints:      86157
2326.70/2332.82	c #Conflicts:    1867000 | #Constraints:      87157
2326.70/2332.82	c #Conflicts:    1868000 | #Constraints:      88158
2326.70/2332.82	c #Conflicts:    1869000 | #Constraints:      89158
2326.70/2332.82	c #Conflicts:    1870000 | #Constraints:      90158
2326.70/2332.82	c #Conflicts:    1871000 | #Constraints:      91158
2326.70/2332.82	c bounds 48 >= -731 @ 2303.35
2331.99/2338.13	c #Conflicts:    1872000 | #Constraints:      92194
2331.99/2338.13	c #Conflicts:    1873000 | #Constraints:      93194
2331.99/2338.13	c #Conflicts:    1874000 | #Constraints:      94194
2331.99/2338.13	c #Conflicts:    1875000 | #Constraints:      95194
2331.99/2338.13	c #Conflicts:    1876000 | #Constraints:      96194
2331.99/2338.13	c INPROCESSING
2331.99/2338.13	c GARBAGE COLLECT
2331.99/2338.13	c rational objective 4
2343.26/2349.45	c #Conflicts:    1877000 | #Constraints:      55354
2343.26/2349.45	c #Conflicts:    1878000 | #Constraints:      56354
2343.26/2349.45	c #Conflicts:    1879000 | #Constraints:      57354
2343.26/2349.45	c #Conflicts:    1880000 | #Constraints:      58354
2343.26/2349.45	c #Conflicts:    1881000 | #Constraints:      59354
2343.26/2349.45	c #Conflicts:    1882000 | #Constraints:      60354
2343.26/2349.45	c #Conflicts:    1883000 | #Constraints:      61355
2343.26/2349.45	c #Conflicts:    1884000 | #Constraints:      62355
2343.26/2349.45	c #Conflicts:    1885000 | #Constraints:      63355
2343.26/2349.45	c #Conflicts:    1886000 | #Constraints:      64355
2343.26/2349.45	c #Conflicts:    1887000 | #Constraints:      65355
2343.26/2349.45	c #Conflicts:    1888000 | #Constraints:      66355
2343.26/2349.45	c #Conflicts:    1889000 | #Constraints:      67355
2343.26/2349.45	c #Conflicts:    1890000 | #Constraints:      68355
2343.26/2349.45	c #Conflicts:    1891000 | #Constraints:      69355
2343.26/2349.45	c #Conflicts:    1892000 | #Constraints:      70355
2343.26/2349.45	c #Conflicts:    1893000 | #Constraints:      71355
2343.26/2349.45	c #Conflicts:    1894000 | #Constraints:      72355
2343.26/2349.45	c #Conflicts:    1895000 | #Constraints:      73355
2343.26/2349.45	c #Conflicts:    1896000 | #Constraints:      74355
2343.26/2349.45	c #Conflicts:    1897000 | #Constraints:      75355
2343.26/2349.45	c bounds 48 >= -730 @ 2319.62
2355.43/2361.60	c #Conflicts:    1898000 | #Constraints:      76412
2355.43/2361.60	c #Conflicts:    1899000 | #Constraints:      77412
2355.43/2361.60	c #Conflicts:    1900000 | #Constraints:      78412
2355.43/2361.60	c #Conflicts:    1901000 | #Constraints:      79412
2355.43/2361.60	c #Conflicts:    1902000 | #Constraints:      80412
2355.43/2361.60	c #Conflicts:    1903000 | #Constraints:      81412
2355.43/2361.60	c #Conflicts:    1904000 | #Constraints:      82412
2355.43/2361.60	c #Conflicts:    1905000 | #Constraints:      83412
2355.43/2361.60	c #Conflicts:    1906000 | #Constraints:      84412
2355.43/2361.60	c #Conflicts:    1907000 | #Constraints:      85412
2355.43/2361.60	c #Conflicts:    1908000 | #Constraints:      86412
2355.43/2361.60	c #Conflicts:    1909000 | #Constraints:      87412
2355.43/2361.60	c #Conflicts:    1910000 | #Constraints:      88412
2355.43/2361.60	c #Conflicts:    1911000 | #Constraints:      89412
2355.43/2361.60	c INPROCESSING
2355.43/2361.60	c GARBAGE COLLECT
2355.43/2361.60	c rational objective 4
2370.99/2377.23	c #Conflicts:    1912000 | #Constraints:      52068
2370.99/2377.23	c #Conflicts:    1913000 | #Constraints:      53068
2370.99/2377.23	c #Conflicts:    1914000 | #Constraints:      54068
2370.99/2377.23	c #Conflicts:    1915000 | #Constraints:      55068
2370.99/2377.23	c #Conflicts:    1916000 | #Constraints:      56068
2370.99/2377.23	c #Conflicts:    1917000 | #Constraints:      57068
2370.99/2377.23	c #Conflicts:    1918000 | #Constraints:      58068
2370.99/2377.23	c #Conflicts:    1919000 | #Constraints:      59068
2370.99/2377.23	c #Conflicts:    1920000 | #Constraints:      60068
2370.99/2377.23	c #Conflicts:    1921000 | #Constraints:      61068
2370.99/2377.23	c #Conflicts:    1922000 | #Constraints:      62068
2370.99/2377.23	c #Conflicts:    1923000 | #Constraints:      63068
2370.99/2377.23	c #Conflicts:    1924000 | #Constraints:      64068
2370.99/2377.23	c #Conflicts:    1925000 | #Constraints:      65068
2370.99/2377.23	c #Conflicts:    1926000 | #Constraints:      66068
2370.99/2377.23	c #Conflicts:    1927000 | #Constraints:      67068
2370.99/2377.23	c #Conflicts:    1928000 | #Constraints:      68068
2370.99/2377.23	c #Conflicts:    1929000 | #Constraints:      69068
2370.99/2377.23	c #Conflicts:    1930000 | #Constraints:      70068
2370.99/2377.23	c #Conflicts:    1931000 | #Constraints:      71068
2370.99/2377.23	c #Conflicts:    1932000 | #Constraints:      72068
2370.99/2377.23	c #Conflicts:    1933000 | #Constraints:      73068
2370.99/2377.23	c #Conflicts:    1934000 | #Constraints:      74068
2370.99/2377.23	c #Conflicts:    1935000 | #Constraints:      75068
2370.99/2377.23	c #Conflicts:    1936000 | #Constraints:      76068
2370.99/2377.23	c #Conflicts:    1937000 | #Constraints:      77068
2370.99/2377.23	c #Conflicts:    1938000 | #Constraints:      78068
2370.99/2377.23	c #Conflicts:    1939000 | #Constraints:      79068
2370.99/2377.23	c bounds 48 >= -729 @ 2346.93
2410.59/2416.94	c #Conflicts:    1940000 | #Constraints:      80134
2410.59/2416.94	c #Conflicts:    1941000 | #Constraints:      81134
2410.59/2416.94	c #Conflicts:    1942000 | #Constraints:      82134
2410.59/2416.94	c #Conflicts:    1943000 | #Constraints:      83134
2410.59/2416.94	c #Conflicts:    1944000 | #Constraints:      84134
2410.59/2416.94	c #Conflicts:    1945000 | #Constraints:      85134
2410.59/2416.94	c #Conflicts:    1946000 | #Constraints:      86134
2410.59/2416.94	c #Conflicts:    1947000 | #Constraints:      87134
2410.59/2416.94	c #Conflicts:    1948000 | #Constraints:      88134
2410.59/2416.94	c #Conflicts:    1949000 | #Constraints:      89134
2410.59/2416.94	c #Conflicts:    1950000 | #Constraints:      90134
2410.59/2416.94	c #Conflicts:    1951000 | #Constraints:      91134
2410.59/2416.94	c #Conflicts:    1952000 | #Constraints:      92134
2410.59/2416.94	c #Conflicts:    1953000 | #Constraints:      93134
2410.59/2416.94	c #Conflicts:    1954000 | #Constraints:      94134
2410.59/2416.94	c #Conflicts:    1955000 | #Constraints:      95134
2410.59/2416.94	c #Conflicts:    1956000 | #Constraints:      96134
2410.59/2416.94	c #Conflicts:    1957000 | #Constraints:      97134
2410.59/2416.94	c #Conflicts:    1958000 | #Constraints:      98134
2410.59/2416.94	c #Conflicts:    1959000 | #Constraints:      99134
2410.59/2416.94	c #Conflicts:    1960000 | #Constraints:     100134
2410.59/2416.94	c #Conflicts:    1961000 | #Constraints:     101134
2410.59/2416.94	c #Conflicts:    1962000 | #Constraints:     102134
2410.59/2416.94	c #Conflicts:    1963000 | #Constraints:     103134
2410.59/2416.94	c #Conflicts:    1964000 | #Constraints:     104134
2410.59/2416.94	c #Conflicts:    1965000 | #Constraints:     105134
2410.59/2416.94	c #Conflicts:    1966000 | #Constraints:     106134
2410.59/2416.94	c #Conflicts:    1967000 | #Constraints:     107134
2410.59/2416.94	c #Conflicts:    1968000 | #Constraints:     108134
2410.59/2416.94	c #Conflicts:    1969000 | #Constraints:     109134
2410.59/2416.94	c #Conflicts:    1970000 | #Constraints:     110134
2410.59/2416.94	c #Conflicts:    1971000 | #Constraints:     111134
2410.59/2416.94	c #Conflicts:    1972000 | #Constraints:     112134
2410.59/2416.94	c #Conflicts:    1973000 | #Constraints:     113134
2410.59/2416.94	c bounds 48 >= -728 @ 2386.24
2434.73/2441.15	c #Conflicts:    1974000 | #Constraints:     114236
2434.73/2441.15	c #Conflicts:    1975000 | #Constraints:     115774
2434.73/2441.15	c #Conflicts:    1976000 | #Constraints:     117343
2434.73/2441.15	c #Conflicts:    1977000 | #Constraints:     118887
2434.73/2441.15	c #Conflicts:    1978000 | #Constraints:     120472
2434.73/2441.15	c #Conflicts:    1979000 | #Constraints:     122051
2434.73/2441.15	c #Conflicts:    1980000 | #Constraints:     123604
2434.73/2441.15	c #Conflicts:    1981000 | #Constraints:     125094
2434.73/2441.15	c #Conflicts:    1982000 | #Constraints:     126618
2434.73/2441.15	c bounds 47 >= -728 @ 2410.22
2483.30/2489.87	c #Conflicts:    1983000 | #Constraints:     128042
2483.30/2489.87	c #Conflicts:    1984000 | #Constraints:     129042
2483.30/2489.87	c #Conflicts:    1985000 | #Constraints:     130042
2483.30/2489.87	c #Conflicts:    1986000 | #Constraints:     131042
2483.30/2489.87	c #Conflicts:    1987000 | #Constraints:     132042
2483.30/2489.87	c #Conflicts:    1988000 | #Constraints:     133042
2483.30/2489.87	c #Conflicts:    1989000 | #Constraints:     134042
2483.30/2489.87	c #Conflicts:    1990000 | #Constraints:     135042
2483.30/2489.87	c #Conflicts:    1991000 | #Constraints:     136042
2483.30/2489.87	c #Conflicts:    1992000 | #Constraints:     137042
2483.30/2489.87	c #Conflicts:    1993000 | #Constraints:     138042
2483.30/2489.87	c #Conflicts:    1994000 | #Constraints:     139042
2483.30/2489.87	c #Conflicts:    1995000 | #Constraints:     140042
2483.30/2489.87	c #Conflicts:    1996000 | #Constraints:     141042
2483.30/2489.87	c #Conflicts:    1997000 | #Constraints:     142042
2483.30/2489.87	c #Conflicts:    1998000 | #Constraints:     143042
2483.30/2489.87	c #Conflicts:    1999000 | #Constraints:     144042
2483.30/2489.87	c #Conflicts:    2000000 | #Constraints:     145042
2483.30/2489.87	c #Conflicts:    2001000 | #Constraints:     146042
2483.30/2489.87	c #Conflicts:    2002000 | #Constraints:     147042
2483.30/2489.87	c #Conflicts:    2003000 | #Constraints:     148042
2483.30/2489.87	c #Conflicts:    2004000 | #Constraints:     149042
2483.30/2489.87	c #Conflicts:    2005000 | #Constraints:     150042
2483.30/2489.87	c #Conflicts:    2006000 | #Constraints:     151042
2483.30/2489.87	c #Conflicts:    2007000 | #Constraints:     152042
2483.30/2489.87	c #Conflicts:    2008000 | #Constraints:     153042
2483.30/2489.87	c #Conflicts:    2009000 | #Constraints:     154042
2483.30/2489.87	c INPROCESSING
2483.30/2489.87	c GARBAGE COLLECT
2483.30/2489.87	c rational objective 4
2556.59/2563.31	c #Conflicts:    2010000 | #Constraints:      84640
2556.59/2563.31	c #Conflicts:    2011000 | #Constraints:      85647
2556.59/2563.31	c #Conflicts:    2012000 | #Constraints:      86683
2556.59/2563.31	c #Conflicts:    2013000 | #Constraints:      87718
2556.59/2563.31	c #Conflicts:    2014000 | #Constraints:      88742
2556.59/2563.31	c #Conflicts:    2015000 | #Constraints:      89751
2556.59/2563.31	c #Conflicts:    2016000 | #Constraints:      90766
2556.59/2563.31	c #Conflicts:    2017000 | #Constraints:      91780
2556.59/2563.31	c #Conflicts:    2018000 | #Constraints:      92787
2556.59/2563.31	c #Conflicts:    2019000 | #Constraints:      93797
2556.59/2563.31	c #Conflicts:    2020000 | #Constraints:      94813
2556.59/2563.31	c #Conflicts:    2021000 | #Constraints:      95823
2556.59/2563.31	c #Conflicts:    2022000 | #Constraints:      96845
2556.59/2563.31	c #Conflicts:    2023000 | #Constraints:      97868
2556.59/2563.31	c #Conflicts:    2024000 | #Constraints:      98892
2556.59/2563.31	c #Conflicts:    2025000 | #Constraints:      99911
2556.59/2563.31	c #Conflicts:    2026000 | #Constraints:     100962
2556.59/2563.31	c #Conflicts:    2027000 | #Constraints:     102007
2556.59/2563.31	c #Conflicts:    2028000 | #Constraints:     103037
2556.59/2563.31	c #Conflicts:    2029000 | #Constraints:     104049
2556.59/2563.31	c #Conflicts:    2030000 | #Constraints:     105061
2556.59/2563.31	c #Conflicts:    2031000 | #Constraints:     106073
2556.59/2563.31	c #Conflicts:    2032000 | #Constraints:     107104
2556.59/2563.31	c #Conflicts:    2033000 | #Constraints:     108119
2556.59/2563.31	c #Conflicts:    2034000 | #Constraints:     109143
2556.59/2563.31	c #Conflicts:    2035000 | #Constraints:     110156
2556.59/2563.31	c #Conflicts:    2036000 | #Constraints:     111165
2556.59/2563.31	c #Conflicts:    2037000 | #Constraints:     112199
2556.59/2563.31	c #Conflicts:    2038000 | #Constraints:     113238
2556.59/2563.31	c #Conflicts:    2039000 | #Constraints:     114260
2556.59/2563.31	c #Conflicts:    2040000 | #Constraints:     115269
2556.59/2563.31	c #Conflicts:    2041000 | #Constraints:     116309
2556.59/2563.31	c #Conflicts:    2042000 | #Constraints:     117325
2556.59/2563.31	c #Conflicts:    2043000 | #Constraints:     118331
2556.59/2563.31	c #Conflicts:    2044000 | #Constraints:     119344
2556.59/2563.31	c bounds 46 >= -728 @ 2531.3
2557.69/2564.43	c INPROCESSING
2557.69/2564.43	c GARBAGE COLLECT
2557.69/2564.43	c rational objective 4
2612.05/2618.94	c #Conflicts:    2045000 | #Constraints:      66926
2612.05/2618.94	c #Conflicts:    2046000 | #Constraints:      67926
2612.05/2618.94	c #Conflicts:    2047000 | #Constraints:      68927
2612.05/2618.94	c #Conflicts:    2048000 | #Constraints:      69927
2612.05/2618.94	c #Conflicts:    2049000 | #Constraints:      70927
2612.05/2618.94	c #Conflicts:    2050000 | #Constraints:      71927
2612.05/2618.94	c #Conflicts:    2051000 | #Constraints:      72928
2612.05/2618.94	c #Conflicts:    2052000 | #Constraints:      73929
2612.05/2618.94	c #Conflicts:    2053000 | #Constraints:      74929
2612.05/2618.94	c #Conflicts:    2054000 | #Constraints:      75929
2612.05/2618.94	c #Conflicts:    2055000 | #Constraints:      76929
2612.05/2618.94	c #Conflicts:    2056000 | #Constraints:      77929
2612.05/2618.94	c #Conflicts:    2057000 | #Constraints:      78929
2612.05/2618.94	c #Conflicts:    2058000 | #Constraints:      79929
2612.05/2618.94	c #Conflicts:    2059000 | #Constraints:      80929
2612.05/2618.94	c #Conflicts:    2060000 | #Constraints:      81929
2612.05/2618.94	c #Conflicts:    2061000 | #Constraints:      82929
2612.05/2618.94	c #Conflicts:    2062000 | #Constraints:      83929
2612.05/2618.94	c #Conflicts:    2063000 | #Constraints:      84929
2612.05/2618.94	c #Conflicts:    2064000 | #Constraints:      85929
2612.05/2618.94	c #Conflicts:    2065000 | #Constraints:      86929
2612.05/2618.94	c #Conflicts:    2066000 | #Constraints:      87929
2612.05/2618.94	c #Conflicts:    2067000 | #Constraints:      88929
2612.05/2618.94	c #Conflicts:    2068000 | #Constraints:      89929
2612.05/2618.94	c #Conflicts:    2069000 | #Constraints:      90929
2612.05/2618.94	c #Conflicts:    2070000 | #Constraints:      91929
2612.05/2618.94	c #Conflicts:    2071000 | #Constraints:      92929
2612.05/2618.94	c #Conflicts:    2072000 | #Constraints:      93929
2612.05/2618.94	c #Conflicts:    2073000 | #Constraints:      94929
2612.05/2618.94	c #Conflicts:    2074000 | #Constraints:      95929
2612.05/2618.94	c #Conflicts:    2075000 | #Constraints:      96929
2612.05/2618.94	c #Conflicts:    2076000 | #Constraints:      97929
2612.05/2618.94	c #Conflicts:    2077000 | #Constraints:      98929
2612.05/2618.94	c #Conflicts:    2078000 | #Constraints:      99929
2612.05/2618.94	c #Conflicts:    2079000 | #Constraints:     100929
2612.05/2618.94	c #Conflicts:    2080000 | #Constraints:     101929
2612.05/2618.94	c INPROCESSING
2612.05/2618.94	c GARBAGE COLLECT
2612.05/2618.94	c rational objective 4
2614.05/2620.94	c #Conflicts:    2081000 | #Constraints:      58225
2614.05/2620.94	c #Conflicts:    2082000 | #Constraints:      59225
2614.05/2620.94	c #Conflicts:    2083000 | #Constraints:      60225
2614.05/2620.94	c #Conflicts:    2084000 | #Constraints:      61225
2614.05/2620.94	c #Conflicts:    2085000 | #Constraints:      62225
2614.05/2620.94	c #Conflicts:    2086000 | #Constraints:      63225
2614.05/2620.94	c #Conflicts:    2087000 | #Constraints:      64225
2614.05/2620.94	c #Conflicts:    2088000 | #Constraints:      65225
2614.05/2620.94	c bounds 46 >= -727 @ 2588.26
2640.48/2647.40	c #Conflicts:    2089000 | #Constraints:      66312
2640.48/2647.40	c #Conflicts:    2090000 | #Constraints:      67312
2640.48/2647.40	c #Conflicts:    2091000 | #Constraints:      68312
2640.48/2647.40	c #Conflicts:    2092000 | #Constraints:      69312
2640.48/2647.40	c #Conflicts:    2093000 | #Constraints:      70312
2640.48/2647.40	c #Conflicts:    2094000 | #Constraints:      71312
2640.48/2647.40	c #Conflicts:    2095000 | #Constraints:      72312
2640.48/2647.40	c #Conflicts:    2096000 | #Constraints:      73312
2640.48/2647.40	c #Conflicts:    2097000 | #Constraints:      74312
2640.48/2647.40	c #Conflicts:    2098000 | #Constraints:      75312
2640.48/2647.40	c #Conflicts:    2099000 | #Constraints:      76312
2640.48/2647.40	c #Conflicts:    2100000 | #Constraints:      77312
2640.48/2647.40	c #Conflicts:    2101000 | #Constraints:      78312
2640.48/2647.40	c #Conflicts:    2102000 | #Constraints:      79312
2640.48/2647.40	c #Conflicts:    2103000 | #Constraints:      80312
2640.48/2647.40	c #Conflicts:    2104000 | #Constraints:      81312
2640.48/2647.40	c #Conflicts:    2105000 | #Constraints:      82312
2640.48/2647.40	c #Conflicts:    2106000 | #Constraints:      83312
2640.48/2647.40	c #Conflicts:    2107000 | #Constraints:      84312
2640.48/2647.40	c #Conflicts:    2108000 | #Constraints:      85312
2640.48/2647.40	c #Conflicts:    2109000 | #Constraints:      86312
2640.48/2647.40	c #Conflicts:    2110000 | #Constraints:      87313
2640.48/2647.40	c #Conflicts:    2111000 | #Constraints:      88313
2640.48/2647.40	c #Conflicts:    2112000 | #Constraints:      89313
2640.48/2647.40	c #Conflicts:    2113000 | #Constraints:      90313
2640.48/2647.40	c #Conflicts:    2114000 | #Constraints:      91313
2640.48/2647.40	c #Conflicts:    2115000 | #Constraints:      92313
2640.48/2647.40	c #Conflicts:    2116000 | #Constraints:      93313
2640.48/2647.40	c #Conflicts:    2117000 | #Constraints:      94313
2640.48/2647.40	c INPROCESSING
2640.48/2647.40	c GARBAGE COLLECT
2640.48/2647.40	c rational objective 4
2751.60/2758.87	c #Conflicts:    2118000 | #Constraints:      54812
2751.60/2758.87	c #Conflicts:    2119000 | #Constraints:      55812
2751.60/2758.87	c #Conflicts:    2120000 | #Constraints:      56812
2751.60/2758.87	c #Conflicts:    2121000 | #Constraints:      57812
2751.60/2758.87	c #Conflicts:    2122000 | #Constraints:      58812
2751.60/2758.87	c #Conflicts:    2123000 | #Constraints:      59812
2751.60/2758.87	c #Conflicts:    2124000 | #Constraints:      60812
2751.60/2758.87	c #Conflicts:    2125000 | #Constraints:      61812
2751.60/2758.87	c #Conflicts:    2126000 | #Constraints:      62812
2751.60/2758.87	c #Conflicts:    2127000 | #Constraints:      63812
2751.60/2758.87	c #Conflicts:    2128000 | #Constraints:      64812
2751.60/2758.87	c #Conflicts:    2129000 | #Constraints:      65812
2751.60/2758.87	c #Conflicts:    2130000 | #Constraints:      66812
2751.60/2758.87	c #Conflicts:    2131000 | #Constraints:      67812
2751.60/2758.87	c #Conflicts:    2132000 | #Constraints:      68812
2751.60/2758.87	c #Conflicts:    2133000 | #Constraints:      69812
2751.60/2758.87	c #Conflicts:    2134000 | #Constraints:      70812
2751.60/2758.87	c #Conflicts:    2135000 | #Constraints:      71812
2751.60/2758.87	c #Conflicts:    2136000 | #Constraints:      72812
2751.60/2758.87	c #Conflicts:    2137000 | #Constraints:      73812
2751.60/2758.87	c #Conflicts:    2138000 | #Constraints:      74812
2751.60/2758.87	c #Conflicts:    2139000 | #Constraints:      75812
2751.60/2758.87	c #Conflicts:    2140000 | #Constraints:      76812
2751.60/2758.87	c #Conflicts:    2141000 | #Constraints:      77812
2751.60/2758.87	c #Conflicts:    2142000 | #Constraints:      78813
2751.60/2758.87	c #Conflicts:    2143000 | #Constraints:      79813
2751.60/2758.87	c #Conflicts:    2144000 | #Constraints:      80813
2751.60/2758.87	c #Conflicts:    2145000 | #Constraints:      81813
2751.60/2758.87	c #Conflicts:    2146000 | #Constraints:      82813
2751.60/2758.87	c #Conflicts:    2147000 | #Constraints:      83813
2751.60/2758.87	c #Conflicts:    2148000 | #Constraints:      84813
2751.60/2758.87	c #Conflicts:    2149000 | #Constraints:      85813
2751.60/2758.87	c #Conflicts:    2150000 | #Constraints:      86813
2751.60/2758.87	c #Conflicts:    2151000 | #Constraints:      87813
2751.60/2758.87	c #Conflicts:    2152000 | #Constraints:      88813
2751.60/2758.87	c #Conflicts:    2153000 | #Constraints:      89813
2751.60/2758.87	c #Conflicts:    2154000 | #Constraints:      90813
2751.60/2758.87	c #Conflicts:    2155000 | #Constraints:      91813
2751.60/2758.87	c #Conflicts:    2156000 | #Constraints:      92813
2751.60/2758.87	c #Conflicts:    2157000 | #Constraints:      93813
2751.60/2758.87	c #Conflicts:    2158000 | #Constraints:      94813
2751.60/2758.87	c #Conflicts:    2159000 | #Constraints:      95813
2751.60/2758.87	c #Conflicts:    2160000 | #Constraints:      96813
2751.60/2758.87	c #Conflicts:    2161000 | #Constraints:      97813
2751.60/2758.87	c #Conflicts:    2162000 | #Constraints:      98813
2751.60/2758.87	c #Conflicts:    2163000 | #Constraints:      99813
2751.60/2758.87	c #Conflicts:    2164000 | #Constraints:     100813
2751.60/2758.87	c #Conflicts:    2165000 | #Constraints:     101813
2751.60/2758.87	c #Conflicts:    2166000 | #Constraints:     102813
2751.60/2758.87	c #Conflicts:    2167000 | #Constraints:     103813
2751.60/2758.87	c #Conflicts:    2168000 | #Constraints:     104813
2751.60/2758.87	c #Conflicts:    2169000 | #Constraints:     105813
2751.60/2758.87	c #Conflicts:    2170000 | #Constraints:     106813
2751.60/2758.87	c #Conflicts:    2171000 | #Constraints:     107813
2751.60/2758.87	c #Conflicts:    2172000 | #Constraints:     108813
2751.60/2758.87	c #Conflicts:    2173000 | #Constraints:     109813
2751.60/2758.87	c #Conflicts:    2174000 | #Constraints:     110813
2751.60/2758.87	c #Conflicts:    2175000 | #Constraints:     111813
2751.60/2758.87	c #Conflicts:    2176000 | #Constraints:     112813
2751.60/2758.87	c #Conflicts:    2177000 | #Constraints:     113813
2751.60/2758.87	c #Conflicts:    2178000 | #Constraints:     114817
2751.60/2758.87	c #Conflicts:    2179000 | #Constraints:     115835
2751.60/2758.87	c #Conflicts:    2180000 | #Constraints:     116835
2751.60/2758.87	c #Conflicts:    2181000 | #Constraints:     117835
2751.60/2758.87	c #Conflicts:    2182000 | #Constraints:     118836
2751.60/2758.87	c #Conflicts:    2183000 | #Constraints:     119836
2751.60/2758.87	c #Conflicts:    2184000 | #Constraints:     120836
2751.60/2758.87	c #Conflicts:    2185000 | #Constraints:     121836
2751.60/2758.87	c #Conflicts:    2186000 | #Constraints:     122836
2751.60/2758.87	c #Conflicts:    2187000 | #Constraints:     123836
2751.60/2758.87	c #Conflicts:    2188000 | #Constraints:     124836
2751.60/2758.87	c #Conflicts:    2189000 | #Constraints:     125836
2751.60/2758.87	c #Conflicts:    2190000 | #Constraints:     126836
2751.60/2758.87	c #Conflicts:    2191000 | #Constraints:     127836
2751.60/2758.87	c #Conflicts:    2192000 | #Constraints:     128836
2751.60/2758.87	c #Conflicts:    2193000 | #Constraints:     129836
2751.60/2758.87	c #Conflicts:    2194000 | #Constraints:     130836
2751.60/2758.87	c #Conflicts:    2195000 | #Constraints:     131836
2751.60/2758.87	c #Conflicts:    2196000 | #Constraints:     132836
2804.95/2812.32	c #Conflicts:    2197000 | #Constraints:     133836
2804.95/2812.32	c #Conflicts:    2198000 | #Constraints:     134836
2804.95/2812.32	c #Conflicts:    2199000 | #Constraints:     135836
2804.95/2812.32	c #Conflicts:    2200000 | #Constraints:     136836
2804.95/2812.32	c #Conflicts:    2201000 | #Constraints:     137836
2804.95/2812.32	c #Conflicts:    2202000 | #Constraints:     138836
2804.95/2812.32	c #Conflicts:    2203000 | #Constraints:     139836
2804.95/2812.32	c #Conflicts:    2204000 | #Constraints:     140836
2804.95/2812.32	c #Conflicts:    2205000 | #Constraints:     141836
2804.95/2812.32	c #Conflicts:    2206000 | #Constraints:     142836
2804.95/2812.32	c #Conflicts:    2207000 | #Constraints:     143836
2804.95/2812.32	c #Conflicts:    2208000 | #Constraints:     144836
2804.95/2812.32	c #Conflicts:    2209000 | #Constraints:     145836
2804.95/2812.32	c #Conflicts:    2210000 | #Constraints:     146836
2804.95/2812.32	c #Conflicts:    2211000 | #Constraints:     147836
2804.95/2812.32	c #Conflicts:    2212000 | #Constraints:     148836
2804.95/2812.32	c #Conflicts:    2213000 | #Constraints:     149837
2804.95/2812.32	c #Conflicts:    2214000 | #Constraints:     150837
2804.95/2812.32	c bounds 46 >= -726 @ 2778.12
2812.33/2819.76	c #Conflicts:    2215000 | #Constraints:     151925
2812.33/2819.76	c #Conflicts:    2216000 | #Constraints:     152925
2812.33/2819.76	c #Conflicts:    2217000 | #Constraints:     153925
2812.33/2819.76	c #Conflicts:    2218000 | #Constraints:     154925
2812.33/2819.76	c #Conflicts:    2219000 | #Constraints:     155925
2812.33/2819.76	c #Conflicts:    2220000 | #Constraints:     157093
2812.33/2819.76	c INPROCESSING
2812.33/2819.76	c GARBAGE COLLECT
2812.33/2819.76	c rational objective 4
2869.07/2876.67	c #Conflicts:    2221000 | #Constraints:      86282
2869.07/2876.67	c #Conflicts:    2222000 | #Constraints:      87332
2869.07/2876.67	c #Conflicts:    2223000 | #Constraints:      88375
2869.07/2876.67	c #Conflicts:    2224000 | #Constraints:      89406
2869.07/2876.67	c #Conflicts:    2225000 | #Constraints:      90431
2869.07/2876.67	c #Conflicts:    2226000 | #Constraints:      91449
2869.07/2876.67	c #Conflicts:    2227000 | #Constraints:      92474
2869.07/2876.67	c #Conflicts:    2228000 | #Constraints:      93499
2869.07/2876.67	c #Conflicts:    2229000 | #Constraints:      94524
2869.07/2876.67	c #Conflicts:    2230000 | #Constraints:      95545
2869.07/2876.67	c #Conflicts:    2231000 | #Constraints:      96563
2869.07/2876.67	c #Conflicts:    2232000 | #Constraints:      97591
2869.07/2876.67	c #Conflicts:    2233000 | #Constraints:      98620
2869.07/2876.67	c #Conflicts:    2234000 | #Constraints:      99654
2869.07/2876.67	c #Conflicts:    2235000 | #Constraints:     100671
2869.07/2876.67	c #Conflicts:    2236000 | #Constraints:     101688
2869.07/2876.67	c #Conflicts:    2237000 | #Constraints:     102697
2869.07/2876.67	c #Conflicts:    2238000 | #Constraints:     103712
2869.07/2876.67	c #Conflicts:    2239000 | #Constraints:     104731
2869.07/2876.67	c #Conflicts:    2240000 | #Constraints:     105747
2869.07/2876.67	c #Conflicts:    2241000 | #Constraints:     106756
2869.07/2876.67	c #Conflicts:    2242000 | #Constraints:     107762
2869.07/2876.67	c #Conflicts:    2243000 | #Constraints:     108767
2869.07/2876.67	c #Conflicts:    2244000 | #Constraints:     109778
2869.07/2876.67	c #Conflicts:    2245000 | #Constraints:     110790
2869.07/2876.67	c #Conflicts:    2246000 | #Constraints:     111800
2869.07/2876.67	c #Conflicts:    2247000 | #Constraints:     112807
2869.07/2876.67	c #Conflicts:    2248000 | #Constraints:     113817
2869.07/2876.67	c #Conflicts:    2249000 | #Constraints:     114826
2869.07/2876.67	c #Conflicts:    2250000 | #Constraints:     115841
2869.07/2876.67	c #Conflicts:    2251000 | #Constraints:     116856
2869.07/2876.67	c #Conflicts:    2252000 | #Constraints:     117876
2869.07/2876.67	c #Conflicts:    2253000 | #Constraints:     118892
2869.07/2876.67	c #Conflicts:    2254000 | #Constraints:     119915
2869.07/2876.67	c #Conflicts:    2255000 | #Constraints:     120933
2869.07/2876.67	c #Conflicts:    2256000 | #Constraints:     121952
2869.07/2876.67	c #Conflicts:    2257000 | #Constraints:     122990
2869.07/2876.67	c INPROCESSING
2869.07/2876.67	c GARBAGE COLLECT
2869.07/2876.67	c rational objective 4
2890.01/2897.62	c #Conflicts:    2258000 | #Constraints:      69009
2890.01/2897.62	c #Conflicts:    2259000 | #Constraints:      70018
2890.01/2897.62	c #Conflicts:    2260000 | #Constraints:      71021
2890.01/2897.62	c #Conflicts:    2261000 | #Constraints:      72022
2890.01/2897.62	c #Conflicts:    2262000 | #Constraints:      73024
2890.01/2897.62	c #Conflicts:    2263000 | #Constraints:      74026
2890.01/2897.62	c #Conflicts:    2264000 | #Constraints:      75028
2890.01/2897.62	c #Conflicts:    2265000 | #Constraints:      76029
2890.01/2897.62	c #Conflicts:    2266000 | #Constraints:      77030
2890.01/2897.62	c #Conflicts:    2267000 | #Constraints:      78034
2890.01/2897.62	c #Conflicts:    2268000 | #Constraints:      79043
2890.01/2897.62	c #Conflicts:    2269000 | #Constraints:      80050
2890.01/2897.62	c #Conflicts:    2270000 | #Constraints:      81062
2890.01/2897.62	c #Conflicts:    2271000 | #Constraints:      82076
2890.01/2897.62	c #Conflicts:    2272000 | #Constraints:      83095
2890.01/2897.62	c #Conflicts:    2273000 | #Constraints:      84104
2890.01/2897.62	c #Conflicts:    2274000 | #Constraints:      85114
2890.01/2897.62	c #Conflicts:    2275000 | #Constraints:      86133
2890.01/2897.62	c #Conflicts:    2276000 | #Constraints:      87155
2890.01/2897.62	c #Conflicts:    2277000 | #Constraints:      88176
2890.01/2897.62	c #Conflicts:    2278000 | #Constraints:      89188
2890.01/2897.62	c #Conflicts:    2279000 | #Constraints:      90202
2890.01/2897.62	c bounds 45 >= -726 @ 2862.41
2917.44/2925.18	c #Conflicts:    2280000 | #Constraints:      91240
2917.44/2925.18	c #Conflicts:    2281000 | #Constraints:      92312
2917.44/2925.18	c #Conflicts:    2282000 | #Constraints:      93359
2917.44/2925.18	c #Conflicts:    2283000 | #Constraints:      94390
2917.44/2925.18	c #Conflicts:    2284000 | #Constraints:      95439
2917.44/2925.18	c #Conflicts:    2285000 | #Constraints:      96470
2917.44/2925.18	c #Conflicts:    2286000 | #Constraints:      97492
2917.44/2925.18	c #Conflicts:    2287000 | #Constraints:      98509
2917.44/2925.18	c #Conflicts:    2288000 | #Constraints:      99529
2917.44/2925.18	c #Conflicts:    2289000 | #Constraints:     100543
2917.44/2925.18	c #Conflicts:    2290000 | #Constraints:     101560
2917.44/2925.18	c #Conflicts:    2291000 | #Constraints:     102569
2917.44/2925.18	c #Conflicts:    2292000 | #Constraints:     103605
2917.44/2925.18	c #Conflicts:    2293000 | #Constraints:     104631
2917.44/2925.18	c #Conflicts:    2294000 | #Constraints:     105666
2917.44/2925.18	c #Conflicts:    2295000 | #Constraints:     106691
2917.44/2925.18	c INPROCESSING
2917.44/2925.18	c GARBAGE COLLECT
2917.44/2925.18	c rational objective 4
2935.89/2943.64	c #Conflicts:    2296000 | #Constraints:      61022
2935.89/2943.64	c #Conflicts:    2297000 | #Constraints:      62027
2935.89/2943.64	c #Conflicts:    2298000 | #Constraints:      63032
2935.89/2943.64	c #Conflicts:    2299000 | #Constraints:      64035
2935.89/2943.64	c #Conflicts:    2300000 | #Constraints:      65042
2935.89/2943.64	c #Conflicts:    2301000 | #Constraints:      66056
2935.89/2943.64	c #Conflicts:    2302000 | #Constraints:      67068
2935.89/2943.64	c #Conflicts:    2303000 | #Constraints:      68075
2935.89/2943.64	c #Conflicts:    2304000 | #Constraints:      69085
2935.89/2943.64	c #Conflicts:    2305000 | #Constraints:      70103
2935.89/2943.64	c #Conflicts:    2306000 | #Constraints:      71117
2935.89/2943.64	c #Conflicts:    2307000 | #Constraints:      72137
2935.89/2943.64	c #Conflicts:    2308000 | #Constraints:      73151
2935.89/2943.64	c #Conflicts:    2309000 | #Constraints:      74165
2935.89/2943.64	c #Conflicts:    2310000 | #Constraints:      75180
2935.89/2943.64	c #Conflicts:    2311000 | #Constraints:      76183
2935.89/2943.64	c bounds 44 >= -726 @ 2908
2957.13/2964.90	c #Conflicts:    2312000 | #Constraints:      77187
2957.13/2964.90	c #Conflicts:    2313000 | #Constraints:      78187
2957.13/2964.90	c #Conflicts:    2314000 | #Constraints:      79187
2957.13/2964.90	c #Conflicts:    2315000 | #Constraints:      80187
2957.13/2964.90	c #Conflicts:    2316000 | #Constraints:      81187
2957.13/2964.90	c #Conflicts:    2317000 | #Constraints:      82187
2957.13/2964.90	c #Conflicts:    2318000 | #Constraints:      83187
2957.13/2964.90	c #Conflicts:    2319000 | #Constraints:      84187
2957.13/2964.90	c #Conflicts:    2320000 | #Constraints:      85187
2957.13/2964.90	c #Conflicts:    2321000 | #Constraints:      86187
2957.13/2964.90	c #Conflicts:    2322000 | #Constraints:      87187
2957.13/2964.90	c #Conflicts:    2323000 | #Constraints:      88187
2957.13/2964.90	c #Conflicts:    2324000 | #Constraints:      89187
2957.13/2964.90	c #Conflicts:    2325000 | #Constraints:      90187
2957.13/2964.90	c #Conflicts:    2326000 | #Constraints:      91187
2957.13/2964.90	c #Conflicts:    2327000 | #Constraints:      92187
2957.13/2964.90	c #Conflicts:    2328000 | #Constraints:      93187
2957.13/2964.90	c #Conflicts:    2329000 | #Constraints:      94187
2957.13/2964.90	c #Conflicts:    2330000 | #Constraints:      95187
2957.13/2964.90	c #Conflicts:    2331000 | #Constraints:      96187
2957.13/2964.90	c #Conflicts:    2332000 | #Constraints:      97187
2957.13/2964.90	c #Conflicts:    2333000 | #Constraints:      98187
2957.13/2964.90	c INPROCESSING
2957.13/2964.90	c GARBAGE COLLECT
2957.13/2964.90	c rational objective 4
3017.87/3025.87	c #Conflicts:    2334000 | #Constraints:      56704
3017.87/3025.87	c #Conflicts:    2335000 | #Constraints:      57714
3017.87/3025.87	c #Conflicts:    2336000 | #Constraints:      58723
3017.87/3025.87	c #Conflicts:    2337000 | #Constraints:      59739
3017.87/3025.87	c #Conflicts:    2338000 | #Constraints:      60756
3017.87/3025.87	c #Conflicts:    2339000 | #Constraints:      61790
3017.87/3025.87	c #Conflicts:    2340000 | #Constraints:      62827
3017.87/3025.87	c #Conflicts:    2341000 | #Constraints:      63847
3017.87/3025.87	c #Conflicts:    2342000 | #Constraints:      64887
3017.87/3025.87	c #Conflicts:    2343000 | #Constraints:      65916
3017.87/3025.87	c #Conflicts:    2344000 | #Constraints:      66949
3017.87/3025.87	c #Conflicts:    2345000 | #Constraints:      67970
3017.87/3025.87	c #Conflicts:    2346000 | #Constraints:      69004
3017.87/3025.87	c #Conflicts:    2347000 | #Constraints:      70030
3017.87/3025.87	c #Conflicts:    2348000 | #Constraints:      71061
3017.87/3025.87	c #Conflicts:    2349000 | #Constraints:      72099
3017.87/3025.87	c #Conflicts:    2350000 | #Constraints:      73123
3017.87/3025.87	c #Conflicts:    2351000 | #Constraints:      74144
3017.87/3025.87	c #Conflicts:    2352000 | #Constraints:      75177
3017.87/3025.87	c #Conflicts:    2353000 | #Constraints:      76207
3017.87/3025.87	c #Conflicts:    2354000 | #Constraints:      77223
3017.87/3025.87	c #Conflicts:    2355000 | #Constraints:      78232
3017.87/3025.87	c #Conflicts:    2356000 | #Constraints:      79242
3017.87/3025.87	c #Conflicts:    2357000 | #Constraints:      80247
3017.87/3025.87	c #Conflicts:    2358000 | #Constraints:      81251
3017.87/3025.87	c #Conflicts:    2359000 | #Constraints:      82254
3017.87/3025.87	c #Conflicts:    2360000 | #Constraints:      83258
3017.87/3025.87	c #Conflicts:    2361000 | #Constraints:      84267
3017.87/3025.87	c #Conflicts:    2362000 | #Constraints:      85272
3017.87/3025.87	c #Conflicts:    2363000 | #Constraints:      86279
3017.87/3025.87	c #Conflicts:    2364000 | #Constraints:      87284
3017.87/3025.87	c #Conflicts:    2365000 | #Constraints:      88288
3017.87/3025.87	c #Conflicts:    2366000 | #Constraints:      89293
3017.87/3025.87	c #Conflicts:    2367000 | #Constraints:      90297
3017.87/3025.87	c #Conflicts:    2368000 | #Constraints:      91301
3017.87/3025.87	c #Conflicts:    2369000 | #Constraints:      92307
3017.87/3025.87	c #Conflicts:    2370000 | #Constraints:      93312
3017.87/3025.87	c #Conflicts:    2371000 | #Constraints:      94319
3017.87/3025.87	c INPROCESSING
3017.87/3025.87	c GARBAGE COLLECT
3017.87/3025.87	c rational objective 4
3083.60/3091.72	c #Conflicts:    2372000 | #Constraints:      54779
3083.60/3091.72	c #Conflicts:    2373000 | #Constraints:      55779
3083.60/3091.72	c #Conflicts:    2374000 | #Constraints:      56779
3083.60/3091.72	c #Conflicts:    2375000 | #Constraints:      57779
3083.60/3091.72	c #Conflicts:    2376000 | #Constraints:      58779
3083.60/3091.72	c #Conflicts:    2377000 | #Constraints:      59779
3083.60/3091.72	c #Conflicts:    2378000 | #Constraints:      60779
3083.60/3091.72	c #Conflicts:    2379000 | #Constraints:      61779
3083.60/3091.72	c #Conflicts:    2380000 | #Constraints:      62779
3083.60/3091.72	c #Conflicts:    2381000 | #Constraints:      63779
3083.60/3091.72	c #Conflicts:    2382000 | #Constraints:      64779
3083.60/3091.72	c #Conflicts:    2383000 | #Constraints:      65779
3083.60/3091.72	c #Conflicts:    2384000 | #Constraints:      66779
3083.60/3091.72	c #Conflicts:    2385000 | #Constraints:      67779
3083.60/3091.72	c #Conflicts:    2386000 | #Constraints:      68779
3083.60/3091.72	c #Conflicts:    2387000 | #Constraints:      69779
3083.60/3091.72	c #Conflicts:    2388000 | #Constraints:      70779
3083.60/3091.72	c #Conflicts:    2389000 | #Constraints:      71779
3083.60/3091.72	c #Conflicts:    2390000 | #Constraints:      72779
3083.60/3091.72	c #Conflicts:    2391000 | #Constraints:      73779
3083.60/3091.72	c #Conflicts:    2392000 | #Constraints:      74779
3083.60/3091.72	c #Conflicts:    2393000 | #Constraints:      75779
3083.60/3091.72	c #Conflicts:    2394000 | #Constraints:      76779
3083.60/3091.72	c #Conflicts:    2395000 | #Constraints:      77779
3083.60/3091.72	c #Conflicts:    2396000 | #Constraints:      78779
3083.60/3091.72	c #Conflicts:    2397000 | #Constraints:      79779
3083.60/3091.72	c #Conflicts:    2398000 | #Constraints:      80779
3083.60/3091.72	c #Conflicts:    2399000 | #Constraints:      81779
3083.60/3091.72	c #Conflicts:    2400000 | #Constraints:      82779
3083.60/3091.72	c #Conflicts:    2401000 | #Constraints:      83779
3083.60/3091.72	c #Conflicts:    2402000 | #Constraints:      84779
3083.60/3091.72	c #Conflicts:    2403000 | #Constraints:      85779
3083.60/3091.72	c #Conflicts:    2404000 | #Constraints:      86779
3083.60/3091.72	c #Conflicts:    2405000 | #Constraints:      87779
3083.60/3091.72	c #Conflicts:    2406000 | #Constraints:      88779
3083.60/3091.72	c #Conflicts:    2407000 | #Constraints:      89779
3083.60/3091.72	c #Conflicts:    2408000 | #Constraints:      90779
3083.60/3091.72	c #Conflicts:    2409000 | #Constraints:      91779
3083.60/3091.72	c #Conflicts:    2410000 | #Constraints:      92779
3083.60/3091.72	c #Conflicts:    2411000 | #Constraints:      93779
3083.60/3091.72	c #Conflicts:    2412000 | #Constraints:      94779
3083.60/3091.72	c #Conflicts:    2413000 | #Constraints:      95779
3083.60/3091.72	c #Conflicts:    2414000 | #Constraints:      96779
3083.60/3091.72	c #Conflicts:    2415000 | #Constraints:      97779
3083.60/3091.72	c #Conflicts:    2416000 | #Constraints:      98779
3083.60/3091.72	c #Conflicts:    2417000 | #Constraints:      99779
3083.60/3091.72	c #Conflicts:    2418000 | #Constraints:     100779
3083.60/3091.72	c #Conflicts:    2419000 | #Constraints:     101779
3083.60/3091.72	c #Conflicts:    2420000 | #Constraints:     102779
3083.60/3091.72	c #Conflicts:    2421000 | #Constraints:     103779
3083.60/3091.72	c #Conflicts:    2422000 | #Constraints:     104779
3083.60/3091.72	c #Conflicts:    2423000 | #Constraints:     105779
3083.60/3091.72	c #Conflicts:    2424000 | #Constraints:     106779
3083.60/3091.72	c #Conflicts:    2425000 | #Constraints:     107779
3083.60/3091.72	c #Conflicts:    2426000 | #Constraints:     108779
3083.60/3091.72	c #Conflicts:    2427000 | #Constraints:     109779
3083.60/3091.72	c #Conflicts:    2428000 | #Constraints:     110779
3083.60/3091.72	c #Conflicts:    2429000 | #Constraints:     111779
3083.60/3091.72	c #Conflicts:    2430000 | #Constraints:     112779
3083.60/3091.72	c #Conflicts:    2431000 | #Constraints:     113779
3083.60/3091.72	c #Conflicts:    2432000 | #Constraints:     114779
3083.60/3091.72	c #Conflicts:    2433000 | #Constraints:     115779
3083.60/3091.72	c #Conflicts:    2434000 | #Constraints:     116779
3083.60/3091.72	c #Conflicts:    2435000 | #Constraints:     117779
3083.60/3091.72	c #Conflicts:    2436000 | #Constraints:     118779
3083.60/3091.72	c #Conflicts:    2437000 | #Constraints:     119779
3083.60/3091.72	c #Conflicts:    2438000 | #Constraints:     120779
3083.60/3091.72	c #Conflicts:    2439000 | #Constraints:     121779
3083.60/3091.72	c #Conflicts:    2440000 | #Constraints:     122779
3083.60/3091.72	c #Conflicts:    2441000 | #Constraints:     123779
3083.60/3091.72	c #Conflicts:    2442000 | #Constraints:     124779
3083.60/3091.72	c #Conflicts:    2443000 | #Constraints:     125779
3083.60/3091.72	c #Conflicts:    2444000 | #Constraints:     126779
3083.60/3091.72	c #Conflicts:    2445000 | #Constraints:     127779
3083.60/3091.72	c #Conflicts:    2446000 | #Constraints:     128779
3083.60/3091.72	c #Conflicts:    2447000 | #Constraints:     129779
3083.60/3091.72	c #Conflicts:    2448000 | #Constraints:     130779
3083.60/3091.72	c #Conflicts:    2449000 | #Constraints:     131779
3083.60/3091.72	c #Conflicts:    2450000 | #Constraints:     132779
3122.10/3130.36	c #Conflicts:    2451000 | #Constraints:     133779
3122.10/3130.36	c #Conflicts:    2452000 | #Constraints:     134779
3122.10/3130.36	c #Conflicts:    2453000 | #Constraints:     135779
3122.10/3130.36	c #Conflicts:    2454000 | #Constraints:     136779
3122.10/3130.36	c #Conflicts:    2455000 | #Constraints:     137779
3122.10/3130.36	c #Conflicts:    2456000 | #Constraints:     138779
3122.10/3130.36	c #Conflicts:    2457000 | #Constraints:     139779
3122.10/3130.36	c #Conflicts:    2458000 | #Constraints:     140779
3122.10/3130.36	c #Conflicts:    2459000 | #Constraints:     141779
3122.10/3130.36	c #Conflicts:    2460000 | #Constraints:     142779
3122.10/3130.36	c #Conflicts:    2461000 | #Constraints:     143779
3122.10/3130.36	c #Conflicts:    2462000 | #Constraints:     144779
3122.10/3130.36	c #Conflicts:    2463000 | #Constraints:     145779
3122.10/3130.36	c #Conflicts:    2464000 | #Constraints:     146779
3122.10/3130.36	c #Conflicts:    2465000 | #Constraints:     147779
3122.10/3130.36	c #Conflicts:    2466000 | #Constraints:     148779
3122.10/3130.36	c #Conflicts:    2467000 | #Constraints:     149779
3122.10/3130.36	c #Conflicts:    2468000 | #Constraints:     150779
3122.10/3130.36	c #Conflicts:    2469000 | #Constraints:     151779
3122.10/3130.36	c #Conflicts:    2470000 | #Constraints:     152779
3122.10/3130.36	c #Conflicts:    2471000 | #Constraints:     153779
3122.10/3130.36	c #Conflicts:    2472000 | #Constraints:     154779
3122.10/3130.36	c #Conflicts:    2473000 | #Constraints:     155779
3122.10/3130.36	c #Conflicts:    2474000 | #Constraints:     156779
3122.10/3130.36	c #Conflicts:    2475000 | #Constraints:     157779
3122.10/3130.36	c #Conflicts:    2476000 | #Constraints:     158779
3122.10/3130.36	c #Conflicts:    2477000 | #Constraints:     159779
3122.10/3130.36	c #Conflicts:    2478000 | #Constraints:     160779
3122.10/3130.36	c #Conflicts:    2479000 | #Constraints:     161779
3122.10/3130.36	c #Conflicts:    2480000 | #Constraints:     162779
3122.10/3130.36	c INPROCESSING
3122.10/3130.36	c GARBAGE COLLECT
3122.10/3130.36	c rational objective 4
3167.08/3175.48	c #Conflicts:    2481000 | #Constraints:      88862
3167.08/3175.48	c #Conflicts:    2482000 | #Constraints:      89862
3167.08/3175.48	c #Conflicts:    2483000 | #Constraints:      90862
3167.08/3175.48	c #Conflicts:    2484000 | #Constraints:      91862
3167.08/3175.48	c #Conflicts:    2485000 | #Constraints:      92862
3167.08/3175.48	c #Conflicts:    2486000 | #Constraints:      93862
3167.08/3175.48	c #Conflicts:    2487000 | #Constraints:      94862
3167.08/3175.48	c #Conflicts:    2488000 | #Constraints:      95862
3167.08/3175.48	c #Conflicts:    2489000 | #Constraints:      96862
3167.08/3175.48	c #Conflicts:    2490000 | #Constraints:      97862
3167.08/3175.48	c #Conflicts:    2491000 | #Constraints:      98862
3167.08/3175.48	c #Conflicts:    2492000 | #Constraints:      99862
3167.08/3175.48	c #Conflicts:    2493000 | #Constraints:     100862
3167.08/3175.48	c #Conflicts:    2494000 | #Constraints:     101862
3167.08/3175.48	c #Conflicts:    2495000 | #Constraints:     102862
3167.08/3175.48	c #Conflicts:    2496000 | #Constraints:     103862
3167.08/3175.48	c #Conflicts:    2497000 | #Constraints:     104862
3167.08/3175.48	c #Conflicts:    2498000 | #Constraints:     105862
3167.08/3175.48	c #Conflicts:    2499000 | #Constraints:     106862
3167.08/3175.48	c #Conflicts:    2500000 | #Constraints:     107862
3167.08/3175.48	c #Conflicts:    2501000 | #Constraints:     108862
3167.08/3175.48	c #Conflicts:    2502000 | #Constraints:     109862
3167.08/3175.48	c #Conflicts:    2503000 | #Constraints:     110862
3167.08/3175.48	c #Conflicts:    2504000 | #Constraints:     111862
3167.08/3175.48	c #Conflicts:    2505000 | #Constraints:     112862
3167.08/3175.48	c #Conflicts:    2506000 | #Constraints:     113862
3167.08/3175.48	c #Conflicts:    2507000 | #Constraints:     114862
3167.08/3175.48	c #Conflicts:    2508000 | #Constraints:     115862
3167.08/3175.48	c #Conflicts:    2509000 | #Constraints:     116862
3167.08/3175.48	c #Conflicts:    2510000 | #Constraints:     117862
3167.08/3175.48	c #Conflicts:    2511000 | #Constraints:     118862
3167.08/3175.48	c #Conflicts:    2512000 | #Constraints:     119862
3167.08/3175.48	c #Conflicts:    2513000 | #Constraints:     120862
3167.08/3175.48	c #Conflicts:    2514000 | #Constraints:     121862
3167.08/3175.48	c #Conflicts:    2515000 | #Constraints:     122862
3167.08/3175.48	c #Conflicts:    2516000 | #Constraints:     123862
3167.08/3175.48	c #Conflicts:    2517000 | #Constraints:     124862
3167.08/3175.48	c #Conflicts:    2518000 | #Constraints:     125862
3167.08/3175.48	c #Conflicts:    2519000 | #Constraints:     126862
3167.08/3175.48	c bounds 44 >= -725 @ 3137.43
3173.57/3181.95	c #Conflicts:    2520000 | #Constraints:     127952
3173.57/3181.95	c INPROCESSING
3173.57/3181.95	c GARBAGE COLLECT
3173.57/3181.95	c rational objective 4
3225.02/3233.50	c #Conflicts:    2521000 | #Constraints:      71654
3225.02/3233.50	c #Conflicts:    2522000 | #Constraints:      72654
3225.02/3233.50	c #Conflicts:    2523000 | #Constraints:      73654
3225.02/3233.50	c #Conflicts:    2524000 | #Constraints:      74654
3225.02/3233.50	c #Conflicts:    2525000 | #Constraints:      75654
3225.02/3233.50	c #Conflicts:    2526000 | #Constraints:      76654
3225.02/3233.50	c #Conflicts:    2527000 | #Constraints:      77654
3225.02/3233.50	c #Conflicts:    2528000 | #Constraints:      78654
3225.02/3233.50	c #Conflicts:    2529000 | #Constraints:      79654
3225.02/3233.50	c #Conflicts:    2530000 | #Constraints:      80654
3225.02/3233.50	c #Conflicts:    2531000 | #Constraints:      81654
3225.02/3233.50	c #Conflicts:    2532000 | #Constraints:      82654
3225.02/3233.50	c #Conflicts:    2533000 | #Constraints:      83654
3225.02/3233.50	c #Conflicts:    2534000 | #Constraints:      84654
3225.02/3233.50	c #Conflicts:    2535000 | #Constraints:      85654
3225.02/3233.50	c #Conflicts:    2536000 | #Constraints:      86654
3225.02/3233.50	c #Conflicts:    2537000 | #Constraints:      87654
3225.02/3233.50	c #Conflicts:    2538000 | #Constraints:      88654
3225.02/3233.50	c #Conflicts:    2539000 | #Constraints:      89654
3225.02/3233.50	c #Conflicts:    2540000 | #Constraints:      90654
3225.02/3233.50	c #Conflicts:    2541000 | #Constraints:      91654
3225.02/3233.50	c #Conflicts:    2542000 | #Constraints:      92654
3225.02/3233.50	c #Conflicts:    2543000 | #Constraints:      93654
3225.02/3233.50	c #Conflicts:    2544000 | #Constraints:      94654
3225.02/3233.50	c #Conflicts:    2545000 | #Constraints:      95654
3225.02/3233.50	c #Conflicts:    2546000 | #Constraints:      96672
3225.02/3233.50	c bounds 43 >= -725 @ 3194.86
3254.55/3263.19	c #Conflicts:    2547000 | #Constraints:      97687
3254.55/3263.19	c #Conflicts:    2548000 | #Constraints:      98687
3254.55/3263.19	c #Conflicts:    2549000 | #Constraints:      99687
3254.55/3263.19	c #Conflicts:    2550000 | #Constraints:     100687
3254.55/3263.19	c #Conflicts:    2551000 | #Constraints:     101687
3254.55/3263.19	c #Conflicts:    2552000 | #Constraints:     102687
3254.55/3263.19	c #Conflicts:    2553000 | #Constraints:     103687
3254.55/3263.19	c #Conflicts:    2554000 | #Constraints:     104687
3254.55/3263.19	c #Conflicts:    2555000 | #Constraints:     105687
3254.55/3263.19	c #Conflicts:    2556000 | #Constraints:     106687
3254.55/3263.19	c #Conflicts:    2557000 | #Constraints:     107687
3254.55/3263.19	c #Conflicts:    2558000 | #Constraints:     108687
3254.55/3263.19	c #Conflicts:    2559000 | #Constraints:     109687
3254.55/3263.19	c INPROCESSING
3254.55/3263.19	c GARBAGE COLLECT
3254.55/3263.19	c rational objective 4
3285.17/3293.80	c #Conflicts:    2560000 | #Constraints:      62214
3285.17/3293.80	c #Conflicts:    2561000 | #Constraints:      63214
3285.17/3293.80	c #Conflicts:    2562000 | #Constraints:      64214
3285.17/3293.80	c #Conflicts:    2563000 | #Constraints:      65214
3285.17/3293.80	c #Conflicts:    2564000 | #Constraints:      66214
3285.17/3293.80	c #Conflicts:    2565000 | #Constraints:      67214
3285.17/3293.80	c #Conflicts:    2566000 | #Constraints:      68214
3285.17/3293.80	c #Conflicts:    2567000 | #Constraints:      69214
3285.17/3293.80	c #Conflicts:    2568000 | #Constraints:      70214
3285.17/3293.80	c #Conflicts:    2569000 | #Constraints:      71214
3285.17/3293.80	c #Conflicts:    2570000 | #Constraints:      72214
3285.17/3293.80	c #Conflicts:    2571000 | #Constraints:      73214
3285.17/3293.80	c #Conflicts:    2572000 | #Constraints:      74214
3285.17/3293.80	c #Conflicts:    2573000 | #Constraints:      75214
3285.17/3293.80	c #Conflicts:    2574000 | #Constraints:      76214
3285.17/3293.80	c #Conflicts:    2575000 | #Constraints:      77214
3285.17/3293.80	c #Conflicts:    2576000 | #Constraints:      78214
3285.17/3293.80	c #Conflicts:    2577000 | #Constraints:      79214
3285.17/3293.80	c #Conflicts:    2578000 | #Constraints:      80214
3285.17/3293.80	c #Conflicts:    2579000 | #Constraints:      81214
3285.17/3293.80	c #Conflicts:    2580000 | #Constraints:      82214
3285.17/3293.80	c #Conflicts:    2581000 | #Constraints:      83214
3285.17/3293.80	c #Conflicts:    2582000 | #Constraints:      84214
3285.17/3293.80	c #Conflicts:    2583000 | #Constraints:      85214
3285.17/3293.80	c #Conflicts:    2584000 | #Constraints:      86214
3285.17/3293.80	c #Conflicts:    2585000 | #Constraints:      87214
3285.17/3293.80	c #Conflicts:    2586000 | #Constraints:      88214
3285.17/3293.80	c #Conflicts:    2587000 | #Constraints:      89214
3285.17/3293.80	c #Conflicts:    2588000 | #Constraints:      90214
3285.17/3293.80	c #Conflicts:    2589000 | #Constraints:      91214
3285.17/3293.80	c #Conflicts:    2590000 | #Constraints:      92214
3285.17/3293.80	c #Conflicts:    2591000 | #Constraints:      93214
3285.17/3293.80	c #Conflicts:    2592000 | #Constraints:      94214
3285.17/3293.80	c #Conflicts:    2593000 | #Constraints:      95214
3285.17/3293.80	c #Conflicts:    2594000 | #Constraints:      96214
3285.17/3293.80	c #Conflicts:    2595000 | #Constraints:      97214
3285.17/3293.80	c #Conflicts:    2596000 | #Constraints:      98214
3285.17/3293.80	c #Conflicts:    2597000 | #Constraints:      99214
3285.17/3293.80	c #Conflicts:    2598000 | #Constraints:     100214
3285.17/3293.80	c #Conflicts:    2599000 | #Constraints:     101214
3285.17/3293.80	c INPROCESSING
3285.17/3293.80	c GARBAGE COLLECT
3285.17/3293.80	c rational objective 4
3327.36/3336.17	c #Conflicts:    2600000 | #Constraints:      58060
3327.36/3336.17	c #Conflicts:    2601000 | #Constraints:      59060
3327.36/3336.17	c #Conflicts:    2602000 | #Constraints:      60060
3327.36/3336.17	c #Conflicts:    2603000 | #Constraints:      61060
3327.36/3336.17	c #Conflicts:    2604000 | #Constraints:      62060
3327.36/3336.17	c #Conflicts:    2605000 | #Constraints:      63060
3327.36/3336.17	c #Conflicts:    2606000 | #Constraints:      64060
3327.36/3336.17	c #Conflicts:    2607000 | #Constraints:      65060
3327.36/3336.17	c #Conflicts:    2608000 | #Constraints:      66060
3327.36/3336.17	c #Conflicts:    2609000 | #Constraints:      67060
3327.36/3336.17	c #Conflicts:    2610000 | #Constraints:      68060
3327.36/3336.17	c #Conflicts:    2611000 | #Constraints:      69060
3327.36/3336.17	c #Conflicts:    2612000 | #Constraints:      70060
3327.36/3336.17	c #Conflicts:    2613000 | #Constraints:      71060
3327.36/3336.17	c #Conflicts:    2614000 | #Constraints:      72060
3327.36/3336.17	c #Conflicts:    2615000 | #Constraints:      73060
3327.36/3336.17	c #Conflicts:    2616000 | #Constraints:      74060
3327.36/3336.17	c #Conflicts:    2617000 | #Constraints:      75060
3327.36/3336.17	c #Conflicts:    2618000 | #Constraints:      76060
3327.36/3336.17	c #Conflicts:    2619000 | #Constraints:      77060
3327.36/3336.17	c #Conflicts:    2620000 | #Constraints:      78060
3327.36/3336.17	c #Conflicts:    2621000 | #Constraints:      79060
3327.36/3336.17	c #Conflicts:    2622000 | #Constraints:      80060
3327.36/3336.17	c #Conflicts:    2623000 | #Constraints:      81060
3327.36/3336.17	c #Conflicts:    2624000 | #Constraints:      82060
3327.36/3336.17	c #Conflicts:    2625000 | #Constraints:      83060
3327.36/3336.17	c #Conflicts:    2626000 | #Constraints:      84060
3327.36/3336.17	c #Conflicts:    2627000 | #Constraints:      85060
3327.36/3336.17	c #Conflicts:    2628000 | #Constraints:      86060
3327.36/3336.17	c #Conflicts:    2629000 | #Constraints:      87060
3327.36/3336.17	c #Conflicts:    2630000 | #Constraints:      88060
3327.36/3336.17	c #Conflicts:    2631000 | #Constraints:      89060
3327.36/3336.17	c #Conflicts:    2632000 | #Constraints:      90060
3327.36/3336.17	c #Conflicts:    2633000 | #Constraints:      91060
3327.36/3336.17	c #Conflicts:    2634000 | #Constraints:      92060
3327.36/3336.17	c #Conflicts:    2635000 | #Constraints:      93060
3327.36/3336.17	c #Conflicts:    2636000 | #Constraints:      94060
3327.36/3336.17	c #Conflicts:    2637000 | #Constraints:      95060
3327.36/3336.17	c #Conflicts:    2638000 | #Constraints:      96060
3327.36/3336.17	c #Conflicts:    2639000 | #Constraints:      97060
3327.36/3336.17	c #Conflicts:    2640000 | #Constraints:      98060
3327.36/3336.17	c #Conflicts:    2641000 | #Constraints:      99060
3327.36/3336.17	c #Conflicts:    2642000 | #Constraints:     100060
3327.36/3336.17	c #Conflicts:    2643000 | #Constraints:     101060
3327.36/3336.17	c #Conflicts:    2644000 | #Constraints:     102060
3327.36/3336.17	c #Conflicts:    2645000 | #Constraints:     103060
3327.36/3336.17	c #Conflicts:    2646000 | #Constraints:     104060
3327.36/3336.17	c #Conflicts:    2647000 | #Constraints:     105060
3327.36/3336.17	c #Conflicts:    2648000 | #Constraints:     106060
3327.36/3336.17	c #Conflicts:    2649000 | #Constraints:     107060
3327.36/3336.17	c #Conflicts:    2650000 | #Constraints:     108060
3327.36/3336.17	c #Conflicts:    2651000 | #Constraints:     109060
3327.36/3336.17	c #Conflicts:    2652000 | #Constraints:     110060
3327.36/3336.17	c #Conflicts:    2653000 | #Constraints:     111060
3327.36/3336.17	c #Conflicts:    2654000 | #Constraints:     112060
3327.36/3336.17	c bounds 43 >= -724 @ 3296.34
3440.85/3449.97	c #Conflicts:    2655000 | #Constraints:     113132
3440.85/3449.97	c #Conflicts:    2656000 | #Constraints:     114132
3440.85/3449.97	c #Conflicts:    2657000 | #Constraints:     115132
3440.85/3449.97	c #Conflicts:    2658000 | #Constraints:     116132
3440.85/3449.97	c #Conflicts:    2659000 | #Constraints:     117132
3440.85/3449.97	c #Conflicts:    2660000 | #Constraints:     118132
3440.85/3449.97	c #Conflicts:    2661000 | #Constraints:     119132
3440.85/3449.97	c #Conflicts:    2662000 | #Constraints:     120132
3440.85/3449.97	c #Conflicts:    2663000 | #Constraints:     121132
3440.85/3449.97	c #Conflicts:    2664000 | #Constraints:     122132
3440.85/3449.97	c #Conflicts:    2665000 | #Constraints:     123132
3440.85/3449.97	c #Conflicts:    2666000 | #Constraints:     124132
3440.85/3449.97	c #Conflicts:    2667000 | #Constraints:     125132
3440.85/3449.97	c #Conflicts:    2668000 | #Constraints:     126132
3440.85/3449.97	c #Conflicts:    2669000 | #Constraints:     127132
3440.85/3449.97	c #Conflicts:    2670000 | #Constraints:     128132
3440.85/3449.97	c #Conflicts:    2671000 | #Constraints:     129132
3440.85/3449.97	c #Conflicts:    2672000 | #Constraints:     130132
3440.85/3449.97	c #Conflicts:    2673000 | #Constraints:     131132
3440.85/3449.97	c #Conflicts:    2674000 | #Constraints:     132132
3440.85/3449.97	c #Conflicts:    2675000 | #Constraints:     133132
3440.85/3449.97	c #Conflicts:    2676000 | #Constraints:     134132
3440.85/3449.97	c #Conflicts:    2677000 | #Constraints:     135132
3440.85/3449.97	c #Conflicts:    2678000 | #Constraints:     136134
3440.85/3449.97	c #Conflicts:    2679000 | #Constraints:     137524
3440.85/3449.97	c #Conflicts:    2680000 | #Constraints:     138996
3440.85/3449.97	c #Conflicts:    2681000 | #Constraints:     140428
3440.85/3449.97	c #Conflicts:    2682000 | #Constraints:     141885
3440.85/3449.97	c #Conflicts:    2683000 | #Constraints:     143382
3440.85/3449.97	c #Conflicts:    2684000 | #Constraints:     144872
3440.85/3449.97	c #Conflicts:    2685000 | #Constraints:     146400
3440.85/3449.97	c #Conflicts:    2686000 | #Constraints:     147858
3440.85/3449.97	c #Conflicts:    2687000 | #Constraints:     149348
3440.85/3449.97	c #Conflicts:    2688000 | #Constraints:     150847
3440.85/3449.97	c #Conflicts:    2689000 | #Constraints:     152361
3440.85/3449.97	c #Conflicts:    2690000 | #Constraints:     153886
3440.85/3449.97	c #Conflicts:    2691000 | #Constraints:     155385
3440.85/3449.97	c #Conflicts:    2692000 | #Constraints:     156857
3440.85/3449.97	c #Conflicts:    2693000 | #Constraints:     158265
3440.85/3449.97	c #Conflicts:    2694000 | #Constraints:     159654
3440.85/3449.97	c #Conflicts:    2695000 | #Constraints:     161111
3440.85/3449.97	c bounds 42 >= -724 @ 3409.26
3506.98/3516.24	c #Conflicts:    2696000 | #Constraints:     162252
3506.98/3516.24	c #Conflicts:    2697000 | #Constraints:     163252
3506.98/3516.24	c #Conflicts:    2698000 | #Constraints:     164252
3506.98/3516.24	c #Conflicts:    2699000 | #Constraints:     165252
3506.98/3516.24	c #Conflicts:    2700000 | #Constraints:     166252
3506.98/3516.24	c #Conflicts:    2701000 | #Constraints:     167252
3506.98/3516.24	c #Conflicts:    2702000 | #Constraints:     168252
3506.98/3516.24	c #Conflicts:    2703000 | #Constraints:     169252
3506.98/3516.24	c #Conflicts:    2704000 | #Constraints:     170252
3506.98/3516.24	c #Conflicts:    2705000 | #Constraints:     171252
3506.98/3516.24	c #Conflicts:    2706000 | #Constraints:     172252
3506.98/3516.24	c #Conflicts:    2707000 | #Constraints:     173252
3506.98/3516.24	c #Conflicts:    2708000 | #Constraints:     174252
3506.98/3516.24	c #Conflicts:    2709000 | #Constraints:     175252
3506.98/3516.24	c #Conflicts:    2710000 | #Constraints:     176252
3506.98/3516.24	c #Conflicts:    2711000 | #Constraints:     177252
3506.98/3516.24	c #Conflicts:    2712000 | #Constraints:     178252
3506.98/3516.24	c #Conflicts:    2713000 | #Constraints:     179252
3506.98/3516.24	c #Conflicts:    2714000 | #Constraints:     180252
3506.98/3516.24	c INPROCESSING
3506.98/3516.24	c GARBAGE COLLECT
3506.98/3516.24	c rational objective 4
3548.27/3557.67	c #Conflicts:    2715000 | #Constraints:      97772
3548.27/3557.67	c #Conflicts:    2716000 | #Constraints:      98772
3548.27/3557.67	c #Conflicts:    2717000 | #Constraints:      99772
3548.27/3557.67	c #Conflicts:    2718000 | #Constraints:     100772
3548.27/3557.67	c #Conflicts:    2719000 | #Constraints:     101772
3548.27/3557.67	c #Conflicts:    2720000 | #Constraints:     102772
3548.27/3557.67	c #Conflicts:    2721000 | #Constraints:     103772
3548.27/3557.67	c #Conflicts:    2722000 | #Constraints:     104772
3548.27/3557.67	c #Conflicts:    2723000 | #Constraints:     105772
3548.27/3557.67	c #Conflicts:    2724000 | #Constraints:     106772
3548.27/3557.67	c #Conflicts:    2725000 | #Constraints:     107772
3548.27/3557.67	c #Conflicts:    2726000 | #Constraints:     108772
3548.27/3557.67	c #Conflicts:    2727000 | #Constraints:     109772
3548.27/3557.67	c #Conflicts:    2728000 | #Constraints:     110772
3548.27/3557.67	c #Conflicts:    2729000 | #Constraints:     111772
3548.27/3557.67	c #Conflicts:    2730000 | #Constraints:     112772
3548.27/3557.67	c #Conflicts:    2731000 | #Constraints:     113772
3548.27/3557.67	c #Conflicts:    2732000 | #Constraints:     114772
3548.27/3557.67	c #Conflicts:    2733000 | #Constraints:     115772
3548.27/3557.67	c #Conflicts:    2734000 | #Constraints:     116772
3548.27/3557.67	c #Conflicts:    2735000 | #Constraints:     117772
3548.27/3557.67	c #Conflicts:    2736000 | #Constraints:     118772
3548.27/3557.67	c #Conflicts:    2737000 | #Constraints:     119772
3548.27/3557.67	c #Conflicts:    2738000 | #Constraints:     120772
3548.27/3557.67	c #Conflicts:    2739000 | #Constraints:     121772
3548.27/3557.67	c #Conflicts:    2740000 | #Constraints:     122772
3548.27/3557.67	c #Conflicts:    2741000 | #Constraints:     123772
3548.27/3557.67	c #Conflicts:    2742000 | #Constraints:     124772
3548.27/3557.67	c #Conflicts:    2743000 | #Constraints:     125772
3548.27/3557.67	c #Conflicts:    2744000 | #Constraints:     126772
3548.27/3557.67	c #Conflicts:    2745000 | #Constraints:     127772
3548.27/3557.67	c #Conflicts:    2746000 | #Constraints:     128772
3548.27/3557.67	c #Conflicts:    2747000 | #Constraints:     129772
3548.27/3557.67	c #Conflicts:    2748000 | #Constraints:     130772
3548.27/3557.67	c #Conflicts:    2749000 | #Constraints:     131772
3548.27/3557.67	c #Conflicts:    2750000 | #Constraints:     132772
3548.27/3557.67	c #Conflicts:    2751000 | #Constraints:     133772
3548.27/3557.67	c #Conflicts:    2752000 | #Constraints:     134772
3548.27/3557.67	c #Conflicts:    2753000 | #Constraints:     135772
3548.27/3557.67	c #Conflicts:    2754000 | #Constraints:     136772
3548.27/3557.67	c #Conflicts:    2755000 | #Constraints:     137772
3548.27/3557.67	c INPROCESSING
3548.27/3557.67	c GARBAGE COLLECT
3548.27/3557.67	c rational objective 4
3576.80/3586.24	c #Conflicts:    2756000 | #Constraints:      76504
3576.80/3586.24	c #Conflicts:    2757000 | #Constraints:      77504
3576.80/3586.24	c #Conflicts:    2758000 | #Constraints:      78504
3576.80/3586.24	c #Conflicts:    2759000 | #Constraints:      79504
3576.80/3586.24	c #Conflicts:    2760000 | #Constraints:      80504
3576.80/3586.24	c #Conflicts:    2761000 | #Constraints:      81504
3576.80/3586.24	c #Conflicts:    2762000 | #Constraints:      82504
3576.80/3586.24	c #Conflicts:    2763000 | #Constraints:      83504
3576.80/3586.24	c #Conflicts:    2764000 | #Constraints:      84504
3576.80/3586.24	c #Conflicts:    2765000 | #Constraints:      85504
3576.80/3586.24	c #Conflicts:    2766000 | #Constraints:      86504
3576.80/3586.24	c #Conflicts:    2767000 | #Constraints:      87504
3576.80/3586.24	c #Conflicts:    2768000 | #Constraints:      88504
3576.80/3586.24	c #Conflicts:    2769000 | #Constraints:      89504
3576.80/3586.24	c #Conflicts:    2770000 | #Constraints:      90504
3576.80/3586.24	c #Conflicts:    2771000 | #Constraints:      91504
3576.80/3586.24	c #Conflicts:    2772000 | #Constraints:      92504
3576.80/3586.24	c #Conflicts:    2773000 | #Constraints:      93504
3576.80/3586.24	c #Conflicts:    2774000 | #Constraints:      94504
3576.80/3586.24	c #Conflicts:    2775000 | #Constraints:      95504
3576.80/3586.24	c #Conflicts:    2776000 | #Constraints:      96504
3576.80/3586.24	c #Conflicts:    2777000 | #Constraints:      97504
3576.80/3586.24	c #Conflicts:    2778000 | #Constraints:      98504
3576.80/3586.24	c #Conflicts:    2779000 | #Constraints:      99504
3576.80/3586.24	c #Conflicts:    2780000 | #Constraints:     100504
3576.80/3586.24	c #Conflicts:    2781000 | #Constraints:     101504
3576.80/3586.24	c #Conflicts:    2782000 | #Constraints:     102504
3576.80/3586.24	c #Conflicts:    2783000 | #Constraints:     103504
3576.80/3586.24	c #Conflicts:    2784000 | #Constraints:     104504
3576.80/3586.24	c #Conflicts:    2785000 | #Constraints:     105504
3576.80/3586.24	c #Conflicts:    2786000 | #Constraints:     106504
3576.80/3586.24	c #Conflicts:    2787000 | #Constraints:     107504
3576.80/3586.24	c #Conflicts:    2788000 | #Constraints:     108504
3576.80/3586.24	c #Conflicts:    2789000 | #Constraints:     109504
3576.80/3586.24	c #Conflicts:    2790000 | #Constraints:     110504
3576.80/3586.24	c #Conflicts:    2791000 | #Constraints:     111504
3576.80/3586.24	c #Conflicts:    2792000 | #Constraints:     112504
3576.80/3586.24	c bounds 42 >= -723 @ 3544.23
3583.08/3592.59	c #Conflicts:    2793000 | #Constraints:     113609
3583.08/3592.59	c #Conflicts:    2794000 | #Constraints:     114609
3583.08/3592.59	c #Conflicts:    2795000 | #Constraints:     115609
3583.08/3592.59	c #Conflicts:    2796000 | #Constraints:     116609
3583.08/3592.59	c INPROCESSING
3583.08/3592.59	c GARBAGE COLLECT
3583.08/3592.59	c rational objective 4
3600.04/3609.50	c #Conflicts:    2797000 | #Constraints:      65790
3600.04/3609.50	c #Conflicts:    2798000 | #Constraints:      66790
3600.04/3609.50	c #Conflicts:    2799000 | #Constraints:      67790
3600.04/3609.50	c #Conflicts:    2800000 | #Constraints:      68790
3600.04/3609.50	c #Conflicts:    2801000 | #Constraints:      69790
3600.04/3609.50	c #Conflicts:    2802000 | #Constraints:      70790
3600.04/3609.50	c #Conflicts:    2803000 | #Constraints:      71790
3600.04/3609.50	c #Conflicts:    2804000 | #Constraints:      72790
3600.04/3609.50	c #Conflicts:    2805000 | #Constraints:      73790
3600.04/3609.50	c #Conflicts:    2806000 | #Constraints:      74790
3600.04/3609.50	c #Conflicts:    2807000 | #Constraints:      75790
3600.04/3609.50	c #Conflicts:    2808000 | #Constraints:      76790
3600.04/3609.50	c #Conflicts:    2809000 | #Constraints:      77790
3600.04/3609.50	c #Conflicts:    2810000 | #Constraints:      78790
3600.04/3609.50	c #Conflicts:    2811000 | #Constraints:      79883
3600.04/3609.50	c #Conflicts:    2812000 | #Constraints:      80883
3600.04/3609.50	c #Conflicts:    2813000 | #Constraints:      81883
3600.04/3609.50	c #Conflicts:    2814000 | #Constraints:      82884
3600.04/3609.50	c #Conflicts:    2815000 | #Constraints:      83884
3600.04/3609.50	c #Conflicts:    2816000 | #Constraints:      84884
3600.04/3609.50	c #Conflicts:    2817000 | #Constraints:      85884
3600.04/3609.50	c #Conflicts:    2818000 | #Constraints:      86900
3600.04/3609.50	c #Conflicts:    2819000 | #Constraints:      87900
3600.04/3609.50	c #Conflicts:    2820000 | #Constraints:      88900
3600.04/3609.50	c #Conflicts:    2821000 | #Constraints:      89900
3600.04/3609.50	c #Conflicts:    2822000 | #Constraints:      90901
3600.04/3609.50	c #Conflicts:    2823000 | #Constraints:      91901
3600.04/3609.50	c cpu time 3567.14 s
3600.04/3609.50	c deterministic time 228797964043 2.29e+11
3600.04/3609.50	c optimization time 17.3431 s
3600.04/3609.50	c total solve time 3549.78 s
3600.04/3609.50	c core-guided solve time 2152.06 s
3600.04/3609.50	c propagation time 2506.08 s
3600.04/3609.50	c conflict analysis time 789.713 s
3600.04/3609.50	c propagations 457702052
3600.04/3609.50	c resolve steps 35805091
3600.04/3609.50	c decisions 15653827
3600.04/3609.50	c conflicts 2823495
3600.04/3609.50	c restarts 4964
3600.04/3609.50	c inprocessing phases 85
3600.04/3609.50	c garbage collections 85 ,( 100.00 )
3600.04/3609.50	c input clauses 8153 ,( 41.54 )
3600.04/3609.50	c input cardinalities 5854 ,( 29.83 )
3600.04/3609.50	c input general constraints 5620 ,( 28.63 )
3600.04/3609.50	c input average constraint length 304.56
3600.04/3609.50	c input average constraint degree 123.41
3600.04/3609.50	c learned clauses 1722687 ,( 60.40 )
3600.04/3609.50	c learned cardinalities 975 ,( 0.03 )
3600.04/3609.50	c learned general constraints 1128431 ,( 39.57 )
3600.04/3609.50	c learned average constraint length 668.75
3600.04/3609.50	c learned average constraint degree 11998837993.92
3600.04/3609.50	c watched  CF 32, 64, 128, Arb: 169576 , 0 , 0 , 0
3600.04/3609.50	c counting CF 32, 64, 128, Arb: 964476 , 0 , 0 , 0
3600.04/3609.50	c watched   constraints 169576 ,( 14.95 ) 
3600.04/3609.50	c counting  constraints 964475 ,( 85.05 ) 
3600.04/3609.50	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 1458826939 , 129904823 , 11490263275 ,( 392038729 , 11098224546 )
3600.04/3609.50	c gcd simplifications 44484
3600.04/3609.50	c detected cardinalities 243
3600.04/3609.50	c weakened non-implied lits 581987342
3600.04/3609.50	c weakened non-implying lits 874106
3600.04/3609.50	c original variables 4624
3600.04/3609.50	c clausal propagations 121647908
3600.04/3609.50	c cardinality propagations 43996851
3600.04/3609.50	c watched propagations 1228875
3600.04/3609.50	c counting propagations 269102001
3600.04/3609.50	c watch lookups 140833869152
3600.04/3609.50	c watch backjump lookups 0
3600.04/3609.50	c watch checks 17300817839
3600.04/3609.50	c propagation checks 64965951018
3600.04/3609.50	c constraint additions 4744330003
3600.04/3609.50	c trail pops 476163611
3600.04/3609.50	c formula constraints 5263
3600.04/3609.50	c learned constraints 2809508
3600.04/3609.50	c bound constraints 1253
3600.04/3609.50	c core-guided constraints 13111
3600.04/3609.50	c encountered formula constraints 5912243
3600.04/3609.50	c encountered learned constraints 20859949
3600.04/3609.50	c encountered bound constraints 251
3600.04/3609.50	c encountered core-guided constraints 11427822
3600.04/3609.50	c LP total time 741.333 s
3600.04/3609.50	c LP solve time 703.83 s
3600.04/3609.50	c LP constraints added 5620
3600.04/3609.50	c LP constraints removed 349
3600.04/3609.50	c LP pivots internal 2823535
3600.04/3609.50	c LP pivots root 653005
3600.04/3609.50	c LP calls 32035
3600.04/3609.50	c LP optimalities 4258
3600.04/3609.50	c LP no pivot count 1957
3600.04/3609.50	c LP infeasibilities 27767
3600.04/3609.50	c LP valid Farkas constraints 27759
3600.04/3609.50	c LP learned Farkas constraints 14469
3600.04/3609.50	c LP basis resets 11
3600.04/3609.50	c LP cycling count 2
3600.04/3609.50	c LP singular count 1
3600.04/3609.50	c LP no primal count 0
3600.04/3609.50	c LP no farkas count 8
3600.04/3609.50	c LP other issue count 0
3600.04/3609.50	c LP Gomory cuts 357
3600.04/3609.50	c LP learned cuts 0
3600.04/3609.50	c LP deleted cuts 349
3600.04/3609.50	c LP encountered Gomory constraints 130
3600.04/3609.50	c LP encountered Farkas constraints 355244
3600.04/3609.50	c LP encountered learned Farkas constraints 58478
3600.04/3609.50	c CG auxiliary variables introduced 4747
3600.04/3609.50	c CG solutions found 128
3600.04/3609.50	c CG cores constructed 1125
3600.04/3609.50	c CG core cardinality constraints returned 166
3600.04/3609.50	c CG unit cores 0
3600.04/3609.50	c CG single cores 956
3600.04/3609.50	c CG blocks removed during cardinality reduction 0
3600.04/3609.50	c CG first core best 2
3600.04/3609.50	c CG decision core best 102
3600.04/3609.50	c CG core reduction tie 65
3600.04/3609.50	c CG core degree average 1.21
3600.04/3609.50	c CG core slack average 9.52
3600.04/3609.50	c CG core upper bound improvements 0
3600.04/3609.50	c STR number of successful calls 0
3600.04/3609.50	c STR number of unsuccessful calls 0
3600.04/3609.50	c STR number of inconclusive calls 0
3600.04/3609.50	c STR number of successful attempts 0
3600.04/3609.50	c STR number of unsuccessful attempts 0
3600.04/3609.50	c STR number of inconclusive attempts 0
3600.04/3609.50	c STR average degree increase per successful call inf
3600.04/3609.50	c STR average degree increase per successful attempt inf
3600.04/3609.50	c STR total number of conflicts for successful attempts 0
3600.04/3609.50	c STR total number of conflicts for unsuccessful attempts 0
3600.04/3609.50	c STR total number of conflicts for inconclusive attempts 0
3600.04/3609.50	c STR average number of conflicts per successful attempt inf
3600.04/3609.50	c STR average number of conflicts per unsuccessful attempt inf
3600.04/3609.50	c STR average number of conflicts per inconclusive attempt inf
3600.04/3609.50	c AVG.sumWPerc 62.74 
3600.04/3609.50	c bigint constraints 0 
3600.04/3609.50	o 42
3600.04/3609.50	s SATISFIABLE
3600.04/3609.50	v x1 -x2 -x3 -x4 -x5 x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 x15 x16 x17 x18 x19 x20 -x21 -x22 x23 x24 x25 x26 x27 x28 x29 -x30 -x31 x32 x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 x46 -x47 -x48 x49 x50 x51 -x52 -x53 -x54 x55 -x56 -x57 x58 x59 -x60 -x61 -x62 x63 x64 -x65 x66 x67 x68 x69 x70 x71 -x72 -x73 -x74 -x75 x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 x95 x96 -x97 -x98 x99 x100 x101 -x102 -x103 -x104 x105 -x106 -x107 x108 x109 x110 -x111 x112 x113 -x114 -x115 x116 x117 -x118 -x119 x120 x121 -x122 -x123 x124 x125 x126 x127 -x128 x129 x130 -x131 -x132 x133 x134 -x135 -x136 x137 x138 -x139 -x140 x141 x142 -x143 -x144 x145 x146 -x147 -x148 -x149 x150 x151 -x152 -x153 -x154 x155 -x156 -x157 -x158 x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 x175 x176 -x177 -x178 x179 x180 -x181 -x182 x183 x184 x185 x186 x187 x188 x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 x197 x198 -x199 -x200 -x201 x202 -x203 -x204 -x205 -x206 -x207 -x208 x209 x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 x218 -x219 -x220 -x221 -x222 x223 -x224 -x225 x226 x227 -x228 -x229 -x230 x231 -x232 -x233 -x234 x235 -x236 -x237 x238 x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 x248 -x249 -x250 -x251 x252 -x253 -x254 x255 x256 -x257 -x258 x259 x260 x261 -x262 x263 x264 -x265 -x266 x267 x268 -x269 -x270 -x271 -x272 x273 -x274 -x275 -x276 x277 -x278 -x279 -x280 x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 x298 -x299 -x300 -x301 x302 -x303 -x304 -x305 -x306 x307 -x308 x309 x310 -x311 -x312 -x313 -x314 x315 -x316 -x317 x318 x319 -x320 -x321 -x322 -x323 -x324 -x325 x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 x334 x335 x336 -x337 -x338 -x339 x340 -x341 -x342 -x343 -x344 x345 -x346 x347 x348 x349 x350 -x351 x352 -x353 -x354 x355 x356 -x357 -x358 -x359 x360 -x361 -x362 -x363 x364 -x365 -x366 -x367 x368 x369 -x370 -x371 -x372 x373 x374 x375 x376 x377 -x378 -x379 -x380 x381 -x382 -x383 x384 x385 x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 x397 x398 x399 -x400 x401 x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 x410 x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 x434 x435 x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 x448 -x449 -x450 x451 x452 -x453 -x454 -x455 x456 -x457 -x458 -x459 x460 x461 -x462 -x463 x464 x465 -x466 -x467 x468 x469 -x470 -x471 -x472 x473 -x474 -x475 -x476 x477 -x478 -x479 -x480 x481 -x482 -x483 -x484 -x485 x486 -x487 -x488 -x489 x490 -x491 -x492 x493 x494 x495 x496 x497 x498 x499 x500 x501 x502 x503 -x504 x505 x506 -x507 -x508 x509 x510 x511 -x512 -x513 -x514 x515 -x516 -x517 -x518 x519 -x520 -x521 x522 x523 -x524 -x525 -x526 x527 -x528 -x529 -x530 x531 -x532 -x533 -x534 x535 x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 x545 -x546 -x547 -x548 x549 -x550 -x551 x552 x553 -x554 -x555 -x556 -x557 x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 x566 -x567 -x568 x569 x570 -x571 -x572 -x573 x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 x583 -x584 -x585 -x586 -x587 -x588 -x589 x590 x591 -x592 -x593 x594 x595 -x596 -x597 x598 x599 -x600 -x601 x602 x603 -x604 -x605 x606 x607 x608 -x609 -x610 -x611 -x612 -x613 -x614 x615 x616 -x617 -x618 -x619 x620 -x621 -x622 x623 x624 x625 -x626 x627 x628 -x629 -x630 -x631 -x632 x633 -x634 -x635 x636 x637 -x638 -x639 -x640 x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 x649 -x650 -x651 -x652 x653 -x654 -x655 -x656 x657 x658 x659 -x660 -x661 -x662 -x663 x664 x665 -x666 -x667 -x668 -x669 -x670 -x671 x672 x673 x674 -x675 -x676 x677 x678 -x679 -x680 x681 x682 -x683 -x684 -x685 x686 -x687 -x688 x689 x690 -x691 -x692 x693 x694 x695 x696 x697 x698 x699 -x700 -x701 x702 x703 -x704 -x705 -x706 x707 -x708 -x709 -x710 x711 -x712 -x713 x714 -x715 -x716 -x717 -x718 x719 -x720 -x721 x722 x723 -x724 -x725 x726 x727 x728 -x729 x730 x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 x739 -x740 -x741 -x742 -x743 x744 -x745 -x746 -x747 x748 -x749 -x750 -x751 x752 x753 x754 x755 x756 -x757 -x758 -x759 x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 x768 -x769 -x770 x771 x772 -x773 -x774 x775 x776 -x777 -x778 -x779 x780 -x781 -x782 -x783 x784 x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 x804 x805 x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 x819 -x820 -x821 -x822 x823 x824 x825 x826 x827 -x828 -x829 -x830 x831 x832 -x833 -x834 -x835 x836 -x837 -x838 x839 x840 x841 -x842 x843 x844 -x845 -x846 -x847 x848 -x849 -x850 -x851 x852 -x853 -x854 -x855 -x856 x857 x858 -x859 x860 x861 x862 -x863 -x864 x865 x866 -x867 -x868 -x869 -x870 -x871 -x872 x873 x874 -x875 -x876 x877 x878 x879 -x880 -x881 -x882 x883 -x884 -x885 -x886 x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 x895 -x896 -x897 x898 x899 -x900 -x901 -x902 -x903 x904 -x905 -x906 -x907 x908 -x909 -x910 -x911 x912 x913 -x914 x915 x916 -x917 -x918 -x919 x920 -x921 -x922 -x923 x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 -x940 -x941 -x942 -x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 x958 x959 x960 x961 x962 x963 -x964 -x965 -x966 -x967 -x968 -x969 x970 x971 -x972 -x973 x974 x975 -x976 -x977 -x978 x979 x980 -x981 x982 x983 -x984 -x985 -x986 x987 x988 -x989 -x990 -x991 x992 -x993 -x994 x995 x996 -x997 -x998 x999 x1000 x1001 -x1002 x1003 x1004 -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 x1012 x1013 -x1014 -x1015 -x1016 x1017 -x1018 -x1019 -x1020 -x1021 -x1022 -x1023 -x1024 -x1025 -x1026 -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 -x1033 -x1034 -x1035 x1036 x1037 -x1038 -x1039 -x1040 x1041 -x1042 -x1043 -x1044 x1045 -x1046 -x1047 -x1048 x1049 -x1050 -x1051 x1052 x1053 -x1054 -x1055 x1056 x1057 -x1058 -x1059 -x1060 x1061 x1062 -x1063 -x1064 -x1065 -x1066 -x1067 -x1068 -x1069 -x1070 -x1071 -x1072 x1073 x1074 x1075 x1076 x1077 x1078 -x1079 -x1080 x1081 x1082 -x1083 -x1084 -x1085 -x1086 x1087 x1088 -x1089 x1090 -x1091 -x1092 -x1093 -x1094 -x1095 -x1096 -x1097 -x1098 -x1099 -x1100 -x1101 -x1102 -x1103 -x1104 x1105 x1106 x1107 -x1108 -x1109 x1110 -x1111 -x1112 -x1113 -x1114 -x1115 x1116 -x1117 -x1118 x1119 x1120 -x1121 -x1122 -x1123 x1124 -x1125 -x1126 x1127 x1128 x1129 -x1130 -x1131 -x1132 x1133 -x1134 -x1135 -x1136 -x1137 -x1138 -x1139 -x1140 x1141 -x1142 -x1143 -x1144 x1145 -x1146 -x1147 x1148 x1149 -x1150 -x1151 x1152 x1153 x1154 -x1155 -x1156 -x1157 -x1158 x1159 -x1160 x1161 x1162 -x1163 -x1164 -x1165 x1166 -x1167 -x1168 x1169 x1170 -x1171 -x1172 -x1173 x1174 -x1175 -x1176 x1177 x1178 x1179 -x1180 -x1181 -x1182 x1183 -x1184 -x1185 x1186 x1187 -x1188 -x1189 -x1190 x1191 -x1192 -x1193 -x1194 -x1195 -x1196 -x1197 -x1198 -x1199 -x1200 -x1201 -x1202 x1203 x1204 x1205 -x1206 x1207 x1208 -x1209 -x1210 -x1211 x1212 -x1213 -x1214 -x1215 x1216 x1217 x1218 x1219 x1220 -x1221 -x1222 x1223 x1224 -x1225 -x1226 -x1227 x1228 x1229 x1230 x1231 x1232 x1233 -x1234 -x1235 -x1236 -x1237 x1238 -x1239 -x1240 x1241 x1242 -x1243 -x1244 -x1245 -x1246 -x1247 -x1248 -x1249 x1250 x1251 -x1252 -x1253 x1254 x1255 -x1256 -x1257 x1258 x1259 -x1260 -x1261 -x1262 -x1263 x1264 -x1265 -x1266 -x1267 -x1268 x1269 -x1270 -x1271 x1272 x1273 -x1274 -x1275 -x1276 -x1277 -x1278 -x1279 -x1280 -x1281 -x1282 -x1283 -x1284 -x1285 -x1286 -x1287 -x1288 -x1289 -x1290 -x1291 -x1292 -x1293 x1294 x1295 -x1296 x1297 x1298 -x1299 -x1300 -x1301 x1302 -x1303 -x1304 x1305 x1306 -x1307 -x1308 -x1309 -x1310 -x1311 -x1312 -x1313 -x1314 -x1315 -x1316 -x1317 x1318 x1319 -x1320 -x1321 -x1322 -x1323 x1324 x1325 x1326 x1327 x1328 -x1329 x1330 x1331 -x1332 -x1333 -x1334 x1335 x1336 x1337 x1338 x1339 x1340 x1341 -x1342 -x1343 -x1344 x1345 -x1346 -x1347 -x1348 x1349 -x1350 -x1351 -x1352 x1353 x1354 -x1355 -x1356 -x1357 x1358 -x1359 -x1360 -x1361 x1362 -x1363 -x1364 x1365 x1366 -x1367 -x1368 -x1369 x1370 -x1371 -x1372 -x1373 x1374 -x1375 -x1376 -x1377 -x1378 x1379 -x1380 -x1381 -x1382 -x1383 x1384 -x1385 x1386 x1387 -x1388 -x1389 x1390 x1391 -x1392 -x1393 x1394 x1395 -x1396 -x1397 -x1398 -x1399 -x1400 -x1401 -x1402 x1403 x1404 -x1405 -x1406 -x1407 x1408 -x1409 -x1410 -x1411 -x1412 -x1413 -x1414 -x1415 x1416 -x1417 -x1418 -x1419 -x1420 -x1421 -x1422 -x1423 -x1424 -x1425 -x1426 -x1427 x1428 x1429 x1430 -x1431 x1432 x1433 -x1434 -x1435 -x1436 x1437 -x1438 -x1439 -x1440 -x1441 -x1442 -x1443 -x1444 x1445 -x1446 -x1447 -x1448 -x1449 -x1450 -x1451 -x1452 x1453 x1454 -x1455 -x1456 -x1457 x1458 -x1459 -x1460 x1461 x1462 x1463 x1464 x1465 x1466 x1467 -x1468 -x1469 x1470 x1471 -x1472 -x1473 x1474 x1475 x1476 -x1477 -x1478 -x1479 -x1480 -x1481 -x1482 -x1483 -x1484 -x1485 -x1486 -x1487 x1488 -x1489 -x1490 -x1491 x1492 -x1493 -x1494 -x1495 -x1496 -x1497 -x1498 -x1499 x1500 x1501 -x1502 -x1503 -x1504 -x1505 -x1506 -x1507 -x1508 x1509 -x1510 -x1511 x1512 x1513 -x1514 -x1515 -x1516 -x1517 x1518 -x1519 -x1520 -x1521 -x1522 -x1523 -x1524 -x1525 x1526 -x1527 -x1528 -x1529 x1530 x1531 x1532 x1533 x1534 -x1535 -x1536 x1537 x1538 -x1539 -x1540 -x1541 x1542 x1543 -x1544 -x1545 -x1546 -x1547 -x1548 -x1549 -x1550 -x1551 -x1552 -x1553 x1554 x1555 x1556 -x1557 x1558 x1559 -x1560 -x1561 -x1562 -x1563 -x1564 -x1565 -x1566 -x1567 x1568 -x1569 -x1570 -x1571 -x1572 -x1573 -x1574 -x1575 x1576 -x1577 -x1578 -x1579 -x1580 -x1581 -x1582 -x1583 -x1584 x1585 -x1586 x1587 x1588 -x1589 -x1590 -x1591 -x1592 x1593 -x1594 -x1595 -x1596 x1597 -x1598 -x1599 -x1600 -x1601 -x1602 -x1603 -x1604 -x1605 -x1606 -x1607 -x1608 -x1609 -x1610 -x1611 -x1612 x1613 -x1614 -x1615 -x1616 x1617 x1618 -x1619 -x1620 -x1621 x1622 -x1623 -x1624 -x1625 -x1626 -x1627 -x1628 -x1629 x1630 -x1631 -x1632 -x1633 x1634 -x1635 -x1636 -x1637 x1638 -x1639 -x1640 x1641 x1642 x1643 -x1644 -x1645 -x1646 x1647 -x1648 -x1649 -x1650 x1651 -x1652 -x1653 -x1654 -x1655 -x1656 -x1657 x1658 x1659 -x1660 -x1661 x1662 x1663 -x1664 -x1665 -x1666 -x1667 -x1668 -x1669 -x1670 -x1671 -x1672 -x1673 -x1674 -x1675 -x1676 -x1677 -x1678 -x1679 -x1680 -x1681 -x1682 -x1683 -x1684 -x1685 -x1686 -x1687 -x1688 -x1689 -x1690 x1691 x1692 x1693 -x1694 -x1695 -x1696 x1697 -x1698 -x1699 x1700 x1701 -x1702 -x1703 x1704 x1705 -x1706 -x1707 x1708 x1709 -x1710 -x1711 x1712 x1713 x1714 x1715 x1716 x1717 x1718 -x1719 -x1720 x1721 x1722 -x1723 -x1724 -x1725 -x1726 -x1727 -x1728 -x1729 -x1730 -x1731 -x1732 -x1733 x1734 -x1735 -x1736 x1737 x1738 x1739 x1740 x1741 x1742 x1743 -x1744 -x1745 -x1746 -x1747 -x1748 -x1749 -x1750 -x1751 -x1752 -x1753 -x1754 x1755 -x1756 -x1757 x1758 x1759 x1760 -x1761 -x1762 -x1763 x1764 -x1765 -x1766 -x1767 -x1768 -x1769 -x1770 -x1771 x1772 -x1773 -x1774 x1775 x1776 x1777 x1778 x1779 x1780 -x1781 -x1782 x1783 x1784 x1785 -x1786 -x1787 x1788 x1789 -x1790 -x1791 x1792 x1793 -x1794 -x1795 x1796 x1797 -x1798 -x1799 x1800 x1801 x1802 -x1803 x1804 x1805 -x1806 -x1807 -x1808 x1809 x1810 -x1811 -x1812 x1813 x1814 -x1815 -x1816 x1817 x1818 -x1819 -x1820 -x1821 x1822 -x1823 -x1824 -x1825 -x1826 -x1827 -x1828 -x1829 -x1830 -x1831 -x1832 -x1833 -x1834 x1835 -x1836 -x1837 -x1838 -x1839 x1840 -x1841 x1842 x1843 x1844 x1845 x1846 x1847 -x1848 -x1849 -x1850 x1851 -x1852 -x1853 -x1854 x1855 -x1856 -x1857 -x1858 x1859 x1860 -x1861 -x1862 -x1863 -x1864 -x1865 -x1866 -x1867 x1868 -x1869 -x1870 -x1871 -x1872 x1873 -x1874 x1875 x1876 x1877 -x1878 x1879 x1880 -x1881 -x1882 -x1883 -x1884 x1885 -x1886 -x1887 x1888 x1889 -x1890 -x1891 x1892 x1893 x1894 x1895 x1896 x1897 -x1898 -x1899 x1900 x1901 -x1902 -x1903 -x1904 x1905 -x1906 -x1907 -x1908 -x1909 x1910 -x1911 -x1912 x1913 x1914 -x1915 -x1916 x1917 x1918 x1919 -x1920 -x1921 -x1922 x1923 x1924 x1925 x1926 x1927 x1928 -x1929 -x1930 x1931 x1932 x1933 -x1934 -x1935 x1936 x1937 -x1938 -x1939 -x1940 -x1941 -x1942 -x1943 -x1944 x1945 -x1946 -x1947 -x1948 x1949 x1950 -x1951 x1952 x1953 -x1954 -x1955 -x1956 x1957 x1958 -x1959 -x1960 -x1961 x1962 -x1963 -x1964 -x1965 x1966 -x1967 -x1968 -x1969 -x1970 -x1971 -x1972 -x1973 x1974 -x1975 -x1976 -x1977 x1978 -x1979 -x1980 x1981 x1982 x1983 x1984 x1985 x1986 x1987 x1988 -x1989 -x1990 -x1991 x1992 -x1993 -x1994 -x1995 -x1996 -x1997 -x1998 x1999 -x2000 -x2001 -x2002 -x2003 -x2004 -x2005 -x2006 -x2007 -x2008 -x2009 x2010 x2011 -x2012 -x2013 -x2014 -x2015 x2016 -x2017 -x2018 x2019 x2020 -x2021 -x2022 -x2023 -x2024 -x2025 -x2026 x2027 x2028 -x2029 -x2030 -x2031 -x2032 -x2033 -x2034 -x2035 -x2036 -x2037 -x2038 -x2039 x2040 x2041 -x2042 -x2043 -x2044 -x2045 -x2046 -x2047 x2048 x2049 x2050 -x2051 x2052 x2053 -x2054 -x2055 x2056 x2057 -x2058 -x2059 -x2060 -x2061 -x2062 -x2063 x2064 x2065 x2066 -x2067 -x2068 -x2069 x2070 -x2071 -x2072 -x2073 x2074 -x2075 -x2076 -x2077 x2078 -x2079 x2080 x2081 -x2082 -x2083 x2084 x2085 x2086 -x2087 x2088 x2089 x2090 -x2091 -x2092 x2093 x2094 -x2095 -x2096 -x2097 -x2098 -x2099 -x2100 -x2101 -x2102 -x2103 -x2104 x2105 x2106 -x2107 -x2108 -x2109 x2110 -x2111 -x2112 -x2113 x2114 x2115 -x2116 -x2117 -x2118 -x2119 -x2120 -x2121 x2122 x2123 -x2124 -x2125 x2126 x2127 -x2128 -x2129 x2130 x2131 x2132 -x2133 x2134 x2135 x2136 x2137 x2138 x2139 x2140 -x2141 -x2142 x2143 x2144 -x2145 -x2146 x2147 x2148 -x2149 -x2150 -x2151 x2152 x2153 x2154 x2155 x2156 x2157 x2158 x2159 -x2160 -x2161 -x2162 x2163 x2164 -x2165 -x2166 x2167 x2168 x2169 x2170 x2171 x2172 x2173 -x2174 x2175 x2176 -x2177 -x2178 x2179 x2180 -x2181 -x2182 x2183 x2184 -x2185 -x2186 -x2187 -x2188 x2189 -x2190 -x2191 -x2192 x2193 -x2194 -x2195 -x2196 x2197 -x2198 -x2199 -x2200 x2201 -x2202 -x2203 -x2204 x2205 -x2206 -x2207 -x2208 -x2209 x2210 -x2211 x2212 x2213 x2214 -x2215 -x2216 x2217 x2218 -x2219 -x2220 x2221 x2222 -x2223 -x2224 x2225 x2226 -x2227 -x2228 x2229 x2230 x2231 -x2232 x2233 x2234 -x2235 -x2236 -x2237 -x2238 x2239 -x2240 -x2241 x2242 x2243 -x2244 -x2245 -x2246 x2247 -x2248 -x2249 x2250 x2251 -x2252 x2253 x2254 x2255 x2256 x2257 x2258 -x2259 -x2260 x2261 x2262 -x2263 -x2264 -x2265 x2266 -x2267 -x2268 -x2269 -x2270 -x2271 -x2272 -x2273 -x2274 -x2275 -x2276 x2277 x2278 -x2279 -x2280 -x2281 -x2282 x2283 -x2284 -x2285 -x2286 x2287 -x2288 -x2289 -x2290 x2291 x2292 x2293 x2294 x2295 -x2296 -x2297 -x2298 x2299 x2300 -x2301 -x2302 -x2303 -x2304 -x2305 -x2306 -x2307 x2308 -x2309 -x2310 x2311 x2312 -x2313 -x2314 -x2315 -x2316 -x2317 -x2318 x2319 x2320 x2321 -x2322 x2323 x2324 x2325 -x2326 -x2327 -x2328 -x2329 -x2330 -x2331 -x2332 x2333 -x2334 -x2335 -x2336 x2337 -x2338 -x2339 -x2340 x2341 x2342 x2343 x2344 x2345 -x2346 -x2347 x2348 x2349 x2350 -x2351 -x2352 x2353 x2354 x2355 -x2356 x2357 x2358 -x2359 -x2360 x2361 x2362 -x2363 -x2364 x2365 x2366 -x2367 -x2368 x2369 x2370 -x2371 -x2372 -x2373 -x2374 x2375 -x2376 -x2377 x2378 x2379 -x2380 -x2381 -x2382 -x2383 x2384 x2385 x2386 x2387 -x2388 -x2389 -x2390 -x2391 -x2392 -x2393 x2394 x2395 -x2396 -x2397 -x2398 x2399 x2400 -x2401 -x2402 -x2403 -x2404 -x2405 -x2406 -x2407 x2408 -x2409 -x2410 -x2411 -x2412 -x2413 -x2414 x2415 x2416 -x2417 -x2418 x2419 x2420 -x2421 -x2422 -x2423 -x2424 x2425 x2426 -x2427 x2428 x2429 x2430 -x2431 x2432 x2433 -x2434 -x2435 -x2436 x2437 -x2438 -x2439 -x2440 -x2441 -x2442 -x2443 -x2444 -x2445 -x2446 -x2447 -x2448 x2449 x2450 -x2451 -x2452 -x2453 x2454 -x2455 -x2456 -x2457 x2458 -x2459 -x2460 x2461 x2462 x2463 -x2464 x2465 x2466 -x2467 -x2468 -x2469 x2470 -x2471 -x2472 x2473 x2474 x2475 -x2476 -x2477 x2478 x2479 -x2480 -x2481 x2482 x2483 x2484 -x2485 -x2486 -x2487 x2488 -x2489 -x2490 -x2491 x2492 -x2493 -x2494 -x2495 x2496 x2497 -x2498 -x2499 x2500 x2501 x2502 x2503 x2504 x2505 x2506 -x2507 x2508 x2509 -x2510 -x2511 -x2512 x2513 -x2514 -x2515 x2516 x2517 -x2518 -x2519 -x2520 x2521 x2522 -x2523 -x2524 -x2525 x2526 -x2527 -x2528 -x2529 x2530 -x2531 -x2532 -x2533 x2534 x2535 x2536 -x2537 x2538 x2539 x2540 x2541 x2542 x2543 x2544 -x2545 -x2546 -x2547 x2548 -x2549 -x2550 -x2551 x2552 x2553 -x2554 x2555 x2556 -x2557 -x2558 -x2559 -x2560 -x2561 -x2562 -x2563 -x2564 -x2565 -x2566 -x2567 -x2568 -x2569 -x2570 -x2571 -x2572 -x2573 -x2574 -x2575 -x2576 -x2577 -x2578 -x2579 -x2580 -x2581 -x2582 -x2583 -x2584 -x2585 -x2586 -x2587 x2588 x2589 -x2590 -x2591 -x2592 x2593 -x2594 -x2595 -x2596 -x2597 -x2598 -x2599 -x2600 x2601 -x2602 -x2603 -x2604 x2605 -x2606 -x2607 -x2608 x2609 -x2610 -x2611 -x2612 -x2613 x2614 x2615 x2616 -x2617 x2618 -x2619 x2620 x2621 -x2622 -x2623 -x2624 -x2625 -x2626 -x2627 -x2628 -x2629 -x2630 -x2631 x2632 x2633 x2634 -x2635 -x2636 -x2637 x2638 -x2639 -x2640 -x2641 x2642 -x2643 -x2644 -x2645 x2646 -x2647 -x2648 -x2649 -x2650 -x2651 -x2652 -x2653 x2654 -x2655 -x2656 x2657 x2658 x2659 -x2660 -x2661 x2662 x2663 -x2664 -x2665 x2666 x2667 -x2668 -x2669 -x2670 -x2671 -x2672 -x2673 -x2674 -x2675 -x2676 -x2677 x2678 x2679 -x2680 -x2681 x2682 x2683 x2684 -x2685 -x2686 -x2687 -x2688 -x2689 -x2690 -x2691 -x2692 -x2693 -x2694 -x2695 x2696 -x2697 -x2698 -x2699 -x2700 x2701 -x2702 x2703 x2704 -x2705 -x2706 -x2707 -x2708 x2709 -x2710 -x2711 x2712 x2713 x2714 -x2715 x2716 x2717 -x2718 -x2719 -x2720 x2721 -x2722 -x2723 x2724 x2725 -x2726 -x2727 -x2728 x2729 -x2730 -x2731 x2732 x2733 x2734 -x2735 -x2736 -x2737 -x2738 -x2739 -x2740 -x2741 x2742 -x2743 -x2744 -x2745 x2746 -x2747 -x2748 -x2749 -x2750 -x2751 -x2752 x2753 x2754 -x2755 -x2756 x2757 x2758 x2759 -x2760 -x2761 x2762 x2763 -x2764 -x2765 x2766 x2767 x2768 x2769 x2770 x2771 -x2772 -x2773 -x2774 x2775 -x2776 -x2777 -x2778 x2779 -x2780 -x2781 x2782 x2783 x2784 -x2785 -x2786 -x2787 x2788 -x2789 -x2790 -x2791 x2792 -x2793 -x2794 -x2795 -x2796 -x2797 -x2798 -x2799 x2800 -x2801 -x2802 x2803 x2804 -x2805 -x2806 x2807 x2808 x2809 x2810 -x2811 x2812 x2813 -x2814 -x2815 x2816 x2817 x2818 x2819 x2820 x2821 -x2822 -x2823 x2824 x2825 -x2826 -x2827 -x2828 x2829 -x2830 -x2831 x2832 x2833 x2834 -x2835 -x2836 x2837 x2838 -x2839 -x2840 -x2841 -x2842 x2843 -x2844 x2845 x2846 x2847 -x2848 x2849 x2850 -x2851 -x2852 x2853 x2854 x2855 -x2856 x2857 x2858 x2859 x2860 -x2861 x2862 x2863 -x2864 -x2865 -x2866 x2867 x2868 x2869 x2870 x2871 x2872 x2873 x2874 x2875 x2876 x2877 -x2878 -x2879 x2880 x2881 x2882 x2883 x2884 x2885 -x2886 -x2887 -x2888 x2889 x2890 -x2891 x2892 x2893 -x2894 -x2895 x2896 x2897 -x2898 -x2899 -x2900 x2901 x2902 x2903 x2904 x2905 x2906 -x2907 -x2908 x2909 x2910 -x2911 -x2912 -x2913 -x2914 x2915 -x2916 x2917 x2918 -x2919 -x2920 -x2921 -x2922 -x2923 -x2924 -x2925 -x2926 x2927 -x2928 -x2929 x2930 x2931 -x2932 -x2933 -x2934 x2935 x2936 x2937 x2938 x2939 -x2940 -x2941 -x2942 x2943 -x2944 -x2945 x2946 x2947 -x2948 -x2949 -x2950 x2951 x2952 -x2953 -x2954 -x2955 -x2956 -x2957 -x2958 -x2959 -x2960 -x2961 -x2962 -x2963 -x2964 x2965 -x2966 x2967 x2968 -x2969 -x2970 -x2971 x2972 -x2973 -x2974 -x2975 -x2976 x2977 -x2978 -x2979 x2980 x2981 -x2982 -x2983 -x2984 -x2985 -x2986 -x2987 -x2988 x2989 -x2990 -x2991 -x2992 x2993 -x2994 -x2995 -x2996 x2997 -x2998 -x2999 -x3000 x3001 x3002 -x3003 -x3004 x3005 x3006 x3007 -x3008 x3009 x3010 -x3011 -x3012 -x3013 x3014 x3015 -x3016 x3017 x3018 -x3019 -x3020 -x3021 x3022 -x3023 -x3024 -x3025 -x3026 -x3027 -x3028 -x3029 -x3030 -x3031 -x3032 x3033 x3034 -x3035 -x3036 x3037 x3038 -x3039 -x3040 -x3041 -x3042 x3043 -x3044 -x3045 x3046 x3047 -x3048 -x3049 -x3050 x3051 -x3052 -x3053 -x3054 -x3055 -x3056 -x3057 -x3058 -x3059 -x3060 -x3061 -x3062 -x3063 x3064 x3065 x3066 x3067 x3068 -x3069 -x3070 x3071 x3072 -x3073 -x3074 -x3075 x3076 -x3077 -x3078 -x3079 x3080 -x3081 x3082 x3083 -x3084 -x3085 x3086 x3087 -x3088 -x3089 -x3090 -x3091 x3092 -x3093 -x3094 -x3095 x3096 -x3097 -x3098 -x3099 -x3100 -x3101 -x3102 -x3103 x3104 -x3105 -x3106 -x3107 x3108 -x3109 -x3110 -x3111 -x3112 -x3113 -x3114 x3115 x3116 x3117 -x3118 -x3119 x3120 x3121 x3122 -x3123 x3124 x3125 x3126 -x3127 x3128 x3129 -x3130 -x3131 -x3132 -x3133 -x3134 x3135 -x3136 -x3137 -x3138 -x3139 -x3140 -x3141 -x3142 x3143 x3144 x3145 x3146 x3147 -x3148 -x3149 x3150 x3151 x3152 -x3153 -x3154 -x3155 x3156 x3157 -x3158 x3159 x3160 -x3161 -x3162 -x3163 x3164 x3165 x3166 x3167 x3168 x3169 x3170 x3171 -x3172 -x3173 x3174 x3175 -x3176 -x3177 x3178 x3179 -x3180 -x3181 x3182 x3183 x3184 -x3185 x3186 x3187 -x3188 -x3189 x3190 x3191 x3192 -x3193 -x3194 -x3195 -x3196 -x3197 -x3198 x3199 x3200 -x3201 -x3202 -x3203 x3204 -x3205 -x3206 -x3207 -x3208 -x3209 -x3210 -x3211 x3212 -x3213 -x3214 x3215 x3216 -x3217 -x3218 -x3219 x3220 -x3221 -x3222 x3223 x3224 -x3225 -x3226 -x3227 x3228 -x3229 -x3230 -x3231 -x3232 -x3233 -x3234 -x3235 x3236 x3237 -x3238 -x3239 -x3240 -x3241 -x3242 -x3243 -x3244 x3245 -x3246 -x3247 -x3248 -x3249 -x3250 -x3251 -x3252 -x3253 -x3254 -x3255 -x3256 -x3257 x3258 x3259 -x3260 -x3261 x3262 x3263 -x3264 -x3265 -x3266 x3267 -x3268 -x3269 x3270 x3271 -x3272 -x3273 -x3274 x3275 x3276 x3277 x3278 x3279 -x3280 -x3281 -x3282 x3283 x3284 -x3285 -x3286 -x3287 x3288 -x3289 -x3290 -x3291 x3292 -x3293 -x3294 -x3295 x3296 -x3297 -x3298 x3299 x3300 -x3301 -x3302 x3303 x3304 -x3305 -x3306 -x3307 x3308 x3309 x3310 x3311 x3312 x3313 -x3314 -x3315 -x3316 x3317 -x3318 -x3319 -x3320 x3321 -x3322 -x3323 -x3324 x3325 -x3326 -x3327 -x3328 x3329 -x3330 -x3331 -x3332 -x3333 x3334 -x3335 -x3336 -x3337 -x3338 x3339 -x3340 x3341 x3342 x3343 x3344 x3345 x3346 x3347 -x3348 -x3349 -x3350 x3351 -x3352 -x3353 x3354 x3355 x3356 -x3357 -x3358 x3359 x3360 -x3361 -x3362 x3363 x3364 -x3365 -x3366 -x3367 -x3368 -x3369 -x3370 -x3371 -x3372 -x3373 -x3374 -x3375 x3376 -x3377 -x3378 -x3379 x3380 x3381 -x3382 -x3383 x3384 x3385 -x3386 -x3387 x3388 x3389 -x3390 -x3391 x3392 x3393 -x3394 -x3395 x3396 x3397 -x3398 -x3399 -x3400 -x3401 x3402 -x3403 x3404 x3405 x3406 -x3407 -x3408 -x3409 -x3410 -x3411 -x3412 -x3413 -x3414 -x3415 -x3416 -x3417 x3418 x3419 -x3420 x3421 x3422 x3423 x3424 x3425 x3426 -x3427 -x3428 -x3429 -x3430 x3431 -x3432 -x3433 -x3434 -x3435 -x3436 -x3437 -x3438 x3439 -x3440 -x3441 x3442 x3443 x3444 x3445 -x3446 -x3447 -x3448 -x3449 x3450 x3451 -x3452 -x3453 x3454 x3455 -x3456 -x3457 x3458 x3459 -x3460 -x3461 x3462 x3463 -x3464 -x3465 x3466 x3467 -x3468 -x3469 -x3470 x3471 -x3472 -x3473 x3474 x3475 x3476 -x3477 -x3478 x3479 x3480 -x3481 -x3482 -x3483 -x3484 -x3485 -x3486 x3487 x3488 -x3489 -x3490 -x3491 -x3492 -x3493 -x3494 x3495 x3496 -x3497 -x3498 x3499 x3500 x3501 -x3502 -x3503 x3504 x3505 x3506 -x3507 x3508 x3509 -x3510 -x3511 -x3512 -x3513 -x3514 -x3515 -x3516 x3517 -x3518 -x3519 -x3520 x3521 -x3522 -x3523 x3524 x3525 x3526 -x3527 -x3528 x3529 x3530 -x3531 -x3532 x3533 x3534 -x3535 -x3536 x3537 x3538 -x3539 -x3540 x3541 x3542 -x3543 -x3544 x3545 x3546 -x3547 -x3548 x3549 x3550 x3551 x3552 -x3553 x3554 x3555 -x3556 -x3557 -x3558 x3559 -x3560 -x3561 -x3562 x3563 -x3564 -x3565 x3566 x3567 -x3568 -x3569 x3570 x3571 x3572 x3573 x3574 x3575 x3576 -x3577 x3578 x3579 -x3580 -x3581 x3582 x3583 -x3584 -x3585 x3586 x3587 x3588 -x3589 -x3590 x3591 x3592 x3593 -x3594 x3595 x3596 x3597 x3598 x3599 x3600 x3601 -x3602 -x3603 -x3604 x3605 x3606 x3607 x3608 x3609 x3610 x3611 x3612 -x3613 -x3614 x3615 x3616 -x3617 -x3618 -x3619 x3620 -x3621 -x3622 x3623 x3624 -x3625 -x3626 x3627 x3628 -x3629 -x3630 x3631 x3632 x3633 -x3634 -x3635 x3636 x3637 -x3638 -x3639 -x3640 -x3641 x3642 x3643 -x3644 -x3645 x3646 x3647 -x3648 -x3649 -x3650 x3651 x3652 x3653 x3654 x3655 x3656 x3657 x3658 -x3659 -x3660 x3661 x3662 -x3663 -x3664 x3665 x3666 -x3667 -x3668 x3669 x3670 -x3671 -x3672 x3673 x3674 -x3675 -x3676 -x3677 x3678 x3679 -x3680 -x3681 -x3682 x3683 -x3684 -x3685 -x3686 -x3687 -x3688 -x3689 -x3690 -x3691 -x3692 -x3693 x3694 -x3695 -x3696 x3697 x3698 x3699 x3700 x3701 x3702 x3703 -x3704 -x3705 x3706 x3707 -x3708 -x3709 x3710 x3711 -x3712 -x3713 -x3714 x3715 -x3716 -x3717 -x3718 -x3719 -x3720 -x3721 -x3722 x3723 -x3724 -x3725 -x3726 -x3727 x3728 -x3729 x3730 -x3731 x3732 x3733 -x3734 -x3735 -x3736 x3737 -x3738 -x3739 x3740 x3741 -x3742 -x3743 -x3744 x3745 x3746 -x3747 -x3748 -x3749 x3750 -x3751 -x3752 x3753 x3754 -x3755 -x3756 x3757 x3758 -x3759 -x3760 x3761 x3762 -x3763 -x3764 x3765 x3766 x3767 x3768 x3769 x3770 -x3771 -x3772 x3773 x3774 x3775 -x3776 x3777 x3778 x3779 -x3780 -x3781 -x3782 x3783 x3784 x3785 x3786 x3787 -x3788 -x3789 -x3790 x3791 -x3792 -x3793 -x3794 -x3795 -x3796 -x3797 x3798 x3799 x3800 -x3801 -x3802 x3803 x3804 x3805 -x3806 x3807 x3808 x3809 x3810 x3811 x3812 x3813 x3814 -x3815 -x3816 x3817 x3818 x3819 x3820 x3821 x3822 x3823 x3824 -x3825 -x3826 x3827 x3828 -x3829 -x3830 -x3831 x3832 -x3833 -x3834 x3835 x3836 x3837 -x3838 x3839 x3840 -x3841 -x3842 x3843 x3844 x3845 -x3846 -x3847 -x3848 -x3849 -x3850 -x3851 -x3852 -x3853 -x3854 -x3855 -x3856 x3857 -x3858 -x3859 -x3860 x3861 -x3862 -x3863 x3864 x3865 -x3866 -x3867 -x3868 -x3869 x3870 -x3871 -x3872 -x3873 x3874 x3875 -x3876 x3877 x3878 x3879 -x3880 x3881 x3882 -x3883 x3884 x3885 -x3886 -x3887 x3888 x3889 -x3890 -x3891 x3892 x3893 x3894 -x3895 -x3896 x3897 x3898 -x3899 -x3900 x3901 x3902 -x3903 -x3904 -x3905 -x3906 -x3907 -x3908 x3909 x3910 -x3911 -x3912 x3913 x3914 -x3915 -x3916 x3917 x3918 x3919 -x3920 -x3921 x3922 x3923 -x3924 -x3925 -x3926 x3927 -x3928 -x3929 x3930 x3931 -x3932 -x3933 -x3934 x3935 -x3936 -x3937 -x3938 -x3939 x3940 -x3941 -x3942 -x3943 x3944 x3945 -x3946 -x3947 x3948 x3949 x3950 -x3951 x3952 x3953 x3954 -x3955 x3956 x3957 x3958 x3959 x3960 x3961 x3962 -x3963 -x3964 x3965 x3966 -x3967 -x3968 x3969 x3970 x3971 -x3972 x3973 x3974 x3975 -x3976 -x3977 -x3978 x3979 x3980 -x3981 -x3982 -x3983 -x3984 -x3985 -x3986 x3987 x3988 -x3989 -x3990 -x3991 x3992 -x3993 -x3994 x3995 x3996 -x3997 -x3998 x3999 x4000 -x4001 -x4002 -x4003 x4004 x4005 -x4006 -x4007 x4008 x4009 -x4010 -x4011 x4012 x4013 -x4014 -x4015 x4016 x4017 -x4018 -x4019 x4020 x4021 -x4022 -x4023 x4024 x4025 -x4026 -x4027 x4028 x4029 x4030 x4031 x4032 x4033 -x4034 -x4035 x4036 x4037 -x4038 -x4039 x4040 x4041 -x4042 -x4043 x4044 x4045 x4046 -x4047 x4048 x4049 x4050 x4051 -x4052 x4053 x4054 x4055 -x4056 x4057 x4058 -x4059 -x4060 x4061 x4062 -x4063 -x4064 x4065 x4066 -x4067 -x4068 -x4069 x4070 -x4071 -x4072 x4073 x4074 x4075 -x4076 -x4077 x4078 x4079 -x4080 -x4081 -x4082 x4083 -x4084 -x4085 x4086 x4087 -x4088 -x4089 x4090 x4091 -x4092 -x4093 -x4094 -x4095 -x4096 -x4097 x4098 x4099 x4100 -x4101 -x4102 x4103 x4104 x4105 -x4106 x4107 x4108 -x4109 -x4110 x4111 x4112 -x4113 -x4114 x4115 x4116 -x4117 -x4118 x4119 x4120 -x4121 -x4122 -x4123 x4124 x4125 -x4126 -x4127 x4128 x4129 -x4130 -x4131 x4132 x4133 -x4134 -x4135 x4136 x4137 -x4138 -x4139 x4140 x4141 -x4142 -x4143 -x4144 x4145 -x4146 -x4147 x4148 x4149 x4150 -x4151 -x4152 -x4153 x4154 -x4155 -x4156 -x4157 -x4158 x4159 x4160 x4161 x4162 -x4163 -x4164 -x4165 -x4166 -x4167 -x4168 -x4169 -x4170 -x4171 -x4172 x4173 x4174 x4175 -x4176 -x4177 -x4178 x4179 -x4180 -x4181 -x4182 x4183 -x4184 -x4185 -x4186 -x4187 -x4188 -x4189 -x4190 -x4191 x4192 x4193 x4194 x4195 -x4196 -x4197 -x4198 x4199 x4200 -x4201 -x4202 -x4203 x4204 -x4205 -x4206 -x4207 x4208 -x4209 -x4210 -x4211 x4212 -x4213 -x4214 -x4215 -x4216 -x4217 -x4218 -x4219 x4220 -x4221 -x4222 x4223 x4224 x4225 x4226 x4227 x4228 x4229 x4230 -x4231 -x4232 -x4233 -x4234 -x4235 -x4236 -x4237 -x4238 -x4239 -x4240 x4241 x4242 -x4243 -x4244 -x4245 x4246 x4247 -x4248 -x4249 x4250 x4251 -x4252 -x4253 -x4254 -x4255 -x4256 -x4257 -x4258 -x4259 -x4260 -x4261 x4262 x4263 -x4264 -x4265 x4266 x4267 -x4268 -x4269 -x4270 -x4271 -x4272 -x4273 -x4274 -x4275 x4276 x4277 x4278 x4279 -x4280 -x4281 x4282 x4283 x4284 -x4285 -x4286 -x4287 x4288 -x4289 -x4290 -x4291 -x4292 -x4293 -x4294 -x4295 x4296 -x4297 -x4298 -x4299 -x4300 -x4301 -x4302 x4303 x4304 -x4305 -x4306 -x4307 x4308 x4309 -x4310 -x4311 -x4312 x4313 -x4314 -x4315 -x4316 x4317 -x4318 -x4319 x4320 x4321 -x4322 -x4323 -x4324 -x4325 -x4326 -x4327 -x4328 x4329 -x4330 -x4331 -x4332 -x4333 x4334 x4335 x4336 x4337 x4338 x4339 x4340 x4341 x4342 x4343 x4344 x4345 -x4346 -x4347 -x4348 x4349 -x4350 -x4351 -x4352 -x4353 -x4354 -x4355 -x4356 x4357 x4358 -x4359 -x4360 x4361 x4362 -x4363 -x4364 x4365 x4366 -x4367 -x4368 -x4369 x4370 -x4371 -x4372 x4373 x4374 -x4375 -x4376 -x4377 x4378 x4379 -x4380 x4381 x4382 x4383 -x4384 -x4385 -x4386 x4387 -x4388 -x4389 x4390 x4391 -x4392 -x4393 -x4394 x4395 -x4396 -x4397 x4398 x4399 -x4400 -x4401 x4402 x4403 -x4404 -x4405 -x4406 x4407 x4408 -x4409 -x4410 x4411 x4412 -x4413 -x4414 -x4415 x4416 x4417 x4418 x4419 x4420 -x4421 -x4422 -x4423 -x4424 x4425 -x4426 -x4427 -x4428 -x4429 -x4430 -x4431 -x4432 x4433 x4434 -x4435 x4436 x4437 -x4438 -x4439 -x4440 -x4441 -x4442 -x4443 -x4444 -x4445 -x4446 -x4447 x4448 x4449 x4450 -x4451 -x4452 -x4453 x4454 -x4455 -x4456 -x4457 -x4458 -x4459 -x4460 -x4461 -x4462 -x4463 -x4464 x4465 x4466 -x4467 -x4468 x4469 x4470 -x4471 -x4472 x4473 x4474 x4475 -x4476 -x4477 -x4478 x4479 -x4480 -x4481 -x4482 x4483 -x4484 -x4485 x4486 x4487 -x4488 -x4489 x4490 x4491 -x4492 -x4493 x4494 x4495 -x4496 -x4497 -x4498 -x4499 x4500 -x4501 -x4502 -x4503 -x4504 -x4505 -x4506 -x4507 -x4508 -x4509 -x4510 x4511 x4512 -x4513 -x4514 x4515 x4516 -x4517 -x4518 x4519 x4520 -x4521 -x4522 x4523 x4524 x4525 -x4526 -x4527 x4528 x4529 x4530 x4531 x4532 x4533 x4534 -x4535 x4536 x4537 -x4538 -x4539 x4540 x4541 -x4542 -x4543 x4544 x4545 -x4546 -x4547 x4548 x4549 x4550 -x4551 -x4552 x4553 x4554 -x4555 -x4556 x4557 x4558 -x4559 -x4560 -x4561 -x4562 -x4563 -x4564 -x4565 x4566 x4567 x4568 x4569 -x4570 -x4571 x4572 x4573 x4574 -x4575 -x4576 x4577 x4578 -x4579 -x4580 -x4581 -x4582 -x4583 -x4584 -x4585 -x4586 -x4587 -x4588 x4589 -x4590 -x4591 x4592 x4593 x4594 -x4595 x4596 x4597 -x4598 -x4599 x4600 x4601 x4602 -x4603 x4604 x4605 x4606 x4607 -x4608 x4609 -x4610 -x4611 -x4612 x4613 -x4614 -x4615 -x4616 -x4617 -x4618 -x4619 -x4620 -x4621 x4622 x4623 x4624
3600.04/3609.50	c Program interrupted by user.

Verifier Data

OK	42

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4484312-1751284482/watcher-4484312-1751284482 -o /tmp/evaluation-result-4484312-1751284482/solver-4484312-1751284482 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751280593-37994 --watchdog 3760 run-opt-break.sh HOME/instance-4484312-1751284482.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=38682, runsolver pid=38679

[startup+0.100066 s]*
/proc/loadavg: 4.10 4.09 4.09 5/267 38685
/proc/meminfo: memFree=127287796/131249996 swapFree=33010684/33010684
[pid=38682] ppid=38679 vsize=4192 memory=2944 CPUtime=0.01 cores=0,2
/proc/38682/stat : 38682 (run-opt-break.s) S 38679 38682 37984 0 -1 4194304 238 3018 0 0 0 0 1 0 20 0 1 0 44126814 4292608 736 18446744073709551615 94119544516608 94119545411141 140726247952272 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94119545650192 94119545697936 94119553318912 140726247958881 140726247959010 140726247959010 140726247964612 0
/proc/38682/statm: 1048 736 672 219 0 110 0
[pid=38685] ppid=38682 vsize=68192 memory=23228 CPUtime=0.06 cores=0,2
/proc/38685/stat : 38685 (roundingsat) R 38682 38682 37984 0 -1 4194304 3830 0 0 0 5 1 0 0 20 0 1 0 44126817 69828608 5807 18446744073709551615 4227072 8923433 140721042264080 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 43278336 140721042270564 140721042270760 140721042270760 140721042276330 0
/proc/38685/statm: 17048 5807 2304 1147 0 4475 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 72384 KiB
Current children cumulated memory: 26172 KiB

[startup+0.205819 s]*
/proc/loadavg: 4.09 4.09 4.09 5/267 38685
/proc/meminfo: memFree=127287796/131249996 swapFree=33010684/33010684
[pid=38682] ppid=38679 vsize=4192 memory=2944 CPUtime=0.01 cores=0,2
/proc/38682/stat : 38682 (run-opt-break.s) S 38679 38682 37984 0 -1 4194304 238 3018 0 0 0 0 1 0 20 0 1 0 44126814 4292608 736 18446744073709551615 94119544516608 94119545411141 140726247952272 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94119545650192 94119545697936 94119553318912 140726247958881 140726247959010 140726247959010 140726247964612 0
/proc/38682/statm: 1048 736 672 219 0 110 0
[pid=38685] ppid=38682 vsize=68960 memory=24252 CPUtime=0.17 cores=0,2
/proc/38685/stat : 38685 (roundingsat) R 38682 38682 37984 0 -1 4194304 4093 0 0 0 16 1 0 0 20 0 1 0 44126817 70615040 6063 18446744073709551615 4227072 8923433 140721042264080 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 43278336 140721042270564 140721042270760 140721042270760 140721042276330 0
/proc/38685/statm: 17240 6063 2304 1147 0 4667 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 73152 KiB
Current children cumulated memory: 27196 KiB

[startup+0.305675 s]*
/proc/loadavg: 4.09 4.09 4.09 5/267 38685
/proc/meminfo: memFree=127287796/131249996 swapFree=33010684/33010684
[pid=38682] ppid=38679 vsize=4192 memory=2944 CPUtime=0.01 cores=0,2
/proc/38682/stat : 38682 (run-opt-break.s) S 38679 38682 37984 0 -1 4194304 238 3018 0 0 0 0 1 0 20 0 1 0 44126814 4292608 736 18446744073709551615 94119544516608 94119545411141 140726247952272 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94119545650192 94119545697936 94119553318912 140726247958881 140726247959010 140726247959010 140726247964612 0
/proc/38682/statm: 1048 736 672 219 0 110 0
[pid=38685] ppid=38682 vsize=69460 memory=24636 CPUtime=0.27 cores=0,2
/proc/38685/stat : 38685 (roundingsat) R 38682 38682 37984 0 -1 4194304 4230 0 0 0 25 2 0 0 20 0 1 0 44126817 71127040 6159 18446744073709551615 4227072 8923433 140721042264080 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 43278336 140721042270564 140721042270760 140721042270760 140721042276330 0
/proc/38685/statm: 17365 6159 2336 1147 0 4792 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 73652 KiB
Current children cumulated memory: 27580 KiB

[startup+0.700168 s]
/proc/loadavg: 4.09 4.09 4.09 5/267 38685
/proc/meminfo: memFree=127284016/131249996 swapFree=33010684/33010684
[pid=38682] ppid=38679 vsize=4192 memory=2944 CPUtime=0.01 cores=0,2
/proc/38682/stat : 38682 (run-opt-break.s) S 38679 38682 37984 0 -1 4194304 238 3018 0 0 0 0 1 0 20 0 1 0 44126814 4292608 736 18446744073709551615 94119544516608 94119545411141 140726247952272 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94119545650192 94119545697936 94119553318912 140726247958881 140726247959010 140726247959010 140726247964612 0
/proc/38682/statm: 1048 736 672 219 0 110 0
[pid=38685] ppid=38682 vsize=81268 memory=34436 CPUtime=0.65 cores=0,2
/proc/38685/stat : 38685 (roundingsat) R 38682 38682 37984 0 -1 4194304 5627 0 0 0 52 13 0 0 20 0 1 0 44126817 83218432 8609 18446744073709551615 4227072 8923433 140721042264080 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 43278336 140721042270564 140721042270760 140721042270760 140721042276330 0
/proc/38685/statm: 20317 8609 2368 1147 0 7744 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 85460 KiB
Current children cumulated memory: 37380 KiB

[startup+1.50021 s]
/proc/loadavg: 4.09 4.09 4.09 5/267 38685
/proc/meminfo: memFree=127254404/131249996 swapFree=33010684/33010684
[pid=38682] ppid=38679 vsize=4192 memory=2944 CPUtime=0.01 cores=0,2
/proc/38682/stat : 38682 (run-opt-break.s) S 38679 38682 37984 0 -1 4194304 238 3018 0 0 0 0 1 0 20 0 1 0 44126814 4292608 736 18446744073709551615 94119544516608 94119545411141 140726247952272 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94119545650192 94119545697936 94119553318912 140726247958881 140726247959010 140726247959010 140726247964612 0
/proc/38682/statm: 1048 736 672 219 0 110 0
[pid=38685] ppid=38682 vsize=138976 memory=94392 CPUtime=1.45 cores=0,2
/proc/38685/stat : 38685 (roundingsat) R 38682 38682 37984 0 -1 4194304 16548 0 0 0 117 28 0 0 20 0 1 0 44126817 142311424 23598 18446744073709551615 4227072 8923433 140721042264080 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 43278336 140721042270564 140721042270760 140721042270760 140721042276330 0
/proc/38685/statm: 34744 23598 2368 1147 0 22171 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 143168 KiB
Current children cumulated memory: 97336 KiB

[startup+3.10553 s]
/proc/loadavg: 4.09 4.09 4.09 5/267 38685
/proc/meminfo: memFree=127193796/131249996 swapFree=33010684/33010684
[pid=38682] ppid=38679 vsize=4192 memory=2944 CPUtime=0.01 cores=0,2
/proc/38682/stat : 38682 (run-opt-break.s) S 38679 38682 37984 0 -1 4194304 238 3018 0 0 0 0 1 0 20 0 1 0 44126814 4292608 736 18446744073709551615 94119544516608 94119545411141 140726247952272 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94119545650192 94119545697936 94119553318912 140726247958881 140726247959010 140726247959010 140726247964612 0
/proc/38682/statm: 1048 736 672 219 0 110 0
[pid=38685] ppid=38682 vsize=164280 memory=116664 CPUtime=3.05 cores=0,2
/proc/38685/stat : 38685 (roundingsat) R 38682 38682 37984 0 -1 4194304 22124 0 0 0 268 37 0 0 20 0 1 0 44126817 168222720 29166 18446744073709551615 4227072 8923433 140721042264080 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 43278336 140721042270564 140721042270760 140721042270760 140721042276330 0
/proc/38685/statm: 41070 29166 2368 1147 0 28497 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 168472 KiB
Current children cumulated memory: 119608 KiB

[startup+6.30017 s]
/proc/loadavg: 4.08 4.09 4.09 5/267 38685
/proc/meminfo: memFree=127173588/131249996 swapFree=33010684/33010684
[pid=38682] ppid=38679 vsize=4192 memory=2944 CPUtime=0.01 cores=0,2
/proc/38682/stat : 38682 (run-opt-break.s) S 38679 38682 37984 0 -1 4194304 238 3018 0 0 0 0 1 0 20 0 1 0 44126814 4292608 736 18446744073709551615 94119544516608 94119545411141 140726247952272 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94119545650192 94119545697936 94119553318912 140726247958881 140726247959010 140726247959010 140726247964612 0
/proc/38682/statm: 1048 736 672 219 0 110 0
[pid=38685] ppid=38682 vsize=202328 memory=146688 CPUtime=6.24 cores=0,2
/proc/38685/stat : 38685 (roundingsat) R 38682 38682 37984 0 -1 4194304 27056 0 0 0 561 63 0 0 20 0 1 0 44126817 207183872 36672 18446744073709551615 4227072 8923433 140721042264080 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 43278336 140721042270564 140721042270760 140721042270760 140721042276330 0
/proc/38685/statm: 50582 36672 2368 1147 0 38009 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 206520 KiB
Current children cumulated memory: 149632 KiB

[startup+12.7002 s]
/proc/loadavg: 4.07 4.08 4.09 5/267 38685
/proc/meminfo: memFree=127161300/131249996 swapFree=33010684/33010684
[pid=38682] ppid=38679 vsize=4192 memory=2944 CPUtime=0.01 cores=0,2
/proc/38682/stat : 38682 (run-opt-break.s) S 38679 38682 37984 0 -1 4194304 238 3018 0 0 0 0 1 0 20 0 1 0 44126814 4292608 736 18446744073709551615 94119544516608 94119545411141 140726247952272 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94119545650192 94119545697936 94119553318912 140726247958881 140726247959010 140726247959010 140726247964612 0
/proc/38682/statm: 1048 736 672 219 0 110 0
[pid=38685] ppid=38682 vsize=204968 memory=153372 CPUtime=12.62 cores=0,2
/proc/38685/stat : 38685 (roundingsat) R 38682 38682 37984 0 -1 4194304 27734 0 0 0 1162 100 0 0 20 0 1 0 44126817 209887232 38343 18446744073709551615 4227072 8923433 140721042264080 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 43278336 140721042270564 140721042270760 140721042270760 140721042276330 0
/proc/38685/statm: 51242 38343 2368 1147 0 38669 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 209160 KiB
Current children cumulated memory: 156316 KiB

[startup+25.5002 s]
/proc/loadavg: 4.14 4.10 4.09 5/267 38686
/proc/meminfo: memFree=126910672/131249996 swapFree=33010684/33010684
[pid=38682] ppid=38679 vsize=4192 memory=2944 CPUtime=0.01 cores=0,2
/proc/38682/stat : 38682 (run-opt-break.s) S 38679 38682 37984 0 -1 4194304 238 3018 0 0 0 0 1 0 20 0 1 0 44126814 4292608 736 18446744073709551615 94119544516608 94119545411141 140726247952272 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94119545650192 94119545697936 94119553318912 140726247958881 140726247959010 140726247959010 140726247964612 0
/proc/38682/statm: 1048 736 672 219 0 110 0
[pid=38685] ppid=38682 vsize=488864 memory=385632 CPUtime=25.39 cores=0,2
/proc/38685/stat : 38685 (roundingsat) R 38682 38682 37984 0 -1 4194304 73518 0 0 0 2405 134 0 0 20 0 1 0 44126817 500596736 96408 18446744073709551615 4227072 8923433 140721042264080 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 43278336 140721042270564 140721042270760 140721042270760 140721042276330 0
/proc/38685/statm: 122216 96408 2368 1147 0 109643 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 493056 KiB
Current children cumulated memory: 388576 KiB

[startup+51.1056 s]
/proc/loadavg: 4.09 4.09 4.09 5/267 38686
/proc/meminfo: memFree=126789336/131249996 swapFree=33010684/33010684
[pid=38682] ppid=38679 vsize=4192 memory=2944 CPUtime=0.01 cores=0,2
/proc/38682/stat : 38682 (run-opt-break.s) S 38679 38682 37984 0 -1 4194304 238 3018 0 0 0 0 1 0 20 0 1 0 44126814 4292608 736 18446744073709551615 94119544516608 94119545411141 140726247952272 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94119545650192 94119545697936 94119553318912 140726247958881 140726247959010 140726247959010 140726247964612 0
/proc/38682/statm: 1048 736 672 219 0 110 0
[pid=38685] ppid=38682 vsize=489884 memory=386784 CPUtime=50.94 cores=0,2
/proc/38685/stat : 38685 (roundingsat) R 38682 38682 37984 0 -1 4194304 73809 0 0 0 4887 207 0 0 20 0 1 0 44126817 501641216 96696 18446744073709551615 4227072 8923433 140721042264080 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 43278336 140721042270564 140721042270760 140721042270760 140721042276330 0
/proc/38685/statm: 122471 96696 2368 1147 0 109898 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 494076 KiB
Current children cumulated memory: 389728 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/267 38688
/proc/meminfo: memFree=126485596/131249996 swapFree=33010684/33010684
[pid=38682] ppid=38679 vsize=4192 memory=2944 CPUtime=0.01 cores=0,2
/proc/38682/stat : 38682 (run-opt-break.s) S 38679 38682 37984 0 -1 4194304 238 3018 0 0 0 0 1 0 20 0 1 0 44126814 4292608 736 18446744073709551615 94119544516608 94119545411141 140726247952272 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94119545650192 94119545697936 94119553318912 140726247958881 140726247959010 140726247959010 140726247964612 0
/proc/38682/statm: 1048 736 672 219 0 110 0
[pid=38685] ppid=38682 vsize=639504 memory=527380 CPUtime=102 cores=0,2
/proc/38685/stat : 38685 (roundingsat) R 38682 38682 37984 0 -1 4194304 101328 0 0 0 9884 316 0 0 20 0 1 0 44126817 654852096 131845 18446744073709551615 4227072 8923433 140721042264080 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 43278336 140721042270564 140721042270760 140721042270760 140721042276330 0
/proc/38685/statm: 159876 131845 2368 1147 0 147303 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 643696 KiB
Current children cumulated memory: 530324 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.08 4.09 5/267 38738
/proc/meminfo: memFree=127171416/131249996 swapFree=33010684/33010684
[pid=38682] ppid=38679 vsize=4192 memory=2944 CPUtime=0.01 cores=0,2
/proc/38682/stat : 38682 (run-opt-break.s) S 38679 38682 37984 0 -1 4194304 238 3018 0 0 0 0 1 0 20 0 1 0 44126814 4292608 736 18446744073709551615 94119544516608 94119545411141 140726247952272 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94119545650192 94119545697936 94119553318912 140726247958881 140726247959010 140726247959010 140726247964612 0
/proc/38682/statm: 1048 736 672 219 0 110 0
[pid=38685] ppid=38682 vsize=871900 memory=697944 CPUtime=161.85 cores=0,2
/proc/38685/stat : 38685 (roundingsat) R 38682 38682 37984 0 -1 4194304 134286 0 0 0 15778 407 0 0 20 0 1 0 44126817 892825600 174486 18446744073709551615 4227072 8923433 140721042264080 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 43278336 140721042270564 140721042270760 140721042270760 140721042276330 0
/proc/38685/statm: 217975 174486 2368 1147 0 205402 0
Current children cumulated CPU time: 161.86 s
Current children cumulated vsize: 876092 KiB
Current children cumulated memory: 700888 KiB

[startup+222.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/268 38741
/proc/meminfo: memFree=126655660/131249996 swapFree=33010684/33010684
[pid=38682] ppid=38679 vsize=4192 memory=2944 CPUtime=0.01 cores=0,2
/proc/38682/stat : 38682 (run-opt-break.s) S 38679 38682 37984 0 -1 4194304 238 3018 0 0 0 0 1 0 20 0 1 0 44126814 4292608 736 18446744073709551615 94119544516608 94119545411141 140726247952272 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94119545650192 94119545697936 94119553318912 140726247958881 140726247959010 140726247959010 140726247964612 0
/proc/38682/statm: 1048 736 672 219 0 110 0
[pid=38685] ppid=38682 vsize=1164508 memory=958800 CPUtime=221.7 cores=0,2
/proc/38685/stat : 38685 (roundingsat) R 38682 38682 37984 0 -1 4194304 199592 0 0 0 21674 496 0 0 20 0 1 0 44126817 1192456192 239700 18446744073709551615 4227072 8923433 140721042264080 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 43278336 140721042270564 140721042270760 140721042270760 140721042276330 0
/proc/38685/statm: 291127 239700 2368 1147 0 278554 0
Current children cumulated CPU time: 221.71 s

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

/proc/38685/statm: 1492525 1205399 2464 1147 0 1479952 0
Current children cumulated CPU time: 3094.17 s
Current children cumulated vsize: 5974292 KiB
Current children cumulated memory: 4824540 KiB

[startup+3162.3 s]
/proc/loadavg: 4.23 4.12 4.10 5/267 38947
/proc/meminfo: memFree=117261300/131249996 swapFree=33010684/33010684
[pid=38682] ppid=38679 vsize=4192 memory=2944 CPUtime=0.01 cores=0,2
/proc/38682/stat : 38682 (run-opt-break.s) S 38679 38682 37984 0 -1 4194304 238 3018 0 0 0 0 1 0 20 0 1 0 44126814 4292608 736 18446744073709551615 94119544516608 94119545411141 140726247952272 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94119545650192 94119545697936 94119553318912 140726247958881 140726247959010 140726247959010 140726247964612 0
/proc/38682/statm: 1048 736 672 219 0 110 0
[pid=38685] ppid=38682 vsize=5972724 memory=4832860 CPUtime=3154.02 cores=0,2
/proc/38685/stat : 38685 (roundingsat) R 38682 38682 37984 0 -1 4194304 936016 0 0 0 312439 2963 0 0 20 0 1 0 44126817 6116069376 1208215 18446744073709551615 4227072 8923433 140721042264080 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 43278336 140721042270564 140721042270760 140721042270760 140721042276330 0
/proc/38685/statm: 1493181 1208215 2464 1147 0 1480608 0
Current children cumulated CPU time: 3154.03 s
Current children cumulated vsize: 5976916 KiB
Current children cumulated memory: 4835804 KiB

[startup+3222.3 s]
/proc/loadavg: 4.25 4.15 4.11 5/267 38949
/proc/meminfo: memFree=117224472/131249996 swapFree=33010684/33010684
[pid=38682] ppid=38679 vsize=4192 memory=2944 CPUtime=0.01 cores=0,2
/proc/38682/stat : 38682 (run-opt-break.s) S 38679 38682 37984 0 -1 4194304 238 3018 0 0 0 0 1 0 20 0 1 0 44126814 4292608 736 18446744073709551615 94119544516608 94119545411141 140726247952272 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94119545650192 94119545697936 94119553318912 140726247958881 140726247959010 140726247959010 140726247964612 0
/proc/38682/statm: 1048 736 672 219 0 110 0
[pid=38685] ppid=38682 vsize=5972724 memory=4842332 CPUtime=3213.84 cores=0,2
/proc/38685/stat : 38685 (roundingsat) R 38682 38682 37984 0 -1 4194304 937313 0 0 0 318374 3010 0 0 20 0 1 0 44126817 6116069376 1210583 18446744073709551615 4227072 8923433 140721042264080 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 43278336 140721042270564 140721042270760 140721042270760 140721042276330 0
/proc/38685/statm: 1493181 1210583 2464 1147 0 1480608 0
Current children cumulated CPU time: 3213.85 s
Current children cumulated vsize: 5976916 KiB
Current children cumulated memory: 4845276 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.14 4.10 5/268 38958
/proc/meminfo: memFree=117197712/131249996 swapFree=33010684/33010684
[pid=38682] ppid=38679 vsize=4192 memory=2944 CPUtime=0.01 cores=0,2
/proc/38682/stat : 38682 (run-opt-break.s) S 38679 38682 37984 0 -1 4194304 238 3018 0 0 0 0 1 0 20 0 1 0 44126814 4292608 736 18446744073709551615 94119544516608 94119545411141 140726247952272 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94119545650192 94119545697936 94119553318912 140726247958881 140726247959010 140726247959010 140726247964612 0
/proc/38682/statm: 1048 736 672 219 0 110 0
[pid=38685] ppid=38682 vsize=5974292 memory=4858844 CPUtime=3273.69 cores=0,2
/proc/38685/stat : 38685 (roundingsat) R 38682 38682 37984 0 -1 4194304 937863 0 0 0 324317 3052 0 0 20 0 1 0 44126817 6117675008 1214711 18446744073709551615 4227072 8923433 140721042264080 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 43278336 140721042270564 140721042270760 140721042270760 140721042276330 0
/proc/38685/statm: 1493573 1214711 2464 1147 0 1481000 0
Current children cumulated CPU time: 3273.7 s
Current children cumulated vsize: 5978484 KiB
Current children cumulated memory: 4861788 KiB

[startup+3342.3 s]
/proc/loadavg: 4.20 4.16 4.11 5/268 39006
/proc/meminfo: memFree=118779596/131249996 swapFree=33010684/33010684
[pid=38682] ppid=38679 vsize=4192 memory=2944 CPUtime=0.01 cores=0,2
/proc/38682/stat : 38682 (run-opt-break.s) S 38679 38682 37984 0 -1 4194304 238 3018 0 0 0 0 1 0 20 0 1 0 44126814 4292608 736 18446744073709551615 94119544516608 94119545411141 140726247952272 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94119545650192 94119545697936 94119553318912 140726247958881 140726247959010 140726247959010 140726247964612 0
/proc/38682/statm: 1048 736 672 219 0 110 0
[pid=38685] ppid=38682 vsize=5974508 memory=4864604 CPUtime=3333.53 cores=0,2
/proc/38685/stat : 38685 (roundingsat) R 38682 38682 37984 0 -1 4194304 939233 0 0 0 330234 3119 0 0 20 0 1 0 44126817 6117896192 1216151 18446744073709551615 4227072 8923433 140721042264080 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 43278336 140721042270564 140721042270760 140721042270760 140721042276330 0
/proc/38685/statm: 1493627 1216151 2464 1147 0 1481054 0
Current children cumulated CPU time: 3333.54 s
Current children cumulated vsize: 5978700 KiB
Current children cumulated memory: 4867548 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.12 4.10 5/268 39009
/proc/meminfo: memFree=118109156/131249996 swapFree=33010684/33010684
[pid=38682] ppid=38679 vsize=4192 memory=2944 CPUtime=0.01 cores=0,2
/proc/38682/stat : 38682 (run-opt-break.s) S 38679 38682 37984 0 -1 4194304 238 3018 0 0 0 0 1 0 20 0 1 0 44126814 4292608 736 18446744073709551615 94119544516608 94119545411141 140726247952272 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94119545650192 94119545697936 94119553318912 140726247958881 140726247959010 140726247959010 140726247964612 0
/proc/38682/statm: 1048 736 672 219 0 110 0
[pid=38685] ppid=38682 vsize=5974508 memory=4886620 CPUtime=3393.37 cores=0,2
/proc/38685/stat : 38685 (roundingsat) R 38682 38682 37984 0 -1 4194304 939503 0 0 0 336192 3145 0 0 20 0 1 0 44126817 6117896192 1221655 18446744073709551615 4227072 8923433 140721042264080 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 43278336 140721042270564 140721042270760 140721042270760 140721042276330 0
/proc/38685/statm: 1493627 1221655 2464 1147 0 1481054 0
Current children cumulated CPU time: 3393.38 s
Current children cumulated vsize: 5978700 KiB
Current children cumulated memory: 4889564 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.13 4.10 5/268 39011
/proc/meminfo: memFree=117724604/131249996 swapFree=33010684/33010684
[pid=38682] ppid=38679 vsize=4192 memory=2944 CPUtime=0.01 cores=0,2
/proc/38682/stat : 38682 (run-opt-break.s) S 38679 38682 37984 0 -1 4194304 238 3018 0 0 0 0 1 0 20 0 1 0 44126814 4292608 736 18446744073709551615 94119544516608 94119545411141 140726247952272 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94119545650192 94119545697936 94119553318912 140726247958881 140726247959010 140726247959010 140726247964612 0
/proc/38682/statm: 1048 736 672 219 0 110 0
[pid=38685] ppid=38682 vsize=6098728 memory=5050868 CPUtime=3453.21 cores=0,2
/proc/38685/stat : 38685 (roundingsat) R 38682 38682 37984 0 -1 4194304 959089 0 0 0 342145 3176 0 0 20 0 1 0 44126817 6245097472 1262717 18446744073709551615 4227072 8923433 140721042264080 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 43278336 140721042270564 140721042270760 140721042270760 140721042276330 0
/proc/38685/statm: 1524682 1262717 2464 1147 0 1512109 0
Current children cumulated CPU time: 3453.22 s
Current children cumulated vsize: 6102920 KiB
Current children cumulated memory: 5053812 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/268 39013
/proc/meminfo: memFree=117194032/131249996 swapFree=33010684/33010684
[pid=38682] ppid=38679 vsize=4192 memory=2944 CPUtime=0.01 cores=0,2
/proc/38682/stat : 38682 (run-opt-break.s) S 38679 38682 37984 0 -1 4194304 238 3018 0 0 0 0 1 0 20 0 1 0 44126814 4292608 736 18446744073709551615 94119544516608 94119545411141 140726247952272 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94119545650192 94119545697936 94119553318912 140726247958881 140726247959010 140726247959010 140726247964612 0
/proc/38682/statm: 1048 736 672 219 0 110 0
[pid=38685] ppid=38682 vsize=6099208 memory=5089984 CPUtime=3513.05 cores=0,2
/proc/38685/stat : 38685 (roundingsat) R 38682 38682 37984 0 -1 4194304 959818 0 0 0 348106 3199 0 0 20 0 1 0 44126817 6245588992 1272496 18446744073709551615 4227072 8923433 140721042264080 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 43278336 140721042270564 140721042270760 140721042270760 140721042276330 0
/proc/38685/statm: 1524802 1272496 2464 1147 0 1512229 0
Current children cumulated CPU time: 3513.06 s
Current children cumulated vsize: 6103400 KiB
Current children cumulated memory: 5092928 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/268 39014
/proc/meminfo: memFree=116996108/131249996 swapFree=33010684/33010684
[pid=38682] ppid=38679 vsize=4192 memory=2944 CPUtime=0.01 cores=0,2
/proc/38682/stat : 38682 (run-opt-break.s) S 38679 38682 37984 0 -1 4194304 238 3018 0 0 0 0 1 0 20 0 1 0 44126814 4292608 736 18446744073709551615 94119544516608 94119545411141 140726247952272 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94119545650192 94119545697936 94119553318912 140726247958881 140726247959010 140726247959010 140726247964612 0
/proc/38682/statm: 1048 736 672 219 0 110 0
[pid=38685] ppid=38682 vsize=6099208 memory=5121984 CPUtime=3572.91 cores=0,2
/proc/38685/stat : 38685 (roundingsat) R 38682 38682 37984 0 -1 4194304 961297 0 0 0 354032 3259 0 0 20 0 1 0 44126817 6245588992 1280496 18446744073709551615 4227072 8923433 140721042264080 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 43278336 140721042270564 140721042270760 140721042270760 140721042276330 0
/proc/38685/statm: 1524802 1280496 2464 1147 0 1512229 0
Current children cumulated CPU time: 3572.92 s
Current children cumulated vsize: 6103400 KiB
Current children cumulated memory: 5124928 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.5 s]
/proc/loadavg: 4.06 4.10 4.09 5/267 39015
/proc/meminfo: memFree=116872536/131249996 swapFree=33010684/33010684
[pid=38682] ppid=38679 vsize=4192 memory=2944 CPUtime=0.01 cores=0,2
/proc/38682/stat : 38682 (run-opt-break.s) S 38679 38682 37984 0 -1 4194304 238 3018 0 0 0 0 1 0 20 0 1 0 44126814 4292608 736 18446744073709551615 94119544516608 94119545411141 140726247952272 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94119545650192 94119545697936 94119553318912 140726247958881 140726247959010 140726247959010 140726247964612 0
/proc/38682/statm: 1048 736 672 219 0 110 0
[pid=38685] ppid=38682 vsize=6099208 memory=5133632 CPUtime=3600.03 cores=0,2
/proc/38685/stat : 38685 (roundingsat) R 38682 38682 37984 0 -1 4194304 961299 0 0 0 356714 3289 0 0 20 0 1 0 44126817 6245588992 1283408 18446744073709551615 4227072 8923433 140721042264080 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 43278336 140721042270564 140721042270760 140721042270760 140721042276330 0
/proc/38685/statm: 1524802 1283408 2464 1147 0 1512229 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 6103400 KiB
Current children cumulated memory: 5136576 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.012199 s, system=0.007173 s

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

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

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

[startup+3609.5 s]
/proc/loadavg: 4.06 4.10 4.09 5/267 39015
/proc/meminfo: memFree=116872536/131249996 swapFree=33010684/33010684
[pid=38682] ppid=38679 vsize=4192 memory=2944 CPUtime=0.01 cores=0,2
/proc/38682/stat : 38682 (run-opt-break.s) S 38679 38682 37984 0 -1 4194304 238 3018 0 0 0 0 1 0 20 0 1 0 44126814 4292608 736 18446744073709551615 94119544516608 94119545411141 140726247952272 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94119545650192 94119545697936 94119553318912 140726247958881 140726247959010 140726247959010 140726247964612 0
/proc/38682/statm: 1048 736 672 219 0 110 0
[pid=38685] ppid=38682 vsize=6099208 memory=5133632 CPUtime=3600.03 cores=0,2
/proc/38685/stat : 38685 (roundingsat) R 38682 38682 37984 0 -1 4194304 961299 0 0 0 356714 3289 0 0 20 0 1 0 44126817 6245588992 1283408 18446744073709551615 4227072 8923433 140721042264080 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 43278336 140721042270564 140721042270760 140721042270760 140721042276330 0
/proc/38685/statm: 1524802 1283408 2464 1147 0 1512229 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 6103400 KiB
Current children cumulated memory: 5136576 KiB

Child status: 2

Real time (s): 3609.56
CPU time (s): 3600.12
CPU user time (s): 3567.16
CPU system time (s): 32.9577
CPU usage (%): 99.7385
Max. virtual memory (cumulated for all children) (KiB): 6103400
Max. memory (cumulated for all children) (KiB): 5136576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3567.16
system time used= 32.9577
maximum resident set size= 5133888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 964576
page faults= 0
swaps= 0
block input operations= 0
block output operations= 496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 470
involuntary context switches= 8007


# summary of solver processes directly reported to runsolver:
#   pid: 38682,38685
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3567.16
#   total CPU system time (s): 32.9577

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.64752 second user time and 16.5156 second system time

The end

Launcher Data

Begin job on nodeC032 at 2025-06-30 13:54:42
IDJOB=4484312
IDBENCH=146654
IDSOLVER=3359
FILE ID=nodeC032/4484312-1751284482
RUNJOBID= nodeC032-1751280593-37994
SLURM_JOB_ID= 9594228
Free space on /tmp= 432032 MiB

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

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

MD5SUM BENCH= 95d9c8e5d82ddbf9273186de2f795996
RANDOM SEED=953804520

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.463
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.69
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.753
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.69
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.837
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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.680
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.69
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.844
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.69
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.69
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		: 3854.258
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.69
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		: 3584.725
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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        127287796 kB
MemAvailable:   127057316 kB
Buffers:            3280 kB
Cached:           577972 kB
SwapCached:            0 kB
Active:          3056844 kB
Inactive:         324576 kB
Active(anon):    2818236 kB
Inactive(anon):        0 kB
Active(file):     238608 kB
Inactive(file):   324576 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7544 kB
Writeback:             0 kB
AnonPages:       2800100 kB
Mapped:           116896 kB
Shmem:             18068 kB
KReclaimable:      91148 kB
Slab:             175920 kB
SReclaimable:      91148 kB
SUnreclaim:        84772 kB
KernelStack:        4336 kB
PageTables:         9056 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    3489932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150648 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1296384 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432036 MiB
End job on nodeC032 at 2025-06-30 14:54:52