Trace number 4488637

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
roundingsat+pbsuma-opt-log 63f22adSAT (TO)1036 3600.06 3631.17

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_36.opb.PB06.opb
MD5SUM865c9eee5cef9cdfeb385b5316eb6b14
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 benchmark1036
Best CPU time to get the best result obtained on this benchmark17047.8
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1969
Total number of constraints4000
Number of constraints which are clauses4000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1969
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1969
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1969
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.02	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.02	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.02	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.02	c │      (c) 2025 Markus Anders                                    │
0.00/0.02	c └────────────────────────────────────────────────────────────────┘
0.00/0.02	c parse 'HOME/instance-4488637-1751330893.opb'
0.00/0.02	c 	read 0.11MB  (3.53ms)
0.00/0.02	c	 [cnf: #variables 1969 #clauses 3997 #duplicates 4 #arr 9961]
0.00/0.03	c output proof to 'PROOFDIR/proof-4488637-1751330893'
0.00/0.03	c 
0.00/0.03	c make graph and approximate orbits
0.00/0.04	c	 [group: #orbits ~= 8] (4.17ms)
0.00/0.04	c 
0.00/0.04	c detect special group actions
0.00/0.04	c 	probe for Johnson action (limit=64)
0.00/0.04	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.04	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.04	c 	 (0.90ms)
0.00/0.04	c 
0.00/0.04	c detect symmetries on remainder
0.00/0.04	c 	[graph: #vertices 9904 #edges 27798]
0.00/0.04	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.04	c 	 [group: #symmetries 1.60*10^1 #generators 4] (4.37ms)
0.00/0.04	c 
0.00/0.04	c optimize generators (opt_passes=64, conjugate_limit=256)
0.00/0.04	c 	(0.02ms)
0.00/0.04	c 
0.00/0.04	c finalize break order and special generators
0.00/0.04	c 
0.00/0.04	c add generic predicates (break_depth=20)
0.00/0.04	c 	added predicates for 4 generators (0.01ms)
0.00/0.04	c 
0.00/0.04	c generation finished
0.00/0.04	c 	[sbp: #constraints 4 #add_vars 0]
0.00/0.04	c 
0.00/0.04	c write result to 'HOME/instance-4488637-1751330893.opb.pre'
0.00/0.04	c 	wrote 0.12MB (0.93ms)
0.00/0.04	c ------------------------------------------------------------------
0.00/0.04	c                  10.66ms 43.07% other
0.00/0.04	c                   4.37ms 17.64% detect_generic
0.00/0.04	c                   4.17ms 16.86% approx_orbits
0.00/0.04	c                   3.53ms 14.26% parse
0.00/0.04	c                   0.93ms  3.77% output
0.00/0.04	c                   0.90ms  3.65% detect_special
0.00/0.04	c                   0.15ms  0.62% finalize_order
0.00/0.04	c                   0.02ms  0.08% optimize_gens
0.00/0.04	c                   0.01ms  0.05% break_generic
0.00/0.04	c         ───────────────────────────────────────────────
0.00/0.04	c                  24.75ms   100% total
0.00/0.04	c ------------------------------------------------------------------
0.00/0.07	c RoundingSat 2
0.00/0.07	c branch pb25
0.00/0.07	c commit 63f22ad
0.04/0.15	c #variables 1969 #constraints 4000
0.04/0.15	c objective is ce32 
0.04/0.15	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.04/0.15	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.04/0.15	c bounds - >= 0 @ 0.058076
0.14/0.27	c bounds 1190 >= 0 @ 0.147071
0.14/0.28	c bounds 1190 >= 1 @ 0.148471
0.14/0.28	c bounds 1190 >= 2 @ 0.150368
0.14/0.28	c bounds 1190 >= 3 @ 0.152385
0.14/0.28	c bounds 1190 >= 4 @ 0.153876
0.14/0.28	c bounds 1190 >= 5 @ 0.155354
0.14/0.28	c bounds 1190 >= 6 @ 0.156816
0.14/0.29	c bounds 1190 >= 7 @ 0.158304
0.14/0.29	c bounds 1190 >= 8 @ 0.159796
0.14/0.29	c bounds 1190 >= 9 @ 0.161271
0.14/0.29	c bounds 1190 >= 10 @ 0.161904
0.14/0.29	c bounds 1190 >= 11 @ 0.163295
0.14/0.29	c bounds 1190 >= 12 @ 0.164741
0.14/0.30	c bounds 1190 >= 13 @ 0.166338
0.14/0.30	c bounds 1190 >= 14 @ 0.16795
0.14/0.30	c bounds 1190 >= 15 @ 0.169556
0.14/0.30	c bounds 1190 >= 16 @ 0.171164
0.14/0.30	c bounds 1190 >= 17 @ 0.172783
0.14/0.30	c bounds 1190 >= 18 @ 0.173402
0.14/0.30	c bounds 1190 >= 19 @ 0.175013
0.14/0.31	c bounds 1190 >= 20 @ 0.176615
0.14/0.31	c bounds 1190 >= 21 @ 0.178116
0.14/0.31	c bounds 1190 >= 22 @ 0.1796
0.14/0.31	c bounds 1190 >= 23 @ 0.181161
0.14/0.31	c bounds 1190 >= 24 @ 0.181645
0.14/0.31	c bounds 1190 >= 25 @ 0.183069
0.14/0.32	c bounds 1190 >= 26 @ 0.18452
0.14/0.32	c bounds 1190 >= 27 @ 0.186025
0.14/0.32	c bounds 1190 >= 28 @ 0.18753
0.14/0.32	c bounds 1190 >= 29 @ 0.189027
0.14/0.32	c bounds 1190 >= 30 @ 0.190551
0.23/0.32	c bounds 1190 >= 31 @ 0.192058
0.23/0.33	c bounds 1190 >= 32 @ 0.193563
0.23/0.33	c bounds 1190 >= 33 @ 0.19507
0.23/0.33	c bounds 1190 >= 34 @ 0.196663
0.23/0.33	c bounds 1190 >= 35 @ 0.198266
0.23/0.33	c bounds 1190 >= 36 @ 0.199898
0.23/0.33	c bounds 1190 >= 37 @ 0.201508
0.23/0.34	c bounds 1190 >= 38 @ 0.203113
0.23/0.34	c bounds 1190 >= 39 @ 0.204716
0.23/0.34	c bounds 1190 >= 40 @ 0.206329
0.23/0.34	c bounds 1190 >= 41 @ 0.207938
0.23/0.34	c bounds 1190 >= 42 @ 0.209526
0.23/0.34	c bounds 1190 >= 43 @ 0.211115
0.23/0.34	c bounds 1190 >= 44 @ 0.212693
0.23/0.35	c bounds 1190 >= 45 @ 0.21428
0.23/0.35	c bounds 1190 >= 46 @ 0.215881
0.23/0.35	c bounds 1190 >= 47 @ 0.217476
0.23/0.35	c bounds 1190 >= 48 @ 0.21908
0.23/0.35	c bounds 1190 >= 49 @ 0.220686
0.23/0.35	c bounds 1190 >= 50 @ 0.222297
0.23/0.36	c bounds 1190 >= 51 @ 0.223899
0.23/0.36	c bounds 1190 >= 52 @ 0.225499
0.23/0.36	c bounds 1190 >= 53 @ 0.22701
0.23/0.36	c bounds 1190 >= 54 @ 0.228608
0.23/0.36	c bounds 1190 >= 55 @ 0.23021
0.23/0.36	c bounds 1190 >= 56 @ 0.2318
0.23/0.37	c bounds 1190 >= 57 @ 0.233412
0.23/0.37	c bounds 1190 >= 58 @ 0.235018
0.23/0.37	c bounds 1190 >= 59 @ 0.23662
0.23/0.37	c bounds 1190 >= 60 @ 0.238219
0.23/0.37	c bounds 1190 >= 61 @ 0.239804
0.23/0.37	c bounds 1190 >= 62 @ 0.241394
0.23/0.38	c bounds 1190 >= 63 @ 0.24298
0.23/0.38	c bounds 1190 >= 64 @ 0.24457
0.23/0.38	c bounds 1190 >= 65 @ 0.246156
0.23/0.38	c bounds 1190 >= 66 @ 0.247723
0.23/0.38	c bounds 1190 >= 67 @ 0.249311
0.23/0.38	c bounds 1190 >= 68 @ 0.250892
0.23/0.38	c bounds 1190 >= 69 @ 0.252482
0.23/0.39	c bounds 1190 >= 70 @ 0.254055
0.23/0.39	c bounds 1190 >= 71 @ 0.25562
0.23/0.39	c bounds 1190 >= 72 @ 0.257189
0.23/0.39	c bounds 1190 >= 73 @ 0.258752
0.23/0.39	c bounds 1190 >= 74 @ 0.260327
0.23/0.39	c bounds 1190 >= 75 @ 0.261891
0.23/0.40	c bounds 1190 >= 76 @ 0.263458
0.23/0.40	c bounds 1190 >= 77 @ 0.265032
0.23/0.40	c bounds 1190 >= 78 @ 0.265774
0.23/0.40	c bounds 1190 >= 79 @ 0.267727
0.23/0.40	c bounds 1190 >= 80 @ 0.269914
0.23/0.40	c bounds 1190 >= 81 @ 0.271482
0.23/0.41	c bounds 1190 >= 82 @ 0.272939
0.23/0.41	c bounds 1190 >= 83 @ 0.274395
0.23/0.41	c bounds 1190 >= 84 @ 0.27597
0.23/0.41	c bounds 1190 >= 85 @ 0.277539
0.23/0.41	c bounds 1190 >= 86 @ 0.279149
0.23/0.41	c bounds 1190 >= 87 @ 0.280748
0.23/0.42	c bounds 1190 >= 88 @ 0.282284
0.23/0.42	c bounds 1190 >= 89 @ 0.28385
0.23/0.42	c bounds 1190 >= 90 @ 0.285446
0.23/0.42	c bounds 1190 >= 91 @ 0.287043
0.23/0.42	c bounds 1190 >= 92 @ 0.28864
0.34/0.42	c bounds 1190 >= 93 @ 0.29013
0.34/0.43	c bounds 1190 >= 94 @ 0.291602
0.34/0.43	c bounds 1190 >= 95 @ 0.293055
0.34/0.43	c bounds 1190 >= 96 @ 0.294508
0.34/0.43	c bounds 1190 >= 97 @ 0.295962
0.34/0.43	c bounds 1190 >= 98 @ 0.297429
0.34/0.43	c bounds 1190 >= 99 @ 0.298896
0.34/0.43	c bounds 1190 >= 100 @ 0.300351
0.34/0.44	c bounds 1190 >= 101 @ 0.301808
0.34/0.44	c bounds 1190 >= 102 @ 0.303263
0.34/0.44	c bounds 1190 >= 103 @ 0.304713
0.34/0.44	c bounds 1190 >= 104 @ 0.306157
0.34/0.44	c bounds 1190 >= 105 @ 0.307613
0.34/0.44	c bounds 1190 >= 106 @ 0.309056
0.34/0.44	c bounds 1190 >= 107 @ 0.310501
0.34/0.45	c bounds 1190 >= 108 @ 0.312058
0.34/0.45	c bounds 1190 >= 109 @ 0.313617
0.34/0.45	c bounds 1190 >= 110 @ 0.315189
0.34/0.45	c bounds 1190 >= 111 @ 0.316754
0.34/0.45	c bounds 1190 >= 112 @ 0.318321
0.34/0.45	c bounds 1190 >= 113 @ 0.319776
0.34/0.46	c bounds 1190 >= 114 @ 0.321224
0.34/0.46	c bounds 1190 >= 115 @ 0.322673
0.34/0.46	c bounds 1190 >= 116 @ 0.324229
0.34/0.46	c bounds 1190 >= 117 @ 0.325675
0.34/0.46	c bounds 1190 >= 118 @ 0.326192
0.34/0.46	c bounds 1190 >= 119 @ 0.32764
0.34/0.46	c bounds 1190 >= 120 @ 0.329077
0.34/0.47	c bounds 1190 >= 121 @ 0.330549
0.34/0.47	c bounds 1190 >= 122 @ 0.332002
0.34/0.47	c bounds 1190 >= 123 @ 0.333451
0.34/0.47	c bounds 1190 >= 124 @ 0.334888
0.34/0.47	c bounds 1190 >= 125 @ 0.336455
0.34/0.47	c bounds 1190 >= 126 @ 0.337904
0.34/0.47	c bounds 1190 >= 127 @ 0.338445
0.34/0.48	c bounds 1190 >= 128 @ 0.339829
0.34/0.48	c bounds 1190 >= 129 @ 0.341256
0.34/0.48	c bounds 1190 >= 130 @ 0.342713
0.34/0.48	c bounds 1190 >= 131 @ 0.344157
0.34/0.48	c bounds 1190 >= 132 @ 0.345601
0.34/0.48	c bounds 1190 >= 133 @ 0.347043
0.34/0.48	c bounds 1190 >= 134 @ 0.348492
0.34/0.49	c bounds 1190 >= 135 @ 0.34994
0.34/0.49	c bounds 1190 >= 136 @ 0.351384
0.34/0.49	c bounds 1190 >= 137 @ 0.35282
0.34/0.49	c bounds 1190 >= 138 @ 0.354243
0.34/0.49	c bounds 1190 >= 139 @ 0.355668
0.34/0.49	c bounds 1190 >= 140 @ 0.35711
0.34/0.49	c bounds 1190 >= 141 @ 0.358544
0.34/0.50	c bounds 1190 >= 142 @ 0.359001
0.34/0.50	c bounds 1190 >= 143 @ 0.360432
0.34/0.50	c bounds 1190 >= 144 @ 0.361868
0.34/0.50	c bounds 1190 >= 145 @ 0.363412
0.34/0.50	c bounds 1190 >= 146 @ 0.364865
0.34/0.50	c bounds 1190 >= 147 @ 0.366302
0.34/0.51	c bounds 1190 >= 148 @ 0.367733
0.34/0.51	c bounds 1190 >= 149 @ 0.369155
0.34/0.51	c bounds 1190 >= 150 @ 0.370615
0.34/0.51	c bounds 1190 >= 151 @ 0.372058
0.34/0.51	c bounds 1190 >= 152 @ 0.373488
0.34/0.51	c bounds 1190 >= 153 @ 0.374949
0.34/0.51	c bounds 1190 >= 154 @ 0.376399
0.34/0.52	c bounds 1190 >= 155 @ 0.377864
0.34/0.52	c bounds 1190 >= 156 @ 0.379313
0.34/0.52	c bounds 1190 >= 157 @ 0.380752
0.34/0.52	c bounds 1190 >= 158 @ 0.382201
0.34/0.52	c bounds 1190 >= 159 @ 0.383659
0.34/0.52	c bounds 1190 >= 160 @ 0.385114
0.44/0.52	c bounds 1190 >= 161 @ 0.386573
0.44/0.53	c bounds 1190 >= 162 @ 0.388005
0.44/0.53	c bounds 1190 >= 163 @ 0.388493
0.44/0.53	c bounds 1190 >= 164 @ 0.389929
0.44/0.53	c bounds 1190 >= 165 @ 0.391359
0.44/0.53	c bounds 1190 >= 166 @ 0.392793
0.44/0.53	c bounds 1190 >= 167 @ 0.394227
0.44/0.53	c bounds 1190 >= 168 @ 0.394843
0.44/0.54	c bounds 1190 >= 169 @ 0.396563
0.44/0.54	c bounds 1190 >= 170 @ 0.398003
0.44/0.54	c bounds 1190 >= 171 @ 0.399413
0.44/0.54	c bounds 1190 >= 172 @ 0.400852
0.44/0.54	c bounds 1190 >= 173 @ 0.402286
0.44/0.54	c bounds 1190 >= 174 @ 0.403707
0.44/0.54	c bounds 1190 >= 175 @ 0.405165
0.44/0.55	c bounds 1190 >= 176 @ 0.406589
0.44/0.55	c bounds 1190 >= 177 @ 0.408008
0.44/0.55	c bounds 1190 >= 178 @ 0.409544
0.44/0.55	c bounds 1190 >= 179 @ 0.410984
0.44/0.55	c bounds 1190 >= 180 @ 0.412405
0.44/0.55	c bounds 1190 >= 181 @ 0.413824
0.44/0.56	c bounds 1190 >= 182 @ 0.415232
0.44/0.56	c bounds 1190 >= 183 @ 0.416766
0.44/0.56	c bounds 1190 >= 184 @ 0.418178
0.44/0.56	c bounds 1190 >= 185 @ 0.419597
0.44/0.56	c bounds 1190 >= 186 @ 0.420058
0.44/0.56	c bounds 1190 >= 187 @ 0.421462
0.44/0.56	c bounds 1190 >= 188 @ 0.422875
0.44/0.57	c bounds 1190 >= 189 @ 0.424283
0.44/0.57	c bounds 1190 >= 190 @ 0.425703
0.44/0.57	c bounds 1190 >= 191 @ 0.427121
0.44/0.57	c bounds 1190 >= 192 @ 0.428647
0.44/0.57	c bounds 1190 >= 193 @ 0.429176
0.44/0.57	c bounds 1190 >= 194 @ 0.430604
0.44/0.57	c bounds 1190 >= 195 @ 0.432013
0.44/0.58	c bounds 1190 >= 196 @ 0.433415
0.44/0.58	c bounds 1190 >= 197 @ 0.434834
0.44/0.58	c bounds 1190 >= 198 @ 0.436258
0.44/0.58	c bounds 1190 >= 199 @ 0.437672
0.44/0.58	c bounds 1190 >= 200 @ 0.439092
0.44/0.58	c bounds 1190 >= 201 @ 0.44053
0.44/0.58	c bounds 1190 >= 202 @ 0.441946
0.44/0.59	c bounds 1190 >= 203 @ 0.443355
0.44/0.59	c bounds 1190 >= 204 @ 0.444767
0.44/0.59	c bounds 1190 >= 205 @ 0.446172
0.44/0.59	c bounds 1190 >= 206 @ 0.447586
0.44/0.59	c bounds 1190 >= 207 @ 0.449012
0.44/0.59	c bounds 1190 >= 208 @ 0.450436
0.44/0.59	c bounds 1190 >= 209 @ 0.451875
0.44/0.60	c bounds 1190 >= 210 @ 0.453288
0.44/0.60	c bounds 1190 >= 211 @ 0.454704
0.44/0.60	c bounds 1190 >= 212 @ 0.456132
0.44/0.60	c bounds 1190 >= 213 @ 0.457665
0.44/0.60	c bounds 1190 >= 214 @ 0.459068
0.44/0.60	c bounds 1190 >= 215 @ 0.460499
0.44/0.60	c bounds 1190 >= 216 @ 0.46191
0.44/0.61	c bounds 1190 >= 217 @ 0.463324
0.44/0.61	c bounds 1190 >= 218 @ 0.464739
0.44/0.61	c bounds 1190 >= 219 @ 0.466148
0.52/0.61	c bounds 1190 >= 220 @ 0.467574
0.52/0.61	c bounds 1190 >= 221 @ 0.468994
0.52/0.61	c bounds 1190 >= 222 @ 0.47041
0.52/0.61	c bounds 1190 >= 223 @ 0.471803
0.52/0.62	c bounds 1190 >= 224 @ 0.473312
0.52/0.62	c bounds 1190 >= 225 @ 0.47474
0.52/0.62	c bounds 1190 >= 226 @ 0.476222
0.52/0.62	c bounds 1190 >= 227 @ 0.477646
0.52/0.62	c bounds 1190 >= 228 @ 0.479065
0.52/0.62	c bounds 1190 >= 229 @ 0.480487
0.52/0.62	c bounds 1190 >= 230 @ 0.481904
0.52/0.63	c bounds 1190 >= 231 @ 0.483308
0.52/0.63	c bounds 1190 >= 232 @ 0.484836
0.52/0.63	c bounds 1190 >= 233 @ 0.48625
0.52/0.63	c bounds 1190 >= 234 @ 0.48768
0.52/0.63	c bounds 1190 >= 235 @ 0.488203
0.52/0.63	c bounds 1190 >= 236 @ 0.489575
0.52/0.63	c bounds 1190 >= 237 @ 0.490962
0.52/0.64	c bounds 1190 >= 238 @ 0.492351
0.52/0.64	c bounds 1190 >= 239 @ 0.493766
0.52/0.64	c bounds 1190 >= 240 @ 0.495182
0.52/0.64	c bounds 1190 >= 241 @ 0.49658
0.52/0.64	c bounds 1190 >= 242 @ 0.497982
0.52/0.64	c bounds 1190 >= 243 @ 0.499397
0.52/0.64	c bounds 1190 >= 244 @ 0.500787
0.52/0.65	c bounds 1190 >= 245 @ 0.502189
0.52/0.65	c bounds 1190 >= 246 @ 0.503598
0.52/0.65	c bounds 1190 >= 247 @ 0.505107
0.52/0.65	c bounds 1190 >= 248 @ 0.506621
0.52/0.65	c bounds 1190 >= 249 @ 0.507115
0.52/0.65	c bounds 1190 >= 250 @ 0.508487
0.52/0.65	c bounds 1190 >= 251 @ 0.50986
0.52/0.66	c bounds 1190 >= 252 @ 0.511269
0.52/0.66	c bounds 1190 >= 253 @ 0.512669
0.52/0.66	c bounds 1190 >= 254 @ 0.514059
0.52/0.66	c bounds 1190 >= 255 @ 0.515542
0.61/0.71	c bounds 1189 >= 255 @ 0.555376
0.61/0.71	c bounds 1189 >= 256 @ 0.556835
0.61/0.71	c bounds 1189 >= 257 @ 0.558218
0.61/0.71	c bounds 1189 >= 258 @ 0.559637
0.61/0.71	c bounds 1189 >= 259 @ 0.56105
0.61/0.71	c bounds 1189 >= 260 @ 0.561494
0.61/0.71	c bounds 1189 >= 261 @ 0.562898
0.61/0.71	c bounds 1189 >= 262 @ 0.564288
0.61/0.72	c bounds 1189 >= 263 @ 0.56568
0.61/0.72	c bounds 1189 >= 264 @ 0.56707
0.61/0.72	c bounds 1189 >= 265 @ 0.568458
0.61/0.72	c bounds 1189 >= 266 @ 0.569862
0.61/0.72	c bounds 1189 >= 267 @ 0.571258
0.61/0.72	c bounds 1189 >= 268 @ 0.572638
0.61/0.72	c bounds 1189 >= 269 @ 0.574029
0.61/0.73	c bounds 1189 >= 270 @ 0.575426
0.61/0.73	c bounds 1189 >= 271 @ 0.57685
0.61/0.73	c bounds 1189 >= 272 @ 0.578244
0.61/0.73	c bounds 1189 >= 273 @ 0.579632
0.61/0.73	c bounds 1189 >= 274 @ 0.581012
0.61/0.73	c bounds 1189 >= 275 @ 0.582503
0.61/0.73	c bounds 1189 >= 276 @ 0.583975
0.61/0.74	c bounds 1189 >= 277 @ 0.585387
0.61/0.74	c bounds 1189 >= 278 @ 0.586786
0.61/0.74	c bounds 1189 >= 279 @ 0.588271
0.61/0.74	c bounds 1189 >= 280 @ 0.589668
0.61/0.74	c bounds 1189 >= 281 @ 0.59108
0.61/0.74	c bounds 1189 >= 282 @ 0.592474
0.61/0.74	c bounds 1189 >= 283 @ 0.59387
0.61/0.75	c bounds 1189 >= 284 @ 0.59526
0.61/0.75	c bounds 1189 >= 285 @ 0.596661
0.61/0.75	c bounds 1189 >= 286 @ 0.597238
0.61/0.75	c bounds 1189 >= 287 @ 0.598653
0.61/0.75	c bounds 1189 >= 288 @ 0.600062
0.61/0.75	c bounds 1189 >= 289 @ 0.601464
0.61/0.75	c bounds 1189 >= 290 @ 0.602849
0.61/0.76	c bounds 1189 >= 291 @ 0.604237
0.61/0.76	c bounds 1189 >= 292 @ 0.605623
0.61/0.76	c bounds 1189 >= 293 @ 0.606026
0.61/0.76	c bounds 1189 >= 294 @ 0.607381
0.61/0.76	c bounds 1189 >= 295 @ 0.608763
0.61/0.76	c bounds 1189 >= 296 @ 0.610141
0.61/0.76	c bounds 1189 >= 297 @ 0.611638
0.61/0.77	c bounds 1189 >= 298 @ 0.613011
0.61/0.77	c bounds 1189 >= 299 @ 0.614394
0.61/0.77	c bounds 1189 >= 300 @ 0.615786
0.61/0.77	c bounds 1189 >= 301 @ 0.617179
0.61/0.77	c bounds 1189 >= 302 @ 0.618588
0.61/0.77	c bounds 1189 >= 303 @ 0.619984
0.61/0.77	c bounds 1189 >= 304 @ 0.620437
0.61/0.78	c bounds 1189 >= 305 @ 0.621788
0.61/0.78	c bounds 1189 >= 306 @ 0.623146
0.61/0.78	c bounds 1189 >= 307 @ 0.624532
0.61/0.78	c bounds 1189 >= 308 @ 0.625911
0.61/0.78	c bounds 1189 >= 309 @ 0.627286
0.61/0.78	c bounds 1189 >= 310 @ 0.628666
0.61/0.78	c bounds 1189 >= 311 @ 0.629065
0.61/0.79	c bounds 1189 >= 312 @ 0.630469
0.61/0.79	c bounds 1189 >= 313 @ 0.631851
0.61/0.79	c bounds 1189 >= 314 @ 0.633217
0.61/0.79	c bounds 1189 >= 315 @ 0.634701
0.61/0.79	c bounds 1189 >= 316 @ 0.636105
0.61/0.79	c bounds 1189 >= 317 @ 0.637508
0.61/0.79	c bounds 1189 >= 318 @ 0.638878
0.61/0.80	c bounds 1189 >= 319 @ 0.64029
0.70/0.80	c bounds 1189 >= 320 @ 0.641681
0.70/0.80	c bounds 1189 >= 321 @ 0.642952
0.70/0.80	c bounds 1189 >= 322 @ 0.643523
0.70/0.80	c bounds 1189 >= 323 @ 0.644881
0.70/0.80	c bounds 1189 >= 324 @ 0.645329
0.70/0.80	c bounds 1189 >= 325 @ 0.646678
0.70/0.81	c bounds 1189 >= 326 @ 0.648021
0.70/0.81	c bounds 1189 >= 327 @ 0.648487
0.70/0.81	c bounds 1189 >= 328 @ 0.649841
0.70/0.81	c bounds 1189 >= 329 @ 0.651208
0.70/0.81	c bounds 1189 >= 330 @ 0.651649
0.70/0.81	c bounds 1189 >= 331 @ 0.653005
0.70/0.81	c bounds 1189 >= 332 @ 0.654388
0.70/0.82	c bounds 1189 >= 333 @ 0.655769
0.70/0.82	c bounds 1189 >= 334 @ 0.657168
0.70/0.82	c bounds 1189 >= 335 @ 0.65759
0.70/0.82	c bounds 1189 >= 336 @ 0.658925
0.70/0.82	c bounds 1189 >= 337 @ 0.660296
0.70/0.82	c bounds 1189 >= 338 @ 0.661674
0.70/0.82	c bounds 1189 >= 339 @ 0.66315
0.70/0.82	c bounds 1189 >= 340 @ 0.664546
0.70/0.83	c bounds 1189 >= 341 @ 0.665902
0.70/0.83	c bounds 1189 >= 342 @ 0.667284
0.70/0.83	c bounds 1189 >= 343 @ 0.668681
0.70/0.83	c bounds 1189 >= 344 @ 0.670064
0.70/0.83	c bounds 1189 >= 345 @ 0.671423
0.70/0.83	c bounds 1189 >= 346 @ 0.672813
0.70/0.83	c bounds 1189 >= 347 @ 0.674196
0.70/0.84	c bounds 1189 >= 348 @ 0.675612
0.70/0.84	c bounds 1189 >= 349 @ 0.676333
0.70/0.84	c bounds 1189 >= 350 @ 0.677678
0.70/0.84	c bounds 1189 >= 351 @ 0.678117
0.70/0.84	c bounds 1189 >= 352 @ 0.679454
0.70/0.84	c bounds 1189 >= 353 @ 0.680804
0.70/0.84	c bounds 1189 >= 354 @ 0.682179
0.70/0.85	c bounds 1189 >= 355 @ 0.683561
0.70/0.85	c bounds 1189 >= 356 @ 0.685037
0.70/0.85	c bounds 1189 >= 357 @ 0.686442
0.70/0.85	c bounds 1189 >= 358 @ 0.687805
0.70/0.85	c bounds 1189 >= 359 @ 0.689198
0.70/0.85	c bounds 1189 >= 360 @ 0.690565
0.70/0.85	c bounds 1189 >= 361 @ 0.69106
0.70/0.86	c bounds 1189 >= 362 @ 0.692408
0.70/0.86	c bounds 1189 >= 363 @ 0.693763
0.70/0.86	c bounds 1189 >= 364 @ 0.695126
0.70/0.86	c bounds 1189 >= 365 @ 0.69648
0.70/0.86	c bounds 1189 >= 366 @ 0.697819
0.70/0.86	c bounds 1189 >= 367 @ 0.699292
0.70/0.86	c bounds 1189 >= 368 @ 0.700661
0.70/0.87	c bounds 1189 >= 369 @ 0.702037
0.70/0.87	c bounds 1189 >= 370 @ 0.703402
0.70/0.87	c bounds 1189 >= 371 @ 0.704772
0.70/0.87	c bounds 1189 >= 372 @ 0.706135
0.70/0.87	c bounds 1189 >= 373 @ 0.707507
0.70/0.87	c bounds 1189 >= 374 @ 0.708866
0.70/0.87	c bounds 1189 >= 375 @ 0.710238
0.70/0.88	c bounds 1189 >= 376 @ 0.711629
0.70/0.88	c bounds 1189 >= 377 @ 0.713007
0.70/0.88	c bounds 1189 >= 378 @ 0.714364
0.70/0.88	c bounds 1189 >= 379 @ 0.715725
0.70/0.88	c bounds 1189 >= 380 @ 0.717116
0.70/0.88	c bounds 1189 >= 381 @ 0.718476
0.70/0.88	c bounds 1189 >= 382 @ 0.719877
0.70/0.88	c bounds 1189 >= 383 @ 0.721292
0.70/0.89	c bounds 1189 >= 384 @ 0.722668
0.70/0.89	c bounds 1189 >= 385 @ 0.72402
0.70/0.89	c bounds 1189 >= 386 @ 0.725393
0.70/0.89	c bounds 1189 >= 387 @ 0.726754
0.70/0.89	c bounds 1189 >= 388 @ 0.728136
0.70/0.89	c bounds 1189 >= 389 @ 0.729498
0.70/0.89	c bounds 1189 >= 390 @ 0.730873
0.80/0.90	c bounds 1189 >= 391 @ 0.732232
0.80/0.90	c bounds 1189 >= 392 @ 0.733595
0.80/0.90	c bounds 1189 >= 393 @ 0.734966
0.80/0.90	c bounds 1189 >= 394 @ 0.736334
0.80/0.90	c bounds 1189 >= 395 @ 0.737708
0.80/0.90	c bounds 1189 >= 396 @ 0.739061
0.80/0.90	c bounds 1189 >= 397 @ 0.74042
0.80/0.91	c bounds 1189 >= 398 @ 0.741782
0.80/0.91	c bounds 1189 >= 399 @ 0.743156
0.80/0.91	c bounds 1189 >= 400 @ 0.743547
0.80/0.91	c bounds 1189 >= 401 @ 0.744896
0.80/0.91	c bounds 1189 >= 402 @ 0.746272
0.80/0.91	c bounds 1189 >= 403 @ 0.747651
0.80/0.91	c bounds 1189 >= 404 @ 0.749025
0.80/0.92	c bounds 1189 >= 405 @ 0.750377
0.80/0.92	c bounds 1189 >= 406 @ 0.751731
0.80/0.92	c bounds 1189 >= 407 @ 0.753093
0.80/0.92	c bounds 1189 >= 408 @ 0.75445
0.80/0.92	c bounds 1189 >= 409 @ 0.755809
0.80/0.92	c bounds 1189 >= 410 @ 0.757181
0.80/0.92	c bounds 1189 >= 411 @ 0.758542
0.80/0.92	c bounds 1189 >= 412 @ 0.759897
0.80/0.93	c bounds 1189 >= 413 @ 0.761243
0.80/0.93	c bounds 1189 >= 414 @ 0.762604
0.80/0.93	c bounds 1189 >= 415 @ 0.763974
0.80/0.93	c bounds 1189 >= 416 @ 0.765327
0.80/0.93	c bounds 1189 >= 417 @ 0.766675
0.80/0.93	c bounds 1189 >= 418 @ 0.768047
0.80/0.93	c bounds 1189 >= 419 @ 0.768425
0.80/0.94	c bounds 1189 >= 420 @ 0.769756
0.80/0.94	c bounds 1189 >= 421 @ 0.771221
0.80/0.94	c bounds 1189 >= 422 @ 0.772678
0.80/0.94	c bounds 1189 >= 423 @ 0.774128
0.80/0.94	c bounds 1189 >= 424 @ 0.77548
0.80/0.94	c bounds 1189 >= 425 @ 0.776826
0.80/0.94	c bounds 1189 >= 426 @ 0.778254
0.80/0.95	c bounds 1189 >= 427 @ 0.779601
0.80/0.95	c bounds 1189 >= 428 @ 0.780949
0.80/0.95	c bounds 1189 >= 429 @ 0.781349
0.80/0.95	c bounds 1189 >= 430 @ 0.782692
0.80/0.95	c bounds 1189 >= 431 @ 0.784119
0.80/0.95	c bounds 1189 >= 432 @ 0.785579
0.80/0.95	c bounds 1189 >= 433 @ 0.786923
0.80/0.96	c bounds 1189 >= 434 @ 0.788304
0.80/0.96	c bounds 1189 >= 435 @ 0.789672
0.80/0.96	c bounds 1189 >= 436 @ 0.791023
0.80/0.96	c bounds 1189 >= 437 @ 0.79239
0.80/0.96	c bounds 1189 >= 438 @ 0.793735
0.80/0.96	c bounds 1189 >= 439 @ 0.795083
0.80/0.96	c bounds 1189 >= 440 @ 0.796456
0.80/0.96	c bounds 1189 >= 441 @ 0.797819
0.80/0.97	c bounds 1189 >= 442 @ 0.799163
0.80/0.97	c bounds 1189 >= 443 @ 0.800513
0.80/0.97	c bounds 1189 >= 444 @ 0.801883
0.80/0.97	c bounds 1189 >= 445 @ 0.802364
0.80/0.97	c bounds 1189 >= 446 @ 0.803701
0.80/0.97	c bounds 1189 >= 447 @ 0.805008
0.80/0.97	c bounds 1189 >= 448 @ 0.806343
0.80/0.98	c bounds 1189 >= 449 @ 0.807693
0.80/0.98	c bounds 1189 >= 450 @ 0.809035
0.80/0.98	c bounds 1189 >= 451 @ 0.8104
0.80/0.98	c bounds 1189 >= 452 @ 0.811771
0.80/0.98	c bounds 1189 >= 453 @ 0.812189
0.80/0.98	c bounds 1189 >= 454 @ 0.813492
0.80/0.98	c bounds 1189 >= 455 @ 0.8148
0.80/0.99	c bounds 1189 >= 456 @ 0.815194
0.80/0.99	c bounds 1189 >= 457 @ 0.816515
0.80/0.99	c bounds 1189 >= 458 @ 0.817897
0.80/0.99	c bounds 1189 >= 459 @ 0.818442
0.80/0.99	c bounds 1189 >= 460 @ 0.819753
0.80/0.99	c bounds 1189 >= 461 @ 0.820154
0.80/0.99	c bounds 1189 >= 462 @ 0.821466
0.80/1.00	c bounds 1189 >= 463 @ 0.822776
0.80/1.00	c bounds 1189 >= 464 @ 0.824133
0.80/1.01	c bounds 1189 >= 465 @ 0.82552
0.80/1.01	c bounds 1189 >= 466 @ 0.826872
0.80/1.01	c bounds 1189 >= 467 @ 0.828212
0.80/1.01	c bounds 1189 >= 468 @ 0.829566
0.80/1.01	c bounds 1189 >= 469 @ 0.830903
0.80/1.01	c bounds 1189 >= 470 @ 0.832258
0.80/1.01	c bounds 1189 >= 471 @ 0.833599
0.80/1.01	c bounds 1189 >= 472 @ 0.834038
0.80/1.01	c bounds 1189 >= 473 @ 0.835378
0.92/1.01	c bounds 1189 >= 474 @ 0.83671
0.92/1.01	c bounds 1189 >= 475 @ 0.838076
0.92/1.01	c bounds 1189 >= 476 @ 0.839416
0.92/1.01	c bounds 1189 >= 477 @ 0.840761
0.92/1.02	c bounds 1189 >= 478 @ 0.842108
0.92/1.02	c bounds 1189 >= 479 @ 0.843464
0.92/1.02	c bounds 1189 >= 480 @ 0.843872
0.92/1.02	c bounds 1189 >= 481 @ 0.845174
0.92/1.02	c bounds 1189 >= 482 @ 0.846511
0.92/1.02	c bounds 1189 >= 483 @ 0.847834
0.92/1.02	c bounds 1189 >= 484 @ 0.849189
0.92/1.03	c bounds 1189 >= 485 @ 0.850548
0.92/1.03	c bounds 1189 >= 486 @ 0.851888
0.92/1.03	c bounds 1189 >= 487 @ 0.853222
0.92/1.03	c bounds 1189 >= 488 @ 0.854573
0.92/1.03	c bounds 1189 >= 489 @ 0.855918
0.92/1.03	c bounds 1189 >= 490 @ 0.857281
0.92/1.03	c bounds 1189 >= 491 @ 0.857647
0.92/1.03	c bounds 1189 >= 492 @ 0.859022
0.92/1.04	c bounds 1189 >= 493 @ 0.860595
0.92/1.04	c bounds 1189 >= 494 @ 0.86152
0.92/1.04	c bounds 1189 >= 495 @ 0.86246
0.92/1.04	c bounds 1189 >= 496 @ 0.863373
0.92/1.04	c bounds 1189 >= 497 @ 0.863503
0.92/1.04	c bounds 1189 >= 498 @ 0.864251
0.92/1.04	c bounds 1189 >= 499 @ 0.865311
0.92/1.04	c bounds 1189 >= 500 @ 0.866284
0.92/1.04	c bounds 1189 >= 501 @ 0.866481
0.92/1.04	c bounds 1189 >= 502 @ 0.867164
0.92/1.05	c bounds 1189 >= 503 @ 0.868066
0.92/1.05	c bounds 1189 >= 504 @ 0.868986
0.92/1.05	c bounds 1189 >= 505 @ 0.869898
0.92/1.05	c bounds 1189 >= 506 @ 0.870832
0.92/1.05	c bounds 1189 >= 507 @ 0.871749
0.92/1.05	c bounds 1189 >= 508 @ 0.872666
0.92/1.05	c bounds 1189 >= 509 @ 0.873601
0.92/1.05	c bounds 1189 >= 510 @ 0.874566
0.92/1.05	c bounds 1189 >= 511 @ 0.875523
0.92/1.05	c bounds 1189 >= 512 @ 0.876424
0.92/1.06	c bounds 1189 >= 513 @ 0.877337
0.92/1.06	c bounds 1189 >= 514 @ 0.878276
0.92/1.06	c bounds 1189 >= 515 @ 0.879198
0.92/1.06	c bounds 1189 >= 516 @ 0.880108
0.92/1.06	c bounds 1189 >= 517 @ 0.881009
0.92/1.06	c bounds 1189 >= 518 @ 0.881922
0.92/1.06	c bounds 1189 >= 519 @ 0.882827
0.92/1.06	c bounds 1189 >= 520 @ 0.883735
0.92/1.06	c bounds 1189 >= 521 @ 0.884665
0.92/1.06	c bounds 1189 >= 522 @ 0.885632
0.92/1.06	c bounds 1189 >= 523 @ 0.886548
0.92/1.07	c bounds 1189 >= 524 @ 0.887503
0.92/1.07	c bounds 1189 >= 525 @ 0.88841
0.92/1.07	c bounds 1189 >= 526 @ 0.88934
0.92/1.07	c bounds 1189 >= 527 @ 0.89025
0.92/1.07	c bounds 1189 >= 528 @ 0.89038
0.92/1.07	c bounds 1189 >= 529 @ 0.891081
0.92/1.07	c bounds 1189 >= 530 @ 0.891978
0.92/1.07	c bounds 1189 >= 531 @ 0.892888
0.92/1.07	c bounds 1189 >= 532 @ 0.893787
0.92/1.07	c bounds 1189 >= 533 @ 0.894703
0.92/1.07	c bounds 1189 >= 534 @ 0.895622
0.92/1.08	c bounds 1189 >= 535 @ 0.896534
0.92/1.08	c bounds 1189 >= 536 @ 0.897454
0.92/1.08	c bounds 1189 >= 537 @ 0.898363
0.92/1.08	c bounds 1189 >= 538 @ 0.899268
0.92/1.08	c bounds 1189 >= 539 @ 0.900194
0.92/1.08	c bounds 1189 >= 540 @ 0.900341
0.92/1.08	c bounds 1189 >= 541 @ 0.901059
0.92/1.08	c bounds 1189 >= 542 @ 0.901953
0.92/1.08	c bounds 1189 >= 543 @ 0.902866
0.92/1.08	c bounds 1189 >= 544 @ 0.903766
0.92/1.08	c bounds 1189 >= 545 @ 0.904673
0.92/1.09	c bounds 1189 >= 546 @ 0.9056
0.92/1.09	c bounds 1189 >= 547 @ 0.906506
0.92/1.09	c bounds 1189 >= 548 @ 0.906706
0.92/1.09	c bounds 1189 >= 549 @ 0.90733
0.92/1.09	c bounds 1189 >= 550 @ 0.908254
0.92/1.09	c bounds 1189 >= 551 @ 0.908254
0.92/1.09	c bounds 1189 >= 552 @ 0.909116
0.92/1.09	c bounds 1189 >= 553 @ 0.909268
0.92/1.09	c bounds 1189 >= 554 @ 0.909955
0.92/1.09	c bounds 1189 >= 555 @ 0.910981
0.92/1.09	c bounds 1189 >= 556 @ 0.91191
0.92/1.10	c bounds 1189 >= 557 @ 0.912819
0.92/1.10	c bounds 1189 >= 558 @ 0.913732
0.92/1.10	c bounds 1189 >= 559 @ 0.914645
0.92/1.10	c bounds 1189 >= 560 @ 0.915578
0.92/1.10	c bounds 1189 >= 561 @ 0.916472
0.92/1.10	c bounds 1189 >= 562 @ 0.917369
0.92/1.10	c bounds 1189 >= 563 @ 0.9183
0.92/1.10	c bounds 1189 >= 564 @ 0.919218
0.92/1.10	c bounds 1189 >= 565 @ 0.920122
0.92/1.10	c bounds 1189 >= 566 @ 0.921057
0.92/1.11	c bounds 1189 >= 567 @ 0.921204
0.92/1.11	c bounds 1189 >= 568 @ 0.921911
0.92/1.11	c bounds 1189 >= 569 @ 0.922831
0.92/1.11	c bounds 1189 >= 570 @ 0.923743
0.92/1.11	c bounds 1189 >= 571 @ 0.924668
0.92/1.11	c bounds 1189 >= 572 @ 0.925601
1.02/1.11	c bounds 1189 >= 573 @ 0.926536
1.02/1.11	c bounds 1189 >= 574 @ 0.927458
1.02/1.11	c bounds 1189 >= 575 @ 0.928466
1.02/1.11	c bounds 1189 >= 576 @ 0.929375
1.02/1.11	c bounds 1189 >= 577 @ 0.930284
1.02/1.12	c bounds 1189 >= 578 @ 0.931192
1.02/1.12	c bounds 1189 >= 579 @ 0.932163
1.02/1.12	c bounds 1189 >= 580 @ 0.933082
1.02/1.12	c bounds 1189 >= 581 @ 0.934006
1.02/1.12	c bounds 1189 >= 582 @ 0.934944
1.02/1.12	c bounds 1189 >= 583 @ 0.935868
1.02/1.12	c bounds 1189 >= 584 @ 0.936822
1.02/1.12	c bounds 1189 >= 585 @ 0.937769
1.02/1.12	c bounds 1189 >= 586 @ 0.938722
1.02/1.12	c bounds 1189 >= 587 @ 0.939664
1.02/1.12	c bounds 1189 >= 588 @ 0.940588
1.02/1.13	c bounds 1189 >= 589 @ 0.941514
1.02/1.13	c bounds 1189 >= 590 @ 0.942432
1.02/1.13	c bounds 1189 >= 591 @ 0.943379
1.02/1.13	c bounds 1189 >= 592 @ 0.944313
1.02/1.13	c bounds 1189 >= 593 @ 0.945237
1.02/1.13	c bounds 1189 >= 594 @ 0.94606
1.02/1.13	c bounds 1189 >= 595 @ 0.94615
1.02/1.13	c bounds 1189 >= 596 @ 0.947
1.02/1.13	c bounds 1189 >= 597 @ 0.947922
1.02/1.13	c bounds 1189 >= 598 @ 0.948882
1.02/1.14	c bounds 1189 >= 599 @ 0.949812
1.02/1.14	c bounds 1189 >= 600 @ 0.950726
1.02/1.14	c bounds 1189 >= 601 @ 0.951653
1.02/1.14	c bounds 1189 >= 602 @ 0.952557
1.02/1.14	c bounds 1189 >= 603 @ 0.953549
1.02/1.14	c bounds 1189 >= 604 @ 0.954504
1.02/1.14	c bounds 1189 >= 605 @ 0.955444
1.02/1.14	c bounds 1189 >= 606 @ 0.956433
1.02/1.14	c bounds 1189 >= 607 @ 0.95738
1.02/1.14	c bounds 1189 >= 608 @ 0.95834
1.02/1.14	c bounds 1189 >= 609 @ 0.959277
1.02/1.15	c bounds 1189 >= 610 @ 0.960226
1.02/1.15	c bounds 1189 >= 611 @ 0.961171
1.02/1.15	c bounds 1189 >= 612 @ 0.96213
1.02/1.15	c bounds 1189 >= 613 @ 0.963041
1.02/1.15	c bounds 1189 >= 614 @ 0.963953
1.02/1.15	c bounds 1189 >= 615 @ 0.963953
1.02/1.15	c bounds 1189 >= 616 @ 0.963994
1.02/1.15	c bounds 1189 >= 617 @ 0.964724
1.02/1.15	c bounds 1189 >= 618 @ 0.96568
1.02/1.15	c bounds 1189 >= 619 @ 0.966602
1.02/1.15	c bounds 1189 >= 620 @ 0.967532
1.02/1.16	c bounds 1189 >= 621 @ 0.968435
1.02/1.16	c bounds 1189 >= 622 @ 0.969356
1.02/1.16	c bounds 1189 >= 623 @ 0.970291
1.02/1.16	c bounds 1189 >= 624 @ 0.971212
1.02/1.16	c bounds 1189 >= 625 @ 0.97213
1.02/1.16	c bounds 1189 >= 626 @ 0.972374
1.02/1.16	c bounds 1189 >= 627 @ 0.973039
1.02/1.16	c bounds 1189 >= 628 @ 0.973954
1.02/1.16	c bounds 1189 >= 629 @ 0.974887
1.02/1.16	c bounds 1189 >= 630 @ 0.975821
1.02/1.17	c bounds 1189 >= 631 @ 0.975947
1.02/1.17	c bounds 1189 >= 632 @ 0.97668
1.02/1.17	c bounds 1189 >= 633 @ 0.977611
1.02/1.17	c bounds 1189 >= 634 @ 0.978614
1.02/1.17	c bounds 1189 >= 635 @ 0.979538
1.02/1.17	c bounds 1189 >= 636 @ 0.980498
1.02/1.17	c bounds 1189 >= 637 @ 0.980744
1.02/1.17	c bounds 1189 >= 638 @ 0.981432
1.02/1.17	c bounds 1189 >= 639 @ 0.982396
1.02/1.17	c bounds 1189 >= 640 @ 0.983369
1.02/1.17	c bounds 1189 >= 641 @ 0.984308
1.02/1.18	c bounds 1189 >= 642 @ 0.98523
1.02/1.18	c bounds 1189 >= 643 @ 0.986148
1.02/1.18	c bounds 1189 >= 644 @ 0.987085
1.02/1.18	c bounds 1189 >= 645 @ 0.988006
1.02/1.18	c bounds 1189 >= 646 @ 0.988917
1.02/1.18	c bounds 1189 >= 647 @ 0.989845
1.02/1.18	c bounds 1189 >= 648 @ 0.990802
1.02/1.18	c bounds 1189 >= 649 @ 0.991744
1.02/1.18	c bounds 1189 >= 650 @ 0.99268
1.02/1.18	c bounds 1189 >= 651 @ 0.993607
1.02/1.18	c bounds 1189 >= 652 @ 0.994553
1.02/1.19	c bounds 1189 >= 653 @ 0.995511
1.02/1.19	c bounds 1189 >= 654 @ 0.996447
1.02/1.19	c bounds 1189 >= 655 @ 0.997394
1.02/1.19	c bounds 1189 >= 656 @ 0.998353
1.02/1.19	c bounds 1189 >= 657 @ 0.999309
1.02/1.19	c bounds 1189 >= 658 @ 1.00026
1.02/1.19	c bounds 1189 >= 659 @ 1.00124
1.02/1.19	c bounds 1189 >= 660 @ 1.00225
1.02/1.19	c bounds 1189 >= 661 @ 1.00323
1.11/1.22	c bounds 1188 >= 661 @ 1.02668
1.11/1.22	c bounds 1188 >= 662 @ 1.02781
1.11/1.22	c bounds 1188 >= 663 @ 1.02879
1.11/1.22	c bounds 1188 >= 664 @ 1.02971
1.11/1.22	c bounds 1188 >= 665 @ 1.03067
1.11/1.22	c bounds 1188 >= 666 @ 1.03164
1.11/1.22	c bounds 1188 >= 667 @ 1.03265
1.11/1.23	c bounds 1188 >= 668 @ 1.03361
1.11/1.23	c bounds 1188 >= 669 @ 1.03456
1.11/1.23	c bounds 1188 >= 670 @ 1.03554
1.11/1.23	c bounds 1188 >= 671 @ 1.03651
1.11/1.23	c bounds 1188 >= 672 @ 1.03748
1.11/1.23	c bounds 1188 >= 673 @ 1.03842
1.11/1.23	c bounds 1188 >= 674 @ 1.03937
1.11/1.23	c bounds 1188 >= 675 @ 1.04031
1.11/1.23	c bounds 1188 >= 676 @ 1.04058
1.11/1.23	c bounds 1188 >= 677 @ 1.04125
1.11/1.23	c bounds 1188 >= 678 @ 1.04218
1.11/1.24	c bounds 1188 >= 679 @ 1.04315
1.11/1.24	c bounds 1188 >= 680 @ 1.04411
1.11/1.24	c bounds 1188 >= 681 @ 1.04506
1.11/1.24	c bounds 1188 >= 682 @ 1.04599
1.11/1.24	c bounds 1188 >= 683 @ 1.04694
1.11/1.24	c bounds 1188 >= 684 @ 1.04788
1.11/1.24	c bounds 1188 >= 685 @ 1.04882
1.11/1.24	c bounds 1188 >= 686 @ 1.04977
1.11/1.24	c bounds 1188 >= 687 @ 1.05074
1.11/1.24	c bounds 1188 >= 688 @ 1.05168
1.11/1.25	c bounds 1188 >= 689 @ 1.05268
1.11/1.25	c bounds 1188 >= 690 @ 1.05365
1.11/1.25	c bounds 1188 >= 691 @ 1.05463
1.11/1.25	c bounds 1188 >= 692 @ 1.0556
1.11/1.25	c bounds 1188 >= 693 @ 1.05653
1.11/1.25	c bounds 1188 >= 694 @ 1.05759
1.11/1.25	c bounds 1188 >= 695 @ 1.05858
1.11/1.25	c bounds 1188 >= 696 @ 1.05953
1.11/1.25	c bounds 1188 >= 697 @ 1.06049
1.11/1.25	c bounds 1188 >= 698 @ 1.06146
1.11/1.26	c bounds 1188 >= 699 @ 1.06161
1.11/1.26	c bounds 1188 >= 700 @ 1.06241
1.11/1.26	c bounds 1188 >= 701 @ 1.06338
1.11/1.26	c bounds 1188 >= 702 @ 1.0636
1.11/1.26	c bounds 1188 >= 703 @ 1.0636
1.11/1.26	c bounds 1188 >= 704 @ 1.0636
1.11/1.26	c bounds 1188 >= 705 @ 1.06419
1.11/1.26	c bounds 1188 >= 706 @ 1.06512
1.11/1.26	c bounds 1188 >= 707 @ 1.06608
1.11/1.26	c bounds 1188 >= 708 @ 1.06705
1.11/1.26	c bounds 1188 >= 709 @ 1.06804
1.11/1.27	c bounds 1188 >= 710 @ 1.06903
1.11/1.27	c bounds 1188 >= 711 @ 1.07002
1.11/1.27	c bounds 1188 >= 712 @ 1.07095
1.11/1.27	c bounds 1188 >= 713 @ 1.07189
1.11/1.27	c bounds 1188 >= 714 @ 1.07283
1.11/1.27	c bounds 1188 >= 715 @ 1.07383
1.11/1.27	c bounds 1188 >= 716 @ 1.07481
1.11/1.27	c bounds 1188 >= 717 @ 1.07579
1.11/1.27	c bounds 1188 >= 718 @ 1.07673
1.11/1.27	c bounds 1188 >= 719 @ 1.07767
1.11/1.28	c bounds 1188 >= 720 @ 1.07866
1.11/1.28	c bounds 1188 >= 721 @ 1.07963
1.11/1.28	c bounds 1188 >= 722 @ 1.0806
1.11/1.28	c bounds 1188 >= 723 @ 1.08157
1.11/1.28	c bounds 1188 >= 724 @ 1.08254
1.11/1.28	c bounds 1188 >= 725 @ 1.08358
1.11/1.28	c bounds 1188 >= 726 @ 1.08456
1.11/1.28	c bounds 1188 >= 727 @ 1.08553
1.11/1.28	c bounds 1188 >= 728 @ 1.08648
1.11/1.28	c bounds 1188 >= 729 @ 1.08746
1.11/1.29	c bounds 1188 >= 730 @ 1.08755
1.11/1.29	c bounds 1188 >= 731 @ 1.08843
1.11/1.29	c bounds 1188 >= 732 @ 1.0894
1.11/1.29	c bounds 1188 >= 733 @ 1.09038
1.11/1.29	c bounds 1188 >= 734 @ 1.09139
1.11/1.29	c bounds 1188 >= 735 @ 1.09235
1.11/1.29	c bounds 1188 >= 736 @ 1.09245
1.11/1.29	c bounds 1188 >= 737 @ 1.09339
1.11/1.29	c bounds 1188 >= 738 @ 1.09438
1.11/1.29	c bounds 1188 >= 739 @ 1.09545
1.11/1.30	c bounds 1188 >= 740 @ 1.09644
1.20/1.30	c bounds 1188 >= 741 @ 1.09742
1.20/1.30	c bounds 1188 >= 742 @ 1.0975
1.20/1.30	c bounds 1188 >= 743 @ 1.09844
1.20/1.30	c bounds 1188 >= 744 @ 1.0994
1.20/1.30	c bounds 1188 >= 745 @ 1.1004
1.20/1.30	c bounds 1188 >= 746 @ 1.10137
1.20/1.30	c bounds 1188 >= 747 @ 1.10238
1.20/1.30	c bounds 1188 >= 748 @ 1.10334
1.20/1.30	c bounds 1188 >= 749 @ 1.10432
1.20/1.31	c bounds 1188 >= 750 @ 1.10534
1.20/1.31	c bounds 1188 >= 751 @ 1.10637
1.20/1.31	c bounds 1188 >= 752 @ 1.10744
1.20/1.31	c bounds 1188 >= 753 @ 1.10779
1.20/1.31	c bounds 1188 >= 754 @ 1.1086
1.20/1.31	c bounds 1188 >= 755 @ 1.10964
1.20/1.31	c bounds 1188 >= 756 @ 1.11066
1.20/1.31	c bounds 1188 >= 757 @ 1.11164
1.20/1.31	c bounds 1188 >= 758 @ 1.11265
1.20/1.31	c bounds 1188 >= 759 @ 1.11366
1.20/1.32	c bounds 1188 >= 760 @ 1.11466
1.20/1.34	c bounds 1187 >= 760 @ 1.1361
1.20/1.34	c bounds 1187 >= 761 @ 1.13745
1.20/1.34	c bounds 1187 >= 762 @ 1.13849
1.20/1.34	c bounds 1187 >= 763 @ 1.13949
1.20/1.34	c bounds 1187 >= 764 @ 1.14046
1.20/1.34	c bounds 1187 >= 765 @ 1.14143
1.20/1.34	c bounds 1187 >= 766 @ 1.1424
1.20/1.35	c bounds 1187 >= 767 @ 1.14338
1.20/1.35	c bounds 1187 >= 768 @ 1.14371
1.20/1.35	c bounds 1187 >= 769 @ 1.1444
1.20/1.35	c bounds 1187 >= 770 @ 1.14539
1.20/1.35	c bounds 1187 >= 771 @ 1.14639
1.20/1.35	c bounds 1187 >= 772 @ 1.14736
1.20/1.35	c bounds 1187 >= 773 @ 1.1483
1.20/1.35	c bounds 1187 >= 774 @ 1.14928
1.20/1.35	c bounds 1187 >= 775 @ 1.15017
1.20/1.35	c bounds 1187 >= 776 @ 1.15017
1.20/1.36	c bounds 1187 >= 777 @ 1.15039
1.20/1.36	c bounds 1187 >= 778 @ 1.15143
1.20/1.36	c bounds 1187 >= 779 @ 1.15241
1.20/1.36	c bounds 1187 >= 780 @ 1.15338
1.20/1.36	c bounds 1187 >= 781 @ 1.15434
1.20/1.36	c bounds 1187 >= 782 @ 1.15527
1.20/1.36	c bounds 1187 >= 783 @ 1.15634
1.20/1.36	c bounds 1187 >= 784 @ 1.15732
1.20/1.36	c bounds 1187 >= 785 @ 1.15831
1.20/1.36	c bounds 1187 >= 786 @ 1.15929
1.20/1.37	c bounds 1187 >= 787 @ 1.16029
1.20/1.37	c bounds 1187 >= 788 @ 1.16134
1.20/1.37	c bounds 1187 >= 789 @ 1.16235
1.20/1.37	c bounds 1187 >= 790 @ 1.1635
1.20/1.37	c bounds 1187 >= 791 @ 1.16456
1.20/1.37	c bounds 1187 >= 792 @ 1.1656
1.20/1.37	c bounds 1187 >= 793 @ 1.16659
1.20/1.37	c bounds 1187 >= 794 @ 1.16758
1.20/1.37	c bounds 1187 >= 795 @ 1.16793
1.20/1.37	c bounds 1187 >= 796 @ 1.16799
1.20/1.38	c bounds 1187 >= 797 @ 1.16866
1.20/1.38	c bounds 1187 >= 798 @ 1.16967
1.20/1.38	c bounds 1187 >= 799 @ 1.17068
1.20/1.38	c bounds 1187 >= 800 @ 1.17168
1.20/1.38	c bounds 1187 >= 801 @ 1.17269
1.20/1.38	c bounds 1187 >= 802 @ 1.17366
1.20/1.38	c bounds 1187 >= 803 @ 1.17401
1.20/1.38	c bounds 1187 >= 804 @ 1.17466
1.20/1.38	c bounds 1187 >= 805 @ 1.17568
1.20/1.38	c bounds 1187 >= 806 @ 1.17671
1.20/1.39	c bounds 1187 >= 807 @ 1.17774
1.20/1.39	c bounds 1187 >= 808 @ 1.17873
1.20/1.39	c bounds 1187 >= 809 @ 1.17971
1.20/1.39	c bounds 1187 >= 810 @ 1.18073
1.20/1.39	c bounds 1187 >= 811 @ 1.18174
1.20/1.39	c bounds 1187 >= 812 @ 1.18276
1.20/1.39	c bounds 1187 >= 813 @ 1.18378
1.20/1.39	c bounds 1187 >= 814 @ 1.18405
1.20/1.39	c bounds 1187 >= 815 @ 1.18405
1.30/1.42	c bounds 1186 >= 815 @ 1.20651
1.30/1.42	c bounds 1186 >= 816 @ 1.20707
1.30/1.42	c bounds 1186 >= 817 @ 1.20805
1.30/1.42	c bounds 1186 >= 818 @ 1.20907
1.30/1.42	c bounds 1186 >= 819 @ 1.21006
1.30/1.43	c bounds 1186 >= 820 @ 1.2111
1.30/1.43	c bounds 1186 >= 821 @ 1.21214
1.30/1.43	c bounds 1186 >= 822 @ 1.21316
1.30/1.43	c bounds 1186 >= 823 @ 1.21426
1.30/1.43	c bounds 1186 >= 824 @ 1.21466
1.30/1.43	c bounds 1186 >= 825 @ 1.21475
1.30/1.43	c bounds 1186 >= 826 @ 1.21545
1.30/1.43	c bounds 1186 >= 827 @ 1.2165
1.30/1.43	c bounds 1186 >= 828 @ 1.21688
1.30/1.43	c bounds 1186 >= 829 @ 1.21753
1.30/1.44	c bounds 1186 >= 830 @ 1.21854
1.30/1.44	c bounds 1186 >= 831 @ 1.21957
1.30/1.44	c bounds 1186 >= 832 @ 1.22059
1.30/1.44	c bounds 1186 >= 833 @ 1.22161
1.30/1.44	c bounds 1186 >= 834 @ 1.22261
1.30/1.44	c bounds 1186 >= 835 @ 1.22363
1.30/1.44	c bounds 1186 >= 836 @ 1.22391
1.30/1.44	c bounds 1186 >= 837 @ 1.22461
1.30/1.44	c bounds 1186 >= 838 @ 1.22563
1.30/1.45	c bounds 1186 >= 839 @ 1.2259
1.30/1.45	c bounds 1186 >= 840 @ 1.22669
1.30/1.45	c bounds 1186 >= 841 @ 1.22689
1.30/1.45	c bounds 1186 >= 842 @ 1.22689
1.30/1.45	c bounds 1186 >= 843 @ 1.22784
1.30/1.45	c bounds 1186 >= 844 @ 1.22885
1.30/1.45	c bounds 1186 >= 845 @ 1.22907
1.30/1.45	c bounds 1186 >= 846 @ 1.23004
1.30/1.45	c bounds 1186 >= 847 @ 1.23107
1.30/1.45	c bounds 1186 >= 848 @ 1.2321
1.30/1.46	c bounds 1186 >= 849 @ 1.23312
1.30/1.46	c bounds 1186 >= 850 @ 1.23414
1.30/1.46	c bounds 1186 >= 851 @ 1.23517
1.30/1.46	c bounds 1186 >= 852 @ 1.23626
1.30/1.46	c bounds 1186 >= 853 @ 1.23729
1.30/1.46	c bounds 1186 >= 854 @ 1.2383
1.30/1.46	c bounds 1186 >= 855 @ 1.2393
1.30/1.46	c bounds 1186 >= 856 @ 1.24031
1.30/1.46	c bounds 1186 >= 857 @ 1.24139
1.30/1.46	c bounds 1186 >= 858 @ 1.24238
1.30/1.47	c bounds 1186 >= 859 @ 1.24338
1.30/1.47	c bounds 1186 >= 860 @ 1.2444
1.30/1.47	c bounds 1186 >= 861 @ 1.24538
1.30/1.47	c bounds 1186 >= 862 @ 1.24642
1.30/1.47	c bounds 1186 >= 863 @ 1.24745
1.30/1.47	c bounds 1186 >= 864 @ 1.24849
1.30/1.47	c bounds 1186 >= 865 @ 1.2488
1.30/1.47	c bounds 1186 >= 866 @ 1.24881
1.40/1.50	c bounds 1185 >= 866 @ 1.26842
1.40/1.50	c bounds 1185 >= 867 @ 1.27002
1.40/1.50	c bounds 1185 >= 868 @ 1.27107
1.40/1.50	c bounds 1185 >= 869 @ 1.2722
1.40/1.50	c bounds 1185 >= 870 @ 1.27328
1.40/1.50	c bounds 1185 >= 871 @ 1.27438
1.40/1.50	c bounds 1185 >= 872 @ 1.27465
1.40/1.51	c bounds 1185 >= 873 @ 1.27465
1.40/1.51	c bounds 1185 >= 874 @ 1.27475
1.40/1.51	c bounds 1185 >= 875 @ 1.27579
1.40/1.51	c bounds 1185 >= 876 @ 1.27681
1.40/1.51	c bounds 1185 >= 877 @ 1.27786
1.40/1.51	c bounds 1185 >= 878 @ 1.27901
1.40/1.51	c bounds 1185 >= 879 @ 1.28006
1.40/1.51	c bounds 1185 >= 880 @ 1.28117
1.40/1.51	c bounds 1185 >= 881 @ 1.28221
1.40/1.51	c bounds 1185 >= 882 @ 1.28261
1.40/1.52	c bounds 1185 >= 883 @ 1.28328
1.40/1.52	c bounds 1185 >= 884 @ 1.28434
1.40/1.52	c bounds 1185 >= 885 @ 1.28538
1.40/1.52	c bounds 1185 >= 886 @ 1.28561
1.40/1.52	c bounds 1185 >= 887 @ 1.28561
1.40/1.52	c bounds 1185 >= 888 @ 1.28667
1.40/1.52	c bounds 1185 >= 889 @ 1.2879
1.40/1.52	c bounds 1185 >= 890 @ 1.28895
1.40/1.52	c bounds 1185 >= 891 @ 1.29005
1.40/1.53	c bounds 1185 >= 892 @ 1.29123
1.40/1.55	c bounds 1184 >= 892 @ 1.31406
1.40/1.55	c bounds 1184 >= 893 @ 1.31512
1.40/1.55	c bounds 1184 >= 894 @ 1.31592
1.40/1.55	c bounds 1184 >= 895 @ 1.31679
1.40/1.55	c bounds 1184 >= 896 @ 1.31714
1.40/1.55	c bounds 1184 >= 897 @ 1.31742
1.40/1.56	c bounds 1184 >= 898 @ 1.31829
1.40/1.56	c bounds 1184 >= 899 @ 1.3185
1.40/1.56	c bounds 1184 >= 900 @ 1.31895
1.40/1.56	c bounds 1184 >= 901 @ 1.31977
1.40/1.56	c bounds 1184 >= 902 @ 1.32055
1.40/1.56	c bounds 1184 >= 903 @ 1.32133
1.40/1.56	c bounds 1184 >= 904 @ 1.32216
1.40/1.56	c bounds 1184 >= 905 @ 1.32296
1.40/1.56	c bounds 1184 >= 906 @ 1.32376
1.40/1.56	c bounds 1184 >= 907 @ 1.32458
1.40/1.56	c bounds 1184 >= 908 @ 1.32541
1.40/1.56	c bounds 1184 >= 909 @ 1.32548
1.40/1.56	c bounds 1184 >= 910 @ 1.32604
1.40/1.57	c bounds 1184 >= 911 @ 1.32684
1.40/1.57	c bounds 1184 >= 912 @ 1.32771
1.40/1.57	c bounds 1184 >= 913 @ 1.32854
1.40/1.57	c bounds 1184 >= 914 @ 1.32936
1.40/1.57	c bounds 1184 >= 915 @ 1.32947
1.40/1.57	c bounds 1184 >= 916 @ 1.33004
1.40/1.57	c bounds 1184 >= 917 @ 1.33086
1.40/1.59	c bounds 1183 >= 917 @ 1.34802
1.40/1.59	c bounds 1183 >= 918 @ 1.34983
1.40/1.59	c bounds 1183 >= 919 @ 1.35064
1.40/1.59	c bounds 1183 >= 920 @ 1.3515
1.40/1.59	c bounds 1183 >= 921 @ 1.35236
1.40/1.60	c bounds 1183 >= 922 @ 1.35322
1.50/1.60	c bounds 1183 >= 923 @ 1.3534
1.50/1.60	c bounds 1183 >= 924 @ 1.35393
1.50/1.60	c bounds 1183 >= 925 @ 1.35473
1.50/1.60	c bounds 1183 >= 926 @ 1.35557
1.50/1.60	c bounds 1183 >= 927 @ 1.35652
1.50/1.60	c bounds 1183 >= 928 @ 1.35734
1.50/1.60	c bounds 1183 >= 929 @ 1.35738
1.50/1.60	c bounds 1183 >= 930 @ 1.35738
1.50/1.60	c bounds 1183 >= 931 @ 1.35794
1.50/1.60	c bounds 1183 >= 932 @ 1.35877
1.50/1.60	c bounds 1183 >= 933 @ 1.3596
1.50/1.61	c bounds 1183 >= 934 @ 1.36047
1.50/1.61	c bounds 1183 >= 935 @ 1.36131
1.50/1.61	c bounds 1183 >= 936 @ 1.36137
1.50/1.61	c bounds 1183 >= 937 @ 1.36137
1.50/1.61	c bounds 1183 >= 938 @ 1.36196
1.50/1.61	c bounds 1183 >= 939 @ 1.36283
1.50/1.61	c bounds 1183 >= 940 @ 1.36373
1.50/1.61	c bounds 1183 >= 941 @ 1.36466
1.50/1.61	c bounds 1183 >= 942 @ 1.36522
1.50/1.61	c bounds 1183 >= 943 @ 1.36575
1.50/1.61	c bounds 1183 >= 944 @ 1.36672
1.50/1.62	c bounds 1183 >= 945 @ 1.36772
1.50/1.62	c bounds 1183 >= 946 @ 1.36885
1.50/1.64	c bounds 1182 >= 946 @ 1.38627
1.50/1.64	c bounds 1182 >= 947 @ 1.38728
1.50/1.64	c bounds 1182 >= 948 @ 1.3881
1.50/1.64	c bounds 1182 >= 949 @ 1.38929
1.50/1.64	c bounds 1182 >= 950 @ 1.3899
1.50/1.64	c bounds 1182 >= 951 @ 1.39063
1.50/1.64	c bounds 1182 >= 952 @ 1.39187
1.50/1.64	c bounds 1182 >= 953 @ 1.39303
1.50/1.65	c bounds 1182 >= 954 @ 1.39412
1.50/1.65	c bounds 1182 >= 955 @ 1.39433
1.50/1.65	c bounds 1182 >= 956 @ 1.3954
1.50/1.65	c bounds 1182 >= 957 @ 1.39652
1.50/1.65	c bounds 1182 >= 958 @ 1.39718
1.50/1.65	c bounds 1182 >= 959 @ 1.39797
1.50/1.65	c bounds 1182 >= 960 @ 1.39851
1.50/1.69	c bounds 1181 >= 960 @ 1.42896
1.50/1.69	c bounds 1181 >= 961 @ 1.43111
1.50/1.69	c bounds 1181 >= 962 @ 1.43123
1.50/1.69	c bounds 1181 >= 963 @ 1.43263
1.50/1.69	c bounds 1181 >= 964 @ 1.43383
1.50/1.69	c bounds 1181 >= 965 @ 1.43415
1.50/1.69	c bounds 1181 >= 966 @ 1.43478
1.50/1.70	c bounds 1181 >= 967 @ 1.43515
1.60/1.70	c bounds 1181 >= 968 @ 1.43621
1.60/1.70	c bounds 1181 >= 969 @ 1.4375
1.60/1.70	c bounds 1181 >= 970 @ 1.43945
1.60/1.70	c bounds 1181 >= 971 @ 1.44079
1.60/1.70	c bounds 1181 >= 972 @ 1.44112
1.60/1.70	c bounds 1181 >= 973 @ 1.44148
1.60/1.70	c bounds 1181 >= 974 @ 1.44257
1.60/1.71	c bounds 1181 >= 975 @ 1.44462
1.60/1.71	c bounds 1181 >= 976 @ 1.44539
1.60/1.71	c bounds 1181 >= 977 @ 1.44667
1.60/1.71	c bounds 1181 >= 978 @ 1.44752
1.60/1.71	c bounds 1181 >= 979 @ 1.44874
1.60/1.71	c bounds 1181 >= 980 @ 1.44952
1.60/1.72	c bounds 1181 >= 981 @ 1.45007
1.60/1.72	c bounds 1181 >= 982 @ 1.45007
1.60/1.75	c bounds 1180 >= 982 @ 1.48462
1.60/1.76	c bounds 1180 >= 983 @ 1.48655
1.60/1.76	c bounds 1180 >= 984 @ 1.48695
1.60/1.76	c bounds 1180 >= 985 @ 1.48765
1.60/1.76	c bounds 1180 >= 986 @ 1.48972
1.60/1.77	c bounds 1180 >= 987 @ 1.49374
1.60/1.77	c bounds 1180 >= 988 @ 1.49628
1.60/1.77	c bounds 1180 >= 989 @ 1.49864
1.60/1.78	c bounds 1180 >= 990 @ 1.50128
1.70/1.81	c bounds 1179 >= 990 @ 1.53653
1.70/1.82	c bounds 1179 >= 991 @ 1.54003
1.70/1.82	c bounds 1179 >= 992 @ 1.54223
1.70/1.83	c bounds 1179 >= 993 @ 1.54767
1.70/1.84	c bounds 1179 >= 994 @ 1.5568
1.70/1.87	c bounds 1178 >= 994 @ 1.58951
1.70/1.89	c bounds 1178 >= 995 @ 1.60179
1.80/1.92	c bounds 1177 >= 995 @ 1.63726
1.80/1.96	c bounds 1177 >= 996 @ 1.67016
1.92/2.04	c bounds 1176 >= 996 @ 1.74932
1.92/2.08	c bounds 1175 >= 996 @ 1.78769
2.01/2.18	c #Conflicts:       1000 | #Constraints:       8476
2.01/2.18	c bounds 1175 >= 997 @ 1.87974
2.10/2.21	c bounds 1174 >= 997 @ 1.91446
2.10/2.25	c bounds 1173 >= 997 @ 1.94603
2.10/2.28	c bounds 1172 >= 997 @ 1.97677
2.20/2.32	c bounds 1171 >= 997 @ 2.01144
2.20/2.37	c bounds 1170 >= 997 @ 2.06285
2.30/2.41	c bounds 1169 >= 997 @ 2.0987
2.60/2.72	c bounds 1169 >= 998 @ 2.40761
2.60/2.75	c bounds 1168 >= 998 @ 2.43909
3.09/3.23	c #Conflicts:       2000 | #Constraints:       9594
3.09/3.23	c INPROCESSING
3.09/3.23	c GARBAGE COLLECT
3.09/3.23	c bounds 1167 >= 998 @ 2.89755
3.09/3.28	c bounds 1166 >= 998 @ 2.94104
3.20/3.31	c bounds 1165 >= 998 @ 2.97704
3.20/3.36	c bounds 1164 >= 998 @ 3.02287
3.20/3.40	c bounds 1163 >= 998 @ 3.05803
3.30/3.44	c bounds 1162 >= 998 @ 3.09702
3.30/3.47	c bounds 1161 >= 998 @ 3.12968
3.39/3.50	c bounds 1160 >= 998 @ 3.16305
3.39/3.54	c bounds 1159 >= 998 @ 3.19624
3.39/3.57	c #Conflicts:       3000 | #Constraints:       8468
3.39/3.57	c bounds 1158 >= 998 @ 3.22605
4.01/4.18	c bounds 1158 >= 999 @ 3.83024
4.09/4.22	c bounds 1157 >= 999 @ 3.86503
4.09/4.24	c bounds 1156 >= 999 @ 3.88917
4.09/4.27	c bounds 1155 >= 999 @ 3.91061
4.09/4.29	c bounds 1154 >= 999 @ 3.93101
4.20/4.31	c bounds 1153 >= 999 @ 3.95209
4.20/4.33	c bounds 1152 >= 999 @ 3.97383
4.20/4.38	c bounds 1151 >= 999 @ 4.01443
4.29/4.42	c #Conflicts:       4000 | #Constraints:       9504
4.29/4.42	c bounds 1150 >= 999 @ 4.05403
4.39/4.52	c INPROCESSING
4.39/4.52	c GARBAGE COLLECT
4.39/4.52	c bounds 1149 >= 999 @ 4.14475
4.39/4.58	c bounds 1148 >= 999 @ 4.19831
4.49/4.68	c bounds 1147 >= 999 @ 4.29284
4.59/4.72	c bounds 1146 >= 999 @ 4.32762
4.59/4.75	c bounds 1145 >= 999 @ 4.36052
4.59/4.79	c bounds 1144 >= 999 @ 4.39645
4.69/4.82	c bounds 1143 >= 999 @ 4.4323
4.69/4.87	c #Conflicts:       5000 | #Constraints:       8840
4.69/4.87	c bounds 1142 >= 999 @ 4.47617
4.79/4.91	c bounds 1141 >= 999 @ 4.51695
4.79/4.96	c bounds 1140 >= 999 @ 4.55819
4.79/5.00	c bounds 1139 >= 999 @ 4.59903
4.90/5.04	c bounds 1138 >= 999 @ 4.64094
4.90/5.08	c bounds 1137 >= 999 @ 4.67857
5.01/5.12	c bounds 1136 >= 999 @ 4.71358
5.01/5.16	c bounds 1135 >= 999 @ 4.75326
5.01/5.20	c bounds 1134 >= 999 @ 4.78867
5.09/5.23	c bounds 1133 >= 999 @ 4.82467
5.09/5.27	c #Conflicts:       6000 | #Constraints:       9850
5.09/5.27	c bounds 1132 >= 999 @ 4.86344
5.19/5.31	c bounds 1131 >= 999 @ 4.89972
5.19/5.35	c bounds 1130 >= 999 @ 4.93617
5.19/5.38	c bounds 1129 >= 999 @ 4.96908
5.29/5.43	c bounds 1128 >= 999 @ 5.00874
5.29/5.46	c bounds 1127 >= 999 @ 5.04059
5.59/5.74	c INPROCESSING
5.59/5.74	c GARBAGE COLLECT
5.59/5.74	c rational objective 999
6.28/6.40	c #Conflicts:       7000 | #Constraints:       8769
6.28/6.40	c bounds 1127 >= 1000 @ 5.96252
6.28/6.41	c bounds 1126 >= 1000 @ 5.96995
6.28/6.44	c bounds 1125 >= 1000 @ 5.99936
6.28/6.48	c bounds 1124 >= 1000 @ 6.03595
6.38/6.53	c bounds 1123 >= 1000 @ 6.09362
6.38/6.57	c bounds 1122 >= 1000 @ 6.13139
6.48/6.61	c #Conflicts:       8000 | #Constraints:       9807
6.48/6.61	c bounds 1121 >= 1000 @ 6.16647
6.48/6.66	c bounds 1120 >= 1000 @ 6.21434
6.58/6.71	c bounds 1119 >= 1000 @ 6.2601
6.58/6.76	c bounds 1118 >= 1000 @ 6.30764
6.68/6.80	c bounds 1117 >= 1000 @ 6.34505
6.68/6.85	c bounds 1116 >= 1000 @ 6.39559
6.68/6.89	c bounds 1115 >= 1000 @ 6.43643
6.78/6.95	c bounds 1114 >= 1000 @ 6.4872
6.78/6.99	c bounds 1113 >= 1000 @ 6.53481
6.90/7.05	c #Conflicts:       9000 | #Constraints:      10819
6.90/7.05	c bounds 1112 >= 1000 @ 6.59132
6.99/7.19	c INPROCESSING
6.99/7.19	c GARBAGE COLLECT
6.99/7.19	c rational objective 1000
7.08/7.27	c bounds 1111 >= 1000 @ 6.80156
7.18/7.36	c bounds 1110 >= 1000 @ 6.88431
7.38/7.52	c bounds 1109 >= 1000 @ 7.04991
8.08/8.23	c #Conflicts:      10000 | #Constraints:       9488
8.08/8.23	c #Conflicts:      11000 | #Constraints:      10488
8.08/8.23	c bounds 1109 >= 1001 @ 7.74058
8.08/8.26	c bounds 1108 >= 1001 @ 7.77164
8.08/8.29	c bounds 1107 >= 1001 @ 7.79216
8.18/8.31	c bounds 1106 >= 1001 @ 7.81382
8.18/8.33	c bounds 1105 >= 1001 @ 7.83569
8.18/8.35	c bounds 1104 >= 1001 @ 7.85629
8.28/8.40	c bounds 1103 >= 1001 @ 7.90205
8.28/8.48	c bounds 1102 >= 1001 @ 7.9788
8.37/8.54	c bounds 1101 >= 1001 @ 8.04126
8.68/8.81	c #Conflicts:      12000 | #Constraints:      11562
8.68/8.81	c INPROCESSING
8.68/8.81	c GARBAGE COLLECT
8.68/8.81	c rational objective 1001
8.68/8.88	c bounds 1100 >= 1001 @ 8.36675
8.78/8.94	c bounds 1099 >= 1001 @ 8.42455
8.89/9.03	c bounds 1098 >= 1001 @ 8.51225
8.89/9.10	c bounds 1097 >= 1001 @ 8.57515
8.99/9.17	c bounds 1096 >= 1001 @ 8.64551
9.08/9.23	c #Conflicts:      13000 | #Constraints:       9998
9.08/9.23	c bounds 1095 >= 1001 @ 8.70669
9.18/9.31	c bounds 1094 >= 1001 @ 8.77639
9.47/9.62	c bounds 1093 >= 1001 @ 9.08533
9.47/9.68	c bounds 1092 >= 1001 @ 9.14413
9.58/9.76	c #Conflicts:      14000 | #Constraints:      11006
9.58/9.76	c bounds 1091 >= 1001 @ 9.22185
9.68/9.84	c bounds 1090 >= 1001 @ 9.30028
10.77/11.00	c #Conflicts:      15000 | #Constraints:      12010
10.77/11.00	c INPROCESSING
10.77/11.00	c GARBAGE COLLECT
10.77/11.00	c rational objective 1001
10.88/11.09	c bounds 1089 >= 1001 @ 10.5343
10.98/11.13	c bounds 1088 >= 1001 @ 10.5782
10.98/11.18	c bounds 1087 >= 1001 @ 10.6282
11.17/11.37	c bounds 1086 >= 1001 @ 10.809
11.46/11.67	c #Conflicts:      16000 | #Constraints:      10234
11.46/11.67	c bounds 1085 >= 1001 @ 11.1116
12.36/12.51	c #Conflicts:      17000 | #Constraints:      11235
12.36/12.51	c #Conflicts:      18000 | #Constraints:      12235
12.36/12.51	c INPROCESSING
12.36/12.51	c GARBAGE COLLECT
12.36/12.51	c rational objective 1001
12.46/12.67	c bounds 1084 >= 1001 @ 12.0861
12.77/12.97	c #Conflicts:      19000 | #Constraints:      10295
12.77/12.97	c bounds 1083 >= 1001 @ 12.3763
13.36/13.52	c bounds 1083 >= 1002 @ 12.9176
13.67/13.85	c #Conflicts:      20000 | #Constraints:      11347
13.67/13.85	c bounds 1082 >= 1002 @ 13.2379
13.98/14.13	c #Conflicts:      21000 | #Constraints:      12348
13.98/14.13	c bounds 1081 >= 1002 @ 13.507
14.36/14.54	c INPROCESSING
14.36/14.54	c GARBAGE COLLECT
14.36/14.54	c rational objective 1002
14.66/14.80	c #Conflicts:      22000 | #Constraints:      10056
14.66/14.80	c bounds 1080 >= 1002 @ 14.1656
15.66/15.85	c #Conflicts:      23000 | #Constraints:      11057
15.66/15.85	c #Conflicts:      24000 | #Constraints:      12057
15.66/15.85	c bounds 1080 >= 1003 @ 15.1962
16.06/16.27	c #Conflicts:      25000 | #Constraints:      13141
16.06/16.27	c INPROCESSING
16.06/16.27	c GARBAGE COLLECT
16.06/16.27	c rational objective 1003
16.25/16.42	c bounds 1079 >= 1003 @ 15.7439
16.55/16.70	c #Conflicts:      26000 | #Constraints:      10718
16.55/16.70	c bounds 1078 >= 1003 @ 16.0224
16.75/16.99	c bounds 1077 >= 1003 @ 16.3077
17.06/17.21	c #Conflicts:      27000 | #Constraints:      11749
17.06/17.21	c bounds 1076 >= 1003 @ 16.5242
17.35/17.59	c bounds 1075 >= 1003 @ 16.8877
17.86/18.10	c #Conflicts:      28000 | #Constraints:      12763
17.86/18.10	c bounds 1074 >= 1003 @ 17.3946
18.15/18.36	c #Conflicts:      29000 | #Constraints:      13794
18.15/18.36	c INPROCESSING
18.15/18.36	c GARBAGE COLLECT
18.15/18.36	c rational objective 1003
20.14/20.31	c #Conflicts:      30000 | #Constraints:      11190
20.14/20.31	c #Conflicts:      31000 | #Constraints:      12190
20.14/20.31	c #Conflicts:      32000 | #Constraints:      13190
20.14/20.31	c #Conflicts:      33000 | #Constraints:      14190
20.14/20.31	c INPROCESSING
20.14/20.31	c GARBAGE COLLECT
20.14/20.31	c rational objective 1003
20.85/21.10	c #Conflicts:      34000 | #Constraints:      11386
20.85/21.10	c bounds 1073 >= 1003 @ 20.3278
21.24/21.47	c #Conflicts:      35000 | #Constraints:      12426
21.24/21.47	c bounds 1072 >= 1003 @ 20.6824
21.74/21.90	c bounds 1071 >= 1003 @ 21.1062
22.44/22.65	c #Conflicts:      36000 | #Constraints:      13463
22.44/22.65	c #Conflicts:      37000 | #Constraints:      14489
22.44/22.65	c INPROCESSING
22.44/22.65	c GARBAGE COLLECT
22.44/22.65	c rational objective 1003
22.74/22.90	c bounds 1070 >= 1003 @ 22.0862
23.54/23.78	c #Conflicts:      38000 | #Constraints:      11451
23.54/23.78	c #Conflicts:      39000 | #Constraints:      12500
23.54/23.78	c bounds 1069 >= 1003 @ 22.9558
25.84/26.07	c #Conflicts:      40000 | #Constraints:      13513
25.84/26.07	c #Conflicts:      41000 | #Constraints:      14513
25.84/26.07	c INPROCESSING
25.84/26.07	c GARBAGE COLLECT
25.84/26.07	c rational objective 1003
27.33/27.51	c #Conflicts:      42000 | #Constraints:      11253
27.33/27.51	c #Conflicts:      43000 | #Constraints:      12283
27.33/27.51	c bounds 1068 >= 1003 @ 26.6346
27.94/28.13	c #Conflicts:      44000 | #Constraints:      13314
27.94/28.13	c bounds 1067 >= 1003 @ 27.2355
28.72/28.90	c #Conflicts:      45000 | #Constraints:      14315
28.72/28.90	c #Conflicts:      46000 | #Constraints:      15315
28.72/28.90	c INPROCESSING
28.72/28.90	c GARBAGE COLLECT
28.72/28.90	c rational objective 1003
29.42/29.67	c #Conflicts:      47000 | #Constraints:      11896
29.42/29.67	c bounds 1066 >= 1003 @ 28.7445
29.62/29.81	WSVECS04 Frhs2[3]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[13]: 6 -1.00003 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[14]: 6 -1.0001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[27]: 6 -1.00004 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[30]: 6 -1.00009 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[34]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[37]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[40]: 6 -1.00003 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[41]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[51]: 6 -1.00001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[60]: 6 -1.00004 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[69]: 6 -1.0001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[70]: 6 -1.0001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[71]: 6 -1.00004 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[75]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[79]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[80]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[81]: 6 -1.0001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[85]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[87]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[89]: 6 -1.00003 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[98]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[108]: 6 -1.0001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[109]: 6 -1.00003 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[124]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[126]: 6 -1.00009 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[129]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[132]: 6 -1.00004 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[133]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[141]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[142]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[145]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[147]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[148]: 6 -1.00009 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[161]: 6 -1.00001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[165]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[166]: 6 -1.0001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[171]: 6 -1.00009 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[173]: 6 -1.00004 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[174]: 6 -1.00004 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[175]: 6 -1.00009 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[176]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[200]: 6 -1.00004 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[201]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[202]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[204]: 6 -1.00003 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[205]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[209]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[216]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[220]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[222]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[228]: 6 -1.0001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[229]: 6 -1.00001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[236]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[237]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[238]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[243]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[246]: 6 -1.00003 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[248]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[251]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[255]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[261]: 6 -1.00009 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[263]: 6 -1.00009 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[266]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[269]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[271]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[274]: 6 -1.0001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[275]: 6 -1.00003 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[280]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[281]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[284]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[285]: 6 -1.00004 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[288]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[294]: 6 -1.00009 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[303]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[304]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[308]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[315]: 6 -1.00009 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[317]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[318]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[319]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[323]: 6 -1.00001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[325]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[333]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[335]: 6 -1.00004 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[336]: 6 -1.00001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[339]: 6 -1.00003 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[343]: 6 -1.00009 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[344]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[345]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[349]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[350]: 6 -1.0001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[353]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[354]: 6 -1.00003 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[362]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[376]: 6 -1.00003 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[377]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[380]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[382]: 6 -1.00009 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[383]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[387]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[391]: 6 -1.00001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[397]: 6 -1.00009 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[398]: 6 -1.00004 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[403]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[405]: 6 -1.00003 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[409]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[411]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[412]: 6 -1.00004 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[417]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[420]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[423]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[430]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[432]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[438]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[439]: 6 -1.0001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[443]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[444]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[449]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[456]: 6 -1.00004 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[464]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[472]: 6 -1.0001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[473]: 6 -1.00003 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[474]: 6 -1.00001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[476]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[478]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[483]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[492]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[498]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[505]: 6 -1.00003 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[510]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[513]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[514]: 6 -1.00009 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[515]: 6 -1.00003 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[516]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[520]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[532]: 6 -1.00009 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[537]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[541]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[544]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[550]: 6 -1.00003 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[551]: 6 -1.0001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[557]: 6 -1.0001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[561]: 6 -1.00004 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[565]: 6 -1.0001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[568]: 6 -1.00004 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[573]: 6 -1.00003 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[574]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[577]: 6 -1.00009 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[584]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[588]: 6 -1.00009 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[589]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[591]: 6 -1.00009 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[598]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[602]: 6 -1.00009 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[606]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[607]: 6 -1.00003 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[613]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[617]: 6 -1.0001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[625]: 6 -1.0001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[626]: 6 -1.00003 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[629]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[641]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[643]: 6 -1.00001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[644]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[645]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[646]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[650]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[658]: 6 -1.00001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[659]: 6 -1.00004 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[667]: 6 -1.00004 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[669]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[670]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[677]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[681]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[684]: 6 -1.00004 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[686]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[687]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[690]: 6 -1.0001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[696]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[698]: 6 -1.00003 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[699]: 6 -1.00009 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[706]: 6 -1.00003 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[717]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[720]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[741]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[757]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[758]: 6 -1.00003 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[761]: 6 -1.00009 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[763]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[764]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[769]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[774]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[776]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[777]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[781]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[786]: 6 -1.00003 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[797]: 6 -1.00001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[803]: 6 -1.00004 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[804]: 6 -1.00009 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[810]: 6 -1.00004 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[812]: 6 -1.00001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[814]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[818]: 6 -1.0001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[835]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[854]: 6 -1.00004 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[855]: 6 -1.00009 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[858]: 6 -1.00001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[859]: 6 -1.00001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[877]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[880]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[881]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[884]: 6 -1.00003 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[886]: 6 -1.00004 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[892]: 6 -1.00001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[901]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[903]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[907]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[909]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[928]: 6 -1.00003 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[935]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[937]: 6 -1.00009 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[938]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[944]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[945]: 6 -1.00004 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[946]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[951]: 6 -1.00003 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[952]: 6 -1.00004 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[955]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[970]: 6 -1.00003 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[972]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[973]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[975]: 6 -1.00009 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[977]: 6 -1.00003 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[981]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[987]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[988]: 6 -1.0001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[990]: 6 -1.00009 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[993]: 6 -1.00001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1001]: 6 -1.00003 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1004]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1005]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1008]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1013]: 6 -1.00003 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1017]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1018]: 6 -1.00001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1020]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1021]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1022]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1023]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1026]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1027]: 6 -1.00003 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1031]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1035]: 6 -1.0001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1036]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1038]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1039]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1042]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1044]: 6 -1.00003 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1045]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1046]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1060]: 6 -1.00004 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1066]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1067]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1069]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1070]: 6 -1.00003 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1071]: 6 -1.0001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1072]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1076]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1079]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1087]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1088]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1089]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1092]: 6 -1.00009 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1097]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1100]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1107]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1108]: 6 -1.00009 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1112]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1113]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1114]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1118]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1120]: 6 -1.00009 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1122]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1124]: 6 -1.0001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1125]: 6 -1.00004 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1128]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1129]: 6 -1.0001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1131]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1132]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1133]: 6 -1.00009 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1134]: 6 -1.00009 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1137]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1138]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1139]: 6 -1.00001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1141]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1142]: 6 -1.0001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1143]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1145]: 6 -1.00004 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1148]: 6 -1.00004 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1151]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1156]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1159]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1161]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1164]: 6 -1.00001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1166]: 6 -1.00003 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1167]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1168]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1173]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1180]: 6 -1.00004 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1182]: 6 -1.00003 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1183]: 6 -1.0001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1185]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1190]: 6 -1.00004 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1191]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1193]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1194]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1195]: 6 -1.00003 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1205]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1209]: 6 -1.0001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1210]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1221]: 6 -1.00004 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1223]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1227]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1231]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1236]: 6 -1.00009 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1237]: 6 -1.00004 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1242]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1249]: 6 -1.00004 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1252]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1259]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1264]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1266]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1267]: 6 -1.00004 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1269]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1271]: 6 -1.00001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1272]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1273]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1282]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1283]: 6 -1.00009 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1289]: 6 -1.00009 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1293]: 6 -1.00004 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1294]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1296]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1301]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1302]: 6 -1.00003 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1304]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1305]: 6 -1.0001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1306]: 6 -1.00003 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1311]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1312]: 6 -1.00009 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1314]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1315]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1325]: 6 -1.00003 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1337]: 6 -1.0001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1338]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1340]: 6 -1.00009 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1341]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1342]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1344]: 6 -1.00009 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1346]: 6 -1.00003 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1348]: 6 -1.00009 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1352]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1353]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1354]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1360]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1361]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1363]: 6 -1.00009 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1364]: 6 -1.00009 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1378]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1382]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1384]: 6 -1.00003 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1385]: 6 -1.00004 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1386]: 6 -1.00004 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1389]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1395]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1397]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1405]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1407]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1411]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1412]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1416]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1419]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1420]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1427]: 6 -1.0001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1429]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1430]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1435]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1436]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1437]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1440]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1443]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1444]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1448]: 6 -1.00001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1449]: 6 -1.00009 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1451]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1457]: 6 -1.0001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1458]: 6 -1.00003 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1464]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1465]: 6 -1.00001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1467]: 6 -1.00009 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1482]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1484]: 6 -1.00003 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1485]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1496]: 6 -1.00009 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1508]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1518]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1523]: 6 -1.00003 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1526]: 6 -1.00004 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1537]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1546]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1555]: 6 -1.00009 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1559]: 6 -1.00009 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1593]: 6 -1.0001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1594]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1597]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1600]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1601]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1604]: 6 -1.00004 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1605]: 6 -1.0001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1615]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1617]: 6 -1.00004 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1619]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1630]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1632]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1633]: 6 -1.00009 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1634]: 6 -1.00001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1639]: 6 -1.00004 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1640]: 6 -1.00003 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1650]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1651]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1655]: 6 -1.00004 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1664]: 6 -1.00001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1665]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1670]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1671]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1674]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1676]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1678]: 6 -1.0001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1681]: 6 -1.00001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1684]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1689]: 6 -1.00004 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1690]: 6 -1.00003 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1691]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1692]: 6 -1.00009 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1693]: 6 -1.00009 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1694]: 6 -1.00001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1696]: 6 -1.00004 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1698]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1699]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1701]: 6 -1.00009 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1702]: 6 -1.00009 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1706]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1721]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1724]: 6 -1.0001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1743]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1746]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1761]: 6 -1.0001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1767]: 6 -1.00009 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1773]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1783]: 6 -1.00001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1785]: 6 -1.00004 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1786]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1787]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1788]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1796]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1800]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1802]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1805]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1806]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1807]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1808]: 6 -1.00001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1812]: 6 -1.00004 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1816]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1821]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1823]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1826]: 6 -1.00003 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1828]: 6 -1.00001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1830]: 6 -1.00009 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1833]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1837]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1838]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1841]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1844]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1845]: 6 -1.00004 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1848]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1849]: 6 -1.00004 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1850]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1851]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1856]: 6 -1.00009 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1862]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1864]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1866]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1871]: 6 -1.00004 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1874]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1875]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1876]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1878]: 6 -1.00003 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1881]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1882]: 6 -1.00009 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1883]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1885]: 6 -1.00004 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1886]: 6 -1.00004 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1888]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1890]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1891]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1894]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1898]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1900]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1903]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1908]: 6 -1.00006 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1909]: 6 -1.00001 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1911]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1912]: 6 -1.00004 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1913]: 6 -1.00003 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1914]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1915]: 6 -1.00008 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1920]: 6 -1.00003 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1928]: 6 -1.00003 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1932]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1937]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1939]: 6 -1.00004 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1942]: 6 -1.00007 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1946]: 6 -1.00002 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1953]: 6 -1.00003 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1966]: 6 -1.00005 0 shouldn't be
29.62/29.81	WSVECS04 Frhs2[1967]: 6 -1.00004 0 shouldn't be
31.41/31.62	c #Conflicts:      48000 | #Constraints:      12909
31.41/31.62	c #Conflicts:      49000 | #Constraints:      13909
31.41/31.62	c #Conflicts:      50000 | #Constraints:      14909
31.41/31.62	c bounds 1066 >= 1004 @ 30.6602
31.51/31.71	c bounds 1065 >= 1004 @ 30.749
31.61/31.81	c bounds 1064 >= 1004 @ 30.8434
31.83/32.10	c #Conflicts:      51000 | #Constraints:      15960
31.83/32.10	c INPROCESSING
31.83/32.10	c GARBAGE COLLECT
31.83/32.10	c rational objective 1004
32.11/32.37	c bounds 1063 >= 1004 @ 31.3931
32.41/32.66	c #Conflicts:      52000 | #Constraints:      12254
32.41/32.66	c bounds 1062 >= 1004 @ 31.6704
32.51/32.77	c bounds 1061 >= 1004 @ 31.7776
33.11/33.31	c #Conflicts:      53000 | #Constraints:      13258
33.11/33.31	c bounds 1060 >= 1004 @ 32.3035
33.82/34.03	c #Conflicts:      54000 | #Constraints:      14280
33.82/34.03	c bounds 1059 >= 1004 @ 33.015
34.71/35.01	c #Conflicts:      55000 | #Constraints:      15315
34.71/35.01	c #Conflicts:      56000 | #Constraints:      16360
34.71/35.01	c INPROCESSING
34.71/35.01	c GARBAGE COLLECT
34.71/35.01	c rational objective 1004
37.40/37.63	c #Conflicts:      57000 | #Constraints:      12471
37.40/37.63	c #Conflicts:      58000 | #Constraints:      13471
37.40/37.63	c #Conflicts:      59000 | #Constraints:      14471
37.40/37.63	c #Conflicts:      60000 | #Constraints:      15471
37.40/37.63	c #Conflicts:      61000 | #Constraints:      16471
37.40/37.63	c INPROCESSING
37.40/37.63	c GARBAGE COLLECT
37.40/37.63	c rational objective 1004
37.91/38.14	c #Conflicts:      62000 | #Constraints:      12471
37.91/38.14	c bounds 1058 >= 1004 @ 37.0305
38.49/38.75	c #Conflicts:      63000 | #Constraints:      13479
38.49/38.75	c bounds 1057 >= 1004 @ 37.6289
40.29/40.52	c #Conflicts:      64000 | #Constraints:      14480
40.29/40.52	c #Conflicts:      65000 | #Constraints:      15481
40.29/40.52	c bounds 1056 >= 1004 @ 39.3702
41.99/42.22	c #Conflicts:      66000 | #Constraints:      16491
41.99/42.22	c INPROCESSING
41.99/42.22	c GARBAGE COLLECT
41.99/42.22	c rational objective 1004
42.08/42.31	c bounds 1055 >= 1004 @ 41.1403
44.48/44.76	c #Conflicts:      67000 | #Constraints:      12258
44.48/44.76	c #Conflicts:      68000 | #Constraints:      13259
44.48/44.76	c #Conflicts:      69000 | #Constraints:      14321
44.48/44.76	c #Conflicts:      70000 | #Constraints:      15402
44.48/44.76	c bounds 1054 >= 1004 @ 43.5406
47.18/47.43	c #Conflicts:      71000 | #Constraints:      16448
47.18/47.43	c #Conflicts:      72000 | #Constraints:      17448
47.18/47.43	c INPROCESSING
47.18/47.43	c GARBAGE COLLECT
47.18/47.43	c rational objective 1004
48.78/49.09	c #Conflicts:      73000 | #Constraints:      12955
48.78/49.09	c #Conflicts:      74000 | #Constraints:      13955
48.78/49.09	c #Conflicts:      75000 | #Constraints:      14956
48.78/49.09	c bounds 1053 >= 1004 @ 47.7843
52.96/53.21	c #Conflicts:      76000 | #Constraints:      15978
52.96/53.21	c #Conflicts:      77000 | #Constraints:      16978
52.96/53.21	c #Conflicts:      78000 | #Constraints:      17978
52.96/53.21	c INPROCESSING
52.96/53.21	c GARBAGE COLLECT
52.96/53.21	c rational objective 1004
53.06/53.35	c bounds 1052 >= 1004 @ 52.0117
53.16/53.42	c bounds 1051 >= 1004 @ 52.0767
53.56/53.87	c #Conflicts:      79000 | #Constraints:      13313
53.56/53.87	c bounds 1050 >= 1004 @ 52.5111
53.95/54.26	c #Conflicts:      80000 | #Constraints:      14333
53.95/54.26	c bounds 1049 >= 1004 @ 52.8875
54.55/54.82	c #Conflicts:      81000 | #Constraints:      15358
54.55/54.82	c bounds 1048 >= 1004 @ 53.43
56.65/56.90	c #Conflicts:      82000 | #Constraints:      16390
56.65/56.90	c #Conflicts:      83000 | #Constraints:      17452
56.65/56.90	c bounds 1047 >= 1004 @ 55.4606
56.94/57.25	c #Conflicts:      84000 | #Constraints:      18519
56.94/57.25	c INPROCESSING
56.94/57.25	c GARBAGE COLLECT
56.94/57.25	c rational objective 1004
61.03/61.30	c #Conflicts:      85000 | #Constraints:      13550
61.03/61.30	c #Conflicts:      86000 | #Constraints:      14550
61.03/61.30	c #Conflicts:      87000 | #Constraints:      15551
61.03/61.30	c #Conflicts:      88000 | #Constraints:      16597
61.03/61.30	c #Conflicts:      89000 | #Constraints:      17627
61.03/61.30	c #Conflicts:      90000 | #Constraints:      18682
61.03/61.30	c INPROCESSING
61.03/61.30	c GARBAGE COLLECT
61.03/61.30	c rational objective 1004
63.74/64.08	c #Conflicts:      91000 | #Constraints:      13563
63.74/64.08	c #Conflicts:      92000 | #Constraints:      14563
63.74/64.08	c #Conflicts:      93000 | #Constraints:      15563
63.74/64.08	c #Conflicts:      94000 | #Constraints:      16563
63.74/64.08	c #Conflicts:      95000 | #Constraints:      17563
63.74/64.08	c bounds 1047 >= 1005 @ 62.4995
64.42/64.73	c #Conflicts:      96000 | #Constraints:      18623
64.42/64.73	c INPROCESSING
64.42/64.73	c GARBAGE COLLECT
64.42/64.73	c rational objective 1005
67.30/67.60	c #Conflicts:      97000 | #Constraints:      13344
67.30/67.60	c #Conflicts:      98000 | #Constraints:      14344
67.30/67.60	c #Conflicts:      99000 | #Constraints:      15344
67.30/67.60	c #Conflicts:     100000 | #Constraints:      16344
67.30/67.60	c #Conflicts:     101000 | #Constraints:      17344
67.30/67.60	c #Conflicts:     102000 | #Constraints:      18344
67.30/67.60	c #Conflicts:     103000 | #Constraints:      19344
67.30/67.60	c INPROCESSING
67.30/67.60	c GARBAGE COLLECT
67.30/67.60	c rational objective 1005
67.40/67.76	c bounds 1046 >= 1005 @ 66.0963
67.90/68.27	c #Conflicts:     104000 | #Constraints:      13911
67.90/68.27	c bounds 1045 >= 1005 @ 66.5949
70.30/70.66	c #Conflicts:     105000 | #Constraints:      14944
70.30/70.66	c #Conflicts:     106000 | #Constraints:      15944
70.30/70.66	c #Conflicts:     107000 | #Constraints:      16944
70.30/70.66	c #Conflicts:     108000 | #Constraints:      17958
70.30/70.66	c bounds 1044 >= 1005 @ 68.9442
75.69/76.06	c #Conflicts:     109000 | #Constraints:      18979
75.69/76.06	c #Conflicts:     110000 | #Constraints:      19979
75.69/76.06	c INPROCESSING
75.69/76.06	c GARBAGE COLLECT
75.69/76.06	c rational objective 1005
77.98/78.36	c #Conflicts:     111000 | #Constraints:      14323
77.98/78.36	c #Conflicts:     112000 | #Constraints:      15325
77.98/78.36	c #Conflicts:     113000 | #Constraints:      16427
77.98/78.36	c #Conflicts:     114000 | #Constraints:      17499
77.98/78.36	c bounds 1043 >= 1005 @ 76.5504
80.17/80.56	c #Conflicts:     115000 | #Constraints:      18513
80.17/80.56	c #Conflicts:     116000 | #Constraints:      19566
80.17/80.56	c #Conflicts:     117000 | #Constraints:      20626
80.17/80.56	c INPROCESSING
80.17/80.56	c GARBAGE COLLECT
80.17/80.56	c rational objective 1005
82.97/83.34	c #Conflicts:     118000 | #Constraints:      14652
82.97/83.34	c #Conflicts:     119000 | #Constraints:      15652
82.97/83.34	c #Conflicts:     120000 | #Constraints:      16652
82.97/83.34	c #Conflicts:     121000 | #Constraints:      17652
82.97/83.34	c #Conflicts:     122000 | #Constraints:      18652
82.97/83.34	c bounds 1043 >= 1006 @ 81.4346
84.16/84.51	c #Conflicts:     123000 | #Constraints:      19722
84.16/84.51	c #Conflicts:     124000 | #Constraints:      20733
84.16/84.51	c INPROCESSING
84.16/84.51	c GARBAGE COLLECT
84.16/84.51	c rational objective 1006
86.05/86.44	c #Conflicts:     125000 | #Constraints:      14559
86.05/86.44	c #Conflicts:     126000 | #Constraints:      15560
86.05/86.44	c #Conflicts:     127000 | #Constraints:      16578
86.05/86.44	c bounds 1042 >= 1006 @ 84.4638
92.84/93.26	c #Conflicts:     128000 | #Constraints:      17612
92.84/93.26	c #Conflicts:     129000 | #Constraints:      18612
92.84/93.26	c #Conflicts:     130000 | #Constraints:      19612
92.84/93.26	c #Conflicts:     131000 | #Constraints:      20612
92.84/93.26	c INPROCESSING
92.84/93.26	c GARBAGE COLLECT
92.84/93.26	c rational objective 1006
95.13/95.56	c #Conflicts:     132000 | #Constraints:      14377
95.13/95.56	c #Conflicts:     133000 | #Constraints:      15432
95.13/95.56	c #Conflicts:     134000 | #Constraints:      16500
95.13/95.56	c #Conflicts:     135000 | #Constraints:      17572
95.13/95.56	c bounds 1041 >= 1006 @ 93.463
98.25/98.79	c #Conflicts:     136000 | #Constraints:      18605
98.25/98.79	c #Conflicts:     137000 | #Constraints:      19645
98.25/98.79	c #Conflicts:     138000 | #Constraints:      20685
98.25/98.79	c bounds 1040 >= 1006 @ 96.5683
99.05/99.56	c #Conflicts:     139000 | #Constraints:      21721
99.05/99.56	c INPROCESSING
99.05/99.56	c GARBAGE COLLECT
99.05/99.56	c rational objective 1006
104.54/105.05	c #Conflicts:     140000 | #Constraints:      15115
104.54/105.05	c #Conflicts:     141000 | #Constraints:      16129
104.54/105.05	c #Conflicts:     142000 | #Constraints:      17188
104.54/105.05	c #Conflicts:     143000 | #Constraints:      18234
104.54/105.05	c #Conflicts:     144000 | #Constraints:      19290
104.54/105.05	c #Conflicts:     145000 | #Constraints:      20342
104.54/105.05	c #Conflicts:     146000 | #Constraints:      21392
104.54/105.05	c #Conflicts:     147000 | #Constraints:      22430
104.54/105.05	c INPROCESSING
104.54/105.05	c GARBAGE COLLECT
104.54/105.05	c rational objective 1006
108.54/109.08	c #Conflicts:     148000 | #Constraints:      15563
108.54/109.08	c #Conflicts:     149000 | #Constraints:      16563
108.54/109.08	c #Conflicts:     150000 | #Constraints:      17563
108.54/109.08	c #Conflicts:     151000 | #Constraints:      18563
108.54/109.08	c #Conflicts:     152000 | #Constraints:      19563
108.54/109.08	c #Conflicts:     153000 | #Constraints:      20563
108.54/109.08	c #Conflicts:     154000 | #Constraints:      21563
108.54/109.08	c #Conflicts:     155000 | #Constraints:      22563
108.54/109.08	c INPROCESSING
108.54/109.08	c GARBAGE COLLECT
108.54/109.08	c rational objective 1006
114.21/114.73	c #Conflicts:     156000 | #Constraints:      15660
114.21/114.73	c #Conflicts:     157000 | #Constraints:      16713
114.21/114.73	c #Conflicts:     158000 | #Constraints:      17778
114.21/114.73	c #Conflicts:     159000 | #Constraints:      18835
114.21/114.73	c #Conflicts:     160000 | #Constraints:      19877
114.21/114.73	c #Conflicts:     161000 | #Constraints:      20930
114.21/114.73	c #Conflicts:     162000 | #Constraints:      21980
114.21/114.73	c #Conflicts:     163000 | #Constraints:      23027
114.21/114.73	c INPROCESSING
114.21/114.73	c GARBAGE COLLECT
114.21/114.73	c rational objective 1006
118.80/119.38	c #Conflicts:     164000 | #Constraints:      15746
118.80/119.38	c #Conflicts:     165000 | #Constraints:      16746
118.80/119.38	c #Conflicts:     166000 | #Constraints:      17746
118.80/119.38	c #Conflicts:     167000 | #Constraints:      18746
118.80/119.38	c #Conflicts:     168000 | #Constraints:      19746
118.80/119.38	c #Conflicts:     169000 | #Constraints:      20746
118.80/119.38	c #Conflicts:     170000 | #Constraints:      21746
118.80/119.38	c #Conflicts:     171000 | #Constraints:      22746
118.80/119.38	c INPROCESSING
118.80/119.38	c GARBAGE COLLECT
118.80/119.38	c rational objective 1006
122.99/123.54	c #Conflicts:     172000 | #Constraints:      15438
122.99/123.54	c #Conflicts:     173000 | #Constraints:      16438
122.99/123.54	c #Conflicts:     174000 | #Constraints:      17438
122.99/123.54	c #Conflicts:     175000 | #Constraints:      18438
122.99/123.54	c #Conflicts:     176000 | #Constraints:      19438
122.99/123.54	c #Conflicts:     177000 | #Constraints:      20438
122.99/123.54	c #Conflicts:     178000 | #Constraints:      21438
122.99/123.54	c #Conflicts:     179000 | #Constraints:      22438
122.99/123.54	c #Conflicts:     180000 | #Constraints:      23438
122.99/123.54	c INPROCESSING
122.99/123.54	c GARBAGE COLLECT
122.99/123.54	c rational objective 1006
129.88/130.55	c #Conflicts:     181000 | #Constraints:      16010
129.88/130.55	c #Conflicts:     182000 | #Constraints:      17056
129.88/130.55	c #Conflicts:     183000 | #Constraints:      18126
129.88/130.55	c #Conflicts:     184000 | #Constraints:      19171
129.88/130.55	c #Conflicts:     185000 | #Constraints:      20226
129.88/130.55	c #Conflicts:     186000 | #Constraints:      21264
129.88/130.55	c #Conflicts:     187000 | #Constraints:      22305
129.88/130.55	c #Conflicts:     188000 | #Constraints:      23341
129.88/130.55	c #Conflicts:     189000 | #Constraints:      24382
129.88/130.55	c INPROCESSING
129.88/130.55	c GARBAGE COLLECT
129.88/130.55	c rational objective 1006
134.77/135.49	c #Conflicts:     190000 | #Constraints:      16507
134.77/135.49	c #Conflicts:     191000 | #Constraints:      17507
134.77/135.49	c #Conflicts:     192000 | #Constraints:      18507
134.77/135.49	c #Conflicts:     193000 | #Constraints:      19507
134.77/135.49	c #Conflicts:     194000 | #Constraints:      20507
134.77/135.49	c #Conflicts:     195000 | #Constraints:      21507
134.77/135.49	c #Conflicts:     196000 | #Constraints:      22507
134.77/135.49	c #Conflicts:     197000 | #Constraints:      23507
134.77/135.49	c #Conflicts:     198000 | #Constraints:      24507
134.77/135.49	c INPROCESSING
134.77/135.49	c GARBAGE COLLECT
134.77/135.49	c rational objective 1006
139.46/140.18	c #Conflicts:     199000 | #Constraints:      16637
139.46/140.18	c #Conflicts:     200000 | #Constraints:      17637
139.46/140.18	c #Conflicts:     201000 | #Constraints:      18637
139.46/140.18	c #Conflicts:     202000 | #Constraints:      19637
139.46/140.18	c #Conflicts:     203000 | #Constraints:      20637
139.46/140.18	c #Conflicts:     204000 | #Constraints:      21637
139.46/140.18	c #Conflicts:     205000 | #Constraints:      22637
139.46/140.18	c #Conflicts:     206000 | #Constraints:      23637
139.46/140.18	c #Conflicts:     207000 | #Constraints:      24637
139.46/140.18	c INPROCESSING
139.46/140.18	c GARBAGE COLLECT
139.46/140.18	c rational objective 1006
140.65/141.33	c #Conflicts:     208000 | #Constraints:      16647
140.65/141.33	c #Conflicts:     209000 | #Constraints:      17653
140.65/141.33	c bounds 1039 >= 1006 @ 138.186
143.35/144.11	c #Conflicts:     210000 | #Constraints:      18654
143.35/144.11	c #Conflicts:     211000 | #Constraints:      19658
143.35/144.11	c #Conflicts:     212000 | #Constraints:      20707
143.35/144.11	c #Conflicts:     213000 | #Constraints:      21767
143.35/144.11	c bounds 1038 >= 1006 @ 140.915
143.54/144.26	WSVECS04 Frhs2[1]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[3]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[10]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[12]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[13]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[14]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[16]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[17]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[19]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[20]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[22]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[26]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[27]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[30]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[34]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[37]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[40]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[41]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[47]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[51]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[55]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[60]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[63]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[64]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[66]: 6 -1.00001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[68]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[70]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[71]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[73]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[75]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[76]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[77]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[79]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[80]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[81]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[85]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[86]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[87]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[90]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[95]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[98]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[101]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[108]: 6 -1.00001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[109]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[110]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[113]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[114]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[116]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[117]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[124]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[125]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[126]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[128]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[129]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[130]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[132]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[138]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[145]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[148]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[149]: 6 -1.00001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[153]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[155]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[156]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[158]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[159]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[160]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[165]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[166]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[167]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[171]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[173]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[174]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[175]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[176]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[178]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[180]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[183]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[185]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[186]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[191]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[200]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[201]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[202]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[204]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[205]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[207]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[209]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[210]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[212]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[216]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[217]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[220]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[221]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[222]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[224]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[225]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[228]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[229]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[232]: 6 -1.00001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[234]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[237]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[238]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[239]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[240]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[243]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[244]: 6 -1.00001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[246]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[248]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[250]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[251]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[252]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[253]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[255]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[256]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[260]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[261]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[263]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[266]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[267]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[269]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[270]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[271]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[272]: 6 -1.00001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[273]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[274]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[275]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[277]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[279]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[280]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[281]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[285]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[286]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[287]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[288]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[289]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[290]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[295]: 6 -1.00001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[300]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[301]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[302]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[304]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[308]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[317]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[318]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[319]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[320]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[323]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[324]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[325]: 6 -1.00001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[326]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[329]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[332]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[333]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[334]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[336]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[339]: 6 -1.00001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[340]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[342]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[343]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[344]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[345]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[349]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[350]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[353]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[354]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[355]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[358]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[362]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[365]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[367]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[368]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[374]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[377]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[380]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[382]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[383]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[389]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[391]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[394]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[395]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[396]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[397]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[404]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[405]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[409]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[411]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[413]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[417]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[418]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[419]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[420]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[421]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[422]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[423]: 6 -1.00001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[425]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[426]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[429]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[430]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[435]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[439]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[443]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[444]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[446]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[449]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[452]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[456]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[458]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[459]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[462]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[464]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[465]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[469]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[472]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[473]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[476]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[478]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[479]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[480]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[481]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[483]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[484]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[488]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[489]: 6 -1.00001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[492]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[494]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[495]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[497]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[498]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[499]: 6 -1.00001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[502]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[503]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[504]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[505]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[510]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[514]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[515]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[516]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[520]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[521]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[527]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[530]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[532]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[537]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[541]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[542]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[544]: 6 -1.00001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[546]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[547]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[548]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[550]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[551]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[555]: 6 -1.00001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[557]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[564]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[565]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[568]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[573]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[577]: 6 -1.00001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[580]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[581]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[582]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[584]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[585]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[587]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[588]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[589]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[591]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[592]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[595]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[598]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[602]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[604]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[605]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[606]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[607]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[610]: 6 -1.00001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[613]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[616]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[617]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[622]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[625]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[626]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[629]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[631]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[635]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[636]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[643]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[644]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[646]: 6 -1.00001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[648]: 6 -1.00001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[653]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[654]: 6 -1.00001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[655]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[658]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[659]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[660]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[663]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[667]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[668]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[669]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[670]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[672]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[677]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[681]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[682]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[684]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[687]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[690]: 6 -1.00001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[692]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[693]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[698]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[700]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[705]: 6 -1.00001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[707]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[710]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[714]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[717]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[720]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[726]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[730]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[731]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[732]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[733]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[738]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[741]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[744]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[746]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[748]: 6 -1.00001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[753]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[754]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[755]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[756]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[757]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[759]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[761]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[762]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[763]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[764]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[767]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[768]: 6 -1.00001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[769]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[774]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[775]: 6 -1.00001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[776]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[779]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[781]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[782]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[783]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[786]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[787]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[790]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[792]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[793]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[794]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[795]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[797]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[799]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[802]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[803]: 6 -1.00001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[804]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[805]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[811]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[812]: 6 -1.00001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[813]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[814]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[816]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[818]: 6 -1.00001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[819]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[823]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[828]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[829]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[832]: 6 -1.00001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[835]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[836]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[839]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[845]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[847]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[853]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[854]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[856]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[859]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[860]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[867]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[868]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[871]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[876]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[877]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[878]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[879]: 6 -1.00001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[880]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[881]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[884]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[886]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[887]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[890]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[892]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[895]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[896]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[897]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[900]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[901]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[903]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[904]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[907]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[908]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[909]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[910]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[913]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[914]: 6 -1.00001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[918]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[920]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[921]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[923]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[924]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[928]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[932]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[935]: 6 -1.00001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[937]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[938]: 6 -1.00001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[939]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[940]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[941]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[942]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[944]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[945]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[948]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[951]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[952]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[954]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[955]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[957]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[958]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[959]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[961]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[962]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[963]: 6 -1.00001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[969]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[970]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[972]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[974]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[975]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[977]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[979]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[980]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[981]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[983]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[985]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[986]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[987]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[988]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[990]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[993]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[994]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[996]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[999]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1001]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1002]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1004]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1008]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1014]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1017]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1018]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1020]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1022]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1023]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1024]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1026]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1027]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1028]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1029]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1032]: 6 -1.00001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1035]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1036]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1037]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1038]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1039]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1040]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1042]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1044]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1046]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1047]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1051]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1054]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1056]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1059]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1060]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1065]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1066]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1068]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1069]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1070]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1075]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1077]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1079]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1085]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1087]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1088]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1089]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1093]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1095]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1097]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1098]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1099]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1100]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1102]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1103]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1107]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1112]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1117]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1118]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1120]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1121]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1122]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1124]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1125]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1127]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1128]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1129]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1131]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1134]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1137]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1138]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1139]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1141]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1142]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1143]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1144]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1148]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1149]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1150]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1156]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1157]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1159]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1160]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1164]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1165]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1167]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1171]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1173]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1175]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1179]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1180]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1181]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1182]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1185]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1188]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1189]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1190]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1193]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1194]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1195]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1198]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1199]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1202]: 6 -1.00001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1205]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1209]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1210]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1212]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1215]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1216]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1217]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1219]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1221]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1222]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1223]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1224]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1226]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1230]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1231]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1232]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1237]: 6 -1.00001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1239]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1240]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1241]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1242]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1244]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1245]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1246]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1247]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1251]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1252]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1254]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1259]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1260]: 6 -1.00001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1261]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1266]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1269]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1271]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1272]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1273]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1276]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1280]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1283]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1284]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1285]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1289]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1290]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1291]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1292]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1293]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1294]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1297]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1301]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1302]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1304]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1305]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1306]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1308]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1310]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1311]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1312]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1314]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1315]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1318]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1320]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1325]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1332]: 6 -1.00001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1333]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1336]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1337]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1338]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1339]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1340]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1341]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1342]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1344]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1347]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1349]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1350]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1352]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1353]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1354]: 6 -1.00001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1355]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1356]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1360]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1361]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1363]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1364]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1367]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1368]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1373]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1374]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1375]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1376]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1377]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1378]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1380]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1382]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1383]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1384]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1385]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1386]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1388]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1389]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1395]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1397]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1399]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1401]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1405]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1406]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1407]: 6 -1.00001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1408]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1410]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1411]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1412]: 6 -1.00001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1414]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1415]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1416]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1418]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1419]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1420]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1422]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1423]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1427]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1428]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1429]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1433]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1435]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1436]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1437]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1440]: 6 -1.00001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1441]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1443]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1444]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1445]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1448]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1449]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1450]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1451]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1457]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1458]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1462]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1463]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1464]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1465]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1467]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1469]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1471]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1472]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1473]: 6 -1.00001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1474]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1476]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1478]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1479]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1481]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1483]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1484]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1485]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1490]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1496]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1498]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1499]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1502]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1505]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1506]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1507]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1508]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1509]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1515]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1516]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1517]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1520]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1522]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1523]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1526]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1531]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1532]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1535]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1537]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1538]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1543]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1546]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1548]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1549]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1551]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1552]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1553]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1555]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1559]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1560]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1566]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1570]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1571]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1572]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1576]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1579]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1584]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1586]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1589]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1591]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1593]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1594]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1595]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1597]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1600]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1601]: 6 -1.00001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1605]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1609]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1610]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1611]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1617]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1619]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1620]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1623]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1625]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1626]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1630]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1631]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1632]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1633]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1634]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1636]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1638]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1639]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1640]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1641]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1643]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1647]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1650]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1652]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1653]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1655]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1656]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1662]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1664]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1665]: 6 -1.00001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1668]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1669]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1670]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1671]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1674]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1676]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1684]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1685]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1688]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1689]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1691]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1693]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1694]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1695]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1696]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1698]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1699]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1700]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1701]: 6 -1.00001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1702]: 6 -1.00001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1703]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1704]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1708]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1710]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1715]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1717]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1721]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1723]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1724]: 6 -1.00001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1726]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1728]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1734]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1736]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1737]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1738]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1739]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1742]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1743]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1746]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1747]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1749]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1750]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1753]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1761]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1763]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1765]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1767]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1772]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1773]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1774]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1777]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1778]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1779]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1783]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1785]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1788]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1791]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1801]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1804]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1805]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1806]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1807]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1808]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1810]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1811]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1812]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1813]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1816]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1819]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1821]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1823]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1825]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1826]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1827]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1833]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1835]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1837]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1838]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1841]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1844]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1847]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1849]: 6 -1.00001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1850]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1851]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1856]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1859]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1861]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1864]: 6 -1.00001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1866]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1867]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1869]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1871]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1874]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1876]: 6 -1.00007 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1878]: 6 -1.00001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1879]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1880]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1882]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1883]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1886]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1887]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1888]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1891]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1892]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1893]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1894]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1895]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1896]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1898]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1900]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1903]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1905]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1906]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1908]: 6 -1.00001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1911]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1912]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1913]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1914]: 6 -1.00003 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1915]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1919]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1920]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1921]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1924]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1925]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1928]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1930]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1932]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1933]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1934]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1935]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1936]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1937]: 6 -1.0001 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1938]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1939]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1940]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1943]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1945]: 6 -1.00008 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1949]: 6 -1.00005 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1950]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1951]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1953]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1955]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1956]: 6 -1.00009 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1958]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1959]: 6 -1.00004 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1963]: 6 -1.00006 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1966]: 6 -1.00002 0 shouldn't be
143.54/144.26	WSVECS04 Frhs2[1967]: 6 -1.00009 0 shouldn't be
150.91/151.69	c #Conflicts:     214000 | #Constraints:      22781
150.91/151.69	c #Conflicts:     215000 | #Constraints:      23781
150.91/151.69	c #Conflicts:     216000 | #Constraints:      24781
150.91/151.69	c INPROCESSING
150.91/151.69	c GARBAGE COLLECT
150.91/151.69	c rational objective 1006
160.34/161.11	c #Conflicts:     217000 | #Constraints:      16431
160.34/161.11	c #Conflicts:     218000 | #Constraints:      17435
160.34/161.11	c #Conflicts:     219000 | #Constraints:      18449
160.34/161.11	c #Conflicts:     220000 | #Constraints:      19487
160.34/161.11	c #Conflicts:     221000 | #Constraints:      20515
160.34/161.11	c #Conflicts:     222000 | #Constraints:      21543
160.34/161.11	c #Conflicts:     223000 | #Constraints:      22567
160.34/161.11	c #Conflicts:     224000 | #Constraints:      23601
160.34/161.11	c #Conflicts:     225000 | #Constraints:      24623
160.34/161.11	c #Conflicts:     226000 | #Constraints:      25655
160.34/161.11	c INPROCESSING
160.34/161.11	c GARBAGE COLLECT
160.34/161.11	c rational objective 1006
165.52/166.33	c #Conflicts:     227000 | #Constraints:      17067
165.52/166.33	c #Conflicts:     228000 | #Constraints:      18067
165.52/166.33	c #Conflicts:     229000 | #Constraints:      19067
165.52/166.33	c #Conflicts:     230000 | #Constraints:      20067
165.52/166.33	c #Conflicts:     231000 | #Constraints:      21067
165.52/166.33	c #Conflicts:     232000 | #Constraints:      22067
165.52/166.33	c #Conflicts:     233000 | #Constraints:      23067
165.52/166.33	c #Conflicts:     234000 | #Constraints:      24067
165.52/166.33	c #Conflicts:     235000 | #Constraints:      25067
165.52/166.33	c #Conflicts:     236000 | #Constraints:      26067
165.52/166.33	c INPROCESSING
165.52/166.33	c GARBAGE COLLECT
165.52/166.33	c rational objective 1006
170.90/171.73	c #Conflicts:     237000 | #Constraints:      17441
170.90/171.73	c #Conflicts:     238000 | #Constraints:      18441
170.90/171.73	c #Conflicts:     239000 | #Constraints:      19441
170.90/171.73	c #Conflicts:     240000 | #Constraints:      20441
170.90/171.73	c #Conflicts:     241000 | #Constraints:      21441
170.90/171.73	c #Conflicts:     242000 | #Constraints:      22441
170.90/171.73	c #Conflicts:     243000 | #Constraints:      23441
170.90/171.73	c #Conflicts:     244000 | #Constraints:      24441
170.90/171.73	c #Conflicts:     245000 | #Constraints:      25441
170.90/171.73	c #Conflicts:     246000 | #Constraints:      26441
170.90/171.73	c INPROCESSING
170.90/171.73	c GARBAGE COLLECT
170.90/171.73	c rational objective 1006
174.39/175.20	c #Conflicts:     247000 | #Constraints:      17648
174.39/175.20	c #Conflicts:     248000 | #Constraints:      18705
174.39/175.20	c #Conflicts:     249000 | #Constraints:      19765
174.39/175.20	c #Conflicts:     250000 | #Constraints:      20815
174.39/175.20	c #Conflicts:     251000 | #Constraints:      21857
174.39/175.20	c bounds 1037 >= 1006 @ 171.439
182.76/183.62	c #Conflicts:     252000 | #Constraints:      22879
182.76/183.62	c #Conflicts:     253000 | #Constraints:      23879
182.76/183.62	c #Conflicts:     254000 | #Constraints:      24879
182.76/183.62	c #Conflicts:     255000 | #Constraints:      25879
182.76/183.62	c #Conflicts:     256000 | #Constraints:      26879
182.76/183.62	c INPROCESSING
182.76/183.62	c GARBAGE COLLECT
182.76/183.62	c rational objective 1006
191.57/192.50	c #Conflicts:     257000 | #Constraints:      17747
191.57/192.50	c #Conflicts:     258000 | #Constraints:      18750
191.57/192.50	c #Conflicts:     259000 | #Constraints:      19827
191.57/192.50	c #Conflicts:     260000 | #Constraints:      20886
191.57/192.50	c #Conflicts:     261000 | #Constraints:      21931
191.57/192.50	c #Conflicts:     262000 | #Constraints:      22982
191.57/192.50	c #Conflicts:     263000 | #Constraints:      24024
191.57/192.50	c #Conflicts:     264000 | #Constraints:      25057
191.57/192.50	c #Conflicts:     265000 | #Constraints:      26077
191.57/192.50	c #Conflicts:     266000 | #Constraints:      27109
191.57/192.50	c INPROCESSING
191.57/192.50	c GARBAGE COLLECT
191.57/192.50	c rational objective 1006
196.86/197.84	c #Conflicts:     267000 | #Constraints:      17601
196.86/197.84	c #Conflicts:     268000 | #Constraints:      18601
196.86/197.84	c #Conflicts:     269000 | #Constraints:      19601
196.86/197.84	c #Conflicts:     270000 | #Constraints:      20601
196.86/197.84	c #Conflicts:     271000 | #Constraints:      21601
196.86/197.84	c #Conflicts:     272000 | #Constraints:      22601
196.86/197.84	c #Conflicts:     273000 | #Constraints:      23601
196.86/197.84	c #Conflicts:     274000 | #Constraints:      24601
196.86/197.84	c #Conflicts:     275000 | #Constraints:      25601
196.86/197.84	c bounds 1037 >= 1007 @ 193.665
197.75/198.72	c #Conflicts:     276000 | #Constraints:      26656
197.75/198.72	c #Conflicts:     277000 | #Constraints:      27656
197.75/198.72	c INPROCESSING
197.75/198.72	c GARBAGE COLLECT
197.75/198.72	c rational objective 1007
204.06/205.05	c #Conflicts:     278000 | #Constraints:      18092
204.06/205.05	c #Conflicts:     279000 | #Constraints:      19092
204.06/205.05	c #Conflicts:     280000 | #Constraints:      20092
204.06/205.05	c #Conflicts:     281000 | #Constraints:      21092
204.06/205.05	c #Conflicts:     282000 | #Constraints:      22092
204.06/205.05	c #Conflicts:     283000 | #Constraints:      23092
204.06/205.05	c #Conflicts:     284000 | #Constraints:      24092
204.06/205.05	c #Conflicts:     285000 | #Constraints:      25092
204.06/205.05	c #Conflicts:     286000 | #Constraints:      26092
204.06/205.05	c #Conflicts:     287000 | #Constraints:      27092
204.06/205.05	c #Conflicts:     288000 | #Constraints:      28092
204.06/205.05	c INPROCESSING
204.06/205.05	c GARBAGE COLLECT
204.06/205.05	c rational objective 1007
211.42/212.43	c #Conflicts:     289000 | #Constraints:      18489
211.42/212.43	c #Conflicts:     290000 | #Constraints:      19565
211.42/212.43	c #Conflicts:     291000 | #Constraints:      20634
211.42/212.43	c #Conflicts:     292000 | #Constraints:      21684
211.42/212.43	c #Conflicts:     293000 | #Constraints:      22732
211.42/212.43	c #Conflicts:     294000 | #Constraints:      23783
211.42/212.43	c #Conflicts:     295000 | #Constraints:      24813
211.42/212.43	c #Conflicts:     296000 | #Constraints:      25842
211.42/212.43	c #Conflicts:     297000 | #Constraints:      26896
211.42/212.43	c #Conflicts:     298000 | #Constraints:      27931
211.42/212.43	c #Conflicts:     299000 | #Constraints:      28978
211.42/212.43	c INPROCESSING
211.42/212.43	c GARBAGE COLLECT
211.42/212.43	c rational objective 1007
218.52/219.66	c #Conflicts:     300000 | #Constraints:      18825
218.52/219.66	c #Conflicts:     301000 | #Constraints:      19825
218.52/219.66	c #Conflicts:     302000 | #Constraints:      20825
218.52/219.66	c #Conflicts:     303000 | #Constraints:      21825
218.52/219.66	c #Conflicts:     304000 | #Constraints:      22825
218.52/219.66	c #Conflicts:     305000 | #Constraints:      23825
218.52/219.66	c #Conflicts:     306000 | #Constraints:      24825
218.52/219.66	c #Conflicts:     307000 | #Constraints:      25825
218.52/219.66	c #Conflicts:     308000 | #Constraints:      26825
218.52/219.66	c #Conflicts:     309000 | #Constraints:      27825
218.52/219.66	c #Conflicts:     310000 | #Constraints:      28825
218.52/219.66	c INPROCESSING
218.52/219.66	c GARBAGE COLLECT
218.52/219.66	c rational objective 1007
226.58/227.74	c #Conflicts:     311000 | #Constraints:      18736
226.58/227.74	c #Conflicts:     312000 | #Constraints:      19816
226.58/227.74	c #Conflicts:     313000 | #Constraints:      20851
226.58/227.74	c #Conflicts:     314000 | #Constraints:      21900
226.58/227.74	c #Conflicts:     315000 | #Constraints:      22946
226.58/227.74	c #Conflicts:     316000 | #Constraints:      24014
226.58/227.74	c #Conflicts:     317000 | #Constraints:      25070
226.58/227.74	c #Conflicts:     318000 | #Constraints:      26104
226.58/227.74	c #Conflicts:     319000 | #Constraints:      27149
226.58/227.74	c #Conflicts:     320000 | #Constraints:      28187
226.58/227.74	c #Conflicts:     321000 | #Constraints:      29226
226.58/227.74	c INPROCESSING
226.58/227.74	c GARBAGE COLLECT
226.58/227.74	c rational objective 1007
234.06/235.29	c #Conflicts:     322000 | #Constraints:      18662
234.06/235.29	c #Conflicts:     323000 | #Constraints:      19662
234.06/235.29	c #Conflicts:     324000 | #Constraints:      20662
234.06/235.29	c #Conflicts:     325000 | #Constraints:      21662
234.06/235.29	c #Conflicts:     326000 | #Constraints:      22662
234.06/235.29	c #Conflicts:     327000 | #Constraints:      23662
234.06/235.29	c #Conflicts:     328000 | #Constraints:      24662
234.06/235.29	c #Conflicts:     329000 | #Constraints:      25662
234.06/235.29	c #Conflicts:     330000 | #Constraints:      26662
234.06/235.29	c #Conflicts:     331000 | #Constraints:      27662
234.06/235.29	c #Conflicts:     332000 | #Constraints:      28662
234.06/235.29	c #Conflicts:     333000 | #Constraints:      29662
234.06/235.29	c INPROCESSING
234.06/235.29	c GARBAGE COLLECT
234.06/235.29	c rational objective 1007
242.93/244.15	c #Conflicts:     334000 | #Constraints:      19174
242.93/244.15	c #Conflicts:     335000 | #Constraints:      20200
242.93/244.15	c #Conflicts:     336000 | #Constraints:      21235
242.93/244.15	c #Conflicts:     337000 | #Constraints:      22263
242.93/244.15	c #Conflicts:     338000 | #Constraints:      23296
242.93/244.15	c #Conflicts:     339000 | #Constraints:      24343
242.93/244.15	c #Conflicts:     340000 | #Constraints:      25374
242.93/244.15	c #Conflicts:     341000 | #Constraints:      26408
242.93/244.15	c #Conflicts:     342000 | #Constraints:      27431
242.93/244.15	c #Conflicts:     343000 | #Constraints:      28451
242.93/244.15	c #Conflicts:     344000 | #Constraints:      29496
242.93/244.15	c #Conflicts:     345000 | #Constraints:      30523
242.93/244.15	c INPROCESSING
242.93/244.15	c GARBAGE COLLECT
242.93/244.15	c rational objective 1007
250.41/251.74	c #Conflicts:     346000 | #Constraints:      19607
250.41/251.74	c #Conflicts:     347000 | #Constraints:      20607
250.41/251.74	c #Conflicts:     348000 | #Constraints:      21607
250.41/251.74	c #Conflicts:     349000 | #Constraints:      22607
250.41/251.74	c #Conflicts:     350000 | #Constraints:      23607
250.41/251.74	c #Conflicts:     351000 | #Constraints:      24607
250.41/251.74	c #Conflicts:     352000 | #Constraints:      25607
250.41/251.74	c #Conflicts:     353000 | #Constraints:      26607
250.41/251.74	c #Conflicts:     354000 | #Constraints:      27607
250.41/251.74	c #Conflicts:     355000 | #Constraints:      28607
250.41/251.74	c #Conflicts:     356000 | #Constraints:      29607
250.41/251.74	c #Conflicts:     357000 | #Constraints:      30607
250.41/251.74	c INPROCESSING
250.41/251.74	c GARBAGE COLLECT
250.41/251.74	c rational objective 1007
257.39/258.77	c #Conflicts:     358000 | #Constraints:      19726
257.39/258.77	c #Conflicts:     359000 | #Constraints:      20726
257.39/258.77	c #Conflicts:     360000 | #Constraints:      21726
257.39/258.77	c #Conflicts:     361000 | #Constraints:      22726
257.39/258.77	c #Conflicts:     362000 | #Constraints:      23726
257.39/258.77	c #Conflicts:     363000 | #Constraints:      24726
257.39/258.77	c #Conflicts:     364000 | #Constraints:      25726
257.39/258.77	c #Conflicts:     365000 | #Constraints:      26726
257.39/258.77	c #Conflicts:     366000 | #Constraints:      27726
257.39/258.77	c #Conflicts:     367000 | #Constraints:      28726
257.39/258.77	c #Conflicts:     368000 | #Constraints:      29726
257.39/258.77	c #Conflicts:     369000 | #Constraints:      30726
257.39/258.77	c INPROCESSING
257.39/258.77	c GARBAGE COLLECT
257.39/258.77	c rational objective 1007
269.05/270.45	c #Conflicts:     370000 | #Constraints:      19682
269.05/270.45	c #Conflicts:     371000 | #Constraints:      20682
269.05/270.45	c #Conflicts:     372000 | #Constraints:      21695
269.05/270.45	c #Conflicts:     373000 | #Constraints:      22760
269.05/270.45	c #Conflicts:     374000 | #Constraints:      23841
269.05/270.45	c #Conflicts:     375000 | #Constraints:      24924
269.05/270.45	c #Conflicts:     376000 | #Constraints:      25978
269.05/270.45	c #Conflicts:     377000 | #Constraints:      27032
269.05/270.45	c #Conflicts:     378000 | #Constraints:      28080
269.05/270.45	c #Conflicts:     379000 | #Constraints:      29132
269.05/270.45	c #Conflicts:     380000 | #Constraints:      30176
269.05/270.45	c #Conflicts:     381000 | #Constraints:      31227
269.05/270.45	c INPROCESSING
269.05/270.45	c GARBAGE COLLECT
269.05/270.45	c rational objective 1007
276.92/278.39	c #Conflicts:     382000 | #Constraints:      19667
276.92/278.39	c #Conflicts:     383000 | #Constraints:      20667
276.92/278.39	c #Conflicts:     384000 | #Constraints:      21667
276.92/278.39	c #Conflicts:     385000 | #Constraints:      22667
276.92/278.39	c #Conflicts:     386000 | #Constraints:      23667
276.92/278.39	c #Conflicts:     387000 | #Constraints:      24667
276.92/278.39	c #Conflicts:     388000 | #Constraints:      25667
276.92/278.39	c #Conflicts:     389000 | #Constraints:      26667
276.92/278.39	c #Conflicts:     390000 | #Constraints:      27667
276.92/278.39	c #Conflicts:     391000 | #Constraints:      28667
276.92/278.39	c #Conflicts:     392000 | #Constraints:      29667
276.92/278.39	c #Conflicts:     393000 | #Constraints:      30667
276.92/278.39	c #Conflicts:     394000 | #Constraints:      31667
276.92/278.39	c INPROCESSING
276.92/278.39	c GARBAGE COLLECT
276.92/278.39	c rational objective 1007
284.82/286.36	c #Conflicts:     395000 | #Constraints:      20178
284.82/286.36	c #Conflicts:     396000 | #Constraints:      21178
284.82/286.36	c #Conflicts:     397000 | #Constraints:      22178
284.82/286.36	c #Conflicts:     398000 | #Constraints:      23178
284.82/286.36	c #Conflicts:     399000 | #Constraints:      24178
284.82/286.36	c #Conflicts:     400000 | #Constraints:      25178
284.82/286.36	c #Conflicts:     401000 | #Constraints:      26178
284.82/286.36	c #Conflicts:     402000 | #Constraints:      27178
284.82/286.36	c #Conflicts:     403000 | #Constraints:      28178
284.82/286.36	c #Conflicts:     404000 | #Constraints:      29178
284.82/286.36	c #Conflicts:     405000 | #Constraints:      30178
284.82/286.36	c #Conflicts:     406000 | #Constraints:      31178
284.82/286.36	c #Conflicts:     407000 | #Constraints:      32178
284.82/286.36	c INPROCESSING
284.82/286.36	c GARBAGE COLLECT
284.82/286.36	c rational objective 1007
292.99/294.56	c #Conflicts:     408000 | #Constraints:      20523
292.99/294.56	c #Conflicts:     409000 | #Constraints:      21523
292.99/294.56	c #Conflicts:     410000 | #Constraints:      22523
292.99/294.56	c #Conflicts:     411000 | #Constraints:      23523
292.99/294.56	c #Conflicts:     412000 | #Constraints:      24523
292.99/294.56	c #Conflicts:     413000 | #Constraints:      25523
292.99/294.56	c #Conflicts:     414000 | #Constraints:      26523
292.99/294.56	c #Conflicts:     415000 | #Constraints:      27523
292.99/294.56	c #Conflicts:     416000 | #Constraints:      28523
292.99/294.56	c #Conflicts:     417000 | #Constraints:      29523
292.99/294.56	c #Conflicts:     418000 | #Constraints:      30523
292.99/294.56	c #Conflicts:     419000 | #Constraints:      31523
292.99/294.56	c #Conflicts:     420000 | #Constraints:      32523
292.99/294.56	c INPROCESSING
292.99/294.56	c GARBAGE COLLECT
292.99/294.56	c rational objective 1007
303.46/305.10	c #Conflicts:     421000 | #Constraints:      20693
303.46/305.10	c #Conflicts:     422000 | #Constraints:      21701
303.46/305.10	c #Conflicts:     423000 | #Constraints:      22763
303.46/305.10	c #Conflicts:     424000 | #Constraints:      23820
303.46/305.10	c #Conflicts:     425000 | #Constraints:      24877
303.46/305.10	c #Conflicts:     426000 | #Constraints:      25929
303.46/305.10	c #Conflicts:     427000 | #Constraints:      26980
303.46/305.10	c #Conflicts:     428000 | #Constraints:      28042
303.46/305.10	c #Conflicts:     429000 | #Constraints:      29112
303.46/305.10	c #Conflicts:     430000 | #Constraints:      30173
303.46/305.10	c #Conflicts:     431000 | #Constraints:      31226
303.46/305.10	c #Conflicts:     432000 | #Constraints:      32251
303.46/305.10	c #Conflicts:     433000 | #Constraints:      33283
303.46/305.10	c INPROCESSING
303.46/305.10	c GARBAGE COLLECT
303.46/305.10	c rational objective 1007
314.36/316.08	c #Conflicts:     434000 | #Constraints:      20906
314.36/316.08	c #Conflicts:     435000 | #Constraints:      21906
314.36/316.08	c #Conflicts:     436000 | #Constraints:      22906
314.36/316.08	c #Conflicts:     437000 | #Constraints:      23906
314.36/316.08	c #Conflicts:     438000 | #Constraints:      24906
314.36/316.08	c #Conflicts:     439000 | #Constraints:      25906
314.36/316.08	c #Conflicts:     440000 | #Constraints:      26906
314.36/316.08	c #Conflicts:     441000 | #Constraints:      27906
314.36/316.08	c #Conflicts:     442000 | #Constraints:      28906
314.36/316.08	c #Conflicts:     443000 | #Constraints:      29906
314.36/316.08	c #Conflicts:     444000 | #Constraints:      30906
314.36/316.08	c #Conflicts:     445000 | #Constraints:      31906
314.36/316.08	c #Conflicts:     446000 | #Constraints:      32906
314.36/316.08	c INPROCESSING
314.36/316.08	c GARBAGE COLLECT
314.36/316.08	c rational objective 1007
330.20/331.95	c #Conflicts:     447000 | #Constraints:      20589
330.20/331.95	c #Conflicts:     448000 | #Constraints:      21591
330.20/331.95	c #Conflicts:     449000 | #Constraints:      22591
330.20/331.95	c #Conflicts:     450000 | #Constraints:      23610
330.20/331.95	c #Conflicts:     451000 | #Constraints:      24650
330.20/331.95	c #Conflicts:     452000 | #Constraints:      25703
330.20/331.95	c #Conflicts:     453000 | #Constraints:      26728
330.20/331.95	c #Conflicts:     454000 | #Constraints:      27762
330.20/331.95	c #Conflicts:     455000 | #Constraints:      28791
330.20/331.95	c #Conflicts:     456000 | #Constraints:      29809
330.20/331.95	c #Conflicts:     457000 | #Constraints:      30835
330.20/331.95	c #Conflicts:     458000 | #Constraints:      31851
330.20/331.95	c #Conflicts:     459000 | #Constraints:      32863
330.20/331.95	c #Conflicts:     460000 | #Constraints:      33870
330.20/331.95	c INPROCESSING
330.20/331.95	c GARBAGE COLLECT
330.20/331.95	c rational objective 1007
339.07/340.81	c #Conflicts:     461000 | #Constraints:      21205
339.07/340.81	c #Conflicts:     462000 | #Constraints:      22205
339.07/340.81	c #Conflicts:     463000 | #Constraints:      23205
339.07/340.81	c #Conflicts:     464000 | #Constraints:      24205
339.07/340.81	c #Conflicts:     465000 | #Constraints:      25205
339.07/340.81	c #Conflicts:     466000 | #Constraints:      26205
339.07/340.81	c #Conflicts:     467000 | #Constraints:      27205
339.07/340.81	c #Conflicts:     468000 | #Constraints:      28205
339.07/340.81	c #Conflicts:     469000 | #Constraints:      29205
339.07/340.81	c #Conflicts:     470000 | #Constraints:      30205
339.07/340.81	c #Conflicts:     471000 | #Constraints:      31205
339.07/340.81	c #Conflicts:     472000 | #Constraints:      32205
339.07/340.81	c #Conflicts:     473000 | #Constraints:      33205
339.07/340.81	c #Conflicts:     474000 | #Constraints:      34205
339.07/340.81	c INPROCESSING
339.07/340.81	c GARBAGE COLLECT
339.07/340.81	c rational objective 1007
349.38/351.21	c #Conflicts:     475000 | #Constraints:      21553
349.38/351.21	c #Conflicts:     476000 | #Constraints:      22553
349.38/351.21	c #Conflicts:     477000 | #Constraints:      23553
349.38/351.21	c #Conflicts:     478000 | #Constraints:      24553
349.38/351.21	c #Conflicts:     479000 | #Constraints:      25553
349.38/351.21	c #Conflicts:     480000 | #Constraints:      26553
349.38/351.21	c #Conflicts:     481000 | #Constraints:      27553
349.38/351.21	c #Conflicts:     482000 | #Constraints:      28553
349.38/351.21	c #Conflicts:     483000 | #Constraints:      29553
349.38/351.21	c #Conflicts:     484000 | #Constraints:      30553
349.38/351.21	c #Conflicts:     485000 | #Constraints:      31553
349.38/351.21	c #Conflicts:     486000 | #Constraints:      32553
349.38/351.21	c #Conflicts:     487000 | #Constraints:      33553
349.38/351.21	c #Conflicts:     488000 | #Constraints:      34553
349.38/351.21	c INPROCESSING
349.38/351.21	c GARBAGE COLLECT
349.38/351.21	c rational objective 1007
357.45/359.39	c #Conflicts:     489000 | #Constraints:      21714
357.45/359.39	c #Conflicts:     490000 | #Constraints:      22714
357.45/359.39	c #Conflicts:     491000 | #Constraints:      23714
357.45/359.39	c #Conflicts:     492000 | #Constraints:      24714
357.45/359.39	c #Conflicts:     493000 | #Constraints:      25714
357.45/359.39	c #Conflicts:     494000 | #Constraints:      26714
357.45/359.39	c #Conflicts:     495000 | #Constraints:      27714
357.45/359.39	c #Conflicts:     496000 | #Constraints:      28714
357.45/359.39	c #Conflicts:     497000 | #Constraints:      29714
357.45/359.39	c #Conflicts:     498000 | #Constraints:      30714
357.45/359.39	c #Conflicts:     499000 | #Constraints:      31714
357.45/359.39	c #Conflicts:     500000 | #Constraints:      32714
357.45/359.39	c bounds 1037 >= 1008 @ 351.83
358.55/360.46	c #Conflicts:     501000 | #Constraints:      33799
358.55/360.46	c #Conflicts:     502000 | #Constraints:      34820
358.55/360.46	c INPROCESSING
358.55/360.46	c GARBAGE COLLECT
358.55/360.46	c rational objective 1008
368.23/370.19	c #Conflicts:     503000 | #Constraints:      21721
368.23/370.19	c #Conflicts:     504000 | #Constraints:      22721
368.23/370.19	c #Conflicts:     505000 | #Constraints:      23721
368.23/370.19	c #Conflicts:     506000 | #Constraints:      24721
368.23/370.19	c #Conflicts:     507000 | #Constraints:      25721
368.23/370.19	c #Conflicts:     508000 | #Constraints:      26721
368.23/370.19	c #Conflicts:     509000 | #Constraints:      27721
368.23/370.19	c #Conflicts:     510000 | #Constraints:      28722
368.23/370.19	c #Conflicts:     511000 | #Constraints:      29722
368.23/370.19	c #Conflicts:     512000 | #Constraints:      30722
368.23/370.19	c #Conflicts:     513000 | #Constraints:      31722
368.23/370.19	c #Conflicts:     514000 | #Constraints:      32722
368.23/370.19	c #Conflicts:     515000 | #Constraints:      33722
368.23/370.19	c #Conflicts:     516000 | #Constraints:      34722
368.23/370.19	c INPROCESSING
368.23/370.19	c GARBAGE COLLECT
368.23/370.19	c rational objective 1008
378.81/380.86	c #Conflicts:     517000 | #Constraints:      21515
378.81/380.86	c #Conflicts:     518000 | #Constraints:      22523
378.81/380.86	c #Conflicts:     519000 | #Constraints:      23573
378.81/380.86	c #Conflicts:     520000 | #Constraints:      24637
378.81/380.86	c #Conflicts:     521000 | #Constraints:      25669
378.81/380.86	c #Conflicts:     522000 | #Constraints:      26710
378.81/380.86	c #Conflicts:     523000 | #Constraints:      27749
378.81/380.86	c #Conflicts:     524000 | #Constraints:      28807
378.81/380.86	c #Conflicts:     525000 | #Constraints:      29850
378.81/380.86	c #Conflicts:     526000 | #Constraints:      30886
378.81/380.86	c #Conflicts:     527000 | #Constraints:      31914
378.81/380.86	c #Conflicts:     528000 | #Constraints:      32952
378.81/380.86	c #Conflicts:     529000 | #Constraints:      33990
378.81/380.86	c #Conflicts:     530000 | #Constraints:      35021
378.81/380.86	c #Conflicts:     531000 | #Constraints:      36053
378.81/380.86	c INPROCESSING
378.81/380.86	c GARBAGE COLLECT
378.81/380.86	c rational objective 1008
388.88/390.97	c #Conflicts:     532000 | #Constraints:      22303
388.88/390.97	c #Conflicts:     533000 | #Constraints:      23303
388.88/390.97	c #Conflicts:     534000 | #Constraints:      24303
388.88/390.97	c #Conflicts:     535000 | #Constraints:      25303
388.88/390.97	c #Conflicts:     536000 | #Constraints:      26303
388.88/390.97	c #Conflicts:     537000 | #Constraints:      27303
388.88/390.97	c #Conflicts:     538000 | #Constraints:      28303
388.88/390.97	c #Conflicts:     539000 | #Constraints:      29303
388.88/390.97	c #Conflicts:     540000 | #Constraints:      30303
388.88/390.97	c #Conflicts:     541000 | #Constraints:      31303
388.88/390.97	c #Conflicts:     542000 | #Constraints:      32303
388.88/390.97	c #Conflicts:     543000 | #Constraints:      33303
388.88/390.97	c #Conflicts:     544000 | #Constraints:      34303
388.88/390.97	c #Conflicts:     545000 | #Constraints:      35303
388.88/390.97	c #Conflicts:     546000 | #Constraints:      36303
388.88/390.97	c INPROCESSING
388.88/390.97	c GARBAGE COLLECT
388.88/390.97	c rational objective 1008
401.05/403.15	c #Conflicts:     547000 | #Constraints:      22618
401.05/403.15	c #Conflicts:     548000 | #Constraints:      23677
401.05/403.15	c #Conflicts:     549000 | #Constraints:      24733
401.05/403.15	c #Conflicts:     550000 | #Constraints:      25783
401.05/403.15	c #Conflicts:     551000 | #Constraints:      26835
401.05/403.15	c #Conflicts:     552000 | #Constraints:      27870
401.05/403.15	c #Conflicts:     553000 | #Constraints:      28903
401.05/403.15	c #Conflicts:     554000 | #Constraints:      29932
401.05/403.15	c #Conflicts:     555000 | #Constraints:      30972
401.05/403.15	c #Conflicts:     556000 | #Constraints:      32011
401.05/403.15	c #Conflicts:     557000 | #Constraints:      33050
401.05/403.15	c #Conflicts:     558000 | #Constraints:      34091
401.05/403.15	c #Conflicts:     559000 | #Constraints:      35125
401.05/403.15	c #Conflicts:     560000 | #Constraints:      36146
401.05/403.15	c #Conflicts:     561000 | #Constraints:      37167
401.05/403.15	c INPROCESSING
401.05/403.15	c GARBAGE COLLECT
401.05/403.15	c rational objective 1008
411.86/414.04	c #Conflicts:     562000 | #Constraints:      22992
411.86/414.04	c #Conflicts:     563000 | #Constraints:      23992
411.86/414.04	c #Conflicts:     564000 | #Constraints:      24992
411.86/414.04	c #Conflicts:     565000 | #Constraints:      25992
411.86/414.04	c #Conflicts:     566000 | #Constraints:      26992
411.86/414.04	c #Conflicts:     567000 | #Constraints:      27992
411.86/414.04	c #Conflicts:     568000 | #Constraints:      28992
411.86/414.04	c #Conflicts:     569000 | #Constraints:      29992
411.86/414.04	c #Conflicts:     570000 | #Constraints:      30992
411.86/414.04	c #Conflicts:     571000 | #Constraints:      31992
411.86/414.04	c #Conflicts:     572000 | #Constraints:      32992
411.86/414.04	c #Conflicts:     573000 | #Constraints:      33992
411.86/414.04	c #Conflicts:     574000 | #Constraints:      34992
411.86/414.04	c #Conflicts:     575000 | #Constraints:      35992
411.86/414.04	c #Conflicts:     576000 | #Constraints:      36992
411.86/414.04	c INPROCESSING
411.86/414.04	c GARBAGE COLLECT
411.86/414.04	c rational objective 1008
421.93/424.17	c #Conflicts:     577000 | #Constraints:      22860
421.93/424.17	c #Conflicts:     578000 | #Constraints:      23860
421.93/424.17	c #Conflicts:     579000 | #Constraints:      24860
421.93/424.17	c #Conflicts:     580000 | #Constraints:      25860
421.93/424.17	c #Conflicts:     581000 | #Constraints:      26860
421.93/424.17	c #Conflicts:     582000 | #Constraints:      27860
421.93/424.17	c #Conflicts:     583000 | #Constraints:      28860
421.93/424.17	c #Conflicts:     584000 | #Constraints:      29860
421.93/424.17	c #Conflicts:     585000 | #Constraints:      30860
421.93/424.17	c #Conflicts:     586000 | #Constraints:      31860
421.93/424.17	c #Conflicts:     587000 | #Constraints:      32860
421.93/424.17	c #Conflicts:     588000 | #Constraints:      33860
421.93/424.17	c #Conflicts:     589000 | #Constraints:      34861
421.93/424.17	c #Conflicts:     590000 | #Constraints:      35861
421.93/424.17	c #Conflicts:     591000 | #Constraints:      36861
421.93/424.17	c INPROCESSING
421.93/424.17	c GARBAGE COLLECT
421.93/424.17	c rational objective 1008
434.98/437.32	c #Conflicts:     592000 | #Constraints:      22581
434.98/437.32	c #Conflicts:     593000 | #Constraints:      23582
434.98/437.32	c #Conflicts:     594000 | #Constraints:      24632
434.98/437.32	c #Conflicts:     595000 | #Constraints:      25716
434.98/437.32	c #Conflicts:     596000 | #Constraints:      26780
434.98/437.32	c #Conflicts:     597000 | #Constraints:      27851
434.98/437.32	c #Conflicts:     598000 | #Constraints:      28905
434.98/437.32	c #Conflicts:     599000 | #Constraints:      29954
434.98/437.32	c #Conflicts:     600000 | #Constraints:      30997
434.98/437.32	c #Conflicts:     601000 | #Constraints:      32039
434.98/437.32	c #Conflicts:     602000 | #Constraints:      33081
434.98/437.32	c #Conflicts:     603000 | #Constraints:      34129
434.98/437.32	c #Conflicts:     604000 | #Constraints:      35171
434.98/437.32	c #Conflicts:     605000 | #Constraints:      36210
434.98/437.32	c #Conflicts:     606000 | #Constraints:      37243
434.98/437.32	c #Conflicts:     607000 | #Constraints:      38282
434.98/437.32	c INPROCESSING
434.98/437.32	c GARBAGE COLLECT
434.98/437.32	c rational objective 1008
446.66/449.06	c #Conflicts:     608000 | #Constraints:      23411
446.66/449.06	c #Conflicts:     609000 | #Constraints:      24411
446.66/449.06	c #Conflicts:     610000 | #Constraints:      25411
446.66/449.06	c #Conflicts:     611000 | #Constraints:      26411
446.66/449.06	c #Conflicts:     612000 | #Constraints:      27411
446.66/449.06	c #Conflicts:     613000 | #Constraints:      28411
446.66/449.06	c #Conflicts:     614000 | #Constraints:      29411
446.66/449.06	c #Conflicts:     615000 | #Constraints:      30411
446.66/449.06	c #Conflicts:     616000 | #Constraints:      31411
446.66/449.06	c #Conflicts:     617000 | #Constraints:      32411
446.66/449.06	c #Conflicts:     618000 | #Constraints:      33411
446.66/449.06	c #Conflicts:     619000 | #Constraints:      34411
446.66/449.06	c #Conflicts:     620000 | #Constraints:      35411
446.66/449.06	c #Conflicts:     621000 | #Constraints:      36411
446.66/449.06	c #Conflicts:     622000 | #Constraints:      37411
446.66/449.06	c #Conflicts:     623000 | #Constraints:      38411
446.66/449.06	c INPROCESSING
446.66/449.06	c GARBAGE COLLECT
446.66/449.06	c rational objective 1008
458.02/460.45	c #Conflicts:     624000 | #Constraints:      23670
458.02/460.45	c #Conflicts:     625000 | #Constraints:      24670
458.02/460.45	c #Conflicts:     626000 | #Constraints:      25670
458.02/460.45	c #Conflicts:     627000 | #Constraints:      26670
458.02/460.45	c #Conflicts:     628000 | #Constraints:      27670
458.02/460.45	c #Conflicts:     629000 | #Constraints:      28670
458.02/460.45	c #Conflicts:     630000 | #Constraints:      29670
458.02/460.45	c #Conflicts:     631000 | #Constraints:      30670
458.02/460.45	c #Conflicts:     632000 | #Constraints:      31670
458.02/460.45	c #Conflicts:     633000 | #Constraints:      32670
458.02/460.45	c #Conflicts:     634000 | #Constraints:      33670
458.02/460.45	c #Conflicts:     635000 | #Constraints:      34670
458.02/460.45	c #Conflicts:     636000 | #Constraints:      35670
458.02/460.45	c #Conflicts:     637000 | #Constraints:      36670
458.02/460.45	c #Conflicts:     638000 | #Constraints:      37670
458.02/460.45	c #Conflicts:     639000 | #Constraints:      38670
458.02/460.45	c INPROCESSING
458.02/460.45	c GARBAGE COLLECT
458.02/460.45	c rational objective 1008
477.62/480.16	c #Conflicts:     640000 | #Constraints:      23797
477.62/480.16	c #Conflicts:     641000 | #Constraints:      24801
477.62/480.16	c #Conflicts:     642000 | #Constraints:      25851
477.62/480.16	c #Conflicts:     643000 | #Constraints:      26907
477.62/480.16	c #Conflicts:     644000 | #Constraints:      27974
477.62/480.16	c #Conflicts:     645000 | #Constraints:      29044
477.62/480.16	c #Conflicts:     646000 | #Constraints:      30090
477.62/480.16	c #Conflicts:     647000 | #Constraints:      31149
477.62/480.16	c #Conflicts:     648000 | #Constraints:      32187
477.62/480.16	c #Conflicts:     649000 | #Constraints:      33226
477.62/480.16	c #Conflicts:     650000 | #Constraints:      34261
477.62/480.16	c #Conflicts:     651000 | #Constraints:      35297
477.62/480.16	c #Conflicts:     652000 | #Constraints:      36327
477.62/480.16	c #Conflicts:     653000 | #Constraints:      37376
477.62/480.16	c #Conflicts:     654000 | #Constraints:      38395
477.62/480.16	c #Conflicts:     655000 | #Constraints:      39434
477.62/480.16	c INPROCESSING
477.62/480.16	c GARBAGE COLLECT
477.62/480.16	c rational objective 1008
489.76/492.36	c #Conflicts:     656000 | #Constraints:      23965
489.76/492.36	c #Conflicts:     657000 | #Constraints:      24965
489.76/492.36	c #Conflicts:     658000 | #Constraints:      25965
489.76/492.36	c #Conflicts:     659000 | #Constraints:      26965
489.76/492.36	c #Conflicts:     660000 | #Constraints:      27965
489.76/492.36	c #Conflicts:     661000 | #Constraints:      28965
489.76/492.36	c #Conflicts:     662000 | #Constraints:      29965
489.76/492.36	c #Conflicts:     663000 | #Constraints:      30965
489.76/492.36	c #Conflicts:     664000 | #Constraints:      31965
489.76/492.36	c #Conflicts:     665000 | #Constraints:      32965
489.76/492.36	c #Conflicts:     666000 | #Constraints:      33965
489.76/492.36	c #Conflicts:     667000 | #Constraints:      34965
489.76/492.36	c #Conflicts:     668000 | #Constraints:      35965
489.76/492.36	c #Conflicts:     669000 | #Constraints:      36965
489.76/492.36	c #Conflicts:     670000 | #Constraints:      37965
489.76/492.36	c #Conflicts:     671000 | #Constraints:      38965
489.76/492.36	c INPROCESSING
489.76/492.36	c GARBAGE COLLECT
489.76/492.36	c rational objective 1008
501.66/504.35	c #Conflicts:     672000 | #Constraints:      23667
501.66/504.35	c #Conflicts:     673000 | #Constraints:      24667
501.66/504.35	c #Conflicts:     674000 | #Constraints:      25667
501.66/504.35	c #Conflicts:     675000 | #Constraints:      26667
501.66/504.35	c #Conflicts:     676000 | #Constraints:      27667
501.66/504.35	c #Conflicts:     677000 | #Constraints:      28667
501.66/504.35	c #Conflicts:     678000 | #Constraints:      29667
501.66/504.35	c #Conflicts:     679000 | #Constraints:      30667
501.66/504.35	c #Conflicts:     680000 | #Constraints:      31667
501.66/504.35	c #Conflicts:     681000 | #Constraints:      32667
501.66/504.35	c #Conflicts:     682000 | #Constraints:      33667
501.66/504.35	c #Conflicts:     683000 | #Constraints:      34667
501.66/504.35	c #Conflicts:     684000 | #Constraints:      35667
501.66/504.35	c #Conflicts:     685000 | #Constraints:      36667
501.66/504.35	c #Conflicts:     686000 | #Constraints:      37667
501.66/504.35	c #Conflicts:     687000 | #Constraints:      38667
501.66/504.35	c #Conflicts:     688000 | #Constraints:      39667
501.66/504.35	c INPROCESSING
501.66/504.35	c GARBAGE COLLECT
501.66/504.35	c rational objective 1008
512.92/515.65	c #Conflicts:     689000 | #Constraints:      24198
512.92/515.65	c #Conflicts:     690000 | #Constraints:      25198
512.92/515.65	c #Conflicts:     691000 | #Constraints:      26198
512.92/515.65	c #Conflicts:     692000 | #Constraints:      27198
512.92/515.65	c #Conflicts:     693000 | #Constraints:      28198
512.92/515.65	c #Conflicts:     694000 | #Constraints:      29198
512.92/515.65	c #Conflicts:     695000 | #Constraints:      30198
512.92/515.65	c #Conflicts:     696000 | #Constraints:      31198
512.92/515.65	c #Conflicts:     697000 | #Constraints:      32198
512.92/515.65	c #Conflicts:     698000 | #Constraints:      33198
512.92/515.65	c #Conflicts:     699000 | #Constraints:      34198
512.92/515.65	c #Conflicts:     700000 | #Constraints:      35198
512.92/515.65	c #Conflicts:     701000 | #Constraints:      36198
512.92/515.65	c #Conflicts:     702000 | #Constraints:      37198
512.92/515.65	c #Conflicts:     703000 | #Constraints:      38198
512.92/515.65	c #Conflicts:     704000 | #Constraints:      39198
512.92/515.65	c #Conflicts:     705000 | #Constraints:      40198
512.92/515.65	c INPROCESSING
512.92/515.65	c GARBAGE COLLECT
512.92/515.65	c rational objective 1008
527.49/530.36	c #Conflicts:     706000 | #Constraints:      24572
527.49/530.36	c #Conflicts:     707000 | #Constraints:      25592
527.49/530.36	c #Conflicts:     708000 | #Constraints:      26632
527.49/530.36	c #Conflicts:     709000 | #Constraints:      27652
527.49/530.36	c #Conflicts:     710000 | #Constraints:      28675
527.49/530.36	c #Conflicts:     711000 | #Constraints:      29713
527.49/530.36	c #Conflicts:     712000 | #Constraints:      30751
527.49/530.36	c #Conflicts:     713000 | #Constraints:      31796
527.49/530.36	c #Conflicts:     714000 | #Constraints:      32835
527.49/530.36	c #Conflicts:     715000 | #Constraints:      33871
527.49/530.36	c #Conflicts:     716000 | #Constraints:      34890
527.49/530.36	c #Conflicts:     717000 | #Constraints:      35906
527.49/530.36	c #Conflicts:     718000 | #Constraints:      36921
527.49/530.36	c #Conflicts:     719000 | #Constraints:      37936
527.49/530.36	c #Conflicts:     720000 | #Constraints:      38954
527.49/530.36	c #Conflicts:     721000 | #Constraints:      39972
527.49/530.36	c #Conflicts:     722000 | #Constraints:      40987
527.49/530.36	c INPROCESSING
527.49/530.36	c GARBAGE COLLECT
527.49/530.36	c rational objective 1008
540.84/543.70	c #Conflicts:     723000 | #Constraints:      24912
540.84/543.70	c #Conflicts:     724000 | #Constraints:      25912
540.84/543.70	c #Conflicts:     725000 | #Constraints:      26912
540.84/543.70	c #Conflicts:     726000 | #Constraints:      27912
540.84/543.70	c #Conflicts:     727000 | #Constraints:      28912
540.84/543.70	c #Conflicts:     728000 | #Constraints:      29912
540.84/543.70	c #Conflicts:     729000 | #Constraints:      30912
540.84/543.70	c #Conflicts:     730000 | #Constraints:      31912
540.84/543.70	c #Conflicts:     731000 | #Constraints:      32912
540.84/543.70	c #Conflicts:     732000 | #Constraints:      33912
540.84/543.70	c #Conflicts:     733000 | #Constraints:      34912
540.84/543.70	c #Conflicts:     734000 | #Constraints:      35912
540.84/543.70	c #Conflicts:     735000 | #Constraints:      36912
540.84/543.70	c #Conflicts:     736000 | #Constraints:      37912
540.84/543.70	c #Conflicts:     737000 | #Constraints:      38912
540.84/543.70	c #Conflicts:     738000 | #Constraints:      39912
540.84/543.70	c #Conflicts:     739000 | #Constraints:      40912
540.84/543.70	c INPROCESSING
540.84/543.70	c GARBAGE COLLECT
540.84/543.70	c rational objective 1008
553.11/556.02	c #Conflicts:     740000 | #Constraints:      24808
553.11/556.02	c #Conflicts:     741000 | #Constraints:      25808
553.11/556.02	c #Conflicts:     742000 | #Constraints:      26808
553.11/556.02	c #Conflicts:     743000 | #Constraints:      27808
553.11/556.02	c #Conflicts:     744000 | #Constraints:      28808
553.11/556.02	c #Conflicts:     745000 | #Constraints:      29808
553.11/556.02	c #Conflicts:     746000 | #Constraints:      30808
553.11/556.02	c #Conflicts:     747000 | #Constraints:      31808
553.11/556.02	c #Conflicts:     748000 | #Constraints:      32808
553.11/556.02	c #Conflicts:     749000 | #Constraints:      33808
553.11/556.02	c #Conflicts:     750000 | #Constraints:      34808
553.11/556.02	c #Conflicts:     751000 | #Constraints:      35808
553.11/556.02	c #Conflicts:     752000 | #Constraints:      36808
553.11/556.02	c #Conflicts:     753000 | #Constraints:      37808
553.11/556.02	c #Conflicts:     754000 | #Constraints:      38808
553.11/556.02	c #Conflicts:     755000 | #Constraints:      39808
553.11/556.02	c #Conflicts:     756000 | #Constraints:      40808
553.11/556.02	c INPROCESSING
553.11/556.02	c GARBAGE COLLECT
553.11/556.02	c rational objective 1008
570.10/573.19	c #Conflicts:     757000 | #Constraints:      24605
570.10/573.19	c #Conflicts:     758000 | #Constraints:      25639
570.10/573.19	c #Conflicts:     759000 | #Constraints:      26699
570.10/573.19	c #Conflicts:     760000 | #Constraints:      27759
570.10/573.19	c #Conflicts:     761000 | #Constraints:      28806
570.10/573.19	c #Conflicts:     762000 | #Constraints:      29862
570.10/573.19	c #Conflicts:     763000 | #Constraints:      30913
570.10/573.19	c #Conflicts:     764000 | #Constraints:      31964
570.10/573.19	c #Conflicts:     765000 | #Constraints:      33015
570.10/573.19	c #Conflicts:     766000 | #Constraints:      34066
570.10/573.19	c #Conflicts:     767000 | #Constraints:      35111
570.10/573.19	c #Conflicts:     768000 | #Constraints:      36147
570.10/573.19	c #Conflicts:     769000 | #Constraints:      37170
570.10/573.19	c #Conflicts:     770000 | #Constraints:      38197
570.10/573.19	c #Conflicts:     771000 | #Constraints:      39227
570.10/573.19	c #Conflicts:     772000 | #Constraints:      40246
570.10/573.19	c #Conflicts:     773000 | #Constraints:      41271
570.10/573.19	c #Conflicts:     774000 | #Constraints:      42293
570.10/573.19	c INPROCESSING
570.10/573.19	c GARBAGE COLLECT
570.10/573.19	c rational objective 1008
584.23/587.35	c #Conflicts:     775000 | #Constraints:      25438
584.23/587.35	c #Conflicts:     776000 | #Constraints:      26438
584.23/587.35	c #Conflicts:     777000 | #Constraints:      27438
584.23/587.35	c #Conflicts:     778000 | #Constraints:      28438
584.23/587.35	c #Conflicts:     779000 | #Constraints:      29438
584.23/587.35	c #Conflicts:     780000 | #Constraints:      30438
584.23/587.35	c #Conflicts:     781000 | #Constraints:      31438
584.23/587.35	c #Conflicts:     782000 | #Constraints:      32438
584.23/587.35	c #Conflicts:     783000 | #Constraints:      33438
584.23/587.35	c #Conflicts:     784000 | #Constraints:      34438
584.23/587.35	c #Conflicts:     785000 | #Constraints:      35438
584.23/587.35	c #Conflicts:     786000 | #Constraints:      36438
584.23/587.35	c #Conflicts:     787000 | #Constraints:      37438
584.23/587.35	c #Conflicts:     788000 | #Constraints:      38438
584.23/587.35	c #Conflicts:     789000 | #Constraints:      39438
584.23/587.35	c #Conflicts:     790000 | #Constraints:      40438
584.23/587.35	c #Conflicts:     791000 | #Constraints:      41438
584.23/587.35	c #Conflicts:     792000 | #Constraints:      42438
584.23/587.35	c INPROCESSING
584.23/587.35	c GARBAGE COLLECT
584.23/587.35	c rational objective 1008
597.40/600.86	c #Conflicts:     793000 | #Constraints:      25683
597.40/600.86	c #Conflicts:     794000 | #Constraints:      26683
597.40/600.86	c #Conflicts:     795000 | #Constraints:      27683
597.40/600.86	c #Conflicts:     796000 | #Constraints:      28683
597.40/600.86	c #Conflicts:     797000 | #Constraints:      29683
597.40/600.86	c #Conflicts:     798000 | #Constraints:      30683
597.40/600.86	c #Conflicts:     799000 | #Constraints:      31683
597.40/600.86	c #Conflicts:     800000 | #Constraints:      32683
597.40/600.86	c #Conflicts:     801000 | #Constraints:      33683
597.40/600.86	c #Conflicts:     802000 | #Constraints:      34683
597.40/600.86	c #Conflicts:     803000 | #Constraints:      35683
597.40/600.86	c #Conflicts:     804000 | #Constraints:      36683
597.40/600.86	c #Conflicts:     805000 | #Constraints:      37683
597.40/600.86	c #Conflicts:     806000 | #Constraints:      38683
597.40/600.86	c #Conflicts:     807000 | #Constraints:      39683
597.40/600.86	c #Conflicts:     808000 | #Constraints:      40683
597.40/600.86	c #Conflicts:     809000 | #Constraints:      41683
597.40/600.86	c #Conflicts:     810000 | #Constraints:      42683
597.40/600.86	c INPROCESSING
597.40/600.86	c GARBAGE COLLECT
597.40/600.86	c rational objective 1008
614.16/617.60	c #Conflicts:     811000 | #Constraints:      25826
614.16/617.60	c #Conflicts:     812000 | #Constraints:      26839
614.16/617.60	c #Conflicts:     813000 | #Constraints:      27848
614.16/617.60	c #Conflicts:     814000 | #Constraints:      28875
614.16/617.60	c #Conflicts:     815000 | #Constraints:      29943
614.16/617.60	c #Conflicts:     816000 | #Constraints:      31003
614.16/617.60	c #Conflicts:     817000 | #Constraints:      32061
614.16/617.60	c #Conflicts:     818000 | #Constraints:      33106
614.16/617.60	c #Conflicts:     819000 | #Constraints:      34145
614.16/617.60	c #Conflicts:     820000 | #Constraints:      35183
614.16/617.60	c #Conflicts:     821000 | #Constraints:      36217
614.16/617.60	c #Conflicts:     822000 | #Constraints:      37246
614.16/617.60	c #Conflicts:     823000 | #Constraints:      38273
614.16/617.60	c #Conflicts:     824000 | #Constraints:      39306
614.16/617.60	c #Conflicts:     825000 | #Constraints:      40337
614.16/617.60	c #Conflicts:     826000 | #Constraints:      41360
614.16/617.60	c #Conflicts:     827000 | #Constraints:      42380
614.16/617.60	c #Conflicts:     828000 | #Constraints:      43410
614.16/617.60	c INPROCESSING
614.16/617.60	c GARBAGE COLLECT
614.16/617.60	c rational objective 1008
629.60/636.70	c #Conflicts:     829000 | #Constraints:      25988
629.60/636.70	c #Conflicts:     830000 | #Constraints:      26988
629.60/636.70	c #Conflicts:     831000 | #Constraints:      27988
629.60/636.70	c #Conflicts:     832000 | #Constraints:      28988
629.60/636.70	c #Conflicts:     833000 | #Constraints:      29988
629.60/636.70	c #Conflicts:     834000 | #Constraints:      30988
629.60/636.70	c #Conflicts:     835000 | #Constraints:      31988
629.60/636.70	c #Conflicts:     836000 | #Constraints:      32988
629.60/636.70	c #Conflicts:     837000 | #Constraints:      33988
629.60/636.70	c #Conflicts:     838000 | #Constraints:      34988
629.60/636.70	c #Conflicts:     839000 | #Constraints:      35988
629.60/636.70	c #Conflicts:     840000 | #Constraints:      36988
629.60/636.70	c #Conflicts:     841000 | #Constraints:      37988
629.60/636.70	c #Conflicts:     842000 | #Constraints:      38988
629.60/636.70	c #Conflicts:     843000 | #Constraints:      39988
629.60/636.70	c #Conflicts:     844000 | #Constraints:      40988
629.60/636.70	c #Conflicts:     845000 | #Constraints:      41988
629.60/636.70	c #Conflicts:     846000 | #Constraints:      42988
629.60/636.70	c INPROCESSING
629.60/636.70	c GARBAGE COLLECT
629.60/636.70	c rational objective 1008
643.26/650.43	c #Conflicts:     847000 | #Constraints:      25679
643.26/650.43	c #Conflicts:     848000 | #Constraints:      26679
643.26/650.43	c #Conflicts:     849000 | #Constraints:      27679
643.26/650.43	c #Conflicts:     850000 | #Constraints:      28679
643.26/650.43	c #Conflicts:     851000 | #Constraints:      29679
643.26/650.43	c #Conflicts:     852000 | #Constraints:      30679
643.26/650.43	c #Conflicts:     853000 | #Constraints:      31679
643.26/650.43	c #Conflicts:     854000 | #Constraints:      32679
643.26/650.43	c #Conflicts:     855000 | #Constraints:      33679
643.26/650.43	c #Conflicts:     856000 | #Constraints:      34679
643.26/650.43	c #Conflicts:     857000 | #Constraints:      35679
643.26/650.43	c #Conflicts:     858000 | #Constraints:      36679
643.26/650.43	c #Conflicts:     859000 | #Constraints:      37679
643.26/650.43	c #Conflicts:     860000 | #Constraints:      38679
643.26/650.43	c #Conflicts:     861000 | #Constraints:      39679
643.26/650.43	c #Conflicts:     862000 | #Constraints:      40679
643.26/650.43	c #Conflicts:     863000 | #Constraints:      41679
643.26/650.43	c #Conflicts:     864000 | #Constraints:      42679
643.26/650.43	c #Conflicts:     865000 | #Constraints:      43679
643.26/650.43	c INPROCESSING
643.26/650.43	c GARBAGE COLLECT
643.26/650.43	c rational objective 1008
664.71/672.18	c #Conflicts:     866000 | #Constraints:      26206
664.71/672.18	c #Conflicts:     867000 | #Constraints:      27254
664.71/672.18	c #Conflicts:     868000 | #Constraints:      28329
664.71/672.18	c #Conflicts:     869000 | #Constraints:      29398
664.71/672.18	c #Conflicts:     870000 | #Constraints:      30456
664.71/672.18	c #Conflicts:     871000 | #Constraints:      31517
664.71/672.18	c #Conflicts:     872000 | #Constraints:      32583
664.71/672.18	c #Conflicts:     873000 | #Constraints:      33629
664.71/672.18	c #Conflicts:     874000 | #Constraints:      34684
664.71/672.18	c #Conflicts:     875000 | #Constraints:      35736
664.71/672.18	c #Conflicts:     876000 | #Constraints:      36777
664.71/672.18	c #Conflicts:     877000 | #Constraints:      37825
664.71/672.18	c #Conflicts:     878000 | #Constraints:      38858
664.71/672.18	c #Conflicts:     879000 | #Constraints:      39899
664.71/672.18	c #Conflicts:     880000 | #Constraints:      40955
664.71/672.18	c #Conflicts:     881000 | #Constraints:      41997
664.71/672.18	c #Conflicts:     882000 | #Constraints:      43022
664.71/672.18	c #Conflicts:     883000 | #Constraints:      44057
664.71/672.18	c #Conflicts:     884000 | #Constraints:      45093
664.71/672.18	c INPROCESSING
664.71/672.18	c GARBAGE COLLECT
664.71/672.18	c rational objective 1008
680.87/688.41	c #Conflicts:     885000 | #Constraints:      26909
680.87/688.41	c #Conflicts:     886000 | #Constraints:      27909
680.87/688.41	c #Conflicts:     887000 | #Constraints:      28909
680.87/688.41	c #Conflicts:     888000 | #Constraints:      29909
680.87/688.41	c #Conflicts:     889000 | #Constraints:      30909
680.87/688.41	c #Conflicts:     890000 | #Constraints:      31909
680.87/688.41	c #Conflicts:     891000 | #Constraints:      32909
680.87/688.41	c #Conflicts:     892000 | #Constraints:      33909
680.87/688.41	c #Conflicts:     893000 | #Constraints:      34909
680.87/688.41	c #Conflicts:     894000 | #Constraints:      35909
680.87/688.41	c #Conflicts:     895000 | #Constraints:      36909
680.87/688.41	c #Conflicts:     896000 | #Constraints:      37909
680.87/688.41	c #Conflicts:     897000 | #Constraints:      38909
680.87/688.41	c #Conflicts:     898000 | #Constraints:      39909
680.87/688.41	c #Conflicts:     899000 | #Constraints:      40909
680.87/688.41	c #Conflicts:     900000 | #Constraints:      41909
680.87/688.41	c #Conflicts:     901000 | #Constraints:      42909
680.87/688.41	c #Conflicts:     902000 | #Constraints:      43909
680.87/688.41	c #Conflicts:     903000 | #Constraints:      44909
680.87/688.41	c INPROCESSING
680.87/688.41	c GARBAGE COLLECT
680.87/688.41	c rational objective 1008
695.22/702.88	c #Conflicts:     904000 | #Constraints:      26930
695.22/702.88	c #Conflicts:     905000 | #Constraints:      27930
695.22/702.88	c #Conflicts:     906000 | #Constraints:      28930
695.22/702.88	c #Conflicts:     907000 | #Constraints:      29930
695.22/702.88	c #Conflicts:     908000 | #Constraints:      30930
695.22/702.88	c #Conflicts:     909000 | #Constraints:      31930
695.22/702.88	c #Conflicts:     910000 | #Constraints:      32930
695.22/702.88	c #Conflicts:     911000 | #Constraints:      33930
695.22/702.88	c #Conflicts:     912000 | #Constraints:      34930
695.22/702.88	c #Conflicts:     913000 | #Constraints:      35930
695.22/702.88	c #Conflicts:     914000 | #Constraints:      36930
695.22/702.88	c #Conflicts:     915000 | #Constraints:      37930
695.22/702.88	c #Conflicts:     916000 | #Constraints:      38930
695.22/702.88	c #Conflicts:     917000 | #Constraints:      39930
695.22/702.88	c #Conflicts:     918000 | #Constraints:      40930
695.22/702.88	c #Conflicts:     919000 | #Constraints:      41930
695.22/702.88	c #Conflicts:     920000 | #Constraints:      42930
695.22/702.88	c #Conflicts:     921000 | #Constraints:      43930
695.22/702.88	c #Conflicts:     922000 | #Constraints:      44930
695.22/702.88	c INPROCESSING
695.22/702.88	c GARBAGE COLLECT
695.22/702.88	c rational objective 1008
711.70/719.56	c #Conflicts:     923000 | #Constraints:      26845
711.70/719.56	c #Conflicts:     924000 | #Constraints:      27845
711.70/719.56	c #Conflicts:     925000 | #Constraints:      28845
711.70/719.56	c #Conflicts:     926000 | #Constraints:      29845
711.70/719.56	c #Conflicts:     927000 | #Constraints:      30846
711.70/719.56	c #Conflicts:     928000 | #Constraints:      31900
711.70/719.56	c #Conflicts:     929000 | #Constraints:      32972
711.70/719.56	c #Conflicts:     930000 | #Constraints:      34014
711.70/719.56	c #Conflicts:     931000 | #Constraints:      35072
711.70/719.56	c #Conflicts:     932000 | #Constraints:      36112
711.70/719.56	c #Conflicts:     933000 | #Constraints:      37148
711.70/719.56	c #Conflicts:     934000 | #Constraints:      38187
711.70/719.56	c #Conflicts:     935000 | #Constraints:      39218
711.70/719.56	c #Conflicts:     936000 | #Constraints:      40238
711.70/719.56	c #Conflicts:     937000 | #Constraints:      41275
711.70/719.56	c #Conflicts:     938000 | #Constraints:      42307
711.70/719.56	c #Conflicts:     939000 | #Constraints:      43328
711.70/719.56	c #Conflicts:     940000 | #Constraints:      44361
711.70/719.56	c #Conflicts:     941000 | #Constraints:      45400
711.70/719.56	c INPROCESSING
711.70/719.56	c GARBAGE COLLECT
711.70/719.56	c rational objective 1008
726.16/734.06	c #Conflicts:     942000 | #Constraints:      26799
726.16/734.06	c #Conflicts:     943000 | #Constraints:      27799
726.16/734.06	c #Conflicts:     944000 | #Constraints:      28799
726.16/734.06	c #Conflicts:     945000 | #Constraints:      29799
726.16/734.06	c #Conflicts:     946000 | #Constraints:      30799
726.16/734.06	c #Conflicts:     947000 | #Constraints:      31799
726.16/734.06	c #Conflicts:     948000 | #Constraints:      32799
726.16/734.06	c #Conflicts:     949000 | #Constraints:      33799
726.16/734.06	c #Conflicts:     950000 | #Constraints:      34799
726.16/734.06	c #Conflicts:     951000 | #Constraints:      35799
726.16/734.06	c #Conflicts:     952000 | #Constraints:      36799
726.16/734.06	c #Conflicts:     953000 | #Constraints:      37799
726.16/734.06	c #Conflicts:     954000 | #Constraints:      38799
726.16/734.06	c #Conflicts:     955000 | #Constraints:      39799
726.16/734.06	c #Conflicts:     956000 | #Constraints:      40799
726.16/734.06	c #Conflicts:     957000 | #Constraints:      41799
726.16/734.06	c #Conflicts:     958000 | #Constraints:      42799
726.16/734.06	c #Conflicts:     959000 | #Constraints:      43799
726.16/734.06	c #Conflicts:     960000 | #Constraints:      44799
726.16/734.06	c #Conflicts:     961000 | #Constraints:      45799
726.16/734.06	c INPROCESSING
726.16/734.06	c GARBAGE COLLECT
726.16/734.06	c rational objective 1008
759.49/767.67	c #Conflicts:     962000 | #Constraints:      27283
759.49/767.67	c #Conflicts:     963000 | #Constraints:      28300
759.49/767.67	c #Conflicts:     964000 | #Constraints:      29338
759.49/767.67	c #Conflicts:     965000 | #Constraints:      30378
759.49/767.67	c #Conflicts:     966000 | #Constraints:      31402
759.49/767.67	c #Conflicts:     967000 | #Constraints:      32428
759.49/767.67	c #Conflicts:     968000 | #Constraints:      33448
759.49/767.67	c #Conflicts:     969000 | #Constraints:      34464
759.49/767.67	c #Conflicts:     970000 | #Constraints:      35487
759.49/767.67	c #Conflicts:     971000 | #Constraints:      36502
759.49/767.67	c #Conflicts:     972000 | #Constraints:      37513
759.49/767.67	c #Conflicts:     973000 | #Constraints:      38528
759.49/767.67	c #Conflicts:     974000 | #Constraints:      39537
759.49/767.67	c #Conflicts:     975000 | #Constraints:      40548
759.49/767.67	c #Conflicts:     976000 | #Constraints:      41560
759.49/767.67	c #Conflicts:     977000 | #Constraints:      42567
759.49/767.67	c #Conflicts:     978000 | #Constraints:      43572
759.49/767.67	c #Conflicts:     979000 | #Constraints:      44583
759.49/767.67	c #Conflicts:     980000 | #Constraints:      45588
759.49/767.67	c #Conflicts:     981000 | #Constraints:      46636
759.49/767.67	c INPROCESSING
759.49/767.67	c GARBAGE COLLECT
759.49/767.67	c rational objective 1008
776.96/785.20	c #Conflicts:     982000 | #Constraints:      27705
776.96/785.20	c #Conflicts:     983000 | #Constraints:      28705
776.96/785.20	c #Conflicts:     984000 | #Constraints:      29705
776.96/785.20	c #Conflicts:     985000 | #Constraints:      30705
776.96/785.20	c #Conflicts:     986000 | #Constraints:      31705
776.96/785.20	c #Conflicts:     987000 | #Constraints:      32705
776.96/785.20	c #Conflicts:     988000 | #Constraints:      33705
776.96/785.20	c #Conflicts:     989000 | #Constraints:      34705
776.96/785.20	c #Conflicts:     990000 | #Constraints:      35705
776.96/785.20	c #Conflicts:     991000 | #Constraints:      36705
776.96/785.20	c #Conflicts:     992000 | #Constraints:      37705
776.96/785.20	c #Conflicts:     993000 | #Constraints:      38705
776.96/785.20	c #Conflicts:     994000 | #Constraints:      39705
776.96/785.20	c #Conflicts:     995000 | #Constraints:      40705
776.96/785.20	c #Conflicts:     996000 | #Constraints:      41705
776.96/785.20	c #Conflicts:     997000 | #Constraints:      42705
776.96/785.20	c #Conflicts:     998000 | #Constraints:      43705
776.96/785.20	c #Conflicts:     999000 | #Constraints:      44705
776.96/785.20	c #Conflicts:    1000000 | #Constraints:      45705
776.96/785.20	c #Conflicts:    1001000 | #Constraints:      46705
776.96/785.20	c INPROCESSING
776.96/785.20	c GARBAGE COLLECT
776.96/785.20	c rational objective 1008
793.21/801.53	c #Conflicts:    1002000 | #Constraints:      27832
793.21/801.53	c #Conflicts:    1003000 | #Constraints:      28832
793.21/801.53	c #Conflicts:    1004000 | #Constraints:      29832
793.21/801.53	c #Conflicts:    1005000 | #Constraints:      30832
793.21/801.53	c #Conflicts:    1006000 | #Constraints:      31832
793.21/801.53	c #Conflicts:    1007000 | #Constraints:      32832
793.21/801.53	c #Conflicts:    1008000 | #Constraints:      33832
793.21/801.53	c #Conflicts:    1009000 | #Constraints:      34832
793.21/801.53	c #Conflicts:    1010000 | #Constraints:      35832
793.21/801.53	c #Conflicts:    1011000 | #Constraints:      36832
793.21/801.53	c #Conflicts:    1012000 | #Constraints:      37832
793.21/801.53	c #Conflicts:    1013000 | #Constraints:      38832
793.21/801.53	c #Conflicts:    1014000 | #Constraints:      39832
793.21/801.53	c #Conflicts:    1015000 | #Constraints:      40832
793.21/801.53	c #Conflicts:    1016000 | #Constraints:      41832
793.21/801.53	c #Conflicts:    1017000 | #Constraints:      42832
793.21/801.53	c #Conflicts:    1018000 | #Constraints:      43832
793.21/801.53	c #Conflicts:    1019000 | #Constraints:      44832
793.21/801.53	c #Conflicts:    1020000 | #Constraints:      45832
793.21/801.53	c #Conflicts:    1021000 | #Constraints:      46832
793.21/801.53	c INPROCESSING
793.21/801.53	c GARBAGE COLLECT
793.21/801.53	c rational objective 1008
810.12/818.61	c #Conflicts:    1022000 | #Constraints:      27817
810.12/818.61	c #Conflicts:    1023000 | #Constraints:      28817
810.12/818.61	c #Conflicts:    1024000 | #Constraints:      29817
810.12/818.61	c #Conflicts:    1025000 | #Constraints:      30817
810.12/818.61	c #Conflicts:    1026000 | #Constraints:      31817
810.12/818.61	c #Conflicts:    1027000 | #Constraints:      32817
810.12/818.61	c #Conflicts:    1028000 | #Constraints:      33817
810.12/818.61	c #Conflicts:    1029000 | #Constraints:      34817
810.12/818.61	c #Conflicts:    1030000 | #Constraints:      35817
810.12/818.61	c #Conflicts:    1031000 | #Constraints:      36817
810.12/818.61	c #Conflicts:    1032000 | #Constraints:      37817
810.12/818.61	c #Conflicts:    1033000 | #Constraints:      38818
810.12/818.61	c #Conflicts:    1034000 | #Constraints:      39819
810.12/818.61	c #Conflicts:    1035000 | #Constraints:      40819
810.12/818.61	c #Conflicts:    1036000 | #Constraints:      41820
810.12/818.61	c #Conflicts:    1037000 | #Constraints:      42821
810.12/818.61	c #Conflicts:    1038000 | #Constraints:      43821
810.12/818.61	c #Conflicts:    1039000 | #Constraints:      44821
810.12/818.61	c #Conflicts:    1040000 | #Constraints:      45821
810.12/818.61	c #Conflicts:    1041000 | #Constraints:      46821
810.12/818.61	c INPROCESSING
810.12/818.61	c GARBAGE COLLECT
810.12/818.61	c rational objective 1008
817.40/825.94	c #Conflicts:    1042000 | #Constraints:      27594
817.40/825.94	c #Conflicts:    1043000 | #Constraints:      28594
817.40/825.94	c #Conflicts:    1044000 | #Constraints:      29594
817.40/825.94	c #Conflicts:    1045000 | #Constraints:      30594
817.40/825.94	c #Conflicts:    1046000 | #Constraints:      31594
817.40/825.94	c #Conflicts:    1047000 | #Constraints:      32594
817.40/825.94	c #Conflicts:    1048000 | #Constraints:      33594
817.40/825.94	c #Conflicts:    1049000 | #Constraints:      34594
817.40/825.94	c #Conflicts:    1050000 | #Constraints:      35594
817.40/825.94	c #Conflicts:    1051000 | #Constraints:      36595
817.40/825.94	c #Conflicts:    1052000 | #Constraints:      37595
817.40/825.94	c bounds 1037 >= 1009 @ 806.086
827.26/835.80	c #Conflicts:    1053000 | #Constraints:      38666
827.26/835.80	c #Conflicts:    1054000 | #Constraints:      39692
827.26/835.80	c #Conflicts:    1055000 | #Constraints:      40704
827.26/835.80	c #Conflicts:    1056000 | #Constraints:      41705
827.26/835.80	c #Conflicts:    1057000 | #Constraints:      42712
827.26/835.80	c #Conflicts:    1058000 | #Constraints:      43737
827.26/835.80	c #Conflicts:    1059000 | #Constraints:      44758
827.26/835.80	c #Conflicts:    1060000 | #Constraints:      45780
827.26/835.80	c #Conflicts:    1061000 | #Constraints:      46800
827.26/835.80	c #Conflicts:    1062000 | #Constraints:      47807
827.26/835.80	c INPROCESSING
827.26/835.80	c GARBAGE COLLECT
827.26/835.80	c rational objective 1009
843.37/852.02	c #Conflicts:    1063000 | #Constraints:      28238
843.37/852.02	c #Conflicts:    1064000 | #Constraints:      29238
843.37/852.02	c #Conflicts:    1065000 | #Constraints:      30238
843.37/852.02	c #Conflicts:    1066000 | #Constraints:      31238
843.37/852.02	c #Conflicts:    1067000 | #Constraints:      32238
843.37/852.02	c #Conflicts:    1068000 | #Constraints:      33238
843.37/852.02	c #Conflicts:    1069000 | #Constraints:      34238
843.37/852.02	c #Conflicts:    1070000 | #Constraints:      35238
843.37/852.02	c #Conflicts:    1071000 | #Constraints:      36238
843.37/852.02	c #Conflicts:    1072000 | #Constraints:      37238
843.37/852.02	c #Conflicts:    1073000 | #Constraints:      38238
843.37/852.02	c #Conflicts:    1074000 | #Constraints:      39238
843.37/852.02	c #Conflicts:    1075000 | #Constraints:      40238
843.37/852.02	c #Conflicts:    1076000 | #Constraints:      41238
843.37/852.02	c #Conflicts:    1077000 | #Constraints:      42238
843.37/852.02	c #Conflicts:    1078000 | #Constraints:      43238
843.37/852.02	c #Conflicts:    1079000 | #Constraints:      44238
843.37/852.02	c #Conflicts:    1080000 | #Constraints:      45238
843.37/852.02	c #Conflicts:    1081000 | #Constraints:      46238
843.37/852.02	c #Conflicts:    1082000 | #Constraints:      47238
843.37/852.02	c #Conflicts:    1083000 | #Constraints:      48238
843.37/852.02	c INPROCESSING
843.37/852.02	c GARBAGE COLLECT
843.37/852.02	c rational objective 1009
863.53/872.34	c #Conflicts:    1084000 | #Constraints:      28608
863.53/872.34	c #Conflicts:    1085000 | #Constraints:      29608
863.53/872.34	c #Conflicts:    1086000 | #Constraints:      30608
863.53/872.34	c #Conflicts:    1087000 | #Constraints:      31608
863.53/872.34	c #Conflicts:    1088000 | #Constraints:      32608
863.53/872.34	c #Conflicts:    1089000 | #Constraints:      33608
863.53/872.34	c #Conflicts:    1090000 | #Constraints:      34608
863.53/872.34	c #Conflicts:    1091000 | #Constraints:      35608
863.53/872.34	c #Conflicts:    1092000 | #Constraints:      36608
863.53/872.34	c #Conflicts:    1093000 | #Constraints:      37608
863.53/872.34	c #Conflicts:    1094000 | #Constraints:      38608
863.53/872.34	c #Conflicts:    1095000 | #Constraints:      39608
863.53/872.34	c #Conflicts:    1096000 | #Constraints:      40608
863.53/872.34	c #Conflicts:    1097000 | #Constraints:      41608
863.53/872.34	c #Conflicts:    1098000 | #Constraints:      42608
863.53/872.34	c #Conflicts:    1099000 | #Constraints:      43608
863.53/872.34	c #Conflicts:    1100000 | #Constraints:      44608
863.53/872.34	c #Conflicts:    1101000 | #Constraints:      45608
863.53/872.34	c #Conflicts:    1102000 | #Constraints:      46608
863.53/872.34	c #Conflicts:    1103000 | #Constraints:      47608
863.53/872.34	c #Conflicts:    1104000 | #Constraints:      48608
863.53/872.34	c INPROCESSING
863.53/872.34	c GARBAGE COLLECT
863.53/872.34	c rational objective 1009
887.28/896.19	c #Conflicts:    1105000 | #Constraints:      28794
887.28/896.19	c #Conflicts:    1106000 | #Constraints:      29813
887.28/896.19	c #Conflicts:    1107000 | #Constraints:      30847
887.28/896.19	c #Conflicts:    1108000 | #Constraints:      31884
887.28/896.19	c #Conflicts:    1109000 | #Constraints:      32918
887.28/896.19	c #Conflicts:    1110000 | #Constraints:      33943
887.28/896.19	c #Conflicts:    1111000 | #Constraints:      34984
887.28/896.19	c #Conflicts:    1112000 | #Constraints:      36020
887.28/896.19	c #Conflicts:    1113000 | #Constraints:      37043
887.28/896.19	c #Conflicts:    1114000 | #Constraints:      38072
887.28/896.19	c #Conflicts:    1115000 | #Constraints:      39102
887.28/896.19	c #Conflicts:    1116000 | #Constraints:      40124
887.28/896.19	c #Conflicts:    1117000 | #Constraints:      41157
887.28/896.19	c #Conflicts:    1118000 | #Constraints:      42195
887.28/896.19	c #Conflicts:    1119000 | #Constraints:      43226
887.28/896.19	c #Conflicts:    1120000 | #Constraints:      44247
887.28/896.19	c #Conflicts:    1121000 | #Constraints:      45267
887.28/896.19	c #Conflicts:    1122000 | #Constraints:      46293
887.28/896.19	c #Conflicts:    1123000 | #Constraints:      47315
887.28/896.19	c #Conflicts:    1124000 | #Constraints:      48332
887.28/896.19	c #Conflicts:    1125000 | #Constraints:      49353
887.28/896.19	c INPROCESSING
887.28/896.19	c GARBAGE COLLECT
887.28/896.19	c rational objective 1009
903.96/912.96	c #Conflicts:    1126000 | #Constraints:      28993
903.96/912.96	c #Conflicts:    1127000 | #Constraints:      29993
903.96/912.96	c #Conflicts:    1128000 | #Constraints:      30993
903.96/912.96	c #Conflicts:    1129000 | #Constraints:      31993
903.96/912.96	c #Conflicts:    1130000 | #Constraints:      32993
903.96/912.96	c #Conflicts:    1131000 | #Constraints:      33993
903.96/912.96	c #Conflicts:    1132000 | #Constraints:      34993
903.96/912.96	c #Conflicts:    1133000 | #Constraints:      35993
903.96/912.96	c #Conflicts:    1134000 | #Constraints:      36993
903.96/912.96	c #Conflicts:    1135000 | #Constraints:      37993
903.96/912.96	c #Conflicts:    1136000 | #Constraints:      38993
903.96/912.96	c #Conflicts:    1137000 | #Constraints:      39993
903.96/912.96	c #Conflicts:    1138000 | #Constraints:      40994
903.96/912.96	c #Conflicts:    1139000 | #Constraints:      41994
903.96/912.96	c #Conflicts:    1140000 | #Constraints:      42994
903.96/912.96	c #Conflicts:    1141000 | #Constraints:      43994
903.96/912.96	c #Conflicts:    1142000 | #Constraints:      44994
903.96/912.96	c #Conflicts:    1143000 | #Constraints:      45994
903.96/912.96	c #Conflicts:    1144000 | #Constraints:      46994
903.96/912.96	c #Conflicts:    1145000 | #Constraints:      47994
903.96/912.96	c #Conflicts:    1146000 | #Constraints:      48994
903.96/912.96	c INPROCESSING
903.96/912.96	c GARBAGE COLLECT
903.96/912.96	c rational objective 1009
920.31/929.34	c #Conflicts:    1147000 | #Constraints:      28694
920.31/929.34	c #Conflicts:    1148000 | #Constraints:      29694
920.31/929.34	c #Conflicts:    1149000 | #Constraints:      30694
920.31/929.34	c #Conflicts:    1150000 | #Constraints:      31694
920.31/929.34	c #Conflicts:    1151000 | #Constraints:      32694
920.31/929.34	c #Conflicts:    1152000 | #Constraints:      33694
920.31/929.34	c #Conflicts:    1153000 | #Constraints:      34694
920.31/929.34	c #Conflicts:    1154000 | #Constraints:      35694
920.31/929.34	c #Conflicts:    1155000 | #Constraints:      36694
920.31/929.34	c #Conflicts:    1156000 | #Constraints:      37694
920.31/929.34	c #Conflicts:    1157000 | #Constraints:      38694
920.31/929.34	c #Conflicts:    1158000 | #Constraints:      39694
920.31/929.34	c #Conflicts:    1159000 | #Constraints:      40694
920.31/929.34	c #Conflicts:    1160000 | #Constraints:      41694
920.31/929.34	c #Conflicts:    1161000 | #Constraints:      42694
920.31/929.34	c #Conflicts:    1162000 | #Constraints:      43694
920.31/929.34	c #Conflicts:    1163000 | #Constraints:      44694
920.31/929.34	c #Conflicts:    1164000 | #Constraints:      45694
920.31/929.34	c #Conflicts:    1165000 | #Constraints:      46694
920.31/929.34	c #Conflicts:    1166000 | #Constraints:      47694
920.31/929.34	c #Conflicts:    1167000 | #Constraints:      48695
920.31/929.34	c #Conflicts:    1168000 | #Constraints:      49696
920.31/929.34	c INPROCESSING
920.31/929.34	c GARBAGE COLLECT
920.31/929.34	c rational objective 1009
943.08/952.28	c #Conflicts:    1169000 | #Constraints:      29254
943.08/952.28	c #Conflicts:    1170000 | #Constraints:      30272
943.08/952.28	c #Conflicts:    1171000 | #Constraints:      31326
943.08/952.28	c #Conflicts:    1172000 | #Constraints:      32393
943.08/952.28	c #Conflicts:    1173000 | #Constraints:      33438
943.08/952.28	c #Conflicts:    1174000 | #Constraints:      34493
943.08/952.28	c #Conflicts:    1175000 | #Constraints:      35529
943.08/952.28	c #Conflicts:    1176000 | #Constraints:      36589
943.08/952.28	c #Conflicts:    1177000 | #Constraints:      37625
943.08/952.28	c #Conflicts:    1178000 | #Constraints:      38673
943.08/952.28	c #Conflicts:    1179000 | #Constraints:      39715
943.08/952.28	c #Conflicts:    1180000 | #Constraints:      40755
943.08/952.28	c #Conflicts:    1181000 | #Constraints:      41793
943.08/952.28	c #Conflicts:    1182000 | #Constraints:      42828
943.08/952.28	c #Conflicts:    1183000 | #Constraints:      43851
943.08/952.28	c #Conflicts:    1184000 | #Constraints:      44878
943.08/952.28	c #Conflicts:    1185000 | #Constraints:      45904
943.08/952.28	c #Conflicts:    1186000 | #Constraints:      46929
943.08/952.28	c #Conflicts:    1187000 | #Constraints:      47951
943.08/952.28	c #Conflicts:    1188000 | #Constraints:      48968
943.08/952.28	c #Conflicts:    1189000 | #Constraints:      49984
943.08/952.28	c #Conflicts:    1190000 | #Constraints:      51015
943.08/952.28	c INPROCESSING
943.08/952.28	c GARBAGE COLLECT
943.08/952.28	c rational objective 1009
962.37/971.66	c #Conflicts:    1191000 | #Constraints:      29892
962.37/971.66	c #Conflicts:    1192000 | #Constraints:      30892
962.37/971.66	c #Conflicts:    1193000 | #Constraints:      31892
962.37/971.66	c #Conflicts:    1194000 | #Constraints:      32892
962.37/971.66	c #Conflicts:    1195000 | #Constraints:      33892
962.37/971.66	c #Conflicts:    1196000 | #Constraints:      34892
962.37/971.66	c #Conflicts:    1197000 | #Constraints:      35892
962.37/971.66	c #Conflicts:    1198000 | #Constraints:      36892
962.37/971.66	c #Conflicts:    1199000 | #Constraints:      37892
962.37/971.66	c #Conflicts:    1200000 | #Constraints:      38892
962.37/971.66	c #Conflicts:    1201000 | #Constraints:      39892
962.37/971.66	c #Conflicts:    1202000 | #Constraints:      40892
962.37/971.66	c #Conflicts:    1203000 | #Constraints:      41892
962.37/971.66	c #Conflicts:    1204000 | #Constraints:      42892
962.37/971.66	c #Conflicts:    1205000 | #Constraints:      43892
962.37/971.66	c #Conflicts:    1206000 | #Constraints:      44892
962.37/971.66	c #Conflicts:    1207000 | #Constraints:      45892
962.37/971.66	c #Conflicts:    1208000 | #Constraints:      46892
962.37/971.66	c #Conflicts:    1209000 | #Constraints:      47892
962.37/971.66	c #Conflicts:    1210000 | #Constraints:      48892
962.37/971.66	c #Conflicts:    1211000 | #Constraints:      49892
962.37/971.66	c #Conflicts:    1212000 | #Constraints:      50892
962.37/971.66	c INPROCESSING
962.37/971.66	c GARBAGE COLLECT
962.37/971.66	c rational objective 1009
979.22/988.52	c #Conflicts:    1213000 | #Constraints:      29931
979.22/988.52	c #Conflicts:    1214000 | #Constraints:      30931
979.22/988.52	c #Conflicts:    1215000 | #Constraints:      31931
979.22/988.52	c #Conflicts:    1216000 | #Constraints:      32931
979.22/988.52	c #Conflicts:    1217000 | #Constraints:      33931
979.22/988.52	c #Conflicts:    1218000 | #Constraints:      34931
979.22/988.52	c #Conflicts:    1219000 | #Constraints:      35931
979.22/988.52	c #Conflicts:    1220000 | #Constraints:      36931
979.22/988.52	c #Conflicts:    1221000 | #Constraints:      37931
979.22/988.52	c #Conflicts:    1222000 | #Constraints:      38931
979.22/988.52	c #Conflicts:    1223000 | #Constraints:      39931
979.22/988.52	c #Conflicts:    1224000 | #Constraints:      40931
979.22/988.52	c #Conflicts:    1225000 | #Constraints:      41931
979.22/988.52	c #Conflicts:    1226000 | #Constraints:      42931
979.22/988.52	c #Conflicts:    1227000 | #Constraints:      43931
979.22/988.52	c #Conflicts:    1228000 | #Constraints:      44931
979.22/988.52	c #Conflicts:    1229000 | #Constraints:      45931
979.22/988.52	c #Conflicts:    1230000 | #Constraints:      46931
979.22/988.52	c #Conflicts:    1231000 | #Constraints:      47931
979.22/988.52	c #Conflicts:    1232000 | #Constraints:      48931
979.22/988.52	c #Conflicts:    1233000 | #Constraints:      49931
979.22/988.52	c #Conflicts:    1234000 | #Constraints:      50931
979.22/988.52	c INPROCESSING
979.22/988.52	c GARBAGE COLLECT
979.22/988.52	c rational objective 1009
1002.09/1011.51	c #Conflicts:    1235000 | #Constraints:      29860
1002.09/1011.51	c #Conflicts:    1236000 | #Constraints:      30860
1002.09/1011.51	c #Conflicts:    1237000 | #Constraints:      31885
1002.09/1011.51	c #Conflicts:    1238000 | #Constraints:      32954
1002.09/1011.51	c #Conflicts:    1239000 | #Constraints:      33996
1002.09/1011.51	c #Conflicts:    1240000 | #Constraints:      35032
1002.09/1011.51	c #Conflicts:    1241000 | #Constraints:      36073
1002.09/1011.51	c #Conflicts:    1242000 | #Constraints:      37110
1002.09/1011.51	c #Conflicts:    1243000 | #Constraints:      38142
1002.09/1011.51	c #Conflicts:    1244000 | #Constraints:      39180
1002.09/1011.51	c #Conflicts:    1245000 | #Constraints:      40215
1002.09/1011.51	c #Conflicts:    1246000 | #Constraints:      41239
1002.09/1011.51	c #Conflicts:    1247000 | #Constraints:      42274
1002.09/1011.51	c #Conflicts:    1248000 | #Constraints:      43301
1002.09/1011.51	c #Conflicts:    1249000 | #Constraints:      44322
1002.09/1011.51	c #Conflicts:    1250000 | #Constraints:      45351
1002.09/1011.51	c #Conflicts:    1251000 | #Constraints:      46386
1002.09/1011.51	c #Conflicts:    1252000 | #Constraints:      47422
1002.09/1011.51	c #Conflicts:    1253000 | #Constraints:      48445
1002.09/1011.51	c #Conflicts:    1254000 | #Constraints:      49476
1002.09/1011.51	c #Conflicts:    1255000 | #Constraints:      50511
1002.09/1011.51	c #Conflicts:    1256000 | #Constraints:      51536
1002.09/1011.51	c INPROCESSING
1002.09/1011.51	c GARBAGE COLLECT
1002.09/1011.51	c rational objective 1009
1020.59/1030.17	c #Conflicts:    1257000 | #Constraints:      29893
1020.59/1030.17	c #Conflicts:    1258000 | #Constraints:      30893
1020.59/1030.17	c #Conflicts:    1259000 | #Constraints:      31893
1020.59/1030.17	c #Conflicts:    1260000 | #Constraints:      32893
1020.59/1030.17	c #Conflicts:    1261000 | #Constraints:      33893
1020.59/1030.17	c #Conflicts:    1262000 | #Constraints:      34893
1020.59/1030.17	c #Conflicts:    1263000 | #Constraints:      35893
1020.59/1030.17	c #Conflicts:    1264000 | #Constraints:      36893
1020.59/1030.17	c #Conflicts:    1265000 | #Constraints:      37893
1020.59/1030.17	c #Conflicts:    1266000 | #Constraints:      38893
1020.59/1030.17	c #Conflicts:    1267000 | #Constraints:      39893
1020.59/1030.17	c #Conflicts:    1268000 | #Constraints:      40893
1020.59/1030.17	c #Conflicts:    1269000 | #Constraints:      41893
1020.59/1030.17	c #Conflicts:    1270000 | #Constraints:      42893
1020.59/1030.17	c #Conflicts:    1271000 | #Constraints:      43893
1020.59/1030.17	c #Conflicts:    1272000 | #Constraints:      44893
1020.59/1030.17	c #Conflicts:    1273000 | #Constraints:      45893
1020.59/1030.17	c #Conflicts:    1274000 | #Constraints:      46893
1020.59/1030.17	c #Conflicts:    1275000 | #Constraints:      47893
1020.59/1030.17	c #Conflicts:    1276000 | #Constraints:      48893
1020.59/1030.17	c #Conflicts:    1277000 | #Constraints:      49893
1020.59/1030.17	c #Conflicts:    1278000 | #Constraints:      50893
1020.59/1030.17	c #Conflicts:    1279000 | #Constraints:      51893
1020.59/1030.17	c INPROCESSING
1020.59/1030.17	c GARBAGE COLLECT
1020.59/1030.17	c rational objective 1009
1038.53/1048.16	c #Conflicts:    1280000 | #Constraints:      30336
1038.53/1048.16	c #Conflicts:    1281000 | #Constraints:      31336
1038.53/1048.16	c #Conflicts:    1282000 | #Constraints:      32336
1038.53/1048.16	c #Conflicts:    1283000 | #Constraints:      33336
1038.53/1048.16	c #Conflicts:    1284000 | #Constraints:      34336
1038.53/1048.16	c #Conflicts:    1285000 | #Constraints:      35336
1038.53/1048.16	c #Conflicts:    1286000 | #Constraints:      36336
1038.53/1048.16	c #Conflicts:    1287000 | #Constraints:      37336
1038.53/1048.16	c #Conflicts:    1288000 | #Constraints:      38336
1038.53/1048.16	c #Conflicts:    1289000 | #Constraints:      39336
1038.53/1048.16	c #Conflicts:    1290000 | #Constraints:      40336
1038.53/1048.16	c #Conflicts:    1291000 | #Constraints:      41336
1038.53/1048.16	c #Conflicts:    1292000 | #Constraints:      42336
1038.53/1048.16	c #Conflicts:    1293000 | #Constraints:      43336
1038.53/1048.16	c #Conflicts:    1294000 | #Constraints:      44336
1038.53/1048.16	c #Conflicts:    1295000 | #Constraints:      45336
1038.53/1048.16	c #Conflicts:    1296000 | #Constraints:      46336
1038.53/1048.16	c #Conflicts:    1297000 | #Constraints:      47336
1038.53/1048.16	c #Conflicts:    1298000 | #Constraints:      48336
1038.53/1048.16	c #Conflicts:    1299000 | #Constraints:      49336
1038.53/1048.16	c #Conflicts:    1300000 | #Constraints:      50336
1038.53/1048.16	c #Conflicts:    1301000 | #Constraints:      51336
1038.53/1048.16	c #Conflicts:    1302000 | #Constraints:      52336
1038.53/1048.16	c INPROCESSING
1038.53/1048.16	c GARBAGE COLLECT
1038.53/1048.16	c rational objective 1009
1047.85/1057.51	c #Conflicts:    1303000 | #Constraints:      30656
1047.85/1057.51	c #Conflicts:    1304000 | #Constraints:      31697
1047.85/1057.51	c #Conflicts:    1305000 | #Constraints:      32771
1047.85/1057.51	c #Conflicts:    1306000 | #Constraints:      33830
1047.85/1057.51	c #Conflicts:    1307000 | #Constraints:      34893
1047.85/1057.51	c #Conflicts:    1308000 | #Constraints:      35959
1047.85/1057.51	c #Conflicts:    1309000 | #Constraints:      37009
1047.85/1057.51	c #Conflicts:    1310000 | #Constraints:      38058
1047.85/1057.51	c #Conflicts:    1311000 | #Constraints:      39094
1047.85/1057.51	c #Conflicts:    1312000 | #Constraints:      40130
1047.85/1057.51	c #Conflicts:    1313000 | #Constraints:      41170
1047.85/1057.51	c bounds 1036 >= 1009 @ 1033.93
1076.05/1085.85	c #Conflicts:    1314000 | #Constraints:      42213
1076.05/1085.85	c #Conflicts:    1315000 | #Constraints:      43213
1076.05/1085.85	c #Conflicts:    1316000 | #Constraints:      44213
1076.05/1085.85	c #Conflicts:    1317000 | #Constraints:      45213
1076.05/1085.85	c #Conflicts:    1318000 | #Constraints:      46213
1076.05/1085.85	c #Conflicts:    1319000 | #Constraints:      47213
1076.05/1085.85	c #Conflicts:    1320000 | #Constraints:      48213
1076.05/1085.85	c #Conflicts:    1321000 | #Constraints:      49213
1076.05/1085.85	c #Conflicts:    1322000 | #Constraints:      50213
1076.05/1085.85	c #Conflicts:    1323000 | #Constraints:      51213
1076.05/1085.85	c #Conflicts:    1324000 | #Constraints:      52213
1076.05/1085.85	c #Conflicts:    1325000 | #Constraints:      53213
1076.05/1085.85	c INPROCESSING
1076.05/1085.85	c GARBAGE COLLECT
1076.05/1085.85	c rational objective 1009
1096.09/1105.93	c #Conflicts:    1326000 | #Constraints:      31107
1096.09/1105.93	c #Conflicts:    1327000 | #Constraints:      32159
1096.09/1105.93	c #Conflicts:    1328000 | #Constraints:      33243
1096.09/1105.93	c #Conflicts:    1329000 | #Constraints:      34294
1096.09/1105.93	c #Conflicts:    1330000 | #Constraints:      35357
1096.09/1105.93	c #Conflicts:    1331000 | #Constraints:      36413
1096.09/1105.93	c #Conflicts:    1332000 | #Constraints:      37456
1096.09/1105.93	c #Conflicts:    1333000 | #Constraints:      38515
1096.09/1105.93	c #Conflicts:    1334000 | #Constraints:      39564
1096.09/1105.93	c #Conflicts:    1335000 | #Constraints:      40598
1096.09/1105.93	c #Conflicts:    1336000 | #Constraints:      41633
1096.09/1105.93	c #Conflicts:    1337000 | #Constraints:      42667
1096.09/1105.93	c #Conflicts:    1338000 | #Constraints:      43710
1096.09/1105.93	c #Conflicts:    1339000 | #Constraints:      44750
1096.09/1105.93	c #Conflicts:    1340000 | #Constraints:      45792
1096.09/1105.93	c #Conflicts:    1341000 | #Constraints:      46826
1096.09/1105.93	c #Conflicts:    1342000 | #Constraints:      47876
1096.09/1105.93	c #Conflicts:    1343000 | #Constraints:      48910
1096.09/1105.93	c #Conflicts:    1344000 | #Constraints:      49944
1096.09/1105.93	c #Conflicts:    1345000 | #Constraints:      50975
1096.09/1105.93	c #Conflicts:    1346000 | #Constraints:      52017
1096.09/1105.93	c #Conflicts:    1347000 | #Constraints:      53054
1096.09/1105.93	c #Conflicts:    1348000 | #Constraints:      54085
1096.09/1105.93	c INPROCESSING
1096.09/1105.93	c GARBAGE COLLECT
1096.09/1105.93	c rational objective 1009
1117.72/1127.72	c #Conflicts:    1349000 | #Constraints:      31370
1117.72/1127.72	c #Conflicts:    1350000 | #Constraints:      32370
1117.72/1127.72	c #Conflicts:    1351000 | #Constraints:      33370
1117.72/1127.72	c #Conflicts:    1352000 | #Constraints:      34370
1117.72/1127.72	c #Conflicts:    1353000 | #Constraints:      35370
1117.72/1127.72	c #Conflicts:    1354000 | #Constraints:      36370
1117.72/1127.72	c #Conflicts:    1355000 | #Constraints:      37370
1117.72/1127.72	c #Conflicts:    1356000 | #Constraints:      38370
1117.72/1127.72	c #Conflicts:    1357000 | #Constraints:      39370
1117.72/1127.72	c #Conflicts:    1358000 | #Constraints:      40370
1117.72/1127.72	c #Conflicts:    1359000 | #Constraints:      41370
1117.72/1127.72	c #Conflicts:    1360000 | #Constraints:      42370
1117.72/1127.72	c #Conflicts:    1361000 | #Constraints:      43370
1117.72/1127.72	c #Conflicts:    1362000 | #Constraints:      44370
1117.72/1127.72	c #Conflicts:    1363000 | #Constraints:      45370
1117.72/1127.72	c #Conflicts:    1364000 | #Constraints:      46370
1117.72/1127.72	c #Conflicts:    1365000 | #Constraints:      47370
1117.72/1127.72	c #Conflicts:    1366000 | #Constraints:      48370
1117.72/1127.72	c #Conflicts:    1367000 | #Constraints:      49370
1117.72/1127.72	c #Conflicts:    1368000 | #Constraints:      50370
1117.72/1127.72	c #Conflicts:    1369000 | #Constraints:      51370
1117.72/1127.72	c #Conflicts:    1370000 | #Constraints:      52370
1117.72/1127.72	c #Conflicts:    1371000 | #Constraints:      53370
1117.72/1127.72	c INPROCESSING
1117.72/1127.72	c GARBAGE COLLECT
1117.72/1127.72	c rational objective 1009
1141.21/1151.32	c #Conflicts:    1372000 | #Constraints:      30883
1141.21/1151.32	c #Conflicts:    1373000 | #Constraints:      31894
1141.21/1151.32	c #Conflicts:    1374000 | #Constraints:      32948
1141.21/1151.32	c #Conflicts:    1375000 | #Constraints:      33997
1141.21/1151.32	c #Conflicts:    1376000 | #Constraints:      35055
1141.21/1151.32	c #Conflicts:    1377000 | #Constraints:      36098
1141.21/1151.32	c #Conflicts:    1378000 | #Constraints:      37138
1141.21/1151.32	c #Conflicts:    1379000 | #Constraints:      38181
1141.21/1151.32	c #Conflicts:    1380000 | #Constraints:      39224
1141.21/1151.32	c #Conflicts:    1381000 | #Constraints:      40267
1141.21/1151.32	c #Conflicts:    1382000 | #Constraints:      41299
1141.21/1151.32	c #Conflicts:    1383000 | #Constraints:      42326
1141.21/1151.32	c #Conflicts:    1384000 | #Constraints:      43371
1141.21/1151.32	c #Conflicts:    1385000 | #Constraints:      44404
1141.21/1151.32	c #Conflicts:    1386000 | #Constraints:      45428
1141.21/1151.32	c #Conflicts:    1387000 | #Constraints:      46456
1141.21/1151.32	c #Conflicts:    1388000 | #Constraints:      47489
1141.21/1151.32	c #Conflicts:    1389000 | #Constraints:      48508
1141.21/1151.32	c #Conflicts:    1390000 | #Constraints:      49530
1141.21/1151.32	c #Conflicts:    1391000 | #Constraints:      50568
1141.21/1151.32	c #Conflicts:    1392000 | #Constraints:      51620
1141.21/1151.32	c #Conflicts:    1393000 | #Constraints:      52652
1141.21/1151.32	c #Conflicts:    1394000 | #Constraints:      53672
1141.21/1151.32	c #Conflicts:    1395000 | #Constraints:      54717
1141.21/1151.32	c INPROCESSING
1141.21/1151.32	c GARBAGE COLLECT
1141.21/1151.32	c rational objective 1009
1162.45/1172.66	c #Conflicts:    1396000 | #Constraints:      31679
1162.45/1172.66	c #Conflicts:    1397000 | #Constraints:      32679
1162.45/1172.66	c #Conflicts:    1398000 | #Constraints:      33679
1162.45/1172.66	c #Conflicts:    1399000 | #Constraints:      34679
1162.45/1172.66	c #Conflicts:    1400000 | #Constraints:      35679
1162.45/1172.66	c #Conflicts:    1401000 | #Constraints:      36679
1162.45/1172.66	c #Conflicts:    1402000 | #Constraints:      37679
1162.45/1172.66	c #Conflicts:    1403000 | #Constraints:      38679
1162.45/1172.66	c #Conflicts:    1404000 | #Constraints:      39679
1162.45/1172.66	c #Conflicts:    1405000 | #Constraints:      40679
1162.45/1172.66	c #Conflicts:    1406000 | #Constraints:      41679
1162.45/1172.66	c #Conflicts:    1407000 | #Constraints:      42679
1162.45/1172.66	c #Conflicts:    1408000 | #Constraints:      43679
1162.45/1172.66	c #Conflicts:    1409000 | #Constraints:      44679
1162.45/1172.66	c #Conflicts:    1410000 | #Constraints:      45679
1162.45/1172.66	c #Conflicts:    1411000 | #Constraints:      46679
1162.45/1172.66	c #Conflicts:    1412000 | #Constraints:      47679
1162.45/1172.66	c #Conflicts:    1413000 | #Constraints:      48679
1162.45/1172.66	c #Conflicts:    1414000 | #Constraints:      49679
1162.45/1172.66	c #Conflicts:    1415000 | #Constraints:      50679
1162.45/1172.66	c #Conflicts:    1416000 | #Constraints:      51679
1162.45/1172.66	c #Conflicts:    1417000 | #Constraints:      52679
1162.45/1172.66	c #Conflicts:    1418000 | #Constraints:      53679
1162.45/1172.66	c #Conflicts:    1419000 | #Constraints:      54679
1162.45/1172.66	c INPROCESSING
1162.45/1172.66	c GARBAGE COLLECT
1162.45/1172.66	c rational objective 1009
1187.41/1197.74	c #Conflicts:    1420000 | #Constraints:      31829
1187.41/1197.74	c #Conflicts:    1421000 | #Constraints:      32861
1187.41/1197.74	c #Conflicts:    1422000 | #Constraints:      33913
1187.41/1197.74	c #Conflicts:    1423000 | #Constraints:      34977
1187.41/1197.74	c #Conflicts:    1424000 | #Constraints:      36029
1187.41/1197.74	c #Conflicts:    1425000 | #Constraints:      37075
1187.41/1197.74	c #Conflicts:    1426000 | #Constraints:      38121
1187.41/1197.74	c #Conflicts:    1427000 | #Constraints:      39156
1187.41/1197.74	c #Conflicts:    1428000 | #Constraints:      40189
1187.41/1197.74	c #Conflicts:    1429000 | #Constraints:      41233
1187.41/1197.74	c #Conflicts:    1430000 | #Constraints:      42263
1187.41/1197.74	c #Conflicts:    1431000 | #Constraints:      43303
1187.41/1197.74	c #Conflicts:    1432000 | #Constraints:      44343
1187.41/1197.74	c #Conflicts:    1433000 | #Constraints:      45385
1187.41/1197.74	c #Conflicts:    1434000 | #Constraints:      46418
1187.41/1197.74	c #Conflicts:    1435000 | #Constraints:      47441
1187.41/1197.74	c #Conflicts:    1436000 | #Constraints:      48468
1187.41/1197.74	c #Conflicts:    1437000 | #Constraints:      49493
1187.41/1197.74	c #Conflicts:    1438000 | #Constraints:      50522
1187.41/1197.74	c #Conflicts:    1439000 | #Constraints:      51563
1187.41/1197.74	c #Conflicts:    1440000 | #Constraints:      52588
1187.41/1197.74	c #Conflicts:    1441000 | #Constraints:      53617
1187.41/1197.74	c #Conflicts:    1442000 | #Constraints:      54641
1187.41/1197.74	c #Conflicts:    1443000 | #Constraints:      55656
1187.41/1197.74	c INPROCESSING
1187.41/1197.74	c GARBAGE COLLECT
1187.41/1197.74	c rational objective 1009
1207.79/1218.22	c #Conflicts:    1444000 | #Constraints:      32235
1207.79/1218.22	c #Conflicts:    1445000 | #Constraints:      33235
1207.79/1218.22	c #Conflicts:    1446000 | #Constraints:      34235
1207.79/1218.22	c #Conflicts:    1447000 | #Constraints:      35235
1207.79/1218.22	c #Conflicts:    1448000 | #Constraints:      36235
1207.79/1218.22	c #Conflicts:    1449000 | #Constraints:      37235
1207.79/1218.22	c #Conflicts:    1450000 | #Constraints:      38235
1207.79/1218.22	c #Conflicts:    1451000 | #Constraints:      39235
1207.79/1218.22	c #Conflicts:    1452000 | #Constraints:      40235
1207.79/1218.22	c #Conflicts:    1453000 | #Constraints:      41235
1207.79/1218.22	c #Conflicts:    1454000 | #Constraints:      42235
1207.79/1218.22	c #Conflicts:    1455000 | #Constraints:      43235
1207.79/1218.22	c #Conflicts:    1456000 | #Constraints:      44235
1207.79/1218.22	c #Conflicts:    1457000 | #Constraints:      45235
1207.79/1218.22	c #Conflicts:    1458000 | #Constraints:      46235
1207.79/1218.22	c #Conflicts:    1459000 | #Constraints:      47235
1207.79/1218.22	c #Conflicts:    1460000 | #Constraints:      48235
1207.79/1218.22	c #Conflicts:    1461000 | #Constraints:      49235
1207.79/1218.22	c #Conflicts:    1462000 | #Constraints:      50235
1207.79/1218.22	c #Conflicts:    1463000 | #Constraints:      51235
1207.79/1218.22	c #Conflicts:    1464000 | #Constraints:      52235
1207.79/1218.22	c #Conflicts:    1465000 | #Constraints:      53235
1207.79/1218.22	c #Conflicts:    1466000 | #Constraints:      54235
1207.79/1218.22	c #Conflicts:    1467000 | #Constraints:      55235
1207.79/1218.22	c INPROCESSING
1207.79/1218.22	c GARBAGE COLLECT
1207.79/1218.22	c rational objective 1009
1227.03/1237.59	c #Conflicts:    1468000 | #Constraints:      32027
1227.03/1237.59	c #Conflicts:    1469000 | #Constraints:      33027
1227.03/1237.59	c #Conflicts:    1470000 | #Constraints:      34027
1227.03/1237.59	c #Conflicts:    1471000 | #Constraints:      35027
1227.03/1237.59	c #Conflicts:    1472000 | #Constraints:      36027
1227.03/1237.59	c #Conflicts:    1473000 | #Constraints:      37027
1227.03/1237.59	c #Conflicts:    1474000 | #Constraints:      38027
1227.03/1237.59	c #Conflicts:    1475000 | #Constraints:      39027
1227.03/1237.59	c #Conflicts:    1476000 | #Constraints:      40027
1227.03/1237.59	c #Conflicts:    1477000 | #Constraints:      41027
1227.03/1237.59	c #Conflicts:    1478000 | #Constraints:      42027
1227.03/1237.59	c #Conflicts:    1479000 | #Constraints:      43027
1227.03/1237.59	c #Conflicts:    1480000 | #Constraints:      44027
1227.03/1237.59	c #Conflicts:    1481000 | #Constraints:      45027
1227.03/1237.59	c #Conflicts:    1482000 | #Constraints:      46027
1227.03/1237.59	c #Conflicts:    1483000 | #Constraints:      47027
1227.03/1237.59	c #Conflicts:    1484000 | #Constraints:      48027
1227.03/1237.59	c #Conflicts:    1485000 | #Constraints:      49027
1227.03/1237.59	c #Conflicts:    1486000 | #Constraints:      50027
1227.03/1237.59	c #Conflicts:    1487000 | #Constraints:      51027
1227.03/1237.59	c #Conflicts:    1488000 | #Constraints:      52027
1227.03/1237.59	c #Conflicts:    1489000 | #Constraints:      53027
1227.03/1237.59	c #Conflicts:    1490000 | #Constraints:      54027
1227.03/1237.59	c #Conflicts:    1491000 | #Constraints:      55027
1227.03/1237.59	c INPROCESSING
1227.03/1237.59	c GARBAGE COLLECT
1227.03/1237.59	c rational objective 1009
1250.86/1261.50	c #Conflicts:    1492000 | #Constraints:      31728
1250.86/1261.50	c #Conflicts:    1493000 | #Constraints:      32766
1250.86/1261.50	c #Conflicts:    1494000 | #Constraints:      33827
1250.86/1261.50	c #Conflicts:    1495000 | #Constraints:      34875
1250.86/1261.50	c #Conflicts:    1496000 | #Constraints:      35925
1250.86/1261.50	c #Conflicts:    1497000 | #Constraints:      36953
1250.86/1261.50	c #Conflicts:    1498000 | #Constraints:      37982
1250.86/1261.50	c #Conflicts:    1499000 | #Constraints:      39012
1250.86/1261.50	c #Conflicts:    1500000 | #Constraints:      40042
1250.86/1261.50	c #Conflicts:    1501000 | #Constraints:      41068
1250.86/1261.50	c #Conflicts:    1502000 | #Constraints:      42105
1250.86/1261.50	c #Conflicts:    1503000 | #Constraints:      43131
1250.86/1261.50	c #Conflicts:    1504000 | #Constraints:      44158
1250.86/1261.50	c #Conflicts:    1505000 | #Constraints:      45180
1250.86/1261.50	c #Conflicts:    1506000 | #Constraints:      46196
1250.86/1261.50	c #Conflicts:    1507000 | #Constraints:      47207
1250.86/1261.50	c #Conflicts:    1508000 | #Constraints:      48230
1250.86/1261.50	c #Conflicts:    1509000 | #Constraints:      49260
1250.86/1261.50	c #Conflicts:    1510000 | #Constraints:      50277
1250.86/1261.50	c #Conflicts:    1511000 | #Constraints:      51309
1250.86/1261.50	c #Conflicts:    1512000 | #Constraints:      52327
1250.86/1261.50	c #Conflicts:    1513000 | #Constraints:      53352
1250.86/1261.50	c #Conflicts:    1514000 | #Constraints:      54376
1250.86/1261.50	c #Conflicts:    1515000 | #Constraints:      55385
1250.86/1261.50	c #Conflicts:    1516000 | #Constraints:      56410
1250.86/1261.50	c INPROCESSING
1250.86/1261.50	c GARBAGE COLLECT
1250.86/1261.50	c rational objective 1009
1272.62/1283.49	c #Conflicts:    1517000 | #Constraints:      32538
1272.62/1283.49	c #Conflicts:    1518000 | #Constraints:      33538
1272.62/1283.49	c #Conflicts:    1519000 | #Constraints:      34538
1272.62/1283.49	c #Conflicts:    1520000 | #Constraints:      35538
1272.62/1283.49	c #Conflicts:    1521000 | #Constraints:      36538
1272.62/1283.49	c #Conflicts:    1522000 | #Constraints:      37538
1272.62/1283.49	c #Conflicts:    1523000 | #Constraints:      38538
1272.62/1283.49	c #Conflicts:    1524000 | #Constraints:      39538
1272.62/1283.49	c #Conflicts:    1525000 | #Constraints:      40538
1272.62/1283.49	c #Conflicts:    1526000 | #Constraints:      41538
1272.62/1283.49	c #Conflicts:    1527000 | #Constraints:      42538
1272.62/1283.49	c #Conflicts:    1528000 | #Constraints:      43538
1272.62/1283.49	c #Conflicts:    1529000 | #Constraints:      44538
1272.62/1283.49	c #Conflicts:    1530000 | #Constraints:      45538
1272.62/1283.49	c #Conflicts:    1531000 | #Constraints:      46538
1272.62/1283.49	c #Conflicts:    1532000 | #Constraints:      47538
1272.62/1283.49	c #Conflicts:    1533000 | #Constraints:      48538
1272.62/1283.49	c #Conflicts:    1534000 | #Constraints:      49538
1272.62/1283.49	c #Conflicts:    1535000 | #Constraints:      50538
1272.62/1283.49	c #Conflicts:    1536000 | #Constraints:      51538
1272.62/1283.49	c #Conflicts:    1537000 | #Constraints:      52538
1272.62/1283.49	c #Conflicts:    1538000 | #Constraints:      53538
1272.62/1283.49	c #Conflicts:    1539000 | #Constraints:      54538
1272.62/1283.49	c #Conflicts:    1540000 | #Constraints:      55538
1272.62/1283.49	c #Conflicts:    1541000 | #Constraints:      56538
1272.62/1283.49	c INPROCESSING
1272.62/1283.49	c GARBAGE COLLECT
1272.62/1283.49	c rational objective 1009
1293.60/1304.58	c #Conflicts:    1542000 | #Constraints:      32779
1293.60/1304.58	c #Conflicts:    1543000 | #Constraints:      33779
1293.60/1304.58	c #Conflicts:    1544000 | #Constraints:      34779
1293.60/1304.58	c #Conflicts:    1545000 | #Constraints:      35780
1293.60/1304.58	c #Conflicts:    1546000 | #Constraints:      36780
1293.60/1304.58	c #Conflicts:    1547000 | #Constraints:      37780
1293.60/1304.58	c #Conflicts:    1548000 | #Constraints:      38780
1293.60/1304.58	c #Conflicts:    1549000 | #Constraints:      39780
1293.60/1304.58	c #Conflicts:    1550000 | #Constraints:      40780
1293.60/1304.58	c #Conflicts:    1551000 | #Constraints:      41780
1293.60/1304.58	c #Conflicts:    1552000 | #Constraints:      42780
1293.60/1304.58	c #Conflicts:    1553000 | #Constraints:      43780
1293.60/1304.58	c #Conflicts:    1554000 | #Constraints:      44780
1293.60/1304.58	c #Conflicts:    1555000 | #Constraints:      45780
1293.60/1304.58	c #Conflicts:    1556000 | #Constraints:      46780
1293.60/1304.58	c #Conflicts:    1557000 | #Constraints:      47780
1293.60/1304.58	c #Conflicts:    1558000 | #Constraints:      48780
1293.60/1304.58	c #Conflicts:    1559000 | #Constraints:      49780
1293.60/1304.58	c #Conflicts:    1560000 | #Constraints:      50781
1293.60/1304.58	c #Conflicts:    1561000 | #Constraints:      51781
1293.60/1304.58	c #Conflicts:    1562000 | #Constraints:      52782
1293.60/1304.58	c #Conflicts:    1563000 | #Constraints:      53788
1293.60/1304.58	c #Conflicts:    1564000 | #Constraints:      54789
1293.60/1304.58	c #Conflicts:    1565000 | #Constraints:      55790
1293.60/1304.58	c #Conflicts:    1566000 | #Constraints:      56790
1293.60/1304.58	c INPROCESSING
1293.60/1304.58	c GARBAGE COLLECT
1293.60/1304.58	c rational objective 1009
1318.33/1329.30	c #Conflicts:    1567000 | #Constraints:      32933
1318.33/1329.30	c #Conflicts:    1568000 | #Constraints:      33935
1318.33/1329.30	c #Conflicts:    1569000 | #Constraints:      34970
1318.33/1329.30	c #Conflicts:    1570000 | #Constraints:      36021
1318.33/1329.30	c #Conflicts:    1571000 | #Constraints:      37054
1318.33/1329.30	c #Conflicts:    1572000 | #Constraints:      38099
1318.33/1329.30	c #Conflicts:    1573000 | #Constraints:      39146
1318.33/1329.30	c #Conflicts:    1574000 | #Constraints:      40182
1318.33/1329.30	c #Conflicts:    1575000 | #Constraints:      41223
1318.33/1329.30	c #Conflicts:    1576000 | #Constraints:      42260
1318.33/1329.30	c #Conflicts:    1577000 | #Constraints:      43285
1318.33/1329.30	c #Conflicts:    1578000 | #Constraints:      44323
1318.33/1329.30	c #Conflicts:    1579000 | #Constraints:      45348
1318.33/1329.30	c #Conflicts:    1580000 | #Constraints:      46368
1318.33/1329.30	c #Conflicts:    1581000 | #Constraints:      47392
1318.33/1329.30	c #Conflicts:    1582000 | #Constraints:      48406
1318.33/1329.30	c #Conflicts:    1583000 | #Constraints:      49433
1318.33/1329.30	c #Conflicts:    1584000 | #Constraints:      50475
1318.33/1329.30	c #Conflicts:    1585000 | #Constraints:      51496
1318.33/1329.30	c #Conflicts:    1586000 | #Constraints:      52537
1318.33/1329.30	c #Conflicts:    1587000 | #Constraints:      53556
1318.33/1329.30	c #Conflicts:    1588000 | #Constraints:      54582
1318.33/1329.30	c #Conflicts:    1589000 | #Constraints:      55599
1318.33/1329.30	c #Conflicts:    1590000 | #Constraints:      56616
1318.33/1329.30	c #Conflicts:    1591000 | #Constraints:      57642
1318.33/1329.30	c INPROCESSING
1318.33/1329.30	c GARBAGE COLLECT
1318.33/1329.30	c rational objective 1009
1340.01/1351.16	c #Conflicts:    1592000 | #Constraints:      33155
1340.01/1351.16	c #Conflicts:    1593000 | #Constraints:      34155
1340.01/1351.16	c #Conflicts:    1594000 | #Constraints:      35155
1340.01/1351.16	c #Conflicts:    1595000 | #Constraints:      36155
1340.01/1351.16	c #Conflicts:    1596000 | #Constraints:      37155
1340.01/1351.16	c #Conflicts:    1597000 | #Constraints:      38155
1340.01/1351.16	c #Conflicts:    1598000 | #Constraints:      39155
1340.01/1351.16	c #Conflicts:    1599000 | #Constraints:      40155
1340.01/1351.16	c #Conflicts:    1600000 | #Constraints:      41155
1340.01/1351.16	c #Conflicts:    1601000 | #Constraints:      42155
1340.01/1351.16	c #Conflicts:    1602000 | #Constraints:      43155
1340.01/1351.16	c #Conflicts:    1603000 | #Constraints:      44155
1340.01/1351.16	c #Conflicts:    1604000 | #Constraints:      45155
1340.01/1351.16	c #Conflicts:    1605000 | #Constraints:      46155
1340.01/1351.16	c #Conflicts:    1606000 | #Constraints:      47155
1340.01/1351.16	c #Conflicts:    1607000 | #Constraints:      48155
1340.01/1351.16	c #Conflicts:    1608000 | #Constraints:      49155
1340.01/1351.16	c #Conflicts:    1609000 | #Constraints:      50155
1340.01/1351.16	c #Conflicts:    1610000 | #Constraints:      51155
1340.01/1351.16	c #Conflicts:    1611000 | #Constraints:      52155
1340.01/1351.16	c #Conflicts:    1612000 | #Constraints:      53155
1340.01/1351.16	c #Conflicts:    1613000 | #Constraints:      54155
1340.01/1351.16	c #Conflicts:    1614000 | #Constraints:      55155
1340.01/1351.16	c #Conflicts:    1615000 | #Constraints:      56155
1340.01/1351.16	c #Conflicts:    1616000 | #Constraints:      57155
1340.01/1351.16	c INPROCESSING
1340.01/1351.16	c GARBAGE COLLECT
1340.01/1351.16	c rational objective 1009
1362.54/1373.81	c #Conflicts:    1617000 | #Constraints:      32806
1362.54/1373.81	c #Conflicts:    1618000 | #Constraints:      33806
1362.54/1373.81	c #Conflicts:    1619000 | #Constraints:      34806
1362.54/1373.81	c #Conflicts:    1620000 | #Constraints:      35806
1362.54/1373.81	c #Conflicts:    1621000 | #Constraints:      36806
1362.54/1373.81	c #Conflicts:    1622000 | #Constraints:      37806
1362.54/1373.81	c #Conflicts:    1623000 | #Constraints:      38806
1362.54/1373.81	c #Conflicts:    1624000 | #Constraints:      39806
1362.54/1373.81	c #Conflicts:    1625000 | #Constraints:      40806
1362.54/1373.81	c #Conflicts:    1626000 | #Constraints:      41806
1362.54/1373.81	c #Conflicts:    1627000 | #Constraints:      42806
1362.54/1373.81	c #Conflicts:    1628000 | #Constraints:      43806
1362.54/1373.81	c #Conflicts:    1629000 | #Constraints:      44806
1362.54/1373.81	c #Conflicts:    1630000 | #Constraints:      45806
1362.54/1373.81	c #Conflicts:    1631000 | #Constraints:      46806
1362.54/1373.81	c #Conflicts:    1632000 | #Constraints:      47806
1362.54/1373.81	c #Conflicts:    1633000 | #Constraints:      48806
1362.54/1373.81	c #Conflicts:    1634000 | #Constraints:      49806
1362.54/1373.81	c #Conflicts:    1635000 | #Constraints:      50806
1362.54/1373.81	c #Conflicts:    1636000 | #Constraints:      51806
1362.54/1373.81	c #Conflicts:    1637000 | #Constraints:      52806
1362.54/1373.81	c #Conflicts:    1638000 | #Constraints:      53806
1362.54/1373.81	c #Conflicts:    1639000 | #Constraints:      54806
1362.54/1373.81	c #Conflicts:    1640000 | #Constraints:      55806
1362.54/1373.81	c #Conflicts:    1641000 | #Constraints:      56806
1362.54/1373.81	c #Conflicts:    1642000 | #Constraints:      57806
1362.54/1373.81	c INPROCESSING
1362.54/1373.81	c GARBAGE COLLECT
1362.54/1373.81	c rational objective 1009
1385.51/1396.94	c #Conflicts:    1643000 | #Constraints:      33329
1385.51/1396.94	c #Conflicts:    1644000 | #Constraints:      34335
1385.51/1396.94	c #Conflicts:    1645000 | #Constraints:      35366
1385.51/1396.94	c #Conflicts:    1646000 | #Constraints:      36420
1385.51/1396.94	c #Conflicts:    1647000 | #Constraints:      37471
1385.51/1396.94	c #Conflicts:    1648000 | #Constraints:      38529
1385.51/1396.94	c #Conflicts:    1649000 | #Constraints:      39594
1385.51/1396.94	c #Conflicts:    1650000 | #Constraints:      40652
1385.51/1396.94	c #Conflicts:    1651000 | #Constraints:      41691
1385.51/1396.94	c #Conflicts:    1652000 | #Constraints:      42736
1385.51/1396.94	c #Conflicts:    1653000 | #Constraints:      43769
1385.51/1396.94	c #Conflicts:    1654000 | #Constraints:      44815
1385.51/1396.94	c #Conflicts:    1655000 | #Constraints:      45863
1385.51/1396.94	c #Conflicts:    1656000 | #Constraints:      46897
1385.51/1396.94	c #Conflicts:    1657000 | #Constraints:      47922
1385.51/1396.94	c #Conflicts:    1658000 | #Constraints:      48940
1385.51/1396.94	c #Conflicts:    1659000 | #Constraints:      49969
1385.51/1396.94	c #Conflicts:    1660000 | #Constraints:      50983
1385.51/1396.94	c #Conflicts:    1661000 | #Constraints:      52000
1385.51/1396.94	c #Conflicts:    1662000 | #Constraints:      53032
1385.51/1396.94	c #Conflicts:    1663000 | #Constraints:      54063
1385.51/1396.94	c #Conflicts:    1664000 | #Constraints:      55093
1385.51/1396.94	c #Conflicts:    1665000 | #Constraints:      56117
1385.51/1396.94	c #Conflicts:    1666000 | #Constraints:      57148
1385.51/1396.94	c #Conflicts:    1667000 | #Constraints:      58164
1385.51/1396.94	c #Conflicts:    1668000 | #Constraints:      59179
1385.51/1396.94	c INPROCESSING
1385.51/1396.94	c GARBAGE COLLECT
1385.51/1396.94	c rational objective 1009
1408.84/1420.34	c #Conflicts:    1669000 | #Constraints:      34003
1408.84/1420.34	c #Conflicts:    1670000 | #Constraints:      35003
1408.84/1420.34	c #Conflicts:    1671000 | #Constraints:      36003
1408.84/1420.34	c #Conflicts:    1672000 | #Constraints:      37003
1408.84/1420.34	c #Conflicts:    1673000 | #Constraints:      38003
1408.84/1420.34	c #Conflicts:    1674000 | #Constraints:      39003
1408.84/1420.34	c #Conflicts:    1675000 | #Constraints:      40003
1408.84/1420.34	c #Conflicts:    1676000 | #Constraints:      41004
1408.84/1420.34	c #Conflicts:    1677000 | #Constraints:      42004
1408.84/1420.34	c #Conflicts:    1678000 | #Constraints:      43004
1408.84/1420.34	c #Conflicts:    1679000 | #Constraints:      44004
1408.84/1420.34	c #Conflicts:    1680000 | #Constraints:      45004
1408.84/1420.34	c #Conflicts:    1681000 | #Constraints:      46004
1408.84/1420.34	c #Conflicts:    1682000 | #Constraints:      47004
1408.84/1420.34	c #Conflicts:    1683000 | #Constraints:      48004
1408.84/1420.34	c #Conflicts:    1684000 | #Constraints:      49004
1408.84/1420.34	c #Conflicts:    1685000 | #Constraints:      50004
1408.84/1420.34	c #Conflicts:    1686000 | #Constraints:      51004
1408.84/1420.34	c #Conflicts:    1687000 | #Constraints:      52004
1408.84/1420.34	c #Conflicts:    1688000 | #Constraints:      53004
1408.84/1420.34	c #Conflicts:    1689000 | #Constraints:      54004
1408.84/1420.34	c #Conflicts:    1690000 | #Constraints:      55004
1408.84/1420.34	c #Conflicts:    1691000 | #Constraints:      56004
1408.84/1420.34	c #Conflicts:    1692000 | #Constraints:      57004
1408.84/1420.34	c #Conflicts:    1693000 | #Constraints:      58004
1408.84/1420.34	c #Conflicts:    1694000 | #Constraints:      59004
1408.84/1420.34	c INPROCESSING
1408.84/1420.34	c GARBAGE COLLECT
1408.84/1420.34	c rational objective 1009
1431.31/1442.99	c #Conflicts:    1695000 | #Constraints:      34004
1431.31/1442.99	c #Conflicts:    1696000 | #Constraints:      35004
1431.31/1442.99	c #Conflicts:    1697000 | #Constraints:      36004
1431.31/1442.99	c #Conflicts:    1698000 | #Constraints:      37004
1431.31/1442.99	c #Conflicts:    1699000 | #Constraints:      38004
1431.31/1442.99	c #Conflicts:    1700000 | #Constraints:      39004
1431.31/1442.99	c #Conflicts:    1701000 | #Constraints:      40004
1431.31/1442.99	c #Conflicts:    1702000 | #Constraints:      41005
1431.31/1442.99	c #Conflicts:    1703000 | #Constraints:      42005
1431.31/1442.99	c #Conflicts:    1704000 | #Constraints:      43005
1431.31/1442.99	c #Conflicts:    1705000 | #Constraints:      44005
1431.31/1442.99	c #Conflicts:    1706000 | #Constraints:      45005
1431.31/1442.99	c #Conflicts:    1707000 | #Constraints:      46005
1431.31/1442.99	c #Conflicts:    1708000 | #Constraints:      47005
1431.31/1442.99	c #Conflicts:    1709000 | #Constraints:      48005
1431.31/1442.99	c #Conflicts:    1710000 | #Constraints:      49005
1431.31/1442.99	c #Conflicts:    1711000 | #Constraints:      50005
1431.31/1442.99	c #Conflicts:    1712000 | #Constraints:      51005
1431.31/1442.99	c #Conflicts:    1713000 | #Constraints:      52005
1431.31/1442.99	c #Conflicts:    1714000 | #Constraints:      53006
1431.31/1442.99	c #Conflicts:    1715000 | #Constraints:      54006
1431.31/1442.99	c #Conflicts:    1716000 | #Constraints:      55006
1431.31/1442.99	c #Conflicts:    1717000 | #Constraints:      56007
1431.31/1442.99	c #Conflicts:    1718000 | #Constraints:      57007
1431.31/1442.99	c #Conflicts:    1719000 | #Constraints:      58008
1431.31/1442.99	c #Conflicts:    1720000 | #Constraints:      59009
1431.31/1442.99	c INPROCESSING
1431.31/1442.99	c GARBAGE COLLECT
1431.31/1442.99	c rational objective 1009
1456.47/1468.20	c #Conflicts:    1721000 | #Constraints:      33926
1456.47/1468.20	c #Conflicts:    1722000 | #Constraints:      34962
1456.47/1468.20	c #Conflicts:    1723000 | #Constraints:      36018
1456.47/1468.20	c #Conflicts:    1724000 | #Constraints:      37076
1456.47/1468.20	c #Conflicts:    1725000 | #Constraints:      38136
1456.47/1468.20	c #Conflicts:    1726000 | #Constraints:      39186
1456.47/1468.20	c #Conflicts:    1727000 | #Constraints:      40229
1456.47/1468.20	c #Conflicts:    1728000 | #Constraints:      41270
1456.47/1468.20	c #Conflicts:    1729000 | #Constraints:      42306
1456.47/1468.20	c #Conflicts:    1730000 | #Constraints:      43341
1456.47/1468.20	c #Conflicts:    1731000 | #Constraints:      44373
1456.47/1468.20	c #Conflicts:    1732000 | #Constraints:      45401
1456.47/1468.20	c #Conflicts:    1733000 | #Constraints:      46435
1456.47/1468.20	c #Conflicts:    1734000 | #Constraints:      47458
1456.47/1468.20	c #Conflicts:    1735000 | #Constraints:      48492
1456.47/1468.20	c #Conflicts:    1736000 | #Constraints:      49515
1456.47/1468.20	c #Conflicts:    1737000 | #Constraints:      50539
1456.47/1468.20	c #Conflicts:    1738000 | #Constraints:      51573
1456.47/1468.20	c #Conflicts:    1739000 | #Constraints:      52589
1456.47/1468.20	c #Conflicts:    1740000 | #Constraints:      53618
1456.47/1468.20	c #Conflicts:    1741000 | #Constraints:      54635
1456.47/1468.20	c #Conflicts:    1742000 | #Constraints:      55663
1456.47/1468.20	c #Conflicts:    1743000 | #Constraints:      56683
1456.47/1468.20	c #Conflicts:    1744000 | #Constraints:      57713
1456.47/1468.20	c #Conflicts:    1745000 | #Constraints:      58737
1456.47/1468.20	c #Conflicts:    1746000 | #Constraints:      59760
1456.47/1468.20	c INPROCESSING
1456.47/1468.20	c GARBAGE COLLECT
1456.47/1468.20	c rational objective 1009
1480.03/1491.92	c #Conflicts:    1747000 | #Constraints:      34004
1480.03/1491.92	c #Conflicts:    1748000 | #Constraints:      35004
1480.03/1491.92	c #Conflicts:    1749000 | #Constraints:      36004
1480.03/1491.92	c #Conflicts:    1750000 | #Constraints:      37004
1480.03/1491.92	c #Conflicts:    1751000 | #Constraints:      38004
1480.03/1491.92	c #Conflicts:    1752000 | #Constraints:      39004
1480.03/1491.92	c #Conflicts:    1753000 | #Constraints:      40004
1480.03/1491.92	c #Conflicts:    1754000 | #Constraints:      41004
1480.03/1491.92	c #Conflicts:    1755000 | #Constraints:      42004
1480.03/1491.92	c #Conflicts:    1756000 | #Constraints:      43004
1480.03/1491.92	c #Conflicts:    1757000 | #Constraints:      44004
1480.03/1491.92	c #Conflicts:    1758000 | #Constraints:      45004
1480.03/1491.92	c #Conflicts:    1759000 | #Constraints:      46004
1480.03/1491.92	c #Conflicts:    1760000 | #Constraints:      47004
1480.03/1491.92	c #Conflicts:    1761000 | #Constraints:      48004
1480.03/1491.92	c #Conflicts:    1762000 | #Constraints:      49004
1480.03/1491.92	c #Conflicts:    1763000 | #Constraints:      50004
1480.03/1491.92	c #Conflicts:    1764000 | #Constraints:      51004
1480.03/1491.92	c #Conflicts:    1765000 | #Constraints:      52004
1480.03/1491.92	c #Conflicts:    1766000 | #Constraints:      53004
1480.03/1491.92	c #Conflicts:    1767000 | #Constraints:      54004
1480.03/1491.92	c #Conflicts:    1768000 | #Constraints:      55004
1480.03/1491.92	c #Conflicts:    1769000 | #Constraints:      56004
1480.03/1491.92	c #Conflicts:    1770000 | #Constraints:      57004
1480.03/1491.92	c #Conflicts:    1771000 | #Constraints:      58004
1480.03/1491.92	c #Conflicts:    1772000 | #Constraints:      59004
1480.03/1491.92	c #Conflicts:    1773000 | #Constraints:      60004
1480.03/1491.92	c INPROCESSING
1480.03/1491.92	c GARBAGE COLLECT
1480.03/1491.92	c rational objective 1009
1512.56/1524.69	c #Conflicts:    1774000 | #Constraints:      34451
1512.56/1524.69	c #Conflicts:    1775000 | #Constraints:      35485
1512.56/1524.69	c #Conflicts:    1776000 | #Constraints:      36549
1512.56/1524.69	c #Conflicts:    1777000 | #Constraints:      37611
1512.56/1524.69	c #Conflicts:    1778000 | #Constraints:      38645
1512.56/1524.69	c #Conflicts:    1779000 | #Constraints:      39680
1512.56/1524.69	c #Conflicts:    1780000 | #Constraints:      40730
1512.56/1524.69	c #Conflicts:    1781000 | #Constraints:      41761
1512.56/1524.69	c #Conflicts:    1782000 | #Constraints:      42803
1512.56/1524.69	c #Conflicts:    1783000 | #Constraints:      43845
1512.56/1524.69	c #Conflicts:    1784000 | #Constraints:      44893
1512.56/1524.69	c #Conflicts:    1785000 | #Constraints:      45935
1512.56/1524.69	c #Conflicts:    1786000 | #Constraints:      46975
1512.56/1524.69	c #Conflicts:    1787000 | #Constraints:      48013
1512.56/1524.69	c #Conflicts:    1788000 | #Constraints:      49044
1512.56/1524.69	c #Conflicts:    1789000 | #Constraints:      50066
1512.56/1524.69	c #Conflicts:    1790000 | #Constraints:      51092
1512.56/1524.69	c #Conflicts:    1791000 | #Constraints:      52110
1512.56/1524.69	c #Conflicts:    1792000 | #Constraints:      53136
1512.56/1524.69	c #Conflicts:    1793000 | #Constraints:      54168
1512.56/1524.69	c #Conflicts:    1794000 | #Constraints:      55194
1512.56/1524.69	c #Conflicts:    1795000 | #Constraints:      56224
1512.56/1524.69	c #Conflicts:    1796000 | #Constraints:      57253
1512.56/1524.69	c #Conflicts:    1797000 | #Constraints:      58277
1512.56/1524.69	c #Conflicts:    1798000 | #Constraints:      59302
1512.56/1524.69	c #Conflicts:    1799000 | #Constraints:      60317
1512.56/1524.69	c #Conflicts:    1800000 | #Constraints:      61336
1512.56/1524.69	c INPROCESSING
1512.56/1524.69	c GARBAGE COLLECT
1512.56/1524.69	c rational objective 1009
1536.29/1548.45	c #Conflicts:    1801000 | #Constraints:      35090
1536.29/1548.45	c #Conflicts:    1802000 | #Constraints:      36090
1536.29/1548.45	c #Conflicts:    1803000 | #Constraints:      37090
1536.29/1548.45	c #Conflicts:    1804000 | #Constraints:      38090
1536.29/1548.45	c #Conflicts:    1805000 | #Constraints:      39090
1536.29/1548.45	c #Conflicts:    1806000 | #Constraints:      40090
1536.29/1548.45	c #Conflicts:    1807000 | #Constraints:      41090
1536.29/1548.45	c #Conflicts:    1808000 | #Constraints:      42090
1536.29/1548.45	c #Conflicts:    1809000 | #Constraints:      43090
1536.29/1548.45	c #Conflicts:    1810000 | #Constraints:      44090
1536.29/1548.45	c #Conflicts:    1811000 | #Constraints:      45090
1536.29/1548.45	c #Conflicts:    1812000 | #Constraints:      46090
1536.29/1548.45	c #Conflicts:    1813000 | #Constraints:      47090
1536.29/1548.45	c #Conflicts:    1814000 | #Constraints:      48090
1536.29/1548.45	c #Conflicts:    1815000 | #Constraints:      49090
1536.29/1548.45	c #Conflicts:    1816000 | #Constraints:      50090
1536.29/1548.45	c #Conflicts:    1817000 | #Constraints:      51090
1536.29/1548.45	c #Conflicts:    1818000 | #Constraints:      52090
1536.29/1548.45	c #Conflicts:    1819000 | #Constraints:      53090
1536.29/1548.45	c #Conflicts:    1820000 | #Constraints:      54090
1536.29/1548.45	c #Conflicts:    1821000 | #Constraints:      55090
1536.29/1548.45	c #Conflicts:    1822000 | #Constraints:      56090
1536.29/1548.45	c #Conflicts:    1823000 | #Constraints:      57090
1536.29/1548.45	c #Conflicts:    1824000 | #Constraints:      58090
1536.29/1548.45	c #Conflicts:    1825000 | #Constraints:      59090
1536.29/1548.45	c #Conflicts:    1826000 | #Constraints:      60090
1536.29/1548.45	c #Conflicts:    1827000 | #Constraints:      61090
1536.29/1548.45	c INPROCESSING
1536.29/1548.45	c GARBAGE COLLECT
1536.29/1548.45	c rational objective 1009
1560.71/1572.97	c #Conflicts:    1828000 | #Constraints:      35063
1560.71/1572.97	c #Conflicts:    1829000 | #Constraints:      36063
1560.71/1572.97	c #Conflicts:    1830000 | #Constraints:      37063
1560.71/1572.97	c #Conflicts:    1831000 | #Constraints:      38063
1560.71/1572.97	c #Conflicts:    1832000 | #Constraints:      39063
1560.71/1572.97	c #Conflicts:    1833000 | #Constraints:      40063
1560.71/1572.97	c #Conflicts:    1834000 | #Constraints:      41063
1560.71/1572.97	c #Conflicts:    1835000 | #Constraints:      42063
1560.71/1572.97	c #Conflicts:    1836000 | #Constraints:      43063
1560.71/1572.97	c #Conflicts:    1837000 | #Constraints:      44063
1560.71/1572.97	c #Conflicts:    1838000 | #Constraints:      45063
1560.71/1572.97	c #Conflicts:    1839000 | #Constraints:      46063
1560.71/1572.97	c #Conflicts:    1840000 | #Constraints:      47063
1560.71/1572.97	c #Conflicts:    1841000 | #Constraints:      48063
1560.71/1572.97	c #Conflicts:    1842000 | #Constraints:      49063
1560.71/1572.97	c #Conflicts:    1843000 | #Constraints:      50063
1560.71/1572.97	c #Conflicts:    1844000 | #Constraints:      51063
1560.71/1572.97	c #Conflicts:    1845000 | #Constraints:      52063
1560.71/1572.97	c #Conflicts:    1846000 | #Constraints:      53063
1560.71/1572.97	c #Conflicts:    1847000 | #Constraints:      54063
1560.71/1572.97	c #Conflicts:    1848000 | #Constraints:      55063
1560.71/1572.97	c #Conflicts:    1849000 | #Constraints:      56063
1560.71/1572.97	c #Conflicts:    1850000 | #Constraints:      57063
1560.71/1572.97	c #Conflicts:    1851000 | #Constraints:      58063
1560.71/1572.97	c #Conflicts:    1852000 | #Constraints:      59063
1560.71/1572.97	c #Conflicts:    1853000 | #Constraints:      60063
1560.71/1572.97	c #Conflicts:    1854000 | #Constraints:      61063
1560.71/1572.97	c INPROCESSING
1560.71/1572.97	c GARBAGE COLLECT
1560.71/1572.97	c rational objective 1009
1586.04/1598.48	c #Conflicts:    1855000 | #Constraints:      34945
1586.04/1598.48	c #Conflicts:    1856000 | #Constraints:      35945
1586.04/1598.48	c #Conflicts:    1857000 | #Constraints:      36945
1586.04/1598.48	c #Conflicts:    1858000 | #Constraints:      37945
1586.04/1598.48	c #Conflicts:    1859000 | #Constraints:      38945
1586.04/1598.48	c #Conflicts:    1860000 | #Constraints:      39945
1586.04/1598.48	c #Conflicts:    1861000 | #Constraints:      40945
1586.04/1598.48	c #Conflicts:    1862000 | #Constraints:      41945
1586.04/1598.48	c #Conflicts:    1863000 | #Constraints:      42945
1586.04/1598.48	c #Conflicts:    1864000 | #Constraints:      43945
1586.04/1598.48	c #Conflicts:    1865000 | #Constraints:      44945
1586.04/1598.48	c #Conflicts:    1866000 | #Constraints:      45945
1586.04/1598.48	c #Conflicts:    1867000 | #Constraints:      46945
1586.04/1598.48	c #Conflicts:    1868000 | #Constraints:      47945
1586.04/1598.48	c #Conflicts:    1869000 | #Constraints:      48945
1586.04/1598.48	c #Conflicts:    1870000 | #Constraints:      49945
1586.04/1598.48	c #Conflicts:    1871000 | #Constraints:      50945
1586.04/1598.48	c #Conflicts:    1872000 | #Constraints:      51945
1586.04/1598.48	c #Conflicts:    1873000 | #Constraints:      52945
1586.04/1598.48	c #Conflicts:    1874000 | #Constraints:      53945
1586.04/1598.48	c #Conflicts:    1875000 | #Constraints:      54945
1586.04/1598.48	c #Conflicts:    1876000 | #Constraints:      55945
1586.04/1598.48	c #Conflicts:    1877000 | #Constraints:      56945
1586.04/1598.48	c #Conflicts:    1878000 | #Constraints:      57945
1586.04/1598.48	c #Conflicts:    1879000 | #Constraints:      58945
1586.04/1598.48	c #Conflicts:    1880000 | #Constraints:      59945
1586.04/1598.48	c #Conflicts:    1881000 | #Constraints:      60945
1586.04/1598.48	c INPROCESSING
1586.04/1598.48	c GARBAGE COLLECT
1586.04/1598.48	c rational objective 1009
1618.09/1630.65	c #Conflicts:    1882000 | #Constraints:      34680
1618.09/1630.65	c #Conflicts:    1883000 | #Constraints:      35719
1618.09/1630.65	c #Conflicts:    1884000 | #Constraints:      36784
1618.09/1630.65	c #Conflicts:    1885000 | #Constraints:      37844
1618.09/1630.65	c #Conflicts:    1886000 | #Constraints:      38907
1618.09/1630.65	c #Conflicts:    1887000 | #Constraints:      39964
1618.09/1630.65	c #Conflicts:    1888000 | #Constraints:      41014
1618.09/1630.65	c #Conflicts:    1889000 | #Constraints:      42077
1618.09/1630.65	c #Conflicts:    1890000 | #Constraints:      43119
1618.09/1630.65	c #Conflicts:    1891000 | #Constraints:      44159
1618.09/1630.65	c #Conflicts:    1892000 | #Constraints:      45192
1618.09/1630.65	c #Conflicts:    1893000 | #Constraints:      46239
1618.09/1630.65	c #Conflicts:    1894000 | #Constraints:      47279
1618.09/1630.65	c #Conflicts:    1895000 | #Constraints:      48313
1618.09/1630.65	c #Conflicts:    1896000 | #Constraints:      49365
1618.09/1630.65	c #Conflicts:    1897000 | #Constraints:      50423
1618.09/1630.65	c #Conflicts:    1898000 | #Constraints:      51471
1618.09/1630.65	c #Conflicts:    1899000 | #Constraints:      52505
1618.09/1630.65	c #Conflicts:    1900000 | #Constraints:      53532
1618.09/1630.65	c #Conflicts:    1901000 | #Constraints:      54565
1618.09/1630.65	c #Conflicts:    1902000 | #Constraints:      55593
1618.09/1630.65	c #Conflicts:    1903000 | #Constraints:      56618
1618.09/1630.65	c #Conflicts:    1904000 | #Constraints:      57654
1618.09/1630.65	c #Conflicts:    1905000 | #Constraints:      58687
1618.09/1630.65	c #Conflicts:    1906000 | #Constraints:      59724
1618.09/1630.65	c #Conflicts:    1907000 | #Constraints:      60749
1618.09/1630.65	c #Conflicts:    1908000 | #Constraints:      61781
1618.09/1630.65	c #Conflicts:    1909000 | #Constraints:      62803
1618.09/1630.65	c INPROCESSING
1618.09/1630.65	c GARBAGE COLLECT
1618.09/1630.65	c rational objective 1009
1644.68/1657.34	c #Conflicts:    1910000 | #Constraints:      35725
1644.68/1657.34	c #Conflicts:    1911000 | #Constraints:      36725
1644.68/1657.34	c #Conflicts:    1912000 | #Constraints:      37725
1644.68/1657.34	c #Conflicts:    1913000 | #Constraints:      38725
1644.68/1657.34	c #Conflicts:    1914000 | #Constraints:      39725
1644.68/1657.34	c #Conflicts:    1915000 | #Constraints:      40725
1644.68/1657.34	c #Conflicts:    1916000 | #Constraints:      41725
1644.68/1657.34	c #Conflicts:    1917000 | #Constraints:      42725
1644.68/1657.34	c #Conflicts:    1918000 | #Constraints:      43725
1644.68/1657.34	c #Conflicts:    1919000 | #Constraints:      44725
1644.68/1657.34	c #Conflicts:    1920000 | #Constraints:      45725
1644.68/1657.34	c #Conflicts:    1921000 | #Constraints:      46725
1644.68/1657.34	c #Conflicts:    1922000 | #Constraints:      47725
1644.68/1657.34	c #Conflicts:    1923000 | #Constraints:      48725
1644.68/1657.34	c #Conflicts:    1924000 | #Constraints:      49725
1644.68/1657.34	c #Conflicts:    1925000 | #Constraints:      50725
1644.68/1657.34	c #Conflicts:    1926000 | #Constraints:      51725
1644.68/1657.34	c #Conflicts:    1927000 | #Constraints:      52725
1644.68/1657.34	c #Conflicts:    1928000 | #Constraints:      53725
1644.68/1657.34	c #Conflicts:    1929000 | #Constraints:      54725
1644.68/1657.34	c #Conflicts:    1930000 | #Constraints:      55725
1644.68/1657.34	c #Conflicts:    1931000 | #Constraints:      56725
1644.68/1657.34	c #Conflicts:    1932000 | #Constraints:      57725
1644.68/1657.34	c #Conflicts:    1933000 | #Constraints:      58725
1644.68/1657.34	c #Conflicts:    1934000 | #Constraints:      59725
1644.68/1657.34	c #Conflicts:    1935000 | #Constraints:      60725
1644.68/1657.34	c #Conflicts:    1936000 | #Constraints:      61725
1644.68/1657.34	c #Conflicts:    1937000 | #Constraints:      62725
1644.68/1657.34	c INPROCESSING
1644.68/1657.34	c GARBAGE COLLECT
1644.68/1657.34	c rational objective 1009
1670.76/1686.89	c #Conflicts:    1938000 | #Constraints:      35898
1670.76/1686.89	c #Conflicts:    1939000 | #Constraints:      36898
1670.76/1686.89	c #Conflicts:    1940000 | #Constraints:      37898
1670.76/1686.89	c #Conflicts:    1941000 | #Constraints:      38898
1670.76/1686.89	c #Conflicts:    1942000 | #Constraints:      39898
1670.76/1686.89	c #Conflicts:    1943000 | #Constraints:      40898
1670.76/1686.89	c #Conflicts:    1944000 | #Constraints:      41898
1670.76/1686.89	c #Conflicts:    1945000 | #Constraints:      42898
1670.76/1686.89	c #Conflicts:    1946000 | #Constraints:      43898
1670.76/1686.89	c #Conflicts:    1947000 | #Constraints:      44898
1670.76/1686.89	c #Conflicts:    1948000 | #Constraints:      45898
1670.76/1686.89	c #Conflicts:    1949000 | #Constraints:      46898
1670.76/1686.89	c #Conflicts:    1950000 | #Constraints:      47898
1670.76/1686.89	c #Conflicts:    1951000 | #Constraints:      48898
1670.76/1686.89	c #Conflicts:    1952000 | #Constraints:      49898
1670.76/1686.89	c #Conflicts:    1953000 | #Constraints:      50898
1670.76/1686.89	c #Conflicts:    1954000 | #Constraints:      51898
1670.76/1686.89	c #Conflicts:    1955000 | #Constraints:      52898
1670.76/1686.89	c #Conflicts:    1956000 | #Constraints:      53898
1670.76/1686.89	c #Conflicts:    1957000 | #Constraints:      54898
1670.76/1686.89	c #Conflicts:    1958000 | #Constraints:      55898
1670.76/1686.89	c #Conflicts:    1959000 | #Constraints:      56898
1670.76/1686.89	c #Conflicts:    1960000 | #Constraints:      57898
1670.76/1686.89	c #Conflicts:    1961000 | #Constraints:      58898
1670.76/1686.89	c #Conflicts:    1962000 | #Constraints:      59898
1670.76/1686.89	c #Conflicts:    1963000 | #Constraints:      60898
1670.76/1686.89	c #Conflicts:    1964000 | #Constraints:      61898
1670.76/1686.89	c #Conflicts:    1965000 | #Constraints:      62898
1670.76/1686.89	c INPROCESSING
1670.76/1686.89	c GARBAGE COLLECT
1670.76/1686.89	c rational objective 1009
1699.62/1715.85	c #Conflicts:    1966000 | #Constraints:      35971
1699.62/1715.85	c #Conflicts:    1967000 | #Constraints:      36988
1699.62/1715.85	c #Conflicts:    1968000 | #Constraints:      38009
1699.62/1715.85	c #Conflicts:    1969000 | #Constraints:      39049
1699.62/1715.85	c #Conflicts:    1970000 | #Constraints:      40103
1699.62/1715.85	c #Conflicts:    1971000 | #Constraints:      41139
1699.62/1715.85	c #Conflicts:    1972000 | #Constraints:      42183
1699.62/1715.85	c #Conflicts:    1973000 | #Constraints:      43220
1699.62/1715.85	c #Conflicts:    1974000 | #Constraints:      44253
1699.62/1715.85	c #Conflicts:    1975000 | #Constraints:      45277
1699.62/1715.85	c #Conflicts:    1976000 | #Constraints:      46310
1699.62/1715.85	c #Conflicts:    1977000 | #Constraints:      47341
1699.62/1715.85	c #Conflicts:    1978000 | #Constraints:      48382
1699.62/1715.85	c #Conflicts:    1979000 | #Constraints:      49415
1699.62/1715.85	c #Conflicts:    1980000 | #Constraints:      50452
1699.62/1715.85	c #Conflicts:    1981000 | #Constraints:      51488
1699.62/1715.85	c #Conflicts:    1982000 | #Constraints:      52511
1699.62/1715.85	c #Conflicts:    1983000 | #Constraints:      53532
1699.62/1715.85	c #Conflicts:    1984000 | #Constraints:      54552
1699.62/1715.85	c #Conflicts:    1985000 | #Constraints:      55572
1699.62/1715.85	c #Conflicts:    1986000 | #Constraints:      56593
1699.62/1715.85	c #Conflicts:    1987000 | #Constraints:      57628
1699.62/1715.85	c #Conflicts:    1988000 | #Constraints:      58648
1699.62/1715.85	c #Conflicts:    1989000 | #Constraints:      59671
1699.62/1715.85	c #Conflicts:    1990000 | #Constraints:      60698
1699.62/1715.85	c #Conflicts:    1991000 | #Constraints:      61722
1699.62/1715.85	c #Conflicts:    1992000 | #Constraints:      62737
1699.62/1715.85	c #Conflicts:    1993000 | #Constraints:      63755
1699.62/1715.85	c INPROCESSING
1699.62/1715.85	c GARBAGE COLLECT
1699.62/1715.85	c rational objective 1009
1726.38/1742.73	c #Conflicts:    1994000 | #Constraints:      36208
1726.38/1742.73	c #Conflicts:    1995000 | #Constraints:      37208
1726.38/1742.73	c #Conflicts:    1996000 | #Constraints:      38208
1726.38/1742.73	c #Conflicts:    1997000 | #Constraints:      39208
1726.38/1742.73	c #Conflicts:    1998000 | #Constraints:      40208
1726.38/1742.73	c #Conflicts:    1999000 | #Constraints:      41208
1726.38/1742.73	c #Conflicts:    2000000 | #Constraints:      42208
1726.38/1742.73	c #Conflicts:    2001000 | #Constraints:      43208
1726.38/1742.73	c #Conflicts:    2002000 | #Constraints:      44208
1726.38/1742.73	c #Conflicts:    2003000 | #Constraints:      45208
1726.38/1742.73	c #Conflicts:    2004000 | #Constraints:      46208
1726.38/1742.73	c #Conflicts:    2005000 | #Constraints:      47208
1726.38/1742.73	c #Conflicts:    2006000 | #Constraints:      48208
1726.38/1742.73	c #Conflicts:    2007000 | #Constraints:      49208
1726.38/1742.73	c #Conflicts:    2008000 | #Constraints:      50208
1726.38/1742.73	c #Conflicts:    2009000 | #Constraints:      51208
1726.38/1742.73	c #Conflicts:    2010000 | #Constraints:      52208
1726.38/1742.73	c #Conflicts:    2011000 | #Constraints:      53208
1726.38/1742.73	c #Conflicts:    2012000 | #Constraints:      54208
1726.38/1742.73	c #Conflicts:    2013000 | #Constraints:      55208
1726.38/1742.73	c #Conflicts:    2014000 | #Constraints:      56208
1726.38/1742.73	c #Conflicts:    2015000 | #Constraints:      57208
1726.38/1742.73	c #Conflicts:    2016000 | #Constraints:      58208
1726.38/1742.73	c #Conflicts:    2017000 | #Constraints:      59208
1726.38/1742.73	c #Conflicts:    2018000 | #Constraints:      60208
1726.38/1742.73	c #Conflicts:    2019000 | #Constraints:      61208
1726.38/1742.73	c #Conflicts:    2020000 | #Constraints:      62208
1726.38/1742.73	c #Conflicts:    2021000 | #Constraints:      63208
1726.38/1742.73	c INPROCESSING
1726.38/1742.73	c GARBAGE COLLECT
1726.38/1742.73	c rational objective 1009
1755.45/1771.97	c #Conflicts:    2022000 | #Constraints:      35846
1755.45/1771.97	c #Conflicts:    2023000 | #Constraints:      36846
1755.45/1771.97	c #Conflicts:    2024000 | #Constraints:      37846
1755.45/1771.97	c #Conflicts:    2025000 | #Constraints:      38846
1755.45/1771.97	c #Conflicts:    2026000 | #Constraints:      39846
1755.45/1771.97	c #Conflicts:    2027000 | #Constraints:      40846
1755.45/1771.97	c #Conflicts:    2028000 | #Constraints:      41846
1755.45/1771.97	c #Conflicts:    2029000 | #Constraints:      42846
1755.45/1771.97	c #Conflicts:    2030000 | #Constraints:      43846
1755.45/1771.97	c #Conflicts:    2031000 | #Constraints:      44846
1755.45/1771.97	c #Conflicts:    2032000 | #Constraints:      45846
1755.45/1771.97	c #Conflicts:    2033000 | #Constraints:      46846
1755.45/1771.97	c #Conflicts:    2034000 | #Constraints:      47846
1755.45/1771.97	c #Conflicts:    2035000 | #Constraints:      48846
1755.45/1771.97	c #Conflicts:    2036000 | #Constraints:      49846
1755.45/1771.97	c #Conflicts:    2037000 | #Constraints:      50846
1755.45/1771.97	c #Conflicts:    2038000 | #Constraints:      51846
1755.45/1771.97	c #Conflicts:    2039000 | #Constraints:      52846
1755.45/1771.97	c #Conflicts:    2040000 | #Constraints:      53846
1755.45/1771.97	c #Conflicts:    2041000 | #Constraints:      54846
1755.45/1771.97	c #Conflicts:    2042000 | #Constraints:      55846
1755.45/1771.97	c #Conflicts:    2043000 | #Constraints:      56846
1755.45/1771.97	c #Conflicts:    2044000 | #Constraints:      57846
1755.45/1771.97	c #Conflicts:    2045000 | #Constraints:      58846
1755.45/1771.97	c #Conflicts:    2046000 | #Constraints:      59846
1755.45/1771.97	c #Conflicts:    2047000 | #Constraints:      60846
1755.45/1771.97	c #Conflicts:    2048000 | #Constraints:      61846
1755.45/1771.97	c #Conflicts:    2049000 | #Constraints:      62846
1755.45/1771.97	c #Conflicts:    2050000 | #Constraints:      63846
1755.45/1771.97	c INPROCESSING
1755.45/1771.97	c GARBAGE COLLECT
1755.45/1771.97	c rational objective 1009
1788.92/1805.57	c #Conflicts:    2051000 | #Constraints:      36350
1788.92/1805.57	c #Conflicts:    2052000 | #Constraints:      37393
1788.92/1805.57	c #Conflicts:    2053000 | #Constraints:      38463
1788.92/1805.57	c #Conflicts:    2054000 | #Constraints:      39519
1788.92/1805.57	c #Conflicts:    2055000 | #Constraints:      40563
1788.92/1805.57	c #Conflicts:    2056000 | #Constraints:      41601
1788.92/1805.57	c #Conflicts:    2057000 | #Constraints:      42639
1788.92/1805.57	c #Conflicts:    2058000 | #Constraints:      43680
1788.92/1805.57	c #Conflicts:    2059000 | #Constraints:      44698
1788.92/1805.57	c #Conflicts:    2060000 | #Constraints:      45721
1788.92/1805.57	c #Conflicts:    2061000 | #Constraints:      46744
1788.92/1805.57	c #Conflicts:    2062000 | #Constraints:      47772
1788.92/1805.57	c #Conflicts:    2063000 | #Constraints:      48792
1788.92/1805.57	c #Conflicts:    2064000 | #Constraints:      49832
1788.92/1805.57	c #Conflicts:    2065000 | #Constraints:      50866
1788.92/1805.57	c #Conflicts:    2066000 | #Constraints:      51890
1788.92/1805.57	c #Conflicts:    2067000 | #Constraints:      52921
1788.92/1805.57	c #Conflicts:    2068000 | #Constraints:      53963
1788.92/1805.57	c #Conflicts:    2069000 | #Constraints:      55001
1788.92/1805.57	c #Conflicts:    2070000 | #Constraints:      56049
1788.92/1805.57	c #Conflicts:    2071000 | #Constraints:      57079
1788.92/1805.57	c #Conflicts:    2072000 | #Constraints:      58105
1788.92/1805.57	c #Conflicts:    2073000 | #Constraints:      59129
1788.92/1805.57	c #Conflicts:    2074000 | #Constraints:      60158
1788.92/1805.57	c #Conflicts:    2075000 | #Constraints:      61178
1788.92/1805.57	c #Conflicts:    2076000 | #Constraints:      62202
1788.92/1805.57	c #Conflicts:    2077000 | #Constraints:      63240
1788.92/1805.57	c #Conflicts:    2078000 | #Constraints:      64259
1788.92/1805.57	c #Conflicts:    2079000 | #Constraints:      65278
1788.92/1805.57	c INPROCESSING
1788.92/1805.57	c GARBAGE COLLECT
1788.92/1805.57	c rational objective 1009
1817.87/1834.64	c #Conflicts:    2080000 | #Constraints:      37056
1817.87/1834.64	c #Conflicts:    2081000 | #Constraints:      38056
1817.87/1834.64	c #Conflicts:    2082000 | #Constraints:      39056
1817.87/1834.64	c #Conflicts:    2083000 | #Constraints:      40056
1817.87/1834.64	c #Conflicts:    2084000 | #Constraints:      41056
1817.87/1834.64	c #Conflicts:    2085000 | #Constraints:      42056
1817.87/1834.64	c #Conflicts:    2086000 | #Constraints:      43056
1817.87/1834.64	c #Conflicts:    2087000 | #Constraints:      44056
1817.87/1834.64	c #Conflicts:    2088000 | #Constraints:      45056
1817.87/1834.64	c #Conflicts:    2089000 | #Constraints:      46056
1817.87/1834.64	c #Conflicts:    2090000 | #Constraints:      47056
1817.87/1834.64	c #Conflicts:    2091000 | #Constraints:      48056
1817.87/1834.64	c #Conflicts:    2092000 | #Constraints:      49056
1817.87/1834.64	c #Conflicts:    2093000 | #Constraints:      50056
1817.87/1834.64	c #Conflicts:    2094000 | #Constraints:      51056
1817.87/1834.64	c #Conflicts:    2095000 | #Constraints:      52056
1817.87/1834.64	c #Conflicts:    2096000 | #Constraints:      53056
1817.87/1834.64	c #Conflicts:    2097000 | #Constraints:      54056
1817.87/1834.64	c #Conflicts:    2098000 | #Constraints:      55056
1817.87/1834.64	c #Conflicts:    2099000 | #Constraints:      56056
1817.87/1834.64	c #Conflicts:    2100000 | #Constraints:      57056
1817.87/1834.64	c #Conflicts:    2101000 | #Constraints:      58056
1817.87/1834.64	c #Conflicts:    2102000 | #Constraints:      59056
1817.87/1834.64	c #Conflicts:    2103000 | #Constraints:      60056
1817.87/1834.64	c #Conflicts:    2104000 | #Constraints:      61056
1817.87/1834.64	c #Conflicts:    2105000 | #Constraints:      62056
1817.87/1834.64	c #Conflicts:    2106000 | #Constraints:      63056
1817.87/1834.64	c #Conflicts:    2107000 | #Constraints:      64056
1817.87/1834.64	c #Conflicts:    2108000 | #Constraints:      65056
1817.87/1834.64	c INPROCESSING
1817.87/1834.64	c GARBAGE COLLECT
1817.87/1834.64	c rational objective 1009
1853.22/1870.15	c #Conflicts:    2109000 | #Constraints:      37058
1853.22/1870.15	c #Conflicts:    2110000 | #Constraints:      38062
1853.22/1870.15	c #Conflicts:    2111000 | #Constraints:      39113
1853.22/1870.15	c #Conflicts:    2112000 | #Constraints:      40159
1853.22/1870.15	c #Conflicts:    2113000 | #Constraints:      41197
1853.22/1870.15	c #Conflicts:    2114000 | #Constraints:      42232
1853.22/1870.15	c #Conflicts:    2115000 | #Constraints:      43272
1853.22/1870.15	c #Conflicts:    2116000 | #Constraints:      44316
1853.22/1870.15	c #Conflicts:    2117000 | #Constraints:      45355
1853.22/1870.15	c #Conflicts:    2118000 | #Constraints:      46398
1853.22/1870.15	c #Conflicts:    2119000 | #Constraints:      47429
1853.22/1870.15	c #Conflicts:    2120000 | #Constraints:      48464
1853.22/1870.15	c #Conflicts:    2121000 | #Constraints:      49510
1853.22/1870.15	c #Conflicts:    2122000 | #Constraints:      50541
1853.22/1870.15	c #Conflicts:    2123000 | #Constraints:      51584
1853.22/1870.15	c #Conflicts:    2124000 | #Constraints:      52612
1853.22/1870.15	c #Conflicts:    2125000 | #Constraints:      53676
1853.22/1870.15	c #Conflicts:    2126000 | #Constraints:      54712
1853.22/1870.15	c #Conflicts:    2127000 | #Constraints:      55735
1853.22/1870.15	c #Conflicts:    2128000 | #Constraints:      56773
1853.22/1870.15	c #Conflicts:    2129000 | #Constraints:      57814
1853.22/1870.15	c #Conflicts:    2130000 | #Constraints:      58865
1853.22/1870.15	c #Conflicts:    2131000 | #Constraints:      59909
1853.22/1870.15	c #Conflicts:    2132000 | #Constraints:      60943
1853.22/1870.15	c #Conflicts:    2133000 | #Constraints:      61968
1853.22/1870.15	c #Conflicts:    2134000 | #Constraints:      62989
1853.22/1870.15	c #Conflicts:    2135000 | #Constraints:      64010
1853.22/1870.15	c #Conflicts:    2136000 | #Constraints:      65032
1853.22/1870.15	c #Conflicts:    2137000 | #Constraints:      66066
1853.22/1870.15	c INPROCESSING
1853.22/1870.15	c GARBAGE COLLECT
1853.22/1870.15	c rational objective 1009
1883.85/1900.93	c #Conflicts:    2138000 | #Constraints:      37358
1883.85/1900.93	c #Conflicts:    2139000 | #Constraints:      38358
1883.85/1900.93	c #Conflicts:    2140000 | #Constraints:      39358
1883.85/1900.93	c #Conflicts:    2141000 | #Constraints:      40358
1883.85/1900.93	c #Conflicts:    2142000 | #Constraints:      41358
1883.85/1900.93	c #Conflicts:    2143000 | #Constraints:      42358
1883.85/1900.93	c #Conflicts:    2144000 | #Constraints:      43358
1883.85/1900.93	c #Conflicts:    2145000 | #Constraints:      44358
1883.85/1900.93	c #Conflicts:    2146000 | #Constraints:      45358
1883.85/1900.93	c #Conflicts:    2147000 | #Constraints:      46358
1883.85/1900.93	c #Conflicts:    2148000 | #Constraints:      47358
1883.85/1900.93	c #Conflicts:    2149000 | #Constraints:      48358
1883.85/1900.93	c #Conflicts:    2150000 | #Constraints:      49358
1883.85/1900.93	c #Conflicts:    2151000 | #Constraints:      50358
1883.85/1900.93	c #Conflicts:    2152000 | #Constraints:      51358
1883.85/1900.93	c #Conflicts:    2153000 | #Constraints:      52358
1883.85/1900.93	c #Conflicts:    2154000 | #Constraints:      53358
1883.85/1900.93	c #Conflicts:    2155000 | #Constraints:      54358
1883.85/1900.93	c #Conflicts:    2156000 | #Constraints:      55358
1883.85/1900.93	c #Conflicts:    2157000 | #Constraints:      56358
1883.85/1900.93	c #Conflicts:    2158000 | #Constraints:      57358
1883.85/1900.93	c #Conflicts:    2159000 | #Constraints:      58358
1883.85/1900.93	c #Conflicts:    2160000 | #Constraints:      59358
1883.85/1900.93	c #Conflicts:    2161000 | #Constraints:      60358
1883.85/1900.93	c #Conflicts:    2162000 | #Constraints:      61358
1883.85/1900.93	c #Conflicts:    2163000 | #Constraints:      62358
1883.85/1900.93	c #Conflicts:    2164000 | #Constraints:      63358
1883.85/1900.93	c #Conflicts:    2165000 | #Constraints:      64358
1883.85/1900.93	c #Conflicts:    2166000 | #Constraints:      65358
1883.85/1900.93	c INPROCESSING
1883.85/1900.93	c GARBAGE COLLECT
1883.85/1900.93	c rational objective 1009
1912.22/1929.49	c #Conflicts:    2167000 | #Constraints:      36895
1912.22/1929.49	c #Conflicts:    2168000 | #Constraints:      37895
1912.22/1929.49	c #Conflicts:    2169000 | #Constraints:      38895
1912.22/1929.49	c #Conflicts:    2170000 | #Constraints:      39895
1912.22/1929.49	c #Conflicts:    2171000 | #Constraints:      40895
1912.22/1929.49	c #Conflicts:    2172000 | #Constraints:      41895
1912.22/1929.49	c #Conflicts:    2173000 | #Constraints:      42895
1912.22/1929.49	c #Conflicts:    2174000 | #Constraints:      43895
1912.22/1929.49	c #Conflicts:    2175000 | #Constraints:      44895
1912.22/1929.49	c #Conflicts:    2176000 | #Constraints:      45895
1912.22/1929.49	c #Conflicts:    2177000 | #Constraints:      46895
1912.22/1929.49	c #Conflicts:    2178000 | #Constraints:      47895
1912.22/1929.49	c #Conflicts:    2179000 | #Constraints:      48895
1912.22/1929.49	c #Conflicts:    2180000 | #Constraints:      49895
1912.22/1929.49	c #Conflicts:    2181000 | #Constraints:      50895
1912.22/1929.49	c #Conflicts:    2182000 | #Constraints:      51895
1912.22/1929.49	c #Conflicts:    2183000 | #Constraints:      52895
1912.22/1929.49	c #Conflicts:    2184000 | #Constraints:      53895
1912.22/1929.49	c #Conflicts:    2185000 | #Constraints:      54895
1912.22/1929.49	c #Conflicts:    2186000 | #Constraints:      55895
1912.22/1929.49	c #Conflicts:    2187000 | #Constraints:      56895
1912.22/1929.49	c #Conflicts:    2188000 | #Constraints:      57895
1912.22/1929.49	c #Conflicts:    2189000 | #Constraints:      58895
1912.22/1929.49	c #Conflicts:    2190000 | #Constraints:      59895
1912.22/1929.49	c #Conflicts:    2191000 | #Constraints:      60895
1912.22/1929.49	c #Conflicts:    2192000 | #Constraints:      61895
1912.22/1929.49	c #Conflicts:    2193000 | #Constraints:      62895
1912.22/1929.49	c #Conflicts:    2194000 | #Constraints:      63895
1912.22/1929.49	c #Conflicts:    2195000 | #Constraints:      64895
1912.22/1929.49	c #Conflicts:    2196000 | #Constraints:      65895
1912.22/1929.49	c INPROCESSING
1912.22/1929.49	c GARBAGE COLLECT
1912.22/1929.49	c rational objective 1009
1985.41/2002.90	c #Conflicts:    2197000 | #Constraints:      37362
1985.41/2002.90	c #Conflicts:    2198000 | #Constraints:      38374
1985.41/2002.90	c #Conflicts:    2199000 | #Constraints:      39391
1985.41/2002.90	c #Conflicts:    2200000 | #Constraints:      40408
1985.41/2002.90	c #Conflicts:    2201000 | #Constraints:      41431
1985.41/2002.90	c #Conflicts:    2202000 | #Constraints:      42457
1985.41/2002.90	c #Conflicts:    2203000 | #Constraints:      43482
1985.41/2002.90	c #Conflicts:    2204000 | #Constraints:      44500
1985.41/2002.90	c #Conflicts:    2205000 | #Constraints:      45540
1985.41/2002.90	c #Conflicts:    2206000 | #Constraints:      46574
1985.41/2002.90	c #Conflicts:    2207000 | #Constraints:      47591
1985.41/2002.90	c #Conflicts:    2208000 | #Constraints:      48605
1985.41/2002.90	c #Conflicts:    2209000 | #Constraints:      49630
1985.41/2002.90	c #Conflicts:    2210000 | #Constraints:      50656
1985.41/2002.90	c #Conflicts:    2211000 | #Constraints:      51685
1985.41/2002.90	c #Conflicts:    2212000 | #Constraints:      52712
1985.41/2002.90	c #Conflicts:    2213000 | #Constraints:      53742
1985.41/2002.90	c #Conflicts:    2214000 | #Constraints:      54772
1985.41/2002.90	c #Conflicts:    2215000 | #Constraints:      55793
1985.41/2002.90	c #Conflicts:    2216000 | #Constraints:      56814
1985.41/2002.90	c #Conflicts:    2217000 | #Constraints:      57832
1985.41/2002.90	c #Conflicts:    2218000 | #Constraints:      58854
1985.41/2002.90	c #Conflicts:    2219000 | #Constraints:      59873
1985.41/2002.90	c #Conflicts:    2220000 | #Constraints:      60890
1985.41/2002.90	c #Conflicts:    2221000 | #Constraints:      61898
1985.41/2002.90	c #Conflicts:    2222000 | #Constraints:      62912
1985.41/2002.90	c #Conflicts:    2223000 | #Constraints:      63935
1985.41/2002.90	c #Conflicts:    2224000 | #Constraints:      64965
1985.41/2002.90	c #Conflicts:    2225000 | #Constraints:      65986
1985.41/2002.90	c #Conflicts:    2226000 | #Constraints:      67002
1985.41/2002.90	c INPROCESSING
1985.41/2002.90	c GARBAGE COLLECT
1985.41/2002.90	c rational objective 1009
2019.04/2036.73	c #Conflicts:    2227000 | #Constraints:      37962
2019.04/2036.73	c #Conflicts:    2228000 | #Constraints:      38962
2019.04/2036.73	c #Conflicts:    2229000 | #Constraints:      39962
2019.04/2036.73	c #Conflicts:    2230000 | #Constraints:      40962
2019.04/2036.73	c #Conflicts:    2231000 | #Constraints:      41962
2019.04/2036.73	c #Conflicts:    2232000 | #Constraints:      42962
2019.04/2036.73	c #Conflicts:    2233000 | #Constraints:      43962
2019.04/2036.73	c #Conflicts:    2234000 | #Constraints:      44962
2019.04/2036.73	c #Conflicts:    2235000 | #Constraints:      45962
2019.04/2036.73	c #Conflicts:    2236000 | #Constraints:      46962
2019.04/2036.73	c #Conflicts:    2237000 | #Constraints:      47962
2019.04/2036.73	c #Conflicts:    2238000 | #Constraints:      48962
2019.04/2036.73	c #Conflicts:    2239000 | #Constraints:      49962
2019.04/2036.73	c #Conflicts:    2240000 | #Constraints:      50962
2019.04/2036.73	c #Conflicts:    2241000 | #Constraints:      51962
2019.04/2036.73	c #Conflicts:    2242000 | #Constraints:      52962
2019.04/2036.73	c #Conflicts:    2243000 | #Constraints:      53962
2019.04/2036.73	c #Conflicts:    2244000 | #Constraints:      54963
2019.04/2036.73	c #Conflicts:    2245000 | #Constraints:      55963
2019.04/2036.73	c #Conflicts:    2246000 | #Constraints:      56963
2019.04/2036.73	c #Conflicts:    2247000 | #Constraints:      57963
2019.04/2036.73	c #Conflicts:    2248000 | #Constraints:      58963
2019.04/2036.73	c #Conflicts:    2249000 | #Constraints:      59963
2019.04/2036.73	c #Conflicts:    2250000 | #Constraints:      60963
2019.04/2036.73	c #Conflicts:    2251000 | #Constraints:      61963
2019.04/2036.73	c #Conflicts:    2252000 | #Constraints:      62964
2019.04/2036.73	c #Conflicts:    2253000 | #Constraints:      63965
2019.04/2036.73	c #Conflicts:    2254000 | #Constraints:      64965
2019.04/2036.73	c #Conflicts:    2255000 | #Constraints:      65965
2019.04/2036.73	c #Conflicts:    2256000 | #Constraints:      66965
2019.04/2036.73	c INPROCESSING
2019.04/2036.73	c GARBAGE COLLECT
2019.04/2036.73	c rational objective 1009
2048.88/2066.79	c #Conflicts:    2257000 | #Constraints:      38028
2048.88/2066.79	c #Conflicts:    2258000 | #Constraints:      39028
2048.88/2066.79	c #Conflicts:    2259000 | #Constraints:      40028
2048.88/2066.79	c #Conflicts:    2260000 | #Constraints:      41028
2048.88/2066.79	c #Conflicts:    2261000 | #Constraints:      42028
2048.88/2066.79	c #Conflicts:    2262000 | #Constraints:      43028
2048.88/2066.79	c #Conflicts:    2263000 | #Constraints:      44028
2048.88/2066.79	c #Conflicts:    2264000 | #Constraints:      45028
2048.88/2066.79	c #Conflicts:    2265000 | #Constraints:      46028
2048.88/2066.79	c #Conflicts:    2266000 | #Constraints:      47028
2048.88/2066.79	c #Conflicts:    2267000 | #Constraints:      48028
2048.88/2066.79	c #Conflicts:    2268000 | #Constraints:      49028
2048.88/2066.79	c #Conflicts:    2269000 | #Constraints:      50028
2048.88/2066.79	c #Conflicts:    2270000 | #Constraints:      51028
2048.88/2066.79	c #Conflicts:    2271000 | #Constraints:      52028
2048.88/2066.79	c #Conflicts:    2272000 | #Constraints:      53028
2048.88/2066.79	c #Conflicts:    2273000 | #Constraints:      54028
2048.88/2066.79	c #Conflicts:    2274000 | #Constraints:      55028
2048.88/2066.79	c #Conflicts:    2275000 | #Constraints:      56028
2048.88/2066.79	c #Conflicts:    2276000 | #Constraints:      57028
2048.88/2066.79	c #Conflicts:    2277000 | #Constraints:      58028
2048.88/2066.79	c #Conflicts:    2278000 | #Constraints:      59028
2048.88/2066.79	c #Conflicts:    2279000 | #Constraints:      60028
2048.88/2066.79	c #Conflicts:    2280000 | #Constraints:      61028
2048.88/2066.79	c #Conflicts:    2281000 | #Constraints:      62028
2048.88/2066.79	c #Conflicts:    2282000 | #Constraints:      63028
2048.88/2066.79	c #Conflicts:    2283000 | #Constraints:      64028
2048.88/2066.79	c #Conflicts:    2284000 | #Constraints:      65028
2048.88/2066.79	c #Conflicts:    2285000 | #Constraints:      66028
2048.88/2066.79	c #Conflicts:    2286000 | #Constraints:      67028
2048.88/2066.79	c INPROCESSING
2048.88/2066.79	c GARBAGE COLLECT
2048.88/2066.79	c rational objective 1009
2084.39/2102.41	c #Conflicts:    2287000 | #Constraints:      37957
2084.39/2102.41	c #Conflicts:    2288000 | #Constraints:      38957
2084.39/2102.41	c #Conflicts:    2289000 | #Constraints:      39957
2084.39/2102.41	c #Conflicts:    2290000 | #Constraints:      40957
2084.39/2102.41	c #Conflicts:    2291000 | #Constraints:      41957
2084.39/2102.41	c #Conflicts:    2292000 | #Constraints:      42957
2084.39/2102.41	c #Conflicts:    2293000 | #Constraints:      43957
2084.39/2102.41	c #Conflicts:    2294000 | #Constraints:      44957
2084.39/2102.41	c #Conflicts:    2295000 | #Constraints:      45957
2084.39/2102.41	c #Conflicts:    2296000 | #Constraints:      46957
2084.39/2102.41	c #Conflicts:    2297000 | #Constraints:      47957
2084.39/2102.41	c #Conflicts:    2298000 | #Constraints:      48957
2084.39/2102.41	c #Conflicts:    2299000 | #Constraints:      49957
2084.39/2102.41	c #Conflicts:    2300000 | #Constraints:      50957
2084.39/2102.41	c #Conflicts:    2301000 | #Constraints:      51957
2084.39/2102.41	c #Conflicts:    2302000 | #Constraints:      52957
2084.39/2102.41	c #Conflicts:    2303000 | #Constraints:      53957
2084.39/2102.41	c #Conflicts:    2304000 | #Constraints:      54957
2084.39/2102.41	c #Conflicts:    2305000 | #Constraints:      55957
2084.39/2102.41	c #Conflicts:    2306000 | #Constraints:      56957
2084.39/2102.41	c #Conflicts:    2307000 | #Constraints:      57957
2084.39/2102.41	c #Conflicts:    2308000 | #Constraints:      58957
2084.39/2102.41	c #Conflicts:    2309000 | #Constraints:      59957
2084.39/2102.41	c #Conflicts:    2310000 | #Constraints:      60957
2084.39/2102.41	c #Conflicts:    2311000 | #Constraints:      61957
2084.39/2102.41	c #Conflicts:    2312000 | #Constraints:      62957
2084.39/2102.41	c #Conflicts:    2313000 | #Constraints:      63957
2084.39/2102.41	c #Conflicts:    2314000 | #Constraints:      64957
2084.39/2102.41	c #Conflicts:    2315000 | #Constraints:      65957
2084.39/2102.41	c #Conflicts:    2316000 | #Constraints:      66957
2084.39/2102.41	c INPROCESSING
2084.39/2102.41	c GARBAGE COLLECT
2084.39/2102.41	c rational objective 1009
2122.08/2140.30	c #Conflicts:    2317000 | #Constraints:      37705
2122.08/2140.30	c #Conflicts:    2318000 | #Constraints:      38705
2122.08/2140.30	c #Conflicts:    2319000 | #Constraints:      39705
2122.08/2140.30	c #Conflicts:    2320000 | #Constraints:      40705
2122.08/2140.30	c #Conflicts:    2321000 | #Constraints:      41705
2122.08/2140.30	c #Conflicts:    2322000 | #Constraints:      42706
2122.08/2140.30	c #Conflicts:    2323000 | #Constraints:      43706
2122.08/2140.30	c #Conflicts:    2324000 | #Constraints:      44706
2122.08/2140.30	c #Conflicts:    2325000 | #Constraints:      45707
2122.08/2140.30	c #Conflicts:    2326000 | #Constraints:      46707
2122.08/2140.30	c #Conflicts:    2327000 | #Constraints:      47707
2122.08/2140.30	c #Conflicts:    2328000 | #Constraints:      48708
2122.08/2140.30	c #Conflicts:    2329000 | #Constraints:      49708
2122.08/2140.30	c #Conflicts:    2330000 | #Constraints:      50708
2122.08/2140.30	c #Conflicts:    2331000 | #Constraints:      51708
2122.08/2140.30	c #Conflicts:    2332000 | #Constraints:      52709
2122.08/2140.30	c #Conflicts:    2333000 | #Constraints:      53709
2122.08/2140.30	c #Conflicts:    2334000 | #Constraints:      54709
2122.08/2140.30	c #Conflicts:    2335000 | #Constraints:      55709
2122.08/2140.30	c #Conflicts:    2336000 | #Constraints:      56710
2122.08/2140.30	c #Conflicts:    2337000 | #Constraints:      57710
2122.08/2140.30	c #Conflicts:    2338000 | #Constraints:      58710
2122.08/2140.30	c #Conflicts:    2339000 | #Constraints:      59711
2122.08/2140.30	c #Conflicts:    2340000 | #Constraints:      60711
2122.08/2140.30	c #Conflicts:    2341000 | #Constraints:      61712
2122.08/2140.30	c #Conflicts:    2342000 | #Constraints:      62712
2122.08/2140.30	c #Conflicts:    2343000 | #Constraints:      63712
2122.08/2140.30	c #Conflicts:    2344000 | #Constraints:      64713
2122.08/2140.30	c #Conflicts:    2345000 | #Constraints:      65713
2122.08/2140.30	c #Conflicts:    2346000 | #Constraints:      66714
2122.08/2140.30	c #Conflicts:    2347000 | #Constraints:      67714
2122.08/2140.30	c INPROCESSING
2122.08/2140.30	c GARBAGE COLLECT
2122.08/2140.30	c rational objective 1009
2186.62/2205.30	c #Conflicts:    2348000 | #Constraints:      38298
2186.62/2205.30	c #Conflicts:    2349000 | #Constraints:      39305
2186.62/2205.30	c #Conflicts:    2350000 | #Constraints:      40307
2186.62/2205.30	c #Conflicts:    2351000 | #Constraints:      41338
2186.62/2205.30	c #Conflicts:    2352000 | #Constraints:      42372
2186.62/2205.30	c #Conflicts:    2353000 | #Constraints:      43400
2186.62/2205.30	c #Conflicts:    2354000 | #Constraints:      44409
2186.62/2205.30	c #Conflicts:    2355000 | #Constraints:      45447
2186.62/2205.30	c #Conflicts:    2356000 | #Constraints:      46479
2186.62/2205.30	c #Conflicts:    2357000 | #Constraints:      47503
2186.62/2205.30	c #Conflicts:    2358000 | #Constraints:      48536
2186.62/2205.30	c #Conflicts:    2359000 | #Constraints:      49552
2186.62/2205.30	c #Conflicts:    2360000 | #Constraints:      50571
2186.62/2205.30	c #Conflicts:    2361000 | #Constraints:      51607
2186.62/2205.30	c #Conflicts:    2362000 | #Constraints:      52634
2186.62/2205.30	c #Conflicts:    2363000 | #Constraints:      53657
2186.62/2205.30	c #Conflicts:    2364000 | #Constraints:      54680
2186.62/2205.30	c #Conflicts:    2365000 | #Constraints:      55723
2186.62/2205.30	c #Conflicts:    2366000 | #Constraints:      56754
2186.62/2205.30	c #Conflicts:    2367000 | #Constraints:      57774
2186.62/2205.30	c #Conflicts:    2368000 | #Constraints:      58803
2186.62/2205.30	c #Conflicts:    2369000 | #Constraints:      59825
2186.62/2205.30	c #Conflicts:    2370000 | #Constraints:      60845
2186.62/2205.30	c #Conflicts:    2371000 | #Constraints:      61858
2186.62/2205.30	c #Conflicts:    2372000 | #Constraints:      62872
2186.62/2205.30	c #Conflicts:    2373000 | #Constraints:      63889
2186.62/2205.30	c #Conflicts:    2374000 | #Constraints:      64900
2186.62/2205.30	c #Conflicts:    2375000 | #Constraints:      65913
2186.62/2205.30	c #Conflicts:    2376000 | #Constraints:      66923
2186.62/2205.30	c #Conflicts:    2377000 | #Constraints:      67937
2186.62/2205.30	c #Conflicts:    2378000 | #Constraints:      68951
2186.62/2205.30	c INPROCESSING
2186.62/2205.30	c GARBAGE COLLECT
2186.62/2205.30	c rational objective 1009
2221.48/2243.60	c #Conflicts:    2379000 | #Constraints:      38956
2221.48/2243.60	c #Conflicts:    2380000 | #Constraints:      39956
2221.48/2243.60	c #Conflicts:    2381000 | #Constraints:      40956
2221.48/2243.60	c #Conflicts:    2382000 | #Constraints:      41956
2221.48/2243.60	c #Conflicts:    2383000 | #Constraints:      42956
2221.48/2243.60	c #Conflicts:    2384000 | #Constraints:      43956
2221.48/2243.60	c #Conflicts:    2385000 | #Constraints:      44956
2221.48/2243.60	c #Conflicts:    2386000 | #Constraints:      45956
2221.48/2243.60	c #Conflicts:    2387000 | #Constraints:      46956
2221.48/2243.60	c #Conflicts:    2388000 | #Constraints:      47956
2221.48/2243.60	c #Conflicts:    2389000 | #Constraints:      48956
2221.48/2243.60	c #Conflicts:    2390000 | #Constraints:      49956
2221.48/2243.60	c #Conflicts:    2391000 | #Constraints:      50956
2221.48/2243.60	c #Conflicts:    2392000 | #Constraints:      51956
2221.48/2243.60	c #Conflicts:    2393000 | #Constraints:      52956
2221.48/2243.60	c #Conflicts:    2394000 | #Constraints:      53956
2221.48/2243.60	c #Conflicts:    2395000 | #Constraints:      54956
2221.48/2243.60	c #Conflicts:    2396000 | #Constraints:      55956
2221.48/2243.60	c #Conflicts:    2397000 | #Constraints:      56956
2221.48/2243.60	c #Conflicts:    2398000 | #Constraints:      57956
2221.48/2243.60	c #Conflicts:    2399000 | #Constraints:      58956
2221.48/2243.60	c #Conflicts:    2400000 | #Constraints:      59956
2221.48/2243.60	c #Conflicts:    2401000 | #Constraints:      60956
2221.48/2243.60	c #Conflicts:    2402000 | #Constraints:      61956
2221.48/2243.60	c #Conflicts:    2403000 | #Constraints:      62956
2221.48/2243.60	c #Conflicts:    2404000 | #Constraints:      63956
2221.48/2243.60	c #Conflicts:    2405000 | #Constraints:      64956
2221.48/2243.60	c #Conflicts:    2406000 | #Constraints:      65956
2221.48/2243.60	c #Conflicts:    2407000 | #Constraints:      66956
2221.48/2243.60	c #Conflicts:    2408000 | #Constraints:      67956
2221.48/2243.60	c #Conflicts:    2409000 | #Constraints:      68956
2221.48/2243.60	c INPROCESSING
2221.48/2243.60	c GARBAGE COLLECT
2221.48/2243.60	c rational objective 1009
2254.67/2279.56	c #Conflicts:    2410000 | #Constraints:      38992
2254.67/2279.56	c #Conflicts:    2411000 | #Constraints:      39992
2254.67/2279.56	c #Conflicts:    2412000 | #Constraints:      40992
2254.67/2279.56	c #Conflicts:    2413000 | #Constraints:      41992
2254.67/2279.56	c #Conflicts:    2414000 | #Constraints:      42992
2254.67/2279.56	c #Conflicts:    2415000 | #Constraints:      43992
2254.67/2279.56	c #Conflicts:    2416000 | #Constraints:      44992
2254.67/2279.56	c #Conflicts:    2417000 | #Constraints:      45992
2254.67/2279.56	c #Conflicts:    2418000 | #Constraints:      46992
2254.67/2279.56	c #Conflicts:    2419000 | #Constraints:      47992
2254.67/2279.56	c #Conflicts:    2420000 | #Constraints:      48992
2254.67/2279.56	c #Conflicts:    2421000 | #Constraints:      49992
2254.67/2279.56	c #Conflicts:    2422000 | #Constraints:      50992
2254.67/2279.56	c #Conflicts:    2423000 | #Constraints:      51992
2254.67/2279.56	c #Conflicts:    2424000 | #Constraints:      52992
2254.67/2279.56	c #Conflicts:    2425000 | #Constraints:      53992
2254.67/2279.56	c #Conflicts:    2426000 | #Constraints:      54992
2254.67/2279.56	c #Conflicts:    2427000 | #Constraints:      55992
2254.67/2279.56	c #Conflicts:    2428000 | #Constraints:      56992
2254.67/2279.56	c #Conflicts:    2429000 | #Constraints:      57992
2254.67/2279.56	c #Conflicts:    2430000 | #Constraints:      58992
2254.67/2279.56	c #Conflicts:    2431000 | #Constraints:      59992
2254.67/2279.56	c #Conflicts:    2432000 | #Constraints:      60992
2254.67/2279.56	c #Conflicts:    2433000 | #Constraints:      61992
2254.67/2279.56	c #Conflicts:    2434000 | #Constraints:      62992
2254.67/2279.56	c #Conflicts:    2435000 | #Constraints:      63992
2254.67/2279.56	c #Conflicts:    2436000 | #Constraints:      64992
2254.67/2279.56	c #Conflicts:    2437000 | #Constraints:      65992
2254.67/2279.56	c #Conflicts:    2438000 | #Constraints:      66992
2254.67/2279.56	c #Conflicts:    2439000 | #Constraints:      67992
2254.67/2279.56	c #Conflicts:    2440000 | #Constraints:      68992
2254.67/2279.56	c INPROCESSING
2254.67/2279.56	c GARBAGE COLLECT
2254.67/2279.56	c rational objective 1009
2290.30/2315.33	c #Conflicts:    2441000 | #Constraints:      38924
2290.30/2315.33	c #Conflicts:    2442000 | #Constraints:      39924
2290.30/2315.33	c #Conflicts:    2443000 | #Constraints:      40924
2290.30/2315.33	c #Conflicts:    2444000 | #Constraints:      41924
2290.30/2315.33	c #Conflicts:    2445000 | #Constraints:      42924
2290.30/2315.33	c #Conflicts:    2446000 | #Constraints:      43924
2290.30/2315.33	c #Conflicts:    2447000 | #Constraints:      44924
2290.30/2315.33	c #Conflicts:    2448000 | #Constraints:      45924
2290.30/2315.33	c #Conflicts:    2449000 | #Constraints:      46924
2290.30/2315.33	c #Conflicts:    2450000 | #Constraints:      47924
2290.30/2315.33	c #Conflicts:    2451000 | #Constraints:      48924
2290.30/2315.33	c #Conflicts:    2452000 | #Constraints:      49924
2290.30/2315.33	c #Conflicts:    2453000 | #Constraints:      50924
2290.30/2315.33	c #Conflicts:    2454000 | #Constraints:      51924
2290.30/2315.33	c #Conflicts:    2455000 | #Constraints:      52924
2290.30/2315.33	c #Conflicts:    2456000 | #Constraints:      53924
2290.30/2315.33	c #Conflicts:    2457000 | #Constraints:      54924
2290.30/2315.33	c #Conflicts:    2458000 | #Constraints:      55924
2290.30/2315.33	c #Conflicts:    2459000 | #Constraints:      56924
2290.30/2315.33	c #Conflicts:    2460000 | #Constraints:      57924
2290.30/2315.33	c #Conflicts:    2461000 | #Constraints:      58924
2290.30/2315.33	c #Conflicts:    2462000 | #Constraints:      59924
2290.30/2315.33	c #Conflicts:    2463000 | #Constraints:      60924
2290.30/2315.33	c #Conflicts:    2464000 | #Constraints:      61924
2290.30/2315.33	c #Conflicts:    2465000 | #Constraints:      62924
2290.30/2315.33	c #Conflicts:    2466000 | #Constraints:      63924
2290.30/2315.33	c #Conflicts:    2467000 | #Constraints:      64924
2290.30/2315.33	c #Conflicts:    2468000 | #Constraints:      65924
2290.30/2315.33	c #Conflicts:    2469000 | #Constraints:      66924
2290.30/2315.33	c #Conflicts:    2470000 | #Constraints:      67925
2290.30/2315.33	c #Conflicts:    2471000 | #Constraints:      68925
2290.30/2315.33	c INPROCESSING
2290.30/2315.33	c GARBAGE COLLECT
2290.30/2315.33	c rational objective 1009
2340.19/2365.43	c #Conflicts:    2472000 | #Constraints:      38685
2340.19/2365.43	c #Conflicts:    2473000 | #Constraints:      39698
2340.19/2365.43	c #Conflicts:    2474000 | #Constraints:      40747
2340.19/2365.43	c #Conflicts:    2475000 | #Constraints:      41831
2340.19/2365.43	c #Conflicts:    2476000 | #Constraints:      42897
2340.19/2365.43	c #Conflicts:    2477000 | #Constraints:      43971
2340.19/2365.43	c #Conflicts:    2478000 | #Constraints:      45039
2340.19/2365.43	c #Conflicts:    2479000 | #Constraints:      46100
2340.19/2365.43	c #Conflicts:    2480000 | #Constraints:      47153
2340.19/2365.43	c #Conflicts:    2481000 | #Constraints:      48204
2340.19/2365.43	c #Conflicts:    2482000 | #Constraints:      49227
2340.19/2365.43	c #Conflicts:    2483000 | #Constraints:      50262
2340.19/2365.43	c #Conflicts:    2484000 | #Constraints:      51306
2340.19/2365.43	c #Conflicts:    2485000 | #Constraints:      52352
2340.19/2365.43	c #Conflicts:    2486000 | #Constraints:      53376
2340.19/2365.43	c #Conflicts:    2487000 | #Constraints:      54403
2340.19/2365.43	c #Conflicts:    2488000 | #Constraints:      55424
2340.19/2365.43	c #Conflicts:    2489000 | #Constraints:      56448
2340.19/2365.43	c #Conflicts:    2490000 | #Constraints:      57474
2340.19/2365.43	c #Conflicts:    2491000 | #Constraints:      58505
2340.19/2365.43	c #Conflicts:    2492000 | #Constraints:      59523
2340.19/2365.43	c #Conflicts:    2493000 | #Constraints:      60553
2340.19/2365.43	c #Conflicts:    2494000 | #Constraints:      61591
2340.19/2365.43	c #Conflicts:    2495000 | #Constraints:      62617
2340.19/2365.43	c #Conflicts:    2496000 | #Constraints:      63643
2340.19/2365.43	c #Conflicts:    2497000 | #Constraints:      64658
2340.19/2365.43	c #Conflicts:    2498000 | #Constraints:      65674
2340.19/2365.43	c #Conflicts:    2499000 | #Constraints:      66702
2340.19/2365.43	c #Conflicts:    2500000 | #Constraints:      67721
2340.19/2365.43	c #Conflicts:    2501000 | #Constraints:      68732
2340.19/2365.43	c #Conflicts:    2502000 | #Constraints:      69759
2340.19/2365.43	c #Conflicts:    2503000 | #Constraints:      70795
2340.19/2365.43	c INPROCESSING
2340.19/2365.43	c GARBAGE COLLECT
2340.19/2365.43	c rational objective 1009
2373.56/2399.01	c #Conflicts:    2504000 | #Constraints:      39718
2373.56/2399.01	c #Conflicts:    2505000 | #Constraints:      40718
2373.56/2399.01	c #Conflicts:    2506000 | #Constraints:      41718
2373.56/2399.01	c #Conflicts:    2507000 | #Constraints:      42718
2373.56/2399.01	c #Conflicts:    2508000 | #Constraints:      43718
2373.56/2399.01	c #Conflicts:    2509000 | #Constraints:      44718
2373.56/2399.01	c #Conflicts:    2510000 | #Constraints:      45718
2373.56/2399.01	c #Conflicts:    2511000 | #Constraints:      46718
2373.56/2399.01	c #Conflicts:    2512000 | #Constraints:      47718
2373.56/2399.01	c #Conflicts:    2513000 | #Constraints:      48718
2373.56/2399.01	c #Conflicts:    2514000 | #Constraints:      49718
2373.56/2399.01	c #Conflicts:    2515000 | #Constraints:      50718
2373.56/2399.01	c #Conflicts:    2516000 | #Constraints:      51718
2373.56/2399.01	c #Conflicts:    2517000 | #Constraints:      52718
2373.56/2399.01	c #Conflicts:    2518000 | #Constraints:      53718
2373.56/2399.01	c #Conflicts:    2519000 | #Constraints:      54718
2373.56/2399.01	c #Conflicts:    2520000 | #Constraints:      55718
2373.56/2399.01	c #Conflicts:    2521000 | #Constraints:      56718
2373.56/2399.01	c #Conflicts:    2522000 | #Constraints:      57718
2373.56/2399.01	c #Conflicts:    2523000 | #Constraints:      58718
2373.56/2399.01	c #Conflicts:    2524000 | #Constraints:      59718
2373.56/2399.01	c #Conflicts:    2525000 | #Constraints:      60718
2373.56/2399.01	c #Conflicts:    2526000 | #Constraints:      61718
2373.56/2399.01	c #Conflicts:    2527000 | #Constraints:      62718
2373.56/2399.01	c #Conflicts:    2528000 | #Constraints:      63718
2373.56/2399.01	c #Conflicts:    2529000 | #Constraints:      64718
2373.56/2399.01	c #Conflicts:    2530000 | #Constraints:      65718
2373.56/2399.01	c #Conflicts:    2531000 | #Constraints:      66718
2373.56/2399.01	c #Conflicts:    2532000 | #Constraints:      67718
2373.56/2399.01	c #Conflicts:    2533000 | #Constraints:      68719
2373.56/2399.01	c #Conflicts:    2534000 | #Constraints:      69719
2373.56/2399.01	c #Conflicts:    2535000 | #Constraints:      70719
2373.56/2399.01	c INPROCESSING
2373.56/2399.01	c GARBAGE COLLECT
2373.56/2399.01	c rational objective 1009
2406.70/2432.24	c #Conflicts:    2536000 | #Constraints:      39907
2406.70/2432.24	c #Conflicts:    2537000 | #Constraints:      40907
2406.70/2432.24	c #Conflicts:    2538000 | #Constraints:      41907
2406.70/2432.24	c #Conflicts:    2539000 | #Constraints:      42907
2406.70/2432.24	c #Conflicts:    2540000 | #Constraints:      43907
2406.70/2432.24	c #Conflicts:    2541000 | #Constraints:      44907
2406.70/2432.24	c #Conflicts:    2542000 | #Constraints:      45907
2406.70/2432.24	c #Conflicts:    2543000 | #Constraints:      46907
2406.70/2432.24	c #Conflicts:    2544000 | #Constraints:      47907
2406.70/2432.24	c #Conflicts:    2545000 | #Constraints:      48907
2406.70/2432.24	c #Conflicts:    2546000 | #Constraints:      49907
2406.70/2432.24	c #Conflicts:    2547000 | #Constraints:      50907
2406.70/2432.24	c #Conflicts:    2548000 | #Constraints:      51907
2406.70/2432.24	c #Conflicts:    2549000 | #Constraints:      52907
2406.70/2432.24	c #Conflicts:    2550000 | #Constraints:      53907
2406.70/2432.24	c #Conflicts:    2551000 | #Constraints:      54907
2406.70/2432.24	c #Conflicts:    2552000 | #Constraints:      55907
2406.70/2432.24	c #Conflicts:    2553000 | #Constraints:      56907
2406.70/2432.24	c #Conflicts:    2554000 | #Constraints:      57907
2406.70/2432.24	c #Conflicts:    2555000 | #Constraints:      58907
2406.70/2432.24	c #Conflicts:    2556000 | #Constraints:      59907
2406.70/2432.24	c #Conflicts:    2557000 | #Constraints:      60907
2406.70/2432.24	c #Conflicts:    2558000 | #Constraints:      61907
2406.70/2432.24	c #Conflicts:    2559000 | #Constraints:      62907
2406.70/2432.24	c #Conflicts:    2560000 | #Constraints:      63907
2406.70/2432.24	c #Conflicts:    2561000 | #Constraints:      64907
2406.70/2432.24	c #Conflicts:    2562000 | #Constraints:      65907
2406.70/2432.24	c #Conflicts:    2563000 | #Constraints:      66907
2406.70/2432.24	c #Conflicts:    2564000 | #Constraints:      67907
2406.70/2432.24	c #Conflicts:    2565000 | #Constraints:      68907
2406.70/2432.24	c #Conflicts:    2566000 | #Constraints:      69907
2406.70/2432.24	c #Conflicts:    2567000 | #Constraints:      70907
2406.70/2432.24	c INPROCESSING
2406.70/2432.24	c GARBAGE COLLECT
2406.70/2432.24	c rational objective 1009
2440.65/2466.37	c #Conflicts:    2568000 | #Constraints:      39983
2440.65/2466.37	c #Conflicts:    2569000 | #Constraints:      40983
2440.65/2466.37	c #Conflicts:    2570000 | #Constraints:      41983
2440.65/2466.37	c #Conflicts:    2571000 | #Constraints:      42983
2440.65/2466.37	c #Conflicts:    2572000 | #Constraints:      43983
2440.65/2466.37	c #Conflicts:    2573000 | #Constraints:      44983
2440.65/2466.37	c #Conflicts:    2574000 | #Constraints:      45983
2440.65/2466.37	c #Conflicts:    2575000 | #Constraints:      46984
2440.65/2466.37	c #Conflicts:    2576000 | #Constraints:      47984
2440.65/2466.37	c #Conflicts:    2577000 | #Constraints:      48984
2440.65/2466.37	c #Conflicts:    2578000 | #Constraints:      49985
2440.65/2466.37	c #Conflicts:    2579000 | #Constraints:      50985
2440.65/2466.37	c #Conflicts:    2580000 | #Constraints:      51986
2440.65/2466.37	c #Conflicts:    2581000 | #Constraints:      52986
2440.65/2466.37	c #Conflicts:    2582000 | #Constraints:      53987
2440.65/2466.37	c #Conflicts:    2583000 | #Constraints:      54988
2440.65/2466.37	c #Conflicts:    2584000 | #Constraints:      55989
2440.65/2466.37	c #Conflicts:    2585000 | #Constraints:      56989
2440.65/2466.37	c #Conflicts:    2586000 | #Constraints:      57989
2440.65/2466.37	c #Conflicts:    2587000 | #Constraints:      58990
2440.65/2466.37	c #Conflicts:    2588000 | #Constraints:      59990
2440.65/2466.37	c #Conflicts:    2589000 | #Constraints:      60990
2440.65/2466.37	c #Conflicts:    2590000 | #Constraints:      61991
2440.65/2466.37	c #Conflicts:    2591000 | #Constraints:      62992
2440.65/2466.37	c #Conflicts:    2592000 | #Constraints:      63993
2440.65/2466.37	c #Conflicts:    2593000 | #Constraints:      64994
2440.65/2466.37	c #Conflicts:    2594000 | #Constraints:      65995
2440.65/2466.37	c #Conflicts:    2595000 | #Constraints:      66995
2440.65/2466.37	c #Conflicts:    2596000 | #Constraints:      67996
2440.65/2466.37	c #Conflicts:    2597000 | #Constraints:      68996
2440.65/2466.37	c #Conflicts:    2598000 | #Constraints:      69997
2440.65/2466.37	c #Conflicts:    2599000 | #Constraints:      70999
2440.65/2466.37	c INPROCESSING
2440.65/2466.37	c GARBAGE COLLECT
2440.65/2466.37	c rational objective 1009
2485.66/2511.52	c #Conflicts:    2600000 | #Constraints:      39958
2485.66/2511.52	c #Conflicts:    2601000 | #Constraints:      40973
2485.66/2511.52	c #Conflicts:    2602000 | #Constraints:      42043
2485.66/2511.52	c #Conflicts:    2603000 | #Constraints:      43095
2485.66/2511.52	c #Conflicts:    2604000 | #Constraints:      44156
2485.66/2511.52	c #Conflicts:    2605000 | #Constraints:      45207
2485.66/2511.52	c #Conflicts:    2606000 | #Constraints:      46239
2485.66/2511.52	c #Conflicts:    2607000 | #Constraints:      47275
2485.66/2511.52	c #Conflicts:    2608000 | #Constraints:      48300
2485.66/2511.52	c #Conflicts:    2609000 | #Constraints:      49351
2485.66/2511.52	c #Conflicts:    2610000 | #Constraints:      50379
2485.66/2511.52	c #Conflicts:    2611000 | #Constraints:      51425
2485.66/2511.52	c #Conflicts:    2612000 | #Constraints:      52451
2485.66/2511.52	c #Conflicts:    2613000 | #Constraints:      53487
2485.66/2511.52	c #Conflicts:    2614000 | #Constraints:      54539
2485.66/2511.52	c #Conflicts:    2615000 | #Constraints:      55574
2485.66/2511.52	c #Conflicts:    2616000 | #Constraints:      56619
2485.66/2511.52	c #Conflicts:    2617000 | #Constraints:      57656
2485.66/2511.52	c #Conflicts:    2618000 | #Constraints:      58687
2485.66/2511.52	c #Conflicts:    2619000 | #Constraints:      59717
2485.66/2511.52	c #Conflicts:    2620000 | #Constraints:      60749
2485.66/2511.52	c #Conflicts:    2621000 | #Constraints:      61772
2485.66/2511.52	c #Conflicts:    2622000 | #Constraints:      62805
2485.66/2511.52	c #Conflicts:    2623000 | #Constraints:      63830
2485.66/2511.52	c #Conflicts:    2624000 | #Constraints:      64850
2485.66/2511.52	c #Conflicts:    2625000 | #Constraints:      65865
2485.66/2511.52	c #Conflicts:    2626000 | #Constraints:      66882
2485.66/2511.52	c #Conflicts:    2627000 | #Constraints:      67900
2485.66/2511.52	c #Conflicts:    2628000 | #Constraints:      68916
2485.66/2511.52	c #Conflicts:    2629000 | #Constraints:      69942
2485.66/2511.52	c #Conflicts:    2630000 | #Constraints:      70958
2485.66/2511.52	c #Conflicts:    2631000 | #Constraints:      71980
2485.66/2511.52	c INPROCESSING
2485.66/2511.52	c GARBAGE COLLECT
2485.66/2511.52	c rational objective 1009
2524.25/2550.37	c #Conflicts:    2632000 | #Constraints:      40119
2524.25/2550.37	c #Conflicts:    2633000 | #Constraints:      41119
2524.25/2550.37	c #Conflicts:    2634000 | #Constraints:      42119
2524.25/2550.37	c #Conflicts:    2635000 | #Constraints:      43119
2524.25/2550.37	c #Conflicts:    2636000 | #Constraints:      44119
2524.25/2550.37	c #Conflicts:    2637000 | #Constraints:      45119
2524.25/2550.37	c #Conflicts:    2638000 | #Constraints:      46119
2524.25/2550.37	c #Conflicts:    2639000 | #Constraints:      47119
2524.25/2550.37	c #Conflicts:    2640000 | #Constraints:      48119
2524.25/2550.37	c #Conflicts:    2641000 | #Constraints:      49119
2524.25/2550.37	c #Conflicts:    2642000 | #Constraints:      50119
2524.25/2550.37	c #Conflicts:    2643000 | #Constraints:      51119
2524.25/2550.37	c #Conflicts:    2644000 | #Constraints:      52119
2524.25/2550.37	c #Conflicts:    2645000 | #Constraints:      53119
2524.25/2550.37	c #Conflicts:    2646000 | #Constraints:      54119
2524.25/2550.37	c #Conflicts:    2647000 | #Constraints:      55119
2524.25/2550.37	c #Conflicts:    2648000 | #Constraints:      56119
2524.25/2550.37	c #Conflicts:    2649000 | #Constraints:      57119
2524.25/2550.37	c #Conflicts:    2650000 | #Constraints:      58119
2524.25/2550.37	c #Conflicts:    2651000 | #Constraints:      59119
2524.25/2550.37	c #Conflicts:    2652000 | #Constraints:      60119
2524.25/2550.37	c #Conflicts:    2653000 | #Constraints:      61119
2524.25/2550.37	c #Conflicts:    2654000 | #Constraints:      62119
2524.25/2550.37	c #Conflicts:    2655000 | #Constraints:      63119
2524.25/2550.37	c #Conflicts:    2656000 | #Constraints:      64119
2524.25/2550.37	c #Conflicts:    2657000 | #Constraints:      65119
2524.25/2550.37	c #Conflicts:    2658000 | #Constraints:      66119
2524.25/2550.37	c #Conflicts:    2659000 | #Constraints:      67119
2524.25/2550.37	c #Conflicts:    2660000 | #Constraints:      68119
2524.25/2550.37	c #Conflicts:    2661000 | #Constraints:      69119
2524.25/2550.37	c #Conflicts:    2662000 | #Constraints:      70119
2524.25/2550.37	c #Conflicts:    2663000 | #Constraints:      71119
2524.25/2550.37	c #Conflicts:    2664000 | #Constraints:      72119
2524.25/2550.37	c INPROCESSING
2524.25/2550.37	c GARBAGE COLLECT
2524.25/2550.37	c rational objective 1009
2557.49/2583.76	c #Conflicts:    2665000 | #Constraints:      40501
2557.49/2583.76	c #Conflicts:    2666000 | #Constraints:      41527
2557.49/2583.76	c #Conflicts:    2667000 | #Constraints:      42576
2557.49/2583.76	c #Conflicts:    2668000 | #Constraints:      43610
2557.49/2583.76	c #Conflicts:    2669000 | #Constraints:      44636
2557.49/2583.76	c #Conflicts:    2670000 | #Constraints:      45694
2557.49/2583.76	c #Conflicts:    2671000 | #Constraints:      46704
2557.49/2583.76	c #Conflicts:    2672000 | #Constraints:      47725
2557.49/2583.76	c #Conflicts:    2673000 | #Constraints:      48760
2557.49/2583.76	c #Conflicts:    2674000 | #Constraints:      49785
2557.49/2583.76	c #Conflicts:    2675000 | #Constraints:      50836
2557.49/2583.76	c #Conflicts:    2676000 | #Constraints:      51891
2557.49/2583.76	c #Conflicts:    2677000 | #Constraints:      52927
2557.49/2583.76	c #Conflicts:    2678000 | #Constraints:      53956
2557.49/2583.76	c #Conflicts:    2679000 | #Constraints:      54986
2557.49/2583.76	c #Conflicts:    2680000 | #Constraints:      56026
2557.49/2583.76	c #Conflicts:    2681000 | #Constraints:      57061
2557.49/2583.76	c #Conflicts:    2682000 | #Constraints:      58106
2557.49/2583.76	c #Conflicts:    2683000 | #Constraints:      59146
2557.49/2583.76	c #Conflicts:    2684000 | #Constraints:      60188
2557.49/2583.76	c #Conflicts:    2685000 | #Constraints:      61230
2557.49/2583.76	c #Conflicts:    2686000 | #Constraints:      62259
2557.49/2583.76	c #Conflicts:    2687000 | #Constraints:      63291
2557.49/2583.76	c #Conflicts:    2688000 | #Constraints:      64322
2557.49/2583.76	c #Conflicts:    2689000 | #Constraints:      65368
2557.49/2583.76	c #Conflicts:    2690000 | #Constraints:      66407
2557.49/2583.76	c #Conflicts:    2691000 | #Constraints:      67436
2557.49/2583.76	c #Conflicts:    2692000 | #Constraints:      68469
2557.49/2583.76	c #Conflicts:    2693000 | #Constraints:      69495
2557.49/2583.76	c #Conflicts:    2694000 | #Constraints:      70533
2557.49/2583.76	c #Conflicts:    2695000 | #Constraints:      71566
2557.49/2583.76	c #Conflicts:    2696000 | #Constraints:      72602
2557.49/2583.76	c #Conflicts:    2697000 | #Constraints:      73637
2557.49/2583.76	c INPROCESSING
2557.49/2583.76	c GARBAGE COLLECT
2557.49/2583.76	c rational objective 1009
2593.84/2620.20	c #Conflicts:    2698000 | #Constraints:      41251
2593.84/2620.20	c #Conflicts:    2699000 | #Constraints:      42251
2593.84/2620.20	c #Conflicts:    2700000 | #Constraints:      43251
2593.84/2620.20	c #Conflicts:    2701000 | #Constraints:      44251
2593.84/2620.20	c #Conflicts:    2702000 | #Constraints:      45251
2593.84/2620.20	c #Conflicts:    2703000 | #Constraints:      46251
2593.84/2620.20	c #Conflicts:    2704000 | #Constraints:      47251
2593.84/2620.20	c #Conflicts:    2705000 | #Constraints:      48251
2593.84/2620.20	c #Conflicts:    2706000 | #Constraints:      49251
2593.84/2620.20	c #Conflicts:    2707000 | #Constraints:      50251
2593.84/2620.20	c #Conflicts:    2708000 | #Constraints:      51251
2593.84/2620.20	c #Conflicts:    2709000 | #Constraints:      52251
2593.84/2620.20	c #Conflicts:    2710000 | #Constraints:      53251
2593.84/2620.20	c #Conflicts:    2711000 | #Constraints:      54251
2593.84/2620.20	c #Conflicts:    2712000 | #Constraints:      55251
2593.84/2620.20	c #Conflicts:    2713000 | #Constraints:      56251
2593.84/2620.20	c #Conflicts:    2714000 | #Constraints:      57251
2593.84/2620.20	c #Conflicts:    2715000 | #Constraints:      58251
2593.84/2620.20	c #Conflicts:    2716000 | #Constraints:      59251
2593.84/2620.20	c #Conflicts:    2717000 | #Constraints:      60251
2593.84/2620.20	c #Conflicts:    2718000 | #Constraints:      61251
2593.84/2620.20	c #Conflicts:    2719000 | #Constraints:      62251
2593.84/2620.20	c #Conflicts:    2720000 | #Constraints:      63251
2593.84/2620.20	c #Conflicts:    2721000 | #Constraints:      64251
2593.84/2620.20	c #Conflicts:    2722000 | #Constraints:      65251
2593.84/2620.20	c #Conflicts:    2723000 | #Constraints:      66251
2593.84/2620.20	c #Conflicts:    2724000 | #Constraints:      67251
2593.84/2620.20	c #Conflicts:    2725000 | #Constraints:      68251
2593.84/2620.20	c #Conflicts:    2726000 | #Constraints:      69251
2593.84/2620.20	c #Conflicts:    2727000 | #Constraints:      70251
2593.84/2620.20	c #Conflicts:    2728000 | #Constraints:      71251
2593.84/2620.20	c #Conflicts:    2729000 | #Constraints:      72251
2593.84/2620.20	c #Conflicts:    2730000 | #Constraints:      73251
2593.84/2620.20	c INPROCESSING
2593.84/2620.20	c GARBAGE COLLECT
2593.84/2620.20	c rational objective 1009
2628.90/2655.46	c #Conflicts:    2731000 | #Constraints:      41167
2628.90/2655.46	c #Conflicts:    2732000 | #Constraints:      42167
2628.90/2655.46	c #Conflicts:    2733000 | #Constraints:      43167
2628.90/2655.46	c #Conflicts:    2734000 | #Constraints:      44167
2628.90/2655.46	c #Conflicts:    2735000 | #Constraints:      45167
2628.90/2655.46	c #Conflicts:    2736000 | #Constraints:      46167
2628.90/2655.46	c #Conflicts:    2737000 | #Constraints:      47168
2628.90/2655.46	c #Conflicts:    2738000 | #Constraints:      48168
2628.90/2655.46	c #Conflicts:    2739000 | #Constraints:      49168
2628.90/2655.46	c #Conflicts:    2740000 | #Constraints:      50168
2628.90/2655.46	c #Conflicts:    2741000 | #Constraints:      51168
2628.90/2655.46	c #Conflicts:    2742000 | #Constraints:      52168
2628.90/2655.46	c #Conflicts:    2743000 | #Constraints:      53168
2628.90/2655.46	c #Conflicts:    2744000 | #Constraints:      54168
2628.90/2655.46	c #Conflicts:    2745000 | #Constraints:      55168
2628.90/2655.46	c #Conflicts:    2746000 | #Constraints:      56168
2628.90/2655.46	c #Conflicts:    2747000 | #Constraints:      57168
2628.90/2655.46	c #Conflicts:    2748000 | #Constraints:      58168
2628.90/2655.46	c #Conflicts:    2749000 | #Constraints:      59168
2628.90/2655.46	c #Conflicts:    2750000 | #Constraints:      60168
2628.90/2655.47	c #Conflicts:    2751000 | #Constraints:      61168
2628.90/2655.47	c #Conflicts:    2752000 | #Constraints:      62168
2628.90/2655.47	c #Conflicts:    2753000 | #Constraints:      63168
2628.90/2655.47	c #Conflicts:    2754000 | #Constraints:      64168
2628.90/2655.47	c #Conflicts:    2755000 | #Constraints:      65168
2628.90/2655.47	c #Conflicts:    2756000 | #Constraints:      66168
2628.90/2655.47	c #Conflicts:    2757000 | #Constraints:      67168
2628.90/2655.47	c #Conflicts:    2758000 | #Constraints:      68168
2628.90/2655.47	c #Conflicts:    2759000 | #Constraints:      69168
2628.90/2655.47	c #Conflicts:    2760000 | #Constraints:      70168
2628.90/2655.47	c #Conflicts:    2761000 | #Constraints:      71168
2628.90/2655.47	c #Conflicts:    2762000 | #Constraints:      72168
2628.90/2655.47	c #Conflicts:    2763000 | #Constraints:      73168
2628.90/2655.47	c INPROCESSING
2628.90/2655.47	c GARBAGE COLLECT
2628.90/2655.47	c rational objective 1009
2665.03/2691.76	c #Conflicts:    2764000 | #Constraints:      41032
2665.03/2691.76	c #Conflicts:    2765000 | #Constraints:      42096
2665.03/2691.76	c #Conflicts:    2766000 | #Constraints:      43163
2665.03/2691.76	c #Conflicts:    2767000 | #Constraints:      44206
2665.03/2691.76	c #Conflicts:    2768000 | #Constraints:      45241
2665.03/2691.76	c #Conflicts:    2769000 | #Constraints:      46283
2665.03/2691.76	c #Conflicts:    2770000 | #Constraints:      47318
2665.03/2691.76	c #Conflicts:    2771000 | #Constraints:      48352
2665.03/2691.76	c #Conflicts:    2772000 | #Constraints:      49380
2665.03/2691.76	c #Conflicts:    2773000 | #Constraints:      50404
2665.03/2691.76	c #Conflicts:    2774000 | #Constraints:      51425
2665.03/2691.76	c #Conflicts:    2775000 | #Constraints:      52453
2665.03/2691.76	c #Conflicts:    2776000 | #Constraints:      53479
2665.03/2691.76	c #Conflicts:    2777000 | #Constraints:      54498
2665.03/2691.76	c #Conflicts:    2778000 | #Constraints:      55520
2665.03/2691.76	c #Conflicts:    2779000 | #Constraints:      56568
2665.03/2691.76	c #Conflicts:    2780000 | #Constraints:      57610
2665.03/2691.76	c #Conflicts:    2781000 | #Constraints:      58638
2665.03/2691.76	c #Conflicts:    2782000 | #Constraints:      59670
2665.03/2691.76	c #Conflicts:    2783000 | #Constraints:      60690
2665.03/2691.76	c #Conflicts:    2784000 | #Constraints:      61711
2665.03/2691.76	c #Conflicts:    2785000 | #Constraints:      62727
2665.03/2691.76	c #Conflicts:    2786000 | #Constraints:      63749
2665.03/2691.76	c #Conflicts:    2787000 | #Constraints:      64774
2665.03/2691.76	c #Conflicts:    2788000 | #Constraints:      65792
2665.03/2691.76	c #Conflicts:    2789000 | #Constraints:      66815
2665.03/2691.76	c #Conflicts:    2790000 | #Constraints:      67827
2665.03/2691.76	c #Conflicts:    2791000 | #Constraints:      68842
2665.03/2691.76	c #Conflicts:    2792000 | #Constraints:      69860
2665.03/2691.76	c #Conflicts:    2793000 | #Constraints:      70877
2665.03/2691.76	c #Conflicts:    2794000 | #Constraints:      71894
2665.03/2691.76	c #Conflicts:    2795000 | #Constraints:      72906
2665.03/2691.76	c #Conflicts:    2796000 | #Constraints:      73936
2665.03/2691.76	c INPROCESSING
2665.03/2691.76	c GARBAGE COLLECT
2665.03/2691.76	c rational objective 1009
2704.22/2731.14	c #Conflicts:    2797000 | #Constraints:      41107
2704.22/2731.14	c #Conflicts:    2798000 | #Constraints:      42107
2704.22/2731.14	c #Conflicts:    2799000 | #Constraints:      43107
2704.22/2731.14	c #Conflicts:    2800000 | #Constraints:      44107
2704.22/2731.14	c #Conflicts:    2801000 | #Constraints:      45107
2704.22/2731.14	c #Conflicts:    2802000 | #Constraints:      46107
2704.22/2731.14	c #Conflicts:    2803000 | #Constraints:      47107
2704.22/2731.14	c #Conflicts:    2804000 | #Constraints:      48107
2704.22/2731.14	c #Conflicts:    2805000 | #Constraints:      49107
2704.22/2731.14	c #Conflicts:    2806000 | #Constraints:      50107
2704.22/2731.14	c #Conflicts:    2807000 | #Constraints:      51107
2704.22/2731.14	c #Conflicts:    2808000 | #Constraints:      52107
2704.22/2731.14	c #Conflicts:    2809000 | #Constraints:      53107
2704.22/2731.14	c #Conflicts:    2810000 | #Constraints:      54108
2704.22/2731.14	c #Conflicts:    2811000 | #Constraints:      55108
2704.22/2731.14	c #Conflicts:    2812000 | #Constraints:      56108
2704.22/2731.14	c #Conflicts:    2813000 | #Constraints:      57108
2704.22/2731.14	c #Conflicts:    2814000 | #Constraints:      58109
2704.22/2731.14	c #Conflicts:    2815000 | #Constraints:      59110
2704.22/2731.14	c #Conflicts:    2816000 | #Constraints:      60110
2704.22/2731.14	c #Conflicts:    2817000 | #Constraints:      61110
2704.22/2731.14	c #Conflicts:    2818000 | #Constraints:      62110
2704.22/2731.14	c #Conflicts:    2819000 | #Constraints:      63110
2704.22/2731.14	c #Conflicts:    2820000 | #Constraints:      64111
2704.22/2731.14	c #Conflicts:    2821000 | #Constraints:      65111
2704.22/2731.14	c #Conflicts:    2822000 | #Constraints:      66111
2704.22/2731.14	c #Conflicts:    2823000 | #Constraints:      67113
2704.22/2731.14	c #Conflicts:    2824000 | #Constraints:      68113
2704.22/2731.14	c #Conflicts:    2825000 | #Constraints:      69114
2704.22/2731.14	c #Conflicts:    2826000 | #Constraints:      70114
2704.22/2731.14	c #Conflicts:    2827000 | #Constraints:      71115
2704.22/2731.14	c #Conflicts:    2828000 | #Constraints:      72116
2704.22/2731.14	c #Conflicts:    2829000 | #Constraints:      73117
2704.22/2731.14	c #Conflicts:    2830000 | #Constraints:      74118
2704.22/2731.14	c INPROCESSING
2704.22/2731.14	c GARBAGE COLLECT
2704.22/2731.14	c rational objective 1009
2752.95/2780.03	c #Conflicts:    2831000 | #Constraints:      41513
2752.95/2780.03	c #Conflicts:    2832000 | #Constraints:      42516
2752.95/2780.03	c #Conflicts:    2833000 | #Constraints:      43574
2752.95/2780.03	c #Conflicts:    2834000 | #Constraints:      44625
2752.95/2780.03	c #Conflicts:    2835000 | #Constraints:      45671
2752.95/2780.03	c #Conflicts:    2836000 | #Constraints:      46735
2752.95/2780.03	c #Conflicts:    2837000 | #Constraints:      47793
2752.95/2780.03	c #Conflicts:    2838000 | #Constraints:      48835
2752.95/2780.03	c #Conflicts:    2839000 | #Constraints:      49866
2752.95/2780.03	c #Conflicts:    2840000 | #Constraints:      50912
2752.95/2780.03	c #Conflicts:    2841000 | #Constraints:      51945
2752.95/2780.03	c #Conflicts:    2842000 | #Constraints:      52982
2752.95/2780.03	c #Conflicts:    2843000 | #Constraints:      54019
2752.95/2780.03	c #Conflicts:    2844000 | #Constraints:      55043
2752.95/2780.03	c #Conflicts:    2845000 | #Constraints:      56082
2752.95/2780.03	c #Conflicts:    2846000 | #Constraints:      57117
2752.95/2780.03	c #Conflicts:    2847000 | #Constraints:      58152
2752.95/2780.03	c #Conflicts:    2848000 | #Constraints:      59187
2752.95/2780.03	c #Conflicts:    2849000 | #Constraints:      60216
2752.95/2780.03	c #Conflicts:    2850000 | #Constraints:      61242
2752.95/2780.03	c #Conflicts:    2851000 | #Constraints:      62266
2752.95/2780.03	c #Conflicts:    2852000 | #Constraints:      63293
2752.95/2780.03	c #Conflicts:    2853000 | #Constraints:      64306
2752.95/2780.03	c #Conflicts:    2854000 | #Constraints:      65338
2752.95/2780.03	c #Conflicts:    2855000 | #Constraints:      66367
2752.95/2780.03	c #Conflicts:    2856000 | #Constraints:      67376
2752.95/2780.03	c #Conflicts:    2857000 | #Constraints:      68396
2752.95/2780.03	c #Conflicts:    2858000 | #Constraints:      69421
2752.95/2780.03	c #Conflicts:    2859000 | #Constraints:      70442
2752.95/2780.03	c #Conflicts:    2860000 | #Constraints:      71467
2752.95/2780.03	c #Conflicts:    2861000 | #Constraints:      72485
2752.95/2780.03	c #Conflicts:    2862000 | #Constraints:      73514
2752.95/2780.03	c #Conflicts:    2863000 | #Constraints:      74543
2752.95/2780.03	c #Conflicts:    2864000 | #Constraints:      75562
2752.95/2780.03	c INPROCESSING
2752.95/2780.03	c GARBAGE COLLECT
2752.95/2780.03	c rational objective 1009
2792.18/2819.40	c #Conflicts:    2865000 | #Constraints:      42191
2792.18/2819.40	c #Conflicts:    2866000 | #Constraints:      43191
2792.18/2819.40	c #Conflicts:    2867000 | #Constraints:      44191
2792.18/2819.40	c #Conflicts:    2868000 | #Constraints:      45191
2792.18/2819.40	c #Conflicts:    2869000 | #Constraints:      46191
2792.18/2819.40	c #Conflicts:    2870000 | #Constraints:      47191
2792.18/2819.40	c #Conflicts:    2871000 | #Constraints:      48191
2792.18/2819.40	c #Conflicts:    2872000 | #Constraints:      49191
2792.18/2819.40	c #Conflicts:    2873000 | #Constraints:      50191
2792.18/2819.40	c #Conflicts:    2874000 | #Constraints:      51191
2792.18/2819.40	c #Conflicts:    2875000 | #Constraints:      52191
2792.18/2819.40	c #Conflicts:    2876000 | #Constraints:      53191
2792.18/2819.40	c #Conflicts:    2877000 | #Constraints:      54191
2792.18/2819.40	c #Conflicts:    2878000 | #Constraints:      55191
2792.18/2819.40	c #Conflicts:    2879000 | #Constraints:      56191
2792.18/2819.40	c #Conflicts:    2880000 | #Constraints:      57192
2792.18/2819.40	c #Conflicts:    2881000 | #Constraints:      58192
2792.18/2819.40	c #Conflicts:    2882000 | #Constraints:      59192
2792.18/2819.40	c #Conflicts:    2883000 | #Constraints:      60192
2792.18/2819.40	c #Conflicts:    2884000 | #Constraints:      61192
2792.18/2819.40	c #Conflicts:    2885000 | #Constraints:      62192
2792.18/2819.40	c #Conflicts:    2886000 | #Constraints:      63192
2792.18/2819.40	c #Conflicts:    2887000 | #Constraints:      64193
2792.18/2819.40	c #Conflicts:    2888000 | #Constraints:      65193
2792.18/2819.40	c #Conflicts:    2889000 | #Constraints:      66193
2792.18/2819.40	c #Conflicts:    2890000 | #Constraints:      67193
2792.18/2819.40	c #Conflicts:    2891000 | #Constraints:      68193
2792.18/2819.40	c #Conflicts:    2892000 | #Constraints:      69193
2792.18/2819.40	c #Conflicts:    2893000 | #Constraints:      70193
2792.18/2819.40	c #Conflicts:    2894000 | #Constraints:      71193
2792.18/2819.40	c #Conflicts:    2895000 | #Constraints:      72193
2792.18/2819.40	c #Conflicts:    2896000 | #Constraints:      73193
2792.18/2819.40	c #Conflicts:    2897000 | #Constraints:      74193
2792.18/2819.40	c #Conflicts:    2898000 | #Constraints:      75193
2792.18/2819.40	c INPROCESSING
2792.18/2819.40	c GARBAGE COLLECT
2792.18/2819.40	c rational objective 1009
2831.06/2858.50	c #Conflicts:    2899000 | #Constraints:      42151
2831.06/2858.50	c #Conflicts:    2900000 | #Constraints:      43151
2831.06/2858.50	c #Conflicts:    2901000 | #Constraints:      44151
2831.06/2858.50	c #Conflicts:    2902000 | #Constraints:      45151
2831.06/2858.50	c #Conflicts:    2903000 | #Constraints:      46151
2831.06/2858.50	c #Conflicts:    2904000 | #Constraints:      47151
2831.06/2858.50	c #Conflicts:    2905000 | #Constraints:      48151
2831.06/2858.50	c #Conflicts:    2906000 | #Constraints:      49152
2831.06/2858.50	c #Conflicts:    2907000 | #Constraints:      50152
2831.06/2858.50	c #Conflicts:    2908000 | #Constraints:      51153
2831.06/2858.50	c #Conflicts:    2909000 | #Constraints:      52155
2831.06/2858.50	c #Conflicts:    2910000 | #Constraints:      53156
2831.06/2858.50	c #Conflicts:    2911000 | #Constraints:      54156
2831.06/2858.50	c #Conflicts:    2912000 | #Constraints:      55159
2831.06/2858.50	c #Conflicts:    2913000 | #Constraints:      56162
2831.06/2858.50	c #Conflicts:    2914000 | #Constraints:      57162
2831.06/2858.50	c #Conflicts:    2915000 | #Constraints:      58164
2831.06/2858.50	c #Conflicts:    2916000 | #Constraints:      59164
2831.06/2858.50	c #Conflicts:    2917000 | #Constraints:      60165
2831.06/2858.50	c #Conflicts:    2918000 | #Constraints:      61165
2831.06/2858.50	c #Conflicts:    2919000 | #Constraints:      62166
2831.06/2858.50	c #Conflicts:    2920000 | #Constraints:      63168
2831.06/2858.50	c #Conflicts:    2921000 | #Constraints:      64168
2831.06/2858.50	c #Conflicts:    2922000 | #Constraints:      65169
2831.06/2858.50	c #Conflicts:    2923000 | #Constraints:      66169
2831.06/2858.50	c #Conflicts:    2924000 | #Constraints:      67170
2831.06/2858.50	c #Conflicts:    2925000 | #Constraints:      68171
2831.06/2858.50	c #Conflicts:    2926000 | #Constraints:      69171
2831.06/2858.50	c #Conflicts:    2927000 | #Constraints:      70172
2831.06/2858.50	c #Conflicts:    2928000 | #Constraints:      71172
2831.06/2858.50	c #Conflicts:    2929000 | #Constraints:      72173
2831.06/2858.50	c #Conflicts:    2930000 | #Constraints:      73173
2831.06/2858.50	c #Conflicts:    2931000 | #Constraints:      74174
2831.06/2858.50	c #Conflicts:    2932000 | #Constraints:      75174
2831.06/2858.50	c INPROCESSING
2831.06/2858.50	c GARBAGE COLLECT
2831.06/2858.50	c rational objective 1009
2869.70/2897.38	c #Conflicts:    2933000 | #Constraints:      42049
2869.70/2897.38	c #Conflicts:    2934000 | #Constraints:      43049
2869.70/2897.38	c #Conflicts:    2935000 | #Constraints:      44049
2869.70/2897.38	c #Conflicts:    2936000 | #Constraints:      45049
2869.70/2897.38	c #Conflicts:    2937000 | #Constraints:      46049
2869.70/2897.38	c #Conflicts:    2938000 | #Constraints:      47049
2869.70/2897.38	c #Conflicts:    2939000 | #Constraints:      48049
2869.70/2897.38	c #Conflicts:    2940000 | #Constraints:      49049
2869.70/2897.38	c #Conflicts:    2941000 | #Constraints:      50049
2869.70/2897.38	c #Conflicts:    2942000 | #Constraints:      51049
2869.70/2897.38	c #Conflicts:    2943000 | #Constraints:      52049
2869.70/2897.38	c #Conflicts:    2944000 | #Constraints:      53049
2869.70/2897.38	c #Conflicts:    2945000 | #Constraints:      54049
2869.70/2897.38	c #Conflicts:    2946000 | #Constraints:      55049
2869.70/2897.38	c #Conflicts:    2947000 | #Constraints:      56049
2869.70/2897.38	c #Conflicts:    2948000 | #Constraints:      57049
2869.70/2897.38	c #Conflicts:    2949000 | #Constraints:      58049
2869.70/2897.38	c #Conflicts:    2950000 | #Constraints:      59049
2869.70/2897.38	c #Conflicts:    2951000 | #Constraints:      60049
2869.70/2897.38	c #Conflicts:    2952000 | #Constraints:      61049
2869.70/2897.38	c #Conflicts:    2953000 | #Constraints:      62049
2869.70/2897.38	c #Conflicts:    2954000 | #Constraints:      63049
2869.70/2897.38	c #Conflicts:    2955000 | #Constraints:      64049
2869.70/2897.38	c #Conflicts:    2956000 | #Constraints:      65049
2869.70/2897.38	c #Conflicts:    2957000 | #Constraints:      66049
2869.70/2897.38	c #Conflicts:    2958000 | #Constraints:      67049
2869.70/2897.38	c #Conflicts:    2959000 | #Constraints:      68049
2869.70/2897.38	c #Conflicts:    2960000 | #Constraints:      69049
2869.70/2897.38	c #Conflicts:    2961000 | #Constraints:      70049
2869.70/2897.38	c #Conflicts:    2962000 | #Constraints:      71049
2869.70/2897.38	c #Conflicts:    2963000 | #Constraints:      72049
2869.70/2897.38	c #Conflicts:    2964000 | #Constraints:      73049
2869.70/2897.38	c #Conflicts:    2965000 | #Constraints:      74049
2869.70/2897.38	c #Conflicts:    2966000 | #Constraints:      75049
2869.70/2897.38	c INPROCESSING
2869.70/2897.38	c GARBAGE COLLECT
2869.70/2897.38	c rational objective 1009
2926.94/2955.00	c #Conflicts:    2967000 | #Constraints:      41764
2926.94/2955.00	c #Conflicts:    2968000 | #Constraints:      42764
2926.94/2955.00	c #Conflicts:    2969000 | #Constraints:      43765
2926.94/2955.00	c #Conflicts:    2970000 | #Constraints:      44771
2926.94/2955.00	c #Conflicts:    2971000 | #Constraints:      45793
2926.94/2955.00	c #Conflicts:    2972000 | #Constraints:      46818
2926.94/2955.00	c #Conflicts:    2973000 | #Constraints:      47835
2926.94/2955.00	c #Conflicts:    2974000 | #Constraints:      48848
2926.94/2955.00	c #Conflicts:    2975000 | #Constraints:      49855
2926.94/2955.00	c #Conflicts:    2976000 | #Constraints:      50862
2926.94/2955.00	c #Conflicts:    2977000 | #Constraints:      51864
2926.94/2955.00	c #Conflicts:    2978000 | #Constraints:      52866
2926.94/2955.00	c #Conflicts:    2979000 | #Constraints:      53869
2926.94/2955.00	c #Conflicts:    2980000 | #Constraints:      54873
2926.94/2955.00	c #Conflicts:    2981000 | #Constraints:      55874
2926.94/2955.00	c #Conflicts:    2982000 | #Constraints:      56888
2926.94/2955.00	c #Conflicts:    2983000 | #Constraints:      57917
2926.94/2955.00	c #Conflicts:    2984000 | #Constraints:      58969
2926.94/2955.00	c #Conflicts:    2985000 | #Constraints:      60015
2926.94/2955.00	c #Conflicts:    2986000 | #Constraints:      61065
2926.94/2955.00	c #Conflicts:    2987000 | #Constraints:      62112
2926.94/2955.00	c #Conflicts:    2988000 | #Constraints:      63157
2926.94/2955.00	c #Conflicts:    2989000 | #Constraints:      64190
2926.94/2955.00	c #Conflicts:    2990000 | #Constraints:      65228
2926.94/2955.00	c #Conflicts:    2991000 | #Constraints:      66265
2926.94/2955.00	c #Conflicts:    2992000 | #Constraints:      67290
2926.94/2955.00	c #Conflicts:    2993000 | #Constraints:      68329
2926.94/2955.00	c #Conflicts:    2994000 | #Constraints:      69354
2926.94/2955.00	c #Conflicts:    2995000 | #Constraints:      70389
2926.94/2955.00	c #Conflicts:    2996000 | #Constraints:      71419
2926.94/2955.00	c #Conflicts:    2997000 | #Constraints:      72446
2926.94/2955.00	c #Conflicts:    2998000 | #Constraints:      73479
2926.94/2955.00	c #Conflicts:    2999000 | #Constraints:      74509
2926.94/2955.00	c #Conflicts:    3000000 | #Constraints:      75538
2926.94/2955.00	c #Conflicts:    3001000 | #Constraints:      76575
2926.94/2955.00	c INPROCESSING
2926.94/2955.00	c GARBAGE COLLECT
2926.94/2955.00	c rational objective 1009
2965.99/2994.26	c #Conflicts:    3002000 | #Constraints:      42626
2965.99/2994.26	c #Conflicts:    3003000 | #Constraints:      43626
2965.99/2994.26	c #Conflicts:    3004000 | #Constraints:      44626
2965.99/2994.26	c #Conflicts:    3005000 | #Constraints:      45626
2965.99/2994.26	c #Conflicts:    3006000 | #Constraints:      46626
2965.99/2994.26	c #Conflicts:    3007000 | #Constraints:      47626
2965.99/2994.26	c #Conflicts:    3008000 | #Constraints:      48626
2965.99/2994.26	c #Conflicts:    3009000 | #Constraints:      49626
2965.99/2994.26	c #Conflicts:    3010000 | #Constraints:      50626
2965.99/2994.26	c #Conflicts:    3011000 | #Constraints:      51626
2965.99/2994.26	c #Conflicts:    3012000 | #Constraints:      52626
2965.99/2994.26	c #Conflicts:    3013000 | #Constraints:      53626
2965.99/2994.26	c #Conflicts:    3014000 | #Constraints:      54626
2965.99/2994.26	c #Conflicts:    3015000 | #Constraints:      55626
2965.99/2994.26	c #Conflicts:    3016000 | #Constraints:      56626
2965.99/2994.26	c #Conflicts:    3017000 | #Constraints:      57626
2965.99/2994.26	c #Conflicts:    3018000 | #Constraints:      58626
2965.99/2994.26	c #Conflicts:    3019000 | #Constraints:      59626
2965.99/2994.26	c #Conflicts:    3020000 | #Constraints:      60626
2965.99/2994.26	c #Conflicts:    3021000 | #Constraints:      61626
2965.99/2994.26	c #Conflicts:    3022000 | #Constraints:      62626
2965.99/2994.26	c #Conflicts:    3023000 | #Constraints:      63626
2965.99/2994.26	c #Conflicts:    3024000 | #Constraints:      64626
2965.99/2994.26	c #Conflicts:    3025000 | #Constraints:      65626
2965.99/2994.26	c #Conflicts:    3026000 | #Constraints:      66626
2965.99/2994.26	c #Conflicts:    3027000 | #Constraints:      67626
2965.99/2994.26	c #Conflicts:    3028000 | #Constraints:      68626
2965.99/2994.26	c #Conflicts:    3029000 | #Constraints:      69626
2965.99/2994.26	c #Conflicts:    3030000 | #Constraints:      70626
2965.99/2994.26	c #Conflicts:    3031000 | #Constraints:      71626
2965.99/2994.26	c #Conflicts:    3032000 | #Constraints:      72626
2965.99/2994.26	c #Conflicts:    3033000 | #Constraints:      73626
2965.99/2994.26	c #Conflicts:    3034000 | #Constraints:      74626
2965.99/2994.26	c #Conflicts:    3035000 | #Constraints:      75626
2965.99/2994.26	c #Conflicts:    3036000 | #Constraints:      76626
2965.99/2994.26	c INPROCESSING
2965.99/2994.26	c GARBAGE COLLECT
2965.99/2994.26	c rational objective 1009
3005.88/3034.32	c #Conflicts:    3037000 | #Constraints:      42864
3005.88/3034.32	c #Conflicts:    3038000 | #Constraints:      43864
3005.88/3034.32	c #Conflicts:    3039000 | #Constraints:      44864
3005.88/3034.32	c #Conflicts:    3040000 | #Constraints:      45864
3005.88/3034.32	c #Conflicts:    3041000 | #Constraints:      46864
3005.88/3034.32	c #Conflicts:    3042000 | #Constraints:      47864
3005.88/3034.32	c #Conflicts:    3043000 | #Constraints:      48864
3005.88/3034.32	c #Conflicts:    3044000 | #Constraints:      49864
3005.88/3034.32	c #Conflicts:    3045000 | #Constraints:      50864
3005.88/3034.32	c #Conflicts:    3046000 | #Constraints:      51864
3005.88/3034.32	c #Conflicts:    3047000 | #Constraints:      52864
3005.88/3034.32	c #Conflicts:    3048000 | #Constraints:      53864
3005.88/3034.32	c #Conflicts:    3049000 | #Constraints:      54864
3005.88/3034.32	c #Conflicts:    3050000 | #Constraints:      55864
3005.88/3034.32	c #Conflicts:    3051000 | #Constraints:      56864
3005.88/3034.32	c #Conflicts:    3052000 | #Constraints:      57864
3005.88/3034.32	c #Conflicts:    3053000 | #Constraints:      58864
3005.88/3034.32	c #Conflicts:    3054000 | #Constraints:      59864
3005.88/3034.32	c #Conflicts:    3055000 | #Constraints:      60864
3005.88/3034.32	c #Conflicts:    3056000 | #Constraints:      61864
3005.88/3034.32	c #Conflicts:    3057000 | #Constraints:      62864
3005.88/3034.32	c #Conflicts:    3058000 | #Constraints:      63864
3005.88/3034.32	c #Conflicts:    3059000 | #Constraints:      64864
3005.88/3034.32	c #Conflicts:    3060000 | #Constraints:      65864
3005.88/3034.32	c #Conflicts:    3061000 | #Constraints:      66864
3005.88/3034.32	c #Conflicts:    3062000 | #Constraints:      67864
3005.88/3034.32	c #Conflicts:    3063000 | #Constraints:      68864
3005.88/3034.32	c #Conflicts:    3064000 | #Constraints:      69864
3005.88/3034.32	c #Conflicts:    3065000 | #Constraints:      70864
3005.88/3034.32	c #Conflicts:    3066000 | #Constraints:      71864
3005.88/3034.32	c #Conflicts:    3067000 | #Constraints:      72864
3005.88/3034.32	c #Conflicts:    3068000 | #Constraints:      73864
3005.88/3034.32	c #Conflicts:    3069000 | #Constraints:      74864
3005.88/3034.32	c #Conflicts:    3070000 | #Constraints:      75864
3005.88/3034.32	c #Conflicts:    3071000 | #Constraints:      76864
3005.88/3034.32	c INPROCESSING
3005.88/3034.32	c GARBAGE COLLECT
3005.88/3034.32	c rational objective 1009
3046.07/3074.72	c #Conflicts:    3072000 | #Constraints:      42967
3046.07/3074.72	c #Conflicts:    3073000 | #Constraints:      44020
3046.07/3074.72	c #Conflicts:    3074000 | #Constraints:      45068
3046.07/3074.72	c #Conflicts:    3075000 | #Constraints:      46096
3046.07/3074.72	c #Conflicts:    3076000 | #Constraints:      47132
3046.07/3074.72	c #Conflicts:    3077000 | #Constraints:      48166
3046.07/3074.72	c #Conflicts:    3078000 | #Constraints:      49203
3046.07/3074.72	c #Conflicts:    3079000 | #Constraints:      50244
3046.07/3074.72	c #Conflicts:    3080000 | #Constraints:      51277
3046.07/3074.72	c #Conflicts:    3081000 | #Constraints:      52319
3046.07/3074.72	c #Conflicts:    3082000 | #Constraints:      53341
3046.07/3074.72	c #Conflicts:    3083000 | #Constraints:      54376
3046.07/3074.72	c #Conflicts:    3084000 | #Constraints:      55404
3046.07/3074.72	c #Conflicts:    3085000 | #Constraints:      56430
3046.07/3074.72	c #Conflicts:    3086000 | #Constraints:      57452
3046.07/3074.72	c #Conflicts:    3087000 | #Constraints:      58475
3046.07/3074.72	c #Conflicts:    3088000 | #Constraints:      59508
3046.07/3074.72	c #Conflicts:    3089000 | #Constraints:      60527
3046.07/3074.72	c #Conflicts:    3090000 | #Constraints:      61550
3046.07/3074.72	c #Conflicts:    3091000 | #Constraints:      62567
3046.07/3074.72	c #Conflicts:    3092000 | #Constraints:      63588
3046.07/3074.72	c #Conflicts:    3093000 | #Constraints:      64603
3046.07/3074.72	c #Conflicts:    3094000 | #Constraints:      65617
3046.07/3074.72	c #Conflicts:    3095000 | #Constraints:      66637
3046.07/3074.72	c #Conflicts:    3096000 | #Constraints:      67661
3046.07/3074.72	c #Conflicts:    3097000 | #Constraints:      68683
3046.07/3074.72	c #Conflicts:    3098000 | #Constraints:      69709
3046.07/3074.72	c #Conflicts:    3099000 | #Constraints:      70733
3046.07/3074.72	c #Conflicts:    3100000 | #Constraints:      71755
3046.07/3074.72	c #Conflicts:    3101000 | #Constraints:      72788
3046.07/3074.72	c #Conflicts:    3102000 | #Constraints:      73811
3046.07/3074.72	c #Conflicts:    3103000 | #Constraints:      74831
3046.07/3074.72	c #Conflicts:    3104000 | #Constraints:      75858
3046.07/3074.72	c #Conflicts:    3105000 | #Constraints:      76874
3046.07/3074.72	c #Conflicts:    3106000 | #Constraints:      77896
3046.07/3074.72	c INPROCESSING
3046.07/3074.72	c GARBAGE COLLECT
3046.07/3074.72	c rational objective 1009
3088.89/3117.72	c #Conflicts:    3107000 | #Constraints:      43291
3088.89/3117.72	c #Conflicts:    3108000 | #Constraints:      44291
3088.89/3117.72	c #Conflicts:    3109000 | #Constraints:      45291
3088.89/3117.72	c #Conflicts:    3110000 | #Constraints:      46291
3088.89/3117.72	c #Conflicts:    3111000 | #Constraints:      47291
3088.89/3117.72	c #Conflicts:    3112000 | #Constraints:      48291
3088.89/3117.72	c #Conflicts:    3113000 | #Constraints:      49291
3088.89/3117.72	c #Conflicts:    3114000 | #Constraints:      50291
3088.89/3117.72	c #Conflicts:    3115000 | #Constraints:      51291
3088.89/3117.72	c #Conflicts:    3116000 | #Constraints:      52291
3088.89/3117.72	c #Conflicts:    3117000 | #Constraints:      53291
3088.89/3117.72	c #Conflicts:    3118000 | #Constraints:      54291
3088.89/3117.72	c #Conflicts:    3119000 | #Constraints:      55291
3088.89/3117.72	c #Conflicts:    3120000 | #Constraints:      56291
3088.89/3117.72	c #Conflicts:    3121000 | #Constraints:      57291
3088.89/3117.72	c #Conflicts:    3122000 | #Constraints:      58291
3088.89/3117.72	c #Conflicts:    3123000 | #Constraints:      59291
3088.89/3117.72	c #Conflicts:    3124000 | #Constraints:      60291
3088.89/3117.72	c #Conflicts:    3125000 | #Constraints:      61291
3088.89/3117.72	c #Conflicts:    3126000 | #Constraints:      62291
3088.89/3117.72	c #Conflicts:    3127000 | #Constraints:      63291
3088.89/3117.72	c #Conflicts:    3128000 | #Constraints:      64291
3088.89/3117.72	c #Conflicts:    3129000 | #Constraints:      65291
3088.89/3117.72	c #Conflicts:    3130000 | #Constraints:      66291
3088.89/3117.72	c #Conflicts:    3131000 | #Constraints:      67291
3088.89/3117.72	c #Conflicts:    3132000 | #Constraints:      68291
3088.89/3117.72	c #Conflicts:    3133000 | #Constraints:      69292
3088.89/3117.72	c #Conflicts:    3134000 | #Constraints:      70293
3088.89/3117.72	c #Conflicts:    3135000 | #Constraints:      71293
3088.89/3117.72	c #Conflicts:    3136000 | #Constraints:      72293
3088.89/3117.72	c #Conflicts:    3137000 | #Constraints:      73294
3088.89/3117.72	c #Conflicts:    3138000 | #Constraints:      74295
3088.89/3117.72	c #Conflicts:    3139000 | #Constraints:      75295
3088.89/3117.72	c #Conflicts:    3140000 | #Constraints:      76296
3088.89/3117.72	c #Conflicts:    3141000 | #Constraints:      77296
3088.89/3117.72	c INPROCESSING
3088.89/3117.72	c GARBAGE COLLECT
3088.89/3117.72	c rational objective 1009
3143.95/3173.08	c #Conflicts:    3142000 | #Constraints:      42876
3143.95/3173.08	c #Conflicts:    3143000 | #Constraints:      43876
3143.95/3173.08	c #Conflicts:    3144000 | #Constraints:      44877
3143.95/3173.08	c #Conflicts:    3145000 | #Constraints:      45877
3143.95/3173.08	c #Conflicts:    3146000 | #Constraints:      46920
3143.95/3173.08	c #Conflicts:    3147000 | #Constraints:      47971
3143.95/3173.08	c #Conflicts:    3148000 | #Constraints:      49016
3143.95/3173.08	c #Conflicts:    3149000 | #Constraints:      50071
3143.95/3173.08	c #Conflicts:    3150000 | #Constraints:      51105
3143.95/3173.08	c #Conflicts:    3151000 | #Constraints:      52149
3143.95/3173.08	c #Conflicts:    3152000 | #Constraints:      53184
3143.95/3173.08	c #Conflicts:    3153000 | #Constraints:      54208
3143.95/3173.08	c #Conflicts:    3154000 | #Constraints:      55232
3143.95/3173.08	c #Conflicts:    3155000 | #Constraints:      56254
3143.95/3173.08	c #Conflicts:    3156000 | #Constraints:      57287
3143.95/3173.08	c #Conflicts:    3157000 | #Constraints:      58321
3143.95/3173.08	c #Conflicts:    3158000 | #Constraints:      59345
3143.95/3173.08	c #Conflicts:    3159000 | #Constraints:      60362
3143.95/3173.08	c #Conflicts:    3160000 | #Constraints:      61380
3143.95/3173.08	c #Conflicts:    3161000 | #Constraints:      62411
3143.95/3173.08	c #Conflicts:    3162000 | #Constraints:      63440
3143.95/3173.08	c #Conflicts:    3163000 | #Constraints:      64472
3143.95/3173.08	c #Conflicts:    3164000 | #Constraints:      65494
3143.95/3173.08	c #Conflicts:    3165000 | #Constraints:      66515
3143.95/3173.08	c #Conflicts:    3166000 | #Constraints:      67545
3143.95/3173.08	c #Conflicts:    3167000 | #Constraints:      68575
3143.95/3173.08	c #Conflicts:    3168000 | #Constraints:      69614
3143.95/3173.08	c #Conflicts:    3169000 | #Constraints:      70648
3143.95/3173.08	c #Conflicts:    3170000 | #Constraints:      71678
3143.95/3173.08	c #Conflicts:    3171000 | #Constraints:      72700
3143.95/3173.08	c #Conflicts:    3172000 | #Constraints:      73724
3143.95/3173.08	c #Conflicts:    3173000 | #Constraints:      74753
3143.95/3173.08	c #Conflicts:    3174000 | #Constraints:      75780
3143.95/3173.08	c #Conflicts:    3175000 | #Constraints:      76808
3143.95/3173.08	c #Conflicts:    3176000 | #Constraints:      77841
3143.95/3173.08	c #Conflicts:    3177000 | #Constraints:      78884
3143.95/3173.08	c INPROCESSING
3143.95/3173.08	c GARBAGE COLLECT
3143.95/3173.08	c rational objective 1009
3187.97/3217.24	c #Conflicts:    3178000 | #Constraints:      43751
3187.97/3217.24	c #Conflicts:    3179000 | #Constraints:      44751
3187.97/3217.24	c #Conflicts:    3180000 | #Constraints:      45751
3187.97/3217.24	c #Conflicts:    3181000 | #Constraints:      46751
3187.97/3217.24	c #Conflicts:    3182000 | #Constraints:      47751
3187.97/3217.24	c #Conflicts:    3183000 | #Constraints:      48751
3187.97/3217.24	c #Conflicts:    3184000 | #Constraints:      49751
3187.97/3217.24	c #Conflicts:    3185000 | #Constraints:      50751
3187.97/3217.24	c #Conflicts:    3186000 | #Constraints:      51751
3187.97/3217.24	c #Conflicts:    3187000 | #Constraints:      52751
3187.97/3217.24	c #Conflicts:    3188000 | #Constraints:      53751
3187.97/3217.24	c #Conflicts:    3189000 | #Constraints:      54751
3187.97/3217.24	c #Conflicts:    3190000 | #Constraints:      55751
3187.97/3217.24	c #Conflicts:    3191000 | #Constraints:      56751
3187.97/3217.24	c #Conflicts:    3192000 | #Constraints:      57751
3187.97/3217.24	c #Conflicts:    3193000 | #Constraints:      58751
3187.97/3217.24	c #Conflicts:    3194000 | #Constraints:      59751
3187.97/3217.24	c #Conflicts:    3195000 | #Constraints:      60751
3187.97/3217.24	c #Conflicts:    3196000 | #Constraints:      61751
3187.97/3217.24	c #Conflicts:    3197000 | #Constraints:      62751
3187.97/3217.24	c #Conflicts:    3198000 | #Constraints:      63751
3187.97/3217.24	c #Conflicts:    3199000 | #Constraints:      64751
3187.97/3217.24	c #Conflicts:    3200000 | #Constraints:      65751
3187.97/3217.24	c #Conflicts:    3201000 | #Constraints:      66751
3187.97/3217.24	c #Conflicts:    3202000 | #Constraints:      67751
3187.97/3217.24	c #Conflicts:    3203000 | #Constraints:      68751
3187.97/3217.24	c #Conflicts:    3204000 | #Constraints:      69751
3187.97/3217.24	c #Conflicts:    3205000 | #Constraints:      70751
3187.97/3217.24	c #Conflicts:    3206000 | #Constraints:      71751
3187.97/3217.24	c #Conflicts:    3207000 | #Constraints:      72751
3187.97/3217.24	c #Conflicts:    3208000 | #Constraints:      73751
3187.97/3217.24	c #Conflicts:    3209000 | #Constraints:      74751
3187.97/3217.24	c #Conflicts:    3210000 | #Constraints:      75751
3187.97/3217.24	c #Conflicts:    3211000 | #Constraints:      76751
3187.97/3217.24	c #Conflicts:    3212000 | #Constraints:      77751
3187.97/3217.24	c #Conflicts:    3213000 | #Constraints:      78751
3187.97/3217.24	c INPROCESSING
3187.97/3217.24	c GARBAGE COLLECT
3187.97/3217.24	c rational objective 1009
3227.57/3257.04	c #Conflicts:    3214000 | #Constraints:      43899
3227.57/3257.04	c #Conflicts:    3215000 | #Constraints:      44899
3227.57/3257.04	c #Conflicts:    3216000 | #Constraints:      45899
3227.57/3257.04	c #Conflicts:    3217000 | #Constraints:      46899
3227.57/3257.04	c #Conflicts:    3218000 | #Constraints:      47899
3227.57/3257.04	c #Conflicts:    3219000 | #Constraints:      48899
3227.57/3257.04	c #Conflicts:    3220000 | #Constraints:      49899
3227.57/3257.04	c #Conflicts:    3221000 | #Constraints:      50899
3227.57/3257.04	c #Conflicts:    3222000 | #Constraints:      51899
3227.57/3257.04	c #Conflicts:    3223000 | #Constraints:      52899
3227.57/3257.04	c #Conflicts:    3224000 | #Constraints:      53899
3227.57/3257.04	c #Conflicts:    3225000 | #Constraints:      54899
3227.57/3257.04	c #Conflicts:    3226000 | #Constraints:      55899
3227.57/3257.04	c #Conflicts:    3227000 | #Constraints:      56899
3227.57/3257.04	c #Conflicts:    3228000 | #Constraints:      57899
3227.57/3257.04	c #Conflicts:    3229000 | #Constraints:      58899
3227.57/3257.04	c #Conflicts:    3230000 | #Constraints:      59899
3227.57/3257.04	c #Conflicts:    3231000 | #Constraints:      60899
3227.57/3257.04	c #Conflicts:    3232000 | #Constraints:      61899
3227.57/3257.04	c #Conflicts:    3233000 | #Constraints:      62899
3227.57/3257.04	c #Conflicts:    3234000 | #Constraints:      63899
3227.57/3257.04	c #Conflicts:    3235000 | #Constraints:      64899
3227.57/3257.04	c #Conflicts:    3236000 | #Constraints:      65899
3227.57/3257.04	c #Conflicts:    3237000 | #Constraints:      66899
3227.57/3257.04	c #Conflicts:    3238000 | #Constraints:      67899
3227.57/3257.04	c #Conflicts:    3239000 | #Constraints:      68899
3227.57/3257.04	c #Conflicts:    3240000 | #Constraints:      69899
3227.57/3257.04	c #Conflicts:    3241000 | #Constraints:      70899
3227.57/3257.04	c #Conflicts:    3242000 | #Constraints:      71899
3227.57/3257.04	c #Conflicts:    3243000 | #Constraints:      72899
3227.57/3257.04	c #Conflicts:    3244000 | #Constraints:      73899
3227.57/3257.04	c #Conflicts:    3245000 | #Constraints:      74899
3227.57/3257.04	c #Conflicts:    3246000 | #Constraints:      75899
3227.57/3257.04	c #Conflicts:    3247000 | #Constraints:      76899
3227.57/3257.04	c #Conflicts:    3248000 | #Constraints:      77899
3227.57/3257.04	c #Conflicts:    3249000 | #Constraints:      78899
3227.57/3257.04	c INPROCESSING
3227.57/3257.04	c GARBAGE COLLECT
3227.57/3257.04	c rational objective 1009
3267.09/3296.70	c #Conflicts:    3250000 | #Constraints:      44008
3267.09/3296.70	c #Conflicts:    3251000 | #Constraints:      45008
3267.09/3296.70	c #Conflicts:    3252000 | #Constraints:      46008
3267.09/3296.70	c #Conflicts:    3253000 | #Constraints:      47008
3267.09/3296.70	c #Conflicts:    3254000 | #Constraints:      48008
3267.09/3296.70	c #Conflicts:    3255000 | #Constraints:      49008
3267.09/3296.70	c #Conflicts:    3256000 | #Constraints:      50008
3267.09/3296.70	c #Conflicts:    3257000 | #Constraints:      51008
3267.09/3296.70	c #Conflicts:    3258000 | #Constraints:      52008
3267.09/3296.70	c #Conflicts:    3259000 | #Constraints:      53008
3267.09/3296.70	c #Conflicts:    3260000 | #Constraints:      54008
3267.09/3296.70	c #Conflicts:    3261000 | #Constraints:      55008
3267.09/3296.70	c #Conflicts:    3262000 | #Constraints:      56008
3267.09/3296.70	c #Conflicts:    3263000 | #Constraints:      57008
3267.09/3296.70	c #Conflicts:    3264000 | #Constraints:      58008
3267.09/3296.70	c #Conflicts:    3265000 | #Constraints:      59008
3267.09/3296.70	c #Conflicts:    3266000 | #Constraints:      60008
3267.09/3296.70	c #Conflicts:    3267000 | #Constraints:      61008
3267.09/3296.70	c #Conflicts:    3268000 | #Constraints:      62008
3267.09/3296.70	c #Conflicts:    3269000 | #Constraints:      63008
3267.09/3296.70	c #Conflicts:    3270000 | #Constraints:      64008
3267.09/3296.70	c #Conflicts:    3271000 | #Constraints:      65008
3267.09/3296.70	c #Conflicts:    3272000 | #Constraints:      66008
3267.09/3296.70	c #Conflicts:    3273000 | #Constraints:      67008
3267.09/3296.70	c #Conflicts:    3274000 | #Constraints:      68008
3267.09/3296.70	c #Conflicts:    3275000 | #Constraints:      69008
3267.09/3296.70	c #Conflicts:    3276000 | #Constraints:      70008
3267.09/3296.70	c #Conflicts:    3277000 | #Constraints:      71008
3267.09/3296.70	c #Conflicts:    3278000 | #Constraints:      72008
3267.09/3296.70	c #Conflicts:    3279000 | #Constraints:      73008
3267.09/3296.70	c #Conflicts:    3280000 | #Constraints:      74008
3267.09/3296.70	c #Conflicts:    3281000 | #Constraints:      75008
3267.09/3296.70	c #Conflicts:    3282000 | #Constraints:      76008
3267.09/3296.70	c #Conflicts:    3283000 | #Constraints:      77008
3267.09/3296.70	c #Conflicts:    3284000 | #Constraints:      78008
3267.09/3296.70	c #Conflicts:    3285000 | #Constraints:      79008
3267.09/3296.70	c INPROCESSING
3267.09/3296.70	c GARBAGE COLLECT
3267.09/3296.70	c rational objective 1009
3319.06/3349.01	c #Conflicts:    3286000 | #Constraints:      43951
3319.06/3349.01	c #Conflicts:    3287000 | #Constraints:      45055
3319.06/3349.01	c #Conflicts:    3288000 | #Constraints:      46134
3319.06/3349.01	c #Conflicts:    3289000 | #Constraints:      47199
3319.06/3349.01	c #Conflicts:    3290000 | #Constraints:      48261
3319.06/3349.01	c #Conflicts:    3291000 | #Constraints:      49312
3319.06/3349.01	c #Conflicts:    3292000 | #Constraints:      50363
3319.06/3349.01	c #Conflicts:    3293000 | #Constraints:      51414
3319.06/3349.01	c #Conflicts:    3294000 | #Constraints:      52470
3319.06/3349.01	c #Conflicts:    3295000 | #Constraints:      53506
3319.06/3349.01	c #Conflicts:    3296000 | #Constraints:      54546
3319.06/3349.01	c #Conflicts:    3297000 | #Constraints:      55581
3319.06/3349.01	c #Conflicts:    3298000 | #Constraints:      56618
3319.06/3349.01	c #Conflicts:    3299000 | #Constraints:      57670
3319.06/3349.01	c #Conflicts:    3300000 | #Constraints:      58721
3319.06/3349.01	c #Conflicts:    3301000 | #Constraints:      59752
3319.06/3349.01	c #Conflicts:    3302000 | #Constraints:      60792
3319.06/3349.01	c #Conflicts:    3303000 | #Constraints:      61824
3319.06/3349.01	c #Conflicts:    3304000 | #Constraints:      62861
3319.06/3349.01	c #Conflicts:    3305000 | #Constraints:      63882
3319.06/3349.01	c #Conflicts:    3306000 | #Constraints:      64904
3319.06/3349.01	c #Conflicts:    3307000 | #Constraints:      65926
3319.06/3349.01	c #Conflicts:    3308000 | #Constraints:      66949
3319.06/3349.01	c #Conflicts:    3309000 | #Constraints:      67978
3319.06/3349.01	c #Conflicts:    3310000 | #Constraints:      68993
3319.06/3349.01	c #Conflicts:    3311000 | #Constraints:      70027
3319.06/3349.01	c #Conflicts:    3312000 | #Constraints:      71050
3319.06/3349.01	c #Conflicts:    3313000 | #Constraints:      72068
3319.06/3349.01	c #Conflicts:    3314000 | #Constraints:      73099
3319.06/3349.01	c #Conflicts:    3315000 | #Constraints:      74130
3319.06/3349.01	c #Conflicts:    3316000 | #Constraints:      75144
3319.06/3349.01	c #Conflicts:    3317000 | #Constraints:      76160
3319.06/3349.01	c #Conflicts:    3318000 | #Constraints:      77183
3319.06/3349.01	c #Conflicts:    3319000 | #Constraints:      78205
3319.06/3349.01	c #Conflicts:    3320000 | #Constraints:      79225
3319.06/3349.01	c #Conflicts:    3321000 | #Constraints:      80247
3319.06/3349.01	c INPROCESSING
3319.06/3349.01	c GARBAGE COLLECT
3319.06/3349.01	c rational objective 1009
3360.61/3390.63	c #Conflicts:    3322000 | #Constraints:      44220
3360.61/3390.63	c #Conflicts:    3323000 | #Constraints:      45220
3360.61/3390.63	c #Conflicts:    3324000 | #Constraints:      46220
3360.61/3390.63	c #Conflicts:    3325000 | #Constraints:      47220
3360.61/3390.63	c #Conflicts:    3326000 | #Constraints:      48220
3360.61/3390.63	c #Conflicts:    3327000 | #Constraints:      49220
3360.61/3390.63	c #Conflicts:    3328000 | #Constraints:      50220
3360.61/3390.63	c #Conflicts:    3329000 | #Constraints:      51220
3360.61/3390.63	c #Conflicts:    3330000 | #Constraints:      52220
3360.61/3390.63	c #Conflicts:    3331000 | #Constraints:      53220
3360.61/3390.63	c #Conflicts:    3332000 | #Constraints:      54220
3360.61/3390.63	c #Conflicts:    3333000 | #Constraints:      55220
3360.61/3390.63	c #Conflicts:    3334000 | #Constraints:      56220
3360.61/3390.63	c #Conflicts:    3335000 | #Constraints:      57220
3360.61/3390.63	c #Conflicts:    3336000 | #Constraints:      58220
3360.61/3390.63	c #Conflicts:    3337000 | #Constraints:      59220
3360.61/3390.63	c #Conflicts:    3338000 | #Constraints:      60220
3360.61/3390.63	c #Conflicts:    3339000 | #Constraints:      61220
3360.61/3390.63	c #Conflicts:    3340000 | #Constraints:      62220
3360.61/3390.63	c #Conflicts:    3341000 | #Constraints:      63220
3360.61/3390.64	c #Conflicts:    3342000 | #Constraints:      64220
3360.61/3390.64	c #Conflicts:    3343000 | #Constraints:      65220
3360.61/3390.64	c #Conflicts:    3344000 | #Constraints:      66220
3360.61/3390.64	c #Conflicts:    3345000 | #Constraints:      67220
3360.61/3390.64	c #Conflicts:    3346000 | #Constraints:      68220
3360.61/3390.64	c #Conflicts:    3347000 | #Constraints:      69220
3360.61/3390.64	c #Conflicts:    3348000 | #Constraints:      70220
3360.61/3390.64	c #Conflicts:    3349000 | #Constraints:      71220
3360.61/3390.64	c #Conflicts:    3350000 | #Constraints:      72220
3360.61/3390.64	c #Conflicts:    3351000 | #Constraints:      73220
3360.61/3390.64	c #Conflicts:    3352000 | #Constraints:      74220
3360.61/3390.64	c #Conflicts:    3353000 | #Constraints:      75220
3360.61/3390.64	c #Conflicts:    3354000 | #Constraints:      76220
3360.61/3390.64	c #Conflicts:    3355000 | #Constraints:      77220
3360.61/3390.64	c #Conflicts:    3356000 | #Constraints:      78220
3360.61/3390.64	c #Conflicts:    3357000 | #Constraints:      79220
3360.61/3390.64	c #Conflicts:    3358000 | #Constraints:      80220
3360.61/3390.64	c INPROCESSING
3360.61/3390.64	c GARBAGE COLLECT
3360.61/3390.64	c rational objective 1009
3402.75/3432.91	c #Conflicts:    3359000 | #Constraints:      44535
3402.75/3432.91	c #Conflicts:    3360000 | #Constraints:      45535
3402.75/3432.91	c #Conflicts:    3361000 | #Constraints:      46535
3402.75/3432.91	c #Conflicts:    3362000 | #Constraints:      47535
3402.75/3432.91	c #Conflicts:    3363000 | #Constraints:      48535
3402.75/3432.91	c #Conflicts:    3364000 | #Constraints:      49535
3402.75/3432.91	c #Conflicts:    3365000 | #Constraints:      50535
3402.75/3432.91	c #Conflicts:    3366000 | #Constraints:      51535
3402.75/3432.91	c #Conflicts:    3367000 | #Constraints:      52535
3402.75/3432.91	c #Conflicts:    3368000 | #Constraints:      53535
3402.75/3432.91	c #Conflicts:    3369000 | #Constraints:      54535
3402.75/3432.91	c #Conflicts:    3370000 | #Constraints:      55535
3402.75/3432.91	c #Conflicts:    3371000 | #Constraints:      56535
3402.75/3432.91	c #Conflicts:    3372000 | #Constraints:      57535
3402.75/3432.91	c #Conflicts:    3373000 | #Constraints:      58535
3402.75/3432.91	c #Conflicts:    3374000 | #Constraints:      59535
3402.75/3432.91	c #Conflicts:    3375000 | #Constraints:      60535
3402.75/3432.91	c #Conflicts:    3376000 | #Constraints:      61535
3402.75/3432.91	c #Conflicts:    3377000 | #Constraints:      62535
3402.75/3432.91	c #Conflicts:    3378000 | #Constraints:      63535
3402.75/3432.91	c #Conflicts:    3379000 | #Constraints:      64535
3402.75/3432.91	c #Conflicts:    3380000 | #Constraints:      65535
3402.75/3432.91	c #Conflicts:    3381000 | #Constraints:      66535
3402.75/3432.91	c #Conflicts:    3382000 | #Constraints:      67535
3402.75/3432.91	c #Conflicts:    3383000 | #Constraints:      68535
3402.75/3432.91	c #Conflicts:    3384000 | #Constraints:      69535
3402.75/3432.91	c #Conflicts:    3385000 | #Constraints:      70535
3402.75/3432.91	c #Conflicts:    3386000 | #Constraints:      71535
3402.75/3432.91	c #Conflicts:    3387000 | #Constraints:      72535
3402.75/3432.91	c #Conflicts:    3388000 | #Constraints:      73535
3402.75/3432.91	c #Conflicts:    3389000 | #Constraints:      74535
3402.75/3432.91	c #Conflicts:    3390000 | #Constraints:      75535
3402.75/3432.91	c #Conflicts:    3391000 | #Constraints:      76535
3402.75/3432.91	c #Conflicts:    3392000 | #Constraints:      77535
3402.75/3432.91	c #Conflicts:    3393000 | #Constraints:      78535
3402.75/3432.91	c #Conflicts:    3394000 | #Constraints:      79535
3402.75/3432.91	c #Conflicts:    3395000 | #Constraints:      80535
3402.75/3432.91	c INPROCESSING
3402.75/3432.91	c GARBAGE COLLECT
3402.75/3432.91	c rational objective 1009
3446.10/3476.53	c #Conflicts:    3396000 | #Constraints:      44813
3446.10/3476.53	c #Conflicts:    3397000 | #Constraints:      45882
3446.10/3476.53	c #Conflicts:    3398000 | #Constraints:      46942
3446.10/3476.53	c #Conflicts:    3399000 | #Constraints:      48001
3446.10/3476.53	c #Conflicts:    3400000 | #Constraints:      49045
3446.10/3476.53	c #Conflicts:    3401000 | #Constraints:      50083
3446.10/3476.53	c #Conflicts:    3402000 | #Constraints:      51122
3446.10/3476.53	c #Conflicts:    3403000 | #Constraints:      52169
3446.10/3476.53	c #Conflicts:    3404000 | #Constraints:      53197
3446.10/3476.53	c #Conflicts:    3405000 | #Constraints:      54230
3446.10/3476.53	c #Conflicts:    3406000 | #Constraints:      55250
3446.10/3476.53	c #Conflicts:    3407000 | #Constraints:      56284
3446.10/3476.53	c #Conflicts:    3408000 | #Constraints:      57338
3446.10/3476.53	c #Conflicts:    3409000 | #Constraints:      58358
3446.10/3476.53	c #Conflicts:    3410000 | #Constraints:      59397
3446.10/3476.53	c #Conflicts:    3411000 | #Constraints:      60431
3446.10/3476.53	c #Conflicts:    3412000 | #Constraints:      61456
3446.10/3476.53	c #Conflicts:    3413000 | #Constraints:      62483
3446.10/3476.53	c #Conflicts:    3414000 | #Constraints:      63503
3446.10/3476.53	c #Conflicts:    3415000 | #Constraints:      64534
3446.10/3476.53	c #Conflicts:    3416000 | #Constraints:      65573
3446.10/3476.53	c #Conflicts:    3417000 | #Constraints:      66609
3446.10/3476.53	c #Conflicts:    3418000 | #Constraints:      67650
3446.10/3476.53	c #Conflicts:    3419000 | #Constraints:      68683
3446.10/3476.53	c #Conflicts:    3420000 | #Constraints:      69719
3446.10/3476.53	c #Conflicts:    3421000 | #Constraints:      70747
3446.10/3476.53	c #Conflicts:    3422000 | #Constraints:      71780
3446.10/3476.53	c #Conflicts:    3423000 | #Constraints:      72800
3446.10/3476.53	c #Conflicts:    3424000 | #Constraints:      73820
3446.10/3476.53	c #Conflicts:    3425000 | #Constraints:      74852
3446.10/3476.53	c #Conflicts:    3426000 | #Constraints:      75875
3446.10/3476.53	c #Conflicts:    3427000 | #Constraints:      76892
3446.10/3476.53	c #Conflicts:    3428000 | #Constraints:      77925
3446.10/3476.53	c #Conflicts:    3429000 | #Constraints:      78960
3446.10/3476.53	c #Conflicts:    3430000 | #Constraints:      79981
3446.10/3476.53	c #Conflicts:    3431000 | #Constraints:      80998
3446.10/3476.53	c #Conflicts:    3432000 | #Constraints:      82022
3446.10/3476.53	c INPROCESSING
3446.10/3476.53	c GARBAGE COLLECT
3446.10/3476.53	c rational objective 1009
3490.61/3521.22	c #Conflicts:    3433000 | #Constraints:      45443
3490.61/3521.22	c #Conflicts:    3434000 | #Constraints:      46443
3490.61/3521.22	c #Conflicts:    3435000 | #Constraints:      47443
3490.61/3521.22	c #Conflicts:    3436000 | #Constraints:      48443
3490.61/3521.22	c #Conflicts:    3437000 | #Constraints:      49443
3490.61/3521.22	c #Conflicts:    3438000 | #Constraints:      50443
3490.61/3521.22	c #Conflicts:    3439000 | #Constraints:      51443
3490.61/3521.22	c #Conflicts:    3440000 | #Constraints:      52443
3490.61/3521.22	c #Conflicts:    3441000 | #Constraints:      53443
3490.61/3521.22	c #Conflicts:    3442000 | #Constraints:      54443
3490.61/3521.22	c #Conflicts:    3443000 | #Constraints:      55443
3490.61/3521.22	c #Conflicts:    3444000 | #Constraints:      56443
3490.61/3521.22	c #Conflicts:    3445000 | #Constraints:      57443
3490.61/3521.22	c #Conflicts:    3446000 | #Constraints:      58443
3490.61/3521.22	c #Conflicts:    3447000 | #Constraints:      59443
3490.61/3521.22	c #Conflicts:    3448000 | #Constraints:      60443
3490.61/3521.22	c #Conflicts:    3449000 | #Constraints:      61443
3490.61/3521.22	c #Conflicts:    3450000 | #Constraints:      62443
3490.61/3521.22	c #Conflicts:    3451000 | #Constraints:      63443
3490.61/3521.22	c #Conflicts:    3452000 | #Constraints:      64443
3490.61/3521.22	c #Conflicts:    3453000 | #Constraints:      65443
3490.61/3521.22	c #Conflicts:    3454000 | #Constraints:      66443
3490.61/3521.22	c #Conflicts:    3455000 | #Constraints:      67443
3490.61/3521.22	c #Conflicts:    3456000 | #Constraints:      68443
3490.61/3521.22	c #Conflicts:    3457000 | #Constraints:      69443
3490.61/3521.22	c #Conflicts:    3458000 | #Constraints:      70443
3490.61/3521.22	c #Conflicts:    3459000 | #Constraints:      71443
3490.61/3521.22	c #Conflicts:    3460000 | #Constraints:      72443
3490.61/3521.22	c #Conflicts:    3461000 | #Constraints:      73443
3490.61/3521.22	c #Conflicts:    3462000 | #Constraints:      74443
3490.61/3521.22	c #Conflicts:    3463000 | #Constraints:      75443
3490.61/3521.22	c #Conflicts:    3464000 | #Constraints:      76443
3490.61/3521.22	c #Conflicts:    3465000 | #Constraints:      77443
3490.61/3521.22	c #Conflicts:    3466000 | #Constraints:      78443
3490.61/3521.22	c #Conflicts:    3467000 | #Constraints:      79443
3490.61/3521.22	c #Conflicts:    3468000 | #Constraints:      80443
3490.61/3521.22	c #Conflicts:    3469000 | #Constraints:      81443
3490.61/3521.22	c INPROCESSING
3490.61/3521.22	c GARBAGE COLLECT
3490.61/3521.22	c rational objective 1009
3539.58/3570.41	c #Conflicts:    3470000 | #Constraints:      45187
3539.58/3570.41	c #Conflicts:    3471000 | #Constraints:      46201
3539.58/3570.41	c #Conflicts:    3472000 | #Constraints:      47202
3539.58/3570.41	c #Conflicts:    3473000 | #Constraints:      48205
3539.58/3570.41	c #Conflicts:    3474000 | #Constraints:      49214
3539.58/3570.41	c #Conflicts:    3475000 | #Constraints:      50231
3539.58/3570.41	c #Conflicts:    3476000 | #Constraints:      51243
3539.58/3570.41	c #Conflicts:    3477000 | #Constraints:      52253
3539.58/3570.41	c #Conflicts:    3478000 | #Constraints:      53299
3539.58/3570.41	c #Conflicts:    3479000 | #Constraints:      54353
3539.58/3570.41	c #Conflicts:    3480000 | #Constraints:      55408
3539.58/3570.41	c #Conflicts:    3481000 | #Constraints:      56439
3539.58/3570.41	c #Conflicts:    3482000 | #Constraints:      57466
3539.58/3570.41	c #Conflicts:    3483000 | #Constraints:      58494
3539.58/3570.41	c #Conflicts:    3484000 | #Constraints:      59519
3539.58/3570.41	c #Conflicts:    3485000 | #Constraints:      60549
3539.58/3570.41	c #Conflicts:    3486000 | #Constraints:      61571
3539.58/3570.41	c #Conflicts:    3487000 | #Constraints:      62591
3539.58/3570.41	c #Conflicts:    3488000 | #Constraints:      63605
3539.58/3570.41	c #Conflicts:    3489000 | #Constraints:      64628
3539.58/3570.41	c #Conflicts:    3490000 | #Constraints:      65641
3539.58/3570.41	c #Conflicts:    3491000 | #Constraints:      66668
3539.58/3570.41	c #Conflicts:    3492000 | #Constraints:      67688
3539.58/3570.41	c #Conflicts:    3493000 | #Constraints:      68721
3539.58/3570.41	c #Conflicts:    3494000 | #Constraints:      69747
3539.58/3570.41	c #Conflicts:    3495000 | #Constraints:      70774
3539.58/3570.41	c #Conflicts:    3496000 | #Constraints:      71828
3539.58/3570.41	c #Conflicts:    3497000 | #Constraints:      72882
3539.58/3570.41	c #Conflicts:    3498000 | #Constraints:      73935
3539.58/3570.41	c #Conflicts:    3499000 | #Constraints:      74997
3539.58/3570.41	c #Conflicts:    3500000 | #Constraints:      76049
3539.58/3570.41	c #Conflicts:    3501000 | #Constraints:      77094
3539.58/3570.41	c #Conflicts:    3502000 | #Constraints:      78145
3539.58/3570.41	c #Conflicts:    3503000 | #Constraints:      79191
3539.58/3570.41	c #Conflicts:    3504000 | #Constraints:      80228
3539.58/3570.41	c #Conflicts:    3505000 | #Constraints:      81261
3539.58/3570.41	c #Conflicts:    3506000 | #Constraints:      82301
3539.58/3570.41	c INPROCESSING
3539.58/3570.41	c GARBAGE COLLECT
3539.58/3570.41	c rational objective 1009
3585.79/3616.82	c #Conflicts:    3507000 | #Constraints:      45299
3585.79/3616.82	c #Conflicts:    3508000 | #Constraints:      46299
3585.79/3616.82	c #Conflicts:    3509000 | #Constraints:      47299
3585.79/3616.82	c #Conflicts:    3510000 | #Constraints:      48299
3585.79/3616.82	c #Conflicts:    3511000 | #Constraints:      49299
3585.79/3616.82	c #Conflicts:    3512000 | #Constraints:      50299
3585.79/3616.82	c #Conflicts:    3513000 | #Constraints:      51299
3585.79/3616.82	c #Conflicts:    3514000 | #Constraints:      52299
3585.79/3616.82	c #Conflicts:    3515000 | #Constraints:      53299
3585.79/3616.82	c #Conflicts:    3516000 | #Constraints:      54299
3585.79/3616.82	c #Conflicts:    3517000 | #Constraints:      55299
3585.79/3616.82	c #Conflicts:    3518000 | #Constraints:      56299
3585.79/3616.82	c #Conflicts:    3519000 | #Constraints:      57299
3585.79/3616.82	c #Conflicts:    3520000 | #Constraints:      58299
3585.79/3616.82	c #Conflicts:    3521000 | #Constraints:      59299
3585.79/3616.82	c #Conflicts:    3522000 | #Constraints:      60299
3585.79/3616.82	c #Conflicts:    3523000 | #Constraints:      61299
3585.79/3616.82	c #Conflicts:    3524000 | #Constraints:      62299
3585.79/3616.82	c #Conflicts:    3525000 | #Constraints:      63299
3585.79/3616.82	c #Conflicts:    3526000 | #Constraints:      64299
3585.79/3616.82	c #Conflicts:    3527000 | #Constraints:      65299
3585.79/3616.82	c #Conflicts:    3528000 | #Constraints:      66299
3585.79/3616.82	c #Conflicts:    3529000 | #Constraints:      67299
3585.79/3616.82	c #Conflicts:    3530000 | #Constraints:      68299
3585.79/3616.82	c #Conflicts:    3531000 | #Constraints:      69299
3585.79/3616.82	c #Conflicts:    3532000 | #Constraints:      70299
3585.79/3616.82	c #Conflicts:    3533000 | #Constraints:      71299
3585.79/3616.82	c #Conflicts:    3534000 | #Constraints:      72299
3585.79/3616.82	c #Conflicts:    3535000 | #Constraints:      73299
3585.79/3616.82	c #Conflicts:    3536000 | #Constraints:      74299
3585.79/3616.82	c #Conflicts:    3537000 | #Constraints:      75299
3585.79/3616.82	c #Conflicts:    3538000 | #Constraints:      76299
3585.79/3616.82	c #Conflicts:    3539000 | #Constraints:      77299
3585.79/3616.82	c #Conflicts:    3540000 | #Constraints:      78299
3585.79/3616.82	c #Conflicts:    3541000 | #Constraints:      79299
3585.79/3616.82	c #Conflicts:    3542000 | #Constraints:      80299
3585.79/3616.82	c #Conflicts:    3543000 | #Constraints:      81299
3585.79/3616.82	c #Conflicts:    3544000 | #Constraints:      82299
3585.79/3616.82	c INPROCESSING
3585.79/3616.82	c GARBAGE COLLECT
3585.79/3616.82	c rational objective 1009
3600.02/3631.11	c #Conflicts:    3545000 | #Constraints:      45598
3600.02/3631.11	c #Conflicts:    3546000 | #Constraints:      46598
3600.02/3631.11	c #Conflicts:    3547000 | #Constraints:      47598
3600.02/3631.11	c #Conflicts:    3548000 | #Constraints:      48598
3600.02/3631.11	c #Conflicts:    3549000 | #Constraints:      49598
3600.02/3631.11	c #Conflicts:    3550000 | #Constraints:      50598
3600.02/3631.11	c #Conflicts:    3551000 | #Constraints:      51598
3600.02/3631.11	c #Conflicts:    3552000 | #Constraints:      52598
3600.02/3631.11	c #Conflicts:    3553000 | #Constraints:      53598
3600.02/3631.11	c #Conflicts:    3554000 | #Constraints:      54598
3600.02/3631.11	c #Conflicts:    3555000 | #Constraints:      55598
3600.02/3631.11	c #Conflicts:    3556000 | #Constraints:      56598
3600.02/3631.11	c #Conflicts:    3557000 | #Constraints:      57598
3600.02/3631.11	c #Conflicts:    3558000 | #Constraints:      58598
3600.02/3631.11	c #Conflicts:    3559000 | #Constraints:      59598
3600.02/3631.11	c #Conflicts:    3560000 | #Constraints:      60598
3600.02/3631.11	c cpu time 3562.69 s
3600.02/3631.11	c deterministic time 199773804340 2.00e+11
3600.02/3631.11	c optimization time 14.991 s
3600.02/3631.11	c total solve time 3547.64 s
3600.02/3631.11	c core-guided solve time 2162.49 s
3600.02/3631.11	c propagation time 2760.84 s
3600.02/3631.11	c conflict analysis time 720.105 s
3600.02/3631.11	c propagations 896933588
3600.02/3631.11	c resolve steps 57545147
3600.02/3631.11	c decisions 9582081
3600.02/3631.11	c conflicts 3560352
3600.02/3631.11	c restarts 6141
3600.02/3631.11	c inprocessing phases 179
3600.02/3631.11	c garbage collections 179 ,( 100.00 )
3600.02/3631.11	c input clauses 5178 ,( 63.06 )
3600.02/3631.11	c input cardinalities 2613 ,( 31.82 )
3600.02/3631.11	c input general constraints 420 ,( 5.12 )
3600.02/3631.11	c input average constraint length 282.35
3600.02/3631.11	c input average constraint degree 79.91
3600.02/3631.11	c learned clauses 2262430 ,( 62.83 )
3600.02/3631.11	c learned cardinalities 348065 ,( 9.67 )
3600.02/3631.11	c learned general constraints 990326 ,( 27.50 )
3600.02/3631.11	c learned average constraint length 230.88
3600.02/3631.11	c learned average constraint degree 523051365.27
3600.02/3631.11	c watched  CF 32, 64, 128, Arb: 417689 , 0 , 0 , 0
3600.02/3631.11	c counting CF 32, 64, 128, Arb: 573058 , 0 , 0 , 0
3600.02/3631.11	c watched   constraints 417689 ,( 42.16 ) 
3600.02/3631.11	c counting  constraints 573057 ,( 57.84 ) 
3600.02/3631.11	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 2278102768 , 6188994411 , 26757471958 ,( 735002372 , 26022469586 )
3600.02/3631.11	c gcd simplifications 70206
3600.02/3631.11	c detected cardinalities 54120
3600.02/3631.11	c weakened non-implied lits 368395136
3600.02/3631.11	c weakened non-implying lits 168213
3600.02/3631.11	c original variables 1969
3600.02/3631.11	c clausal propagations 368602674
3600.02/3631.11	c cardinality propagations 65134324
3600.02/3631.11	c watched propagations 10794777
3600.02/3631.11	c counting propagations 418351161
3600.02/3631.11	c watch lookups 112691566651
3600.02/3631.11	c watch backjump lookups 0
3600.02/3631.11	c watch checks 47478389395
3600.02/3631.11	c propagation checks 35229213383
3600.02/3631.11	c constraint additions 2554450997
3600.02/3631.11	c trail pops 910036562
3600.02/3631.11	c formula constraints 4000
3600.02/3631.11	c learned constraints 3521338
3600.02/3631.11	c bound constraints 1163
3600.02/3631.11	c core-guided constraints 3048
3600.02/3631.11	c encountered formula constraints 16762446
3600.02/3631.11	c encountered learned constraints 31249630
3600.02/3631.11	c encountered bound constraints 156
3600.02/3631.11	c encountered core-guided constraints 12317225
3600.02/3631.11	c LP total time 367.585 s
3600.02/3631.11	c LP solve time 318.08 s
3600.02/3631.11	c LP constraints added 6780
3600.02/3631.11	c LP constraints removed 2760
3600.02/3631.11	c LP pivots internal 3560420
3600.02/3631.11	c LP pivots root 71262
3600.02/3631.11	c LP calls 48282
3600.02/3631.11	c LP optimalities 9024
3600.02/3631.11	c LP no pivot count 3038
3600.02/3631.11	c LP infeasibilities 39255
3600.02/3631.11	c LP valid Farkas constraints 39243
3600.02/3631.11	c LP learned Farkas constraints 39153
3600.02/3631.11	c LP basis resets 12
3600.02/3631.11	c LP cycling count 0
3600.02/3631.11	c LP singular count 0
3600.02/3631.11	c LP no primal count 0
3600.02/3631.11	c LP no farkas count 12
3600.02/3631.11	c LP other issue count 0
3600.02/3631.11	c LP Gomory cuts 1087
3600.02/3631.11	c LP learned cuts 1693
3600.02/3631.11	c LP deleted cuts 2760
3600.02/3631.11	c LP encountered Gomory constraints 4352
3600.02/3631.11	c LP encountered Farkas constraints 517293
3600.02/3631.11	c LP encountered learned Farkas constraints 215244
3600.02/3631.11	c CG auxiliary variables introduced 1352
3600.02/3631.11	c CG solutions found 155
3600.02/3631.11	c CG cores constructed 1009
3600.02/3631.11	c CG core cardinality constraints returned 0
3600.02/3631.11	c CG unit cores 1
3600.02/3631.11	c CG single cores 1008
3600.02/3631.11	c CG blocks removed during cardinality reduction 0
3600.02/3631.11	c CG first core best 0
3600.02/3631.11	c CG decision core best 0
3600.02/3631.11	c CG core reduction tie 0
3600.02/3631.11	c CG core degree average 1.00
3600.02/3631.11	c CG core slack average 2.09
3600.02/3631.11	c CG core upper bound improvements 9
3600.02/3631.11	c STR number of successful calls 0
3600.02/3631.11	c STR number of unsuccessful calls 0
3600.02/3631.11	c STR number of inconclusive calls 0
3600.02/3631.11	c STR number of successful attempts 0
3600.02/3631.11	c STR number of unsuccessful attempts 0
3600.02/3631.11	c STR number of inconclusive attempts 0
3600.02/3631.11	c STR average degree increase per successful call inf
3600.02/3631.11	c STR average degree increase per successful attempt inf
3600.02/3631.11	c STR total number of conflicts for successful attempts 0
3600.02/3631.11	c STR total number of conflicts for unsuccessful attempts 0
3600.02/3631.11	c STR total number of conflicts for inconclusive attempts 0
3600.02/3631.11	c STR average number of conflicts per successful attempt inf
3600.02/3631.11	c STR average number of conflicts per unsuccessful attempt inf
3600.02/3631.11	c STR average number of conflicts per inconclusive attempt inf
3600.02/3631.11	c AVG.sumWPerc 49.96 
3600.02/3631.11	c bigint constraints 0 
3600.02/3631.11	o 1036
3600.02/3631.11	s SATISFIABLE
3600.02/3631.11	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
3600.02/3631.11	c Program interrupted by user.

Verifier Data

OK	1036

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: 63794 MiB (55435 MiB free)
  memory of node 1: 64507 MiB (63963 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=45850, runsolver pid=45847

[startup+0.100064 s]*
/proc/loadavg: 4.24 4.48 4.31 5/260 45853
/proc/meminfo: memFree=122264004/131382120 swapFree=33010416/33010684
[pid=45850] ppid=45847 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/45850/stat : 45850 (run-opt-break-l) S 45847 45850 45182 0 -1 4194304 243 1431 0 0 0 0 1 0 20 0 1 0 48768658 4292608 736 18446744073709551615 94792212672512 94792213567045 140721118815824 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94792213806096 94792213853840 94792227737600 140721118824725 140721118824926 140721118824926 140721118830528 0
/proc/45850/statm: 1048 736 672 219 0 110 0
[pid=45853] ppid=45850 vsize=55924 memory=9088 CPUtime=0.03 cores=1,3
/proc/45853/stat : 45853 (roundingsat) R 45850 45850 45182 0 -1 4194304 544 0 0 0 3 0 0 0 20 0 1 0 48768663 57266176 2272 18446744073709551615 4227072 8923433 140724607756032 0 0 0 0 0 8405026 0 0 0 17 3 0 0 0 0 0 9823104 9832592 23867392 140724607760660 140724607760936 140724607760936 140724607766506 0
/proc/45853/statm: 13981 2272 1984 1147 0 1408 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 60116 KiB
Current children cumulated memory: 12032 KiB

[startup+0.21427 s]*
/proc/loadavg: 4.24 4.48 4.31 5/260 45853
/proc/meminfo: memFree=122264004/131382120 swapFree=33010416/33010684
[pid=45850] ppid=45847 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/45850/stat : 45850 (run-opt-break-l) S 45847 45850 45182 0 -1 4194304 243 1431 0 0 0 0 1 0 20 0 1 0 48768658 4292608 736 18446744073709551615 94792212672512 94792213567045 140721118815824 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94792213806096 94792213853840 94792227737600 140721118824725 140721118824926 140721118824926 140721118830528 0
/proc/45850/statm: 1048 736 672 219 0 110 0
[pid=45853] ppid=45850 vsize=61168 memory=15892 CPUtime=0.13 cores=1,3
/proc/45853/stat : 45853 (roundingsat) R 45850 45850 45182 0 -1 4194304 2434 0 0 0 11 2 0 0 20 0 1 0 48768663 62636032 3973 18446744073709551615 4227072 8923433 140724607756032 0 0 0 0 0 8405026 0 0 0 17 3 0 0 0 0 0 9823104 9832592 23867392 140724607760660 140724607760936 140724607760936 140724607766506 0
/proc/45853/statm: 15292 3973 2336 1147 0 2719 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 65360 KiB
Current children cumulated memory: 18836 KiB

[startup+0.314067 s]*
/proc/loadavg: 4.24 4.48 4.31 5/260 45853
/proc/meminfo: memFree=122259908/131382120 swapFree=33010416/33010684
[pid=45850] ppid=45847 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/45850/stat : 45850 (run-opt-break-l) S 45847 45850 45182 0 -1 4194304 243 1431 0 0 0 0 1 0 20 0 1 0 48768658 4292608 736 18446744073709551615 94792212672512 94792213567045 140721118815824 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94792213806096 94792213853840 94792227737600 140721118824725 140721118824926 140721118824926 140721118830528 0
/proc/45850/statm: 1048 736 672 219 0 110 0
[pid=45853] ppid=45850 vsize=61904 memory=18744 CPUtime=0.22 cores=1,3
/proc/45853/stat : 45853 (roundingsat) R 45850 45850 45182 0 -1 4194304 2563 0 0 0 19 3 0 0 20 0 1 0 48768663 63389696 4686 18446744073709551615 4227072 8923433 140724607756032 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 23867392 140724607760660 140724607760936 140724607760936 140724607766506 0
/proc/45853/statm: 15476 4686 2400 1147 0 2903 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 66096 KiB
Current children cumulated memory: 21688 KiB

[startup+0.700354 s]
/proc/loadavg: 4.24 4.48 4.31 5/260 45853
/proc/meminfo: memFree=122259152/131382120 swapFree=33010416/33010684
[pid=45850] ppid=45847 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/45850/stat : 45850 (run-opt-break-l) S 45847 45850 45182 0 -1 4194304 243 1431 0 0 0 0 1 0 20 0 1 0 48768658 4292608 736 18446744073709551615 94792212672512 94792213567045 140721118815824 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94792213806096 94792213853840 94792227737600 140721118824725 140721118824926 140721118824926 140721118830528 0
/proc/45850/statm: 1048 736 672 219 0 110 0
[pid=45853] ppid=45850 vsize=63608 memory=22324 CPUtime=0.6 cores=1,3
/proc/45853/stat : 45853 (roundingsat) R 45850 45850 45182 0 -1 4194304 2968 0 0 0 55 5 0 0 20 0 1 0 48768663 65134592 5581 18446744073709551615 4227072 8923433 140724607756032 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 23867392 140724607760660 140724607760936 140724607760936 140724607766506 0
/proc/45853/statm: 15902 5581 2400 1147 0 3329 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 67800 KiB
Current children cumulated memory: 25268 KiB

[startup+1.50035 s]
/proc/loadavg: 4.24 4.48 4.31 5/260 45853
/proc/meminfo: memFree=122227904/131382120 swapFree=33010416/33010684
[pid=45850] ppid=45847 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/45850/stat : 45850 (run-opt-break-l) S 45847 45850 45182 0 -1 4194304 243 1431 0 0 0 0 1 0 20 0 1 0 48768658 4292608 736 18446744073709551615 94792212672512 94792213567045 140721118815824 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94792213806096 94792213853840 94792227737600 140721118824725 140721118824926 140721118824926 140721118830528 0
/proc/45850/statm: 1048 736 672 219 0 110 0
[pid=45853] ppid=45850 vsize=80800 memory=36276 CPUtime=1.39 cores=1,3
/proc/45853/stat : 45853 (roundingsat) R 45850 45850 45182 0 -1 4194304 6448 0 0 0 127 12 0 0 20 0 1 0 48768663 82739200 9069 18446744073709551615 4227072 8923433 140724607756032 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 23867392 140724607760660 140724607760936 140724607760936 140724607766506 0
/proc/45853/statm: 20200 9069 2400 1147 0 7627 0
Current children cumulated CPU time: 1.4 s
Current children cumulated vsize: 84992 KiB
Current children cumulated memory: 39220 KiB

[startup+3.11385 s]
/proc/loadavg: 4.38 4.50 4.32 5/260 45853
/proc/meminfo: memFree=122156716/131382120 swapFree=33010416/33010684
[pid=45850] ppid=45847 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/45850/stat : 45850 (run-opt-break-l) S 45847 45850 45182 0 -1 4194304 243 1431 0 0 0 0 1 0 20 0 1 0 48768658 4292608 736 18446744073709551615 94792212672512 94792213567045 140721118815824 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94792213806096 94792213853840 94792227737600 140721118824725 140721118824926 140721118824926 140721118830528 0
/proc/45850/statm: 1048 736 672 219 0 110 0
[pid=45853] ppid=45850 vsize=129492 memory=76176 CPUtime=3 cores=1,3
/proc/45853/stat : 45853 (roundingsat) R 45850 45850 45182 0 -1 4194304 14381 0 0 0 278 22 0 0 20 0 1 0 48768663 132599808 19044 18446744073709551615 4227072 8923433 140724607756032 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 23867392 140724607760660 140724607760936 140724607760936 140724607766506 0
/proc/45853/statm: 32373 19044 2400 1147 0 19800 0
Current children cumulated CPU time: 3.01 s
Current children cumulated vsize: 133684 KiB
Current children cumulated memory: 79120 KiB

[startup+6.30035 s]
/proc/loadavg: 4.38 4.50 4.32 5/255 45889
/proc/meminfo: memFree=127921804/131382120 swapFree=33010416/33010684
[pid=45850] ppid=45847 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/45850/stat : 45850 (run-opt-break-l) S 45847 45850 45182 0 -1 4194304 243 1431 0 0 0 0 1 0 20 0 1 0 48768658 4292608 736 18446744073709551615 94792212672512 94792213567045 140721118815824 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94792213806096 94792213853840 94792227737600 140721118824725 140721118824926 140721118824926 140721118830528 0
/proc/45850/statm: 1048 736 672 219 0 110 0
[pid=45853] ppid=45850 vsize=164028 memory=108232 CPUtime=6.17 cores=1,3
/proc/45853/stat : 45853 (roundingsat) R 45850 45850 45182 0 -1 4194304 21911 0 0 0 586 31 0 0 20 0 1 0 48768663 167964672 27058 18446744073709551615 4227072 8923433 140724607756032 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 23867392 140724607760660 140724607760936 140724607760936 140724607766506 0
/proc/45853/statm: 41007 27058 2400 1147 0 28434 0
Current children cumulated CPU time: 6.18 s
Current children cumulated vsize: 168220 KiB
Current children cumulated memory: 111176 KiB

[startup+12.7003 s]
/proc/loadavg: 4.55 4.54 4.33 5/260 45900
/proc/meminfo: memFree=127758576/131382120 swapFree=33010416/33010684
[pid=45850] ppid=45847 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/45850/stat : 45850 (run-opt-break-l) S 45847 45850 45182 0 -1 4194304 243 1431 0 0 0 0 1 0 20 0 1 0 48768658 4292608 736 18446744073709551615 94792212672512 94792213567045 140721118815824 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94792213806096 94792213853840 94792227737600 140721118824725 140721118824926 140721118824926 140721118830528 0
/proc/45850/statm: 1048 736 672 219 0 110 0
[pid=45853] ppid=45850 vsize=172520 memory=117532 CPUtime=12.56 cores=1,3
/proc/45853/stat : 45853 (roundingsat) R 45850 45850 45182 0 -1 4194304 23732 0 0 0 1211 45 0 0 20 0 1 0 48768663 176660480 29383 18446744073709551615 4227072 8923433 140724607756032 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 23867392 140724607760660 140724607760936 140724607760936 140724607766506 0
/proc/45853/statm: 43130 29383 2400 1147 0 30557 0
Current children cumulated CPU time: 12.57 s
Current children cumulated vsize: 176712 KiB
Current children cumulated memory: 120476 KiB

[startup+25.5004 s]
/proc/loadavg: 4.62 4.55 4.34 5/260 45900
/proc/meminfo: memFree=127577024/131382120 swapFree=33010416/33010684
[pid=45850] ppid=45847 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/45850/stat : 45850 (run-opt-break-l) S 45847 45850 45182 0 -1 4194304 243 1431 0 0 0 0 1 0 20 0 1 0 48768658 4292608 736 18446744073709551615 94792212672512 94792213567045 140721118815824 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94792213806096 94792213853840 94792227737600 140721118824725 140721118824926 140721118824926 140721118830528 0
/proc/45850/statm: 1048 736 672 219 0 110 0
[pid=45853] ppid=45850 vsize=181624 memory=131636 CPUtime=25.32 cores=1,3
/proc/45853/stat : 45853 (roundingsat) R 45850 45850 45182 0 -1 4194304 26731 0 0 0 2464 68 0 0 20 0 1 0 48768663 185982976 32909 18446744073709551615 4227072 8923433 140724607756032 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 23867392 140724607760660 140724607760936 140724607760936 140724607766506 0
/proc/45853/statm: 45406 32909 2400 1147 0 32833 0
Current children cumulated CPU time: 25.33 s
Current children cumulated vsize: 185816 KiB
Current children cumulated memory: 134580 KiB

[startup+51.1141 s]
/proc/loadavg: 4.75 4.59 4.36 5/259 45900
/proc/meminfo: memFree=127192288/131382120 swapFree=33010416/33010684
[pid=45850] ppid=45847 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/45850/stat : 45850 (run-opt-break-l) S 45847 45850 45182 0 -1 4194304 243 1431 0 0 0 0 1 0 20 0 1 0 48768658 4292608 736 18446744073709551615 94792212672512 94792213567045 140721118815824 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94792213806096 94792213853840 94792227737600 140721118824725 140721118824926 140721118824926 140721118830528 0
/proc/45850/statm: 1048 736 672 219 0 110 0
[pid=45853] ppid=45850 vsize=256332 memory=180120 CPUtime=50.87 cores=1,3
/proc/45853/stat : 45853 (roundingsat) R 45850 45850 45182 0 -1 4194304 37329 0 0 0 4979 108 0 0 20 0 1 0 48768663 262483968 45030 18446744073709551615 4227072 8923433 140724607756032 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 23867392 140724607760660 140724607760936 140724607760936 140724607766506 0
/proc/45853/statm: 64083 45030 2400 1147 0 51510 0
Current children cumulated CPU time: 50.88 s
Current children cumulated vsize: 260524 KiB
Current children cumulated memory: 183064 KiB

[startup+102.3 s]
/proc/loadavg: 4.47 4.54 4.35 5/261 45904
/proc/meminfo: memFree=126613488/131382120 swapFree=33010416/33010684
[pid=45850] ppid=45847 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/45850/stat : 45850 (run-opt-break-l) S 45847 45850 45182 0 -1 4194304 243 1431 0 0 0 0 1 0 20 0 1 0 48768658 4292608 736 18446744073709551615 94792212672512 94792213567045 140721118815824 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94792213806096 94792213853840 94792227737600 140721118824725 140721118824926 140721118824926 140721118830528 0
/proc/45850/statm: 1048 736 672 219 0 110 0
[pid=45853] ppid=45850 vsize=287140 memory=213108 CPUtime=101.83 cores=1,3
/proc/45853/stat : 45853 (roundingsat) R 45850 45850 45182 0 -1 4194304 44064 0 0 0 9999 184 0 0 20 0 1 0 48768663 294031360 53277 18446744073709551615 4227072 8923433 140724607756032 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 23867392 140724607760660 140724607760936 140724607760936 140724607766506 0
/proc/45853/statm: 71785 53277 2400 1147 0 59212 0
Current children cumulated CPU time: 101.84 s
Current children cumulated vsize: 291332 KiB
Current children cumulated memory: 216052 KiB

[startup+162.3 s]
/proc/loadavg: 4.28 4.47 4.34 5/261 45908
/proc/meminfo: memFree=125789104/131382120 swapFree=33010416/33010684
[pid=45850] ppid=45847 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/45850/stat : 45850 (run-opt-break-l) S 45847 45850 45182 0 -1 4194304 243 1431 0 0 0 0 1 0 20 0 1 0 48768658 4292608 736 18446744073709551615 94792212672512 94792213567045 140721118815824 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94792213806096 94792213853840 94792227737600 140721118824725 140721118824926 140721118824926 140721118830528 0
/proc/45850/statm: 1048 736 672 219 0 110 0
[pid=45853] ppid=45850 vsize=308928 memory=234296 CPUtime=161.52 cores=1,3
/proc/45853/stat : 45853 (roundingsat) R 45850 45850 45182 0 -1 4194304 48349 0 0 0 15882 270 0 0 20 0 1 0 48768663 316342272 58574 18446744073709551615 4227072 8923433 140724607756032 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 23867392 140724607760660 140724607760936 140724607760936 140724607766506 0
/proc/45853/statm: 77232 58574 2400 1147 0 64659 0
Current children cumulated CPU time: 161.53 s
Current children cumulated vsize: 313120 KiB
Current children cumulated memory: 237240 KiB

[startup+222.3 s]
/proc/loadavg: 4.18 4.41 4.33 5/260 45910
/proc/meminfo: memFree=125059244/131382120 swapFree=33010416/33010684
[pid=45850] ppid=45847 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/45850/stat : 45850 (run-opt-break-l) S 45847 45850 45182 0 -1 4194304 243 1431 0 0 0 0 1 0 20 0 1 0 48768658 4292608 736 18446744073709551615 94792212672512 94792213567045 140721118815824 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94792213806096 94792213853840 94792227737600 140721118824725 140721118824926 140721118824926 140721118830528 0
/proc/45850/statm: 1048 736 672 219 0 110 0
[pid=45853] ppid=45850 vsize=378736 memory=274276 CPUtime=221.2 cores=1,3
/proc/45853/stat : 45853 (roundingsat) R 45850 45850 45182 0 -1 4194304 56281 0 0 0 21750 370 0 0 20 0 1 0 48768663 387825664 68569 18446744073709551615 4227072 8923433 140724607756032 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 23867392 140724607760660 140724607760936 140724607760936 140724607766506 0
/proc/45853/statm: 94684 68569 2400 1147 0 82111 0

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

/proc/45853/statm: 202397 178410 2400 1147 0 189824 0
Current children cumulated CPU time: 3073.54 s
Current children cumulated vsize: 813780 KiB
Current children cumulated memory: 716584 KiB

[startup+3162.3 s]
/proc/loadavg: 4.16 4.21 4.15 5/263 46126
/proc/meminfo: memFree=97966564/131382120 swapFree=33010416/33010684
[pid=45850] ppid=45847 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/45850/stat : 45850 (run-opt-break-l) S 45847 45850 45182 0 -1 4194304 243 1431 0 0 0 0 1 0 20 0 1 0 48768658 4292608 736 18446744073709551615 94792212672512 94792213567045 140721118815824 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94792213806096 94792213853840 94792227737600 140721118824725 140721118824926 140721118824926 140721118830528 0
/proc/45850/statm: 1048 736 672 219 0 110 0
[pid=45853] ppid=45850 vsize=813944 memory=716200 CPUtime=3133.26 cores=1,3
/proc/45853/stat : 45853 (roundingsat) R 45850 45850 45182 0 -1 4194304 124213 0 0 0 309995 3331 0 0 20 0 1 0 48768663 833478656 179050 18446744073709551615 4227072 8923433 140724607756032 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 23867392 140724607760660 140724607760936 140724607760936 140724607766506 0
/proc/45853/statm: 203486 179050 2400 1147 0 190913 0
Current children cumulated CPU time: 3133.27 s
Current children cumulated vsize: 818136 KiB
Current children cumulated memory: 719144 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.18 4.15 5/263 46128
/proc/meminfo: memFree=97639192/131382120 swapFree=33010416/33010684
[pid=45850] ppid=45847 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/45850/stat : 45850 (run-opt-break-l) S 45847 45850 45182 0 -1 4194304 243 1431 0 0 0 0 1 0 20 0 1 0 48768658 4292608 736 18446744073709551615 94792212672512 94792213567045 140721118815824 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94792213806096 94792213853840 94792227737600 140721118824725 140721118824926 140721118824926 140721118830528 0
/proc/45850/statm: 1048 736 672 219 0 110 0
[pid=45853] ppid=45850 vsize=818812 memory=721984 CPUtime=3193 cores=1,3
/proc/45853/stat : 45853 (roundingsat) R 45850 45850 45182 0 -1 4194304 125139 0 0 0 315919 3381 0 0 20 0 1 0 48768663 838463488 180496 18446744073709551615 4227072 8923433 140724607756032 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 23867392 140724607760660 140724607760936 140724607760936 140724607766506 0
/proc/45853/statm: 204703 180496 2400 1147 0 192130 0
Current children cumulated CPU time: 3193.01 s
Current children cumulated vsize: 823004 KiB
Current children cumulated memory: 724928 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.18 4.15 5/260 46130
/proc/meminfo: memFree=97208264/131382120 swapFree=33010416/33010684
[pid=45850] ppid=45847 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/45850/stat : 45850 (run-opt-break-l) S 45847 45850 45182 0 -1 4194304 243 1431 0 0 0 0 1 0 20 0 1 0 48768658 4292608 736 18446744073709551615 94792212672512 94792213567045 140721118815824 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94792213806096 94792213853840 94792227737600 140721118824725 140721118824926 140721118824926 140721118830528 0
/proc/45850/statm: 1048 736 672 219 0 110 0
[pid=45853] ppid=45850 vsize=818812 memory=721984 CPUtime=3252.73 cores=1,3
/proc/45853/stat : 45853 (roundingsat) R 45850 45850 45182 0 -1 4194304 125139 0 0 0 321839 3434 0 0 20 0 1 0 48768663 838463488 180496 18446744073709551615 4227072 8923433 140724607756032 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 23867392 140724607760660 140724607760936 140724607760936 140724607766506 0
/proc/45853/statm: 204703 180496 2400 1147 0 192130 0
Current children cumulated CPU time: 3252.74 s
Current children cumulated vsize: 823004 KiB
Current children cumulated memory: 724928 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.16 4.14 5/261 46133
/proc/meminfo: memFree=96732716/131382120 swapFree=33010416/33010684
[pid=45850] ppid=45847 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/45850/stat : 45850 (run-opt-break-l) S 45847 45850 45182 0 -1 4194304 243 1431 0 0 0 0 1 0 20 0 1 0 48768658 4292608 736 18446744073709551615 94792212672512 94792213567045 140721118815824 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94792213806096 94792213853840 94792227737600 140721118824725 140721118824926 140721118824926 140721118830528 0
/proc/45850/statm: 1048 736 672 219 0 110 0
[pid=45853] ppid=45850 vsize=822136 memory=724032 CPUtime=3312.5 cores=1,3
/proc/45853/stat : 45853 (roundingsat) R 45850 45850 45182 0 -1 4194304 125657 0 0 0 327763 3487 0 0 20 0 1 0 48768663 841867264 181008 18446744073709551615 4227072 8923433 140724607756032 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 23867392 140724607760660 140724607760936 140724607760936 140724607766506 0
/proc/45853/statm: 205534 181008 2400 1147 0 192961 0
Current children cumulated CPU time: 3312.51 s
Current children cumulated vsize: 826328 KiB
Current children cumulated memory: 726976 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.14 4.13 5/259 46135
/proc/meminfo: memFree=96112580/131382120 swapFree=33010416/33010684
[pid=45850] ppid=45847 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/45850/stat : 45850 (run-opt-break-l) S 45847 45850 45182 0 -1 4194304 243 1431 0 0 0 0 1 0 20 0 1 0 48768658 4292608 736 18446744073709551615 94792212672512 94792213567045 140721118815824 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94792213806096 94792213853840 94792227737600 140721118824725 140721118824926 140721118824926 140721118830528 0
/proc/45850/statm: 1048 736 672 219 0 110 0
[pid=45853] ppid=45850 vsize=824456 memory=726208 CPUtime=3372.26 cores=1,3
/proc/45853/stat : 45853 (roundingsat) R 45850 45850 45182 0 -1 4194304 126183 0 0 0 333686 3540 0 0 20 0 1 0 48768663 844242944 181552 18446744073709551615 4227072 8923433 140724607756032 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 23867392 140724607760660 140724607760936 140724607760936 140724607766506 0
/proc/45853/statm: 206114 181552 2400 1147 0 193541 0
Current children cumulated CPU time: 3372.27 s
Current children cumulated vsize: 828648 KiB
Current children cumulated memory: 729152 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.15 4.13 5/259 46137
/proc/meminfo: memFree=95542548/131382120 swapFree=33010416/33010684
[pid=45850] ppid=45847 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/45850/stat : 45850 (run-opt-break-l) S 45847 45850 45182 0 -1 4194304 243 1431 0 0 0 0 1 0 20 0 1 0 48768658 4292608 736 18446744073709551615 94792212672512 94792213567045 140721118815824 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94792213806096 94792213853840 94792227737600 140721118824725 140721118824926 140721118824926 140721118830528 0
/proc/45850/statm: 1048 736 672 219 0 110 0
[pid=45853] ppid=45850 vsize=830840 memory=729920 CPUtime=3432 cores=1,3
/proc/45853/stat : 45853 (roundingsat) R 45850 45850 45182 0 -1 4194304 127110 0 0 0 339607 3593 0 0 20 0 1 0 48768663 850780160 182480 18446744073709551615 4227072 8923433 140724607756032 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 23867392 140724607760660 140724607760936 140724607760936 140724607766506 0
/proc/45853/statm: 207710 182480 2400 1147 0 195137 0
Current children cumulated CPU time: 3432.01 s
Current children cumulated vsize: 835032 KiB
Current children cumulated memory: 732864 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.13 4.13 5/258 46140
/proc/meminfo: memFree=95129796/131382120 swapFree=33010416/33010684
[pid=45850] ppid=45847 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/45850/stat : 45850 (run-opt-break-l) S 45847 45850 45182 0 -1 4194304 243 1431 0 0 0 0 1 0 20 0 1 0 48768658 4292608 736 18446744073709551615 94792212672512 94792213567045 140721118815824 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94792213806096 94792213853840 94792227737600 140721118824725 140721118824926 140721118824926 140721118830528 0
/proc/45850/statm: 1048 736 672 219 0 110 0
[pid=45853] ppid=45850 vsize=835220 memory=733760 CPUtime=3491.7 cores=1,3
/proc/45853/stat : 45853 (roundingsat) R 45850 45850 45182 0 -1 4194304 128094 0 0 0 345531 3639 0 0 20 0 1 0 48768663 855265280 183440 18446744073709551615 4227072 8923433 140724607756032 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 23867392 140724607760660 140724607760936 140724607760936 140724607766506 0
/proc/45853/statm: 208805 183440 2400 1147 0 196232 0
Current children cumulated CPU time: 3491.71 s
Current children cumulated vsize: 839412 KiB
Current children cumulated memory: 736704 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.12 4.12 5/259 46149
/proc/meminfo: memFree=94706960/131382120 swapFree=33010416/33010684
[pid=45850] ppid=45847 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/45850/stat : 45850 (run-opt-break-l) S 45847 45850 45182 0 -1 4194304 243 1431 0 0 0 0 1 0 20 0 1 0 48768658 4292608 736 18446744073709551615 94792212672512 94792213567045 140721118815824 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94792213806096 94792213853840 94792227737600 140721118824725 140721118824926 140721118824926 140721118830528 0
/proc/45850/statm: 1048 736 672 219 0 110 0
[pid=45853] ppid=45850 vsize=835928 memory=734784 CPUtime=3551.43 cores=1,3
/proc/45853/stat : 45853 (roundingsat) R 45850 45850 45182 0 -1 4194304 128583 0 0 0 351449 3694 0 0 20 0 1 0 48768663 855990272 183696 18446744073709551615 4227072 8923433 140724607756032 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 23867392 140724607760660 140724607760936 140724607760936 140724607766506 0
/proc/45853/statm: 208982 183696 2400 1147 0 196409 0
Current children cumulated CPU time: 3551.44 s
Current children cumulated vsize: 840120 KiB
Current children cumulated memory: 737728 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3631.11 s]
/proc/loadavg: 4.08 4.12 4.12 5/259 46198
/proc/meminfo: memFree=103285144/131382120 swapFree=33010416/33010684
[pid=45850] ppid=45847 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/45850/stat : 45850 (run-opt-break-l) S 45847 45850 45182 0 -1 4194304 243 1431 0 0 0 0 1 0 20 0 1 0 48768658 4292608 736 18446744073709551615 94792212672512 94792213567045 140721118815824 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94792213806096 94792213853840 94792227737600 140721118824725 140721118824926 140721118824926 140721118830528 0
/proc/45850/statm: 1048 736 672 219 0 110 0
[pid=45853] ppid=45850 vsize=835928 memory=734784 CPUtime=3600.01 cores=1,3
/proc/45853/stat : 45853 (roundingsat) R 45850 45850 45182 0 -1 4194304 128604 0 0 0 356269 3732 0 0 20 0 1 0 48768663 855990272 183696 18446744073709551615 4227072 8923433 140724607756032 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 23867392 140724607760660 140724607760936 140724607760936 140724607766506 0
/proc/45853/statm: 208982 183696 2400 1147 0 196409 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 840120 KiB
Current children cumulated memory: 737728 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.014762 s, system=0.008238 s

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

# cumulated CPU time of all completed processes:  user=3562.72 s, system=37.3467 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+3631.11 s]
/proc/loadavg: 4.08 4.12 4.12 5/259 46198
/proc/meminfo: memFree=103285144/131382120 swapFree=33010416/33010684
[pid=45850] ppid=45847 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/45850/stat : 45850 (run-opt-break-l) S 45847 45850 45182 0 -1 4194304 243 1431 0 0 0 0 1 0 20 0 1 0 48768658 4292608 736 18446744073709551615 94792212672512 94792213567045 140721118815824 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94792213806096 94792213853840 94792227737600 140721118824725 140721118824926 140721118824926 140721118830528 0
/proc/45850/statm: 1048 736 672 219 0 110 0
[pid=45853] ppid=45850 vsize=835928 memory=734784 CPUtime=3600.01 cores=1,3
/proc/45853/stat : 45853 (roundingsat) R 45850 45850 45182 0 -1 4194304 128604 0 0 0 356269 3732 0 0 20 0 1 0 48768663 855990272 183696 18446744073709551615 4227072 8923433 140724607756032 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 23867392 140724607760660 140724607760936 140724607760936 140724607766506 0
/proc/45853/statm: 208982 183696 2400 1147 0 196409 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 840120 KiB
Current children cumulated memory: 737728 KiB

Child status: 2

Real time (s): 3631.17
CPU time (s): 3600.06
CPU user time (s): 3562.72
CPU system time (s): 37.3467
CPU usage (%): 99.1435
Max. virtual memory (cumulated for all children) (KiB): 840120
Max. memory (cumulated for all children) (KiB): 737728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3562.72
system time used= 37.3467
maximum resident set size= 735168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 130299
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16290872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1411
involuntary context switches= 5719


# summary of solver processes directly reported to runsolver:
#   pid: 45850,45853
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3562.72
#   total CPU system time (s): 37.3467

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.417 second user time and 39.7599 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-07-01 02:48:13
IDJOB=4488637
IDBENCH=147525
IDSOLVER=3360
FILE ID=nodeC006/4488637-1751330893
RUNJOBID= nodeC006-1751327275-45194
SLURM_JOB_ID= 9594368
Free space on /tmp= 433032 MiB

SOLVER NAME= roundingsat+pbsuma-opt-log 63f22ad
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/vtxcov/normalized-vtxcov_v2000_e4000_36.opb.PB06.opb
COMMAND LINE= run-opt-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4488637-1751330893/watcher-4488637-1751330893 -o /tmp/evaluation-result-4488637-1751330893/solver-4488637-1751330893 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751327275-45194 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4488637-1751330893.opb PROOFDIR/proof-4488637-1751330893

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

MD5SUM BENCH= 865c9eee5cef9cdfeb385b5316eb6b14
RANDOM SEED=1052577337

nodeC006 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	: 0xb00001f
cpu MHz		: 3662.168
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.233
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1196.857
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1795.712
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 3520.302
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 3391.895
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.294
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1198.153
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        122264252 kB
MemAvailable:   129148472 kB
Buffers:            2128 kB
Cached:          7681776 kB
SwapCached:           12 kB
Active:          1227020 kB
Inactive:        7356716 kB
Active(anon):     906776 kB
Inactive(anon):    11092 kB
Active(file):     320244 kB
Inactive(file):  7345624 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             37404 kB
Writeback:             4 kB
AnonPages:        899376 kB
Mapped:           116864 kB
Shmem:             17948 kB
KReclaimable:     115576 kB
Slab:             199732 kB
SReclaimable:     115576 kB
SUnreclaim:        84156 kB
KernelStack:        4176 kB
PageTables:         4888 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    1362604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149592 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    759808 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:      191304 kB
DirectMap2M:    10196992 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 433028 MiB
End job on nodeC006 at 2025-07-01 03:48:44