Trace number 4488682

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
roundingsat+pbsuma-opt 63f22adSAT (TO)1036 3600.05 3610.62

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_34.opb.PB06.opb
MD5SUM52f0a3c0093dc9bf421bafb6505effdf
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1033
Best CPU time to get the best result obtained on this benchmark3585.56
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1960
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 1960
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 1960
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 1960
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.03	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.03	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.03	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.03	c │      (c) 2025 Markus Anders                                    │
0.00/0.03	c └────────────────────────────────────────────────────────────────┘
0.00/0.03	c parse 'HOME/instance-4488682-1751330709.opb'
0.00/0.03	c 	read 0.11MB  (5.30ms)
0.00/0.03	c	 [cnf: #variables 1960 #clauses 3999 #duplicates 2 #arr 9956]
0.00/0.03	c 
0.00/0.03	c make graph and approximate orbits
0.00/0.04	c	 [group: #orbits ~= 22] (6.36ms)
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 	 (1.09ms)
0.00/0.04	c 
0.00/0.04	c detect symmetries on remainder
0.00/0.04	c 	[graph: #vertices 9879 #edges 27752]
0.00/0.04	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.04	c 	 [group: #symmetries 2.05*10^3 #generators 11] (4.74ms)
0.00/0.04	c 
0.00/0.04	c optimize generators (opt_passes=64, conjugate_limit=256)
0.00/0.04	c 	ran it=0, +gens=1 
0.00/0.05	c 	con best_support=4, best_gens=11, +gens=0
0.00/0.05	c 	(3.84ms)
0.00/0.05	c 
0.00/0.05	c finalize break order and special generators
0.00/0.05	c 
0.00/0.05	c add generic predicates (break_depth=20)
0.00/0.05	c 	added predicates for 12 generators (0.02ms)
0.00/0.05	c 
0.00/0.05	c generation finished
0.00/0.05	c 	[sbp: #constraints 12 #add_vars 0]
0.00/0.05	c 
0.00/0.05	c write result to 'HOME/instance-4488682-1751330709.opb.pre'
0.00/0.05	c 	wrote 0.12MB (0.96ms)
0.00/0.05	c ------------------------------------------------------------------
0.00/0.05	c                   6.36ms 27.67% approx_orbits
0.00/0.05	c                   5.29ms 23.02% parse
0.00/0.05	c                   4.74ms 20.62% detect_generic
0.00/0.05	c                   3.84ms 16.71% optimize_gens
0.00/0.05	c                   1.09ms  4.76% detect_special
0.00/0.05	c                   0.96ms  4.19% output
0.00/0.05	c                   0.52ms  2.27% other
0.00/0.05	c                   0.16ms  0.69% finalize_order
0.00/0.05	c                   0.02ms  0.08% break_generic
0.00/0.05	c         ───────────────────────────────────────────────
0.00/0.05	c                  23.00ms   100% total
0.00/0.05	c ------------------------------------------------------------------
0.00/0.08	c RoundingSat 2
0.00/0.08	c branch pb25
0.00/0.08	c commit 63f22ad
0.04/0.12	c #variables 1960 #constraints 4010
0.04/0.12	c objective is ce32 
0.04/0.12	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.04/0.12	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.04/0.12	c bounds - >= 0 @ 0.037486
0.16/0.24	c bounds 1205 >= 0 @ 0.136325
0.16/0.24	c bounds 1205 >= 1 @ 0.136866
0.16/0.25	c bounds 1205 >= 2 @ 0.137761
0.16/0.25	c bounds 1205 >= 3 @ 0.139093
0.16/0.25	c bounds 1205 >= 4 @ 0.139735
0.16/0.25	c bounds 1205 >= 5 @ 0.140374
0.16/0.25	c bounds 1205 >= 6 @ 0.141006
0.16/0.25	c bounds 1205 >= 7 @ 0.141645
0.16/0.25	c bounds 1205 >= 8 @ 0.142267
0.16/0.25	c bounds 1205 >= 9 @ 0.142904
0.16/0.25	c bounds 1205 >= 10 @ 0.143541
0.16/0.25	c bounds 1205 >= 11 @ 0.144182
0.16/0.25	c bounds 1205 >= 12 @ 0.144819
0.16/0.25	c bounds 1205 >= 13 @ 0.145462
0.16/0.25	c bounds 1205 >= 14 @ 0.146101
0.16/0.25	c bounds 1205 >= 15 @ 0.146744
0.16/0.25	c bounds 1205 >= 16 @ 0.147385
0.16/0.26	c bounds 1205 >= 17 @ 0.148023
0.16/0.26	c bounds 1205 >= 18 @ 0.148664
0.16/0.26	c bounds 1205 >= 19 @ 0.149305
0.16/0.26	c bounds 1205 >= 20 @ 0.149942
0.16/0.26	c bounds 1205 >= 21 @ 0.150585
0.16/0.26	c bounds 1205 >= 22 @ 0.151221
0.16/0.26	c bounds 1205 >= 23 @ 0.151859
0.16/0.26	c bounds 1205 >= 24 @ 0.152497
0.16/0.26	c bounds 1205 >= 25 @ 0.153138
0.16/0.26	c bounds 1205 >= 26 @ 0.153779
0.16/0.26	c bounds 1205 >= 27 @ 0.154418
0.16/0.26	c bounds 1205 >= 28 @ 0.155055
0.16/0.26	c bounds 1205 >= 29 @ 0.155694
0.16/0.26	c bounds 1205 >= 30 @ 0.156349
0.16/0.26	c bounds 1205 >= 31 @ 0.156989
0.16/0.27	c bounds 1205 >= 32 @ 0.157634
0.16/0.27	c bounds 1205 >= 33 @ 0.158277
0.16/0.27	c bounds 1205 >= 34 @ 0.158915
0.16/0.27	c bounds 1205 >= 35 @ 0.15956
0.16/0.27	c bounds 1205 >= 36 @ 0.160201
0.16/0.27	c bounds 1205 >= 37 @ 0.160846
0.16/0.27	c bounds 1205 >= 38 @ 0.161485
0.16/0.27	c bounds 1205 >= 39 @ 0.162125
0.16/0.27	c bounds 1205 >= 40 @ 0.162765
0.16/0.27	c bounds 1205 >= 41 @ 0.163405
0.16/0.27	c bounds 1205 >= 42 @ 0.16404
0.16/0.27	c bounds 1205 >= 43 @ 0.164671
0.16/0.27	c bounds 1205 >= 44 @ 0.165313
0.16/0.27	c bounds 1205 >= 45 @ 0.165948
0.16/0.27	c bounds 1205 >= 46 @ 0.166584
0.16/0.27	c bounds 1205 >= 47 @ 0.167222
0.16/0.28	c bounds 1205 >= 48 @ 0.167859
0.16/0.28	c bounds 1205 >= 49 @ 0.168501
0.16/0.28	c bounds 1205 >= 50 @ 0.169141
0.16/0.28	c bounds 1205 >= 51 @ 0.169784
0.16/0.28	c bounds 1205 >= 52 @ 0.17042
0.16/0.28	c bounds 1205 >= 53 @ 0.171053
0.16/0.28	c bounds 1205 >= 54 @ 0.171688
0.16/0.28	c bounds 1205 >= 55 @ 0.172326
0.16/0.28	c bounds 1205 >= 56 @ 0.172964
0.16/0.28	c bounds 1205 >= 57 @ 0.173599
0.16/0.28	c bounds 1205 >= 58 @ 0.174236
0.16/0.28	c bounds 1205 >= 59 @ 0.174874
0.16/0.28	c bounds 1205 >= 60 @ 0.175511
0.16/0.28	c bounds 1205 >= 61 @ 0.176151
0.16/0.28	c bounds 1205 >= 62 @ 0.176789
0.16/0.28	c bounds 1205 >= 63 @ 0.177427
0.16/0.29	c bounds 1205 >= 64 @ 0.178073
0.16/0.29	c bounds 1205 >= 65 @ 0.178709
0.16/0.29	c bounds 1205 >= 66 @ 0.179348
0.16/0.29	c bounds 1205 >= 67 @ 0.179987
0.16/0.29	c bounds 1205 >= 68 @ 0.180626
0.16/0.29	c bounds 1205 >= 69 @ 0.181267
0.16/0.29	c bounds 1205 >= 70 @ 0.181906
0.16/0.29	c bounds 1205 >= 71 @ 0.182535
0.16/0.29	c bounds 1205 >= 72 @ 0.183159
0.16/0.29	c bounds 1205 >= 73 @ 0.183788
0.16/0.29	c bounds 1205 >= 74 @ 0.184427
0.16/0.29	c bounds 1205 >= 75 @ 0.185061
0.16/0.29	c bounds 1205 >= 76 @ 0.185688
0.16/0.29	c bounds 1205 >= 77 @ 0.186309
0.16/0.29	c bounds 1205 >= 78 @ 0.186942
0.16/0.30	c bounds 1205 >= 79 @ 0.187559
0.16/0.30	c bounds 1205 >= 80 @ 0.188191
0.16/0.30	c bounds 1205 >= 81 @ 0.188826
0.16/0.30	c bounds 1205 >= 82 @ 0.189457
0.16/0.30	c bounds 1205 >= 83 @ 0.190088
0.16/0.30	c bounds 1205 >= 84 @ 0.19072
0.16/0.30	c bounds 1205 >= 85 @ 0.191356
0.16/0.30	c bounds 1205 >= 86 @ 0.191989
0.16/0.30	c bounds 1205 >= 87 @ 0.192615
0.16/0.30	c bounds 1205 >= 88 @ 0.193681
0.16/0.30	c bounds 1205 >= 89 @ 0.195128
0.16/0.30	c bounds 1205 >= 90 @ 0.195869
0.16/0.30	c bounds 1205 >= 91 @ 0.196484
0.16/0.30	c bounds 1205 >= 92 @ 0.197105
0.16/0.31	c bounds 1205 >= 93 @ 0.197722
0.16/0.31	c bounds 1205 >= 94 @ 0.198339
0.16/0.31	c bounds 1205 >= 95 @ 0.198957
0.16/0.31	c bounds 1205 >= 96 @ 0.199576
0.16/0.31	c bounds 1205 >= 97 @ 0.200192
0.16/0.31	c bounds 1205 >= 98 @ 0.20081
0.16/0.31	c bounds 1205 >= 99 @ 0.201429
0.16/0.31	c bounds 1205 >= 100 @ 0.202067
0.16/0.31	c bounds 1205 >= 101 @ 0.202706
0.16/0.31	c bounds 1205 >= 102 @ 0.203342
0.16/0.31	c bounds 1205 >= 103 @ 0.203972
0.16/0.31	c bounds 1205 >= 104 @ 0.204614
0.16/0.31	c bounds 1205 >= 105 @ 0.20526
0.16/0.31	c bounds 1205 >= 106 @ 0.205905
0.16/0.31	c bounds 1205 >= 107 @ 0.206551
0.16/0.32	c bounds 1205 >= 108 @ 0.207196
0.16/0.32	c bounds 1205 >= 109 @ 0.207419
0.16/0.32	c bounds 1205 >= 110 @ 0.207549
0.16/0.32	c bounds 1205 >= 111 @ 0.208191
0.16/0.32	c bounds 1205 >= 112 @ 0.208832
0.16/0.32	c bounds 1205 >= 113 @ 0.209472
0.16/0.32	c bounds 1205 >= 114 @ 0.21011
0.16/0.32	c bounds 1205 >= 115 @ 0.21077
0.16/0.32	c bounds 1205 >= 116 @ 0.211398
0.16/0.32	c bounds 1205 >= 117 @ 0.212022
0.16/0.32	c bounds 1205 >= 118 @ 0.212661
0.25/0.32	c bounds 1205 >= 119 @ 0.213301
0.25/0.32	c bounds 1205 >= 120 @ 0.213943
0.25/0.32	c bounds 1205 >= 121 @ 0.214578
0.25/0.32	c bounds 1205 >= 122 @ 0.215211
0.25/0.33	c bounds 1205 >= 123 @ 0.215842
0.25/0.33	c bounds 1205 >= 124 @ 0.21648
0.25/0.33	c bounds 1205 >= 125 @ 0.217097
0.25/0.33	c bounds 1205 >= 126 @ 0.217719
0.25/0.33	c bounds 1205 >= 127 @ 0.21835
0.25/0.33	c bounds 1205 >= 128 @ 0.21898
0.25/0.33	c bounds 1205 >= 129 @ 0.21961
0.25/0.33	c bounds 1205 >= 130 @ 0.220232
0.25/0.33	c bounds 1205 >= 131 @ 0.220839
0.25/0.33	c bounds 1205 >= 132 @ 0.221457
0.25/0.33	c bounds 1205 >= 133 @ 0.222067
0.25/0.33	c bounds 1205 >= 134 @ 0.222685
0.25/0.33	c bounds 1205 >= 135 @ 0.223296
0.25/0.33	c bounds 1205 >= 136 @ 0.223905
0.25/0.33	c bounds 1205 >= 137 @ 0.224524
0.25/0.33	c bounds 1205 >= 138 @ 0.225136
0.25/0.34	c bounds 1205 >= 139 @ 0.225757
0.25/0.34	c bounds 1205 >= 140 @ 0.226365
0.25/0.34	c bounds 1205 >= 141 @ 0.226976
0.25/0.34	c bounds 1205 >= 142 @ 0.227586
0.25/0.34	c bounds 1205 >= 143 @ 0.228206
0.25/0.34	c bounds 1205 >= 144 @ 0.228817
0.25/0.34	c bounds 1205 >= 145 @ 0.229445
0.25/0.34	c bounds 1205 >= 146 @ 0.230064
0.25/0.34	c bounds 1205 >= 147 @ 0.23069
0.25/0.34	c bounds 1205 >= 148 @ 0.231307
0.25/0.34	c bounds 1205 >= 149 @ 0.231931
0.25/0.34	c bounds 1205 >= 150 @ 0.232554
0.25/0.34	c bounds 1205 >= 151 @ 0.23316
0.25/0.34	c bounds 1205 >= 152 @ 0.233786
0.25/0.34	c bounds 1205 >= 153 @ 0.234418
0.25/0.34	c bounds 1205 >= 154 @ 0.235032
0.25/0.35	c bounds 1205 >= 155 @ 0.235645
0.25/0.35	c bounds 1205 >= 156 @ 0.236271
0.25/0.35	c bounds 1205 >= 157 @ 0.236875
0.25/0.35	c bounds 1205 >= 158 @ 0.23749
0.25/0.35	c bounds 1205 >= 159 @ 0.238105
0.25/0.35	c bounds 1205 >= 160 @ 0.238714
0.25/0.35	c bounds 1205 >= 161 @ 0.239322
0.25/0.35	c bounds 1205 >= 162 @ 0.239941
0.25/0.35	c bounds 1205 >= 163 @ 0.240559
0.25/0.35	c bounds 1205 >= 164 @ 0.241168
0.25/0.35	c bounds 1205 >= 165 @ 0.241777
0.25/0.35	c bounds 1205 >= 166 @ 0.241967
0.25/0.35	c bounds 1205 >= 167 @ 0.242092
0.25/0.35	c bounds 1205 >= 168 @ 0.242704
0.25/0.35	c bounds 1205 >= 169 @ 0.243298
0.25/0.35	c bounds 1205 >= 170 @ 0.243912
0.25/0.35	c bounds 1205 >= 171 @ 0.244548
0.25/0.36	c bounds 1205 >= 172 @ 0.245181
0.25/0.36	c bounds 1205 >= 173 @ 0.245811
0.25/0.36	c bounds 1205 >= 174 @ 0.246437
0.25/0.36	c bounds 1205 >= 175 @ 0.247045
0.25/0.36	c bounds 1205 >= 176 @ 0.247685
0.25/0.36	c bounds 1205 >= 177 @ 0.248304
0.25/0.36	c bounds 1205 >= 178 @ 0.248918
0.25/0.36	c bounds 1205 >= 179 @ 0.249539
0.25/0.36	c bounds 1205 >= 180 @ 0.250156
0.25/0.36	c bounds 1205 >= 181 @ 0.250764
0.25/0.36	c bounds 1205 >= 182 @ 0.25138
0.25/0.36	c bounds 1205 >= 183 @ 0.251995
0.25/0.36	c bounds 1205 >= 184 @ 0.252612
0.25/0.36	c bounds 1205 >= 185 @ 0.253232
0.25/0.36	c bounds 1205 >= 186 @ 0.253839
0.25/0.36	c bounds 1205 >= 187 @ 0.254448
0.25/0.37	c bounds 1205 >= 188 @ 0.255066
0.25/0.37	c bounds 1205 >= 189 @ 0.255677
0.25/0.37	c bounds 1205 >= 190 @ 0.25629
0.25/0.37	c bounds 1205 >= 191 @ 0.256905
0.25/0.37	c bounds 1205 >= 192 @ 0.25752
0.25/0.37	c bounds 1205 >= 193 @ 0.25814
0.25/0.37	c bounds 1205 >= 194 @ 0.258762
0.25/0.37	c bounds 1205 >= 195 @ 0.259387
0.25/0.37	c bounds 1205 >= 196 @ 0.259997
0.25/0.37	c bounds 1205 >= 197 @ 0.260609
0.25/0.37	c bounds 1205 >= 198 @ 0.261232
0.25/0.37	c bounds 1205 >= 199 @ 0.261836
0.25/0.37	c bounds 1205 >= 200 @ 0.262456
0.25/0.37	c bounds 1205 >= 201 @ 0.263084
0.25/0.37	c bounds 1205 >= 202 @ 0.263698
0.25/0.37	c bounds 1205 >= 203 @ 0.264317
0.25/0.38	c bounds 1205 >= 204 @ 0.26494
0.25/0.38	c bounds 1205 >= 205 @ 0.265556
0.25/0.38	c bounds 1205 >= 206 @ 0.266176
0.25/0.38	c bounds 1205 >= 207 @ 0.266786
0.25/0.38	c bounds 1205 >= 208 @ 0.267394
0.25/0.38	c bounds 1205 >= 209 @ 0.268016
0.25/0.38	c bounds 1205 >= 210 @ 0.268647
0.25/0.38	c bounds 1205 >= 211 @ 0.269276
0.25/0.38	c bounds 1205 >= 212 @ 0.270091
0.25/0.38	c bounds 1205 >= 213 @ 0.270572
0.25/0.38	c bounds 1205 >= 214 @ 0.271045
0.25/0.38	c bounds 1205 >= 215 @ 0.27154
0.25/0.38	c bounds 1205 >= 216 @ 0.272037
0.25/0.38	c bounds 1205 >= 217 @ 0.272504
0.25/0.38	c bounds 1205 >= 218 @ 0.272975
0.25/0.38	c bounds 1205 >= 219 @ 0.273442
0.25/0.38	c bounds 1205 >= 220 @ 0.273912
0.25/0.39	c bounds 1205 >= 221 @ 0.274391
0.25/0.39	c bounds 1205 >= 222 @ 0.274887
0.25/0.39	c bounds 1205 >= 223 @ 0.275379
0.25/0.39	c bounds 1205 >= 224 @ 0.275861
0.25/0.39	c bounds 1205 >= 225 @ 0.276349
0.25/0.39	c bounds 1205 >= 226 @ 0.276825
0.25/0.39	c bounds 1205 >= 227 @ 0.277294
0.25/0.39	c bounds 1205 >= 228 @ 0.277768
0.25/0.39	c bounds 1205 >= 229 @ 0.278237
0.25/0.39	c bounds 1205 >= 230 @ 0.278722
0.25/0.39	c bounds 1205 >= 231 @ 0.279205
0.25/0.39	c bounds 1205 >= 232 @ 0.279675
0.25/0.39	c bounds 1205 >= 233 @ 0.280143
0.25/0.39	c bounds 1205 >= 234 @ 0.28062
0.25/0.39	c bounds 1205 >= 235 @ 0.281106
0.25/0.39	c bounds 1205 >= 236 @ 0.281588
0.25/0.39	c bounds 1205 >= 237 @ 0.282077
0.25/0.39	c bounds 1205 >= 238 @ 0.282549
0.25/0.39	c bounds 1205 >= 239 @ 0.283029
0.25/0.39	c bounds 1205 >= 240 @ 0.283508
0.25/0.39	c bounds 1205 >= 241 @ 0.283999
0.25/0.40	c bounds 1205 >= 242 @ 0.284468
0.25/0.40	c bounds 1205 >= 243 @ 0.284945
0.25/0.40	c bounds 1205 >= 244 @ 0.285422
0.25/0.40	c bounds 1205 >= 245 @ 0.285892
0.25/0.40	c bounds 1205 >= 246 @ 0.286364
0.25/0.40	c bounds 1205 >= 247 @ 0.286838
0.25/0.40	c bounds 1205 >= 248 @ 0.287312
0.25/0.40	c bounds 1205 >= 249 @ 0.28779
0.25/0.40	c bounds 1205 >= 250 @ 0.28827
0.25/0.40	c bounds 1205 >= 251 @ 0.288744
0.25/0.40	c bounds 1205 >= 252 @ 0.289209
0.25/0.40	c bounds 1205 >= 253 @ 0.28968
0.25/0.40	c bounds 1205 >= 254 @ 0.290163
0.25/0.40	c bounds 1205 >= 255 @ 0.290637
0.25/0.40	c bounds 1205 >= 256 @ 0.291114
0.25/0.40	c bounds 1205 >= 257 @ 0.2916
0.25/0.40	c bounds 1205 >= 258 @ 0.292081
0.25/0.40	c bounds 1205 >= 259 @ 0.292557
0.25/0.40	c bounds 1205 >= 260 @ 0.293034
0.25/0.40	c bounds 1205 >= 261 @ 0.293527
0.25/0.40	c bounds 1205 >= 262 @ 0.294012
0.25/0.41	c bounds 1205 >= 263 @ 0.294498
0.25/0.41	c bounds 1205 >= 264 @ 0.294976
0.25/0.41	c bounds 1205 >= 265 @ 0.295451
0.25/0.41	c bounds 1205 >= 266 @ 0.296569
0.25/0.41	c bounds 1205 >= 267 @ 0.297046
0.25/0.41	c bounds 1205 >= 268 @ 0.297534
0.25/0.41	c bounds 1205 >= 269 @ 0.298029
0.25/0.41	c bounds 1205 >= 270 @ 0.298517
0.25/0.41	c bounds 1205 >= 271 @ 0.299051
0.25/0.41	c bounds 1205 >= 272 @ 0.299552
0.25/0.41	c bounds 1205 >= 273 @ 0.299552
0.25/0.41	c bounds 1205 >= 274 @ 0.299552
0.25/0.41	c bounds 1205 >= 275 @ 0.299967
0.25/0.41	c bounds 1205 >= 276 @ 0.300412
0.25/0.41	c bounds 1205 >= 277 @ 0.300906
0.25/0.41	c bounds 1205 >= 278 @ 0.301396
0.25/0.41	c bounds 1205 >= 279 @ 0.301894
0.25/0.41	c bounds 1205 >= 280 @ 0.302379
0.25/0.41	c bounds 1205 >= 281 @ 0.302878
0.25/0.42	c bounds 1205 >= 282 @ 0.303368
0.25/0.42	c bounds 1205 >= 283 @ 0.303851
0.25/0.42	c bounds 1205 >= 284 @ 0.304362
0.25/0.42	c bounds 1205 >= 285 @ 0.304864
0.25/0.42	c bounds 1205 >= 286 @ 0.305361
0.25/0.42	c bounds 1205 >= 287 @ 0.305857
0.25/0.42	c bounds 1205 >= 288 @ 0.306348
0.36/0.48	c bounds 1204 >= 288 @ 0.366396
0.36/0.48	c bounds 1204 >= 289 @ 0.366942
0.36/0.48	c bounds 1204 >= 290 @ 0.367434
0.36/0.48	c bounds 1204 >= 291 @ 0.367938
0.36/0.48	c bounds 1204 >= 292 @ 0.36843
0.36/0.48	c bounds 1204 >= 293 @ 0.368916
0.36/0.48	c bounds 1204 >= 294 @ 0.369401
0.36/0.48	c bounds 1204 >= 295 @ 0.369892
0.36/0.49	c bounds 1204 >= 296 @ 0.370373
0.36/0.49	c bounds 1204 >= 297 @ 0.370857
0.36/0.49	c bounds 1204 >= 298 @ 0.371378
0.36/0.49	c bounds 1204 >= 299 @ 0.371875
0.36/0.49	c bounds 1204 >= 300 @ 0.372357
0.36/0.49	c bounds 1204 >= 301 @ 0.372837
0.36/0.49	c bounds 1204 >= 302 @ 0.373308
0.36/0.49	c bounds 1204 >= 303 @ 0.373781
0.36/0.49	c bounds 1204 >= 304 @ 0.374261
0.36/0.49	c bounds 1204 >= 305 @ 0.374732
0.36/0.49	c bounds 1204 >= 306 @ 0.375236
0.36/0.49	c bounds 1204 >= 307 @ 0.375717
0.36/0.49	c bounds 1204 >= 308 @ 0.376201
0.36/0.49	c bounds 1204 >= 309 @ 0.376691
0.36/0.49	c bounds 1204 >= 310 @ 0.377167
0.36/0.49	c bounds 1204 >= 311 @ 0.377658
0.36/0.49	c bounds 1204 >= 312 @ 0.378141
0.36/0.49	c bounds 1204 >= 313 @ 0.378615
0.36/0.49	c bounds 1204 >= 314 @ 0.379092
0.36/0.49	c bounds 1204 >= 315 @ 0.379583
0.36/0.49	c bounds 1204 >= 316 @ 0.380077
0.36/0.50	c bounds 1204 >= 317 @ 0.380573
0.36/0.50	c bounds 1204 >= 318 @ 0.381063
0.36/0.50	c bounds 1204 >= 319 @ 0.381543
0.36/0.50	c bounds 1204 >= 320 @ 0.381691
0.36/0.50	c bounds 1204 >= 321 @ 0.381691
0.36/0.50	c bounds 1204 >= 322 @ 0.381989
0.36/0.50	c bounds 1204 >= 323 @ 0.382468
0.36/0.50	c bounds 1204 >= 324 @ 0.382941
0.36/0.50	c bounds 1204 >= 325 @ 0.383423
0.36/0.50	c bounds 1204 >= 326 @ 0.383908
0.36/0.50	c bounds 1204 >= 327 @ 0.384398
0.36/0.50	c bounds 1204 >= 328 @ 0.384877
0.36/0.50	c bounds 1204 >= 329 @ 0.385353
0.36/0.50	c bounds 1204 >= 330 @ 0.385844
0.36/0.50	c bounds 1204 >= 331 @ 0.38633
0.36/0.50	c bounds 1204 >= 332 @ 0.386823
0.36/0.50	c bounds 1204 >= 333 @ 0.387302
0.36/0.50	c bounds 1204 >= 334 @ 0.387783
0.36/0.50	c bounds 1204 >= 335 @ 0.388265
0.36/0.50	c bounds 1204 >= 336 @ 0.388751
0.36/0.50	c bounds 1204 >= 337 @ 0.389224
0.36/0.51	c bounds 1204 >= 338 @ 0.389706
0.36/0.51	c bounds 1204 >= 339 @ 0.390184
0.36/0.51	c bounds 1204 >= 340 @ 0.39065
0.36/0.51	c bounds 1204 >= 341 @ 0.391133
0.36/0.51	c bounds 1204 >= 342 @ 0.391607
0.36/0.51	c bounds 1204 >= 343 @ 0.392091
0.36/0.51	c bounds 1204 >= 344 @ 0.392567
0.36/0.51	c bounds 1204 >= 345 @ 0.393035
0.36/0.51	c bounds 1204 >= 346 @ 0.393521
0.36/0.51	c bounds 1204 >= 347 @ 0.394025
0.36/0.51	c bounds 1204 >= 348 @ 0.394529
0.36/0.51	c bounds 1204 >= 349 @ 0.394529
0.36/0.51	c bounds 1204 >= 350 @ 0.394625
0.36/0.51	c bounds 1204 >= 351 @ 0.395082
0.36/0.51	c bounds 1204 >= 352 @ 0.395539
0.36/0.51	c bounds 1204 >= 353 @ 0.396031
0.36/0.51	c bounds 1204 >= 354 @ 0.396521
0.36/0.51	c bounds 1204 >= 355 @ 0.396999
0.36/0.51	c bounds 1204 >= 356 @ 0.397505
0.36/0.52	c bounds 1204 >= 357 @ 0.397993
0.36/0.52	c bounds 1204 >= 358 @ 0.39849
0.36/0.52	c bounds 1204 >= 359 @ 0.399003
0.36/0.52	c bounds 1204 >= 360 @ 0.399494
0.36/0.52	c bounds 1204 >= 361 @ 0.399995
0.36/0.52	c bounds 1204 >= 362 @ 0.400489
0.36/0.52	c bounds 1204 >= 363 @ 0.400973
0.36/0.52	c bounds 1204 >= 364 @ 0.401486
0.36/0.52	c bounds 1204 >= 365 @ 0.401986
0.36/0.52	c bounds 1204 >= 366 @ 0.402488
0.36/0.52	c bounds 1204 >= 367 @ 0.402979
0.36/0.52	c bounds 1204 >= 368 @ 0.402979
0.36/0.52	c bounds 1204 >= 369 @ 0.403009
0.45/0.52	c bounds 1204 >= 370 @ 0.4035
0.45/0.52	c bounds 1204 >= 371 @ 0.403987
0.45/0.52	c bounds 1204 >= 372 @ 0.404479
0.45/0.52	c bounds 1204 >= 373 @ 0.404964
0.45/0.52	c bounds 1204 >= 374 @ 0.405464
0.45/0.52	c bounds 1204 >= 375 @ 0.405981
0.45/0.52	c bounds 1204 >= 376 @ 0.406463
0.45/0.53	c bounds 1204 >= 377 @ 0.406945
0.45/0.53	c bounds 1204 >= 378 @ 0.407071
0.45/0.53	c bounds 1204 >= 379 @ 0.407071
0.45/0.53	c bounds 1204 >= 380 @ 0.407071
0.45/0.53	c bounds 1204 >= 381 @ 0.407071
0.45/0.53	c bounds 1204 >= 382 @ 0.407074
0.45/0.53	c bounds 1204 >= 383 @ 0.407074
0.45/0.53	c bounds 1204 >= 384 @ 0.407372
0.45/0.53	c bounds 1204 >= 385 @ 0.407881
0.45/0.53	c bounds 1204 >= 386 @ 0.408368
0.45/0.53	c bounds 1204 >= 387 @ 0.408851
0.45/0.53	c bounds 1204 >= 388 @ 0.409339
0.45/0.53	c bounds 1204 >= 389 @ 0.409833
0.45/0.53	c bounds 1204 >= 390 @ 0.410333
0.45/0.53	c bounds 1204 >= 391 @ 0.410821
0.45/0.53	c bounds 1204 >= 392 @ 0.411315
0.45/0.53	c bounds 1204 >= 393 @ 0.411803
0.45/0.53	c bounds 1204 >= 394 @ 0.41229
0.45/0.53	c bounds 1204 >= 395 @ 0.412771
0.45/0.53	c bounds 1204 >= 396 @ 0.413263
0.45/0.54	c bounds 1204 >= 397 @ 0.413769
0.45/0.54	c bounds 1204 >= 398 @ 0.414255
0.45/0.54	c bounds 1204 >= 399 @ 0.41474
0.45/0.54	c bounds 1204 >= 400 @ 0.415229
0.45/0.54	c bounds 1204 >= 401 @ 0.415736
0.45/0.54	c bounds 1204 >= 402 @ 0.416236
0.45/0.54	c bounds 1204 >= 403 @ 0.416734
0.45/0.54	c bounds 1204 >= 404 @ 0.417219
0.45/0.54	c bounds 1204 >= 405 @ 0.41769
0.45/0.54	c bounds 1204 >= 406 @ 0.418175
0.45/0.54	c bounds 1204 >= 407 @ 0.418652
0.45/0.54	c bounds 1204 >= 408 @ 0.419138
0.45/0.54	c bounds 1204 >= 409 @ 0.419636
0.45/0.54	c bounds 1204 >= 410 @ 0.420121
0.45/0.54	c bounds 1204 >= 411 @ 0.420609
0.45/0.54	c bounds 1204 >= 412 @ 0.421088
0.45/0.54	c bounds 1204 >= 413 @ 0.421595
0.45/0.54	c bounds 1204 >= 414 @ 0.42208
0.45/0.54	c bounds 1204 >= 415 @ 0.42259
0.45/0.54	c bounds 1204 >= 416 @ 0.423093
0.45/0.55	c bounds 1204 >= 417 @ 0.42361
0.45/0.55	c bounds 1204 >= 418 @ 0.424121
0.45/0.55	c bounds 1204 >= 419 @ 0.42462
0.45/0.55	c bounds 1204 >= 420 @ 0.425134
0.45/0.55	c bounds 1204 >= 421 @ 0.425626
0.45/0.55	c bounds 1204 >= 422 @ 0.426113
0.45/0.55	c bounds 1204 >= 423 @ 0.426595
0.45/0.55	c bounds 1204 >= 424 @ 0.427084
0.45/0.55	c bounds 1204 >= 425 @ 0.427567
0.45/0.55	c bounds 1204 >= 426 @ 0.428074
0.45/0.55	c bounds 1204 >= 427 @ 0.428556
0.45/0.55	c bounds 1204 >= 428 @ 0.429048
0.45/0.55	c bounds 1204 >= 429 @ 0.429521
0.45/0.55	c bounds 1204 >= 430 @ 0.430012
0.45/0.55	c bounds 1204 >= 431 @ 0.430526
0.45/0.55	c bounds 1204 >= 432 @ 0.431034
0.45/0.55	c bounds 1204 >= 433 @ 0.431529
0.45/0.55	c bounds 1204 >= 434 @ 0.432025
0.45/0.55	c bounds 1204 >= 435 @ 0.432519
0.45/0.55	c bounds 1204 >= 436 @ 0.43305
0.45/0.55	c bounds 1204 >= 437 @ 0.433544
0.45/0.56	c bounds 1204 >= 438 @ 0.434049
0.45/0.56	c bounds 1204 >= 439 @ 0.434538
0.45/0.56	c bounds 1204 >= 440 @ 0.435024
0.45/0.56	c bounds 1204 >= 441 @ 0.43551
0.45/0.56	c bounds 1204 >= 442 @ 0.435991
0.45/0.56	c bounds 1204 >= 443 @ 0.436474
0.45/0.56	c bounds 1204 >= 444 @ 0.436978
0.45/0.56	c bounds 1204 >= 445 @ 0.437469
0.45/0.56	c bounds 1204 >= 446 @ 0.43797
0.45/0.56	c bounds 1204 >= 447 @ 0.438467
0.45/0.56	c bounds 1204 >= 448 @ 0.438974
0.45/0.56	c bounds 1204 >= 449 @ 0.439472
0.45/0.56	c bounds 1204 >= 450 @ 0.43997
0.45/0.56	c bounds 1204 >= 451 @ 0.440463
0.45/0.56	c bounds 1204 >= 452 @ 0.440968
0.45/0.56	c bounds 1204 >= 453 @ 0.441479
0.45/0.56	c bounds 1204 >= 454 @ 0.441993
0.45/0.56	c bounds 1204 >= 455 @ 0.442522
0.45/0.56	c bounds 1204 >= 456 @ 0.443046
0.45/0.57	c bounds 1204 >= 457 @ 0.443567
0.45/0.57	c bounds 1204 >= 458 @ 0.444092
0.45/0.57	c bounds 1204 >= 459 @ 0.444646
0.45/0.57	c bounds 1204 >= 460 @ 0.445183
0.45/0.57	c bounds 1204 >= 461 @ 0.44586
0.45/0.57	c bounds 1204 >= 462 @ 0.446376
0.45/0.57	c bounds 1204 >= 463 @ 0.446878
0.45/0.57	c bounds 1204 >= 464 @ 0.447379
0.45/0.57	c bounds 1204 >= 465 @ 0.447882
0.45/0.57	c bounds 1204 >= 466 @ 0.448399
0.45/0.57	c bounds 1204 >= 467 @ 0.448906
0.45/0.57	c bounds 1204 >= 468 @ 0.449398
0.45/0.57	c bounds 1204 >= 469 @ 0.449898
0.45/0.57	c bounds 1204 >= 470 @ 0.450408
0.45/0.57	c bounds 1204 >= 471 @ 0.450905
0.45/0.57	c bounds 1204 >= 472 @ 0.451412
0.45/0.57	c bounds 1204 >= 473 @ 0.451936
0.45/0.57	c bounds 1204 >= 474 @ 0.452471
0.45/0.57	c bounds 1204 >= 475 @ 0.452989
0.45/0.58	c bounds 1204 >= 476 @ 0.453517
0.45/0.58	c bounds 1204 >= 477 @ 0.454037
0.45/0.58	c bounds 1204 >= 478 @ 0.45459
0.45/0.58	c bounds 1204 >= 479 @ 0.455107
0.45/0.58	c bounds 1204 >= 480 @ 0.45561
0.45/0.58	c bounds 1204 >= 481 @ 0.456145
0.45/0.58	c bounds 1204 >= 482 @ 0.456666
0.45/0.58	c bounds 1204 >= 483 @ 0.456796
0.45/0.58	c bounds 1204 >= 484 @ 0.456796
0.45/0.58	c bounds 1204 >= 485 @ 0.457269
0.45/0.58	c bounds 1204 >= 486 @ 0.457749
0.45/0.58	c bounds 1204 >= 487 @ 0.458278
0.45/0.58	c bounds 1204 >= 488 @ 0.458803
0.45/0.58	c bounds 1204 >= 489 @ 0.459344
0.45/0.58	c bounds 1204 >= 490 @ 0.45986
0.45/0.58	c bounds 1204 >= 491 @ 0.460377
0.45/0.58	c bounds 1204 >= 492 @ 0.460911
0.45/0.58	c bounds 1204 >= 493 @ 0.461422
0.45/0.58	c bounds 1204 >= 494 @ 0.461934
0.45/0.59	c bounds 1204 >= 495 @ 0.462471
0.45/0.59	c bounds 1204 >= 496 @ 0.462985
0.45/0.59	c bounds 1204 >= 497 @ 0.463505
0.45/0.59	c bounds 1204 >= 498 @ 0.464044
0.45/0.59	c bounds 1204 >= 499 @ 0.4646
0.45/0.59	c bounds 1204 >= 500 @ 0.464747
0.45/0.59	c bounds 1204 >= 501 @ 0.464747
0.45/0.59	c bounds 1204 >= 502 @ 0.465175
0.45/0.59	c bounds 1204 >= 503 @ 0.465708
0.45/0.59	c bounds 1204 >= 504 @ 0.466223
0.45/0.59	c bounds 1204 >= 505 @ 0.466732
0.45/0.59	c bounds 1204 >= 506 @ 0.467251
0.45/0.59	c bounds 1204 >= 507 @ 0.467775
0.45/0.59	c bounds 1204 >= 508 @ 0.468289
0.45/0.59	c bounds 1204 >= 509 @ 0.468828
0.45/0.59	c bounds 1204 >= 510 @ 0.469347
0.45/0.59	c bounds 1204 >= 511 @ 0.469852
0.45/0.59	c bounds 1204 >= 512 @ 0.470355
0.45/0.59	c bounds 1204 >= 513 @ 0.470874
0.45/0.60	c bounds 1204 >= 514 @ 0.471374
0.45/0.60	c bounds 1204 >= 515 @ 0.47189
0.45/0.60	c bounds 1204 >= 516 @ 0.472421
0.45/0.60	c bounds 1204 >= 517 @ 0.472943
0.45/0.60	c bounds 1204 >= 518 @ 0.473455
0.45/0.60	c bounds 1204 >= 519 @ 0.473957
0.45/0.60	c bounds 1204 >= 520 @ 0.474469
0.45/0.60	c bounds 1204 >= 521 @ 0.474973
0.45/0.60	c bounds 1204 >= 522 @ 0.475491
0.45/0.60	c bounds 1204 >= 523 @ 0.476024
0.45/0.60	c bounds 1204 >= 524 @ 0.476543
0.45/0.60	c bounds 1204 >= 525 @ 0.476666
0.45/0.60	c bounds 1204 >= 526 @ 0.476666
0.45/0.60	c bounds 1204 >= 527 @ 0.477146
0.45/0.60	c bounds 1204 >= 528 @ 0.477603
0.45/0.60	c bounds 1204 >= 529 @ 0.478167
0.45/0.60	c bounds 1204 >= 530 @ 0.478615
0.45/0.60	c bounds 1204 >= 531 @ 0.478615
0.45/0.60	c bounds 1204 >= 532 @ 0.478849
0.45/0.61	c bounds 1204 >= 533 @ 0.479321
0.45/0.61	c bounds 1204 >= 534 @ 0.479814
0.45/0.61	c bounds 1204 >= 535 @ 0.480338
0.45/0.61	c bounds 1204 >= 536 @ 0.480856
0.45/0.61	c bounds 1204 >= 537 @ 0.481376
0.45/0.61	c bounds 1204 >= 538 @ 0.481909
0.45/0.61	c bounds 1204 >= 539 @ 0.482433
0.54/0.61	c bounds 1204 >= 540 @ 0.482631
0.54/0.61	c bounds 1204 >= 541 @ 0.482631
0.54/0.61	c bounds 1204 >= 542 @ 0.483133
0.54/0.61	c bounds 1204 >= 543 @ 0.483671
0.54/0.61	c bounds 1204 >= 544 @ 0.484287
0.54/0.61	c bounds 1204 >= 545 @ 0.484812
0.54/0.61	c bounds 1204 >= 546 @ 0.485333
0.54/0.61	c bounds 1204 >= 547 @ 0.485855
0.54/0.61	c bounds 1204 >= 548 @ 0.486368
0.54/0.61	c bounds 1204 >= 549 @ 0.486882
0.54/0.61	c bounds 1204 >= 550 @ 0.487415
0.54/0.61	c bounds 1204 >= 551 @ 0.487941
0.54/0.62	c bounds 1204 >= 552 @ 0.48848
0.54/0.62	c bounds 1204 >= 553 @ 0.488595
0.54/0.62	c bounds 1204 >= 554 @ 0.488595
0.54/0.62	c bounds 1204 >= 555 @ 0.489206
0.54/0.62	c bounds 1204 >= 556 @ 0.489791
0.54/0.62	c bounds 1204 >= 557 @ 0.490336
0.54/0.62	c bounds 1204 >= 558 @ 0.490883
0.54/0.62	c bounds 1204 >= 559 @ 0.491418
0.54/0.62	c bounds 1204 >= 560 @ 0.491581
0.54/0.62	c bounds 1204 >= 561 @ 0.491581
0.54/0.62	c bounds 1204 >= 562 @ 0.492084
0.54/0.62	c bounds 1204 >= 563 @ 0.492604
0.54/0.62	c bounds 1204 >= 564 @ 0.493153
0.54/0.62	c bounds 1204 >= 565 @ 0.493704
0.54/0.62	c bounds 1204 >= 566 @ 0.494276
0.54/0.62	c bounds 1204 >= 567 @ 0.494808
0.54/0.62	c bounds 1204 >= 568 @ 0.495341
0.54/0.62	c bounds 1204 >= 569 @ 0.495869
0.54/0.63	c bounds 1204 >= 570 @ 0.496402
0.54/0.63	c bounds 1204 >= 571 @ 0.496547
0.54/0.63	c bounds 1204 >= 572 @ 0.496547
0.54/0.63	c bounds 1204 >= 573 @ 0.49712
0.54/0.63	c bounds 1204 >= 574 @ 0.497699
0.54/0.63	c bounds 1204 >= 575 @ 0.498255
0.54/0.63	c bounds 1204 >= 576 @ 0.49879
0.54/0.63	c bounds 1204 >= 577 @ 0.499344
0.54/0.63	c bounds 1204 >= 578 @ 0.499882
0.54/0.63	c bounds 1204 >= 579 @ 0.500454
0.54/0.63	c bounds 1204 >= 580 @ 0.501009
0.54/0.63	c bounds 1204 >= 581 @ 0.501567
0.54/0.63	c bounds 1204 >= 582 @ 0.502123
0.54/0.63	c bounds 1204 >= 583 @ 0.502665
0.54/0.63	c bounds 1204 >= 584 @ 0.50326
0.54/0.63	c bounds 1204 >= 585 @ 0.503826
0.54/0.63	c bounds 1204 >= 586 @ 0.504371
0.54/0.63	c bounds 1204 >= 587 @ 0.504501
0.54/0.64	c bounds 1204 >= 588 @ 0.504501
0.54/0.64	c bounds 1204 >= 589 @ 0.505079
0.54/0.64	c bounds 1204 >= 590 @ 0.505621
0.54/0.64	c bounds 1204 >= 591 @ 0.506192
0.54/0.64	c bounds 1204 >= 592 @ 0.506761
0.54/0.64	c bounds 1204 >= 593 @ 0.507342
0.54/0.64	c bounds 1204 >= 594 @ 0.50792
0.54/0.64	c bounds 1204 >= 595 @ 0.508486
0.54/0.64	c bounds 1204 >= 596 @ 0.509043
0.54/0.64	c bounds 1204 >= 597 @ 0.509586
0.54/0.64	c bounds 1204 >= 598 @ 0.510133
0.54/0.64	c bounds 1204 >= 599 @ 0.510746
0.54/0.64	c bounds 1204 >= 600 @ 0.51131
0.54/0.64	c bounds 1204 >= 601 @ 0.511464
0.54/0.64	c bounds 1204 >= 602 @ 0.511464
0.54/0.64	c bounds 1204 >= 603 @ 0.512028
0.54/0.64	c bounds 1204 >= 604 @ 0.512286
0.54/0.65	c bounds 1204 >= 605 @ 0.512286
0.54/0.65	c bounds 1204 >= 606 @ 0.512756
0.54/0.65	c bounds 1204 >= 607 @ 0.513321
0.54/0.65	c bounds 1204 >= 608 @ 0.513896
0.54/0.65	c bounds 1204 >= 609 @ 0.514487
0.54/0.65	c bounds 1204 >= 610 @ 0.515081
0.54/0.65	c bounds 1204 >= 611 @ 0.51565
0.54/0.65	c bounds 1204 >= 612 @ 0.516215
0.54/0.65	c bounds 1204 >= 613 @ 0.516822
0.54/0.65	c bounds 1204 >= 614 @ 0.517413
0.54/0.65	c bounds 1204 >= 615 @ 0.517999
0.54/0.65	c bounds 1204 >= 616 @ 0.518588
0.54/0.65	c bounds 1204 >= 617 @ 0.519167
0.54/0.65	c bounds 1204 >= 618 @ 0.519739
0.54/0.65	c bounds 1204 >= 619 @ 0.520309
0.54/0.65	c bounds 1204 >= 620 @ 0.520909
0.54/0.65	c bounds 1204 >= 621 @ 0.52152
0.54/0.66	c bounds 1204 >= 622 @ 0.522098
0.54/0.66	c bounds 1204 >= 623 @ 0.522675
0.54/0.66	c bounds 1204 >= 624 @ 0.523306
0.54/0.66	c bounds 1204 >= 625 @ 0.523877
0.54/0.66	c bounds 1204 >= 626 @ 0.524389
0.54/0.66	c bounds 1204 >= 627 @ 0.524389
0.54/0.66	c bounds 1204 >= 628 @ 0.524704
0.54/0.66	c bounds 1204 >= 629 @ 0.525282
0.54/0.66	c bounds 1204 >= 630 @ 0.52587
0.54/0.66	c bounds 1204 >= 631 @ 0.526441
0.54/0.66	c bounds 1204 >= 632 @ 0.527008
0.54/0.66	c bounds 1204 >= 633 @ 0.527596
0.54/0.66	c bounds 1204 >= 634 @ 0.528164
0.54/0.66	c bounds 1204 >= 635 @ 0.528367
0.54/0.66	c bounds 1204 >= 636 @ 0.528367
0.54/0.66	c bounds 1204 >= 637 @ 0.528941
0.54/0.66	c bounds 1204 >= 638 @ 0.529526
0.54/0.67	c bounds 1204 >= 639 @ 0.530091
0.54/0.67	c bounds 1204 >= 640 @ 0.530665
0.54/0.67	c bounds 1204 >= 641 @ 0.531259
0.54/0.67	c bounds 1204 >= 642 @ 0.531259
0.54/0.67	c bounds 1204 >= 643 @ 0.531457
0.54/0.67	c bounds 1204 >= 644 @ 0.532045
0.54/0.67	c bounds 1204 >= 645 @ 0.532633
0.54/0.67	c bounds 1204 >= 646 @ 0.533205
0.54/0.67	c bounds 1204 >= 647 @ 0.53334
0.54/0.67	c bounds 1204 >= 648 @ 0.533445
0.54/0.67	c bounds 1204 >= 649 @ 0.534018
0.54/0.67	c bounds 1204 >= 650 @ 0.534616
0.54/0.67	c bounds 1204 >= 651 @ 0.535196
0.54/0.67	c bounds 1204 >= 652 @ 0.535327
0.54/0.67	c bounds 1204 >= 653 @ 0.53558
0.54/0.67	c bounds 1204 >= 654 @ 0.536129
0.54/0.67	c bounds 1204 >= 655 @ 0.536323
0.54/0.68	c bounds 1204 >= 656 @ 0.536434
0.54/0.68	c bounds 1204 >= 657 @ 0.537026
0.54/0.68	c bounds 1204 >= 658 @ 0.537601
0.54/0.68	c bounds 1204 >= 659 @ 0.538232
0.54/0.68	c bounds 1204 >= 660 @ 0.538839
0.54/0.68	c bounds 1204 >= 661 @ 0.539522
0.54/0.68	c bounds 1204 >= 662 @ 0.540139
0.54/0.68	c bounds 1204 >= 663 @ 0.540302
0.54/0.68	c bounds 1204 >= 664 @ 0.540523
0.54/0.68	c bounds 1204 >= 665 @ 0.54107
0.54/0.68	c bounds 1204 >= 666 @ 0.541684
0.54/0.68	c bounds 1204 >= 667 @ 0.54232
0.54/0.68	c bounds 1204 >= 668 @ 0.542929
0.54/0.68	c bounds 1204 >= 669 @ 0.543543
0.54/0.68	c bounds 1204 >= 670 @ 0.544235
0.54/0.69	c bounds 1204 >= 671 @ 0.544863
0.54/0.69	c bounds 1204 >= 672 @ 0.54549
0.54/0.69	c bounds 1204 >= 673 @ 0.546137
0.54/0.69	c bounds 1204 >= 674 @ 0.54627
0.54/0.69	c bounds 1204 >= 675 @ 0.546512
0.54/0.69	c bounds 1204 >= 676 @ 0.547086
0.54/0.69	c bounds 1204 >= 677 @ 0.547267
0.54/0.69	c bounds 1204 >= 678 @ 0.547498
0.54/0.69	c bounds 1204 >= 679 @ 0.548055
0.54/0.69	c bounds 1204 >= 680 @ 0.548646
0.54/0.69	c bounds 1204 >= 681 @ 0.549265
0.54/0.69	c bounds 1204 >= 682 @ 0.549869
0.54/0.69	c bounds 1204 >= 683 @ 0.550485
0.54/0.69	c bounds 1204 >= 684 @ 0.5511
0.54/0.69	c bounds 1204 >= 685 @ 0.551242
0.54/0.69	c bounds 1204 >= 686 @ 0.551242
0.54/0.70	c bounds 1204 >= 687 @ 0.551242
0.54/0.70	c bounds 1204 >= 688 @ 0.551243
0.63/0.70	c bounds 1204 >= 689 @ 0.551337
0.63/0.70	c bounds 1204 >= 690 @ 0.551941
0.63/0.70	c bounds 1204 >= 691 @ 0.552523
0.63/0.70	c bounds 1204 >= 692 @ 0.553133
0.63/0.70	c bounds 1204 >= 693 @ 0.553234
0.63/0.70	c bounds 1204 >= 694 @ 0.553234
0.63/0.70	c bounds 1204 >= 695 @ 0.553234
0.63/0.70	c bounds 1204 >= 696 @ 0.553632
0.63/0.70	c bounds 1204 >= 697 @ 0.55424
0.63/0.70	c bounds 1204 >= 698 @ 0.554862
0.63/0.70	c bounds 1204 >= 699 @ 0.555486
0.63/0.70	c bounds 1204 >= 700 @ 0.556103
0.63/0.70	c bounds 1204 >= 701 @ 0.556213
0.63/0.70	c bounds 1204 >= 702 @ 0.556499
0.63/0.71	c bounds 1204 >= 703 @ 0.557088
0.63/0.71	c bounds 1204 >= 704 @ 0.557209
0.63/0.71	c bounds 1204 >= 705 @ 0.557507
0.63/0.71	c bounds 1204 >= 706 @ 0.558074
0.63/0.71	c bounds 1204 >= 707 @ 0.558205
0.63/0.71	c bounds 1204 >= 708 @ 0.558466
0.63/0.71	c bounds 1204 >= 709 @ 0.559046
0.63/0.71	c bounds 1204 >= 710 @ 0.559197
0.63/0.71	c bounds 1204 >= 711 @ 0.559434
0.63/0.71	c bounds 1204 >= 712 @ 0.560029
0.63/0.71	c bounds 1204 >= 713 @ 0.560193
0.63/0.71	c bounds 1204 >= 714 @ 0.560523
0.63/0.71	c bounds 1204 >= 715 @ 0.56112
0.63/0.71	c bounds 1204 >= 716 @ 0.561762
0.63/0.71	c bounds 1204 >= 717 @ 0.56243
0.63/0.72	c bounds 1204 >= 718 @ 0.56306
0.63/0.72	c bounds 1204 >= 719 @ 0.563177
0.63/0.72	c bounds 1204 >= 720 @ 0.563475
0.63/0.72	c bounds 1204 >= 721 @ 0.564023
0.63/0.72	c bounds 1204 >= 722 @ 0.564623
0.63/0.72	c bounds 1204 >= 723 @ 0.565266
0.63/0.72	c bounds 1204 >= 724 @ 0.565939
0.63/0.72	c bounds 1204 >= 725 @ 0.566162
0.63/0.72	c bounds 1204 >= 726 @ 0.566267
0.63/0.72	c bounds 1204 >= 727 @ 0.566938
0.63/0.72	c bounds 1204 >= 728 @ 0.567156
0.63/0.72	c bounds 1204 >= 729 @ 0.567251
0.63/0.72	c bounds 1204 >= 730 @ 0.567907
0.63/0.72	c bounds 1204 >= 731 @ 0.568153
0.63/0.72	c bounds 1204 >= 732 @ 0.568264
0.63/0.73	c bounds 1204 >= 733 @ 0.568899
0.63/0.73	c bounds 1204 >= 734 @ 0.56955
0.63/0.73	c bounds 1204 >= 735 @ 0.569913
0.63/0.73	c bounds 1204 >= 736 @ 0.57
0.63/0.73	c bounds 1204 >= 737 @ 0.570666
0.63/0.73	c bounds 1204 >= 738 @ 0.571319
0.63/0.73	c bounds 1204 >= 739 @ 0.571971
0.63/0.73	c bounds 1204 >= 740 @ 0.572109
0.63/0.73	c bounds 1204 >= 741 @ 0.572507
0.63/0.73	c bounds 1204 >= 742 @ 0.573112
0.63/0.73	c bounds 1204 >= 743 @ 0.573112
0.63/0.73	c bounds 1204 >= 744 @ 0.573113
0.63/0.73	c bounds 1204 >= 745 @ 0.573366
0.63/0.73	c bounds 1204 >= 746 @ 0.573952
0.63/0.73	c bounds 1204 >= 747 @ 0.574109
0.63/0.74	c bounds 1204 >= 748 @ 0.574411
0.63/0.78	c bounds 1203 >= 748 @ 0.616356
0.63/0.78	c bounds 1203 >= 749 @ 0.617571
0.63/0.78	c bounds 1203 >= 750 @ 0.618222
0.63/0.79	c bounds 1203 >= 751 @ 0.618956
0.63/0.79	c bounds 1203 >= 752 @ 0.619682
0.63/0.79	c bounds 1203 >= 753 @ 0.619859
0.63/0.79	c bounds 1203 >= 754 @ 0.620169
0.63/0.79	c bounds 1203 >= 755 @ 0.620752
0.63/0.79	c bounds 1203 >= 756 @ 0.621422
0.63/0.79	c bounds 1203 >= 757 @ 0.622242
0.63/0.79	c bounds 1203 >= 758 @ 0.622966
0.63/0.79	c bounds 1203 >= 759 @ 0.623712
0.63/0.79	c bounds 1203 >= 760 @ 0.623833
0.63/0.79	c bounds 1203 >= 761 @ 0.624163
0.63/0.79	c bounds 1203 >= 762 @ 0.624844
0.63/0.79	c bounds 1203 >= 763 @ 0.625584
0.63/0.79	c bounds 1203 >= 764 @ 0.626353
0.63/0.80	c bounds 1203 >= 765 @ 0.627047
0.73/0.80	c bounds 1203 >= 766 @ 0.627741
0.73/0.80	c bounds 1203 >= 767 @ 0.628409
0.73/0.80	c bounds 1203 >= 768 @ 0.629129
0.73/0.80	c bounds 1203 >= 769 @ 0.629809
0.73/0.80	c bounds 1203 >= 770 @ 0.630575
0.73/0.80	c bounds 1203 >= 771 @ 0.630788
0.73/0.80	c bounds 1203 >= 772 @ 0.63112
0.73/0.80	c bounds 1203 >= 773 @ 0.631734
0.73/0.80	c bounds 1203 >= 774 @ 0.632444
0.73/0.80	c bounds 1203 >= 775 @ 0.633163
0.73/0.80	c bounds 1203 >= 776 @ 0.633856
0.73/0.80	c bounds 1203 >= 777 @ 0.634551
0.73/0.80	c bounds 1203 >= 778 @ 0.634768
0.73/0.81	c bounds 1203 >= 779 @ 0.635119
0.73/0.81	c bounds 1203 >= 780 @ 0.635812
0.73/0.81	c bounds 1203 >= 781 @ 0.636554
0.73/0.81	c bounds 1203 >= 782 @ 0.636757
0.73/0.81	c bounds 1203 >= 783 @ 0.637091
0.73/0.81	c bounds 1203 >= 784 @ 0.637699
0.73/0.81	c bounds 1203 >= 785 @ 0.638407
0.73/0.81	c bounds 1203 >= 786 @ 0.639112
0.73/0.81	c bounds 1203 >= 787 @ 0.639824
0.73/0.81	c bounds 1203 >= 788 @ 0.640591
0.73/0.81	c bounds 1203 >= 789 @ 0.641354
0.73/0.81	c bounds 1203 >= 790 @ 0.642099
0.73/0.81	c bounds 1203 >= 791 @ 0.642803
0.73/0.82	c bounds 1203 >= 792 @ 0.643513
0.73/0.82	c bounds 1203 >= 793 @ 0.643718
0.73/0.82	c bounds 1203 >= 794 @ 0.644066
0.73/0.82	c bounds 1203 >= 795 @ 0.644712
0.73/0.82	c bounds 1203 >= 796 @ 0.645424
0.73/0.82	c bounds 1203 >= 797 @ 0.645708
0.73/0.82	c bounds 1203 >= 798 @ 0.645996
0.73/0.82	c bounds 1203 >= 799 @ 0.646626
0.73/0.82	c bounds 1203 >= 800 @ 0.646702
0.73/0.82	c bounds 1203 >= 801 @ 0.647191
0.73/0.82	c bounds 1203 >= 802 @ 0.647988
0.73/0.82	c bounds 1203 >= 803 @ 0.648724
0.73/0.82	c bounds 1203 >= 804 @ 0.649439
0.73/0.82	c bounds 1203 >= 805 @ 0.649686
0.73/0.83	c bounds 1203 >= 806 @ 0.650012
0.73/0.83	c bounds 1203 >= 807 @ 0.650703
0.73/0.83	c bounds 1203 >= 808 @ 0.651454
0.73/0.83	c bounds 1203 >= 809 @ 0.652166
0.73/0.83	c bounds 1203 >= 810 @ 0.653007
0.73/0.83	c bounds 1203 >= 811 @ 0.653776
0.73/0.83	c bounds 1203 >= 812 @ 0.654556
0.73/0.83	c bounds 1203 >= 813 @ 0.654656
0.73/0.83	c bounds 1203 >= 814 @ 0.655112
0.73/0.83	c bounds 1203 >= 815 @ 0.655941
0.73/0.83	c bounds 1203 >= 816 @ 0.656729
0.73/0.83	c bounds 1203 >= 817 @ 0.657437
0.73/0.84	c bounds 1203 >= 818 @ 0.658219
0.73/0.84	c bounds 1203 >= 819 @ 0.658929
0.73/0.84	c bounds 1203 >= 820 @ 0.659658
0.73/0.84	c bounds 1203 >= 821 @ 0.660377
0.73/0.84	c bounds 1203 >= 822 @ 0.660619
0.73/0.84	c bounds 1203 >= 823 @ 0.660977
0.73/0.84	c bounds 1203 >= 824 @ 0.661701
0.73/0.84	c bounds 1203 >= 825 @ 0.662501
0.73/0.84	c bounds 1203 >= 826 @ 0.66261
0.73/0.84	c bounds 1203 >= 827 @ 0.663004
0.73/0.84	c bounds 1203 >= 828 @ 0.663777
0.73/0.84	c bounds 1203 >= 829 @ 0.66456
0.73/0.84	c bounds 1203 >= 830 @ 0.665279
0.73/0.84	c bounds 1203 >= 831 @ 0.665995
0.73/0.85	c bounds 1203 >= 832 @ 0.666739
0.73/0.85	c bounds 1203 >= 833 @ 0.667443
0.73/0.85	c bounds 1203 >= 834 @ 0.66758
0.73/0.85	c bounds 1203 >= 835 @ 0.667976
0.73/0.85	c bounds 1203 >= 836 @ 0.668396
0.73/0.85	c bounds 1203 >= 837 @ 0.66853
0.73/0.85	c bounds 1203 >= 838 @ 0.669294
0.73/0.85	c bounds 1203 >= 839 @ 0.670098
0.73/0.85	c bounds 1203 >= 840 @ 0.670847
0.73/0.85	c bounds 1203 >= 841 @ 0.671612
0.73/0.85	c bounds 1203 >= 842 @ 0.672435
0.73/0.89	c bounds 1202 >= 842 @ 0.705694
0.73/0.89	c bounds 1202 >= 843 @ 0.706367
0.73/0.89	c bounds 1202 >= 844 @ 0.706783
0.73/0.89	c bounds 1202 >= 845 @ 0.707373
0.73/0.89	c bounds 1202 >= 846 @ 0.707373
0.73/0.89	c bounds 1202 >= 847 @ 0.707647
0.73/0.89	c bounds 1202 >= 848 @ 0.708347
0.73/0.90	c bounds 1202 >= 849 @ 0.708952
0.73/0.90	c bounds 1202 >= 850 @ 0.709579
0.83/0.90	c bounds 1202 >= 851 @ 0.710244
0.83/0.90	c bounds 1202 >= 852 @ 0.710949
0.83/0.90	c bounds 1202 >= 853 @ 0.711588
0.83/0.90	c bounds 1202 >= 854 @ 0.712255
0.83/0.90	c bounds 1202 >= 855 @ 0.712347
0.83/0.90	c bounds 1202 >= 856 @ 0.712619
0.83/0.90	c bounds 1202 >= 857 @ 0.713181
0.83/0.90	c bounds 1202 >= 858 @ 0.713342
0.83/0.90	c bounds 1202 >= 859 @ 0.713661
0.83/0.90	c bounds 1202 >= 860 @ 0.714268
0.83/0.90	c bounds 1202 >= 861 @ 0.714337
0.83/0.90	c bounds 1202 >= 862 @ 0.714652
0.83/0.90	c bounds 1202 >= 863 @ 0.715373
0.83/0.91	c bounds 1202 >= 864 @ 0.716036
0.83/0.91	c bounds 1202 >= 865 @ 0.716329
0.83/0.91	c bounds 1202 >= 866 @ 0.716329
0.83/0.91	c bounds 1202 >= 867 @ 0.716329
0.83/0.94	c bounds 1201 >= 867 @ 0.742234
0.83/0.94	c bounds 1201 >= 868 @ 0.743845
0.83/0.94	c bounds 1201 >= 869 @ 0.744564
0.83/0.94	c bounds 1201 >= 870 @ 0.745157
0.83/0.94	c bounds 1201 >= 871 @ 0.745799
0.83/0.94	c bounds 1201 >= 872 @ 0.74657
0.83/0.94	c bounds 1201 >= 873 @ 0.747192
0.83/0.94	c bounds 1201 >= 874 @ 0.747849
0.83/0.94	c bounds 1201 >= 875 @ 0.748463
0.83/0.94	c bounds 1201 >= 876 @ 0.749124
0.83/0.94	c bounds 1201 >= 877 @ 0.749813
0.83/0.94	c bounds 1201 >= 878 @ 0.750603
0.83/0.94	c bounds 1201 >= 879 @ 0.751364
0.83/0.95	c bounds 1201 >= 880 @ 0.751997
0.83/0.95	c bounds 1201 >= 881 @ 0.752163
0.83/0.95	c bounds 1201 >= 882 @ 0.752573
0.83/0.95	c bounds 1201 >= 883 @ 0.753134
0.83/0.95	c bounds 1201 >= 884 @ 0.753781
0.83/0.95	c bounds 1201 >= 885 @ 0.754408
0.83/0.95	c bounds 1201 >= 886 @ 0.755063
0.83/0.95	c bounds 1201 >= 887 @ 0.755148
0.83/0.98	c bounds 1200 >= 887 @ 0.781654
0.83/0.98	c bounds 1200 >= 888 @ 0.782945
0.83/0.98	c bounds 1200 >= 889 @ 0.783019
0.83/0.98	c bounds 1200 >= 890 @ 0.783455
0.83/0.98	c bounds 1200 >= 891 @ 0.784178
0.83/0.99	c bounds 1200 >= 892 @ 0.784869
0.83/0.99	c bounds 1200 >= 893 @ 0.785559
0.83/0.99	c bounds 1200 >= 894 @ 0.786196
0.83/0.99	c bounds 1200 >= 895 @ 0.786856
0.83/0.99	c bounds 1200 >= 896 @ 0.787521
0.83/0.99	c bounds 1200 >= 897 @ 0.78822
0.83/0.99	c bounds 1200 >= 898 @ 0.788832
0.83/0.99	c bounds 1200 >= 899 @ 0.789746
0.83/0.99	c bounds 1200 >= 900 @ 0.789963
0.83/0.99	c bounds 1200 >= 901 @ 0.790223
0.83/0.99	c bounds 1200 >= 902 @ 0.790812
0.83/0.99	c bounds 1200 >= 903 @ 0.791503
0.83/0.99	c bounds 1200 >= 904 @ 0.792152
0.83/0.99	c bounds 1200 >= 905 @ 0.792807
0.83/0.99	c bounds 1200 >= 906 @ 0.793442
0.83/1.00	c bounds 1200 >= 907 @ 0.794139
0.83/1.00	c bounds 1200 >= 908 @ 0.794833
0.83/1.00	c bounds 1200 >= 909 @ 0.79494
0.94/1.01	c bounds 1200 >= 910 @ 0.794941
0.94/1.01	c bounds 1200 >= 911 @ 0.795184
0.94/1.01	c bounds 1200 >= 912 @ 0.795835
0.94/1.01	c bounds 1200 >= 913 @ 0.79591
0.94/1.01	c bounds 1200 >= 914 @ 0.79591
0.94/1.01	c bounds 1200 >= 915 @ 0.79617
0.94/1.01	c bounds 1200 >= 916 @ 0.796796
0.94/1.01	c bounds 1200 >= 917 @ 0.796906
0.94/1.01	c bounds 1200 >= 918 @ 0.797292
0.94/1.01	c bounds 1200 >= 919 @ 0.798046
0.94/1.03	c bounds 1199 >= 919 @ 0.824784
0.94/1.03	c bounds 1199 >= 920 @ 0.826924
0.94/1.04	c bounds 1199 >= 921 @ 0.827729
0.94/1.04	c bounds 1199 >= 922 @ 0.828502
0.94/1.04	c bounds 1199 >= 923 @ 0.828706
0.94/1.04	c bounds 1199 >= 924 @ 0.829227
0.94/1.04	c bounds 1199 >= 925 @ 0.829951
0.94/1.04	c bounds 1199 >= 926 @ 0.83088
0.94/1.04	c bounds 1199 >= 927 @ 0.83172
0.94/1.04	c bounds 1199 >= 928 @ 0.8326
0.94/1.04	c bounds 1199 >= 929 @ 0.833358
0.94/1.04	c bounds 1199 >= 930 @ 0.833686
0.94/1.04	c bounds 1199 >= 931 @ 0.833686
0.94/1.04	c bounds 1199 >= 932 @ 0.834061
0.94/1.05	c bounds 1199 >= 933 @ 0.834934
0.94/1.05	c bounds 1199 >= 934 @ 0.835867
0.94/1.05	c bounds 1199 >= 935 @ 0.836672
0.94/1.05	c bounds 1199 >= 936 @ 0.836672
0.94/1.05	c bounds 1199 >= 937 @ 0.836942
0.94/1.05	c bounds 1199 >= 938 @ 0.837885
0.94/1.05	c bounds 1199 >= 939 @ 0.838937
0.94/1.05	c bounds 1199 >= 940 @ 0.839658
0.94/1.05	c bounds 1199 >= 941 @ 0.840107
0.94/1.05	c bounds 1199 >= 942 @ 0.841187
0.94/1.09	c bounds 1198 >= 942 @ 0.867526
0.94/1.09	c bounds 1198 >= 943 @ 0.870017
0.94/1.09	c bounds 1198 >= 944 @ 0.870509
0.94/1.09	c bounds 1198 >= 945 @ 0.870511
0.94/1.09	c bounds 1198 >= 946 @ 0.870511
0.94/1.09	c bounds 1198 >= 947 @ 0.870511
0.94/1.09	c bounds 1198 >= 948 @ 0.870512
0.94/1.10	c bounds 1198 >= 949 @ 0.870512
0.94/1.10	c bounds 1198 >= 950 @ 0.870513
0.94/1.10	c bounds 1198 >= 951 @ 0.871853
0.94/1.10	c bounds 1198 >= 952 @ 0.872861
0.94/1.10	c bounds 1198 >= 953 @ 0.873826
0.94/1.10	c bounds 1198 >= 954 @ 0.875127
0.94/1.10	c bounds 1198 >= 955 @ 0.875486
0.94/1.10	c bounds 1198 >= 956 @ 0.875942
0.94/1.10	c bounds 1198 >= 957 @ 0.876842
0.94/1.11	c bounds 1198 >= 958 @ 0.877905
0.94/1.11	c bounds 1198 >= 959 @ 0.878473
0.94/1.11	c bounds 1198 >= 960 @ 0.879711
1.04/1.11	c bounds 1198 >= 961 @ 0.880803
1.04/1.11	c bounds 1198 >= 962 @ 0.881897
1.04/1.14	c bounds 1197 >= 962 @ 0.90928
1.04/1.14	c bounds 1197 >= 963 @ 0.911808
1.04/1.14	c bounds 1197 >= 964 @ 0.91227
1.04/1.14	c bounds 1197 >= 965 @ 0.912352
1.04/1.15	c bounds 1197 >= 966 @ 0.914073
1.04/1.15	c bounds 1197 >= 967 @ 0.914523
1.04/1.15	c bounds 1197 >= 968 @ 0.915794
1.04/1.15	c bounds 1197 >= 969 @ 0.916256
1.04/1.15	c bounds 1197 >= 970 @ 0.917344
1.04/1.15	c bounds 1197 >= 971 @ 0.919258
1.04/1.16	c bounds 1197 >= 972 @ 0.921999
1.04/1.16	c bounds 1197 >= 973 @ 0.9232
1.04/1.16	c bounds 1197 >= 974 @ 0.924838
1.04/1.18	c bounds 1196 >= 974 @ 0.946999
1.04/1.19	c bounds 1196 >= 975 @ 0.948751
1.04/1.19	c bounds 1196 >= 976 @ 0.952087
1.04/1.19	c bounds 1196 >= 977 @ 0.954302
1.12/1.23	c bounds 1195 >= 977 @ 0.984349
1.12/1.23	c bounds 1195 >= 978 @ 0.991465
1.12/1.24	c bounds 1195 >= 979 @ 0.998791
1.12/1.28	c bounds 1194 >= 979 @ 1.03027
1.12/1.29	c bounds 1194 >= 980 @ 1.03913
1.12/1.29	c bounds 1194 >= 981 @ 1.04287
1.22/1.35	c bounds 1193 >= 981 @ 1.10152
1.22/1.36	c bounds 1193 >= 982 @ 1.10821
1.22/1.37	c bounds 1193 >= 983 @ 1.11828
1.22/1.39	c bounds 1193 >= 984 @ 1.13528
1.32/1.42	c bounds 1192 >= 984 @ 1.16263
1.32/1.45	c bounds 1191 >= 984 @ 1.18514
1.32/1.46	c bounds 1191 >= 985 @ 1.19887
1.32/1.49	c bounds 1190 >= 985 @ 1.22439
1.42/1.50	c bounds 1190 >= 986 @ 1.23773
1.42/1.53	c #Conflicts:       1000 | #Constraints:       8421
1.42/1.53	c bounds 1189 >= 986 @ 1.26262
1.42/1.55	c bounds 1188 >= 986 @ 1.2823
1.42/1.60	c bounds 1188 >= 987 @ 1.32708
1.52/1.62	c bounds 1187 >= 987 @ 1.35129
1.52/1.65	c bounds 1186 >= 987 @ 1.37314
1.52/1.67	c bounds 1185 >= 987 @ 1.39511
1.52/1.69	c bounds 1184 >= 987 @ 1.41156
1.62/1.72	c bounds 1183 >= 987 @ 1.43274
1.62/1.74	c bounds 1182 >= 987 @ 1.45437
1.72/1.83	c bounds 1182 >= 988 @ 1.54661
1.72/1.86	c bounds 1181 >= 988 @ 1.57679
1.72/1.89	c bounds 1180 >= 988 @ 1.6011
1.81/1.91	c bounds 1179 >= 988 @ 1.61949
1.81/1.93	c bounds 1178 >= 988 @ 1.63975
1.81/1.95	c bounds 1177 >= 988 @ 1.65964
1.81/1.97	c bounds 1176 >= 988 @ 1.67896
1.81/2.00	c bounds 1175 >= 988 @ 1.70026
1.93/2.02	c bounds 1174 >= 988 @ 1.72005
1.93/2.04	c bounds 1173 >= 988 @ 1.73865
2.11/2.21	c #Conflicts:       2000 | #Constraints:       9558
2.11/2.21	c INPROCESSING
2.11/2.21	c GARBAGE COLLECT
2.11/2.21	c rational objective 988
2.21/2.34	c bounds 1172 >= 988 @ 2.03566
2.21/2.35	c bounds 1171 >= 988 @ 2.04938
2.21/2.37	c bounds 1170 >= 988 @ 2.06553
2.32/2.41	c bounds 1169 >= 988 @ 2.10028
2.32/2.43	c bounds 1168 >= 988 @ 2.12534
2.32/2.46	c bounds 1167 >= 988 @ 2.15337
2.32/2.49	c bounds 1166 >= 988 @ 2.17991
2.62/2.75	c bounds 1166 >= 989 @ 2.4394
2.62/2.78	c bounds 1165 >= 989 @ 2.46774
2.72/2.82	c bounds 1164 >= 989 @ 2.50667
2.72/2.85	c bounds 1163 >= 989 @ 2.53433
2.72/2.89	c #Conflicts:       3000 | #Constraints:       8475
2.72/2.89	c bounds 1162 >= 989 @ 2.56932
2.81/2.92	c bounds 1161 >= 989 @ 2.60163
2.81/2.95	c bounds 1160 >= 989 @ 2.62943
2.81/2.98	c bounds 1159 >= 989 @ 2.66024
2.92/3.01	c bounds 1158 >= 989 @ 2.68956
2.92/3.04	c bounds 1157 >= 989 @ 2.71668
2.92/3.07	c bounds 1156 >= 989 @ 2.74431
2.92/3.11	c bounds 1155 >= 989 @ 2.77782
3.03/3.14	c bounds 1154 >= 989 @ 2.81211
3.03/3.17	c bounds 1153 >= 989 @ 2.83692
3.12/3.21	c bounds 1152 >= 989 @ 2.8705
4.12/4.20	c #Conflicts:       4000 | #Constraints:       9486
4.12/4.20	c INPROCESSING
4.12/4.20	c GARBAGE COLLECT
4.12/4.20	c rational objective 989
4.21/4.32	c bounds 1151 >= 989 @ 3.97312
4.21/4.35	c bounds 1150 >= 989 @ 3.99842
4.21/4.38	c bounds 1149 >= 989 @ 4.0286
4.31/4.41	c bounds 1148 >= 989 @ 4.05396
4.31/4.43	c bounds 1147 >= 989 @ 4.07622
4.31/4.45	c bounds 1146 >= 989 @ 4.09693
4.31/4.47	c bounds 1145 >= 989 @ 4.11892
4.41/4.50	c bounds 1144 >= 989 @ 4.14045
4.41/4.54	c bounds 1143 >= 989 @ 4.17657
4.41/4.57	c bounds 1142 >= 989 @ 4.2063
4.51/4.65	c #Conflicts:       5000 | #Constraints:       8812
4.51/4.65	c bounds 1141 >= 989 @ 4.29294
4.61/4.72	c bounds 1140 >= 989 @ 4.35541
4.71/4.85	c bounds 1139 >= 989 @ 4.48674
4.81/4.90	c bounds 1138 >= 989 @ 4.52764
4.81/4.97	c #Conflicts:       6000 | #Constraints:       9816
4.81/4.97	c bounds 1137 >= 989 @ 4.59535
4.92/5.01	c bounds 1136 >= 989 @ 4.6365
4.92/5.05	c bounds 1135 >= 989 @ 4.67412
4.92/5.09	c bounds 1134 >= 989 @ 4.70694
5.02/5.12	c bounds 1133 >= 989 @ 4.7376
5.31/5.42	c INPROCESSING
5.31/5.42	c GARBAGE COLLECT
5.31/5.42	c rational objective 989
5.40/5.56	c bounds 1132 >= 989 @ 5.16218
5.50/5.60	c bounds 1131 >= 989 @ 5.20348
5.50/5.64	c bounds 1130 >= 989 @ 5.24202
5.50/5.69	c #Conflicts:       7000 | #Constraints:       8767
5.50/5.69	c bounds 1129 >= 989 @ 5.28999
5.60/5.75	c bounds 1128 >= 989 @ 5.34882
6.81/6.96	c #Conflicts:       8000 | #Constraints:       9769
6.81/6.96	c bounds 1128 >= 990 @ 6.54287
6.92/7.03	c bounds 1127 >= 990 @ 6.60908
6.92/7.06	c bounds 1126 >= 990 @ 6.63921
6.92/7.10	c bounds 1125 >= 990 @ 6.6765
7.01/7.16	c bounds 1124 >= 990 @ 6.74042
7.10/7.22	c bounds 1123 >= 990 @ 6.79062
7.10/7.26	c #Conflicts:       9000 | #Constraints:      10825
7.10/7.26	c bounds 1122 >= 990 @ 6.8349
7.40/7.58	c INPROCESSING
7.40/7.58	c GARBAGE COLLECT
7.40/7.58	c rational objective 990
7.50/7.65	c bounds 1121 >= 990 @ 7.20807
7.60/7.70	c bounds 1120 >= 990 @ 7.26079
7.60/7.74	c bounds 1119 >= 990 @ 7.29283
7.60/7.77	c bounds 1118 >= 990 @ 7.32818
7.70/7.80	c bounds 1117 >= 990 @ 7.35819
7.70/7.83	c bounds 1116 >= 990 @ 7.38751
7.70/7.89	c bounds 1115 >= 990 @ 7.44826
7.80/7.93	c #Conflicts:      10000 | #Constraints:       9511
7.80/7.93	c bounds 1114 >= 990 @ 7.48674
7.80/7.97	c bounds 1113 >= 990 @ 7.52347
7.91/8.07	c bounds 1112 >= 990 @ 7.62244
8.01/8.12	c bounds 1111 >= 990 @ 7.66963
8.09/8.22	c bounds 1110 >= 990 @ 7.76715
8.09/8.27	c #Conflicts:      11000 | #Constraints:      10516
8.09/8.27	c bounds 1109 >= 990 @ 7.82325
8.20/8.32	c bounds 1108 >= 990 @ 7.86777
8.20/8.37	c bounds 1107 >= 990 @ 7.92075
8.30/8.43	c bounds 1106 >= 990 @ 7.97196
8.30/8.47	c bounds 1105 >= 990 @ 8.0126
8.39/8.53	c bounds 1104 >= 990 @ 8.0687
8.60/8.75	c #Conflicts:      12000 | #Constraints:      11526
8.60/8.75	c INPROCESSING
8.60/8.75	c GARBAGE COLLECT
8.60/8.75	c rational objective 990
9.91/10.10	c #Conflicts:      13000 | #Constraints:       9956
9.91/10.10	c #Conflicts:      14000 | #Constraints:      10956
9.91/10.10	c bounds 1104 >= 991 @ 9.59735
10.00/10.15	c bounds 1103 >= 991 @ 9.64456
10.59/10.71	c #Conflicts:      15000 | #Constraints:      12011
10.59/10.71	c INPROCESSING
10.59/10.71	c GARBAGE COLLECT
10.59/10.71	c rational objective 991
10.69/10.86	c bounds 1102 >= 991 @ 10.3427
10.79/10.91	c bounds 1101 >= 991 @ 10.3906
11.00/11.13	c #Conflicts:      16000 | #Constraints:      10196
11.00/11.13	c bounds 1100 >= 991 @ 10.6024
11.39/11.51	c bounds 1099 >= 991 @ 10.9795
12.18/12.32	c #Conflicts:      17000 | #Constraints:      11217
12.18/12.32	c #Conflicts:      18000 | #Constraints:      12217
12.18/12.32	c INPROCESSING
12.18/12.32	c GARBAGE COLLECT
12.18/12.32	c rational objective 991
12.29/12.45	c bounds 1099 >= 992 @ 11.8887
13.28/13.47	c #Conflicts:      19000 | #Constraints:      10319
13.28/13.47	c #Conflicts:      20000 | #Constraints:      11319
13.28/13.47	c #Conflicts:      21000 | #Constraints:      12319
13.28/13.47	c INPROCESSING
13.28/13.47	c GARBAGE COLLECT
13.28/13.47	c rational objective 992
13.38/13.55	c bounds 1098 >= 992 @ 12.9586
13.48/13.65	c #Conflicts:      22000 | #Constraints:      10133
13.48/13.65	c bounds 1097 >= 992 @ 13.0561
14.58/14.72	c #Conflicts:      23000 | #Constraints:      11134
14.58/14.72	c #Conflicts:      24000 | #Constraints:      12135
14.58/14.72	c bounds 1096 >= 992 @ 14.1072
15.67/15.83	c #Conflicts:      25000 | #Constraints:      13166
15.67/15.83	c INPROCESSING
15.67/15.83	c GARBAGE COLLECT
15.67/15.83	c rational objective 992
15.78/15.90	c bounds 1095 >= 992 @ 15.2771
15.78/15.94	c bounds 1094 >= 992 @ 15.308
15.78/16.00	c bounds 1093 >= 992 @ 15.3689
16.07/16.28	c #Conflicts:      26000 | #Constraints:      10759
16.07/16.28	c bounds 1092 >= 992 @ 15.6519
16.17/16.37	c bounds 1091 >= 992 @ 15.7384
16.27/16.46	c bounds 1090 >= 992 @ 15.8217
16.38/16.51	c #Conflicts:      27000 | #Constraints:      11762
16.38/16.51	c bounds 1089 >= 992 @ 15.8684
16.38/16.56	c bounds 1088 >= 992 @ 15.9144
16.47/16.61	c bounds 1087 >= 992 @ 15.9666
16.47/16.66	c bounds 1086 >= 992 @ 16.0099
16.57/16.72	c bounds 1085 >= 992 @ 16.0752
16.67/16.81	c bounds 1084 >= 992 @ 16.1565
16.67/16.86	c #Conflicts:      28000 | #Constraints:      12770
16.67/16.86	c bounds 1083 >= 992 @ 16.2087
16.77/16.93	c bounds 1082 >= 992 @ 16.275
16.77/17.00	c bounds 1081 >= 992 @ 16.3404
16.88/17.05	c bounds 1080 >= 992 @ 16.3902
18.07/18.21	c #Conflicts:      29000 | #Constraints:      13776
18.07/18.21	c INPROCESSING
18.07/18.21	c GARBAGE COLLECT
18.07/18.21	c rational objective 992
18.16/18.32	c bounds 1079 >= 992 @ 17.6365
18.16/18.38	c bounds 1078 >= 992 @ 17.6947
18.27/18.44	c bounds 1077 >= 992 @ 17.7497
18.46/18.62	c #Conflicts:      30000 | #Constraints:      11137
18.46/18.62	c bounds 1076 >= 992 @ 17.9203
18.77/18.95	c #Conflicts:      31000 | #Constraints:      12138
18.77/18.95	c bounds 1075 >= 992 @ 18.2441
18.77/19.01	c bounds 1074 >= 992 @ 18.3029
18.87/19.06	c bounds 1073 >= 992 @ 18.3555
18.98/19.14	c bounds 1072 >= 992 @ 18.4277
19.07/19.21	c bounds 1071 >= 992 @ 18.4997
19.16/19.36	c #Conflicts:      32000 | #Constraints:      13143
19.16/19.36	c bounds 1070 >= 992 @ 18.6477
19.26/19.49	c bounds 1069 >= 992 @ 18.7764
19.46/19.68	c bounds 1068 >= 992 @ 18.9564
19.87/20.01	c #Conflicts:      33000 | #Constraints:      14149
19.87/20.01	c INPROCESSING
19.87/20.01	c GARBAGE COLLECT
19.87/20.01	c rational objective 992
19.97/20.13	c bounds 1067 >= 992 @ 19.4041
20.06/20.28	c bounds 1066 >= 992 @ 19.5448
21.56/21.76	c #Conflicts:      34000 | #Constraints:      11315
21.56/21.76	c #Conflicts:      35000 | #Constraints:      12315
21.56/21.76	c #Conflicts:      36000 | #Constraints:      13316
21.56/21.76	c bounds 1065 >= 992 @ 21.0003
22.15/22.34	c #Conflicts:      37000 | #Constraints:      14322
22.15/22.34	c INPROCESSING
22.15/22.34	c GARBAGE COLLECT
22.15/22.34	c rational objective 992
22.26/22.41	c bounds 1065 >= 993 @ 21.629
22.75/22.97	c #Conflicts:      38000 | #Constraints:      11343
22.75/22.97	c #Conflicts:      39000 | #Constraints:      12343
22.75/22.97	c bounds 1065 >= 994 @ 22.181
23.55/23.78	c #Conflicts:      40000 | #Constraints:      13433
23.55/23.78	c #Conflicts:      41000 | #Constraints:      14433
23.55/23.78	c INPROCESSING
23.55/23.78	c GARBAGE COLLECT
23.55/23.78	c rational objective 994
24.85/25.10	c #Conflicts:      42000 | #Constraints:      11228
24.85/25.10	c #Conflicts:      43000 | #Constraints:      12228
24.85/25.10	c #Conflicts:      44000 | #Constraints:      13228
24.85/25.10	c #Conflicts:      45000 | #Constraints:      14228
24.85/25.10	c #Conflicts:      46000 | #Constraints:      15228
24.85/25.10	c INPROCESSING
24.85/25.10	c GARBAGE COLLECT
24.85/25.10	c rational objective 994
25.54/25.76	c #Conflicts:      47000 | #Constraints:      11835
25.54/25.76	c bounds 1064 >= 994 @ 24.9219
25.74/25.98	c #Conflicts:      48000 | #Constraints:      12851
25.74/25.98	c bounds 1063 >= 994 @ 25.121
25.85/26.05	c bounds 1062 >= 994 @ 25.1928
25.95/26.15	c bounds 1061 >= 994 @ 25.2894
26.04/26.22	c bounds 1060 >= 994 @ 25.3501
26.04/26.29	c #Conflicts:      49000 | #Constraints:      13855
26.04/26.29	c bounds 1059 >= 994 @ 25.4207
26.14/26.35	c bounds 1058 >= 994 @ 25.4792
26.24/26.44	c bounds 1057 >= 994 @ 25.5634
26.34/26.59	c bounds 1056 >= 994 @ 25.7146
26.54/26.71	c #Conflicts:      50000 | #Constraints:      14859
26.54/26.71	c bounds 1055 >= 994 @ 25.8321
27.04/27.23	c bounds 1055 >= 995 @ 26.3456
27.24/27.42	c bounds 1054 >= 995 @ 26.5277
27.54/27.79	c #Conflicts:      51000 | #Constraints:      15913
27.54/27.79	c INPROCESSING
27.54/27.79	c GARBAGE COLLECT
27.54/27.79	c rational objective 995
29.13/29.39	c #Conflicts:      52000 | #Constraints:      12243
29.13/29.39	c #Conflicts:      53000 | #Constraints:      13338
29.13/29.39	c #Conflicts:      54000 | #Constraints:      14417
29.13/29.39	c bounds 1053 >= 995 @ 28.4435
30.83/31.05	c #Conflicts:      55000 | #Constraints:      15419
30.83/31.05	c #Conflicts:      56000 | #Constraints:      16419
30.83/31.05	c INPROCESSING
30.83/31.05	c GARBAGE COLLECT
30.83/31.05	c rational objective 995
31.83/32.02	c #Conflicts:      57000 | #Constraints:      12542
31.83/32.02	c #Conflicts:      58000 | #Constraints:      13572
31.83/32.02	c bounds 1052 >= 995 @ 31.0243
32.32/32.55	c #Conflicts:      59000 | #Constraints:      14608
32.32/32.55	c bounds 1051 >= 995 @ 31.5419
35.83/36.06	c #Conflicts:      60000 | #Constraints:      15620
35.83/36.06	c #Conflicts:      61000 | #Constraints:      16620
35.83/36.06	c INPROCESSING
35.83/36.06	c GARBAGE COLLECT
35.83/36.06	c rational objective 995
36.01/36.28	c bounds 1050 >= 995 @ 35.2465
36.20/36.41	c #Conflicts:      62000 | #Constraints:      12558
36.20/36.41	c bounds 1049 >= 995 @ 35.3727
36.31/36.57	c bounds 1048 >= 995 @ 35.5184
36.51/36.79	c bounds 1047 >= 995 @ 35.7345
37.60/37.82	c #Conflicts:      63000 | #Constraints:      13562
37.60/37.82	c #Conflicts:      64000 | #Constraints:      14563
37.60/37.82	c bounds 1046 >= 995 @ 36.7448
38.60/38.85	c #Conflicts:      65000 | #Constraints:      15622
38.60/38.85	c #Conflicts:      66000 | #Constraints:      16622
38.60/38.85	c INPROCESSING
38.60/38.85	c GARBAGE COLLECT
38.60/38.85	c rational objective 995
38.81/39.01	c bounds 1045 >= 995 @ 37.9203
39.81/40.08	c #Conflicts:      67000 | #Constraints:      12301
39.81/40.08	c #Conflicts:      68000 | #Constraints:      13302
39.81/40.08	c #Conflicts:      69000 | #Constraints:      14310
39.81/40.08	c bounds 1044 >= 995 @ 38.9662
43.79/44.02	c #Conflicts:      70000 | #Constraints:      15316
43.79/44.02	c #Conflicts:      71000 | #Constraints:      16316
43.79/44.02	c #Conflicts:      72000 | #Constraints:      17316
43.79/44.02	c INPROCESSING
43.79/44.02	c GARBAGE COLLECT
43.79/44.02	c rational objective 995
44.19/44.40	c bounds 1043 >= 995 @ 43.2336
45.47/45.76	c #Conflicts:      73000 | #Constraints:      12923
45.47/45.76	c #Conflicts:      74000 | #Constraints:      13951
45.47/45.76	c #Conflicts:      75000 | #Constraints:      15017
45.47/45.76	c bounds 1042 >= 995 @ 44.5556
46.47/46.73	c #Conflicts:      76000 | #Constraints:      16065
46.47/46.73	c bounds 1041 >= 995 @ 45.5157
47.27/47.56	c #Conflicts:      77000 | #Constraints:      17109
47.27/47.56	c #Conflicts:      78000 | #Constraints:      18127
47.27/47.56	c INPROCESSING
47.27/47.56	c GARBAGE COLLECT
47.27/47.56	c rational objective 995
48.57/48.83	c #Conflicts:      79000 | #Constraints:      13384
48.57/48.83	c #Conflicts:      80000 | #Constraints:      14423
48.57/48.83	c bounds 1040 >= 995 @ 47.5764
51.06/51.33	c #Conflicts:      81000 | #Constraints:      15446
51.06/51.33	c #Conflicts:      82000 | #Constraints:      16469
51.06/51.33	c #Conflicts:      83000 | #Constraints:      17540
51.06/51.33	c #Conflicts:      84000 | #Constraints:      18615
51.06/51.33	c INPROCESSING
51.06/51.33	c GARBAGE COLLECT
51.06/51.33	c rational objective 995
53.96/54.25	c #Conflicts:      85000 | #Constraints:      13633
53.96/54.25	c #Conflicts:      86000 | #Constraints:      14633
53.96/54.25	c #Conflicts:      87000 | #Constraints:      15633
53.96/54.25	c #Conflicts:      88000 | #Constraints:      16633
53.96/54.25	c #Conflicts:      89000 | #Constraints:      17633
53.96/54.25	c #Conflicts:      90000 | #Constraints:      18633
53.96/54.25	c INPROCESSING
53.96/54.25	c GARBAGE COLLECT
53.96/54.25	c rational objective 995
57.64/57.97	c #Conflicts:      91000 | #Constraints:      13570
57.64/57.97	c #Conflicts:      92000 | #Constraints:      14590
57.64/57.97	c #Conflicts:      93000 | #Constraints:      15648
57.64/57.97	c #Conflicts:      94000 | #Constraints:      16699
57.64/57.97	c #Conflicts:      95000 | #Constraints:      17756
57.64/57.97	c #Conflicts:      96000 | #Constraints:      18811
57.64/57.97	c INPROCESSING
57.64/57.97	c GARBAGE COLLECT
57.64/57.97	c rational objective 995
60.33/60.61	c #Conflicts:      97000 | #Constraints:      13433
60.33/60.61	c #Conflicts:      98000 | #Constraints:      14433
60.33/60.61	c #Conflicts:      99000 | #Constraints:      15433
60.33/60.61	c #Conflicts:     100000 | #Constraints:      16433
60.33/60.61	c #Conflicts:     101000 | #Constraints:      17433
60.33/60.61	c #Conflicts:     102000 | #Constraints:      18433
60.33/60.61	c #Conflicts:     103000 | #Constraints:      19433
60.33/60.61	c INPROCESSING
60.33/60.61	c GARBAGE COLLECT
60.33/60.61	c rational objective 995
60.93/61.27	c #Conflicts:     104000 | #Constraints:      13980
60.93/61.27	c bounds 1040 >= 996 @ 59.7603
63.22/63.50	c #Conflicts:     105000 | #Constraints:      15055
63.22/63.50	c #Conflicts:     106000 | #Constraints:      16055
63.22/63.50	c #Conflicts:     107000 | #Constraints:      17055
63.22/63.50	c #Conflicts:     108000 | #Constraints:      18055
63.22/63.50	c #Conflicts:     109000 | #Constraints:      19055
63.22/63.50	c #Conflicts:     110000 | #Constraints:      20055
63.22/63.50	c INPROCESSING
63.22/63.50	c GARBAGE COLLECT
63.22/63.50	c rational objective 996
65.02/65.31	c #Conflicts:     111000 | #Constraints:      14391
65.02/65.31	c #Conflicts:     112000 | #Constraints:      15392
65.02/65.31	c #Conflicts:     113000 | #Constraints:      16449
65.02/65.31	c bounds 1039 >= 996 @ 63.7271
65.12/65.45	WSVECS04 Frhs2[91]: 6 -1.00003 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[150]: 6 -1.00006 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[434]: 6 -1.00001 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[436]: 6 -1.00007 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[437]: 6 -1.00007 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[443]: 6 -1.00008 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[445]: 6 -1.00005 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[448]: 6 -1.00005 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[450]: 6 -1.00001 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[459]: 6 -1.00005 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[461]: 6 -1.00002 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[463]: 6 -1.00003 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[466]: 6 -1.00008 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[471]: 6 -1.00001 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[477]: 6 -1.00002 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[478]: 6 -1.00001 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[479]: 6 -1.00005 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[483]: 6 -1.00002 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[488]: 6 -1.00002 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[489]: 6 -1.00004 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[497]: 6 -1.00008 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[500]: 6 -1.00001 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[507]: 6 -1.00007 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[508]: 6 -1.00007 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[513]: 6 -1.00004 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[515]: 6 -1.00005 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[519]: 6 -1.00001 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[520]: 6 -1.00004 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[530]: 6 -1.00006 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[538]: 6 -1.00007 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[539]: 6 -1.00003 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[540]: 6 -1.00007 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[542]: 6 -1.00007 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[545]: 6 -1.00008 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[550]: 6 -1.00005 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[552]: 6 -1.00007 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[555]: 6 -1.00008 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[556]: 6 -1.00008 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[558]: 6 -1.00008 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[562]: 6 -1.00007 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[563]: 6 -1.00005 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[565]: 6 -1.00005 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[566]: 6 -1.00001 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[570]: 6 -1.00002 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[574]: 6 -1.00004 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[579]: 6 -1.00004 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[581]: 6 -1.00007 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[588]: 6 -1.00004 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[589]: 6 -1.00008 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[591]: 6 -1.00007 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[593]: 6 -1.00004 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[598]: 6 -1.00002 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[599]: 6 -1.00002 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[601]: 6 -1.00004 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[604]: 6 -1.00003 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[610]: 6 -1.00001 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[613]: 6 -1.00007 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[614]: 6 -1.00005 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[618]: 6 -1.00005 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[619]: 6 -1.00004 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[620]: 6 -1.00006 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[626]: 6 -1.00007 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[627]: 6 -1.00008 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[629]: 6 -1.00003 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[635]: 6 -1.00004 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[638]: 6 -1.00005 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[646]: 6 -1.00003 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[647]: 6 -1.00008 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[648]: 6 -1.00001 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[651]: 6 -1.00002 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[652]: 6 -1.00004 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[654]: 6 -1.00005 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[660]: 6 -1.00003 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[664]: 6 -1.00008 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[666]: 6 -1.00009 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[673]: 6 -1.00008 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[681]: 6 -1.00002 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[686]: 6 -1.00003 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[687]: 6 -1.00006 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[690]: 6 -1.00005 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[694]: 6 -1.00008 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[695]: 6 -1.00007 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[698]: 6 -1.00001 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[699]: 6 -1.00005 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[712]: 6 -1.00008 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[715]: 6 -1.00003 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[717]: 6 -1.00004 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[719]: 6 -1.00007 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[725]: 6 -1.00006 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[727]: 6 -1.00004 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[732]: 6 -1.00002 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[734]: 6 -1.00006 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[736]: 6 -1.00004 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[737]: 6 -1.00008 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[742]: 6 -1.00009 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[744]: 6 -1.00005 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[746]: 6 -1.00002 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[748]: 6 -1.00008 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[750]: 6 -1.00003 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[752]: 6 -1.00008 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[763]: 6 -1.00007 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[767]: 6 -1.00006 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[768]: 6 -1.00006 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[782]: 6 -1.00005 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[783]: 6 -1.00002 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[785]: 6 -1.00005 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[786]: 6 -1.00009 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[789]: 6 -1.00005 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[793]: 6 -1.00009 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[795]: 6 -1.00007 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[796]: 6 -1.00003 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[799]: 6 -1.00006 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[809]: 6 -1.00002 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[810]: 6 -1.00006 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[813]: 6 -1.00003 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[814]: 6 -1.00007 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[817]: 6 -1.00009 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[823]: 6 -1.00008 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[824]: 6 -1.00001 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[825]: 6 -1.00003 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[841]: 6 -1.00003 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[844]: 6 -1.00006 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[848]: 6 -1.00008 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[850]: 6 -1.00008 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[852]: 6 -1.00004 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[853]: 6 -1.00009 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[855]: 6 -1.00003 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[857]: 6 -1.00003 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[859]: 6 -1.00008 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[862]: 6 -1.00007 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[863]: 6 -1.00007 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[864]: 6 -1.00005 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[867]: 6 -1.00005 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[870]: 6 -1.00004 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[871]: 6 -1.00005 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[873]: 6 -1.00007 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[878]: 6 -1.00008 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[881]: 6 -1.00002 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[884]: 6 -1.00006 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[888]: 6 -1.00008 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[891]: 6 -1.00005 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[909]: 6 -1.00009 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[917]: 6 -1.00006 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[922]: 6 -1.00005 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[924]: 6 -1.00008 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[928]: 6 -1.00003 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[930]: 6 -1.00002 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[932]: 6 -1.00006 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[933]: 6 -1.00006 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[939]: 6 -1.00003 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[951]: 6 -1.00003 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[954]: 6 -1.00004 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[958]: 6 -1.00005 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[960]: 6 -1.00002 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[967]: 6 -1.00009 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[969]: 6 -1.00009 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[973]: 6 -1.00003 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[991]: 6 -1.00007 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[996]: 6 -1.00009 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[1000]: 6 -1.00006 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[1002]: 6 -1.00003 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[1003]: 6 -1.00001 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[1010]: 6 -1.00004 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[1012]: 6 -1.00008 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[1017]: 6 -1.00003 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[1018]: 6 -1.00008 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[1020]: 6 -1.00002 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[1023]: 6 -1.00004 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[1068]: 6 -1.00008 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[1074]: 6 -1.00007 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[1077]: 6 -1.00006 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[1079]: 6 -1.00004 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[1136]: 6 -1.00003 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[1603]: 6 -1.00008 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[1613]: 6 -1.00009 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[1616]: 6 -1.00002 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[1624]: 6 -1.00005 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[1632]: 6 -1.00001 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[1633]: 6 -1.00001 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[1646]: 6 -1.00006 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[1857]: 6 -1.00008 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[1860]: 6 -1.00002 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[1867]: 6 -1.00001 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[1880]: 6 -1.00008 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[1881]: 6 -1.00002 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[1897]: 6 -1.00003 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[1910]: 6 -1.00008 0 shouldn't be
65.12/65.45	WSVECS04 Frhs2[1959]: 6 -1.00004 0 shouldn't be
71.49/71.80	c #Conflicts:     114000 | #Constraints:      17476
71.49/71.80	c #Conflicts:     115000 | #Constraints:      18476
71.49/71.80	c #Conflicts:     116000 | #Constraints:      19476
71.49/71.80	c #Conflicts:     117000 | #Constraints:      20476
71.49/71.80	c INPROCESSING
71.49/71.80	c GARBAGE COLLECT
71.49/71.80	c rational objective 996
72.30/72.65	c #Conflicts:     118000 | #Constraints:      14628
72.30/72.65	c bounds 1038 >= 996 @ 70.9872
75.80/76.16	c #Conflicts:     119000 | #Constraints:      15680
75.80/76.16	c #Conflicts:     120000 | #Constraints:      16707
75.80/76.16	c #Conflicts:     121000 | #Constraints:      17763
75.80/76.16	c #Conflicts:     122000 | #Constraints:      18812
75.80/76.16	c #Conflicts:     123000 | #Constraints:      19860
75.80/76.16	c bounds 1037 >= 996 @ 74.4541
76.08/76.46	c #Conflicts:     124000 | #Constraints:      20889
76.08/76.46	c INPROCESSING
76.08/76.46	c GARBAGE COLLECT
76.08/76.46	c rational objective 996
80.86/81.27	c #Conflicts:     125000 | #Constraints:      14693
80.86/81.27	c #Conflicts:     126000 | #Constraints:      15732
80.86/81.27	c #Conflicts:     127000 | #Constraints:      16772
80.86/81.27	c #Conflicts:     128000 | #Constraints:      17800
80.86/81.27	c #Conflicts:     129000 | #Constraints:      18842
80.86/81.27	c #Conflicts:     130000 | #Constraints:      19895
80.86/81.27	c #Conflicts:     131000 | #Constraints:      20929
80.86/81.27	c INPROCESSING
80.86/81.27	c GARBAGE COLLECT
80.86/81.27	c rational objective 996
84.46/84.88	c #Conflicts:     132000 | #Constraints:      14522
84.46/84.88	c #Conflicts:     133000 | #Constraints:      15522
84.46/84.88	c #Conflicts:     134000 | #Constraints:      16522
84.46/84.88	c #Conflicts:     135000 | #Constraints:      17522
84.46/84.88	c #Conflicts:     136000 | #Constraints:      18522
84.46/84.88	c #Conflicts:     137000 | #Constraints:      19522
84.46/84.88	c #Conflicts:     138000 | #Constraints:      20522
84.46/84.88	c #Conflicts:     139000 | #Constraints:      21522
84.46/84.88	c INPROCESSING
84.46/84.88	c GARBAGE COLLECT
84.46/84.88	c rational objective 996
87.76/88.18	c #Conflicts:     140000 | #Constraints:      15044
87.76/88.18	c #Conflicts:     141000 | #Constraints:      16044
87.76/88.18	c #Conflicts:     142000 | #Constraints:      17044
87.76/88.18	c #Conflicts:     143000 | #Constraints:      18044
87.76/88.18	c #Conflicts:     144000 | #Constraints:      19044
87.76/88.18	c #Conflicts:     145000 | #Constraints:      20044
87.76/88.18	c #Conflicts:     146000 | #Constraints:      21044
87.76/88.18	c #Conflicts:     147000 | #Constraints:      22044
87.76/88.18	c INPROCESSING
87.76/88.18	c GARBAGE COLLECT
87.76/88.18	c rational objective 996
91.23/91.64	c #Conflicts:     148000 | #Constraints:      15418
91.23/91.64	c #Conflicts:     149000 | #Constraints:      16418
91.23/91.64	c #Conflicts:     150000 | #Constraints:      17418
91.23/91.64	c #Conflicts:     151000 | #Constraints:      18418
91.23/91.64	c #Conflicts:     152000 | #Constraints:      19418
91.23/91.64	c #Conflicts:     153000 | #Constraints:      20418
91.23/91.64	c #Conflicts:     154000 | #Constraints:      21418
91.23/91.64	c #Conflicts:     155000 | #Constraints:      22418
91.23/91.64	c INPROCESSING
91.23/91.64	c GARBAGE COLLECT
91.23/91.64	c rational objective 996
96.41/96.83	c #Conflicts:     156000 | #Constraints:      15589
96.41/96.83	c #Conflicts:     157000 | #Constraints:      16620
96.41/96.83	c #Conflicts:     158000 | #Constraints:      17686
96.41/96.83	c #Conflicts:     159000 | #Constraints:      18734
96.41/96.83	c #Conflicts:     160000 | #Constraints:      19788
96.41/96.83	c #Conflicts:     161000 | #Constraints:      20830
96.41/96.83	c #Conflicts:     162000 | #Constraints:      21877
96.41/96.83	c #Conflicts:     163000 | #Constraints:      22926
96.41/96.83	c INPROCESSING
96.41/96.83	c GARBAGE COLLECT
96.41/96.83	c rational objective 996
100.41/100.80	c #Conflicts:     164000 | #Constraints:      15681
100.41/100.80	c #Conflicts:     165000 | #Constraints:      16681
100.41/100.80	c #Conflicts:     166000 | #Constraints:      17681
100.41/100.80	c #Conflicts:     167000 | #Constraints:      18681
100.41/100.80	c #Conflicts:     168000 | #Constraints:      19681
100.41/100.80	c #Conflicts:     169000 | #Constraints:      20681
100.41/100.80	c #Conflicts:     170000 | #Constraints:      21681
100.41/100.80	c #Conflicts:     171000 | #Constraints:      22681
100.41/100.80	c INPROCESSING
100.41/100.80	c GARBAGE COLLECT
100.41/100.80	c rational objective 996
102.71/103.15	c #Conflicts:     172000 | #Constraints:      15439
102.71/103.15	c #Conflicts:     173000 | #Constraints:      16439
102.71/103.15	c #Conflicts:     174000 | #Constraints:      17439
102.71/103.15	c #Conflicts:     175000 | #Constraints:      18439
102.71/103.15	c #Conflicts:     176000 | #Constraints:      19439
102.71/103.15	c #Conflicts:     177000 | #Constraints:      20439
102.71/103.15	c bounds 1037 >= 997 @ 100.938
104.29/104.78	c #Conflicts:     178000 | #Constraints:      21500
104.29/104.78	c #Conflicts:     179000 | #Constraints:      22539
104.29/104.78	c #Conflicts:     180000 | #Constraints:      23589
104.29/104.78	c INPROCESSING
104.29/104.78	c GARBAGE COLLECT
104.29/104.78	c rational objective 997
108.59/109.05	c #Conflicts:     181000 | #Constraints:      16034
108.59/109.05	c #Conflicts:     182000 | #Constraints:      17034
108.59/109.05	c #Conflicts:     183000 | #Constraints:      18034
108.59/109.05	c #Conflicts:     184000 | #Constraints:      19034
108.59/109.05	c #Conflicts:     185000 | #Constraints:      20034
108.59/109.05	c #Conflicts:     186000 | #Constraints:      21034
108.59/109.05	c #Conflicts:     187000 | #Constraints:      22034
108.59/109.05	c #Conflicts:     188000 | #Constraints:      23034
108.59/109.05	c #Conflicts:     189000 | #Constraints:      24034
108.59/109.05	c INPROCESSING
108.59/109.05	c GARBAGE COLLECT
108.59/109.05	c rational objective 997
109.87/110.34	c #Conflicts:     190000 | #Constraints:      16426
109.87/110.34	c #Conflicts:     191000 | #Constraints:      17470
109.87/110.34	c bounds 1036 >= 997 @ 108.001
110.07/110.51	WSVECS04 Frhs2[1]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[3]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[5]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[7]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[8]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[9]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[10]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[11]: 6 -1.00001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[13]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[14]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[17]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[22]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[25]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[28]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[30]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[31]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[32]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[34]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[36]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[38]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[40]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[41]: 6 -1.0001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[43]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[46]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[47]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[49]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[51]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[52]: 6 -1.00001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[53]: 6 -1.0001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[55]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[57]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[58]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[59]: 6 -1.00001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[60]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[64]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[65]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[68]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[71]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[73]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[75]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[77]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[78]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[79]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[81]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[83]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[85]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[86]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[88]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[89]: 6 -1.0001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[90]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[91]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[92]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[93]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[94]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[98]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[99]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[100]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[107]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[110]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[113]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[116]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[119]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[122]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[123]: 6 -1.00001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[126]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[127]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[129]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[130]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[131]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[133]: 6 -1.0001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[134]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[135]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[136]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[137]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[140]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[141]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[144]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[150]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[156]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[157]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[159]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[160]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[165]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[166]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[169]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[170]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[171]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[172]: 6 -1.00001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[173]: 6 -1.0001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[175]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[176]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[177]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[178]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[179]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[182]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[183]: 6 -1.0001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[185]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[186]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[187]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[191]: 6 -1.00001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[192]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[193]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[195]: 6 -1.00001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[197]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[198]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[201]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[203]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[206]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[207]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[211]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[213]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[214]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[216]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[217]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[218]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[220]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[222]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[223]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[227]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[235]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[237]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[238]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[241]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[244]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[248]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[250]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[253]: 6 -1.00001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[256]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[258]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[259]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[261]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[263]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[264]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[265]: 6 -1.00001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[267]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[268]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[269]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[271]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[272]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[273]: 6 -1.0001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[274]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[277]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[280]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[282]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[283]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[284]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[285]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[287]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[288]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[291]: 6 -1.00001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[293]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[294]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[296]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[300]: 6 -1.00001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[301]: 6 -1.0001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[303]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[306]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[307]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[308]: 6 -1.0001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[311]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[314]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[315]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[316]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[317]: 6 -1.00001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[318]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[320]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[322]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[327]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[330]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[333]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[335]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[336]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[337]: 6 -1.00001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[339]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[341]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[343]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[346]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[347]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[349]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[352]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[353]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[354]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[355]: 6 -1.00001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[356]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[357]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[358]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[360]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[361]: 6 -1.0001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[362]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[363]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[367]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[368]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[374]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[376]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[378]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[379]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[382]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[384]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[386]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[387]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[390]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[391]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[397]: 6 -1.0001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[398]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[400]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[402]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[403]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[405]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[407]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[409]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[410]: 6 -1.00001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[412]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[414]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[418]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[423]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[424]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[426]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[427]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[428]: 6 -1.0001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[429]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[430]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[434]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[436]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[437]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[438]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[439]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[440]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[443]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[445]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[449]: 6 -1.0001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[458]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[459]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[460]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[461]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[462]: 6 -1.00001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[463]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[465]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[466]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[471]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[474]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[475]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[476]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[477]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[478]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[479]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[483]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[484]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[488]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[489]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[490]: 6 -1.0001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[494]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[496]: 6 -1.0001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[497]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[499]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[500]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[502]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[505]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[507]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[508]: 6 -1.00001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[511]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[513]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[519]: 6 -1.0001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[520]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[522]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[523]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[525]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[527]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[530]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[531]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[534]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[537]: 6 -1.00001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[538]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[539]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[540]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[541]: 6 -1.0001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[542]: 6 -1.00001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[544]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[545]: 6 -1.0001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[547]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[550]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[552]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[555]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[556]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[558]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[562]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[563]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[564]: 6 -1.00001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[565]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[566]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[567]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[568]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[570]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[572]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[574]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[575]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[579]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[581]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[583]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[584]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[586]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[588]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[589]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[591]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[593]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[598]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[599]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[601]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[604]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[605]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[609]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[610]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[613]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[614]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[618]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[619]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[620]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[624]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[626]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[627]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[628]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[629]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[635]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[637]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[638]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[640]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[642]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[646]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[647]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[648]: 6 -1.00001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[651]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[652]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[654]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[657]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[658]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[659]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[660]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[663]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[664]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[666]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[667]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[668]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[672]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[673]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[675]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[678]: 6 -1.00001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[680]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[681]: 6 -1.0001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[683]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[685]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[686]: 6 -1.00001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[687]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[690]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[694]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[695]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[698]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[699]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[705]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[706]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[712]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[715]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[717]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[718]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[719]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[720]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[721]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[725]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[726]: 6 -1.00001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[727]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[730]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[732]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[734]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[735]: 6 -1.0001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[736]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[737]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[742]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[744]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[746]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[748]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[749]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[750]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[752]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[761]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[762]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[763]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[765]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[767]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[768]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[770]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[772]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[777]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[778]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[782]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[783]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[785]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[786]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[788]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[789]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[791]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[793]: 6 -1.00001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[794]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[795]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[796]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[797]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[799]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[806]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[809]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[810]: 6 -1.00001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[813]: 6 -1.0001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[814]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[815]: 6 -1.00001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[816]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[817]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[818]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[821]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[823]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[824]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[826]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[828]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[829]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[831]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[836]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[837]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[839]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[841]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[845]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[847]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[848]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[849]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[850]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[852]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[853]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[855]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[857]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[859]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[860]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[861]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[862]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[863]: 6 -1.00001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[864]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[865]: 6 -1.0001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[867]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[870]: 6 -1.0001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[871]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[873]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[874]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[878]: 6 -1.0001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[879]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[883]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[884]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[886]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[888]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[889]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[891]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[902]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[903]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[908]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[909]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[914]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[915]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[917]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[919]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[920]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[922]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[923]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[924]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[926]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[928]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[929]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[930]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[932]: 6 -1.0001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[933]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[936]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[938]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[939]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[942]: 6 -1.00001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[946]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[947]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[950]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[951]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[954]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[955]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[957]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[958]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[960]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[961]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[962]: 6 -1.00001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[967]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[968]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[969]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[973]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[974]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[981]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[986]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[987]: 6 -1.00001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[989]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[991]: 6 -1.0001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[996]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[997]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1000]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1002]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1003]: 6 -1.0001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1004]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1006]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1007]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1008]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1010]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1012]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1014]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1017]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1018]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1020]: 6 -1.00001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1023]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1024]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1025]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1026]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1027]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1030]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1031]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1032]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1033]: 6 -1.00001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1036]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1037]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1038]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1040]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1041]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1042]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1043]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1044]: 6 -1.0001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1045]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1046]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1047]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1049]: 6 -1.00001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1050]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1051]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1054]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1058]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1063]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1064]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1065]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1067]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1068]: 6 -1.0001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1069]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1070]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1071]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1074]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1075]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1077]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1079]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1080]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1084]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1085]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1087]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1088]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1089]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1090]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1091]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1092]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1093]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1095]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1099]: 6 -1.0001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1103]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1104]: 6 -1.00001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1105]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1106]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1107]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1110]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1112]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1114]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1116]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1117]: 6 -1.0001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1118]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1120]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1125]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1127]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1128]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1131]: 6 -1.0001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1132]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1133]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1136]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1137]: 6 -1.00001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1138]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1141]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1143]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1147]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1151]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1152]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1153]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1154]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1155]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1156]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1157]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1159]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1160]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1161]: 6 -1.00001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1166]: 6 -1.0001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1167]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1168]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1169]: 6 -1.0001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1170]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1171]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1174]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1177]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1180]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1181]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1183]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1184]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1187]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1190]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1192]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1193]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1194]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1196]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1198]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1203]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1205]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1208]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1214]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1221]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1225]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1226]: 6 -1.00001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1227]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1228]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1230]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1232]: 6 -1.0001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1238]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1239]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1244]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1245]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1246]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1248]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1250]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1251]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1256]: 6 -1.0001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1259]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1260]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1262]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1263]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1265]: 6 -1.00001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1268]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1269]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1270]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1271]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1272]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1273]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1274]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1275]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1276]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1279]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1280]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1281]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1282]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1285]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1287]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1289]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1290]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1292]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1294]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1300]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1302]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1304]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1305]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1306]: 6 -1.0001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1307]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1310]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1311]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1313]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1314]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1315]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1317]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1318]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1320]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1322]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1323]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1325]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1326]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1329]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1330]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1331]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1332]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1333]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1334]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1335]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1340]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1341]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1342]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1343]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1344]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1345]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1346]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1349]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1350]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1353]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1354]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1357]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1360]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1362]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1363]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1364]: 6 -1.00001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1367]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1369]: 6 -1.0001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1371]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1372]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1373]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1374]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1376]: 6 -1.00001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1377]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1379]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1381]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1382]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1384]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1385]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1386]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1388]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1389]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1392]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1395]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1399]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1402]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1404]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1408]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1410]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1413]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1414]: 6 -1.00001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1415]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1416]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1417]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1421]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1422]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1423]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1424]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1425]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1426]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1431]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1435]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1436]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1437]: 6 -1.00001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1438]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1439]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1440]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1443]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1444]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1445]: 6 -1.00001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1446]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1447]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1448]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1450]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1451]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1452]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1453]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1455]: 6 -1.0001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1456]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1457]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1458]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1459]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1461]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1462]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1468]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1469]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1470]: 6 -1.00001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1471]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1472]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1475]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1478]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1479]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1480]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1481]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1484]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1486]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1487]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1490]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1492]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1494]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1495]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1496]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1499]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1500]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1501]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1503]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1506]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1507]: 6 -1.0001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1509]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1510]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1511]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1513]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1516]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1521]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1522]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1526]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1527]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1528]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1533]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1534]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1535]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1537]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1538]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1540]: 6 -1.0001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1542]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1543]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1544]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1545]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1546]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1548]: 6 -1.0001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1550]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1551]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1552]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1553]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1557]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1558]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1559]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1560]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1562]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1563]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1567]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1569]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1571]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1573]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1577]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1578]: 6 -1.0001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1579]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1583]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1584]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1586]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1587]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1588]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1591]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1596]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1602]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1603]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1607]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1609]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1612]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1613]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1616]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1618]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1619]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1620]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1621]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1623]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1624]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1626]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1628]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1631]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1632]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1633]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1635]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1637]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1639]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1641]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1642]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1646]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1647]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1651]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1652]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1654]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1659]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1665]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1668]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1669]: 6 -1.00001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1670]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1671]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1673]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1674]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1676]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1679]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1681]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1682]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1684]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1688]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1691]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1692]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1694]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1697]: 6 -1.00001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1702]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1703]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1704]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1708]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1709]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1710]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1711]: 6 -1.00001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1712]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1713]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1714]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1716]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1718]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1721]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1723]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1729]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1731]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1732]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1734]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1735]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1736]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1737]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1738]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1742]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1743]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1745]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1746]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1749]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1751]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1757]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1761]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1762]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1765]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1766]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1767]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1769]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1770]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1771]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1772]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1775]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1777]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1778]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1781]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1785]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1786]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1787]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1788]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1789]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1790]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1794]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1795]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1798]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1800]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1802]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1803]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1804]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1805]: 6 -1.0001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1806]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1807]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1809]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1810]: 6 -1.00001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1812]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1813]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1815]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1816]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1818]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1819]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1820]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1821]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1823]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1828]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1830]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1832]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1836]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1837]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1838]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1839]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1846]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1849]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1851]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1853]: 6 -1.0001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1854]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1855]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1856]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1857]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1858]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1860]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1862]: 6 -1.0001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1863]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1865]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1867]: 6 -1.00001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1868]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1871]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1874]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1875]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1876]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1880]: 6 -1.0001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1881]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1882]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1884]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1885]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1886]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1887]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1888]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1890]: 6 -1.00001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1896]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1897]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1899]: 6 -1.00001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1901]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1902]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1903]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1907]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1909]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1910]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1911]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1913]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1916]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1917]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1920]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1921]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1923]: 6 -1.00009 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1925]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1926]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1927]: 6 -1.00002 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1928]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1930]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1932]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1933]: 6 -1.0001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1937]: 6 -1.00001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1939]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1940]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1942]: 6 -1.00005 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1943]: 6 -1.0001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1944]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1945]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1946]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1947]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1950]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1952]: 6 -1.00008 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1953]: 6 -1.00007 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1954]: 6 -1.00001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1955]: 6 -1.0001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1956]: 6 -1.0001 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1957]: 6 -1.00003 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1958]: 6 -1.00006 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1959]: 6 -1.00004 0 shouldn't be
110.07/110.51	WSVECS04 Frhs2[1960]: 6 -1.00005 0 shouldn't be
115.96/116.40	c #Conflicts:     192000 | #Constraints:      18519
115.96/116.40	c #Conflicts:     193000 | #Constraints:      19519
115.96/116.40	c #Conflicts:     194000 | #Constraints:      20520
115.96/116.40	c #Conflicts:     195000 | #Constraints:      21584
115.96/116.40	c #Conflicts:     196000 | #Constraints:      22664
115.96/116.40	c #Conflicts:     197000 | #Constraints:      23738
115.96/116.40	c #Conflicts:     198000 | #Constraints:      24798
115.96/116.40	c INPROCESSING
115.96/116.40	c GARBAGE COLLECT
115.96/116.40	c rational objective 997
120.34/120.89	c #Conflicts:     199000 | #Constraints:      16769
120.34/120.89	c #Conflicts:     200000 | #Constraints:      17769
120.34/120.89	c #Conflicts:     201000 | #Constraints:      18769
120.34/120.89	c #Conflicts:     202000 | #Constraints:      19769
120.34/120.89	c #Conflicts:     203000 | #Constraints:      20769
120.34/120.89	c #Conflicts:     204000 | #Constraints:      21769
120.34/120.89	c #Conflicts:     205000 | #Constraints:      22769
120.34/120.89	c #Conflicts:     206000 | #Constraints:      23769
120.34/120.89	c #Conflicts:     207000 | #Constraints:      24769
120.34/120.89	c INPROCESSING
120.34/120.89	c GARBAGE COLLECT
120.34/120.89	c rational objective 997
124.33/124.88	c #Conflicts:     208000 | #Constraints:      16685
124.33/124.88	c #Conflicts:     209000 | #Constraints:      17685
124.33/124.88	c #Conflicts:     210000 | #Constraints:      18685
124.33/124.88	c #Conflicts:     211000 | #Constraints:      19685
124.33/124.88	c #Conflicts:     212000 | #Constraints:      20685
124.33/124.88	c #Conflicts:     213000 | #Constraints:      21685
124.33/124.88	c #Conflicts:     214000 | #Constraints:      22685
124.33/124.88	c #Conflicts:     215000 | #Constraints:      23685
124.33/124.88	c #Conflicts:     216000 | #Constraints:      24685
124.33/124.88	c INPROCESSING
124.33/124.88	c GARBAGE COLLECT
124.33/124.88	c rational objective 997
131.31/131.81	c #Conflicts:     217000 | #Constraints:      16472
131.31/131.81	c #Conflicts:     218000 | #Constraints:      17494
131.31/131.81	c #Conflicts:     219000 | #Constraints:      18561
131.31/131.81	c #Conflicts:     220000 | #Constraints:      19603
131.31/131.81	c #Conflicts:     221000 | #Constraints:      20628
131.31/131.81	c #Conflicts:     222000 | #Constraints:      21671
131.31/131.81	c #Conflicts:     223000 | #Constraints:      22712
131.31/131.81	c #Conflicts:     224000 | #Constraints:      23751
131.31/131.81	c #Conflicts:     225000 | #Constraints:      24804
131.31/131.81	c #Conflicts:     226000 | #Constraints:      25850
131.31/131.81	c INPROCESSING
131.31/131.81	c GARBAGE COLLECT
131.31/131.81	c rational objective 997
136.10/136.68	c #Conflicts:     227000 | #Constraints:      17191
136.10/136.68	c #Conflicts:     228000 | #Constraints:      18191
136.10/136.68	c #Conflicts:     229000 | #Constraints:      19191
136.10/136.68	c #Conflicts:     230000 | #Constraints:      20191
136.10/136.68	c #Conflicts:     231000 | #Constraints:      21191
136.10/136.68	c #Conflicts:     232000 | #Constraints:      22191
136.10/136.68	c #Conflicts:     233000 | #Constraints:      23191
136.10/136.68	c #Conflicts:     234000 | #Constraints:      24191
136.10/136.68	c #Conflicts:     235000 | #Constraints:      25191
136.10/136.68	c #Conflicts:     236000 | #Constraints:      26191
136.10/136.68	c INPROCESSING
136.10/136.68	c GARBAGE COLLECT
136.10/136.68	c rational objective 997
140.59/141.12	c #Conflicts:     237000 | #Constraints:      17525
140.59/141.12	c #Conflicts:     238000 | #Constraints:      18525
140.59/141.12	c #Conflicts:     239000 | #Constraints:      19525
140.59/141.12	c #Conflicts:     240000 | #Constraints:      20525
140.59/141.12	c #Conflicts:     241000 | #Constraints:      21525
140.59/141.12	c #Conflicts:     242000 | #Constraints:      22525
140.59/141.12	c #Conflicts:     243000 | #Constraints:      23525
140.59/141.12	c #Conflicts:     244000 | #Constraints:      24525
140.59/141.12	c #Conflicts:     245000 | #Constraints:      25525
140.59/141.12	c #Conflicts:     246000 | #Constraints:      26525
140.59/141.12	c INPROCESSING
140.59/141.12	c GARBAGE COLLECT
140.59/141.12	c rational objective 997
145.36/146.01	c #Conflicts:     247000 | #Constraints:      17700
145.36/146.01	c #Conflicts:     248000 | #Constraints:      18700
145.36/146.01	c #Conflicts:     249000 | #Constraints:      19700
145.36/146.01	c #Conflicts:     250000 | #Constraints:      20700
145.36/146.01	c #Conflicts:     251000 | #Constraints:      21700
145.36/146.01	c #Conflicts:     252000 | #Constraints:      22700
145.36/146.01	c #Conflicts:     253000 | #Constraints:      23700
145.36/146.01	c #Conflicts:     254000 | #Constraints:      24700
145.36/146.01	c #Conflicts:     255000 | #Constraints:      25700
145.36/146.01	c #Conflicts:     256000 | #Constraints:      26700
145.36/146.01	c INPROCESSING
145.36/146.01	c GARBAGE COLLECT
145.36/146.01	c rational objective 997
153.14/153.73	c #Conflicts:     257000 | #Constraints:      17688
153.14/153.73	c #Conflicts:     258000 | #Constraints:      18717
153.14/153.73	c #Conflicts:     259000 | #Constraints:      19779
153.14/153.73	c #Conflicts:     260000 | #Constraints:      20843
153.14/153.73	c #Conflicts:     261000 | #Constraints:      21889
153.14/153.73	c #Conflicts:     262000 | #Constraints:      22950
153.14/153.73	c #Conflicts:     263000 | #Constraints:      24005
153.14/153.73	c #Conflicts:     264000 | #Constraints:      25044
153.14/153.73	c #Conflicts:     265000 | #Constraints:      26086
153.14/153.73	c #Conflicts:     266000 | #Constraints:      27143
153.14/153.73	c INPROCESSING
153.14/153.73	c GARBAGE COLLECT
153.14/153.73	c rational objective 997
158.54/159.12	c #Conflicts:     267000 | #Constraints:      17655
158.54/159.12	c #Conflicts:     268000 | #Constraints:      18655
158.54/159.12	c #Conflicts:     269000 | #Constraints:      19655
158.54/159.12	c #Conflicts:     270000 | #Constraints:      20655
158.54/159.12	c #Conflicts:     271000 | #Constraints:      21655
158.54/159.12	c #Conflicts:     272000 | #Constraints:      22655
158.54/159.12	c #Conflicts:     273000 | #Constraints:      23655
158.54/159.12	c #Conflicts:     274000 | #Constraints:      24655
158.54/159.12	c #Conflicts:     275000 | #Constraints:      25655
158.54/159.12	c #Conflicts:     276000 | #Constraints:      26655
158.54/159.12	c #Conflicts:     277000 | #Constraints:      27655
158.54/159.12	c INPROCESSING
158.54/159.12	c GARBAGE COLLECT
158.54/159.12	c rational objective 997
163.80/164.42	c #Conflicts:     278000 | #Constraints:      18153
163.80/164.42	c #Conflicts:     279000 | #Constraints:      19153
163.80/164.42	c #Conflicts:     280000 | #Constraints:      20153
163.80/164.42	c #Conflicts:     281000 | #Constraints:      21153
163.80/164.42	c #Conflicts:     282000 | #Constraints:      22153
163.80/164.42	c #Conflicts:     283000 | #Constraints:      23153
163.80/164.42	c #Conflicts:     284000 | #Constraints:      24153
163.80/164.42	c #Conflicts:     285000 | #Constraints:      25153
163.80/164.42	c #Conflicts:     286000 | #Constraints:      26153
163.80/164.42	c #Conflicts:     287000 | #Constraints:      27153
163.80/164.42	c #Conflicts:     288000 | #Constraints:      28153
163.80/164.42	c INPROCESSING
163.80/164.42	c GARBAGE COLLECT
163.80/164.42	c rational objective 997
172.57/173.24	c #Conflicts:     289000 | #Constraints:      18525
172.57/173.24	c #Conflicts:     290000 | #Constraints:      19543
172.57/173.24	c #Conflicts:     291000 | #Constraints:      20590
172.57/173.24	c #Conflicts:     292000 | #Constraints:      21640
172.57/173.24	c #Conflicts:     293000 | #Constraints:      22699
172.57/173.24	c #Conflicts:     294000 | #Constraints:      23744
172.57/173.24	c #Conflicts:     295000 | #Constraints:      24794
172.57/173.24	c #Conflicts:     296000 | #Constraints:      25850
172.57/173.24	c #Conflicts:     297000 | #Constraints:      26908
172.57/173.24	c #Conflicts:     298000 | #Constraints:      27951
172.57/173.24	c #Conflicts:     299000 | #Constraints:      28998
172.57/173.24	c INPROCESSING
172.57/173.24	c GARBAGE COLLECT
172.57/173.24	c rational objective 997
178.75/179.40	c #Conflicts:     300000 | #Constraints:      18860
178.75/179.40	c #Conflicts:     301000 | #Constraints:      19860
178.75/179.40	c #Conflicts:     302000 | #Constraints:      20860
178.75/179.40	c #Conflicts:     303000 | #Constraints:      21860
178.75/179.40	c #Conflicts:     304000 | #Constraints:      22860
178.75/179.40	c #Conflicts:     305000 | #Constraints:      23860
178.75/179.40	c #Conflicts:     306000 | #Constraints:      24860
178.75/179.40	c #Conflicts:     307000 | #Constraints:      25860
178.75/179.40	c #Conflicts:     308000 | #Constraints:      26860
178.75/179.40	c #Conflicts:     309000 | #Constraints:      27860
178.75/179.40	c #Conflicts:     310000 | #Constraints:      28860
178.75/179.40	c INPROCESSING
178.75/179.40	c GARBAGE COLLECT
178.75/179.40	c rational objective 997
184.35/185.04	c #Conflicts:     311000 | #Constraints:      18748
184.35/185.04	c #Conflicts:     312000 | #Constraints:      19748
184.35/185.04	c #Conflicts:     313000 | #Constraints:      20748
184.35/185.04	c #Conflicts:     314000 | #Constraints:      21748
184.35/185.04	c #Conflicts:     315000 | #Constraints:      22748
184.35/185.04	c #Conflicts:     316000 | #Constraints:      23748
184.35/185.04	c #Conflicts:     317000 | #Constraints:      24748
184.35/185.04	c #Conflicts:     318000 | #Constraints:      25748
184.35/185.04	c #Conflicts:     319000 | #Constraints:      26748
184.35/185.04	c #Conflicts:     320000 | #Constraints:      27748
184.35/185.04	c #Conflicts:     321000 | #Constraints:      28748
184.35/185.04	c INPROCESSING
184.35/185.04	c GARBAGE COLLECT
184.35/185.04	c rational objective 997
192.91/193.61	c #Conflicts:     322000 | #Constraints:      18525
192.91/193.61	c #Conflicts:     323000 | #Constraints:      19532
192.91/193.61	c #Conflicts:     324000 | #Constraints:      20555
192.91/193.61	c #Conflicts:     325000 | #Constraints:      21578
192.91/193.61	c #Conflicts:     326000 | #Constraints:      22604
192.91/193.61	c #Conflicts:     327000 | #Constraints:      23677
192.91/193.61	c #Conflicts:     328000 | #Constraints:      24723
192.91/193.61	c #Conflicts:     329000 | #Constraints:      25763
192.91/193.61	c #Conflicts:     330000 | #Constraints:      26791
192.91/193.61	c #Conflicts:     331000 | #Constraints:      27824
192.91/193.61	c #Conflicts:     332000 | #Constraints:      28864
192.91/193.61	c #Conflicts:     333000 | #Constraints:      29898
192.91/193.61	c INPROCESSING
192.91/193.61	c GARBAGE COLLECT
192.91/193.61	c rational objective 997
198.59/199.31	c #Conflicts:     334000 | #Constraints:      19205
198.59/199.31	c #Conflicts:     335000 | #Constraints:      20205
198.59/199.31	c #Conflicts:     336000 | #Constraints:      21205
198.59/199.31	c #Conflicts:     337000 | #Constraints:      22205
198.59/199.31	c #Conflicts:     338000 | #Constraints:      23205
198.59/199.31	c #Conflicts:     339000 | #Constraints:      24205
198.59/199.31	c #Conflicts:     340000 | #Constraints:      25205
198.59/199.31	c #Conflicts:     341000 | #Constraints:      26205
198.59/199.31	c #Conflicts:     342000 | #Constraints:      27205
198.59/199.31	c #Conflicts:     343000 | #Constraints:      28205
198.59/199.31	c bounds 1036 >= 998 @ 195.474
199.40/200.15	c #Conflicts:     344000 | #Constraints:      29262
199.40/200.15	c #Conflicts:     345000 | #Constraints:      30262
199.40/200.15	c INPROCESSING
199.40/200.15	c GARBAGE COLLECT
199.40/200.15	c rational objective 998
205.47/206.21	c #Conflicts:     346000 | #Constraints:      19564
205.47/206.21	c #Conflicts:     347000 | #Constraints:      20564
205.47/206.21	c #Conflicts:     348000 | #Constraints:      21564
205.47/206.21	c #Conflicts:     349000 | #Constraints:      22564
205.47/206.21	c #Conflicts:     350000 | #Constraints:      23564
205.47/206.21	c #Conflicts:     351000 | #Constraints:      24564
205.47/206.21	c #Conflicts:     352000 | #Constraints:      25564
205.47/206.21	c #Conflicts:     353000 | #Constraints:      26564
205.47/206.21	c #Conflicts:     354000 | #Constraints:      27564
205.47/206.21	c #Conflicts:     355000 | #Constraints:      28564
205.47/206.21	c #Conflicts:     356000 | #Constraints:      29564
205.47/206.21	c #Conflicts:     357000 | #Constraints:      30564
205.47/206.21	c INPROCESSING
205.47/206.21	c GARBAGE COLLECT
205.47/206.21	c rational objective 998
214.14/214.98	c #Conflicts:     358000 | #Constraints:      19732
214.14/214.98	c #Conflicts:     359000 | #Constraints:      20775
214.14/214.98	c #Conflicts:     360000 | #Constraints:      21828
214.14/214.98	c #Conflicts:     361000 | #Constraints:      22878
214.14/214.98	c #Conflicts:     362000 | #Constraints:      23931
214.14/214.98	c #Conflicts:     363000 | #Constraints:      24967
214.14/214.98	c #Conflicts:     364000 | #Constraints:      26018
214.14/214.98	c #Conflicts:     365000 | #Constraints:      27074
214.14/214.98	c #Conflicts:     366000 | #Constraints:      28129
214.14/214.98	c #Conflicts:     367000 | #Constraints:      29168
214.14/214.98	c #Conflicts:     368000 | #Constraints:      30206
214.14/214.98	c #Conflicts:     369000 | #Constraints:      31241
214.14/214.98	c INPROCESSING
214.14/214.98	c GARBAGE COLLECT
214.14/214.98	c rational objective 998
220.72/221.58	c #Conflicts:     370000 | #Constraints:      19909
220.72/221.58	c #Conflicts:     371000 | #Constraints:      20909
220.72/221.58	c #Conflicts:     372000 | #Constraints:      21909
220.72/221.58	c #Conflicts:     373000 | #Constraints:      22909
220.72/221.58	c #Conflicts:     374000 | #Constraints:      23909
220.72/221.58	c #Conflicts:     375000 | #Constraints:      24909
220.72/221.58	c #Conflicts:     376000 | #Constraints:      25909
220.72/221.58	c #Conflicts:     377000 | #Constraints:      26909
220.72/221.58	c #Conflicts:     378000 | #Constraints:      27909
220.72/221.58	c #Conflicts:     379000 | #Constraints:      28909
220.72/221.58	c #Conflicts:     380000 | #Constraints:      29909
220.72/221.58	c #Conflicts:     381000 | #Constraints:      30909
220.72/221.58	c INPROCESSING
220.72/221.58	c GARBAGE COLLECT
220.72/221.58	c rational objective 998
227.40/228.27	c #Conflicts:     382000 | #Constraints:      19584
227.40/228.27	c #Conflicts:     383000 | #Constraints:      20584
227.40/228.27	c #Conflicts:     384000 | #Constraints:      21584
227.40/228.27	c #Conflicts:     385000 | #Constraints:      22584
227.40/228.27	c #Conflicts:     386000 | #Constraints:      23584
227.40/228.27	c #Conflicts:     387000 | #Constraints:      24584
227.40/228.27	c #Conflicts:     388000 | #Constraints:      25584
227.40/228.27	c #Conflicts:     389000 | #Constraints:      26584
227.40/228.27	c #Conflicts:     390000 | #Constraints:      27584
227.40/228.27	c #Conflicts:     391000 | #Constraints:      28584
227.40/228.27	c #Conflicts:     392000 | #Constraints:      29584
227.40/228.27	c #Conflicts:     393000 | #Constraints:      30584
227.40/228.27	c #Conflicts:     394000 | #Constraints:      31584
227.40/228.27	c INPROCESSING
227.40/228.27	c GARBAGE COLLECT
227.40/228.27	c rational objective 998
233.98/234.84	c #Conflicts:     395000 | #Constraints:      20137
233.98/234.84	c #Conflicts:     396000 | #Constraints:      21137
233.98/234.84	c #Conflicts:     397000 | #Constraints:      22137
233.98/234.84	c #Conflicts:     398000 | #Constraints:      23137
233.98/234.84	c #Conflicts:     399000 | #Constraints:      24137
233.98/234.84	c #Conflicts:     400000 | #Constraints:      25137
233.98/234.84	c #Conflicts:     401000 | #Constraints:      26137
233.98/234.84	c #Conflicts:     402000 | #Constraints:      27137
233.98/234.84	c #Conflicts:     403000 | #Constraints:      28138
233.98/234.84	c #Conflicts:     404000 | #Constraints:      29138
233.98/234.84	c #Conflicts:     405000 | #Constraints:      30140
233.98/234.84	c #Conflicts:     406000 | #Constraints:      31141
233.98/234.84	c #Conflicts:     407000 | #Constraints:      32141
233.98/234.84	c INPROCESSING
233.98/234.84	c GARBAGE COLLECT
233.98/234.84	c rational objective 998
243.45/244.37	c #Conflicts:     408000 | #Constraints:      20551
243.45/244.37	c #Conflicts:     409000 | #Constraints:      21619
243.45/244.37	c #Conflicts:     410000 | #Constraints:      22683
243.45/244.37	c #Conflicts:     411000 | #Constraints:      23742
243.45/244.37	c #Conflicts:     412000 | #Constraints:      24784
243.45/244.37	c #Conflicts:     413000 | #Constraints:      25826
243.45/244.37	c #Conflicts:     414000 | #Constraints:      26866
243.45/244.37	c #Conflicts:     415000 | #Constraints:      27894
243.45/244.37	c #Conflicts:     416000 | #Constraints:      28918
243.45/244.37	c #Conflicts:     417000 | #Constraints:      29953
243.45/244.37	c #Conflicts:     418000 | #Constraints:      31000
243.45/244.37	c #Conflicts:     419000 | #Constraints:      32037
243.45/244.37	c #Conflicts:     420000 | #Constraints:      33070
243.45/244.37	c INPROCESSING
243.45/244.37	c GARBAGE COLLECT
243.45/244.37	c rational objective 998
251.33/252.25	c #Conflicts:     421000 | #Constraints:      20912
251.33/252.25	c #Conflicts:     422000 | #Constraints:      21912
251.33/252.25	c #Conflicts:     423000 | #Constraints:      22912
251.33/252.25	c #Conflicts:     424000 | #Constraints:      23912
251.33/252.25	c #Conflicts:     425000 | #Constraints:      24912
251.33/252.25	c #Conflicts:     426000 | #Constraints:      25912
251.33/252.25	c #Conflicts:     427000 | #Constraints:      26912
251.33/252.25	c #Conflicts:     428000 | #Constraints:      27912
251.33/252.25	c #Conflicts:     429000 | #Constraints:      28912
251.33/252.25	c #Conflicts:     430000 | #Constraints:      29912
251.33/252.25	c #Conflicts:     431000 | #Constraints:      30912
251.33/252.25	c #Conflicts:     432000 | #Constraints:      31912
251.33/252.25	c #Conflicts:     433000 | #Constraints:      32912
251.33/252.25	c INPROCESSING
251.33/252.25	c GARBAGE COLLECT
251.33/252.25	c rational objective 998
258.80/259.72	c #Conflicts:     434000 | #Constraints:      20800
258.80/259.72	c #Conflicts:     435000 | #Constraints:      21800
258.80/259.72	c #Conflicts:     436000 | #Constraints:      22800
258.80/259.72	c #Conflicts:     437000 | #Constraints:      23800
258.80/259.72	c #Conflicts:     438000 | #Constraints:      24800
258.80/259.72	c #Conflicts:     439000 | #Constraints:      25800
258.80/259.72	c #Conflicts:     440000 | #Constraints:      26800
258.80/259.72	c #Conflicts:     441000 | #Constraints:      27800
258.80/259.72	c #Conflicts:     442000 | #Constraints:      28800
258.80/259.72	c #Conflicts:     443000 | #Constraints:      29800
258.80/259.72	c #Conflicts:     444000 | #Constraints:      30800
258.80/259.72	c #Conflicts:     445000 | #Constraints:      31800
258.80/259.72	c #Conflicts:     446000 | #Constraints:      32800
258.80/259.72	c INPROCESSING
258.80/259.72	c GARBAGE COLLECT
258.80/259.72	c rational objective 998
267.87/268.85	c #Conflicts:     447000 | #Constraints:      20568
267.87/268.85	c #Conflicts:     448000 | #Constraints:      21578
267.87/268.85	c #Conflicts:     449000 | #Constraints:      22592
267.87/268.85	c #Conflicts:     450000 | #Constraints:      23636
267.87/268.85	c #Conflicts:     451000 | #Constraints:      24659
267.87/268.85	c #Conflicts:     452000 | #Constraints:      25704
267.87/268.85	c #Conflicts:     453000 | #Constraints:      26732
267.87/268.85	c #Conflicts:     454000 | #Constraints:      27779
267.87/268.85	c #Conflicts:     455000 | #Constraints:      28825
267.87/268.85	c #Conflicts:     456000 | #Constraints:      29867
267.87/268.85	c #Conflicts:     457000 | #Constraints:      30901
267.87/268.85	c #Conflicts:     458000 | #Constraints:      31929
267.87/268.85	c #Conflicts:     459000 | #Constraints:      32964
267.87/268.85	c #Conflicts:     460000 | #Constraints:      34000
267.87/268.85	c INPROCESSING
267.87/268.85	c GARBAGE COLLECT
267.87/268.85	c rational objective 998
275.35/276.35	c #Conflicts:     461000 | #Constraints:      21317
275.35/276.35	c #Conflicts:     462000 | #Constraints:      22317
275.35/276.35	c #Conflicts:     463000 | #Constraints:      23317
275.35/276.35	c #Conflicts:     464000 | #Constraints:      24317
275.35/276.35	c #Conflicts:     465000 | #Constraints:      25317
275.35/276.35	c #Conflicts:     466000 | #Constraints:      26317
275.35/276.35	c #Conflicts:     467000 | #Constraints:      27317
275.35/276.35	c #Conflicts:     468000 | #Constraints:      28317
275.35/276.35	c #Conflicts:     469000 | #Constraints:      29317
275.35/276.35	c #Conflicts:     470000 | #Constraints:      30317
275.35/276.35	c #Conflicts:     471000 | #Constraints:      31317
275.35/276.35	c #Conflicts:     472000 | #Constraints:      32317
275.35/276.35	c #Conflicts:     473000 | #Constraints:      33317
275.35/276.35	c #Conflicts:     474000 | #Constraints:      34317
275.35/276.35	c INPROCESSING
275.35/276.35	c GARBAGE COLLECT
275.35/276.35	c rational objective 998
282.92/283.90	c #Conflicts:     475000 | #Constraints:      21605
282.92/283.90	c #Conflicts:     476000 | #Constraints:      22605
282.92/283.90	c #Conflicts:     477000 | #Constraints:      23605
282.92/283.90	c #Conflicts:     478000 | #Constraints:      24605
282.92/283.90	c #Conflicts:     479000 | #Constraints:      25605
282.92/283.90	c #Conflicts:     480000 | #Constraints:      26605
282.92/283.90	c #Conflicts:     481000 | #Constraints:      27605
282.92/283.90	c #Conflicts:     482000 | #Constraints:      28605
282.92/283.90	c #Conflicts:     483000 | #Constraints:      29605
282.92/283.90	c #Conflicts:     484000 | #Constraints:      30605
282.92/283.90	c #Conflicts:     485000 | #Constraints:      31605
282.92/283.90	c #Conflicts:     486000 | #Constraints:      32605
282.92/283.90	c #Conflicts:     487000 | #Constraints:      33605
282.92/283.90	c #Conflicts:     488000 | #Constraints:      34605
282.92/283.90	c INPROCESSING
282.92/283.90	c GARBAGE COLLECT
282.92/283.90	c rational objective 998
298.28/299.30	c #Conflicts:     489000 | #Constraints:      21774
298.28/299.30	c #Conflicts:     490000 | #Constraints:      22813
298.28/299.30	c #Conflicts:     491000 | #Constraints:      23826
298.28/299.30	c #Conflicts:     492000 | #Constraints:      24830
298.28/299.30	c #Conflicts:     493000 | #Constraints:      25852
298.28/299.30	c #Conflicts:     494000 | #Constraints:      26898
298.28/299.30	c #Conflicts:     495000 | #Constraints:      27935
298.28/299.30	c #Conflicts:     496000 | #Constraints:      28980
298.28/299.30	c #Conflicts:     497000 | #Constraints:      30007
298.28/299.30	c #Conflicts:     498000 | #Constraints:      31033
298.28/299.30	c #Conflicts:     499000 | #Constraints:      32060
298.28/299.30	c #Conflicts:     500000 | #Constraints:      33080
298.28/299.30	c #Conflicts:     501000 | #Constraints:      34099
298.28/299.30	c #Conflicts:     502000 | #Constraints:      35127
298.28/299.30	c INPROCESSING
298.28/299.30	c GARBAGE COLLECT
298.28/299.30	c rational objective 998
306.45/307.58	c #Conflicts:     503000 | #Constraints:      21867
306.45/307.58	c #Conflicts:     504000 | #Constraints:      22867
306.45/307.58	c #Conflicts:     505000 | #Constraints:      23867
306.45/307.58	c #Conflicts:     506000 | #Constraints:      24867
306.45/307.58	c #Conflicts:     507000 | #Constraints:      25867
306.45/307.58	c #Conflicts:     508000 | #Constraints:      26867
306.45/307.58	c #Conflicts:     509000 | #Constraints:      27867
306.45/307.58	c #Conflicts:     510000 | #Constraints:      28867
306.45/307.58	c #Conflicts:     511000 | #Constraints:      29867
306.45/307.58	c #Conflicts:     512000 | #Constraints:      30867
306.45/307.58	c #Conflicts:     513000 | #Constraints:      31867
306.45/307.58	c #Conflicts:     514000 | #Constraints:      32867
306.45/307.58	c #Conflicts:     515000 | #Constraints:      33867
306.45/307.58	c #Conflicts:     516000 | #Constraints:      34867
306.45/307.58	c INPROCESSING
306.45/307.58	c GARBAGE COLLECT
306.45/307.58	c rational objective 998
314.73/315.80	c #Conflicts:     517000 | #Constraints:      21532
314.73/315.80	c #Conflicts:     518000 | #Constraints:      22532
314.73/315.80	c #Conflicts:     519000 | #Constraints:      23532
314.73/315.80	c #Conflicts:     520000 | #Constraints:      24532
314.73/315.80	c #Conflicts:     521000 | #Constraints:      25532
314.73/315.80	c #Conflicts:     522000 | #Constraints:      26532
314.73/315.80	c #Conflicts:     523000 | #Constraints:      27532
314.73/315.80	c #Conflicts:     524000 | #Constraints:      28532
314.73/315.80	c #Conflicts:     525000 | #Constraints:      29532
314.73/315.80	c #Conflicts:     526000 | #Constraints:      30532
314.73/315.80	c #Conflicts:     527000 | #Constraints:      31532
314.73/315.80	c #Conflicts:     528000 | #Constraints:      32532
314.73/315.80	c #Conflicts:     529000 | #Constraints:      33532
314.73/315.80	c #Conflicts:     530000 | #Constraints:      34532
314.73/315.80	c #Conflicts:     531000 | #Constraints:      35532
314.73/315.80	c INPROCESSING
314.73/315.80	c GARBAGE COLLECT
314.73/315.80	c rational objective 998
323.01/324.14	c #Conflicts:     532000 | #Constraints:      22112
323.01/324.14	c #Conflicts:     533000 | #Constraints:      23112
323.01/324.14	c #Conflicts:     534000 | #Constraints:      24112
323.01/324.14	c #Conflicts:     535000 | #Constraints:      25112
323.01/324.14	c #Conflicts:     536000 | #Constraints:      26112
323.01/324.14	c #Conflicts:     537000 | #Constraints:      27112
323.01/324.14	c #Conflicts:     538000 | #Constraints:      28112
323.01/324.14	c #Conflicts:     539000 | #Constraints:      29112
323.01/324.14	c #Conflicts:     540000 | #Constraints:      30112
323.01/324.14	c #Conflicts:     541000 | #Constraints:      31112
323.01/324.14	c #Conflicts:     542000 | #Constraints:      32112
323.01/324.14	c #Conflicts:     543000 | #Constraints:      33112
323.01/324.14	c #Conflicts:     544000 | #Constraints:      34112
323.01/324.14	c #Conflicts:     545000 | #Constraints:      35112
323.01/324.14	c #Conflicts:     546000 | #Constraints:      36112
323.01/324.14	c INPROCESSING
323.01/324.14	c GARBAGE COLLECT
323.01/324.14	c rational objective 998
335.46/336.61	c #Conflicts:     547000 | #Constraints:      22519
335.46/336.61	c #Conflicts:     548000 | #Constraints:      23568
335.46/336.61	c #Conflicts:     549000 | #Constraints:      24636
335.46/336.61	c #Conflicts:     550000 | #Constraints:      25691
335.46/336.61	c #Conflicts:     551000 | #Constraints:      26740
335.46/336.61	c #Conflicts:     552000 | #Constraints:      27790
335.46/336.61	c #Conflicts:     553000 | #Constraints:      28839
335.46/336.61	c #Conflicts:     554000 | #Constraints:      29883
335.46/336.61	c #Conflicts:     555000 | #Constraints:      30922
335.46/336.61	c #Conflicts:     556000 | #Constraints:      31965
335.46/336.61	c #Conflicts:     557000 | #Constraints:      33006
335.46/336.61	c #Conflicts:     558000 | #Constraints:      34042
335.46/336.61	c #Conflicts:     559000 | #Constraints:      35073
335.46/336.61	c #Conflicts:     560000 | #Constraints:      36130
335.46/336.61	c #Conflicts:     561000 | #Constraints:      37183
335.46/336.61	c INPROCESSING
335.46/336.61	c GARBAGE COLLECT
335.46/336.61	c rational objective 998
345.12/346.31	c #Conflicts:     562000 | #Constraints:      22984
345.12/346.31	c #Conflicts:     563000 | #Constraints:      23984
345.12/346.31	c #Conflicts:     564000 | #Constraints:      24984
345.12/346.31	c #Conflicts:     565000 | #Constraints:      25984
345.12/346.31	c #Conflicts:     566000 | #Constraints:      26984
345.12/346.31	c #Conflicts:     567000 | #Constraints:      27984
345.12/346.31	c #Conflicts:     568000 | #Constraints:      28984
345.12/346.31	c #Conflicts:     569000 | #Constraints:      29984
345.12/346.31	c #Conflicts:     570000 | #Constraints:      30984
345.12/346.31	c #Conflicts:     571000 | #Constraints:      31984
345.12/346.31	c #Conflicts:     572000 | #Constraints:      32984
345.12/346.31	c #Conflicts:     573000 | #Constraints:      33984
345.12/346.31	c #Conflicts:     574000 | #Constraints:      34984
345.12/346.31	c #Conflicts:     575000 | #Constraints:      35984
345.12/346.31	c #Conflicts:     576000 | #Constraints:      36984
345.12/346.31	c INPROCESSING
345.12/346.31	c GARBAGE COLLECT
345.12/346.31	c rational objective 998
354.00/355.28	c #Conflicts:     577000 | #Constraints:      22860
354.00/355.28	c #Conflicts:     578000 | #Constraints:      23860
354.00/355.28	c #Conflicts:     579000 | #Constraints:      24860
354.00/355.28	c #Conflicts:     580000 | #Constraints:      25860
354.00/355.28	c #Conflicts:     581000 | #Constraints:      26860
354.00/355.28	c #Conflicts:     582000 | #Constraints:      27860
354.00/355.28	c #Conflicts:     583000 | #Constraints:      28860
354.00/355.28	c #Conflicts:     584000 | #Constraints:      29860
354.00/355.28	c #Conflicts:     585000 | #Constraints:      30860
354.00/355.28	c #Conflicts:     586000 | #Constraints:      31860
354.00/355.28	c #Conflicts:     587000 | #Constraints:      32860
354.00/355.28	c #Conflicts:     588000 | #Constraints:      33860
354.00/355.28	c #Conflicts:     589000 | #Constraints:      34860
354.00/355.28	c #Conflicts:     590000 | #Constraints:      35860
354.00/355.28	c #Conflicts:     591000 | #Constraints:      36860
354.00/355.28	c INPROCESSING
354.00/355.28	c GARBAGE COLLECT
354.00/355.28	c rational objective 998
365.87/367.13	c #Conflicts:     592000 | #Constraints:      22615
365.87/367.13	c #Conflicts:     593000 | #Constraints:      23669
365.87/367.13	c #Conflicts:     594000 | #Constraints:      24734
365.87/367.13	c #Conflicts:     595000 | #Constraints:      25790
365.87/367.13	c #Conflicts:     596000 | #Constraints:      26839
365.87/367.13	c #Conflicts:     597000 | #Constraints:      27892
365.87/367.13	c #Conflicts:     598000 | #Constraints:      28929
365.87/367.13	c #Conflicts:     599000 | #Constraints:      29974
365.87/367.13	c #Conflicts:     600000 | #Constraints:      31023
365.87/367.13	c #Conflicts:     601000 | #Constraints:      32051
365.87/367.13	c #Conflicts:     602000 | #Constraints:      33087
365.87/367.13	c #Conflicts:     603000 | #Constraints:      34113
365.87/367.13	c #Conflicts:     604000 | #Constraints:      35165
365.87/367.13	c #Conflicts:     605000 | #Constraints:      36197
365.87/367.13	c #Conflicts:     606000 | #Constraints:      37250
365.87/367.13	c #Conflicts:     607000 | #Constraints:      38283
365.87/367.13	c INPROCESSING
365.87/367.13	c GARBAGE COLLECT
365.87/367.13	c rational objective 998
375.74/377.08	c #Conflicts:     608000 | #Constraints:      23428
375.74/377.08	c #Conflicts:     609000 | #Constraints:      24428
375.74/377.08	c #Conflicts:     610000 | #Constraints:      25428
375.74/377.08	c #Conflicts:     611000 | #Constraints:      26428
375.74/377.08	c #Conflicts:     612000 | #Constraints:      27428
375.74/377.08	c #Conflicts:     613000 | #Constraints:      28428
375.74/377.08	c #Conflicts:     614000 | #Constraints:      29428
375.74/377.08	c #Conflicts:     615000 | #Constraints:      30428
375.74/377.08	c #Conflicts:     616000 | #Constraints:      31428
375.74/377.08	c #Conflicts:     617000 | #Constraints:      32428
375.74/377.08	c #Conflicts:     618000 | #Constraints:      33428
375.74/377.08	c #Conflicts:     619000 | #Constraints:      34428
375.74/377.08	c #Conflicts:     620000 | #Constraints:      35428
375.74/377.08	c #Conflicts:     621000 | #Constraints:      36428
375.74/377.08	c #Conflicts:     622000 | #Constraints:      37428
375.74/377.08	c #Conflicts:     623000 | #Constraints:      38428
375.74/377.08	c INPROCESSING
375.74/377.08	c GARBAGE COLLECT
375.74/377.08	c rational objective 998
385.09/386.41	c #Conflicts:     624000 | #Constraints:      23668
385.09/386.41	c #Conflicts:     625000 | #Constraints:      24668
385.09/386.41	c #Conflicts:     626000 | #Constraints:      25668
385.09/386.41	c #Conflicts:     627000 | #Constraints:      26668
385.09/386.41	c #Conflicts:     628000 | #Constraints:      27668
385.09/386.41	c #Conflicts:     629000 | #Constraints:      28668
385.09/386.41	c #Conflicts:     630000 | #Constraints:      29668
385.09/386.41	c #Conflicts:     631000 | #Constraints:      30668
385.09/386.41	c #Conflicts:     632000 | #Constraints:      31668
385.09/386.41	c #Conflicts:     633000 | #Constraints:      32668
385.09/386.41	c #Conflicts:     634000 | #Constraints:      33668
385.09/386.41	c #Conflicts:     635000 | #Constraints:      34668
385.09/386.41	c #Conflicts:     636000 | #Constraints:      35668
385.09/386.41	c #Conflicts:     637000 | #Constraints:      36668
385.09/386.41	c #Conflicts:     638000 | #Constraints:      37668
385.09/386.41	c #Conflicts:     639000 | #Constraints:      38668
385.09/386.41	c INPROCESSING
385.09/386.41	c GARBAGE COLLECT
385.09/386.41	c rational objective 998
397.26/398.66	c #Conflicts:     640000 | #Constraints:      23803
397.26/398.66	c #Conflicts:     641000 | #Constraints:      24892
397.26/398.66	c #Conflicts:     642000 | #Constraints:      25955
397.26/398.66	c #Conflicts:     643000 | #Constraints:      27006
397.26/398.66	c #Conflicts:     644000 | #Constraints:      28054
397.26/398.66	c #Conflicts:     645000 | #Constraints:      29098
397.26/398.66	c #Conflicts:     646000 | #Constraints:      30156
397.26/398.66	c #Conflicts:     647000 | #Constraints:      31203
397.26/398.66	c #Conflicts:     648000 | #Constraints:      32242
397.26/398.66	c #Conflicts:     649000 | #Constraints:      33280
397.26/398.66	c #Conflicts:     650000 | #Constraints:      34314
397.26/398.66	c #Conflicts:     651000 | #Constraints:      35354
397.26/398.66	c #Conflicts:     652000 | #Constraints:      36392
397.26/398.66	c #Conflicts:     653000 | #Constraints:      37435
397.26/398.66	c #Conflicts:     654000 | #Constraints:      38468
397.26/398.66	c #Conflicts:     655000 | #Constraints:      39504
397.26/398.66	c INPROCESSING
397.26/398.66	c GARBAGE COLLECT
397.26/398.66	c rational objective 998
408.52/409.96	c #Conflicts:     656000 | #Constraints:      24055
408.52/409.96	c #Conflicts:     657000 | #Constraints:      25055
408.52/409.96	c #Conflicts:     658000 | #Constraints:      26055
408.52/409.96	c #Conflicts:     659000 | #Constraints:      27055
408.52/409.96	c #Conflicts:     660000 | #Constraints:      28055
408.52/409.96	c #Conflicts:     661000 | #Constraints:      29055
408.52/409.96	c #Conflicts:     662000 | #Constraints:      30055
408.52/409.96	c #Conflicts:     663000 | #Constraints:      31055
408.52/409.96	c #Conflicts:     664000 | #Constraints:      32055
408.52/409.96	c #Conflicts:     665000 | #Constraints:      33055
408.52/409.96	c #Conflicts:     666000 | #Constraints:      34055
408.52/409.96	c #Conflicts:     667000 | #Constraints:      35055
408.52/409.96	c #Conflicts:     668000 | #Constraints:      36055
408.52/409.96	c #Conflicts:     669000 | #Constraints:      37055
408.52/409.96	c #Conflicts:     670000 | #Constraints:      38055
408.52/409.96	c #Conflicts:     671000 | #Constraints:      39055
408.52/409.96	c INPROCESSING
408.52/409.96	c GARBAGE COLLECT
408.52/409.96	c rational objective 998
418.39/419.89	c #Conflicts:     672000 | #Constraints:      23682
418.39/419.89	c #Conflicts:     673000 | #Constraints:      24682
418.39/419.89	c #Conflicts:     674000 | #Constraints:      25682
418.39/419.89	c #Conflicts:     675000 | #Constraints:      26682
418.39/419.89	c #Conflicts:     676000 | #Constraints:      27682
418.39/419.89	c #Conflicts:     677000 | #Constraints:      28682
418.39/419.89	c #Conflicts:     678000 | #Constraints:      29682
418.39/419.89	c #Conflicts:     679000 | #Constraints:      30682
418.39/419.89	c #Conflicts:     680000 | #Constraints:      31682
418.39/419.89	c #Conflicts:     681000 | #Constraints:      32682
418.39/419.89	c #Conflicts:     682000 | #Constraints:      33682
418.39/419.89	c #Conflicts:     683000 | #Constraints:      34682
418.39/419.89	c #Conflicts:     684000 | #Constraints:      35682
418.39/419.89	c #Conflicts:     685000 | #Constraints:      36682
418.39/419.89	c #Conflicts:     686000 | #Constraints:      37682
418.39/419.89	c #Conflicts:     687000 | #Constraints:      38682
418.39/419.89	c #Conflicts:     688000 | #Constraints:      39682
418.39/419.89	c INPROCESSING
418.39/419.89	c GARBAGE COLLECT
418.39/419.89	c rational objective 998
436.74/438.27	c #Conflicts:     689000 | #Constraints:      24215
436.74/438.27	c #Conflicts:     690000 | #Constraints:      25215
436.74/438.27	c #Conflicts:     691000 | #Constraints:      26215
436.74/438.27	c #Conflicts:     692000 | #Constraints:      27215
436.74/438.27	c #Conflicts:     693000 | #Constraints:      28266
436.74/438.27	c #Conflicts:     694000 | #Constraints:      29346
436.74/438.27	c #Conflicts:     695000 | #Constraints:      30397
436.74/438.27	c #Conflicts:     696000 | #Constraints:      31443
436.74/438.27	c #Conflicts:     697000 | #Constraints:      32486
436.74/438.27	c #Conflicts:     698000 | #Constraints:      33514
436.74/438.27	c #Conflicts:     699000 | #Constraints:      34544
436.74/438.27	c #Conflicts:     700000 | #Constraints:      35588
436.74/438.27	c #Conflicts:     701000 | #Constraints:      36625
436.74/438.27	c #Conflicts:     702000 | #Constraints:      37653
436.74/438.27	c #Conflicts:     703000 | #Constraints:      38685
436.74/438.27	c #Conflicts:     704000 | #Constraints:      39708
436.74/438.27	c #Conflicts:     705000 | #Constraints:      40739
436.74/438.27	c INPROCESSING
436.74/438.27	c GARBAGE COLLECT
436.74/438.27	c rational objective 998
447.29/448.80	c #Conflicts:     706000 | #Constraints:      24747
447.29/448.80	c #Conflicts:     707000 | #Constraints:      25747
447.29/448.80	c #Conflicts:     708000 | #Constraints:      26747
447.29/448.80	c #Conflicts:     709000 | #Constraints:      27747
447.29/448.80	c #Conflicts:     710000 | #Constraints:      28747
447.29/448.80	c #Conflicts:     711000 | #Constraints:      29747
447.29/448.80	c #Conflicts:     712000 | #Constraints:      30747
447.29/448.80	c #Conflicts:     713000 | #Constraints:      31747
447.29/448.80	c #Conflicts:     714000 | #Constraints:      32747
447.29/448.80	c #Conflicts:     715000 | #Constraints:      33747
447.29/448.80	c #Conflicts:     716000 | #Constraints:      34747
447.29/448.80	c #Conflicts:     717000 | #Constraints:      35747
447.29/448.80	c #Conflicts:     718000 | #Constraints:      36747
447.29/448.80	c #Conflicts:     719000 | #Constraints:      37747
447.29/448.80	c #Conflicts:     720000 | #Constraints:      38747
447.29/448.80	c #Conflicts:     721000 | #Constraints:      39747
447.29/448.80	c #Conflicts:     722000 | #Constraints:      40747
447.29/448.80	c INPROCESSING
447.29/448.80	c GARBAGE COLLECT
447.29/448.80	c rational objective 998
454.77/456.35	c #Conflicts:     723000 | #Constraints:      24856
454.77/456.35	c #Conflicts:     724000 | #Constraints:      25856
454.77/456.35	c #Conflicts:     725000 | #Constraints:      26856
454.77/456.35	c #Conflicts:     726000 | #Constraints:      27856
454.77/456.35	c #Conflicts:     727000 | #Constraints:      28856
454.77/456.35	c #Conflicts:     728000 | #Constraints:      29856
454.77/456.35	c #Conflicts:     729000 | #Constraints:      30856
454.77/456.35	c #Conflicts:     730000 | #Constraints:      31857
454.77/456.35	c #Conflicts:     731000 | #Constraints:      32858
454.77/456.35	c #Conflicts:     732000 | #Constraints:      33858
454.77/456.35	c #Conflicts:     733000 | #Constraints:      34858
454.77/456.35	c #Conflicts:     734000 | #Constraints:      35859
454.77/456.35	c bounds 1036 >= 999 @ 448.604
455.16/456.79	WSVECS04 Frhs2[176]: 6 -1.00008 0 shouldn't be
455.16/456.79	WSVECS04 Frhs2[363]: 6 -1.00007 0 shouldn't be
455.16/456.79	WSVECS04 Frhs2[570]: 6 -1.00002 0 shouldn't be
455.16/456.79	WSVECS04 Frhs2[809]: 6 -1.00008 0 shouldn't be
455.16/456.79	WSVECS04 Frhs2[1027]: 6 -1.00008 0 shouldn't be
455.16/456.79	WSVECS04 Frhs2[1451]: 6 -1.00005 0 shouldn't be
455.16/456.79	WSVECS04 Frhs2[1469]: 6 -1.00005 0 shouldn't be
458.57/460.18	c #Conflicts:     735000 | #Constraints:      36919
458.57/460.18	c #Conflicts:     736000 | #Constraints:      37919
458.57/460.18	c #Conflicts:     737000 | #Constraints:      38919
458.57/460.18	c #Conflicts:     738000 | #Constraints:      39919
458.57/460.18	c #Conflicts:     739000 | #Constraints:      40919
458.57/460.18	c INPROCESSING
458.57/460.18	c GARBAGE COLLECT
458.57/460.18	c rational objective 999
469.02/470.61	c #Conflicts:     740000 | #Constraints:      24847
469.02/470.61	c #Conflicts:     741000 | #Constraints:      25847
469.02/470.61	c #Conflicts:     742000 | #Constraints:      26847
469.02/470.61	c #Conflicts:     743000 | #Constraints:      27847
469.02/470.61	c #Conflicts:     744000 | #Constraints:      28847
469.02/470.61	c #Conflicts:     745000 | #Constraints:      29847
469.02/470.61	c #Conflicts:     746000 | #Constraints:      30847
469.02/470.61	c #Conflicts:     747000 | #Constraints:      31847
469.02/470.61	c #Conflicts:     748000 | #Constraints:      32847
469.02/470.61	c #Conflicts:     749000 | #Constraints:      33847
469.02/470.61	c #Conflicts:     750000 | #Constraints:      34847
469.02/470.61	c #Conflicts:     751000 | #Constraints:      35847
469.02/470.61	c #Conflicts:     752000 | #Constraints:      36847
469.02/470.61	c #Conflicts:     753000 | #Constraints:      37847
469.02/470.61	c #Conflicts:     754000 | #Constraints:      38847
469.02/470.61	c #Conflicts:     755000 | #Constraints:      39847
469.02/470.61	c #Conflicts:     756000 | #Constraints:      40847
469.02/470.61	c INPROCESSING
469.02/470.61	c GARBAGE COLLECT
469.02/470.61	c rational objective 999
480.88/482.54	c #Conflicts:     757000 | #Constraints:      24591
480.88/482.54	c #Conflicts:     758000 | #Constraints:      25594
480.88/482.54	c #Conflicts:     759000 | #Constraints:      26686
480.88/482.54	c #Conflicts:     760000 | #Constraints:      27783
480.88/482.54	c #Conflicts:     761000 | #Constraints:      28852
480.88/482.54	c #Conflicts:     762000 | #Constraints:      29924
480.88/482.54	c #Conflicts:     763000 | #Constraints:      30987
480.88/482.54	c #Conflicts:     764000 | #Constraints:      32040
480.88/482.54	c #Conflicts:     765000 | #Constraints:      33093
480.88/482.54	c #Conflicts:     766000 | #Constraints:      34151
480.88/482.54	c #Conflicts:     767000 | #Constraints:      35195
480.88/482.54	c #Conflicts:     768000 | #Constraints:      36237
480.88/482.54	c #Conflicts:     769000 | #Constraints:      37270
480.88/482.54	c #Conflicts:     770000 | #Constraints:      38310
480.88/482.54	c #Conflicts:     771000 | #Constraints:      39338
480.88/482.54	c #Conflicts:     772000 | #Constraints:      40371
480.88/482.54	c #Conflicts:     773000 | #Constraints:      41416
480.88/482.54	c #Conflicts:     774000 | #Constraints:      42446
480.88/482.54	c INPROCESSING
480.88/482.54	c GARBAGE COLLECT
480.88/482.54	c rational objective 999
493.23/494.95	c #Conflicts:     775000 | #Constraints:      25523
493.23/494.95	c #Conflicts:     776000 | #Constraints:      26523
493.23/494.95	c #Conflicts:     777000 | #Constraints:      27523
493.23/494.95	c #Conflicts:     778000 | #Constraints:      28523
493.23/494.95	c #Conflicts:     779000 | #Constraints:      29523
493.23/494.95	c #Conflicts:     780000 | #Constraints:      30523
493.23/494.95	c #Conflicts:     781000 | #Constraints:      31523
493.23/494.95	c #Conflicts:     782000 | #Constraints:      32523
493.23/494.95	c #Conflicts:     783000 | #Constraints:      33523
493.23/494.95	c #Conflicts:     784000 | #Constraints:      34523
493.23/494.95	c #Conflicts:     785000 | #Constraints:      35523
493.23/494.95	c #Conflicts:     786000 | #Constraints:      36523
493.23/494.95	c #Conflicts:     787000 | #Constraints:      37523
493.23/494.95	c #Conflicts:     788000 | #Constraints:      38523
493.23/494.95	c #Conflicts:     789000 | #Constraints:      39523
493.23/494.95	c #Conflicts:     790000 | #Constraints:      40523
493.23/494.95	c #Conflicts:     791000 | #Constraints:      41523
493.23/494.95	c #Conflicts:     792000 | #Constraints:      42523
493.23/494.95	c INPROCESSING
493.23/494.95	c GARBAGE COLLECT
493.23/494.95	c rational objective 999
507.19/508.90	c #Conflicts:     793000 | #Constraints:      25736
507.19/508.90	c #Conflicts:     794000 | #Constraints:      26762
507.19/508.90	c #Conflicts:     795000 | #Constraints:      27812
507.19/508.90	c #Conflicts:     796000 | #Constraints:      28850
507.19/508.90	c #Conflicts:     797000 | #Constraints:      29880
507.19/508.90	c #Conflicts:     798000 | #Constraints:      30912
507.19/508.90	c #Conflicts:     799000 | #Constraints:      31937
507.19/508.90	c #Conflicts:     800000 | #Constraints:      32960
507.19/508.90	c #Conflicts:     801000 | #Constraints:      33998
507.19/508.90	c #Conflicts:     802000 | #Constraints:      35032
507.19/508.90	c #Conflicts:     803000 | #Constraints:      36062
507.19/508.90	c #Conflicts:     804000 | #Constraints:      37087
507.19/508.90	c #Conflicts:     805000 | #Constraints:      38114
507.19/508.90	c #Conflicts:     806000 | #Constraints:      39151
507.19/508.90	c #Conflicts:     807000 | #Constraints:      40178
507.19/508.90	c #Conflicts:     808000 | #Constraints:      41199
507.19/508.90	c #Conflicts:     809000 | #Constraints:      42230
507.19/508.90	c #Conflicts:     810000 | #Constraints:      43257
507.19/508.90	c INPROCESSING
507.19/508.90	c GARBAGE COLLECT
507.19/508.90	c rational objective 999
519.27/521.04	c #Conflicts:     811000 | #Constraints:      26043
519.27/521.04	c #Conflicts:     812000 | #Constraints:      27043
519.27/521.04	c #Conflicts:     813000 | #Constraints:      28043
519.27/521.04	c #Conflicts:     814000 | #Constraints:      29043
519.27/521.04	c #Conflicts:     815000 | #Constraints:      30043
519.27/521.04	c #Conflicts:     816000 | #Constraints:      31043
519.27/521.04	c #Conflicts:     817000 | #Constraints:      32043
519.27/521.04	c #Conflicts:     818000 | #Constraints:      33043
519.27/521.04	c #Conflicts:     819000 | #Constraints:      34043
519.27/521.04	c #Conflicts:     820000 | #Constraints:      35043
519.27/521.04	c #Conflicts:     821000 | #Constraints:      36043
519.27/521.04	c #Conflicts:     822000 | #Constraints:      37043
519.27/521.04	c #Conflicts:     823000 | #Constraints:      38043
519.27/521.04	c #Conflicts:     824000 | #Constraints:      39043
519.27/521.04	c #Conflicts:     825000 | #Constraints:      40043
519.27/521.04	c #Conflicts:     826000 | #Constraints:      41043
519.27/521.04	c #Conflicts:     827000 | #Constraints:      42043
519.27/521.04	c #Conflicts:     828000 | #Constraints:      43043
519.27/521.04	c INPROCESSING
519.27/521.04	c GARBAGE COLLECT
519.27/521.04	c rational objective 999
531.51/533.35	c #Conflicts:     829000 | #Constraints:      25901
531.51/533.35	c #Conflicts:     830000 | #Constraints:      26901
531.51/533.35	c #Conflicts:     831000 | #Constraints:      27901
531.51/533.35	c #Conflicts:     832000 | #Constraints:      28901
531.51/533.35	c #Conflicts:     833000 | #Constraints:      29901
531.51/533.35	c #Conflicts:     834000 | #Constraints:      30901
531.51/533.35	c #Conflicts:     835000 | #Constraints:      31901
531.51/533.35	c #Conflicts:     836000 | #Constraints:      32901
531.51/533.35	c #Conflicts:     837000 | #Constraints:      33901
531.51/533.35	c #Conflicts:     838000 | #Constraints:      34901
531.51/533.35	c #Conflicts:     839000 | #Constraints:      35901
531.51/533.35	c #Conflicts:     840000 | #Constraints:      36901
531.51/533.35	c #Conflicts:     841000 | #Constraints:      37901
531.51/533.35	c #Conflicts:     842000 | #Constraints:      38901
531.51/533.35	c #Conflicts:     843000 | #Constraints:      39901
531.51/533.35	c #Conflicts:     844000 | #Constraints:      40901
531.51/533.35	c #Conflicts:     845000 | #Constraints:      41901
531.51/533.35	c #Conflicts:     846000 | #Constraints:      42901
531.51/533.35	c INPROCESSING
531.51/533.35	c GARBAGE COLLECT
531.51/533.35	c rational objective 999
553.64/555.51	c #Conflicts:     847000 | #Constraints:      25621
553.64/555.51	c #Conflicts:     848000 | #Constraints:      26621
553.64/555.51	c #Conflicts:     849000 | #Constraints:      27621
553.64/555.51	c #Conflicts:     850000 | #Constraints:      28621
553.64/555.51	c #Conflicts:     851000 | #Constraints:      29622
553.64/555.51	c #Conflicts:     852000 | #Constraints:      30690
553.64/555.51	c #Conflicts:     853000 | #Constraints:      31763
553.64/555.51	c #Conflicts:     854000 | #Constraints:      32811
553.64/555.51	c #Conflicts:     855000 | #Constraints:      33847
553.64/555.51	c #Conflicts:     856000 | #Constraints:      34882
553.64/555.51	c #Conflicts:     857000 | #Constraints:      35912
553.64/555.51	c #Conflicts:     858000 | #Constraints:      36969
553.64/555.51	c #Conflicts:     859000 | #Constraints:      38022
553.64/555.51	c #Conflicts:     860000 | #Constraints:      39060
553.64/555.51	c #Conflicts:     861000 | #Constraints:      40092
553.64/555.51	c #Conflicts:     862000 | #Constraints:      41119
553.64/555.51	c #Conflicts:     863000 | #Constraints:      42151
553.64/555.51	c #Conflicts:     864000 | #Constraints:      43185
553.64/555.51	c #Conflicts:     865000 | #Constraints:      44204
553.64/555.51	c INPROCESSING
553.64/555.51	c GARBAGE COLLECT
553.64/555.51	c rational objective 999
565.69/567.67	c #Conflicts:     866000 | #Constraints:      26408
565.69/567.67	c #Conflicts:     867000 | #Constraints:      27408
565.69/567.67	c #Conflicts:     868000 | #Constraints:      28408
565.69/567.67	c #Conflicts:     869000 | #Constraints:      29408
565.69/567.67	c #Conflicts:     870000 | #Constraints:      30408
565.69/567.67	c #Conflicts:     871000 | #Constraints:      31408
565.69/567.67	c #Conflicts:     872000 | #Constraints:      32408
565.69/567.67	c #Conflicts:     873000 | #Constraints:      33408
565.69/567.67	c #Conflicts:     874000 | #Constraints:      34408
565.69/567.67	c #Conflicts:     875000 | #Constraints:      35408
565.69/567.67	c #Conflicts:     876000 | #Constraints:      36408
565.69/567.67	c #Conflicts:     877000 | #Constraints:      37408
565.69/567.67	c #Conflicts:     878000 | #Constraints:      38408
565.69/567.67	c #Conflicts:     879000 | #Constraints:      39408
565.69/567.67	c #Conflicts:     880000 | #Constraints:      40408
565.69/567.67	c #Conflicts:     881000 | #Constraints:      41408
565.69/567.67	c #Conflicts:     882000 | #Constraints:      42408
565.69/567.67	c #Conflicts:     883000 | #Constraints:      43408
565.69/567.67	c #Conflicts:     884000 | #Constraints:      44408
565.69/567.67	c INPROCESSING
565.69/567.67	c GARBAGE COLLECT
565.69/567.67	c rational objective 999
577.55/579.55	c #Conflicts:     885000 | #Constraints:      26690
577.55/579.55	c #Conflicts:     886000 | #Constraints:      27690
577.55/579.55	c #Conflicts:     887000 | #Constraints:      28690
577.55/579.55	c #Conflicts:     888000 | #Constraints:      29690
577.55/579.55	c #Conflicts:     889000 | #Constraints:      30690
577.55/579.55	c #Conflicts:     890000 | #Constraints:      31690
577.55/579.55	c #Conflicts:     891000 | #Constraints:      32690
577.55/579.55	c #Conflicts:     892000 | #Constraints:      33690
577.55/579.55	c #Conflicts:     893000 | #Constraints:      34690
577.55/579.55	c #Conflicts:     894000 | #Constraints:      35690
577.55/579.55	c #Conflicts:     895000 | #Constraints:      36690
577.55/579.55	c #Conflicts:     896000 | #Constraints:      37690
577.55/579.55	c #Conflicts:     897000 | #Constraints:      38690
577.55/579.55	c #Conflicts:     898000 | #Constraints:      39690
577.55/579.55	c #Conflicts:     899000 | #Constraints:      40690
577.55/579.55	c #Conflicts:     900000 | #Constraints:      41690
577.55/579.55	c #Conflicts:     901000 | #Constraints:      42690
577.55/579.55	c #Conflicts:     902000 | #Constraints:      43690
577.55/579.55	c #Conflicts:     903000 | #Constraints:      44690
577.55/579.55	c INPROCESSING
577.55/579.55	c GARBAGE COLLECT
577.55/579.55	c rational objective 999
589.53/591.55	c #Conflicts:     904000 | #Constraints:      26813
589.53/591.55	c #Conflicts:     905000 | #Constraints:      27813
589.53/591.55	c #Conflicts:     906000 | #Constraints:      28813
589.53/591.55	c #Conflicts:     907000 | #Constraints:      29813
589.53/591.55	c #Conflicts:     908000 | #Constraints:      30813
589.53/591.55	c #Conflicts:     909000 | #Constraints:      31813
589.53/591.55	c #Conflicts:     910000 | #Constraints:      32813
589.53/591.55	c #Conflicts:     911000 | #Constraints:      33814
589.53/591.55	c #Conflicts:     912000 | #Constraints:      34814
589.53/591.55	c #Conflicts:     913000 | #Constraints:      35814
589.53/591.55	c #Conflicts:     914000 | #Constraints:      36814
589.53/591.55	c #Conflicts:     915000 | #Constraints:      37814
589.53/591.55	c #Conflicts:     916000 | #Constraints:      38814
589.53/591.55	c #Conflicts:     917000 | #Constraints:      39814
589.53/591.55	c #Conflicts:     918000 | #Constraints:      40814
589.53/591.55	c #Conflicts:     919000 | #Constraints:      41814
589.53/591.55	c #Conflicts:     920000 | #Constraints:      42814
589.53/591.55	c #Conflicts:     921000 | #Constraints:      43814
589.53/591.55	c #Conflicts:     922000 | #Constraints:      44814
589.53/591.55	c INPROCESSING
589.53/591.55	c GARBAGE COLLECT
589.53/591.55	c rational objective 999
602.19/604.21	c #Conflicts:     923000 | #Constraints:      26783
602.19/604.21	c #Conflicts:     924000 | #Constraints:      27783
602.19/604.21	c #Conflicts:     925000 | #Constraints:      28783
602.19/604.21	c #Conflicts:     926000 | #Constraints:      29783
602.19/604.21	c #Conflicts:     927000 | #Constraints:      30783
602.19/604.21	c #Conflicts:     928000 | #Constraints:      31783
602.19/604.21	c #Conflicts:     929000 | #Constraints:      32783
602.19/604.21	c #Conflicts:     930000 | #Constraints:      33783
602.19/604.21	c #Conflicts:     931000 | #Constraints:      34783
602.19/604.21	c #Conflicts:     932000 | #Constraints:      35783
602.19/604.21	c #Conflicts:     933000 | #Constraints:      36783
602.19/604.21	c #Conflicts:     934000 | #Constraints:      37783
602.19/604.21	c #Conflicts:     935000 | #Constraints:      38783
602.19/604.21	c #Conflicts:     936000 | #Constraints:      39783
602.19/604.21	c #Conflicts:     937000 | #Constraints:      40783
602.19/604.21	c #Conflicts:     938000 | #Constraints:      41783
602.19/604.21	c #Conflicts:     939000 | #Constraints:      42783
602.19/604.21	c #Conflicts:     940000 | #Constraints:      43783
602.19/604.21	c #Conflicts:     941000 | #Constraints:      44783
602.19/604.21	c INPROCESSING
602.19/604.21	c GARBAGE COLLECT
602.19/604.21	c rational objective 999
619.23/621.37	c #Conflicts:     942000 | #Constraints:      26559
619.23/621.37	c #Conflicts:     943000 | #Constraints:      27603
619.23/621.37	c #Conflicts:     944000 | #Constraints:      28666
619.23/621.37	c #Conflicts:     945000 | #Constraints:      29726
619.23/621.37	c #Conflicts:     946000 | #Constraints:      30782
619.23/621.37	c #Conflicts:     947000 | #Constraints:      31835
619.23/621.37	c #Conflicts:     948000 | #Constraints:      32897
619.23/621.37	c #Conflicts:     949000 | #Constraints:      33956
619.23/621.37	c #Conflicts:     950000 | #Constraints:      35015
619.23/621.37	c #Conflicts:     951000 | #Constraints:      36054
619.23/621.37	c #Conflicts:     952000 | #Constraints:      37100
619.23/621.37	c #Conflicts:     953000 | #Constraints:      38151
619.23/621.37	c #Conflicts:     954000 | #Constraints:      39193
619.23/621.37	c #Conflicts:     955000 | #Constraints:      40230
619.23/621.37	c #Conflicts:     956000 | #Constraints:      41268
619.23/621.37	c #Conflicts:     957000 | #Constraints:      42313
619.23/621.37	c #Conflicts:     958000 | #Constraints:      43351
619.23/621.37	c #Conflicts:     959000 | #Constraints:      44391
619.23/621.37	c #Conflicts:     960000 | #Constraints:      45435
619.23/621.37	c #Conflicts:     961000 | #Constraints:      46463
619.23/621.37	c INPROCESSING
619.23/621.37	c GARBAGE COLLECT
619.23/621.37	c rational objective 999
633.39/635.54	c #Conflicts:     962000 | #Constraints:      27526
633.39/635.54	c #Conflicts:     963000 | #Constraints:      28526
633.39/635.54	c #Conflicts:     964000 | #Constraints:      29526
633.39/635.54	c #Conflicts:     965000 | #Constraints:      30526
633.39/635.54	c #Conflicts:     966000 | #Constraints:      31526
633.39/635.54	c #Conflicts:     967000 | #Constraints:      32526
633.39/635.54	c #Conflicts:     968000 | #Constraints:      33526
633.39/635.54	c #Conflicts:     969000 | #Constraints:      34526
633.39/635.54	c #Conflicts:     970000 | #Constraints:      35526
633.39/635.54	c #Conflicts:     971000 | #Constraints:      36526
633.39/635.54	c #Conflicts:     972000 | #Constraints:      37526
633.39/635.54	c #Conflicts:     973000 | #Constraints:      38526
633.39/635.54	c #Conflicts:     974000 | #Constraints:      39526
633.39/635.54	c #Conflicts:     975000 | #Constraints:      40526
633.39/635.54	c #Conflicts:     976000 | #Constraints:      41526
633.39/635.54	c #Conflicts:     977000 | #Constraints:      42526
633.39/635.54	c #Conflicts:     978000 | #Constraints:      43526
633.39/635.54	c #Conflicts:     979000 | #Constraints:      44526
633.39/635.54	c #Conflicts:     980000 | #Constraints:      45526
633.39/635.54	c #Conflicts:     981000 | #Constraints:      46526
633.39/635.54	c INPROCESSING
633.39/635.54	c GARBAGE COLLECT
633.39/635.54	c rational objective 999
646.24/648.48	c #Conflicts:     982000 | #Constraints:      27762
646.24/648.48	c #Conflicts:     983000 | #Constraints:      28762
646.24/648.48	c #Conflicts:     984000 | #Constraints:      29762
646.24/648.48	c #Conflicts:     985000 | #Constraints:      30762
646.24/648.48	c #Conflicts:     986000 | #Constraints:      31762
646.24/648.48	c #Conflicts:     987000 | #Constraints:      32762
646.24/648.48	c #Conflicts:     988000 | #Constraints:      33762
646.24/648.48	c #Conflicts:     989000 | #Constraints:      34762
646.24/648.48	c #Conflicts:     990000 | #Constraints:      35762
646.24/648.48	c #Conflicts:     991000 | #Constraints:      36762
646.24/648.48	c #Conflicts:     992000 | #Constraints:      37762
646.24/648.48	c #Conflicts:     993000 | #Constraints:      38762
646.24/648.48	c #Conflicts:     994000 | #Constraints:      39762
646.24/648.48	c #Conflicts:     995000 | #Constraints:      40762
646.24/648.48	c #Conflicts:     996000 | #Constraints:      41762
646.24/648.48	c #Conflicts:     997000 | #Constraints:      42762
646.24/648.48	c #Conflicts:     998000 | #Constraints:      43762
646.24/648.48	c #Conflicts:     999000 | #Constraints:      44762
646.24/648.48	c #Conflicts:    1000000 | #Constraints:      45762
646.24/648.48	c #Conflicts:    1001000 | #Constraints:      46762
646.24/648.48	c INPROCESSING
646.24/648.48	c GARBAGE COLLECT
646.24/648.48	c rational objective 999
665.58/667.88	c #Conflicts:    1002000 | #Constraints:      27892
665.58/667.88	c #Conflicts:    1003000 | #Constraints:      28934
665.58/667.88	c #Conflicts:    1004000 | #Constraints:      29978
665.58/667.88	c #Conflicts:    1005000 | #Constraints:      31026
665.58/667.88	c #Conflicts:    1006000 | #Constraints:      32052
665.58/667.88	c #Conflicts:    1007000 | #Constraints:      33093
665.58/667.88	c #Conflicts:    1008000 | #Constraints:      34147
665.58/667.88	c #Conflicts:    1009000 | #Constraints:      35183
665.58/667.88	c #Conflicts:    1010000 | #Constraints:      36203
665.58/667.88	c #Conflicts:    1011000 | #Constraints:      37240
665.58/667.88	c #Conflicts:    1012000 | #Constraints:      38291
665.58/667.88	c #Conflicts:    1013000 | #Constraints:      39317
665.58/667.88	c #Conflicts:    1014000 | #Constraints:      40342
665.58/667.88	c #Conflicts:    1015000 | #Constraints:      41376
665.58/667.88	c #Conflicts:    1016000 | #Constraints:      42402
665.58/667.88	c #Conflicts:    1017000 | #Constraints:      43433
665.58/667.88	c #Conflicts:    1018000 | #Constraints:      44445
665.58/667.88	c #Conflicts:    1019000 | #Constraints:      45473
665.58/667.88	c #Conflicts:    1020000 | #Constraints:      46493
665.58/667.88	c #Conflicts:    1021000 | #Constraints:      47523
665.58/667.88	c INPROCESSING
665.58/667.88	c GARBAGE COLLECT
665.58/667.88	c rational objective 999
679.94/682.28	c #Conflicts:    1022000 | #Constraints:      28099
679.94/682.28	c #Conflicts:    1023000 | #Constraints:      29099
679.94/682.28	c #Conflicts:    1024000 | #Constraints:      30099
679.94/682.28	c #Conflicts:    1025000 | #Constraints:      31099
679.94/682.28	c #Conflicts:    1026000 | #Constraints:      32099
679.94/682.28	c #Conflicts:    1027000 | #Constraints:      33099
679.94/682.28	c #Conflicts:    1028000 | #Constraints:      34099
679.94/682.28	c #Conflicts:    1029000 | #Constraints:      35099
679.94/682.28	c #Conflicts:    1030000 | #Constraints:      36099
679.94/682.28	c #Conflicts:    1031000 | #Constraints:      37099
679.94/682.28	c #Conflicts:    1032000 | #Constraints:      38099
679.94/682.28	c #Conflicts:    1033000 | #Constraints:      39099
679.94/682.28	c #Conflicts:    1034000 | #Constraints:      40099
679.94/682.28	c #Conflicts:    1035000 | #Constraints:      41099
679.94/682.28	c #Conflicts:    1036000 | #Constraints:      42099
679.94/682.28	c #Conflicts:    1037000 | #Constraints:      43099
679.94/682.28	c #Conflicts:    1038000 | #Constraints:      44099
679.94/682.28	c #Conflicts:    1039000 | #Constraints:      45099
679.94/682.28	c #Conflicts:    1040000 | #Constraints:      46099
679.94/682.28	c #Conflicts:    1041000 | #Constraints:      47099
679.94/682.28	c INPROCESSING
679.94/682.28	c GARBAGE COLLECT
679.94/682.28	c rational objective 999
694.31/696.62	c #Conflicts:    1042000 | #Constraints:      27741
694.31/696.62	c #Conflicts:    1043000 | #Constraints:      28741
694.31/696.62	c #Conflicts:    1044000 | #Constraints:      29741
694.31/696.62	c #Conflicts:    1045000 | #Constraints:      30741
694.31/696.62	c #Conflicts:    1046000 | #Constraints:      31741
694.31/696.62	c #Conflicts:    1047000 | #Constraints:      32741
694.31/696.62	c #Conflicts:    1048000 | #Constraints:      33741
694.31/696.62	c #Conflicts:    1049000 | #Constraints:      34741
694.31/696.62	c #Conflicts:    1050000 | #Constraints:      35741
694.31/696.62	c #Conflicts:    1051000 | #Constraints:      36741
694.31/696.62	c #Conflicts:    1052000 | #Constraints:      37741
694.31/696.62	c #Conflicts:    1053000 | #Constraints:      38741
694.31/696.62	c #Conflicts:    1054000 | #Constraints:      39741
694.31/696.62	c #Conflicts:    1055000 | #Constraints:      40741
694.31/696.62	c #Conflicts:    1056000 | #Constraints:      41742
694.31/696.62	c #Conflicts:    1057000 | #Constraints:      42742
694.31/696.62	c #Conflicts:    1058000 | #Constraints:      43743
694.31/696.62	c #Conflicts:    1059000 | #Constraints:      44744
694.31/696.62	c #Conflicts:    1060000 | #Constraints:      45744
694.31/696.62	c #Conflicts:    1061000 | #Constraints:      46745
694.31/696.62	c #Conflicts:    1062000 | #Constraints:      47745
694.31/696.62	c INPROCESSING
694.31/696.62	c GARBAGE COLLECT
694.31/696.62	c rational objective 999
713.56/715.95	c #Conflicts:    1063000 | #Constraints:      28248
713.56/715.95	c #Conflicts:    1064000 | #Constraints:      29269
713.56/715.95	c #Conflicts:    1065000 | #Constraints:      30272
713.56/715.95	c #Conflicts:    1066000 | #Constraints:      31288
713.56/715.95	c #Conflicts:    1067000 | #Constraints:      32341
713.56/715.95	c #Conflicts:    1068000 | #Constraints:      33392
713.56/715.95	c #Conflicts:    1069000 | #Constraints:      34435
713.56/715.95	c #Conflicts:    1070000 | #Constraints:      35487
713.56/715.95	c #Conflicts:    1071000 | #Constraints:      36534
713.56/715.95	c #Conflicts:    1072000 | #Constraints:      37582
713.56/715.95	c #Conflicts:    1073000 | #Constraints:      38637
713.56/715.95	c #Conflicts:    1074000 | #Constraints:      39680
713.56/715.95	c #Conflicts:    1075000 | #Constraints:      40726
713.56/715.95	c #Conflicts:    1076000 | #Constraints:      41753
713.56/715.95	c #Conflicts:    1077000 | #Constraints:      42794
713.56/715.95	c #Conflicts:    1078000 | #Constraints:      43855
713.56/715.95	c #Conflicts:    1079000 | #Constraints:      44892
713.56/715.95	c #Conflicts:    1080000 | #Constraints:      45932
713.56/715.95	c #Conflicts:    1081000 | #Constraints:      46976
713.56/715.95	c #Conflicts:    1082000 | #Constraints:      48014
713.56/715.95	c #Conflicts:    1083000 | #Constraints:      49062
713.56/715.95	c INPROCESSING
713.56/715.95	c GARBAGE COLLECT
713.56/715.95	c rational objective 999
729.12/731.53	c #Conflicts:    1084000 | #Constraints:      28940
729.12/731.53	c #Conflicts:    1085000 | #Constraints:      29940
729.12/731.53	c #Conflicts:    1086000 | #Constraints:      30940
729.12/731.53	c #Conflicts:    1087000 | #Constraints:      31940
729.12/731.53	c #Conflicts:    1088000 | #Constraints:      32940
729.12/731.53	c #Conflicts:    1089000 | #Constraints:      33940
729.12/731.53	c #Conflicts:    1090000 | #Constraints:      34940
729.12/731.53	c #Conflicts:    1091000 | #Constraints:      35940
729.12/731.53	c #Conflicts:    1092000 | #Constraints:      36940
729.12/731.53	c #Conflicts:    1093000 | #Constraints:      37940
729.12/731.53	c #Conflicts:    1094000 | #Constraints:      38940
729.12/731.53	c #Conflicts:    1095000 | #Constraints:      39940
729.12/731.53	c #Conflicts:    1096000 | #Constraints:      40940
729.12/731.53	c #Conflicts:    1097000 | #Constraints:      41940
729.12/731.53	c #Conflicts:    1098000 | #Constraints:      42940
729.12/731.53	c #Conflicts:    1099000 | #Constraints:      43940
729.12/731.53	c #Conflicts:    1100000 | #Constraints:      44940
729.12/731.53	c #Conflicts:    1101000 | #Constraints:      45940
729.12/731.53	c #Conflicts:    1102000 | #Constraints:      46940
729.12/731.53	c #Conflicts:    1103000 | #Constraints:      47940
729.12/731.53	c #Conflicts:    1104000 | #Constraints:      48940
729.12/731.53	c INPROCESSING
729.12/731.53	c GARBAGE COLLECT
729.12/731.53	c rational objective 999
744.08/746.57	c #Conflicts:    1105000 | #Constraints:      28965
744.08/746.57	c #Conflicts:    1106000 | #Constraints:      29965
744.08/746.57	c #Conflicts:    1107000 | #Constraints:      30965
744.08/746.57	c #Conflicts:    1108000 | #Constraints:      31965
744.08/746.57	c #Conflicts:    1109000 | #Constraints:      32965
744.08/746.57	c #Conflicts:    1110000 | #Constraints:      33965
744.08/746.57	c #Conflicts:    1111000 | #Constraints:      34965
744.08/746.57	c #Conflicts:    1112000 | #Constraints:      35965
744.08/746.57	c #Conflicts:    1113000 | #Constraints:      36965
744.08/746.57	c #Conflicts:    1114000 | #Constraints:      37965
744.08/746.57	c #Conflicts:    1115000 | #Constraints:      38965
744.08/746.57	c #Conflicts:    1116000 | #Constraints:      39965
744.08/746.57	c #Conflicts:    1117000 | #Constraints:      40965
744.08/746.57	c #Conflicts:    1118000 | #Constraints:      41965
744.08/746.57	c #Conflicts:    1119000 | #Constraints:      42965
744.08/746.57	c #Conflicts:    1120000 | #Constraints:      43965
744.08/746.57	c #Conflicts:    1121000 | #Constraints:      44965
744.08/746.57	c #Conflicts:    1122000 | #Constraints:      45965
744.08/746.57	c #Conflicts:    1123000 | #Constraints:      46965
744.08/746.57	c #Conflicts:    1124000 | #Constraints:      47965
744.08/746.57	c #Conflicts:    1125000 | #Constraints:      48965
744.08/746.57	c INPROCESSING
744.08/746.57	c GARBAGE COLLECT
744.08/746.57	c rational objective 999
759.65/762.11	c #Conflicts:    1126000 | #Constraints:      28893
759.65/762.11	c #Conflicts:    1127000 | #Constraints:      29907
759.65/762.11	c #Conflicts:    1128000 | #Constraints:      30935
759.65/762.11	c #Conflicts:    1129000 | #Constraints:      31966
759.65/762.11	c #Conflicts:    1130000 | #Constraints:      32996
759.65/762.11	c #Conflicts:    1131000 | #Constraints:      34032
759.65/762.11	c #Conflicts:    1132000 | #Constraints:      35060
759.65/762.11	c #Conflicts:    1133000 | #Constraints:      36090
759.65/762.11	c #Conflicts:    1134000 | #Constraints:      37114
759.65/762.11	c #Conflicts:    1135000 | #Constraints:      38166
759.65/762.11	c #Conflicts:    1136000 | #Constraints:      39202
759.65/762.11	c #Conflicts:    1137000 | #Constraints:      40236
759.65/762.11	c #Conflicts:    1138000 | #Constraints:      41262
759.65/762.11	c #Conflicts:    1139000 | #Constraints:      42313
759.65/762.11	c #Conflicts:    1140000 | #Constraints:      43356
759.65/762.11	c #Conflicts:    1141000 | #Constraints:      44410
759.65/762.11	c #Conflicts:    1142000 | #Constraints:      45454
759.65/762.11	c #Conflicts:    1143000 | #Constraints:      46489
759.65/762.11	c #Conflicts:    1144000 | #Constraints:      47528
759.65/762.11	c #Conflicts:    1145000 | #Constraints:      48568
759.65/762.11	c #Conflicts:    1146000 | #Constraints:      49594
759.65/762.11	c INPROCESSING
759.65/762.11	c GARBAGE COLLECT
759.65/762.11	c rational objective 999
774.10/776.66	c #Conflicts:    1147000 | #Constraints:      28886
774.10/776.66	c #Conflicts:    1148000 | #Constraints:      29886
774.10/776.66	c #Conflicts:    1149000 | #Constraints:      30886
774.10/776.66	c #Conflicts:    1150000 | #Constraints:      31886
774.10/776.66	c #Conflicts:    1151000 | #Constraints:      32886
774.10/776.66	c #Conflicts:    1152000 | #Constraints:      33886
774.10/776.66	c #Conflicts:    1153000 | #Constraints:      34886
774.10/776.66	c #Conflicts:    1154000 | #Constraints:      35886
774.10/776.66	c #Conflicts:    1155000 | #Constraints:      36886
774.10/776.66	c #Conflicts:    1156000 | #Constraints:      37886
774.10/776.66	c #Conflicts:    1157000 | #Constraints:      38886
774.10/776.66	c #Conflicts:    1158000 | #Constraints:      39886
774.10/776.66	c #Conflicts:    1159000 | #Constraints:      40886
774.10/776.66	c #Conflicts:    1160000 | #Constraints:      41886
774.10/776.66	c #Conflicts:    1161000 | #Constraints:      42886
774.10/776.66	c #Conflicts:    1162000 | #Constraints:      43886
774.10/776.66	c #Conflicts:    1163000 | #Constraints:      44886
774.10/776.66	c #Conflicts:    1164000 | #Constraints:      45886
774.10/776.66	c #Conflicts:    1165000 | #Constraints:      46886
774.10/776.66	c #Conflicts:    1166000 | #Constraints:      47886
774.10/776.66	c #Conflicts:    1167000 | #Constraints:      48886
774.10/776.66	c #Conflicts:    1168000 | #Constraints:      49886
774.10/776.66	c INPROCESSING
774.10/776.66	c GARBAGE COLLECT
774.10/776.66	c rational objective 999
788.37/790.97	c #Conflicts:    1169000 | #Constraints:      29328
788.37/790.97	c #Conflicts:    1170000 | #Constraints:      30328
788.37/790.97	c #Conflicts:    1171000 | #Constraints:      31328
788.37/790.97	c #Conflicts:    1172000 | #Constraints:      32328
788.37/790.97	c #Conflicts:    1173000 | #Constraints:      33328
788.37/790.97	c #Conflicts:    1174000 | #Constraints:      34328
788.37/790.97	c #Conflicts:    1175000 | #Constraints:      35328
788.37/790.97	c #Conflicts:    1176000 | #Constraints:      36328
788.37/790.97	c #Conflicts:    1177000 | #Constraints:      37328
788.37/790.97	c #Conflicts:    1178000 | #Constraints:      38328
788.37/790.97	c #Conflicts:    1179000 | #Constraints:      39328
788.37/790.97	c #Conflicts:    1180000 | #Constraints:      40328
788.37/790.97	c #Conflicts:    1181000 | #Constraints:      41328
788.37/790.97	c #Conflicts:    1182000 | #Constraints:      42328
788.37/790.97	c #Conflicts:    1183000 | #Constraints:      43328
788.37/790.97	c #Conflicts:    1184000 | #Constraints:      44328
788.37/790.97	c #Conflicts:    1185000 | #Constraints:      45328
788.37/790.97	c #Conflicts:    1186000 | #Constraints:      46328
788.37/790.97	c #Conflicts:    1187000 | #Constraints:      47328
788.37/790.97	c #Conflicts:    1188000 | #Constraints:      48328
788.37/790.97	c #Conflicts:    1189000 | #Constraints:      49328
788.37/790.97	c #Conflicts:    1190000 | #Constraints:      50328
788.37/790.97	c INPROCESSING
788.37/790.97	c GARBAGE COLLECT
788.37/790.97	c rational objective 999
805.54/808.16	c #Conflicts:    1191000 | #Constraints:      29710
805.54/808.16	c #Conflicts:    1192000 | #Constraints:      30781
805.54/808.16	c #Conflicts:    1193000 | #Constraints:      31852
805.54/808.16	c #Conflicts:    1194000 | #Constraints:      32921
805.54/808.16	c #Conflicts:    1195000 | #Constraints:      33981
805.54/808.16	c #Conflicts:    1196000 | #Constraints:      35037
805.54/808.16	c #Conflicts:    1197000 | #Constraints:      36094
805.54/808.16	c #Conflicts:    1198000 | #Constraints:      37151
805.54/808.16	c #Conflicts:    1199000 | #Constraints:      38202
805.54/808.16	c #Conflicts:    1200000 | #Constraints:      39241
805.54/808.16	c #Conflicts:    1201000 | #Constraints:      40289
805.54/808.16	c #Conflicts:    1202000 | #Constraints:      41332
805.54/808.16	c #Conflicts:    1203000 | #Constraints:      42370
805.54/808.16	c #Conflicts:    1204000 | #Constraints:      43405
805.54/808.16	c #Conflicts:    1205000 | #Constraints:      44428
805.54/808.16	c #Conflicts:    1206000 | #Constraints:      45462
805.54/808.16	c #Conflicts:    1207000 | #Constraints:      46489
805.54/808.16	c #Conflicts:    1208000 | #Constraints:      47519
805.54/808.16	c #Conflicts:    1209000 | #Constraints:      48554
805.54/808.16	c #Conflicts:    1210000 | #Constraints:      49588
805.54/808.16	c #Conflicts:    1211000 | #Constraints:      50618
805.54/808.16	c #Conflicts:    1212000 | #Constraints:      51645
805.54/808.16	c INPROCESSING
805.54/808.16	c GARBAGE COLLECT
805.54/808.16	c rational objective 999
821.28/823.92	c #Conflicts:    1213000 | #Constraints:      30224
821.28/823.92	c #Conflicts:    1214000 | #Constraints:      31224
821.28/823.92	c #Conflicts:    1215000 | #Constraints:      32224
821.28/823.92	c #Conflicts:    1216000 | #Constraints:      33224
821.28/823.92	c #Conflicts:    1217000 | #Constraints:      34224
821.28/823.92	c #Conflicts:    1218000 | #Constraints:      35224
821.28/823.92	c #Conflicts:    1219000 | #Constraints:      36224
821.28/823.92	c #Conflicts:    1220000 | #Constraints:      37224
821.28/823.92	c #Conflicts:    1221000 | #Constraints:      38224
821.28/823.92	c #Conflicts:    1222000 | #Constraints:      39224
821.28/823.92	c #Conflicts:    1223000 | #Constraints:      40224
821.28/823.92	c #Conflicts:    1224000 | #Constraints:      41224
821.28/823.92	c #Conflicts:    1225000 | #Constraints:      42224
821.28/823.92	c #Conflicts:    1226000 | #Constraints:      43224
821.28/823.92	c #Conflicts:    1227000 | #Constraints:      44224
821.28/823.92	c #Conflicts:    1228000 | #Constraints:      45224
821.28/823.92	c #Conflicts:    1229000 | #Constraints:      46224
821.28/823.92	c #Conflicts:    1230000 | #Constraints:      47224
821.28/823.92	c #Conflicts:    1231000 | #Constraints:      48224
821.28/823.92	c #Conflicts:    1232000 | #Constraints:      49224
821.28/823.92	c #Conflicts:    1233000 | #Constraints:      50224
821.28/823.92	c #Conflicts:    1234000 | #Constraints:      51224
821.28/823.92	c INPROCESSING
821.28/823.92	c GARBAGE COLLECT
821.28/823.92	c rational objective 999
836.24/838.93	c #Conflicts:    1235000 | #Constraints:      30004
836.24/838.93	c #Conflicts:    1236000 | #Constraints:      31004
836.24/838.93	c #Conflicts:    1237000 | #Constraints:      32004
836.24/838.93	c #Conflicts:    1238000 | #Constraints:      33004
836.24/838.93	c #Conflicts:    1239000 | #Constraints:      34004
836.24/838.93	c #Conflicts:    1240000 | #Constraints:      35004
836.24/838.93	c #Conflicts:    1241000 | #Constraints:      36004
836.24/838.93	c #Conflicts:    1242000 | #Constraints:      37004
836.24/838.93	c #Conflicts:    1243000 | #Constraints:      38004
836.24/838.93	c #Conflicts:    1244000 | #Constraints:      39004
836.24/838.93	c #Conflicts:    1245000 | #Constraints:      40004
836.24/838.93	c #Conflicts:    1246000 | #Constraints:      41004
836.24/838.93	c #Conflicts:    1247000 | #Constraints:      42004
836.24/838.93	c #Conflicts:    1248000 | #Constraints:      43004
836.24/838.93	c #Conflicts:    1249000 | #Constraints:      44004
836.24/838.93	c #Conflicts:    1250000 | #Constraints:      45004
836.24/838.93	c #Conflicts:    1251000 | #Constraints:      46004
836.24/838.93	c #Conflicts:    1252000 | #Constraints:      47004
836.24/838.93	c #Conflicts:    1253000 | #Constraints:      48004
836.24/838.93	c #Conflicts:    1254000 | #Constraints:      49004
836.24/838.93	c #Conflicts:    1255000 | #Constraints:      50004
836.24/838.93	c #Conflicts:    1256000 | #Constraints:      51004
836.24/838.93	c INPROCESSING
836.24/838.93	c GARBAGE COLLECT
836.24/838.93	c rational objective 999
849.80/852.53	c #Conflicts:    1257000 | #Constraints:      29686
849.80/852.53	c #Conflicts:    1258000 | #Constraints:      30719
849.80/852.53	c #Conflicts:    1259000 | #Constraints:      31807
849.80/852.53	c #Conflicts:    1260000 | #Constraints:      32901
849.80/852.53	c #Conflicts:    1261000 | #Constraints:      33982
849.80/852.53	c #Conflicts:    1262000 | #Constraints:      35060
849.80/852.53	c #Conflicts:    1263000 | #Constraints:      36117
849.80/852.53	c #Conflicts:    1264000 | #Constraints:      37164
849.80/852.53	c #Conflicts:    1265000 | #Constraints:      38198
849.80/852.53	c #Conflicts:    1266000 | #Constraints:      39240
849.80/852.53	c #Conflicts:    1267000 | #Constraints:      40273
849.80/852.53	c #Conflicts:    1268000 | #Constraints:      41307
849.80/852.53	c #Conflicts:    1269000 | #Constraints:      42348
849.80/852.53	c #Conflicts:    1270000 | #Constraints:      43376
849.80/852.53	c #Conflicts:    1271000 | #Constraints:      44414
849.80/852.53	c #Conflicts:    1272000 | #Constraints:      45461
849.80/852.53	c #Conflicts:    1273000 | #Constraints:      46495
849.80/852.53	c #Conflicts:    1274000 | #Constraints:      47525
849.80/852.53	c #Conflicts:    1275000 | #Constraints:      48556
849.80/852.53	c #Conflicts:    1276000 | #Constraints:      49585
849.80/852.53	c #Conflicts:    1277000 | #Constraints:      50612
849.80/852.53	c #Conflicts:    1278000 | #Constraints:      51635
849.80/852.53	c #Conflicts:    1279000 | #Constraints:      52664
849.80/852.53	c INPROCESSING
849.80/852.53	c GARBAGE COLLECT
849.80/852.53	c rational objective 999
866.07/868.87	c #Conflicts:    1280000 | #Constraints:      30620
866.07/868.87	c #Conflicts:    1281000 | #Constraints:      31620
866.07/868.87	c #Conflicts:    1282000 | #Constraints:      32620
866.07/868.87	c #Conflicts:    1283000 | #Constraints:      33620
866.07/868.87	c #Conflicts:    1284000 | #Constraints:      34620
866.07/868.87	c #Conflicts:    1285000 | #Constraints:      35620
866.07/868.87	c #Conflicts:    1286000 | #Constraints:      36620
866.07/868.87	c #Conflicts:    1287000 | #Constraints:      37620
866.07/868.87	c #Conflicts:    1288000 | #Constraints:      38621
866.07/868.87	c #Conflicts:    1289000 | #Constraints:      39622
866.07/868.87	c #Conflicts:    1290000 | #Constraints:      40625
866.07/868.87	c #Conflicts:    1291000 | #Constraints:      41626
866.07/868.87	c #Conflicts:    1292000 | #Constraints:      42627
866.07/868.87	c #Conflicts:    1293000 | #Constraints:      43628
866.07/868.87	c #Conflicts:    1294000 | #Constraints:      44628
866.07/868.87	c #Conflicts:    1295000 | #Constraints:      45629
866.07/868.87	c #Conflicts:    1296000 | #Constraints:      46630
866.07/868.87	c #Conflicts:    1297000 | #Constraints:      47631
866.07/868.87	c #Conflicts:    1298000 | #Constraints:      48631
866.07/868.87	c #Conflicts:    1299000 | #Constraints:      49632
866.07/868.87	c #Conflicts:    1300000 | #Constraints:      50632
866.07/868.87	c #Conflicts:    1301000 | #Constraints:      51633
866.07/868.87	c #Conflicts:    1302000 | #Constraints:      52634
866.07/868.87	c INPROCESSING
866.07/868.87	c GARBAGE COLLECT
866.07/868.87	c rational objective 999
897.07/899.94	c #Conflicts:    1303000 | #Constraints:      30820
897.07/899.94	c #Conflicts:    1304000 | #Constraints:      31820
897.07/899.94	c #Conflicts:    1305000 | #Constraints:      32820
897.07/899.94	c #Conflicts:    1306000 | #Constraints:      33820
897.07/899.94	c #Conflicts:    1307000 | #Constraints:      34820
897.07/899.94	c #Conflicts:    1308000 | #Constraints:      35820
897.07/899.94	c #Conflicts:    1309000 | #Constraints:      36820
897.07/899.94	c #Conflicts:    1310000 | #Constraints:      37820
897.07/899.94	c #Conflicts:    1311000 | #Constraints:      38856
897.07/899.94	c #Conflicts:    1312000 | #Constraints:      39915
897.07/899.94	c #Conflicts:    1313000 | #Constraints:      40960
897.07/899.94	c #Conflicts:    1314000 | #Constraints:      41990
897.07/899.94	c #Conflicts:    1315000 | #Constraints:      43027
897.07/899.94	c #Conflicts:    1316000 | #Constraints:      44075
897.07/899.94	c #Conflicts:    1317000 | #Constraints:      45111
897.07/899.94	c #Conflicts:    1318000 | #Constraints:      46141
897.07/899.94	c #Conflicts:    1319000 | #Constraints:      47176
897.07/899.94	c #Conflicts:    1320000 | #Constraints:      48209
897.07/899.94	c #Conflicts:    1321000 | #Constraints:      49234
897.07/899.94	c #Conflicts:    1322000 | #Constraints:      50258
897.07/899.94	c #Conflicts:    1323000 | #Constraints:      51302
897.07/899.94	c #Conflicts:    1324000 | #Constraints:      52332
897.07/899.94	c #Conflicts:    1325000 | #Constraints:      53386
897.07/899.94	c INPROCESSING
897.07/899.94	c GARBAGE COLLECT
897.07/899.94	c rational objective 999
914.43/917.32	c #Conflicts:    1326000 | #Constraints:      31089
914.43/917.32	c #Conflicts:    1327000 | #Constraints:      32089
914.43/917.32	c #Conflicts:    1328000 | #Constraints:      33089
914.43/917.32	c #Conflicts:    1329000 | #Constraints:      34089
914.43/917.32	c #Conflicts:    1330000 | #Constraints:      35089
914.43/917.32	c #Conflicts:    1331000 | #Constraints:      36089
914.43/917.32	c #Conflicts:    1332000 | #Constraints:      37089
914.43/917.32	c #Conflicts:    1333000 | #Constraints:      38089
914.43/917.32	c #Conflicts:    1334000 | #Constraints:      39089
914.43/917.32	c #Conflicts:    1335000 | #Constraints:      40089
914.43/917.32	c #Conflicts:    1336000 | #Constraints:      41089
914.43/917.32	c #Conflicts:    1337000 | #Constraints:      42089
914.43/917.32	c #Conflicts:    1338000 | #Constraints:      43089
914.43/917.32	c #Conflicts:    1339000 | #Constraints:      44089
914.43/917.32	c #Conflicts:    1340000 | #Constraints:      45089
914.43/917.32	c #Conflicts:    1341000 | #Constraints:      46089
914.43/917.32	c #Conflicts:    1342000 | #Constraints:      47089
914.43/917.32	c #Conflicts:    1343000 | #Constraints:      48089
914.43/917.32	c #Conflicts:    1344000 | #Constraints:      49089
914.43/917.32	c #Conflicts:    1345000 | #Constraints:      50089
914.43/917.32	c #Conflicts:    1346000 | #Constraints:      51089
914.43/917.32	c #Conflicts:    1347000 | #Constraints:      52089
914.43/917.32	c #Conflicts:    1348000 | #Constraints:      53089
914.43/917.32	c INPROCESSING
914.43/917.32	c GARBAGE COLLECT
914.43/917.32	c rational objective 999
932.78/935.75	c #Conflicts:    1349000 | #Constraints:      30955
932.78/935.75	c #Conflicts:    1350000 | #Constraints:      31955
932.78/935.75	c #Conflicts:    1351000 | #Constraints:      32955
932.78/935.75	c #Conflicts:    1352000 | #Constraints:      33955
932.78/935.75	c #Conflicts:    1353000 | #Constraints:      34955
932.78/935.75	c #Conflicts:    1354000 | #Constraints:      35955
932.78/935.75	c #Conflicts:    1355000 | #Constraints:      36955
932.78/935.75	c #Conflicts:    1356000 | #Constraints:      37955
932.78/935.75	c #Conflicts:    1357000 | #Constraints:      38955
932.78/935.75	c #Conflicts:    1358000 | #Constraints:      39955
932.78/935.75	c #Conflicts:    1359000 | #Constraints:      40955
932.78/935.75	c #Conflicts:    1360000 | #Constraints:      41955
932.78/935.75	c #Conflicts:    1361000 | #Constraints:      42955
932.78/935.75	c #Conflicts:    1362000 | #Constraints:      43955
932.78/935.75	c #Conflicts:    1363000 | #Constraints:      44955
932.78/935.75	c #Conflicts:    1364000 | #Constraints:      45955
932.78/935.75	c #Conflicts:    1365000 | #Constraints:      46955
932.78/935.75	c #Conflicts:    1366000 | #Constraints:      47955
932.78/935.75	c #Conflicts:    1367000 | #Constraints:      48955
932.78/935.75	c #Conflicts:    1368000 | #Constraints:      49955
932.78/935.75	c #Conflicts:    1369000 | #Constraints:      50955
932.78/935.75	c #Conflicts:    1370000 | #Constraints:      51955
932.78/935.75	c #Conflicts:    1371000 | #Constraints:      52955
932.78/935.75	c INPROCESSING
932.78/935.75	c GARBAGE COLLECT
932.78/935.75	c rational objective 999
1025.12/1028.32	c #Conflicts:    1372000 | #Constraints:      30683
1025.12/1028.32	c #Conflicts:    1373000 | #Constraints:      31683
1025.12/1028.32	c #Conflicts:    1374000 | #Constraints:      32683
1025.12/1028.32	c #Conflicts:    1375000 | #Constraints:      33683
1025.12/1028.32	c #Conflicts:    1376000 | #Constraints:      34683
1025.12/1028.32	c #Conflicts:    1377000 | #Constraints:      35683
1025.12/1028.32	c #Conflicts:    1378000 | #Constraints:      36683
1025.12/1028.32	c #Conflicts:    1379000 | #Constraints:      37683
1025.12/1028.32	c #Conflicts:    1380000 | #Constraints:      38684
1025.12/1028.32	c #Conflicts:    1381000 | #Constraints:      39685
1025.12/1028.32	c #Conflicts:    1382000 | #Constraints:      40686
1025.12/1028.32	c #Conflicts:    1383000 | #Constraints:      41687
1025.12/1028.32	c #Conflicts:    1384000 | #Constraints:      42734
1025.12/1028.32	c #Conflicts:    1385000 | #Constraints:      43734
1025.12/1028.32	c #Conflicts:    1386000 | #Constraints:      44734
1025.12/1028.32	c #Conflicts:    1387000 | #Constraints:      45734
1025.12/1028.32	c #Conflicts:    1388000 | #Constraints:      46734
1025.12/1028.32	c #Conflicts:    1389000 | #Constraints:      47734
1025.12/1028.32	c #Conflicts:    1390000 | #Constraints:      48734
1025.12/1028.32	c #Conflicts:    1391000 | #Constraints:      49734
1025.12/1028.32	c #Conflicts:    1392000 | #Constraints:      50736
1025.12/1028.32	c #Conflicts:    1393000 | #Constraints:      51737
1025.12/1028.32	c #Conflicts:    1394000 | #Constraints:      52737
1025.12/1028.32	c #Conflicts:    1395000 | #Constraints:      53737
1025.12/1028.32	c INPROCESSING
1025.12/1028.32	c GARBAGE COLLECT
1025.12/1028.32	c #Conflicts:    1396000 | #Constraints:      31255
1025.12/1028.32	c #Conflicts:    1397000 | #Constraints:      32255
1025.12/1028.32	c #Conflicts:    1398000 | #Constraints:      33255
1025.12/1028.32	c #Conflicts:    1399000 | #Constraints:      34255
1025.12/1028.32	c #Conflicts:    1400000 | #Constraints:      35267
1025.12/1028.32	c #Conflicts:    1401000 | #Constraints:      36388
1025.12/1028.32	c #Conflicts:    1402000 | #Constraints:      37468
1025.12/1028.32	c #Conflicts:    1403000 | #Constraints:      38546
1025.12/1028.32	c #Conflicts:    1404000 | #Constraints:      39613
1025.12/1028.32	c #Conflicts:    1405000 | #Constraints:      40658
1025.12/1028.32	c #Conflicts:    1406000 | #Constraints:      41701
1025.12/1028.32	c #Conflicts:    1407000 | #Constraints:      42745
1025.12/1028.32	c #Conflicts:    1408000 | #Constraints:      43787
1025.12/1028.32	c #Conflicts:    1409000 | #Constraints:      44959
1025.12/1028.32	c #Conflicts:    1410000 | #Constraints:      46166
1025.12/1028.32	c #Conflicts:    1411000 | #Constraints:      47546
1025.12/1028.32	c #Conflicts:    1412000 | #Constraints:      48873
1025.12/1028.32	c #Conflicts:    1413000 | #Constraints:      50216
1025.12/1028.32	c #Conflicts:    1414000 | #Constraints:      51576
1025.12/1028.32	c #Conflicts:    1415000 | #Constraints:      52971
1025.12/1028.32	c #Conflicts:    1416000 | #Constraints:      54368
1025.12/1028.32	c #Conflicts:    1417000 | #Constraints:      55679
1025.12/1028.32	c #Conflicts:    1418000 | #Constraints:      56957
1025.12/1028.32	c #Conflicts:    1419000 | #Constraints:      58360
1025.12/1028.32	c INPROCESSING
1025.12/1028.32	c GARBAGE COLLECT
1025.12/1028.32	c #Conflicts:    1420000 | #Constraints:      33633
1025.12/1028.32	c #Conflicts:    1421000 | #Constraints:      34637
1025.12/1028.32	c #Conflicts:    1422000 | #Constraints:      35638
1025.12/1028.32	c #Conflicts:    1423000 | #Constraints:      36663
1025.12/1028.32	c #Conflicts:    1424000 | #Constraints:      37664
1025.12/1028.32	c #Conflicts:    1425000 | #Constraints:      38667
1025.12/1028.32	c #Conflicts:    1426000 | #Constraints:      39669
1025.12/1028.32	c #Conflicts:    1427000 | #Constraints:      40672
1025.12/1028.32	c #Conflicts:    1428000 | #Constraints:      41678
1025.12/1028.32	c #Conflicts:    1429000 | #Constraints:      42678
1025.12/1028.32	c #Conflicts:    1430000 | #Constraints:      43679
1025.12/1028.32	c #Conflicts:    1431000 | #Constraints:      44686
1025.12/1028.32	c #Conflicts:    1432000 | #Constraints:      45708
1025.12/1028.32	c #Conflicts:    1433000 | #Constraints:      46708
1025.12/1028.32	c #Conflicts:    1434000 | #Constraints:      47709
1025.12/1028.32	c #Conflicts:    1435000 | #Constraints:      48710
1025.12/1028.32	c #Conflicts:    1436000 | #Constraints:      49711
1025.12/1028.32	c #Conflicts:    1437000 | #Constraints:      50712
1025.12/1028.32	c #Conflicts:    1438000 | #Constraints:      51712
1025.12/1028.32	c #Conflicts:    1439000 | #Constraints:      52712
1025.12/1028.32	c #Conflicts:    1440000 | #Constraints:      53712
1025.12/1028.32	c #Conflicts:    1441000 | #Constraints:      54712
1025.12/1028.32	c #Conflicts:    1442000 | #Constraints:      55712
1025.12/1028.32	c #Conflicts:    1443000 | #Constraints:      56712
1025.12/1028.32	c INPROCESSING
1025.12/1028.32	c GARBAGE COLLECT
1025.12/1028.32	c #Conflicts:    1444000 | #Constraints:      32873
1025.12/1028.32	c #Conflicts:    1445000 | #Constraints:      34157
1025.12/1028.32	c #Conflicts:    1446000 | #Constraints:      35157
1025.12/1028.32	c #Conflicts:    1447000 | #Constraints:      36157
1025.12/1028.32	c #Conflicts:    1448000 | #Constraints:      37157
1062.73/1066.08	c #Conflicts:    1449000 | #Constraints:      38157
1062.73/1066.08	c #Conflicts:    1450000 | #Constraints:      39157
1062.73/1066.08	c #Conflicts:    1451000 | #Constraints:      40157
1062.73/1066.08	c #Conflicts:    1452000 | #Constraints:      41157
1062.73/1066.08	c #Conflicts:    1453000 | #Constraints:      42158
1062.73/1066.08	c #Conflicts:    1454000 | #Constraints:      43158
1062.73/1066.08	c #Conflicts:    1455000 | #Constraints:      44158
1062.73/1066.08	c #Conflicts:    1456000 | #Constraints:      45158
1062.73/1066.08	c #Conflicts:    1457000 | #Constraints:      46158
1062.73/1066.08	c #Conflicts:    1458000 | #Constraints:      47158
1062.73/1066.08	c #Conflicts:    1459000 | #Constraints:      48158
1062.73/1066.08	c #Conflicts:    1460000 | #Constraints:      49158
1062.73/1066.08	c #Conflicts:    1461000 | #Constraints:      50164
1062.73/1066.08	c #Conflicts:    1462000 | #Constraints:      51164
1062.73/1066.08	c #Conflicts:    1463000 | #Constraints:      52164
1062.73/1066.08	c #Conflicts:    1464000 | #Constraints:      53164
1062.73/1066.08	c #Conflicts:    1465000 | #Constraints:      54164
1062.73/1066.08	c #Conflicts:    1466000 | #Constraints:      55164
1062.73/1066.08	c #Conflicts:    1467000 | #Constraints:      56165
1062.73/1066.08	c INPROCESSING
1062.73/1066.08	c GARBAGE COLLECT
1062.73/1066.08	c #Conflicts:    1468000 | #Constraints:      32489
1062.73/1066.08	c #Conflicts:    1469000 | #Constraints:      33489
1062.73/1066.08	c #Conflicts:    1470000 | #Constraints:      34489
1062.73/1066.08	c #Conflicts:    1471000 | #Constraints:      35489
1062.73/1066.08	c #Conflicts:    1472000 | #Constraints:      36490
1062.73/1066.08	c #Conflicts:    1473000 | #Constraints:      37492
1062.73/1066.08	c #Conflicts:    1474000 | #Constraints:      38494
1062.73/1066.08	c #Conflicts:    1475000 | #Constraints:      39495
1062.73/1066.08	c #Conflicts:    1476000 | #Constraints:      40495
1062.73/1066.08	c #Conflicts:    1477000 | #Constraints:      41495
1062.73/1066.08	c #Conflicts:    1478000 | #Constraints:      42495
1062.73/1066.08	c #Conflicts:    1479000 | #Constraints:      43495
1062.73/1066.08	c #Conflicts:    1480000 | #Constraints:      44495
1062.73/1066.08	c #Conflicts:    1481000 | #Constraints:      45495
1062.73/1066.08	c #Conflicts:    1482000 | #Constraints:      46495
1062.73/1066.08	c #Conflicts:    1483000 | #Constraints:      47495
1062.73/1066.08	c #Conflicts:    1484000 | #Constraints:      48495
1062.73/1066.08	c #Conflicts:    1485000 | #Constraints:      49495
1062.73/1066.08	c #Conflicts:    1486000 | #Constraints:      50495
1062.73/1066.08	c #Conflicts:    1487000 | #Constraints:      51495
1062.73/1066.08	c #Conflicts:    1488000 | #Constraints:      52495
1062.73/1066.08	c #Conflicts:    1489000 | #Constraints:      53496
1062.73/1066.08	c #Conflicts:    1490000 | #Constraints:      54497
1062.73/1066.08	c #Conflicts:    1491000 | #Constraints:      55498
1062.73/1066.08	c INPROCESSING
1062.73/1066.08	c GARBAGE COLLECT
1062.73/1066.08	c rational objective 999
1094.64/1098.09	c #Conflicts:    1492000 | #Constraints:      31955
1094.64/1098.09	c #Conflicts:    1493000 | #Constraints:      32956
1094.64/1098.09	c #Conflicts:    1494000 | #Constraints:      33959
1094.64/1098.09	c #Conflicts:    1495000 | #Constraints:      35010
1094.64/1098.09	c #Conflicts:    1496000 | #Constraints:      36069
1094.64/1098.09	c #Conflicts:    1497000 | #Constraints:      37124
1094.64/1098.09	c #Conflicts:    1498000 | #Constraints:      38175
1094.64/1098.09	c #Conflicts:    1499000 | #Constraints:      39221
1094.64/1098.09	c #Conflicts:    1500000 | #Constraints:      40264
1094.64/1098.09	c #Conflicts:    1501000 | #Constraints:      41310
1094.64/1098.09	c #Conflicts:    1502000 | #Constraints:      42347
1094.64/1098.09	c #Conflicts:    1503000 | #Constraints:      43389
1094.64/1098.09	c #Conflicts:    1504000 | #Constraints:      44426
1094.64/1098.09	c #Conflicts:    1505000 | #Constraints:      45466
1094.64/1098.09	c #Conflicts:    1506000 | #Constraints:      46494
1094.64/1098.09	c #Conflicts:    1507000 | #Constraints:      47530
1094.64/1098.09	c #Conflicts:    1508000 | #Constraints:      48559
1094.64/1098.09	c #Conflicts:    1509000 | #Constraints:      49591
1094.64/1098.09	c #Conflicts:    1510000 | #Constraints:      50637
1094.64/1098.09	c #Conflicts:    1511000 | #Constraints:      51689
1094.64/1098.09	c #Conflicts:    1512000 | #Constraints:      52717
1094.64/1098.09	c #Conflicts:    1513000 | #Constraints:      53754
1094.64/1098.09	c #Conflicts:    1514000 | #Constraints:      54784
1094.64/1098.09	c #Conflicts:    1515000 | #Constraints:      55815
1094.64/1098.09	c #Conflicts:    1516000 | #Constraints:      56840
1094.64/1098.09	c INPROCESSING
1094.64/1098.09	c GARBAGE COLLECT
1094.64/1098.09	c rational objective 999
1115.47/1118.95	c #Conflicts:    1517000 | #Constraints:      32736
1115.47/1118.95	c #Conflicts:    1518000 | #Constraints:      33736
1115.47/1118.95	c #Conflicts:    1519000 | #Constraints:      34736
1115.47/1118.95	c #Conflicts:    1520000 | #Constraints:      35736
1115.47/1118.95	c #Conflicts:    1521000 | #Constraints:      36736
1115.47/1118.95	c #Conflicts:    1522000 | #Constraints:      37736
1115.47/1118.95	c #Conflicts:    1523000 | #Constraints:      38736
1115.47/1118.95	c #Conflicts:    1524000 | #Constraints:      39736
1115.47/1118.95	c #Conflicts:    1525000 | #Constraints:      40736
1115.47/1118.95	c #Conflicts:    1526000 | #Constraints:      41736
1115.47/1118.95	c #Conflicts:    1527000 | #Constraints:      42736
1115.47/1118.95	c #Conflicts:    1528000 | #Constraints:      43736
1115.47/1118.95	c #Conflicts:    1529000 | #Constraints:      44736
1115.47/1118.95	c #Conflicts:    1530000 | #Constraints:      45736
1115.47/1118.95	c #Conflicts:    1531000 | #Constraints:      46736
1115.47/1118.95	c #Conflicts:    1532000 | #Constraints:      47736
1115.47/1118.95	c #Conflicts:    1533000 | #Constraints:      48736
1115.47/1118.95	c #Conflicts:    1534000 | #Constraints:      49736
1115.47/1118.95	c #Conflicts:    1535000 | #Constraints:      50736
1115.47/1118.95	c #Conflicts:    1536000 | #Constraints:      51736
1115.47/1118.95	c #Conflicts:    1537000 | #Constraints:      52736
1115.47/1118.95	c #Conflicts:    1538000 | #Constraints:      53736
1115.47/1118.95	c #Conflicts:    1539000 | #Constraints:      54736
1115.47/1118.95	c #Conflicts:    1540000 | #Constraints:      55736
1115.47/1118.95	c #Conflicts:    1541000 | #Constraints:      56736
1115.47/1118.95	c INPROCESSING
1115.47/1118.95	c GARBAGE COLLECT
1115.47/1118.95	c rational objective 999
1135.31/1138.85	c #Conflicts:    1542000 | #Constraints:      32880
1135.31/1138.85	c #Conflicts:    1543000 | #Constraints:      33880
1135.31/1138.85	c #Conflicts:    1544000 | #Constraints:      34880
1135.31/1138.85	c #Conflicts:    1545000 | #Constraints:      35880
1135.31/1138.85	c #Conflicts:    1546000 | #Constraints:      36880
1135.31/1138.85	c #Conflicts:    1547000 | #Constraints:      37880
1135.31/1138.85	c #Conflicts:    1548000 | #Constraints:      38880
1135.31/1138.85	c #Conflicts:    1549000 | #Constraints:      39880
1135.31/1138.85	c #Conflicts:    1550000 | #Constraints:      40880
1135.31/1138.85	c #Conflicts:    1551000 | #Constraints:      41880
1135.31/1138.85	c #Conflicts:    1552000 | #Constraints:      42880
1135.31/1138.85	c #Conflicts:    1553000 | #Constraints:      43880
1135.31/1138.85	c #Conflicts:    1554000 | #Constraints:      44880
1135.31/1138.85	c #Conflicts:    1555000 | #Constraints:      45880
1135.31/1138.85	c #Conflicts:    1556000 | #Constraints:      46880
1135.31/1138.85	c #Conflicts:    1557000 | #Constraints:      47880
1135.31/1138.85	c #Conflicts:    1558000 | #Constraints:      48880
1135.31/1138.85	c #Conflicts:    1559000 | #Constraints:      49880
1135.31/1138.85	c #Conflicts:    1560000 | #Constraints:      50880
1135.31/1138.85	c #Conflicts:    1561000 | #Constraints:      51880
1135.31/1138.85	c #Conflicts:    1562000 | #Constraints:      52880
1135.31/1138.85	c #Conflicts:    1563000 | #Constraints:      53880
1135.31/1138.85	c #Conflicts:    1564000 | #Constraints:      54880
1135.31/1138.85	c #Conflicts:    1565000 | #Constraints:      55880
1135.31/1138.85	c #Conflicts:    1566000 | #Constraints:      56880
1135.31/1138.85	c INPROCESSING
1135.31/1138.85	c GARBAGE COLLECT
1135.31/1138.85	c rational objective 999
1158.65/1162.26	c #Conflicts:    1567000 | #Constraints:      32960
1158.65/1162.26	c #Conflicts:    1568000 | #Constraints:      33980
1158.65/1162.26	c #Conflicts:    1569000 | #Constraints:      34985
1158.65/1162.26	c #Conflicts:    1570000 | #Constraints:      36020
1158.65/1162.26	c #Conflicts:    1571000 | #Constraints:      37066
1158.65/1162.26	c #Conflicts:    1572000 | #Constraints:      38119
1158.65/1162.26	c #Conflicts:    1573000 | #Constraints:      39170
1158.65/1162.26	c #Conflicts:    1574000 | #Constraints:      40220
1158.65/1162.26	c #Conflicts:    1575000 | #Constraints:      41263
1158.65/1162.26	c #Conflicts:    1576000 | #Constraints:      42309
1158.65/1162.26	c #Conflicts:    1577000 | #Constraints:      43348
1158.65/1162.26	c #Conflicts:    1578000 | #Constraints:      44392
1158.65/1162.26	c #Conflicts:    1579000 | #Constraints:      45421
1158.65/1162.26	c #Conflicts:    1580000 | #Constraints:      46441
1158.65/1162.26	c #Conflicts:    1581000 | #Constraints:      47465
1158.65/1162.26	c #Conflicts:    1582000 | #Constraints:      48493
1158.65/1162.26	c #Conflicts:    1583000 | #Constraints:      49526
1158.65/1162.26	c #Conflicts:    1584000 | #Constraints:      50562
1158.65/1162.26	c #Conflicts:    1585000 | #Constraints:      51591
1158.65/1162.26	c #Conflicts:    1586000 | #Constraints:      52629
1158.65/1162.26	c #Conflicts:    1587000 | #Constraints:      53677
1158.65/1162.26	c #Conflicts:    1588000 | #Constraints:      54710
1158.65/1162.26	c #Conflicts:    1589000 | #Constraints:      55741
1158.65/1162.26	c #Conflicts:    1590000 | #Constraints:      56758
1158.65/1162.26	c #Conflicts:    1591000 | #Constraints:      57773
1158.65/1162.26	c INPROCESSING
1158.65/1162.26	c GARBAGE COLLECT
1158.65/1162.26	c rational objective 999
1180.79/1184.41	c #Conflicts:    1592000 | #Constraints:      33175
1180.79/1184.41	c #Conflicts:    1593000 | #Constraints:      34175
1180.79/1184.41	c #Conflicts:    1594000 | #Constraints:      35175
1180.79/1184.41	c #Conflicts:    1595000 | #Constraints:      36175
1180.79/1184.41	c #Conflicts:    1596000 | #Constraints:      37175
1180.79/1184.41	c #Conflicts:    1597000 | #Constraints:      38175
1180.79/1184.41	c #Conflicts:    1598000 | #Constraints:      39175
1180.79/1184.41	c #Conflicts:    1599000 | #Constraints:      40175
1180.79/1184.41	c #Conflicts:    1600000 | #Constraints:      41175
1180.79/1184.41	c #Conflicts:    1601000 | #Constraints:      42175
1180.79/1184.41	c #Conflicts:    1602000 | #Constraints:      43175
1180.79/1184.41	c #Conflicts:    1603000 | #Constraints:      44175
1180.79/1184.41	c #Conflicts:    1604000 | #Constraints:      45175
1180.79/1184.41	c #Conflicts:    1605000 | #Constraints:      46175
1180.79/1184.41	c #Conflicts:    1606000 | #Constraints:      47175
1180.79/1184.41	c #Conflicts:    1607000 | #Constraints:      48175
1180.79/1184.41	c #Conflicts:    1608000 | #Constraints:      49175
1180.79/1184.41	c #Conflicts:    1609000 | #Constraints:      50175
1180.79/1184.41	c #Conflicts:    1610000 | #Constraints:      51175
1180.79/1184.41	c #Conflicts:    1611000 | #Constraints:      52175
1180.79/1184.41	c #Conflicts:    1612000 | #Constraints:      53175
1180.79/1184.41	c #Conflicts:    1613000 | #Constraints:      54175
1180.79/1184.41	c #Conflicts:    1614000 | #Constraints:      55175
1180.79/1184.41	c #Conflicts:    1615000 | #Constraints:      56175
1180.79/1184.41	c #Conflicts:    1616000 | #Constraints:      57175
1180.79/1184.41	c INPROCESSING
1180.79/1184.41	c GARBAGE COLLECT
1180.79/1184.41	c rational objective 999
1191.66/1195.35	c #Conflicts:    1617000 | #Constraints:      32791
1191.66/1195.35	c #Conflicts:    1618000 | #Constraints:      33791
1191.66/1195.35	c #Conflicts:    1619000 | #Constraints:      34791
1191.66/1195.35	c #Conflicts:    1620000 | #Constraints:      35791
1191.66/1195.35	c #Conflicts:    1621000 | #Constraints:      36791
1191.66/1195.35	c #Conflicts:    1622000 | #Constraints:      37791
1191.66/1195.35	c #Conflicts:    1623000 | #Constraints:      38791
1191.66/1195.35	c #Conflicts:    1624000 | #Constraints:      39791
1191.66/1195.35	c #Conflicts:    1625000 | #Constraints:      40791
1191.66/1195.35	c #Conflicts:    1626000 | #Constraints:      41791
1191.66/1195.35	c #Conflicts:    1627000 | #Constraints:      42791
1191.66/1195.35	c #Conflicts:    1628000 | #Constraints:      43791
1191.66/1195.35	c #Conflicts:    1629000 | #Constraints:      44791
1191.66/1195.35	c #Conflicts:    1630000 | #Constraints:      45791
1191.66/1195.35	c bounds 1036 >= 1000 @ 1178.31
1209.51/1213.21	c #Conflicts:    1631000 | #Constraints:      46861
1209.51/1213.21	c #Conflicts:    1632000 | #Constraints:      47867
1209.51/1213.21	c #Conflicts:    1633000 | #Constraints:      48868
1209.51/1213.21	c #Conflicts:    1634000 | #Constraints:      49870
1209.51/1213.21	c #Conflicts:    1635000 | #Constraints:      50890
1209.51/1213.21	c #Conflicts:    1636000 | #Constraints:      51911
1209.51/1213.21	c #Conflicts:    1637000 | #Constraints:      52927
1209.51/1213.21	c #Conflicts:    1638000 | #Constraints:      53950
1209.51/1213.21	c #Conflicts:    1639000 | #Constraints:      54962
1209.51/1213.21	c #Conflicts:    1640000 | #Constraints:      55968
1209.51/1213.21	c #Conflicts:    1641000 | #Constraints:      56973
1209.51/1213.21	c #Conflicts:    1642000 | #Constraints:      57984
1209.51/1213.21	c INPROCESSING
1209.51/1213.21	c GARBAGE COLLECT
1209.51/1213.21	c rational objective 1000
1232.15/1235.91	c #Conflicts:    1643000 | #Constraints:      33362
1232.15/1235.91	c #Conflicts:    1644000 | #Constraints:      34362
1232.15/1235.91	c #Conflicts:    1645000 | #Constraints:      35362
1232.15/1235.91	c #Conflicts:    1646000 | #Constraints:      36362
1232.15/1235.91	c #Conflicts:    1647000 | #Constraints:      37362
1232.15/1235.91	c #Conflicts:    1648000 | #Constraints:      38362
1232.15/1235.91	c #Conflicts:    1649000 | #Constraints:      39362
1232.15/1235.91	c #Conflicts:    1650000 | #Constraints:      40362
1232.15/1235.91	c #Conflicts:    1651000 | #Constraints:      41362
1232.15/1235.91	c #Conflicts:    1652000 | #Constraints:      42362
1232.15/1235.91	c #Conflicts:    1653000 | #Constraints:      43362
1232.15/1235.91	c #Conflicts:    1654000 | #Constraints:      44362
1232.15/1235.91	c #Conflicts:    1655000 | #Constraints:      45362
1232.15/1235.91	c #Conflicts:    1656000 | #Constraints:      46362
1232.15/1235.91	c #Conflicts:    1657000 | #Constraints:      47362
1232.15/1235.91	c #Conflicts:    1658000 | #Constraints:      48362
1232.15/1235.91	c #Conflicts:    1659000 | #Constraints:      49362
1232.15/1235.91	c #Conflicts:    1660000 | #Constraints:      50362
1232.15/1235.91	c #Conflicts:    1661000 | #Constraints:      51362
1232.15/1235.91	c #Conflicts:    1662000 | #Constraints:      52362
1232.15/1235.91	c #Conflicts:    1663000 | #Constraints:      53362
1232.15/1235.91	c #Conflicts:    1664000 | #Constraints:      54362
1232.15/1235.91	c #Conflicts:    1665000 | #Constraints:      55362
1232.15/1235.91	c #Conflicts:    1666000 | #Constraints:      56362
1232.15/1235.91	c #Conflicts:    1667000 | #Constraints:      57362
1232.15/1235.91	c #Conflicts:    1668000 | #Constraints:      58362
1232.15/1235.91	c INPROCESSING
1232.15/1235.91	c GARBAGE COLLECT
1232.15/1235.91	c rational objective 1000
1258.87/1262.72	c #Conflicts:    1669000 | #Constraints:      33669
1258.87/1262.72	c #Conflicts:    1670000 | #Constraints:      34688
1258.87/1262.72	c #Conflicts:    1671000 | #Constraints:      35734
1258.87/1262.72	c #Conflicts:    1672000 | #Constraints:      36780
1258.87/1262.72	c #Conflicts:    1673000 | #Constraints:      37819
1258.87/1262.72	c #Conflicts:    1674000 | #Constraints:      38883
1258.87/1262.72	c #Conflicts:    1675000 | #Constraints:      39935
1258.87/1262.72	c #Conflicts:    1676000 | #Constraints:      40974
1258.87/1262.72	c #Conflicts:    1677000 | #Constraints:      42010
1258.87/1262.72	c #Conflicts:    1678000 | #Constraints:      43034
1258.87/1262.72	c #Conflicts:    1679000 | #Constraints:      44063
1258.87/1262.72	c #Conflicts:    1680000 | #Constraints:      45092
1258.87/1262.72	c #Conflicts:    1681000 | #Constraints:      46122
1258.87/1262.72	c #Conflicts:    1682000 | #Constraints:      47149
1258.87/1262.72	c #Conflicts:    1683000 | #Constraints:      48190
1258.87/1262.72	c #Conflicts:    1684000 | #Constraints:      49214
1258.87/1262.72	c #Conflicts:    1685000 | #Constraints:      50240
1258.87/1262.72	c #Conflicts:    1686000 | #Constraints:      51287
1258.87/1262.72	c #Conflicts:    1687000 | #Constraints:      52310
1258.87/1262.72	c #Conflicts:    1688000 | #Constraints:      53331
1258.87/1262.72	c #Conflicts:    1689000 | #Constraints:      54363
1258.87/1262.72	c #Conflicts:    1690000 | #Constraints:      55405
1258.87/1262.72	c #Conflicts:    1691000 | #Constraints:      56426
1258.87/1262.72	c #Conflicts:    1692000 | #Constraints:      57464
1258.87/1262.72	c #Conflicts:    1693000 | #Constraints:      58495
1258.87/1262.72	c #Conflicts:    1694000 | #Constraints:      59517
1258.87/1262.72	c INPROCESSING
1258.87/1262.72	c GARBAGE COLLECT
1258.87/1262.72	c rational objective 1000
1282.80/1286.76	c #Conflicts:    1695000 | #Constraints:      34208
1282.80/1286.76	c #Conflicts:    1696000 | #Constraints:      35208
1282.80/1286.76	c #Conflicts:    1697000 | #Constraints:      36208
1282.80/1286.76	c #Conflicts:    1698000 | #Constraints:      37208
1282.80/1286.76	c #Conflicts:    1699000 | #Constraints:      38208
1282.80/1286.76	c #Conflicts:    1700000 | #Constraints:      39208
1282.80/1286.76	c #Conflicts:    1701000 | #Constraints:      40208
1282.80/1286.76	c #Conflicts:    1702000 | #Constraints:      41208
1282.80/1286.76	c #Conflicts:    1703000 | #Constraints:      42208
1282.80/1286.76	c #Conflicts:    1704000 | #Constraints:      43208
1282.80/1286.76	c #Conflicts:    1705000 | #Constraints:      44208
1282.80/1286.76	c #Conflicts:    1706000 | #Constraints:      45208
1282.80/1286.76	c #Conflicts:    1707000 | #Constraints:      46208
1282.80/1286.76	c #Conflicts:    1708000 | #Constraints:      47208
1282.80/1286.76	c #Conflicts:    1709000 | #Constraints:      48208
1282.80/1286.76	c #Conflicts:    1710000 | #Constraints:      49208
1282.80/1286.76	c #Conflicts:    1711000 | #Constraints:      50208
1282.80/1286.76	c #Conflicts:    1712000 | #Constraints:      51208
1282.80/1286.76	c #Conflicts:    1713000 | #Constraints:      52208
1282.80/1286.76	c #Conflicts:    1714000 | #Constraints:      53208
1282.80/1286.76	c #Conflicts:    1715000 | #Constraints:      54208
1282.80/1286.76	c #Conflicts:    1716000 | #Constraints:      55208
1282.80/1286.76	c #Conflicts:    1717000 | #Constraints:      56208
1282.80/1286.76	c #Conflicts:    1718000 | #Constraints:      57208
1282.80/1286.76	c #Conflicts:    1719000 | #Constraints:      58208
1282.80/1286.76	c #Conflicts:    1720000 | #Constraints:      59208
1282.80/1286.76	c INPROCESSING
1282.80/1286.76	c GARBAGE COLLECT
1282.80/1286.76	c rational objective 1000
1304.94/1309.00	c #Conflicts:    1721000 | #Constraints:      34028
1304.94/1309.00	c #Conflicts:    1722000 | #Constraints:      35028
1304.94/1309.00	c #Conflicts:    1723000 | #Constraints:      36028
1304.94/1309.00	c #Conflicts:    1724000 | #Constraints:      37028
1304.94/1309.00	c #Conflicts:    1725000 | #Constraints:      38028
1304.94/1309.00	c #Conflicts:    1726000 | #Constraints:      39028
1304.94/1309.00	c #Conflicts:    1727000 | #Constraints:      40028
1304.94/1309.00	c #Conflicts:    1728000 | #Constraints:      41028
1304.94/1309.00	c #Conflicts:    1729000 | #Constraints:      42028
1304.94/1309.00	c #Conflicts:    1730000 | #Constraints:      43028
1304.94/1309.00	c #Conflicts:    1731000 | #Constraints:      44029
1304.94/1309.00	c #Conflicts:    1732000 | #Constraints:      45029
1304.94/1309.00	c #Conflicts:    1733000 | #Constraints:      46029
1304.94/1309.00	c #Conflicts:    1734000 | #Constraints:      47029
1304.94/1309.00	c #Conflicts:    1735000 | #Constraints:      48029
1304.94/1309.00	c #Conflicts:    1736000 | #Constraints:      49029
1304.94/1309.00	c #Conflicts:    1737000 | #Constraints:      50029
1304.94/1309.00	c #Conflicts:    1738000 | #Constraints:      51029
1304.94/1309.00	c #Conflicts:    1739000 | #Constraints:      52031
1304.94/1309.00	c #Conflicts:    1740000 | #Constraints:      53031
1304.94/1309.00	c #Conflicts:    1741000 | #Constraints:      54031
1304.94/1309.00	c #Conflicts:    1742000 | #Constraints:      55032
1304.94/1309.00	c #Conflicts:    1743000 | #Constraints:      56032
1304.94/1309.00	c #Conflicts:    1744000 | #Constraints:      57032
1304.94/1309.00	c #Conflicts:    1745000 | #Constraints:      58032
1304.94/1309.00	c #Conflicts:    1746000 | #Constraints:      59032
1304.94/1309.00	c INPROCESSING
1304.94/1309.00	c GARBAGE COLLECT
1304.94/1309.00	c rational objective 1000
1341.23/1345.38	c #Conflicts:    1747000 | #Constraints:      33720
1341.23/1345.38	c #Conflicts:    1748000 | #Constraints:      34721
1341.23/1345.38	c #Conflicts:    1749000 | #Constraints:      35724
1341.23/1345.38	c #Conflicts:    1750000 | #Constraints:      36724
1341.23/1345.38	c #Conflicts:    1751000 | #Constraints:      37743
1341.23/1345.38	c #Conflicts:    1752000 | #Constraints:      38843
1341.23/1345.38	c #Conflicts:    1753000 | #Constraints:      39891
1341.23/1345.38	c #Conflicts:    1754000 | #Constraints:      40944
1341.23/1345.38	c #Conflicts:    1755000 | #Constraints:      41996
1341.23/1345.38	c #Conflicts:    1756000 | #Constraints:      43030
1341.23/1345.38	c #Conflicts:    1757000 | #Constraints:      44082
1341.23/1345.38	c #Conflicts:    1758000 | #Constraints:      45110
1341.23/1345.38	c #Conflicts:    1759000 | #Constraints:      46142
1341.23/1345.38	c #Conflicts:    1760000 | #Constraints:      47183
1341.23/1345.38	c #Conflicts:    1761000 | #Constraints:      48206
1341.23/1345.38	c #Conflicts:    1762000 | #Constraints:      49232
1341.23/1345.38	c #Conflicts:    1763000 | #Constraints:      50267
1341.23/1345.38	c #Conflicts:    1764000 | #Constraints:      51300
1341.23/1345.38	c #Conflicts:    1765000 | #Constraints:      52338
1341.23/1345.38	c #Conflicts:    1766000 | #Constraints:      53377
1341.23/1345.38	c #Conflicts:    1767000 | #Constraints:      54412
1341.23/1345.38	c #Conflicts:    1768000 | #Constraints:      55432
1341.23/1345.38	c #Conflicts:    1769000 | #Constraints:      56469
1341.23/1345.38	c #Conflicts:    1770000 | #Constraints:      57489
1341.23/1345.38	c #Conflicts:    1771000 | #Constraints:      58509
1341.23/1345.38	c #Conflicts:    1772000 | #Constraints:      59537
1341.23/1345.38	c #Conflicts:    1773000 | #Constraints:      60563
1341.23/1345.38	c INPROCESSING
1341.23/1345.38	c GARBAGE COLLECT
1341.23/1345.38	c rational objective 1000
1365.46/1369.64	c #Conflicts:    1774000 | #Constraints:      34605
1365.46/1369.64	c #Conflicts:    1775000 | #Constraints:      35605
1365.46/1369.64	c #Conflicts:    1776000 | #Constraints:      36605
1365.46/1369.64	c #Conflicts:    1777000 | #Constraints:      37605
1365.46/1369.64	c #Conflicts:    1778000 | #Constraints:      38605
1365.46/1369.64	c #Conflicts:    1779000 | #Constraints:      39605
1365.46/1369.64	c #Conflicts:    1780000 | #Constraints:      40605
1365.46/1369.64	c #Conflicts:    1781000 | #Constraints:      41605
1365.46/1369.64	c #Conflicts:    1782000 | #Constraints:      42605
1365.46/1369.64	c #Conflicts:    1783000 | #Constraints:      43605
1365.46/1369.64	c #Conflicts:    1784000 | #Constraints:      44605
1365.46/1369.64	c #Conflicts:    1785000 | #Constraints:      45605
1365.46/1369.64	c #Conflicts:    1786000 | #Constraints:      46605
1365.46/1369.64	c #Conflicts:    1787000 | #Constraints:      47605
1365.46/1369.64	c #Conflicts:    1788000 | #Constraints:      48605
1365.46/1369.64	c #Conflicts:    1789000 | #Constraints:      49605
1365.46/1369.64	c #Conflicts:    1790000 | #Constraints:      50605
1365.46/1369.64	c #Conflicts:    1791000 | #Constraints:      51605
1365.46/1369.64	c #Conflicts:    1792000 | #Constraints:      52605
1365.46/1369.64	c #Conflicts:    1793000 | #Constraints:      53605
1365.46/1369.64	c #Conflicts:    1794000 | #Constraints:      54605
1365.46/1369.64	c #Conflicts:    1795000 | #Constraints:      55605
1365.46/1369.64	c #Conflicts:    1796000 | #Constraints:      56605
1365.46/1369.64	c #Conflicts:    1797000 | #Constraints:      57605
1365.46/1369.64	c #Conflicts:    1798000 | #Constraints:      58605
1365.46/1369.64	c #Conflicts:    1799000 | #Constraints:      59605
1365.46/1369.64	c #Conflicts:    1800000 | #Constraints:      60605
1365.46/1369.64	c INPROCESSING
1365.46/1369.64	c GARBAGE COLLECT
1365.46/1369.64	c rational objective 1000
1388.00/1392.28	c #Conflicts:    1801000 | #Constraints:      34796
1388.00/1392.28	c #Conflicts:    1802000 | #Constraints:      35796
1388.00/1392.28	c #Conflicts:    1803000 | #Constraints:      36796
1388.00/1392.28	c #Conflicts:    1804000 | #Constraints:      37796
1388.00/1392.28	c #Conflicts:    1805000 | #Constraints:      38796
1388.00/1392.28	c #Conflicts:    1806000 | #Constraints:      39796
1388.00/1392.28	c #Conflicts:    1807000 | #Constraints:      40796
1388.00/1392.28	c #Conflicts:    1808000 | #Constraints:      41796
1388.00/1392.28	c #Conflicts:    1809000 | #Constraints:      42796
1388.00/1392.28	c #Conflicts:    1810000 | #Constraints:      43796
1388.00/1392.28	c #Conflicts:    1811000 | #Constraints:      44796
1388.00/1392.28	c #Conflicts:    1812000 | #Constraints:      45796
1388.00/1392.28	c #Conflicts:    1813000 | #Constraints:      46796
1388.00/1392.28	c #Conflicts:    1814000 | #Constraints:      47796
1388.00/1392.28	c #Conflicts:    1815000 | #Constraints:      48796
1388.00/1392.28	c #Conflicts:    1816000 | #Constraints:      49796
1388.00/1392.28	c #Conflicts:    1817000 | #Constraints:      50796
1388.00/1392.28	c #Conflicts:    1818000 | #Constraints:      51796
1388.00/1392.28	c #Conflicts:    1819000 | #Constraints:      52796
1388.00/1392.28	c #Conflicts:    1820000 | #Constraints:      53796
1388.00/1392.28	c #Conflicts:    1821000 | #Constraints:      54796
1388.00/1392.28	c #Conflicts:    1822000 | #Constraints:      55796
1388.00/1392.28	c #Conflicts:    1823000 | #Constraints:      56796
1388.00/1392.28	c #Conflicts:    1824000 | #Constraints:      57796
1388.00/1392.28	c #Conflicts:    1825000 | #Constraints:      58796
1388.00/1392.28	c #Conflicts:    1826000 | #Constraints:      59796
1388.00/1392.28	c #Conflicts:    1827000 | #Constraints:      60796
1388.00/1392.28	c INPROCESSING
1388.00/1392.28	c GARBAGE COLLECT
1388.00/1392.28	c rational objective 1000
1417.72/1422.10	c #Conflicts:    1828000 | #Constraints:      34926
1417.72/1422.10	c #Conflicts:    1829000 | #Constraints:      35991
1417.72/1422.10	c #Conflicts:    1830000 | #Constraints:      37047
1417.72/1422.10	c #Conflicts:    1831000 | #Constraints:      38102
1417.72/1422.10	c #Conflicts:    1832000 | #Constraints:      39146
1417.72/1422.10	c #Conflicts:    1833000 | #Constraints:      40193
1417.72/1422.10	c #Conflicts:    1834000 | #Constraints:      41245
1417.72/1422.10	c #Conflicts:    1835000 | #Constraints:      42303
1417.72/1422.10	c #Conflicts:    1836000 | #Constraints:      43355
1417.72/1422.10	c #Conflicts:    1837000 | #Constraints:      44386
1417.72/1422.10	c #Conflicts:    1838000 | #Constraints:      45423
1417.72/1422.10	c #Conflicts:    1839000 | #Constraints:      46466
1417.72/1422.10	c #Conflicts:    1840000 | #Constraints:      47509
1417.72/1422.10	c #Conflicts:    1841000 | #Constraints:      48552
1417.72/1422.10	c #Conflicts:    1842000 | #Constraints:      49592
1417.72/1422.10	c #Conflicts:    1843000 | #Constraints:      50633
1417.72/1422.10	c #Conflicts:    1844000 | #Constraints:      51670
1417.72/1422.10	c #Conflicts:    1845000 | #Constraints:      52708
1417.72/1422.10	c #Conflicts:    1846000 | #Constraints:      53753
1417.72/1422.10	c #Conflicts:    1847000 | #Constraints:      54796
1417.72/1422.10	c #Conflicts:    1848000 | #Constraints:      55838
1417.72/1422.10	c #Conflicts:    1849000 | #Constraints:      56889
1417.72/1422.10	c #Conflicts:    1850000 | #Constraints:      57929
1417.72/1422.10	c #Conflicts:    1851000 | #Constraints:      58969
1417.72/1422.10	c #Conflicts:    1852000 | #Constraints:      59999
1417.72/1422.10	c #Conflicts:    1853000 | #Constraints:      61033
1417.72/1422.10	c #Conflicts:    1854000 | #Constraints:      62072
1417.72/1422.10	c INPROCESSING
1417.72/1422.10	c GARBAGE COLLECT
1417.72/1422.10	c rational objective 1000
1441.84/1446.22	c #Conflicts:    1855000 | #Constraints:      35349
1441.84/1446.22	c #Conflicts:    1856000 | #Constraints:      36349
1441.84/1446.22	c #Conflicts:    1857000 | #Constraints:      37349
1441.84/1446.22	c #Conflicts:    1858000 | #Constraints:      38349
1441.84/1446.22	c #Conflicts:    1859000 | #Constraints:      39349
1441.84/1446.22	c #Conflicts:    1860000 | #Constraints:      40349
1441.84/1446.22	c #Conflicts:    1861000 | #Constraints:      41349
1441.84/1446.22	c #Conflicts:    1862000 | #Constraints:      42349
1441.84/1446.22	c #Conflicts:    1863000 | #Constraints:      43349
1441.84/1446.22	c #Conflicts:    1864000 | #Constraints:      44349
1441.84/1446.22	c #Conflicts:    1865000 | #Constraints:      45349
1441.84/1446.22	c #Conflicts:    1866000 | #Constraints:      46349
1441.84/1446.22	c #Conflicts:    1867000 | #Constraints:      47349
1441.84/1446.22	c #Conflicts:    1868000 | #Constraints:      48349
1441.84/1446.22	c #Conflicts:    1869000 | #Constraints:      49349
1441.84/1446.22	c #Conflicts:    1870000 | #Constraints:      50349
1441.84/1446.22	c #Conflicts:    1871000 | #Constraints:      51349
1441.84/1446.22	c #Conflicts:    1872000 | #Constraints:      52349
1441.84/1446.22	c #Conflicts:    1873000 | #Constraints:      53349
1441.84/1446.22	c #Conflicts:    1874000 | #Constraints:      54349
1441.84/1446.22	c #Conflicts:    1875000 | #Constraints:      55349
1441.84/1446.22	c #Conflicts:    1876000 | #Constraints:      56349
1441.84/1446.22	c #Conflicts:    1877000 | #Constraints:      57349
1441.84/1446.22	c #Conflicts:    1878000 | #Constraints:      58349
1441.84/1446.22	c #Conflicts:    1879000 | #Constraints:      59349
1441.84/1446.22	c #Conflicts:    1880000 | #Constraints:      60349
1441.84/1446.22	c #Conflicts:    1881000 | #Constraints:      61349
1441.84/1446.22	c INPROCESSING
1441.84/1446.22	c GARBAGE COLLECT
1441.84/1446.22	c rational objective 1000
1465.07/1469.52	c #Conflicts:    1882000 | #Constraints:      34894
1465.07/1469.52	c #Conflicts:    1883000 | #Constraints:      35894
1465.07/1469.52	c #Conflicts:    1884000 | #Constraints:      36894
1465.07/1469.52	c #Conflicts:    1885000 | #Constraints:      37894
1465.07/1469.52	c #Conflicts:    1886000 | #Constraints:      38894
1465.07/1469.52	c #Conflicts:    1887000 | #Constraints:      39894
1465.07/1469.52	c #Conflicts:    1888000 | #Constraints:      40894
1465.07/1469.52	c #Conflicts:    1889000 | #Constraints:      41894
1465.07/1469.52	c #Conflicts:    1890000 | #Constraints:      42894
1465.07/1469.52	c #Conflicts:    1891000 | #Constraints:      43894
1465.07/1469.52	c #Conflicts:    1892000 | #Constraints:      44894
1465.07/1469.52	c #Conflicts:    1893000 | #Constraints:      45894
1465.07/1469.52	c #Conflicts:    1894000 | #Constraints:      46894
1465.07/1469.52	c #Conflicts:    1895000 | #Constraints:      47894
1465.07/1469.52	c #Conflicts:    1896000 | #Constraints:      48894
1465.07/1469.52	c #Conflicts:    1897000 | #Constraints:      49894
1465.07/1469.52	c #Conflicts:    1898000 | #Constraints:      50894
1465.07/1469.52	c #Conflicts:    1899000 | #Constraints:      51894
1465.07/1469.52	c #Conflicts:    1900000 | #Constraints:      52894
1465.07/1469.52	c #Conflicts:    1901000 | #Constraints:      53894
1465.07/1469.52	c #Conflicts:    1902000 | #Constraints:      54894
1465.07/1469.52	c #Conflicts:    1903000 | #Constraints:      55894
1465.07/1469.52	c #Conflicts:    1904000 | #Constraints:      56894
1465.07/1469.52	c #Conflicts:    1905000 | #Constraints:      57894
1465.07/1469.52	c #Conflicts:    1906000 | #Constraints:      58894
1465.07/1469.52	c #Conflicts:    1907000 | #Constraints:      59894
1465.07/1469.52	c #Conflicts:    1908000 | #Constraints:      60894
1465.07/1469.52	c #Conflicts:    1909000 | #Constraints:      61894
1465.07/1469.52	c INPROCESSING
1465.07/1469.52	c GARBAGE COLLECT
1465.07/1469.52	c rational objective 1000
1496.79/1501.39	c #Conflicts:    1910000 | #Constraints:      35349
1496.79/1501.39	c #Conflicts:    1911000 | #Constraints:      36415
1496.79/1501.39	c #Conflicts:    1912000 | #Constraints:      37479
1496.79/1501.39	c #Conflicts:    1913000 | #Constraints:      38548
1496.79/1501.39	c #Conflicts:    1914000 | #Constraints:      39602
1496.79/1501.39	c #Conflicts:    1915000 | #Constraints:      40660
1496.79/1501.39	c #Conflicts:    1916000 | #Constraints:      41719
1496.79/1501.39	c #Conflicts:    1917000 | #Constraints:      42758
1496.79/1501.39	c #Conflicts:    1918000 | #Constraints:      43789
1496.79/1501.39	c #Conflicts:    1919000 | #Constraints:      44838
1496.79/1501.39	c #Conflicts:    1920000 | #Constraints:      45893
1496.79/1501.39	c #Conflicts:    1921000 | #Constraints:      46932
1496.79/1501.39	c #Conflicts:    1922000 | #Constraints:      47984
1496.79/1501.39	c #Conflicts:    1923000 | #Constraints:      49025
1496.79/1501.39	c #Conflicts:    1924000 | #Constraints:      50069
1496.79/1501.39	c #Conflicts:    1925000 | #Constraints:      51108
1496.79/1501.39	c #Conflicts:    1926000 | #Constraints:      52130
1496.79/1501.39	c #Conflicts:    1927000 | #Constraints:      53179
1496.79/1501.39	c #Conflicts:    1928000 | #Constraints:      54207
1496.79/1501.39	c #Conflicts:    1929000 | #Constraints:      55241
1496.79/1501.39	c #Conflicts:    1930000 | #Constraints:      56275
1496.79/1501.39	c #Conflicts:    1931000 | #Constraints:      57306
1496.79/1501.39	c #Conflicts:    1932000 | #Constraints:      58340
1496.79/1501.39	c #Conflicts:    1933000 | #Constraints:      59360
1496.79/1501.39	c #Conflicts:    1934000 | #Constraints:      60381
1496.79/1501.39	c #Conflicts:    1935000 | #Constraints:      61412
1496.79/1501.39	c #Conflicts:    1936000 | #Constraints:      62432
1496.79/1501.39	c #Conflicts:    1937000 | #Constraints:      63450
1496.79/1501.39	c INPROCESSING
1496.79/1501.39	c GARBAGE COLLECT
1496.79/1501.39	c rational objective 1000
1525.11/1529.75	c #Conflicts:    1938000 | #Constraints:      36150
1525.11/1529.75	c #Conflicts:    1939000 | #Constraints:      37150
1525.11/1529.75	c #Conflicts:    1940000 | #Constraints:      38150
1525.11/1529.75	c #Conflicts:    1941000 | #Constraints:      39150
1525.11/1529.75	c #Conflicts:    1942000 | #Constraints:      40150
1525.11/1529.75	c #Conflicts:    1943000 | #Constraints:      41150
1525.11/1529.75	c #Conflicts:    1944000 | #Constraints:      42150
1525.11/1529.75	c #Conflicts:    1945000 | #Constraints:      43150
1525.11/1529.75	c #Conflicts:    1946000 | #Constraints:      44150
1525.11/1529.75	c #Conflicts:    1947000 | #Constraints:      45150
1525.11/1529.75	c #Conflicts:    1948000 | #Constraints:      46150
1525.11/1529.75	c #Conflicts:    1949000 | #Constraints:      47150
1525.11/1529.75	c #Conflicts:    1950000 | #Constraints:      48150
1525.11/1529.75	c #Conflicts:    1951000 | #Constraints:      49150
1525.11/1529.75	c #Conflicts:    1952000 | #Constraints:      50150
1525.11/1529.75	c #Conflicts:    1953000 | #Constraints:      51150
1525.11/1529.75	c #Conflicts:    1954000 | #Constraints:      52150
1525.11/1529.75	c #Conflicts:    1955000 | #Constraints:      53150
1525.11/1529.75	c #Conflicts:    1956000 | #Constraints:      54150
1525.11/1529.75	c #Conflicts:    1957000 | #Constraints:      55150
1525.11/1529.75	c #Conflicts:    1958000 | #Constraints:      56150
1525.11/1529.75	c #Conflicts:    1959000 | #Constraints:      57150
1525.11/1529.75	c #Conflicts:    1960000 | #Constraints:      58150
1525.11/1529.75	c #Conflicts:    1961000 | #Constraints:      59150
1525.11/1529.75	c #Conflicts:    1962000 | #Constraints:      60150
1525.11/1529.75	c #Conflicts:    1963000 | #Constraints:      61150
1525.11/1529.75	c #Conflicts:    1964000 | #Constraints:      62150
1525.11/1529.75	c #Conflicts:    1965000 | #Constraints:      63150
1525.11/1529.75	c INPROCESSING
1525.11/1529.75	c GARBAGE COLLECT
1525.11/1529.75	c rational objective 1000
1550.63/1555.34	c #Conflicts:    1966000 | #Constraints:      36087
1550.63/1555.34	c #Conflicts:    1967000 | #Constraints:      37087
1550.63/1555.34	c #Conflicts:    1968000 | #Constraints:      38087
1550.63/1555.34	c #Conflicts:    1969000 | #Constraints:      39087
1550.63/1555.34	c #Conflicts:    1970000 | #Constraints:      40087
1550.63/1555.34	c #Conflicts:    1971000 | #Constraints:      41087
1550.63/1555.34	c #Conflicts:    1972000 | #Constraints:      42087
1550.63/1555.34	c #Conflicts:    1973000 | #Constraints:      43087
1550.63/1555.34	c #Conflicts:    1974000 | #Constraints:      44087
1550.63/1555.34	c #Conflicts:    1975000 | #Constraints:      45087
1550.63/1555.34	c #Conflicts:    1976000 | #Constraints:      46087
1550.63/1555.34	c #Conflicts:    1977000 | #Constraints:      47087
1550.63/1555.34	c #Conflicts:    1978000 | #Constraints:      48087
1550.63/1555.34	c #Conflicts:    1979000 | #Constraints:      49087
1550.63/1555.34	c #Conflicts:    1980000 | #Constraints:      50087
1550.63/1555.34	c #Conflicts:    1981000 | #Constraints:      51087
1550.63/1555.34	c #Conflicts:    1982000 | #Constraints:      52087
1550.63/1555.34	c #Conflicts:    1983000 | #Constraints:      53087
1550.63/1555.34	c #Conflicts:    1984000 | #Constraints:      54087
1550.63/1555.34	c #Conflicts:    1985000 | #Constraints:      55087
1550.63/1555.34	c #Conflicts:    1986000 | #Constraints:      56087
1550.63/1555.34	c #Conflicts:    1987000 | #Constraints:      57087
1550.63/1555.34	c #Conflicts:    1988000 | #Constraints:      58087
1550.63/1555.34	c #Conflicts:    1989000 | #Constraints:      59087
1550.63/1555.34	c #Conflicts:    1990000 | #Constraints:      60087
1550.63/1555.34	c #Conflicts:    1991000 | #Constraints:      61087
1550.63/1555.34	c #Conflicts:    1992000 | #Constraints:      62087
1550.63/1555.34	c #Conflicts:    1993000 | #Constraints:      63087
1550.63/1555.34	c INPROCESSING
1550.63/1555.34	c GARBAGE COLLECT
1550.63/1555.34	c rational objective 1000
1582.93/1587.71	c #Conflicts:    1994000 | #Constraints:      35956
1582.93/1587.71	c #Conflicts:    1995000 | #Constraints:      36998
1582.93/1587.71	c #Conflicts:    1996000 | #Constraints:      38047
1582.93/1587.71	c #Conflicts:    1997000 | #Constraints:      39096
1582.93/1587.71	c #Conflicts:    1998000 | #Constraints:      40146
1582.93/1587.71	c #Conflicts:    1999000 | #Constraints:      41186
1582.93/1587.71	c #Conflicts:    2000000 | #Constraints:      42229
1582.93/1587.71	c #Conflicts:    2001000 | #Constraints:      43276
1582.93/1587.71	c #Conflicts:    2002000 | #Constraints:      44304
1582.93/1587.71	c #Conflicts:    2003000 | #Constraints:      45331
1582.93/1587.71	c #Conflicts:    2004000 | #Constraints:      46361
1582.93/1587.71	c #Conflicts:    2005000 | #Constraints:      47396
1582.93/1587.71	c #Conflicts:    2006000 | #Constraints:      48422
1582.93/1587.71	c #Conflicts:    2007000 | #Constraints:      49454
1582.93/1587.71	c #Conflicts:    2008000 | #Constraints:      50490
1582.93/1587.71	c #Conflicts:    2009000 | #Constraints:      51532
1582.93/1587.71	c #Conflicts:    2010000 | #Constraints:      52559
1582.93/1587.71	c #Conflicts:    2011000 | #Constraints:      53584
1582.93/1587.71	c #Conflicts:    2012000 | #Constraints:      54609
1582.93/1587.71	c #Conflicts:    2013000 | #Constraints:      55636
1582.93/1587.71	c #Conflicts:    2014000 | #Constraints:      56670
1582.93/1587.71	c #Conflicts:    2015000 | #Constraints:      57692
1582.93/1587.71	c #Conflicts:    2016000 | #Constraints:      58726
1582.93/1587.71	c #Conflicts:    2017000 | #Constraints:      59768
1582.93/1587.71	c #Conflicts:    2018000 | #Constraints:      60804
1582.93/1587.71	c #Conflicts:    2019000 | #Constraints:      61834
1582.93/1587.71	c #Conflicts:    2020000 | #Constraints:      62865
1582.93/1587.71	c #Conflicts:    2021000 | #Constraints:      63901
1582.93/1587.71	c INPROCESSING
1582.93/1587.71	c GARBAGE COLLECT
1582.93/1587.71	c rational objective 1000
1608.96/1613.81	c #Conflicts:    2022000 | #Constraints:      36074
1608.96/1613.81	c #Conflicts:    2023000 | #Constraints:      37074
1608.96/1613.81	c #Conflicts:    2024000 | #Constraints:      38074
1608.96/1613.81	c #Conflicts:    2025000 | #Constraints:      39074
1608.96/1613.81	c #Conflicts:    2026000 | #Constraints:      40074
1608.96/1613.81	c #Conflicts:    2027000 | #Constraints:      41074
1608.96/1613.81	c #Conflicts:    2028000 | #Constraints:      42074
1608.96/1613.81	c #Conflicts:    2029000 | #Constraints:      43074
1608.96/1613.81	c #Conflicts:    2030000 | #Constraints:      44074
1608.96/1613.81	c #Conflicts:    2031000 | #Constraints:      45074
1608.96/1613.81	c #Conflicts:    2032000 | #Constraints:      46074
1608.96/1613.81	c #Conflicts:    2033000 | #Constraints:      47074
1608.96/1613.81	c #Conflicts:    2034000 | #Constraints:      48074
1608.96/1613.81	c #Conflicts:    2035000 | #Constraints:      49074
1608.96/1613.81	c #Conflicts:    2036000 | #Constraints:      50074
1608.96/1613.81	c #Conflicts:    2037000 | #Constraints:      51074
1608.96/1613.81	c #Conflicts:    2038000 | #Constraints:      52074
1608.96/1613.81	c #Conflicts:    2039000 | #Constraints:      53074
1608.96/1613.81	c #Conflicts:    2040000 | #Constraints:      54074
1608.96/1613.81	c #Conflicts:    2041000 | #Constraints:      55074
1608.96/1613.81	c #Conflicts:    2042000 | #Constraints:      56074
1608.96/1613.81	c #Conflicts:    2043000 | #Constraints:      57074
1608.96/1613.81	c #Conflicts:    2044000 | #Constraints:      58074
1608.96/1613.81	c #Conflicts:    2045000 | #Constraints:      59074
1608.96/1613.81	c #Conflicts:    2046000 | #Constraints:      60074
1608.96/1613.81	c #Conflicts:    2047000 | #Constraints:      61074
1608.96/1613.81	c #Conflicts:    2048000 | #Constraints:      62074
1608.96/1613.81	c #Conflicts:    2049000 | #Constraints:      63074
1608.96/1613.81	c #Conflicts:    2050000 | #Constraints:      64074
1608.96/1613.81	c INPROCESSING
1608.96/1613.81	c GARBAGE COLLECT
1608.96/1613.81	c rational objective 1000
1634.89/1639.85	c #Conflicts:    2051000 | #Constraints:      36448
1634.89/1639.85	c #Conflicts:    2052000 | #Constraints:      37448
1634.89/1639.85	c #Conflicts:    2053000 | #Constraints:      38448
1634.89/1639.85	c #Conflicts:    2054000 | #Constraints:      39448
1634.89/1639.85	c #Conflicts:    2055000 | #Constraints:      40448
1634.89/1639.85	c #Conflicts:    2056000 | #Constraints:      41448
1634.89/1639.85	c #Conflicts:    2057000 | #Constraints:      42448
1634.89/1639.85	c #Conflicts:    2058000 | #Constraints:      43448
1634.89/1639.85	c #Conflicts:    2059000 | #Constraints:      44448
1634.89/1639.85	c #Conflicts:    2060000 | #Constraints:      45448
1634.89/1639.85	c #Conflicts:    2061000 | #Constraints:      46448
1634.89/1639.85	c #Conflicts:    2062000 | #Constraints:      47448
1634.89/1639.85	c #Conflicts:    2063000 | #Constraints:      48448
1634.89/1639.85	c #Conflicts:    2064000 | #Constraints:      49448
1634.89/1639.85	c #Conflicts:    2065000 | #Constraints:      50448
1634.89/1639.85	c #Conflicts:    2066000 | #Constraints:      51448
1634.89/1639.85	c #Conflicts:    2067000 | #Constraints:      52448
1634.89/1639.85	c #Conflicts:    2068000 | #Constraints:      53448
1634.89/1639.85	c #Conflicts:    2069000 | #Constraints:      54448
1634.89/1639.85	c #Conflicts:    2070000 | #Constraints:      55448
1634.89/1639.85	c #Conflicts:    2071000 | #Constraints:      56448
1634.89/1639.85	c #Conflicts:    2072000 | #Constraints:      57448
1634.89/1639.85	c #Conflicts:    2073000 | #Constraints:      58448
1634.89/1639.85	c #Conflicts:    2074000 | #Constraints:      59448
1634.89/1639.85	c #Conflicts:    2075000 | #Constraints:      60448
1634.89/1639.85	c #Conflicts:    2076000 | #Constraints:      61448
1634.89/1639.85	c #Conflicts:    2077000 | #Constraints:      62448
1634.89/1639.85	c #Conflicts:    2078000 | #Constraints:      63448
1634.89/1639.85	c #Conflicts:    2079000 | #Constraints:      64448
1634.89/1639.85	c INPROCESSING
1634.89/1639.85	c GARBAGE COLLECT
1634.89/1639.85	c rational objective 1000
1654.73/1659.75	c #Conflicts:    2080000 | #Constraints:      36764
1654.73/1659.75	c #Conflicts:    2081000 | #Constraints:      37768
1654.73/1659.75	c #Conflicts:    2082000 | #Constraints:      38806
1654.73/1659.75	c #Conflicts:    2083000 | #Constraints:      39814
1654.73/1659.75	c #Conflicts:    2084000 | #Constraints:      40838
1654.73/1659.75	c #Conflicts:    2085000 | #Constraints:      41873
1654.73/1659.75	c #Conflicts:    2086000 | #Constraints:      42927
1654.73/1659.75	c #Conflicts:    2087000 | #Constraints:      43982
1654.73/1659.75	c #Conflicts:    2088000 | #Constraints:      45022
1654.73/1659.75	c #Conflicts:    2089000 | #Constraints:      46069
1654.73/1659.75	c #Conflicts:    2090000 | #Constraints:      47105
1654.73/1659.75	c #Conflicts:    2091000 | #Constraints:      48139
1654.73/1659.75	c #Conflicts:    2092000 | #Constraints:      49160
1654.73/1659.75	c #Conflicts:    2093000 | #Constraints:      50221
1654.73/1659.75	c #Conflicts:    2094000 | #Constraints:      51256
1654.73/1659.75	c #Conflicts:    2095000 | #Constraints:      52295
1654.73/1659.75	c #Conflicts:    2096000 | #Constraints:      53322
1654.73/1659.75	c #Conflicts:    2097000 | #Constraints:      54372
1654.73/1659.75	c #Conflicts:    2098000 | #Constraints:      55414
1654.73/1659.75	c #Conflicts:    2099000 | #Constraints:      56437
1654.73/1659.75	c #Conflicts:    2100000 | #Constraints:      57463
1654.73/1659.75	c #Conflicts:    2101000 | #Constraints:      58481
1654.73/1659.75	c #Conflicts:    2102000 | #Constraints:      59516
1654.73/1659.75	c #Conflicts:    2103000 | #Constraints:      60563
1654.73/1659.75	c #Conflicts:    2104000 | #Constraints:      61608
1654.73/1659.75	c #Conflicts:    2105000 | #Constraints:      62638
1654.73/1659.75	c #Conflicts:    2106000 | #Constraints:      63661
1654.73/1659.75	c #Conflicts:    2107000 | #Constraints:      64686
1654.73/1659.75	c #Conflicts:    2108000 | #Constraints:      65734
1654.73/1659.75	c INPROCESSING
1654.73/1659.75	c GARBAGE COLLECT
1654.73/1659.75	c rational objective 1000
1685.74/1690.86	c #Conflicts:    2109000 | #Constraints:      37281
1685.74/1690.86	c #Conflicts:    2110000 | #Constraints:      38281
1685.74/1690.86	c #Conflicts:    2111000 | #Constraints:      39281
1685.74/1690.86	c #Conflicts:    2112000 | #Constraints:      40281
1685.74/1690.86	c #Conflicts:    2113000 | #Constraints:      41281
1685.74/1690.86	c #Conflicts:    2114000 | #Constraints:      42281
1685.74/1690.86	c #Conflicts:    2115000 | #Constraints:      43281
1685.74/1690.86	c #Conflicts:    2116000 | #Constraints:      44281
1685.74/1690.86	c #Conflicts:    2117000 | #Constraints:      45281
1685.74/1690.86	c #Conflicts:    2118000 | #Constraints:      46281
1685.74/1690.86	c #Conflicts:    2119000 | #Constraints:      47281
1685.74/1690.86	c #Conflicts:    2120000 | #Constraints:      48281
1685.74/1690.86	c #Conflicts:    2121000 | #Constraints:      49281
1685.74/1690.86	c #Conflicts:    2122000 | #Constraints:      50281
1685.74/1690.86	c #Conflicts:    2123000 | #Constraints:      51281
1685.74/1690.86	c #Conflicts:    2124000 | #Constraints:      52281
1685.74/1690.86	c #Conflicts:    2125000 | #Constraints:      53281
1685.74/1690.86	c #Conflicts:    2126000 | #Constraints:      54281
1685.74/1690.86	c #Conflicts:    2127000 | #Constraints:      55281
1685.74/1690.86	c #Conflicts:    2128000 | #Constraints:      56281
1685.74/1690.86	c #Conflicts:    2129000 | #Constraints:      57281
1685.74/1690.86	c #Conflicts:    2130000 | #Constraints:      58281
1685.74/1690.86	c #Conflicts:    2131000 | #Constraints:      59281
1685.74/1690.86	c #Conflicts:    2132000 | #Constraints:      60281
1685.74/1690.86	c #Conflicts:    2133000 | #Constraints:      61281
1685.74/1690.86	c #Conflicts:    2134000 | #Constraints:      62281
1685.74/1690.86	c #Conflicts:    2135000 | #Constraints:      63281
1685.74/1690.86	c #Conflicts:    2136000 | #Constraints:      64281
1685.74/1690.86	c #Conflicts:    2137000 | #Constraints:      65281
1685.74/1690.86	c INPROCESSING
1685.74/1690.86	c GARBAGE COLLECT
1685.74/1690.86	c rational objective 1000
1715.87/1721.05	c #Conflicts:    2138000 | #Constraints:      37063
1715.87/1721.05	c #Conflicts:    2139000 | #Constraints:      38077
1715.87/1721.05	c #Conflicts:    2140000 | #Constraints:      39087
1715.87/1721.05	c #Conflicts:    2141000 | #Constraints:      40123
1715.87/1721.05	c #Conflicts:    2142000 | #Constraints:      41144
1715.87/1721.05	c #Conflicts:    2143000 | #Constraints:      42171
1715.87/1721.05	c #Conflicts:    2144000 | #Constraints:      43204
1715.87/1721.05	c #Conflicts:    2145000 | #Constraints:      44243
1715.87/1721.05	c #Conflicts:    2146000 | #Constraints:      45269
1715.87/1721.05	c #Conflicts:    2147000 | #Constraints:      46287
1715.87/1721.05	c #Conflicts:    2148000 | #Constraints:      47318
1715.87/1721.05	c #Conflicts:    2149000 | #Constraints:      48356
1715.87/1721.05	c #Conflicts:    2150000 | #Constraints:      49391
1715.87/1721.05	c #Conflicts:    2151000 | #Constraints:      50418
1715.87/1721.05	c #Conflicts:    2152000 | #Constraints:      51440
1715.87/1721.05	c #Conflicts:    2153000 | #Constraints:      52463
1715.87/1721.05	c #Conflicts:    2154000 | #Constraints:      53478
1715.87/1721.05	c #Conflicts:    2155000 | #Constraints:      54494
1715.87/1721.05	c #Conflicts:    2156000 | #Constraints:      55503
1715.87/1721.05	c #Conflicts:    2157000 | #Constraints:      56526
1715.87/1721.06	c #Conflicts:    2158000 | #Constraints:      57551
1715.87/1721.06	c #Conflicts:    2159000 | #Constraints:      58591
1715.87/1721.06	c #Conflicts:    2160000 | #Constraints:      59622
1715.87/1721.06	c #Conflicts:    2161000 | #Constraints:      60654
1715.87/1721.06	c #Conflicts:    2162000 | #Constraints:      61700
1715.87/1721.06	c #Conflicts:    2163000 | #Constraints:      62751
1715.87/1721.06	c #Conflicts:    2164000 | #Constraints:      63793
1715.87/1721.06	c #Conflicts:    2165000 | #Constraints:      64826
1715.87/1721.06	c #Conflicts:    2166000 | #Constraints:      65869
1715.87/1721.06	c INPROCESSING
1715.87/1721.06	c GARBAGE COLLECT
1715.87/1721.06	c rational objective 1000
1744.28/1749.50	c #Conflicts:    2167000 | #Constraints:      37072
1744.28/1749.50	c #Conflicts:    2168000 | #Constraints:      38072
1744.28/1749.50	c #Conflicts:    2169000 | #Constraints:      39072
1744.28/1749.50	c #Conflicts:    2170000 | #Constraints:      40072
1744.28/1749.50	c #Conflicts:    2171000 | #Constraints:      41072
1744.28/1749.50	c #Conflicts:    2172000 | #Constraints:      42072
1744.28/1749.50	c #Conflicts:    2173000 | #Constraints:      43072
1744.28/1749.50	c #Conflicts:    2174000 | #Constraints:      44072
1744.28/1749.50	c #Conflicts:    2175000 | #Constraints:      45072
1744.28/1749.50	c #Conflicts:    2176000 | #Constraints:      46072
1744.28/1749.50	c #Conflicts:    2177000 | #Constraints:      47072
1744.28/1749.50	c #Conflicts:    2178000 | #Constraints:      48072
1744.28/1749.50	c #Conflicts:    2179000 | #Constraints:      49072
1744.28/1749.50	c #Conflicts:    2180000 | #Constraints:      50072
1744.28/1749.50	c #Conflicts:    2181000 | #Constraints:      51072
1744.28/1749.50	c #Conflicts:    2182000 | #Constraints:      52072
1744.28/1749.50	c #Conflicts:    2183000 | #Constraints:      53072
1744.28/1749.50	c #Conflicts:    2184000 | #Constraints:      54072
1744.28/1749.50	c #Conflicts:    2185000 | #Constraints:      55072
1744.28/1749.50	c #Conflicts:    2186000 | #Constraints:      56072
1744.28/1749.50	c #Conflicts:    2187000 | #Constraints:      57072
1744.28/1749.50	c #Conflicts:    2188000 | #Constraints:      58072
1744.28/1749.50	c #Conflicts:    2189000 | #Constraints:      59072
1744.28/1749.50	c #Conflicts:    2190000 | #Constraints:      60072
1744.28/1749.50	c #Conflicts:    2191000 | #Constraints:      61072
1744.28/1749.50	c #Conflicts:    2192000 | #Constraints:      62072
1744.28/1749.50	c #Conflicts:    2193000 | #Constraints:      63072
1744.28/1749.50	c #Conflicts:    2194000 | #Constraints:      64072
1744.28/1749.50	c #Conflicts:    2195000 | #Constraints:      65072
1744.28/1749.50	c #Conflicts:    2196000 | #Constraints:      66072
1744.28/1749.50	c INPROCESSING
1744.28/1749.50	c GARBAGE COLLECT
1744.28/1749.50	c rational objective 1000
1811.79/1817.20	c #Conflicts:    2197000 | #Constraints:      37469
1811.79/1817.20	c #Conflicts:    2198000 | #Constraints:      38477
1811.79/1817.20	c #Conflicts:    2199000 | #Constraints:      39496
1811.79/1817.20	c #Conflicts:    2200000 | #Constraints:      40546
1811.79/1817.20	c #Conflicts:    2201000 | #Constraints:      41584
1811.79/1817.20	c #Conflicts:    2202000 | #Constraints:      42612
1811.79/1817.20	c #Conflicts:    2203000 | #Constraints:      43637
1811.79/1817.20	c #Conflicts:    2204000 | #Constraints:      44689
1811.79/1817.20	c #Conflicts:    2205000 | #Constraints:      45733
1811.79/1817.20	c #Conflicts:    2206000 | #Constraints:      46757
1811.79/1817.20	c #Conflicts:    2207000 | #Constraints:      47776
1811.79/1817.20	c #Conflicts:    2208000 | #Constraints:      48795
1811.79/1817.20	c #Conflicts:    2209000 | #Constraints:      49825
1811.79/1817.20	c #Conflicts:    2210000 | #Constraints:      50848
1811.79/1817.20	c #Conflicts:    2211000 | #Constraints:      51869
1811.79/1817.20	c #Conflicts:    2212000 | #Constraints:      52884
1811.79/1817.20	c #Conflicts:    2213000 | #Constraints:      53915
1811.79/1817.20	c #Conflicts:    2214000 | #Constraints:      54929
1811.79/1817.20	c #Conflicts:    2215000 | #Constraints:      55960
1811.79/1817.20	c #Conflicts:    2216000 | #Constraints:      56975
1811.79/1817.20	c #Conflicts:    2217000 | #Constraints:      57998
1811.79/1817.20	c #Conflicts:    2218000 | #Constraints:      59019
1811.79/1817.20	c #Conflicts:    2219000 | #Constraints:      60046
1811.79/1817.20	c #Conflicts:    2220000 | #Constraints:      61066
1811.79/1817.20	c #Conflicts:    2221000 | #Constraints:      62090
1811.79/1817.20	c #Conflicts:    2222000 | #Constraints:      63110
1811.79/1817.20	c #Conflicts:    2223000 | #Constraints:      64139
1811.79/1817.20	c #Conflicts:    2224000 | #Constraints:      65169
1811.79/1817.20	c #Conflicts:    2225000 | #Constraints:      66193
1811.79/1817.20	c #Conflicts:    2226000 | #Constraints:      67205
1811.79/1817.20	c INPROCESSING
1811.79/1817.20	c GARBAGE COLLECT
1811.79/1817.20	c rational objective 1000
1841.70/1847.24	c #Conflicts:    2227000 | #Constraints:      38070
1841.70/1847.24	c #Conflicts:    2228000 | #Constraints:      39070
1841.70/1847.24	c #Conflicts:    2229000 | #Constraints:      40070
1841.70/1847.24	c #Conflicts:    2230000 | #Constraints:      41070
1841.70/1847.24	c #Conflicts:    2231000 | #Constraints:      42070
1841.70/1847.24	c #Conflicts:    2232000 | #Constraints:      43070
1841.70/1847.24	c #Conflicts:    2233000 | #Constraints:      44070
1841.70/1847.24	c #Conflicts:    2234000 | #Constraints:      45070
1841.70/1847.24	c #Conflicts:    2235000 | #Constraints:      46070
1841.70/1847.24	c #Conflicts:    2236000 | #Constraints:      47070
1841.70/1847.24	c #Conflicts:    2237000 | #Constraints:      48070
1841.70/1847.24	c #Conflicts:    2238000 | #Constraints:      49070
1841.70/1847.24	c #Conflicts:    2239000 | #Constraints:      50070
1841.70/1847.24	c #Conflicts:    2240000 | #Constraints:      51070
1841.70/1847.24	c #Conflicts:    2241000 | #Constraints:      52070
1841.70/1847.24	c #Conflicts:    2242000 | #Constraints:      53070
1841.70/1847.24	c #Conflicts:    2243000 | #Constraints:      54070
1841.70/1847.24	c #Conflicts:    2244000 | #Constraints:      55070
1841.70/1847.24	c #Conflicts:    2245000 | #Constraints:      56070
1841.70/1847.24	c #Conflicts:    2246000 | #Constraints:      57070
1841.70/1847.24	c #Conflicts:    2247000 | #Constraints:      58070
1841.70/1847.24	c #Conflicts:    2248000 | #Constraints:      59070
1841.70/1847.24	c #Conflicts:    2249000 | #Constraints:      60070
1841.70/1847.24	c #Conflicts:    2250000 | #Constraints:      61070
1841.70/1847.24	c #Conflicts:    2251000 | #Constraints:      62070
1841.70/1847.24	c #Conflicts:    2252000 | #Constraints:      63070
1841.70/1847.24	c #Conflicts:    2253000 | #Constraints:      64070
1841.70/1847.24	c #Conflicts:    2254000 | #Constraints:      65070
1841.70/1847.24	c #Conflicts:    2255000 | #Constraints:      66070
1841.70/1847.24	c #Conflicts:    2256000 | #Constraints:      67070
1841.70/1847.24	c INPROCESSING
1841.70/1847.24	c GARBAGE COLLECT
1841.70/1847.24	c rational objective 1000
1871.43/1877.04	c #Conflicts:    2257000 | #Constraints:      38075
1871.43/1877.04	c #Conflicts:    2258000 | #Constraints:      39075
1871.43/1877.04	c #Conflicts:    2259000 | #Constraints:      40075
1871.43/1877.04	c #Conflicts:    2260000 | #Constraints:      41075
1871.43/1877.04	c #Conflicts:    2261000 | #Constraints:      42075
1871.43/1877.04	c #Conflicts:    2262000 | #Constraints:      43075
1871.43/1877.04	c #Conflicts:    2263000 | #Constraints:      44075
1871.43/1877.04	c #Conflicts:    2264000 | #Constraints:      45075
1871.43/1877.04	c #Conflicts:    2265000 | #Constraints:      46075
1871.43/1877.04	c #Conflicts:    2266000 | #Constraints:      47075
1871.43/1877.04	c #Conflicts:    2267000 | #Constraints:      48075
1871.43/1877.04	c #Conflicts:    2268000 | #Constraints:      49075
1871.43/1877.04	c #Conflicts:    2269000 | #Constraints:      50075
1871.43/1877.04	c #Conflicts:    2270000 | #Constraints:      51075
1871.43/1877.04	c #Conflicts:    2271000 | #Constraints:      52075
1871.43/1877.04	c #Conflicts:    2272000 | #Constraints:      53075
1871.43/1877.04	c #Conflicts:    2273000 | #Constraints:      54075
1871.43/1877.04	c #Conflicts:    2274000 | #Constraints:      55075
1871.43/1877.04	c #Conflicts:    2275000 | #Constraints:      56075
1871.43/1877.04	c #Conflicts:    2276000 | #Constraints:      57075
1871.43/1877.04	c #Conflicts:    2277000 | #Constraints:      58075
1871.43/1877.04	c #Conflicts:    2278000 | #Constraints:      59075
1871.43/1877.04	c #Conflicts:    2279000 | #Constraints:      60075
1871.43/1877.04	c #Conflicts:    2280000 | #Constraints:      61075
1871.43/1877.04	c #Conflicts:    2281000 | #Constraints:      62075
1871.43/1877.04	c #Conflicts:    2282000 | #Constraints:      63075
1871.43/1877.04	c #Conflicts:    2283000 | #Constraints:      64075
1871.43/1877.04	c #Conflicts:    2284000 | #Constraints:      65075
1871.43/1877.04	c #Conflicts:    2285000 | #Constraints:      66075
1871.43/1877.04	c #Conflicts:    2286000 | #Constraints:      67075
1871.43/1877.04	c INPROCESSING
1871.43/1877.04	c GARBAGE COLLECT
1871.43/1877.04	c rational objective 1000
1900.94/1906.68	c #Conflicts:    2287000 | #Constraints:      37968
1900.94/1906.68	c #Conflicts:    2288000 | #Constraints:      38968
1900.94/1906.68	c #Conflicts:    2289000 | #Constraints:      39968
1900.94/1906.68	c #Conflicts:    2290000 | #Constraints:      40968
1900.94/1906.68	c #Conflicts:    2291000 | #Constraints:      41968
1900.94/1906.68	c #Conflicts:    2292000 | #Constraints:      42968
1900.94/1906.68	c #Conflicts:    2293000 | #Constraints:      43968
1900.94/1906.68	c #Conflicts:    2294000 | #Constraints:      44968
1900.94/1906.68	c #Conflicts:    2295000 | #Constraints:      45968
1900.94/1906.68	c #Conflicts:    2296000 | #Constraints:      46968
1900.94/1906.68	c #Conflicts:    2297000 | #Constraints:      47968
1900.94/1906.68	c #Conflicts:    2298000 | #Constraints:      48968
1900.94/1906.68	c #Conflicts:    2299000 | #Constraints:      49968
1900.94/1906.68	c #Conflicts:    2300000 | #Constraints:      50968
1900.94/1906.68	c #Conflicts:    2301000 | #Constraints:      51968
1900.94/1906.68	c #Conflicts:    2302000 | #Constraints:      52968
1900.94/1906.68	c #Conflicts:    2303000 | #Constraints:      53968
1900.94/1906.68	c #Conflicts:    2304000 | #Constraints:      54968
1900.94/1906.68	c #Conflicts:    2305000 | #Constraints:      55968
1900.94/1906.68	c #Conflicts:    2306000 | #Constraints:      56968
1900.94/1906.68	c #Conflicts:    2307000 | #Constraints:      57968
1900.94/1906.68	c #Conflicts:    2308000 | #Constraints:      58968
1900.94/1906.68	c #Conflicts:    2309000 | #Constraints:      59968
1900.94/1906.68	c #Conflicts:    2310000 | #Constraints:      60968
1900.94/1906.68	c #Conflicts:    2311000 | #Constraints:      61968
1900.94/1906.68	c #Conflicts:    2312000 | #Constraints:      62968
1900.94/1906.68	c #Conflicts:    2313000 | #Constraints:      63968
1900.94/1906.68	c #Conflicts:    2314000 | #Constraints:      64968
1900.94/1906.68	c #Conflicts:    2315000 | #Constraints:      65968
1900.94/1906.68	c #Conflicts:    2316000 | #Constraints:      66968
1900.94/1906.68	c INPROCESSING
1900.94/1906.68	c GARBAGE COLLECT
1900.94/1906.68	c rational objective 1000
1929.37/1935.15	c #Conflicts:    2317000 | #Constraints:      37709
1929.37/1935.15	c #Conflicts:    2318000 | #Constraints:      38709
1929.37/1935.15	c #Conflicts:    2319000 | #Constraints:      39709
1929.37/1935.15	c #Conflicts:    2320000 | #Constraints:      40709
1929.37/1935.15	c #Conflicts:    2321000 | #Constraints:      41709
1929.37/1935.15	c #Conflicts:    2322000 | #Constraints:      42709
1929.37/1935.15	c #Conflicts:    2323000 | #Constraints:      43709
1929.37/1935.15	c #Conflicts:    2324000 | #Constraints:      44709
1929.37/1935.15	c #Conflicts:    2325000 | #Constraints:      45709
1929.37/1935.15	c #Conflicts:    2326000 | #Constraints:      46709
1929.37/1935.15	c #Conflicts:    2327000 | #Constraints:      47709
1929.37/1935.15	c #Conflicts:    2328000 | #Constraints:      48709
1929.37/1935.15	c #Conflicts:    2329000 | #Constraints:      49709
1929.37/1935.15	c #Conflicts:    2330000 | #Constraints:      50709
1929.37/1935.15	c #Conflicts:    2331000 | #Constraints:      51709
1929.37/1935.15	c #Conflicts:    2332000 | #Constraints:      52709
1929.37/1935.15	c #Conflicts:    2333000 | #Constraints:      53709
1929.37/1935.15	c #Conflicts:    2334000 | #Constraints:      54709
1929.37/1935.15	c #Conflicts:    2335000 | #Constraints:      55709
1929.37/1935.15	c #Conflicts:    2336000 | #Constraints:      56709
1929.37/1935.15	c #Conflicts:    2337000 | #Constraints:      57709
1929.37/1935.15	c #Conflicts:    2338000 | #Constraints:      58709
1929.37/1935.15	c #Conflicts:    2339000 | #Constraints:      59709
1929.37/1935.15	c #Conflicts:    2340000 | #Constraints:      60709
1929.37/1935.15	c #Conflicts:    2341000 | #Constraints:      61709
1929.37/1935.15	c #Conflicts:    2342000 | #Constraints:      62709
1929.37/1935.15	c #Conflicts:    2343000 | #Constraints:      63709
1929.37/1935.15	c #Conflicts:    2344000 | #Constraints:      64709
1929.37/1935.15	c #Conflicts:    2345000 | #Constraints:      65709
1929.37/1935.15	c #Conflicts:    2346000 | #Constraints:      66709
1929.37/1935.15	c #Conflicts:    2347000 | #Constraints:      67709
1929.37/1935.15	c INPROCESSING
1929.37/1935.15	c GARBAGE COLLECT
1929.37/1935.15	c rational objective 1000
1986.50/1992.44	c #Conflicts:    2348000 | #Constraints:      38298
1986.50/1992.44	c #Conflicts:    2349000 | #Constraints:      39319
1986.50/1992.44	c #Conflicts:    2350000 | #Constraints:      40346
1986.50/1992.44	c #Conflicts:    2351000 | #Constraints:      41387
1986.50/1992.44	c #Conflicts:    2352000 | #Constraints:      42420
1986.50/1992.44	c #Conflicts:    2353000 | #Constraints:      43455
1986.50/1992.44	c #Conflicts:    2354000 | #Constraints:      44487
1986.50/1992.44	c #Conflicts:    2355000 | #Constraints:      45529
1986.50/1992.44	c #Conflicts:    2356000 | #Constraints:      46551
1986.50/1992.44	c #Conflicts:    2357000 | #Constraints:      47587
1986.50/1992.44	c #Conflicts:    2358000 | #Constraints:      48604
1986.50/1992.44	c #Conflicts:    2359000 | #Constraints:      49626
1986.50/1992.44	c #Conflicts:    2360000 | #Constraints:      50664
1986.50/1992.44	c #Conflicts:    2361000 | #Constraints:      51677
1986.50/1992.44	c #Conflicts:    2362000 | #Constraints:      52719
1986.50/1992.44	c #Conflicts:    2363000 | #Constraints:      53763
1986.50/1992.44	c #Conflicts:    2364000 | #Constraints:      54787
1986.50/1992.44	c #Conflicts:    2365000 | #Constraints:      55811
1986.50/1992.44	c #Conflicts:    2366000 | #Constraints:      56829
1986.50/1992.44	c #Conflicts:    2367000 | #Constraints:      57853
1986.50/1992.44	c #Conflicts:    2368000 | #Constraints:      58864
1986.50/1992.44	c #Conflicts:    2369000 | #Constraints:      59891
1986.50/1992.44	c #Conflicts:    2370000 | #Constraints:      60915
1986.50/1992.44	c #Conflicts:    2371000 | #Constraints:      61932
1986.50/1992.44	c #Conflicts:    2372000 | #Constraints:      62951
1986.50/1992.44	c #Conflicts:    2373000 | #Constraints:      63972
1986.50/1992.44	c #Conflicts:    2374000 | #Constraints:      64996
1986.50/1992.44	c #Conflicts:    2375000 | #Constraints:      66016
1986.50/1992.44	c #Conflicts:    2376000 | #Constraints:      67041
1986.50/1992.44	c #Conflicts:    2377000 | #Constraints:      68045
1986.50/1992.44	c #Conflicts:    2378000 | #Constraints:      69068
1986.50/1992.44	c INPROCESSING
1986.50/1992.44	c GARBAGE COLLECT
1986.50/1992.44	c rational objective 1000
2015.52/2021.52	c #Conflicts:    2379000 | #Constraints:      39007
2015.52/2021.52	c #Conflicts:    2380000 | #Constraints:      40007
2015.52/2021.52	c #Conflicts:    2381000 | #Constraints:      41007
2015.52/2021.52	c #Conflicts:    2382000 | #Constraints:      42007
2015.52/2021.52	c #Conflicts:    2383000 | #Constraints:      43007
2015.52/2021.52	c #Conflicts:    2384000 | #Constraints:      44007
2015.52/2021.52	c #Conflicts:    2385000 | #Constraints:      45007
2015.52/2021.52	c #Conflicts:    2386000 | #Constraints:      46007
2015.52/2021.52	c #Conflicts:    2387000 | #Constraints:      47007
2015.52/2021.52	c #Conflicts:    2388000 | #Constraints:      48007
2015.52/2021.52	c #Conflicts:    2389000 | #Constraints:      49007
2015.52/2021.52	c #Conflicts:    2390000 | #Constraints:      50007
2015.52/2021.52	c #Conflicts:    2391000 | #Constraints:      51007
2015.52/2021.52	c #Conflicts:    2392000 | #Constraints:      52007
2015.52/2021.52	c #Conflicts:    2393000 | #Constraints:      53007
2015.52/2021.52	c #Conflicts:    2394000 | #Constraints:      54007
2015.52/2021.52	c #Conflicts:    2395000 | #Constraints:      55007
2015.52/2021.52	c #Conflicts:    2396000 | #Constraints:      56007
2015.52/2021.52	c #Conflicts:    2397000 | #Constraints:      57007
2015.52/2021.52	c #Conflicts:    2398000 | #Constraints:      58007
2015.52/2021.52	c #Conflicts:    2399000 | #Constraints:      59007
2015.52/2021.52	c #Conflicts:    2400000 | #Constraints:      60007
2015.52/2021.52	c #Conflicts:    2401000 | #Constraints:      61007
2015.52/2021.52	c #Conflicts:    2402000 | #Constraints:      62007
2015.52/2021.52	c #Conflicts:    2403000 | #Constraints:      63007
2015.52/2021.52	c #Conflicts:    2404000 | #Constraints:      64007
2015.52/2021.52	c #Conflicts:    2405000 | #Constraints:      65007
2015.52/2021.52	c #Conflicts:    2406000 | #Constraints:      66007
2015.52/2021.52	c #Conflicts:    2407000 | #Constraints:      67007
2015.52/2021.52	c #Conflicts:    2408000 | #Constraints:      68007
2015.52/2021.52	c #Conflicts:    2409000 | #Constraints:      69007
2015.52/2021.52	c INPROCESSING
2015.52/2021.52	c GARBAGE COLLECT
2015.52/2021.52	c rational objective 1000
2048.34/2054.47	c #Conflicts:    2410000 | #Constraints:      39026
2048.34/2054.47	c #Conflicts:    2411000 | #Constraints:      40026
2048.34/2054.47	c #Conflicts:    2412000 | #Constraints:      41026
2048.34/2054.47	c #Conflicts:    2413000 | #Constraints:      42026
2048.34/2054.47	c #Conflicts:    2414000 | #Constraints:      43026
2048.34/2054.47	c #Conflicts:    2415000 | #Constraints:      44026
2048.34/2054.47	c #Conflicts:    2416000 | #Constraints:      45026
2048.34/2054.47	c #Conflicts:    2417000 | #Constraints:      46026
2048.34/2054.47	c #Conflicts:    2418000 | #Constraints:      47026
2048.34/2054.47	c #Conflicts:    2419000 | #Constraints:      48026
2048.34/2054.47	c #Conflicts:    2420000 | #Constraints:      49026
2048.34/2054.47	c #Conflicts:    2421000 | #Constraints:      50026
2048.34/2054.47	c #Conflicts:    2422000 | #Constraints:      51026
2048.34/2054.47	c #Conflicts:    2423000 | #Constraints:      52026
2048.34/2054.47	c #Conflicts:    2424000 | #Constraints:      53026
2048.34/2054.47	c #Conflicts:    2425000 | #Constraints:      54026
2048.34/2054.47	c #Conflicts:    2426000 | #Constraints:      55026
2048.34/2054.47	c #Conflicts:    2427000 | #Constraints:      56026
2048.34/2054.47	c #Conflicts:    2428000 | #Constraints:      57026
2048.34/2054.47	c #Conflicts:    2429000 | #Constraints:      58026
2048.34/2054.47	c #Conflicts:    2430000 | #Constraints:      59026
2048.34/2054.47	c #Conflicts:    2431000 | #Constraints:      60026
2048.34/2054.47	c #Conflicts:    2432000 | #Constraints:      61026
2048.34/2054.47	c #Conflicts:    2433000 | #Constraints:      62026
2048.34/2054.47	c #Conflicts:    2434000 | #Constraints:      63026
2048.34/2054.47	c #Conflicts:    2435000 | #Constraints:      64026
2048.34/2054.47	c #Conflicts:    2436000 | #Constraints:      65026
2048.34/2054.47	c #Conflicts:    2437000 | #Constraints:      66026
2048.34/2054.47	c #Conflicts:    2438000 | #Constraints:      67026
2048.34/2054.47	c #Conflicts:    2439000 | #Constraints:      68026
2048.34/2054.47	c #Conflicts:    2440000 | #Constraints:      69026
2048.34/2054.47	c INPROCESSING
2048.34/2054.47	c GARBAGE COLLECT
2048.34/2054.47	c rational objective 1000
2083.23/2089.40	c #Conflicts:    2441000 | #Constraints:      38959
2083.23/2089.40	c #Conflicts:    2442000 | #Constraints:      39959
2083.23/2089.40	c #Conflicts:    2443000 | #Constraints:      40959
2083.23/2089.40	c #Conflicts:    2444000 | #Constraints:      41959
2083.23/2089.40	c #Conflicts:    2445000 | #Constraints:      42959
2083.23/2089.40	c #Conflicts:    2446000 | #Constraints:      43959
2083.23/2089.40	c #Conflicts:    2447000 | #Constraints:      44959
2083.23/2089.40	c #Conflicts:    2448000 | #Constraints:      45959
2083.23/2089.40	c #Conflicts:    2449000 | #Constraints:      46959
2083.23/2089.40	c #Conflicts:    2450000 | #Constraints:      47959
2083.23/2089.40	c #Conflicts:    2451000 | #Constraints:      48959
2083.23/2089.40	c #Conflicts:    2452000 | #Constraints:      49959
2083.23/2089.40	c #Conflicts:    2453000 | #Constraints:      50959
2083.23/2089.40	c #Conflicts:    2454000 | #Constraints:      51959
2083.23/2089.40	c #Conflicts:    2455000 | #Constraints:      52959
2083.23/2089.40	c #Conflicts:    2456000 | #Constraints:      53959
2083.23/2089.40	c #Conflicts:    2457000 | #Constraints:      54959
2083.23/2089.40	c #Conflicts:    2458000 | #Constraints:      55959
2083.23/2089.40	c #Conflicts:    2459000 | #Constraints:      56959
2083.23/2089.40	c #Conflicts:    2460000 | #Constraints:      57959
2083.23/2089.40	c #Conflicts:    2461000 | #Constraints:      58959
2083.23/2089.40	c #Conflicts:    2462000 | #Constraints:      59959
2083.23/2089.40	c #Conflicts:    2463000 | #Constraints:      60959
2083.23/2089.40	c #Conflicts:    2464000 | #Constraints:      61959
2083.23/2089.40	c #Conflicts:    2465000 | #Constraints:      62959
2083.23/2089.40	c #Conflicts:    2466000 | #Constraints:      63959
2083.23/2089.40	c #Conflicts:    2467000 | #Constraints:      64959
2083.23/2089.40	c #Conflicts:    2468000 | #Constraints:      65959
2083.23/2089.40	c #Conflicts:    2469000 | #Constraints:      66959
2083.23/2089.40	c #Conflicts:    2470000 | #Constraints:      67959
2083.23/2089.40	c #Conflicts:    2471000 | #Constraints:      68959
2083.23/2089.40	c INPROCESSING
2083.23/2089.40	c GARBAGE COLLECT
2083.23/2089.40	c rational objective 1000
2127.21/2133.55	c #Conflicts:    2472000 | #Constraints:      38716
2127.21/2133.55	c #Conflicts:    2473000 | #Constraints:      39725
2127.21/2133.55	c #Conflicts:    2474000 | #Constraints:      40797
2127.21/2133.55	c #Conflicts:    2475000 | #Constraints:      41857
2127.21/2133.55	c #Conflicts:    2476000 | #Constraints:      42912
2127.21/2133.55	c #Conflicts:    2477000 | #Constraints:      43961
2127.21/2133.55	c #Conflicts:    2478000 | #Constraints:      45012
2127.21/2133.55	c #Conflicts:    2479000 | #Constraints:      46057
2127.21/2133.55	c #Conflicts:    2480000 | #Constraints:      47103
2127.21/2133.55	c #Conflicts:    2481000 | #Constraints:      48133
2127.21/2133.55	c #Conflicts:    2482000 | #Constraints:      49180
2127.21/2133.55	c #Conflicts:    2483000 | #Constraints:      50217
2127.21/2133.55	c #Conflicts:    2484000 | #Constraints:      51271
2127.21/2133.55	c #Conflicts:    2485000 | #Constraints:      52320
2127.21/2133.55	c #Conflicts:    2486000 | #Constraints:      53367
2127.21/2133.55	c #Conflicts:    2487000 | #Constraints:      54422
2127.21/2133.55	c #Conflicts:    2488000 | #Constraints:      55469
2127.21/2133.55	c #Conflicts:    2489000 | #Constraints:      56511
2127.21/2133.55	c #Conflicts:    2490000 | #Constraints:      57550
2127.21/2133.55	c #Conflicts:    2491000 | #Constraints:      58607
2127.21/2133.55	c #Conflicts:    2492000 | #Constraints:      59644
2127.21/2133.55	c #Conflicts:    2493000 | #Constraints:      60688
2127.21/2133.55	c #Conflicts:    2494000 | #Constraints:      61736
2127.21/2133.55	c #Conflicts:    2495000 | #Constraints:      62790
2127.21/2133.55	c #Conflicts:    2496000 | #Constraints:      63835
2127.21/2133.55	c #Conflicts:    2497000 | #Constraints:      64876
2127.21/2133.55	c #Conflicts:    2498000 | #Constraints:      65918
2127.21/2133.55	c #Conflicts:    2499000 | #Constraints:      66958
2127.21/2133.55	c #Conflicts:    2500000 | #Constraints:      68006
2127.21/2133.55	c #Conflicts:    2501000 | #Constraints:      69043
2127.21/2133.55	c #Conflicts:    2502000 | #Constraints:      70077
2127.21/2133.55	c #Conflicts:    2503000 | #Constraints:      71136
2127.21/2133.55	c INPROCESSING
2127.21/2133.55	c GARBAGE COLLECT
2127.21/2133.55	c rational objective 1000
2162.20/2168.69	c #Conflicts:    2504000 | #Constraints:      39866
2162.20/2168.69	c #Conflicts:    2505000 | #Constraints:      40866
2162.20/2168.69	c #Conflicts:    2506000 | #Constraints:      41866
2162.20/2168.69	c #Conflicts:    2507000 | #Constraints:      42866
2162.20/2168.69	c #Conflicts:    2508000 | #Constraints:      43866
2162.20/2168.69	c #Conflicts:    2509000 | #Constraints:      44866
2162.20/2168.69	c #Conflicts:    2510000 | #Constraints:      45866
2162.20/2168.69	c #Conflicts:    2511000 | #Constraints:      46866
2162.20/2168.69	c #Conflicts:    2512000 | #Constraints:      47866
2162.20/2168.69	c #Conflicts:    2513000 | #Constraints:      48866
2162.20/2168.69	c #Conflicts:    2514000 | #Constraints:      49866
2162.20/2168.69	c #Conflicts:    2515000 | #Constraints:      50866
2162.20/2168.69	c #Conflicts:    2516000 | #Constraints:      51866
2162.20/2168.69	c #Conflicts:    2517000 | #Constraints:      52866
2162.20/2168.69	c #Conflicts:    2518000 | #Constraints:      53866
2162.20/2168.69	c #Conflicts:    2519000 | #Constraints:      54866
2162.20/2168.69	c #Conflicts:    2520000 | #Constraints:      55866
2162.20/2168.69	c #Conflicts:    2521000 | #Constraints:      56866
2162.20/2168.69	c #Conflicts:    2522000 | #Constraints:      57866
2162.20/2168.69	c #Conflicts:    2523000 | #Constraints:      58866
2162.20/2168.69	c #Conflicts:    2524000 | #Constraints:      59866
2162.20/2168.69	c #Conflicts:    2525000 | #Constraints:      60866
2162.20/2168.69	c #Conflicts:    2526000 | #Constraints:      61866
2162.20/2168.69	c #Conflicts:    2527000 | #Constraints:      62866
2162.20/2168.69	c #Conflicts:    2528000 | #Constraints:      63866
2162.20/2168.69	c #Conflicts:    2529000 | #Constraints:      64866
2162.20/2168.69	c #Conflicts:    2530000 | #Constraints:      65866
2162.20/2168.69	c #Conflicts:    2531000 | #Constraints:      66866
2162.20/2168.69	c #Conflicts:    2532000 | #Constraints:      67866
2162.20/2168.69	c #Conflicts:    2533000 | #Constraints:      68866
2162.20/2168.69	c #Conflicts:    2534000 | #Constraints:      69866
2162.20/2168.69	c #Conflicts:    2535000 | #Constraints:      70866
2162.20/2168.69	c INPROCESSING
2162.20/2168.69	c GARBAGE COLLECT
2162.20/2168.69	c rational objective 1000
2193.50/2200.02	c #Conflicts:    2536000 | #Constraints:      39971
2193.50/2200.02	c #Conflicts:    2537000 | #Constraints:      40971
2193.50/2200.02	c #Conflicts:    2538000 | #Constraints:      41971
2193.50/2200.02	c #Conflicts:    2539000 | #Constraints:      42971
2193.50/2200.02	c #Conflicts:    2540000 | #Constraints:      43971
2193.50/2200.02	c #Conflicts:    2541000 | #Constraints:      44971
2193.50/2200.02	c #Conflicts:    2542000 | #Constraints:      45971
2193.50/2200.02	c #Conflicts:    2543000 | #Constraints:      46971
2193.50/2200.02	c #Conflicts:    2544000 | #Constraints:      47971
2193.50/2200.02	c #Conflicts:    2545000 | #Constraints:      48971
2193.50/2200.02	c #Conflicts:    2546000 | #Constraints:      49971
2193.50/2200.02	c #Conflicts:    2547000 | #Constraints:      50971
2193.50/2200.02	c #Conflicts:    2548000 | #Constraints:      51971
2193.50/2200.02	c #Conflicts:    2549000 | #Constraints:      52971
2193.50/2200.02	c #Conflicts:    2550000 | #Constraints:      53971
2193.50/2200.02	c #Conflicts:    2551000 | #Constraints:      54971
2193.50/2200.02	c #Conflicts:    2552000 | #Constraints:      55971
2193.50/2200.02	c #Conflicts:    2553000 | #Constraints:      56971
2193.50/2200.02	c #Conflicts:    2554000 | #Constraints:      57971
2193.50/2200.02	c #Conflicts:    2555000 | #Constraints:      58971
2193.50/2200.02	c #Conflicts:    2556000 | #Constraints:      59971
2193.50/2200.02	c #Conflicts:    2557000 | #Constraints:      60971
2193.50/2200.02	c #Conflicts:    2558000 | #Constraints:      61971
2193.50/2200.02	c #Conflicts:    2559000 | #Constraints:      62971
2193.50/2200.02	c #Conflicts:    2560000 | #Constraints:      63971
2193.50/2200.02	c #Conflicts:    2561000 | #Constraints:      64971
2193.50/2200.02	c #Conflicts:    2562000 | #Constraints:      65971
2193.50/2200.02	c #Conflicts:    2563000 | #Constraints:      66971
2193.50/2200.02	c #Conflicts:    2564000 | #Constraints:      67971
2193.50/2200.02	c #Conflicts:    2565000 | #Constraints:      68971
2193.50/2200.02	c #Conflicts:    2566000 | #Constraints:      69971
2193.50/2200.02	c #Conflicts:    2567000 | #Constraints:      70971
2193.50/2200.02	c INPROCESSING
2193.50/2200.02	c GARBAGE COLLECT
2193.50/2200.02	c rational objective 1000
2237.77/2244.48	c #Conflicts:    2568000 | #Constraints:      40029
2237.77/2244.48	c #Conflicts:    2569000 | #Constraints:      41042
2237.77/2244.48	c #Conflicts:    2570000 | #Constraints:      42052
2237.77/2244.48	c #Conflicts:    2571000 | #Constraints:      43068
2237.77/2244.48	c #Conflicts:    2572000 | #Constraints:      44079
2237.77/2244.48	c #Conflicts:    2573000 | #Constraints:      45163
2237.77/2244.48	c #Conflicts:    2574000 | #Constraints:      46224
2237.77/2244.48	c #Conflicts:    2575000 | #Constraints:      47277
2237.77/2244.48	c #Conflicts:    2576000 | #Constraints:      48313
2237.77/2244.48	c #Conflicts:    2577000 | #Constraints:      49336
2237.77/2244.48	c #Conflicts:    2578000 | #Constraints:      50377
2237.77/2244.48	c #Conflicts:    2579000 | #Constraints:      51410
2237.77/2244.48	c #Conflicts:    2580000 | #Constraints:      52435
2237.77/2244.48	c #Conflicts:    2581000 | #Constraints:      53455
2237.77/2244.48	c #Conflicts:    2582000 | #Constraints:      54478
2237.77/2244.48	c #Conflicts:    2583000 | #Constraints:      55506
2237.77/2244.48	c #Conflicts:    2584000 | #Constraints:      56530
2237.77/2244.48	c #Conflicts:    2585000 | #Constraints:      57550
2237.77/2244.48	c #Conflicts:    2586000 | #Constraints:      58567
2237.77/2244.48	c #Conflicts:    2587000 | #Constraints:      59587
2237.77/2244.48	c #Conflicts:    2588000 | #Constraints:      60607
2237.77/2244.48	c #Conflicts:    2589000 | #Constraints:      61647
2237.77/2244.48	c #Conflicts:    2590000 | #Constraints:      62684
2237.77/2244.48	c #Conflicts:    2591000 | #Constraints:      63715
2237.77/2244.48	c #Conflicts:    2592000 | #Constraints:      64731
2237.77/2244.48	c #Conflicts:    2593000 | #Constraints:      65754
2237.77/2244.48	c #Conflicts:    2594000 | #Constraints:      66783
2237.77/2244.48	c #Conflicts:    2595000 | #Constraints:      67811
2237.77/2244.48	c #Conflicts:    2596000 | #Constraints:      68833
2237.77/2244.48	c #Conflicts:    2597000 | #Constraints:      69855
2237.77/2244.48	c #Conflicts:    2598000 | #Constraints:      70882
2237.77/2244.48	c #Conflicts:    2599000 | #Constraints:      71920
2237.77/2244.48	c INPROCESSING
2237.77/2244.48	c GARBAGE COLLECT
2237.77/2244.48	c rational objective 1000
2272.17/2278.92	c #Conflicts:    2600000 | #Constraints:      40308
2272.17/2278.92	c #Conflicts:    2601000 | #Constraints:      41308
2272.17/2278.92	c #Conflicts:    2602000 | #Constraints:      42308
2272.17/2278.92	c #Conflicts:    2603000 | #Constraints:      43308
2272.17/2278.92	c #Conflicts:    2604000 | #Constraints:      44308
2272.17/2278.92	c #Conflicts:    2605000 | #Constraints:      45308
2272.17/2278.92	c #Conflicts:    2606000 | #Constraints:      46308
2272.17/2278.92	c #Conflicts:    2607000 | #Constraints:      47308
2272.17/2278.92	c #Conflicts:    2608000 | #Constraints:      48308
2272.17/2278.92	c #Conflicts:    2609000 | #Constraints:      49308
2272.17/2278.92	c #Conflicts:    2610000 | #Constraints:      50308
2272.17/2278.92	c #Conflicts:    2611000 | #Constraints:      51308
2272.17/2278.92	c #Conflicts:    2612000 | #Constraints:      52308
2272.17/2278.92	c #Conflicts:    2613000 | #Constraints:      53308
2272.17/2278.92	c #Conflicts:    2614000 | #Constraints:      54308
2272.17/2278.92	c #Conflicts:    2615000 | #Constraints:      55308
2272.17/2278.92	c #Conflicts:    2616000 | #Constraints:      56308
2272.17/2278.92	c #Conflicts:    2617000 | #Constraints:      57308
2272.17/2278.92	c #Conflicts:    2618000 | #Constraints:      58308
2272.17/2278.92	c #Conflicts:    2619000 | #Constraints:      59308
2272.17/2278.92	c #Conflicts:    2620000 | #Constraints:      60308
2272.17/2278.92	c #Conflicts:    2621000 | #Constraints:      61308
2272.17/2278.92	c #Conflicts:    2622000 | #Constraints:      62308
2272.17/2278.92	c #Conflicts:    2623000 | #Constraints:      63308
2272.17/2278.92	c #Conflicts:    2624000 | #Constraints:      64308
2272.17/2278.92	c #Conflicts:    2625000 | #Constraints:      65308
2272.17/2278.92	c #Conflicts:    2626000 | #Constraints:      66308
2272.17/2278.92	c #Conflicts:    2627000 | #Constraints:      67308
2272.17/2278.92	c #Conflicts:    2628000 | #Constraints:      68308
2272.17/2278.92	c #Conflicts:    2629000 | #Constraints:      69308
2272.17/2278.92	c #Conflicts:    2630000 | #Constraints:      70308
2272.17/2278.92	c #Conflicts:    2631000 | #Constraints:      71308
2272.17/2278.92	c INPROCESSING
2272.17/2278.92	c GARBAGE COLLECT
2272.17/2278.92	c rational objective 1000
2304.29/2311.12	c #Conflicts:    2632000 | #Constraints:      39909
2304.29/2311.12	c #Conflicts:    2633000 | #Constraints:      40909
2304.29/2311.12	c #Conflicts:    2634000 | #Constraints:      41909
2304.29/2311.12	c #Conflicts:    2635000 | #Constraints:      42909
2304.29/2311.12	c #Conflicts:    2636000 | #Constraints:      43909
2304.29/2311.12	c #Conflicts:    2637000 | #Constraints:      44909
2304.29/2311.12	c #Conflicts:    2638000 | #Constraints:      45909
2304.29/2311.12	c #Conflicts:    2639000 | #Constraints:      46909
2304.29/2311.12	c #Conflicts:    2640000 | #Constraints:      47909
2304.29/2311.12	c #Conflicts:    2641000 | #Constraints:      48909
2304.29/2311.12	c #Conflicts:    2642000 | #Constraints:      49909
2304.29/2311.12	c #Conflicts:    2643000 | #Constraints:      50909
2304.29/2311.12	c #Conflicts:    2644000 | #Constraints:      51909
2304.29/2311.12	c #Conflicts:    2645000 | #Constraints:      52909
2304.29/2311.12	c #Conflicts:    2646000 | #Constraints:      53909
2304.29/2311.12	c #Conflicts:    2647000 | #Constraints:      54909
2304.29/2311.12	c #Conflicts:    2648000 | #Constraints:      55909
2304.29/2311.12	c #Conflicts:    2649000 | #Constraints:      56909
2304.29/2311.12	c #Conflicts:    2650000 | #Constraints:      57909
2304.29/2311.12	c #Conflicts:    2651000 | #Constraints:      58909
2304.29/2311.12	c #Conflicts:    2652000 | #Constraints:      59909
2304.29/2311.12	c #Conflicts:    2653000 | #Constraints:      60909
2304.29/2311.12	c #Conflicts:    2654000 | #Constraints:      61909
2304.29/2311.12	c #Conflicts:    2655000 | #Constraints:      62909
2304.29/2311.12	c #Conflicts:    2656000 | #Constraints:      63909
2304.29/2311.12	c #Conflicts:    2657000 | #Constraints:      64909
2304.29/2311.12	c #Conflicts:    2658000 | #Constraints:      65909
2304.29/2311.12	c #Conflicts:    2659000 | #Constraints:      66909
2304.29/2311.12	c #Conflicts:    2660000 | #Constraints:      67909
2304.29/2311.12	c #Conflicts:    2661000 | #Constraints:      68909
2304.29/2311.12	c #Conflicts:    2662000 | #Constraints:      69909
2304.29/2311.12	c #Conflicts:    2663000 | #Constraints:      70909
2304.29/2311.12	c #Conflicts:    2664000 | #Constraints:      71909
2304.29/2311.12	c INPROCESSING
2304.29/2311.12	c GARBAGE COLLECT
2304.29/2311.12	c rational objective 1000
2342.56/2349.59	c #Conflicts:    2665000 | #Constraints:      40390
2342.56/2349.59	c #Conflicts:    2666000 | #Constraints:      41420
2342.56/2349.59	c #Conflicts:    2667000 | #Constraints:      42464
2342.56/2349.59	c #Conflicts:    2668000 | #Constraints:      43509
2342.56/2349.59	c #Conflicts:    2669000 | #Constraints:      44541
2342.56/2349.59	c #Conflicts:    2670000 | #Constraints:      45564
2342.56/2349.59	c #Conflicts:    2671000 | #Constraints:      46598
2342.56/2349.59	c #Conflicts:    2672000 | #Constraints:      47616
2342.56/2349.59	c #Conflicts:    2673000 | #Constraints:      48630
2342.56/2349.59	c #Conflicts:    2674000 | #Constraints:      49662
2342.56/2349.59	c #Conflicts:    2675000 | #Constraints:      50698
2342.56/2349.59	c #Conflicts:    2676000 | #Constraints:      51739
2342.56/2349.59	c #Conflicts:    2677000 | #Constraints:      52777
2342.56/2349.59	c #Conflicts:    2678000 | #Constraints:      53819
2342.56/2349.59	c #Conflicts:    2679000 | #Constraints:      54862
2342.56/2349.59	c #Conflicts:    2680000 | #Constraints:      55908
2342.56/2349.59	c #Conflicts:    2681000 | #Constraints:      56946
2342.56/2349.59	c #Conflicts:    2682000 | #Constraints:      57979
2342.56/2349.59	c #Conflicts:    2683000 | #Constraints:      59011
2342.56/2349.59	c #Conflicts:    2684000 | #Constraints:      60044
2342.56/2349.59	c #Conflicts:    2685000 | #Constraints:      61074
2342.56/2349.59	c #Conflicts:    2686000 | #Constraints:      62096
2342.56/2349.59	c #Conflicts:    2687000 | #Constraints:      63118
2342.56/2349.59	c #Conflicts:    2688000 | #Constraints:      64150
2342.56/2349.59	c #Conflicts:    2689000 | #Constraints:      65183
2342.56/2349.59	c #Conflicts:    2690000 | #Constraints:      66206
2342.56/2349.59	c #Conflicts:    2691000 | #Constraints:      67230
2342.56/2349.59	c #Conflicts:    2692000 | #Constraints:      68255
2342.56/2349.59	c #Conflicts:    2693000 | #Constraints:      69280
2342.56/2349.59	c #Conflicts:    2694000 | #Constraints:      70302
2342.56/2349.59	c #Conflicts:    2695000 | #Constraints:      71348
2342.56/2349.59	c #Conflicts:    2696000 | #Constraints:      72382
2342.56/2349.59	c #Conflicts:    2697000 | #Constraints:      73416
2342.56/2349.59	c INPROCESSING
2342.56/2349.59	c GARBAGE COLLECT
2342.56/2349.59	c rational objective 1000
2378.17/2385.28	c #Conflicts:    2698000 | #Constraints:      41159
2378.17/2385.28	c #Conflicts:    2699000 | #Constraints:      42159
2378.17/2385.28	c #Conflicts:    2700000 | #Constraints:      43159
2378.17/2385.28	c #Conflicts:    2701000 | #Constraints:      44159
2378.17/2385.28	c #Conflicts:    2702000 | #Constraints:      45159
2378.17/2385.28	c #Conflicts:    2703000 | #Constraints:      46159
2378.17/2385.28	c #Conflicts:    2704000 | #Constraints:      47159
2378.17/2385.28	c #Conflicts:    2705000 | #Constraints:      48159
2378.17/2385.28	c #Conflicts:    2706000 | #Constraints:      49159
2378.17/2385.28	c #Conflicts:    2707000 | #Constraints:      50159
2378.17/2385.28	c #Conflicts:    2708000 | #Constraints:      51159
2378.17/2385.28	c #Conflicts:    2709000 | #Constraints:      52159
2378.17/2385.28	c #Conflicts:    2710000 | #Constraints:      53159
2378.17/2385.28	c #Conflicts:    2711000 | #Constraints:      54159
2378.17/2385.28	c #Conflicts:    2712000 | #Constraints:      55159
2378.17/2385.28	c #Conflicts:    2713000 | #Constraints:      56159
2378.17/2385.28	c #Conflicts:    2714000 | #Constraints:      57159
2378.17/2385.28	c #Conflicts:    2715000 | #Constraints:      58159
2378.17/2385.28	c #Conflicts:    2716000 | #Constraints:      59159
2378.17/2385.28	c #Conflicts:    2717000 | #Constraints:      60159
2378.17/2385.29	c #Conflicts:    2718000 | #Constraints:      61159
2378.17/2385.29	c #Conflicts:    2719000 | #Constraints:      62159
2378.17/2385.29	c #Conflicts:    2720000 | #Constraints:      63159
2378.17/2385.29	c #Conflicts:    2721000 | #Constraints:      64159
2378.17/2385.29	c #Conflicts:    2722000 | #Constraints:      65159
2378.17/2385.29	c #Conflicts:    2723000 | #Constraints:      66159
2378.17/2385.29	c #Conflicts:    2724000 | #Constraints:      67159
2378.17/2385.29	c #Conflicts:    2725000 | #Constraints:      68159
2378.17/2385.29	c #Conflicts:    2726000 | #Constraints:      69159
2378.17/2385.29	c #Conflicts:    2727000 | #Constraints:      70159
2378.17/2385.29	c #Conflicts:    2728000 | #Constraints:      71159
2378.17/2385.29	c #Conflicts:    2729000 | #Constraints:      72159
2378.17/2385.29	c #Conflicts:    2730000 | #Constraints:      73159
2378.17/2385.29	c INPROCESSING
2378.17/2385.29	c GARBAGE COLLECT
2378.17/2385.29	c rational objective 1000
2413.57/2420.72	c #Conflicts:    2731000 | #Constraints:      41098
2413.57/2420.72	c #Conflicts:    2732000 | #Constraints:      42098
2413.57/2420.72	c #Conflicts:    2733000 | #Constraints:      43098
2413.57/2420.72	c #Conflicts:    2734000 | #Constraints:      44098
2413.57/2420.72	c #Conflicts:    2735000 | #Constraints:      45098
2413.57/2420.72	c #Conflicts:    2736000 | #Constraints:      46098
2413.57/2420.72	c #Conflicts:    2737000 | #Constraints:      47098
2413.57/2420.72	c #Conflicts:    2738000 | #Constraints:      48098
2413.57/2420.72	c #Conflicts:    2739000 | #Constraints:      49098
2413.57/2420.72	c #Conflicts:    2740000 | #Constraints:      50098
2413.57/2420.72	c #Conflicts:    2741000 | #Constraints:      51098
2413.57/2420.72	c #Conflicts:    2742000 | #Constraints:      52098
2413.57/2420.72	c #Conflicts:    2743000 | #Constraints:      53098
2413.57/2420.72	c #Conflicts:    2744000 | #Constraints:      54098
2413.57/2420.72	c #Conflicts:    2745000 | #Constraints:      55098
2413.57/2420.72	c #Conflicts:    2746000 | #Constraints:      56098
2413.57/2420.72	c #Conflicts:    2747000 | #Constraints:      57098
2413.57/2420.72	c #Conflicts:    2748000 | #Constraints:      58098
2413.57/2420.72	c #Conflicts:    2749000 | #Constraints:      59098
2413.57/2420.72	c #Conflicts:    2750000 | #Constraints:      60098
2413.57/2420.72	c #Conflicts:    2751000 | #Constraints:      61098
2413.57/2420.72	c #Conflicts:    2752000 | #Constraints:      62098
2413.57/2420.72	c #Conflicts:    2753000 | #Constraints:      63098
2413.57/2420.72	c #Conflicts:    2754000 | #Constraints:      64098
2413.57/2420.72	c #Conflicts:    2755000 | #Constraints:      65098
2413.57/2420.72	c #Conflicts:    2756000 | #Constraints:      66098
2413.57/2420.72	c #Conflicts:    2757000 | #Constraints:      67098
2413.57/2420.72	c #Conflicts:    2758000 | #Constraints:      68098
2413.57/2420.72	c #Conflicts:    2759000 | #Constraints:      69098
2413.57/2420.72	c #Conflicts:    2760000 | #Constraints:      70098
2413.57/2420.72	c #Conflicts:    2761000 | #Constraints:      71098
2413.57/2420.72	c #Conflicts:    2762000 | #Constraints:      72098
2413.57/2420.72	c #Conflicts:    2763000 | #Constraints:      73098
2413.57/2420.72	c INPROCESSING
2413.57/2420.72	c GARBAGE COLLECT
2413.57/2420.72	c rational objective 1000
2454.55/2461.89	c #Conflicts:    2764000 | #Constraints:      41013
2454.55/2461.89	c #Conflicts:    2765000 | #Constraints:      42072
2454.55/2461.89	c #Conflicts:    2766000 | #Constraints:      43123
2454.55/2461.89	c #Conflicts:    2767000 | #Constraints:      44179
2454.55/2461.89	c #Conflicts:    2768000 | #Constraints:      45228
2454.55/2461.89	c #Conflicts:    2769000 | #Constraints:      46268
2454.55/2461.89	c #Conflicts:    2770000 | #Constraints:      47298
2454.55/2461.89	c #Conflicts:    2771000 | #Constraints:      48338
2454.55/2461.89	c #Conflicts:    2772000 | #Constraints:      49376
2454.55/2461.89	c #Conflicts:    2773000 | #Constraints:      50408
2454.55/2461.89	c #Conflicts:    2774000 | #Constraints:      51444
2454.55/2461.89	c #Conflicts:    2775000 | #Constraints:      52482
2454.55/2461.89	c #Conflicts:    2776000 | #Constraints:      53509
2454.55/2461.89	c #Conflicts:    2777000 | #Constraints:      54542
2454.55/2461.89	c #Conflicts:    2778000 | #Constraints:      55566
2454.55/2461.89	c #Conflicts:    2779000 | #Constraints:      56603
2454.55/2461.89	c #Conflicts:    2780000 | #Constraints:      57636
2454.55/2461.89	c #Conflicts:    2781000 | #Constraints:      58667
2454.55/2461.89	c #Conflicts:    2782000 | #Constraints:      59703
2454.55/2461.89	c #Conflicts:    2783000 | #Constraints:      60744
2454.55/2461.89	c #Conflicts:    2784000 | #Constraints:      61773
2454.55/2461.89	c #Conflicts:    2785000 | #Constraints:      62814
2454.55/2461.89	c #Conflicts:    2786000 | #Constraints:      63867
2454.55/2461.89	c #Conflicts:    2787000 | #Constraints:      64920
2454.55/2461.89	c #Conflicts:    2788000 | #Constraints:      65968
2454.55/2461.89	c #Conflicts:    2789000 | #Constraints:      67007
2454.55/2461.89	c #Conflicts:    2790000 | #Constraints:      68035
2454.55/2461.89	c #Conflicts:    2791000 | #Constraints:      69059
2454.55/2461.89	c #Conflicts:    2792000 | #Constraints:      70100
2454.55/2461.89	c #Conflicts:    2793000 | #Constraints:      71133
2454.55/2461.89	c #Conflicts:    2794000 | #Constraints:      72174
2454.55/2461.89	c #Conflicts:    2795000 | #Constraints:      73218
2454.55/2461.89	c #Conflicts:    2796000 | #Constraints:      74236
2454.55/2461.89	c INPROCESSING
2454.55/2461.89	c GARBAGE COLLECT
2454.55/2461.89	c rational objective 1000
2493.94/2501.35	c #Conflicts:    2797000 | #Constraints:      41270
2493.94/2501.35	c #Conflicts:    2798000 | #Constraints:      42270
2493.94/2501.35	c #Conflicts:    2799000 | #Constraints:      43270
2493.94/2501.35	c #Conflicts:    2800000 | #Constraints:      44270
2493.94/2501.35	c #Conflicts:    2801000 | #Constraints:      45270
2493.94/2501.35	c #Conflicts:    2802000 | #Constraints:      46270
2493.94/2501.35	c #Conflicts:    2803000 | #Constraints:      47270
2493.94/2501.35	c #Conflicts:    2804000 | #Constraints:      48270
2493.94/2501.35	c #Conflicts:    2805000 | #Constraints:      49270
2493.94/2501.35	c #Conflicts:    2806000 | #Constraints:      50270
2493.94/2501.35	c #Conflicts:    2807000 | #Constraints:      51270
2493.94/2501.35	c #Conflicts:    2808000 | #Constraints:      52270
2493.94/2501.35	c #Conflicts:    2809000 | #Constraints:      53270
2493.94/2501.35	c #Conflicts:    2810000 | #Constraints:      54270
2493.94/2501.35	c #Conflicts:    2811000 | #Constraints:      55270
2493.94/2501.35	c #Conflicts:    2812000 | #Constraints:      56270
2493.94/2501.35	c #Conflicts:    2813000 | #Constraints:      57270
2493.94/2501.35	c #Conflicts:    2814000 | #Constraints:      58270
2493.94/2501.35	c #Conflicts:    2815000 | #Constraints:      59270
2493.94/2501.35	c #Conflicts:    2816000 | #Constraints:      60270
2493.94/2501.35	c #Conflicts:    2817000 | #Constraints:      61270
2493.94/2501.35	c #Conflicts:    2818000 | #Constraints:      62270
2493.94/2501.35	c #Conflicts:    2819000 | #Constraints:      63270
2493.94/2501.35	c #Conflicts:    2820000 | #Constraints:      64270
2493.94/2501.35	c #Conflicts:    2821000 | #Constraints:      65270
2493.94/2501.35	c #Conflicts:    2822000 | #Constraints:      66270
2493.94/2501.35	c #Conflicts:    2823000 | #Constraints:      67270
2493.94/2501.35	c #Conflicts:    2824000 | #Constraints:      68270
2493.94/2501.35	c #Conflicts:    2825000 | #Constraints:      69270
2493.94/2501.35	c #Conflicts:    2826000 | #Constraints:      70270
2493.94/2501.35	c #Conflicts:    2827000 | #Constraints:      71270
2493.94/2501.35	c #Conflicts:    2828000 | #Constraints:      72270
2493.94/2501.35	c #Conflicts:    2829000 | #Constraints:      73270
2493.94/2501.35	c #Conflicts:    2830000 | #Constraints:      74270
2493.94/2501.35	c INPROCESSING
2493.94/2501.35	c GARBAGE COLLECT
2493.94/2501.35	c rational objective 1000
2532.83/2540.32	c #Conflicts:    2831000 | #Constraints:      41561
2532.83/2540.32	c #Conflicts:    2832000 | #Constraints:      42615
2532.83/2540.32	c #Conflicts:    2833000 | #Constraints:      43677
2532.83/2540.32	c #Conflicts:    2834000 | #Constraints:      44739
2532.83/2540.32	c #Conflicts:    2835000 | #Constraints:      45802
2532.83/2540.32	c #Conflicts:    2836000 | #Constraints:      46845
2532.83/2540.32	c #Conflicts:    2837000 | #Constraints:      47883
2532.83/2540.32	c #Conflicts:    2838000 | #Constraints:      48933
2532.83/2540.32	c #Conflicts:    2839000 | #Constraints:      49965
2532.83/2540.32	c #Conflicts:    2840000 | #Constraints:      50999
2532.83/2540.32	c #Conflicts:    2841000 | #Constraints:      52036
2532.83/2540.32	c #Conflicts:    2842000 | #Constraints:      53074
2532.83/2540.32	c #Conflicts:    2843000 | #Constraints:      54108
2532.83/2540.32	c #Conflicts:    2844000 | #Constraints:      55140
2532.83/2540.32	c #Conflicts:    2845000 | #Constraints:      56170
2532.83/2540.32	c #Conflicts:    2846000 | #Constraints:      57208
2532.83/2540.32	c #Conflicts:    2847000 | #Constraints:      58233
2532.83/2540.32	c #Conflicts:    2848000 | #Constraints:      59262
2532.83/2540.32	c #Conflicts:    2849000 | #Constraints:      60295
2532.83/2540.32	c #Conflicts:    2850000 | #Constraints:      61316
2532.83/2540.32	c #Conflicts:    2851000 | #Constraints:      62345
2532.83/2540.32	c #Conflicts:    2852000 | #Constraints:      63366
2532.83/2540.32	c #Conflicts:    2853000 | #Constraints:      64384
2532.83/2540.32	c #Conflicts:    2854000 | #Constraints:      65406
2532.83/2540.32	c #Conflicts:    2855000 | #Constraints:      66432
2532.83/2540.32	c #Conflicts:    2856000 | #Constraints:      67459
2532.83/2540.32	c #Conflicts:    2857000 | #Constraints:      68479
2532.83/2540.32	c #Conflicts:    2858000 | #Constraints:      69499
2532.83/2540.32	c #Conflicts:    2859000 | #Constraints:      70520
2532.83/2540.32	c #Conflicts:    2860000 | #Constraints:      71539
2532.83/2540.32	c #Conflicts:    2861000 | #Constraints:      72565
2532.83/2540.32	c #Conflicts:    2862000 | #Constraints:      73584
2532.83/2540.32	c #Conflicts:    2863000 | #Constraints:      74605
2532.83/2540.32	c #Conflicts:    2864000 | #Constraints:      75637
2532.83/2540.32	c INPROCESSING
2532.83/2540.32	c GARBAGE COLLECT
2532.83/2540.32	c rational objective 1000
2569.82/2577.44	c #Conflicts:    2865000 | #Constraints:      42240
2569.82/2577.44	c #Conflicts:    2866000 | #Constraints:      43240
2569.82/2577.44	c #Conflicts:    2867000 | #Constraints:      44240
2569.82/2577.44	c #Conflicts:    2868000 | #Constraints:      45240
2569.82/2577.44	c #Conflicts:    2869000 | #Constraints:      46240
2569.82/2577.44	c #Conflicts:    2870000 | #Constraints:      47240
2569.82/2577.44	c #Conflicts:    2871000 | #Constraints:      48240
2569.82/2577.44	c #Conflicts:    2872000 | #Constraints:      49240
2569.82/2577.44	c #Conflicts:    2873000 | #Constraints:      50240
2569.82/2577.44	c #Conflicts:    2874000 | #Constraints:      51240
2569.82/2577.44	c #Conflicts:    2875000 | #Constraints:      52240
2569.82/2577.44	c #Conflicts:    2876000 | #Constraints:      53240
2569.82/2577.44	c #Conflicts:    2877000 | #Constraints:      54240
2569.82/2577.44	c #Conflicts:    2878000 | #Constraints:      55240
2569.82/2577.44	c #Conflicts:    2879000 | #Constraints:      56240
2569.82/2577.44	c #Conflicts:    2880000 | #Constraints:      57240
2569.82/2577.44	c #Conflicts:    2881000 | #Constraints:      58240
2569.82/2577.44	c #Conflicts:    2882000 | #Constraints:      59240
2569.82/2577.44	c #Conflicts:    2883000 | #Constraints:      60240
2569.82/2577.44	c #Conflicts:    2884000 | #Constraints:      61240
2569.82/2577.44	c #Conflicts:    2885000 | #Constraints:      62240
2569.82/2577.44	c #Conflicts:    2886000 | #Constraints:      63240
2569.82/2577.44	c #Conflicts:    2887000 | #Constraints:      64240
2569.82/2577.44	c #Conflicts:    2888000 | #Constraints:      65240
2569.82/2577.44	c #Conflicts:    2889000 | #Constraints:      66240
2569.82/2577.44	c #Conflicts:    2890000 | #Constraints:      67240
2569.82/2577.44	c #Conflicts:    2891000 | #Constraints:      68240
2569.82/2577.44	c #Conflicts:    2892000 | #Constraints:      69240
2569.82/2577.44	c #Conflicts:    2893000 | #Constraints:      70240
2569.82/2577.44	c #Conflicts:    2894000 | #Constraints:      71240
2569.82/2577.44	c #Conflicts:    2895000 | #Constraints:      72240
2569.82/2577.44	c #Conflicts:    2896000 | #Constraints:      73240
2569.82/2577.44	c #Conflicts:    2897000 | #Constraints:      74240
2569.82/2577.44	c #Conflicts:    2898000 | #Constraints:      75240
2569.82/2577.44	c INPROCESSING
2569.82/2577.44	c GARBAGE COLLECT
2569.82/2577.44	c rational objective 1000
2607.91/2615.60	c #Conflicts:    2899000 | #Constraints:      42164
2607.91/2615.60	c #Conflicts:    2900000 | #Constraints:      43164
2607.91/2615.60	c #Conflicts:    2901000 | #Constraints:      44164
2607.91/2615.60	c #Conflicts:    2902000 | #Constraints:      45164
2607.91/2615.60	c #Conflicts:    2903000 | #Constraints:      46164
2607.91/2615.60	c #Conflicts:    2904000 | #Constraints:      47164
2607.91/2615.60	c #Conflicts:    2905000 | #Constraints:      48164
2607.91/2615.60	c #Conflicts:    2906000 | #Constraints:      49164
2607.91/2615.60	c #Conflicts:    2907000 | #Constraints:      50164
2607.91/2615.60	c #Conflicts:    2908000 | #Constraints:      51164
2607.91/2615.60	c #Conflicts:    2909000 | #Constraints:      52164
2607.91/2615.60	c #Conflicts:    2910000 | #Constraints:      53164
2607.91/2615.60	c #Conflicts:    2911000 | #Constraints:      54164
2607.91/2615.60	c #Conflicts:    2912000 | #Constraints:      55164
2607.91/2615.60	c #Conflicts:    2913000 | #Constraints:      56164
2607.91/2615.60	c #Conflicts:    2914000 | #Constraints:      57164
2607.91/2615.60	c #Conflicts:    2915000 | #Constraints:      58164
2607.91/2615.60	c #Conflicts:    2916000 | #Constraints:      59164
2607.91/2615.60	c #Conflicts:    2917000 | #Constraints:      60164
2607.91/2615.60	c #Conflicts:    2918000 | #Constraints:      61164
2607.91/2615.60	c #Conflicts:    2919000 | #Constraints:      62165
2607.91/2615.60	c #Conflicts:    2920000 | #Constraints:      63165
2607.91/2615.60	c #Conflicts:    2921000 | #Constraints:      64165
2607.91/2615.60	c #Conflicts:    2922000 | #Constraints:      65167
2607.91/2615.60	c #Conflicts:    2923000 | #Constraints:      66168
2607.91/2615.60	c #Conflicts:    2924000 | #Constraints:      67168
2607.91/2615.60	c #Conflicts:    2925000 | #Constraints:      68171
2607.91/2615.60	c #Conflicts:    2926000 | #Constraints:      69172
2607.91/2615.60	c #Conflicts:    2927000 | #Constraints:      70173
2607.91/2615.60	c #Conflicts:    2928000 | #Constraints:      71173
2607.91/2615.60	c #Conflicts:    2929000 | #Constraints:      72173
2607.91/2615.60	c #Conflicts:    2930000 | #Constraints:      73174
2607.91/2615.60	c #Conflicts:    2931000 | #Constraints:      74174
2607.91/2615.60	c #Conflicts:    2932000 | #Constraints:      75174
2607.91/2615.60	c INPROCESSING
2607.91/2615.60	c GARBAGE COLLECT
2607.91/2615.60	c rational objective 1000
2708.12/2716.15	c #Conflicts:    2933000 | #Constraints:      42046
2708.12/2716.15	c #Conflicts:    2934000 | #Constraints:      43047
2708.12/2716.15	c #Conflicts:    2935000 | #Constraints:      44059
2708.12/2716.15	c #Conflicts:    2936000 | #Constraints:      45065
2708.12/2716.15	c #Conflicts:    2937000 | #Constraints:      46083
2708.12/2716.15	c #Conflicts:    2938000 | #Constraints:      47088
2708.12/2716.15	c #Conflicts:    2939000 | #Constraints:      48093
2708.12/2716.15	c #Conflicts:    2940000 | #Constraints:      49100
2708.12/2716.15	c #Conflicts:    2941000 | #Constraints:      50111
2708.12/2716.15	c #Conflicts:    2942000 | #Constraints:      51129
2708.12/2716.15	c #Conflicts:    2943000 | #Constraints:      52134
2708.12/2716.15	c #Conflicts:    2944000 | #Constraints:      53136
2708.12/2716.15	c #Conflicts:    2945000 | #Constraints:      54142
2708.12/2716.15	c #Conflicts:    2946000 | #Constraints:      55154
2708.12/2716.15	c #Conflicts:    2947000 | #Constraints:      56160
2708.12/2716.15	c #Conflicts:    2948000 | #Constraints:      57174
2708.12/2716.15	c #Conflicts:    2949000 | #Constraints:      58180
2708.12/2716.15	c #Conflicts:    2950000 | #Constraints:      59209
2708.12/2716.15	c #Conflicts:    2951000 | #Constraints:      60221
2708.12/2716.15	c #Conflicts:    2952000 | #Constraints:      61232
2708.12/2716.15	c #Conflicts:    2953000 | #Constraints:      62258
2708.12/2716.15	c #Conflicts:    2954000 | #Constraints:      63302
2708.12/2716.15	c #Conflicts:    2955000 | #Constraints:      64340
2708.12/2716.15	c #Conflicts:    2956000 | #Constraints:      65387
2708.12/2716.15	c #Conflicts:    2957000 | #Constraints:      66425
2708.12/2716.15	c #Conflicts:    2958000 | #Constraints:      67463
2708.12/2716.15	c #Conflicts:    2959000 | #Constraints:      68501
2708.12/2716.15	c #Conflicts:    2960000 | #Constraints:      69532
2708.12/2716.15	c #Conflicts:    2961000 | #Constraints:      70558
2708.12/2716.15	c #Conflicts:    2962000 | #Constraints:      71578
2708.12/2716.15	c #Conflicts:    2963000 | #Constraints:      72612
2708.12/2716.15	c #Conflicts:    2964000 | #Constraints:      73637
2708.12/2716.15	c #Conflicts:    2965000 | #Constraints:      74662
2708.12/2716.15	c #Conflicts:    2966000 | #Constraints:      75681
2708.12/2716.15	c INPROCESSING
2708.12/2716.15	c GARBAGE COLLECT
2708.12/2716.15	c rational objective 1000
2745.80/2753.92	c #Conflicts:    2967000 | #Constraints:      42005
2745.80/2753.92	c #Conflicts:    2968000 | #Constraints:      43005
2745.80/2753.92	c #Conflicts:    2969000 | #Constraints:      44005
2745.80/2753.92	c #Conflicts:    2970000 | #Constraints:      45005
2745.80/2753.92	c #Conflicts:    2971000 | #Constraints:      46005
2745.80/2753.92	c #Conflicts:    2972000 | #Constraints:      47005
2745.80/2753.92	c #Conflicts:    2973000 | #Constraints:      48005
2745.80/2753.92	c #Conflicts:    2974000 | #Constraints:      49006
2745.80/2753.92	c #Conflicts:    2975000 | #Constraints:      50006
2745.80/2753.92	c #Conflicts:    2976000 | #Constraints:      51006
2745.80/2753.92	c #Conflicts:    2977000 | #Constraints:      52006
2745.80/2753.92	c #Conflicts:    2978000 | #Constraints:      53006
2745.80/2753.92	c #Conflicts:    2979000 | #Constraints:      54006
2745.80/2753.92	c #Conflicts:    2980000 | #Constraints:      55006
2745.80/2753.92	c #Conflicts:    2981000 | #Constraints:      56006
2745.80/2753.92	c #Conflicts:    2982000 | #Constraints:      57006
2745.80/2753.92	c #Conflicts:    2983000 | #Constraints:      58006
2745.80/2753.92	c #Conflicts:    2984000 | #Constraints:      59006
2745.80/2753.92	c #Conflicts:    2985000 | #Constraints:      60006
2745.80/2753.92	c #Conflicts:    2986000 | #Constraints:      61007
2745.80/2753.92	c #Conflicts:    2987000 | #Constraints:      62008
2745.80/2753.92	c #Conflicts:    2988000 | #Constraints:      63009
2745.80/2753.92	c #Conflicts:    2989000 | #Constraints:      64010
2745.80/2753.92	c #Conflicts:    2990000 | #Constraints:      65010
2745.80/2753.92	c #Conflicts:    2991000 | #Constraints:      66010
2745.80/2753.92	c #Conflicts:    2992000 | #Constraints:      67011
2745.80/2753.92	c #Conflicts:    2993000 | #Constraints:      68011
2745.80/2753.92	c #Conflicts:    2994000 | #Constraints:      69011
2745.80/2753.92	c #Conflicts:    2995000 | #Constraints:      70011
2745.80/2753.92	c #Conflicts:    2996000 | #Constraints:      71011
2745.80/2753.92	c #Conflicts:    2997000 | #Constraints:      72011
2745.80/2753.92	c #Conflicts:    2998000 | #Constraints:      73011
2745.80/2753.92	c #Conflicts:    2999000 | #Constraints:      74011
2745.80/2753.92	c #Conflicts:    3000000 | #Constraints:      75011
2745.80/2753.92	c #Conflicts:    3001000 | #Constraints:      76011
2745.80/2753.92	c INPROCESSING
2745.80/2753.92	c GARBAGE COLLECT
2745.80/2753.92	c rational objective 1000
2782.99/2791.20	c #Conflicts:    3002000 | #Constraints:      42456
2782.99/2791.20	c #Conflicts:    3003000 | #Constraints:      43456
2782.99/2791.20	c #Conflicts:    3004000 | #Constraints:      44456
2782.99/2791.20	c #Conflicts:    3005000 | #Constraints:      45456
2782.99/2791.20	c #Conflicts:    3006000 | #Constraints:      46456
2782.99/2791.20	c #Conflicts:    3007000 | #Constraints:      47456
2782.99/2791.20	c #Conflicts:    3008000 | #Constraints:      48456
2782.99/2791.20	c #Conflicts:    3009000 | #Constraints:      49456
2782.99/2791.20	c #Conflicts:    3010000 | #Constraints:      50456
2782.99/2791.20	c #Conflicts:    3011000 | #Constraints:      51456
2782.99/2791.20	c #Conflicts:    3012000 | #Constraints:      52456
2782.99/2791.20	c #Conflicts:    3013000 | #Constraints:      53456
2782.99/2791.20	c #Conflicts:    3014000 | #Constraints:      54456
2782.99/2791.20	c #Conflicts:    3015000 | #Constraints:      55456
2782.99/2791.20	c #Conflicts:    3016000 | #Constraints:      56456
2782.99/2791.20	c #Conflicts:    3017000 | #Constraints:      57456
2782.99/2791.20	c #Conflicts:    3018000 | #Constraints:      58456
2782.99/2791.20	c #Conflicts:    3019000 | #Constraints:      59456
2782.99/2791.20	c #Conflicts:    3020000 | #Constraints:      60456
2782.99/2791.20	c #Conflicts:    3021000 | #Constraints:      61456
2782.99/2791.20	c #Conflicts:    3022000 | #Constraints:      62456
2782.99/2791.20	c #Conflicts:    3023000 | #Constraints:      63456
2782.99/2791.20	c #Conflicts:    3024000 | #Constraints:      64456
2782.99/2791.20	c #Conflicts:    3025000 | #Constraints:      65456
2782.99/2791.20	c #Conflicts:    3026000 | #Constraints:      66456
2782.99/2791.20	c #Conflicts:    3027000 | #Constraints:      67456
2782.99/2791.20	c #Conflicts:    3028000 | #Constraints:      68456
2782.99/2791.20	c #Conflicts:    3029000 | #Constraints:      69456
2782.99/2791.20	c #Conflicts:    3030000 | #Constraints:      70456
2782.99/2791.20	c #Conflicts:    3031000 | #Constraints:      71456
2782.99/2791.20	c #Conflicts:    3032000 | #Constraints:      72456
2782.99/2791.20	c #Conflicts:    3033000 | #Constraints:      73456
2782.99/2791.20	c #Conflicts:    3034000 | #Constraints:      74456
2782.99/2791.20	c #Conflicts:    3035000 | #Constraints:      75456
2782.99/2791.20	c #Conflicts:    3036000 | #Constraints:      76456
2782.99/2791.20	c INPROCESSING
2782.99/2791.20	c GARBAGE COLLECT
2782.99/2791.20	c rational objective 1000
2819.89/2828.23	c #Conflicts:    3037000 | #Constraints:      42769
2819.89/2828.23	c #Conflicts:    3038000 | #Constraints:      43769
2819.89/2828.23	c #Conflicts:    3039000 | #Constraints:      44769
2819.89/2828.23	c #Conflicts:    3040000 | #Constraints:      45769
2819.89/2828.23	c #Conflicts:    3041000 | #Constraints:      46769
2819.89/2828.23	c #Conflicts:    3042000 | #Constraints:      47769
2819.89/2828.23	c #Conflicts:    3043000 | #Constraints:      48769
2819.89/2828.23	c #Conflicts:    3044000 | #Constraints:      49769
2819.89/2828.23	c #Conflicts:    3045000 | #Constraints:      50769
2819.89/2828.23	c #Conflicts:    3046000 | #Constraints:      51770
2819.89/2828.23	c #Conflicts:    3047000 | #Constraints:      52771
2819.89/2828.23	c #Conflicts:    3048000 | #Constraints:      53771
2819.89/2828.23	c #Conflicts:    3049000 | #Constraints:      54772
2819.89/2828.23	c #Conflicts:    3050000 | #Constraints:      55773
2819.89/2828.23	c #Conflicts:    3051000 | #Constraints:      56774
2819.89/2828.23	c #Conflicts:    3052000 | #Constraints:      57775
2819.89/2828.23	c #Conflicts:    3053000 | #Constraints:      58775
2819.89/2828.23	c #Conflicts:    3054000 | #Constraints:      59776
2819.89/2828.23	c #Conflicts:    3055000 | #Constraints:      60777
2819.89/2828.23	c #Conflicts:    3056000 | #Constraints:      61777
2819.89/2828.23	c #Conflicts:    3057000 | #Constraints:      62778
2819.89/2828.23	c #Conflicts:    3058000 | #Constraints:      63779
2819.89/2828.23	c #Conflicts:    3059000 | #Constraints:      64779
2819.89/2828.23	c #Conflicts:    3060000 | #Constraints:      65780
2819.89/2828.23	c #Conflicts:    3061000 | #Constraints:      66780
2819.89/2828.23	c #Conflicts:    3062000 | #Constraints:      67780
2819.89/2828.23	c #Conflicts:    3063000 | #Constraints:      68781
2819.89/2828.23	c #Conflicts:    3064000 | #Constraints:      69781
2819.89/2828.23	c #Conflicts:    3065000 | #Constraints:      70781
2819.89/2828.23	c #Conflicts:    3066000 | #Constraints:      71781
2819.89/2828.23	c #Conflicts:    3067000 | #Constraints:      72782
2819.89/2828.23	c #Conflicts:    3068000 | #Constraints:      73783
2819.89/2828.23	c #Conflicts:    3069000 | #Constraints:      74783
2819.89/2828.23	c #Conflicts:    3070000 | #Constraints:      75784
2819.89/2828.23	c #Conflicts:    3071000 | #Constraints:      76784
2819.89/2828.23	c INPROCESSING
2819.89/2828.23	c GARBAGE COLLECT
2819.89/2828.23	c rational objective 1000
2859.47/2867.94	c #Conflicts:    3072000 | #Constraints:      42946
2859.47/2867.94	c #Conflicts:    3073000 | #Constraints:      43946
2859.47/2867.94	c #Conflicts:    3074000 | #Constraints:      44946
2859.47/2867.94	c #Conflicts:    3075000 | #Constraints:      45946
2859.47/2867.94	c #Conflicts:    3076000 | #Constraints:      46946
2859.47/2867.94	c #Conflicts:    3077000 | #Constraints:      47946
2859.47/2867.94	c #Conflicts:    3078000 | #Constraints:      48947
2859.47/2867.94	c #Conflicts:    3079000 | #Constraints:      49947
2859.47/2867.94	c #Conflicts:    3080000 | #Constraints:      50948
2859.47/2867.94	c #Conflicts:    3081000 | #Constraints:      51948
2859.47/2867.94	c #Conflicts:    3082000 | #Constraints:      52949
2859.47/2867.94	c #Conflicts:    3083000 | #Constraints:      53950
2859.47/2867.94	c #Conflicts:    3084000 | #Constraints:      54951
2859.47/2867.94	c #Conflicts:    3085000 | #Constraints:      55952
2859.47/2867.94	c #Conflicts:    3086000 | #Constraints:      56952
2859.47/2867.94	c #Conflicts:    3087000 | #Constraints:      57953
2859.47/2867.94	c #Conflicts:    3088000 | #Constraints:      58953
2859.47/2867.94	c #Conflicts:    3089000 | #Constraints:      59954
2859.47/2867.94	c #Conflicts:    3090000 | #Constraints:      60955
2859.47/2867.94	c #Conflicts:    3091000 | #Constraints:      61956
2859.47/2867.94	c #Conflicts:    3092000 | #Constraints:      62957
2859.47/2867.94	c #Conflicts:    3093000 | #Constraints:      63958
2859.47/2867.94	c #Conflicts:    3094000 | #Constraints:      64960
2859.47/2867.94	c #Conflicts:    3095000 | #Constraints:      65962
2859.47/2867.94	c #Conflicts:    3096000 | #Constraints:      66963
2859.47/2867.94	c #Conflicts:    3097000 | #Constraints:      67964
2859.47/2867.94	c #Conflicts:    3098000 | #Constraints:      68966
2859.47/2867.94	c #Conflicts:    3099000 | #Constraints:      69967
2859.47/2867.94	c #Conflicts:    3100000 | #Constraints:      70967
2859.47/2867.94	c #Conflicts:    3101000 | #Constraints:      71969
2859.47/2867.94	c #Conflicts:    3102000 | #Constraints:      72969
2859.47/2867.94	c #Conflicts:    3103000 | #Constraints:      73969
2859.47/2867.94	c #Conflicts:    3104000 | #Constraints:      74970
2859.47/2867.94	c #Conflicts:    3105000 | #Constraints:      75975
2859.47/2867.94	c #Conflicts:    3106000 | #Constraints:      76976
2859.47/2867.94	c INPROCESSING
2859.47/2867.94	c GARBAGE COLLECT
2859.47/2867.94	c rational objective 1000
2917.41/2926.08	c #Conflicts:    3107000 | #Constraints:      42847
2917.41/2926.08	c #Conflicts:    3108000 | #Constraints:      43877
2917.41/2926.08	c #Conflicts:    3109000 | #Constraints:      44965
2917.41/2926.08	c #Conflicts:    3110000 | #Constraints:      46027
2917.41/2926.08	c #Conflicts:    3111000 | #Constraints:      47071
2917.41/2926.08	c #Conflicts:    3112000 | #Constraints:      48134
2917.41/2926.08	c #Conflicts:    3113000 | #Constraints:      49190
2917.41/2926.08	c #Conflicts:    3114000 | #Constraints:      50232
2917.41/2926.08	c #Conflicts:    3115000 | #Constraints:      51274
2917.41/2926.08	c #Conflicts:    3116000 | #Constraints:      52323
2917.41/2926.08	c #Conflicts:    3117000 | #Constraints:      53360
2917.41/2926.08	c #Conflicts:    3118000 | #Constraints:      54387
2917.41/2926.08	c #Conflicts:    3119000 | #Constraints:      55418
2917.41/2926.08	c #Conflicts:    3120000 | #Constraints:      56463
2917.41/2926.08	c #Conflicts:    3121000 | #Constraints:      57508
2917.41/2926.08	c #Conflicts:    3122000 | #Constraints:      58566
2917.41/2926.08	c #Conflicts:    3123000 | #Constraints:      59631
2917.41/2926.08	c #Conflicts:    3124000 | #Constraints:      60691
2917.41/2926.08	c #Conflicts:    3125000 | #Constraints:      61738
2917.41/2926.08	c #Conflicts:    3126000 | #Constraints:      62792
2917.41/2926.08	c #Conflicts:    3127000 | #Constraints:      63822
2917.41/2926.08	c #Conflicts:    3128000 | #Constraints:      64857
2917.41/2926.08	c #Conflicts:    3129000 | #Constraints:      65877
2917.41/2926.08	c #Conflicts:    3130000 | #Constraints:      66913
2917.41/2926.08	c #Conflicts:    3131000 | #Constraints:      67945
2917.41/2926.08	c #Conflicts:    3132000 | #Constraints:      68969
2917.41/2926.08	c #Conflicts:    3133000 | #Constraints:      70007
2917.41/2926.08	c #Conflicts:    3134000 | #Constraints:      71029
2917.41/2926.08	c #Conflicts:    3135000 | #Constraints:      72056
2917.41/2926.08	c #Conflicts:    3136000 | #Constraints:      73081
2917.41/2926.08	c #Conflicts:    3137000 | #Constraints:      74105
2917.41/2926.08	c #Conflicts:    3138000 | #Constraints:      75138
2917.41/2926.08	c #Conflicts:    3139000 | #Constraints:      76167
2917.41/2926.08	c #Conflicts:    3140000 | #Constraints:      77192
2917.41/2926.08	c #Conflicts:    3141000 | #Constraints:      78223
2917.41/2926.08	c INPROCESSING
2917.41/2926.08	c GARBAGE COLLECT
2917.41/2926.08	c rational objective 1000
2961.68/2970.40	c #Conflicts:    3142000 | #Constraints:      43251
2961.68/2970.40	c #Conflicts:    3143000 | #Constraints:      44251
2961.68/2970.40	c #Conflicts:    3144000 | #Constraints:      45251
2961.68/2970.40	c #Conflicts:    3145000 | #Constraints:      46251
2961.68/2970.40	c #Conflicts:    3146000 | #Constraints:      47251
2961.68/2970.40	c #Conflicts:    3147000 | #Constraints:      48251
2961.68/2970.40	c #Conflicts:    3148000 | #Constraints:      49251
2961.68/2970.40	c #Conflicts:    3149000 | #Constraints:      50251
2961.68/2970.40	c #Conflicts:    3150000 | #Constraints:      51251
2961.68/2970.40	c #Conflicts:    3151000 | #Constraints:      52251
2961.68/2970.40	c #Conflicts:    3152000 | #Constraints:      53251
2961.68/2970.40	c #Conflicts:    3153000 | #Constraints:      54251
2961.68/2970.40	c #Conflicts:    3154000 | #Constraints:      55251
2961.68/2970.40	c #Conflicts:    3155000 | #Constraints:      56251
2961.68/2970.40	c #Conflicts:    3156000 | #Constraints:      57251
2961.68/2970.40	c #Conflicts:    3157000 | #Constraints:      58251
2961.68/2970.40	c #Conflicts:    3158000 | #Constraints:      59251
2961.68/2970.40	c #Conflicts:    3159000 | #Constraints:      60251
2961.68/2970.40	c #Conflicts:    3160000 | #Constraints:      61251
2961.68/2970.40	c #Conflicts:    3161000 | #Constraints:      62251
2961.68/2970.40	c #Conflicts:    3162000 | #Constraints:      63251
2961.68/2970.40	c #Conflicts:    3163000 | #Constraints:      64251
2961.68/2970.40	c #Conflicts:    3164000 | #Constraints:      65251
2961.68/2970.40	c #Conflicts:    3165000 | #Constraints:      66251
2961.68/2970.40	c #Conflicts:    3166000 | #Constraints:      67251
2961.68/2970.40	c #Conflicts:    3167000 | #Constraints:      68251
2961.68/2970.40	c #Conflicts:    3168000 | #Constraints:      69251
2961.68/2970.40	c #Conflicts:    3169000 | #Constraints:      70251
2961.68/2970.40	c #Conflicts:    3170000 | #Constraints:      71251
2961.68/2970.40	c #Conflicts:    3171000 | #Constraints:      72251
2961.68/2970.40	c #Conflicts:    3172000 | #Constraints:      73251
2961.68/2970.40	c #Conflicts:    3173000 | #Constraints:      74251
2961.68/2970.40	c #Conflicts:    3174000 | #Constraints:      75251
2961.68/2970.40	c #Conflicts:    3175000 | #Constraints:      76251
2961.68/2970.40	c #Conflicts:    3176000 | #Constraints:      77251
2961.68/2970.40	c #Conflicts:    3177000 | #Constraints:      78251
2961.68/2970.40	c INPROCESSING
2961.68/2970.40	c GARBAGE COLLECT
2961.68/2970.40	c rational objective 1000
3002.28/3011.17	c #Conflicts:    3178000 | #Constraints:      43561
3002.28/3011.17	c #Conflicts:    3179000 | #Constraints:      44561
3002.28/3011.17	c #Conflicts:    3180000 | #Constraints:      45561
3002.28/3011.17	c #Conflicts:    3181000 | #Constraints:      46561
3002.28/3011.17	c #Conflicts:    3182000 | #Constraints:      47561
3002.28/3011.17	c #Conflicts:    3183000 | #Constraints:      48561
3002.28/3011.17	c #Conflicts:    3184000 | #Constraints:      49561
3002.28/3011.17	c #Conflicts:    3185000 | #Constraints:      50561
3002.28/3011.17	c #Conflicts:    3186000 | #Constraints:      51561
3002.28/3011.17	c #Conflicts:    3187000 | #Constraints:      52561
3002.28/3011.17	c #Conflicts:    3188000 | #Constraints:      53561
3002.28/3011.17	c #Conflicts:    3189000 | #Constraints:      54561
3002.28/3011.17	c #Conflicts:    3190000 | #Constraints:      55561
3002.28/3011.17	c #Conflicts:    3191000 | #Constraints:      56561
3002.28/3011.17	c #Conflicts:    3192000 | #Constraints:      57561
3002.28/3011.17	c #Conflicts:    3193000 | #Constraints:      58561
3002.28/3011.17	c #Conflicts:    3194000 | #Constraints:      59561
3002.28/3011.17	c #Conflicts:    3195000 | #Constraints:      60561
3002.28/3011.17	c #Conflicts:    3196000 | #Constraints:      61561
3002.28/3011.17	c #Conflicts:    3197000 | #Constraints:      62561
3002.28/3011.17	c #Conflicts:    3198000 | #Constraints:      63561
3002.28/3011.17	c #Conflicts:    3199000 | #Constraints:      64561
3002.28/3011.17	c #Conflicts:    3200000 | #Constraints:      65561
3002.28/3011.17	c #Conflicts:    3201000 | #Constraints:      66561
3002.28/3011.17	c #Conflicts:    3202000 | #Constraints:      67561
3002.28/3011.17	c #Conflicts:    3203000 | #Constraints:      68561
3002.28/3011.17	c #Conflicts:    3204000 | #Constraints:      69561
3002.28/3011.17	c #Conflicts:    3205000 | #Constraints:      70561
3002.28/3011.17	c #Conflicts:    3206000 | #Constraints:      71561
3002.28/3011.17	c #Conflicts:    3207000 | #Constraints:      72561
3002.28/3011.17	c #Conflicts:    3208000 | #Constraints:      73561
3002.28/3011.17	c #Conflicts:    3209000 | #Constraints:      74561
3002.28/3011.17	c #Conflicts:    3210000 | #Constraints:      75561
3002.28/3011.17	c #Conflicts:    3211000 | #Constraints:      76561
3002.28/3011.17	c #Conflicts:    3212000 | #Constraints:      77561
3002.28/3011.17	c #Conflicts:    3213000 | #Constraints:      78561
3002.28/3011.17	c INPROCESSING
3002.28/3011.17	c GARBAGE COLLECT
3002.28/3011.17	c rational objective 1000
3066.88/3075.99	c #Conflicts:    3214000 | #Constraints:      43823
3066.88/3075.99	c #Conflicts:    3215000 | #Constraints:      44823
3066.88/3075.99	c #Conflicts:    3216000 | #Constraints:      45823
3066.88/3075.99	c #Conflicts:    3217000 | #Constraints:      46823
3066.88/3075.99	c #Conflicts:    3218000 | #Constraints:      47856
3066.88/3075.99	c #Conflicts:    3219000 | #Constraints:      48918
3066.88/3075.99	c #Conflicts:    3220000 | #Constraints:      49974
3066.88/3075.99	c #Conflicts:    3221000 | #Constraints:      51016
3066.88/3075.99	c #Conflicts:    3222000 | #Constraints:      52036
3066.88/3075.99	c #Conflicts:    3223000 | #Constraints:      53067
3066.88/3075.99	c #Conflicts:    3224000 | #Constraints:      54090
3066.88/3075.99	c #Conflicts:    3225000 | #Constraints:      55119
3066.88/3075.99	c #Conflicts:    3226000 | #Constraints:      56144
3066.88/3075.99	c #Conflicts:    3227000 | #Constraints:      57168
3066.88/3075.99	c #Conflicts:    3228000 | #Constraints:      58198
3066.88/3075.99	c #Conflicts:    3229000 | #Constraints:      59230
3066.88/3075.99	c #Conflicts:    3230000 | #Constraints:      60268
3066.88/3075.99	c #Conflicts:    3231000 | #Constraints:      61320
3066.88/3075.99	c #Conflicts:    3232000 | #Constraints:      62382
3066.88/3075.99	c #Conflicts:    3233000 | #Constraints:      63415
3066.88/3075.99	c #Conflicts:    3234000 | #Constraints:      64434
3066.88/3075.99	c #Conflicts:    3235000 | #Constraints:      65452
3066.88/3075.99	c #Conflicts:    3236000 | #Constraints:      66469
3066.88/3075.99	c #Conflicts:    3237000 | #Constraints:      67492
3066.88/3075.99	c #Conflicts:    3238000 | #Constraints:      68521
3066.88/3075.99	c #Conflicts:    3239000 | #Constraints:      69549
3066.88/3075.99	c #Conflicts:    3240000 | #Constraints:      70578
3066.88/3075.99	c #Conflicts:    3241000 | #Constraints:      71604
3066.88/3075.99	c #Conflicts:    3242000 | #Constraints:      72621
3066.88/3075.99	c #Conflicts:    3243000 | #Constraints:      73640
3066.88/3075.99	c #Conflicts:    3244000 | #Constraints:      74667
3066.88/3075.99	c #Conflicts:    3245000 | #Constraints:      75690
3066.88/3075.99	c #Conflicts:    3246000 | #Constraints:      76712
3066.88/3075.99	c #Conflicts:    3247000 | #Constraints:      77739
3066.88/3075.99	c #Conflicts:    3248000 | #Constraints:      78775
3066.88/3075.99	c #Conflicts:    3249000 | #Constraints:      79807
3066.88/3075.99	c INPROCESSING
3066.88/3075.99	c GARBAGE COLLECT
3066.88/3075.99	c rational objective 1000
3109.75/3118.99	c #Conflicts:    3250000 | #Constraints:      44331
3109.75/3118.99	c #Conflicts:    3251000 | #Constraints:      45331
3109.75/3118.99	c #Conflicts:    3252000 | #Constraints:      46331
3109.75/3118.99	c #Conflicts:    3253000 | #Constraints:      47331
3109.75/3118.99	c #Conflicts:    3254000 | #Constraints:      48331
3109.75/3118.99	c #Conflicts:    3255000 | #Constraints:      49331
3109.75/3118.99	c #Conflicts:    3256000 | #Constraints:      50331
3109.75/3118.99	c #Conflicts:    3257000 | #Constraints:      51331
3109.75/3118.99	c #Conflicts:    3258000 | #Constraints:      52331
3109.75/3118.99	c #Conflicts:    3259000 | #Constraints:      53331
3109.75/3118.99	c #Conflicts:    3260000 | #Constraints:      54331
3109.75/3118.99	c #Conflicts:    3261000 | #Constraints:      55331
3109.75/3118.99	c #Conflicts:    3262000 | #Constraints:      56331
3109.75/3118.99	c #Conflicts:    3263000 | #Constraints:      57331
3109.75/3118.99	c #Conflicts:    3264000 | #Constraints:      58331
3109.75/3118.99	c #Conflicts:    3265000 | #Constraints:      59331
3109.75/3118.99	c #Conflicts:    3266000 | #Constraints:      60331
3109.75/3118.99	c #Conflicts:    3267000 | #Constraints:      61331
3109.75/3118.99	c #Conflicts:    3268000 | #Constraints:      62331
3109.75/3118.99	c #Conflicts:    3269000 | #Constraints:      63331
3109.75/3118.99	c #Conflicts:    3270000 | #Constraints:      64331
3109.75/3118.99	c #Conflicts:    3271000 | #Constraints:      65331
3109.75/3118.99	c #Conflicts:    3272000 | #Constraints:      66331
3109.75/3118.99	c #Conflicts:    3273000 | #Constraints:      67331
3109.75/3118.99	c #Conflicts:    3274000 | #Constraints:      68331
3109.75/3118.99	c #Conflicts:    3275000 | #Constraints:      69331
3109.75/3118.99	c #Conflicts:    3276000 | #Constraints:      70331
3109.75/3118.99	c #Conflicts:    3277000 | #Constraints:      71331
3109.75/3118.99	c #Conflicts:    3278000 | #Constraints:      72331
3109.75/3118.99	c #Conflicts:    3279000 | #Constraints:      73331
3109.75/3118.99	c #Conflicts:    3280000 | #Constraints:      74331
3109.75/3118.99	c #Conflicts:    3281000 | #Constraints:      75331
3109.75/3118.99	c #Conflicts:    3282000 | #Constraints:      76331
3109.75/3118.99	c #Conflicts:    3283000 | #Constraints:      77331
3109.75/3118.99	c #Conflicts:    3284000 | #Constraints:      78331
3109.75/3118.99	c #Conflicts:    3285000 | #Constraints:      79331
3109.75/3118.99	c INPROCESSING
3109.75/3118.99	c GARBAGE COLLECT
3109.75/3118.99	c rational objective 1000
3151.03/3160.31	c #Conflicts:    3286000 | #Constraints:      44099
3151.03/3160.31	c #Conflicts:    3287000 | #Constraints:      45099
3151.03/3160.31	c #Conflicts:    3288000 | #Constraints:      46099
3151.03/3160.31	c #Conflicts:    3289000 | #Constraints:      47099
3151.03/3160.31	c #Conflicts:    3290000 | #Constraints:      48099
3151.03/3160.31	c #Conflicts:    3291000 | #Constraints:      49099
3151.03/3160.31	c #Conflicts:    3292000 | #Constraints:      50099
3151.03/3160.31	c #Conflicts:    3293000 | #Constraints:      51099
3151.03/3160.31	c #Conflicts:    3294000 | #Constraints:      52099
3151.03/3160.31	c #Conflicts:    3295000 | #Constraints:      53099
3151.03/3160.31	c #Conflicts:    3296000 | #Constraints:      54099
3151.03/3160.31	c #Conflicts:    3297000 | #Constraints:      55099
3151.03/3160.31	c #Conflicts:    3298000 | #Constraints:      56099
3151.03/3160.31	c #Conflicts:    3299000 | #Constraints:      57099
3151.03/3160.31	c #Conflicts:    3300000 | #Constraints:      58099
3151.03/3160.31	c #Conflicts:    3301000 | #Constraints:      59099
3151.03/3160.31	c #Conflicts:    3302000 | #Constraints:      60099
3151.03/3160.31	c #Conflicts:    3303000 | #Constraints:      61099
3151.03/3160.31	c #Conflicts:    3304000 | #Constraints:      62099
3151.03/3160.31	c #Conflicts:    3305000 | #Constraints:      63099
3151.03/3160.31	c #Conflicts:    3306000 | #Constraints:      64099
3151.03/3160.31	c #Conflicts:    3307000 | #Constraints:      65099
3151.03/3160.31	c #Conflicts:    3308000 | #Constraints:      66099
3151.03/3160.31	c #Conflicts:    3309000 | #Constraints:      67099
3151.03/3160.31	c #Conflicts:    3310000 | #Constraints:      68099
3151.03/3160.31	c #Conflicts:    3311000 | #Constraints:      69099
3151.03/3160.31	c #Conflicts:    3312000 | #Constraints:      70099
3151.03/3160.31	c #Conflicts:    3313000 | #Constraints:      71099
3151.03/3160.31	c #Conflicts:    3314000 | #Constraints:      72099
3151.03/3160.31	c #Conflicts:    3315000 | #Constraints:      73099
3151.03/3160.31	c #Conflicts:    3316000 | #Constraints:      74099
3151.03/3160.31	c #Conflicts:    3317000 | #Constraints:      75099
3151.03/3160.31	c #Conflicts:    3318000 | #Constraints:      76099
3151.03/3160.31	c #Conflicts:    3319000 | #Constraints:      77099
3151.03/3160.31	c #Conflicts:    3320000 | #Constraints:      78099
3151.03/3160.31	c #Conflicts:    3321000 | #Constraints:      79099
3151.03/3160.31	c INPROCESSING
3151.03/3160.31	c GARBAGE COLLECT
3151.03/3160.31	c rational objective 1000
3195.30/3204.75	c #Conflicts:    3322000 | #Constraints:      43797
3195.30/3204.75	c #Conflicts:    3323000 | #Constraints:      44832
3195.30/3204.75	c #Conflicts:    3324000 | #Constraints:      45891
3195.30/3204.75	c #Conflicts:    3325000 | #Constraints:      46926
3195.30/3204.75	c #Conflicts:    3326000 | #Constraints:      47963
3195.30/3204.75	c #Conflicts:    3327000 | #Constraints:      49001
3195.30/3204.75	c #Conflicts:    3328000 | #Constraints:      50029
3195.30/3204.75	c #Conflicts:    3329000 | #Constraints:      51062
3195.30/3204.75	c #Conflicts:    3330000 | #Constraints:      52093
3195.30/3204.75	c #Conflicts:    3331000 | #Constraints:      53136
3195.30/3204.75	c #Conflicts:    3332000 | #Constraints:      54176
3195.30/3204.75	c #Conflicts:    3333000 | #Constraints:      55192
3195.30/3204.75	c #Conflicts:    3334000 | #Constraints:      56206
3195.30/3204.75	c #Conflicts:    3335000 | #Constraints:      57240
3195.30/3204.75	c #Conflicts:    3336000 | #Constraints:      58264
3195.30/3204.75	c #Conflicts:    3337000 | #Constraints:      59282
3195.30/3204.75	c #Conflicts:    3338000 | #Constraints:      60304
3195.30/3204.75	c #Conflicts:    3339000 | #Constraints:      61322
3195.30/3204.75	c #Conflicts:    3340000 | #Constraints:      62354
3195.30/3204.75	c #Conflicts:    3341000 | #Constraints:      63379
3195.30/3204.75	c #Conflicts:    3342000 | #Constraints:      64398
3195.30/3204.75	c #Conflicts:    3343000 | #Constraints:      65422
3195.30/3204.75	c #Conflicts:    3344000 | #Constraints:      66444
3195.30/3204.75	c #Conflicts:    3345000 | #Constraints:      67463
3195.30/3204.75	c #Conflicts:    3346000 | #Constraints:      68485
3195.30/3204.75	c #Conflicts:    3347000 | #Constraints:      69512
3195.30/3204.75	c #Conflicts:    3348000 | #Constraints:      70532
3195.30/3204.75	c #Conflicts:    3349000 | #Constraints:      71547
3195.30/3204.75	c #Conflicts:    3350000 | #Constraints:      72570
3195.30/3204.75	c #Conflicts:    3351000 | #Constraints:      73593
3195.30/3204.75	c #Conflicts:    3352000 | #Constraints:      74618
3195.30/3204.75	c #Conflicts:    3353000 | #Constraints:      75644
3195.30/3204.75	c #Conflicts:    3354000 | #Constraints:      76680
3195.30/3204.75	c #Conflicts:    3355000 | #Constraints:      77711
3195.30/3204.75	c #Conflicts:    3356000 | #Constraints:      78750
3195.30/3204.75	c #Conflicts:    3357000 | #Constraints:      79802
3195.30/3204.75	c #Conflicts:    3358000 | #Constraints:      80834
3195.30/3204.75	c INPROCESSING
3195.30/3204.75	c GARBAGE COLLECT
3195.30/3204.75	c rational objective 1000
3236.97/3246.52	c #Conflicts:    3359000 | #Constraints:      44740
3236.97/3246.52	c #Conflicts:    3360000 | #Constraints:      45740
3236.97/3246.52	c #Conflicts:    3361000 | #Constraints:      46740
3236.97/3246.52	c #Conflicts:    3362000 | #Constraints:      47740
3236.97/3246.52	c #Conflicts:    3363000 | #Constraints:      48740
3236.97/3246.52	c #Conflicts:    3364000 | #Constraints:      49740
3236.97/3246.52	c #Conflicts:    3365000 | #Constraints:      50740
3236.97/3246.52	c #Conflicts:    3366000 | #Constraints:      51740
3236.97/3246.52	c #Conflicts:    3367000 | #Constraints:      52740
3236.97/3246.52	c #Conflicts:    3368000 | #Constraints:      53740
3236.97/3246.52	c #Conflicts:    3369000 | #Constraints:      54740
3236.97/3246.52	c #Conflicts:    3370000 | #Constraints:      55740
3236.97/3246.52	c #Conflicts:    3371000 | #Constraints:      56740
3236.97/3246.52	c #Conflicts:    3372000 | #Constraints:      57740
3236.97/3246.52	c #Conflicts:    3373000 | #Constraints:      58740
3236.97/3246.52	c #Conflicts:    3374000 | #Constraints:      59740
3236.97/3246.52	c #Conflicts:    3375000 | #Constraints:      60740
3236.97/3246.52	c #Conflicts:    3376000 | #Constraints:      61740
3236.97/3246.52	c #Conflicts:    3377000 | #Constraints:      62740
3236.97/3246.52	c #Conflicts:    3378000 | #Constraints:      63740
3236.97/3246.52	c #Conflicts:    3379000 | #Constraints:      64740
3236.97/3246.52	c #Conflicts:    3380000 | #Constraints:      65740
3236.97/3246.52	c #Conflicts:    3381000 | #Constraints:      66740
3236.97/3246.52	c #Conflicts:    3382000 | #Constraints:      67740
3236.97/3246.52	c #Conflicts:    3383000 | #Constraints:      68740
3236.97/3246.52	c #Conflicts:    3384000 | #Constraints:      69740
3236.97/3246.52	c #Conflicts:    3385000 | #Constraints:      70740
3236.97/3246.52	c #Conflicts:    3386000 | #Constraints:      71740
3236.97/3246.52	c #Conflicts:    3387000 | #Constraints:      72740
3236.97/3246.52	c #Conflicts:    3388000 | #Constraints:      73740
3236.97/3246.52	c #Conflicts:    3389000 | #Constraints:      74740
3236.97/3246.52	c #Conflicts:    3390000 | #Constraints:      75740
3236.97/3246.52	c #Conflicts:    3391000 | #Constraints:      76740
3236.97/3246.52	c #Conflicts:    3392000 | #Constraints:      77740
3236.97/3246.52	c #Conflicts:    3393000 | #Constraints:      78740
3236.97/3246.52	c #Conflicts:    3394000 | #Constraints:      79740
3236.97/3246.52	c #Conflicts:    3395000 | #Constraints:      80740
3236.97/3246.52	c INPROCESSING
3236.97/3246.52	c GARBAGE COLLECT
3236.97/3246.52	c rational objective 1000
3279.15/3288.83	c #Conflicts:    3396000 | #Constraints:      44909
3279.15/3288.83	c #Conflicts:    3397000 | #Constraints:      45909
3279.15/3288.83	c #Conflicts:    3398000 | #Constraints:      46909
3279.15/3288.83	c #Conflicts:    3399000 | #Constraints:      47909
3279.15/3288.83	c #Conflicts:    3400000 | #Constraints:      48909
3279.15/3288.83	c #Conflicts:    3401000 | #Constraints:      49909
3279.15/3288.83	c #Conflicts:    3402000 | #Constraints:      50909
3279.15/3288.83	c #Conflicts:    3403000 | #Constraints:      51909
3279.15/3288.83	c #Conflicts:    3404000 | #Constraints:      52909
3279.15/3288.83	c #Conflicts:    3405000 | #Constraints:      53909
3279.15/3288.83	c #Conflicts:    3406000 | #Constraints:      54909
3279.15/3288.83	c #Conflicts:    3407000 | #Constraints:      55909
3279.15/3288.83	c #Conflicts:    3408000 | #Constraints:      56909
3279.15/3288.83	c #Conflicts:    3409000 | #Constraints:      57909
3279.15/3288.83	c #Conflicts:    3410000 | #Constraints:      58909
3279.15/3288.83	c #Conflicts:    3411000 | #Constraints:      59909
3279.15/3288.83	c #Conflicts:    3412000 | #Constraints:      60909
3279.15/3288.83	c #Conflicts:    3413000 | #Constraints:      61909
3279.15/3288.83	c #Conflicts:    3414000 | #Constraints:      62909
3279.15/3288.83	c #Conflicts:    3415000 | #Constraints:      63909
3279.15/3288.83	c #Conflicts:    3416000 | #Constraints:      64909
3279.15/3288.83	c #Conflicts:    3417000 | #Constraints:      65909
3279.15/3288.83	c #Conflicts:    3418000 | #Constraints:      66909
3279.15/3288.83	c #Conflicts:    3419000 | #Constraints:      67909
3279.15/3288.83	c #Conflicts:    3420000 | #Constraints:      68909
3279.15/3288.83	c #Conflicts:    3421000 | #Constraints:      69909
3279.15/3288.83	c #Conflicts:    3422000 | #Constraints:      70909
3279.15/3288.83	c #Conflicts:    3423000 | #Constraints:      71909
3279.15/3288.83	c #Conflicts:    3424000 | #Constraints:      72909
3279.15/3288.83	c #Conflicts:    3425000 | #Constraints:      73909
3279.15/3288.83	c #Conflicts:    3426000 | #Constraints:      74909
3279.15/3288.83	c #Conflicts:    3427000 | #Constraints:      75909
3279.15/3288.83	c #Conflicts:    3428000 | #Constraints:      76909
3279.15/3288.83	c #Conflicts:    3429000 | #Constraints:      77909
3279.15/3288.83	c #Conflicts:    3430000 | #Constraints:      78909
3279.15/3288.83	c #Conflicts:    3431000 | #Constraints:      79909
3279.15/3288.83	c #Conflicts:    3432000 | #Constraints:      80909
3279.15/3288.83	c INPROCESSING
3279.15/3288.83	c GARBAGE COLLECT
3279.15/3288.83	c rational objective 1000
3317.93/3327.72	c #Conflicts:    3433000 | #Constraints:      44977
3317.93/3327.72	c #Conflicts:    3434000 | #Constraints:      46006
3317.93/3327.72	c #Conflicts:    3435000 | #Constraints:      47028
3317.93/3327.72	c #Conflicts:    3436000 | #Constraints:      48076
3317.93/3327.72	c #Conflicts:    3437000 | #Constraints:      49091
3317.93/3327.72	c #Conflicts:    3438000 | #Constraints:      50121
3317.93/3327.72	c #Conflicts:    3439000 | #Constraints:      51132
3317.93/3327.72	c #Conflicts:    3440000 | #Constraints:      52166
3317.93/3327.72	c #Conflicts:    3441000 | #Constraints:      53192
3317.93/3327.72	c #Conflicts:    3442000 | #Constraints:      54200
3317.93/3327.72	c #Conflicts:    3443000 | #Constraints:      55212
3317.93/3327.72	c #Conflicts:    3444000 | #Constraints:      56223
3317.93/3327.72	c #Conflicts:    3445000 | #Constraints:      57268
3317.93/3327.72	c #Conflicts:    3446000 | #Constraints:      58318
3317.93/3327.72	c #Conflicts:    3447000 | #Constraints:      59375
3317.93/3327.72	c #Conflicts:    3448000 | #Constraints:      60422
3317.93/3327.72	c #Conflicts:    3449000 | #Constraints:      61467
3317.93/3327.72	c #Conflicts:    3450000 | #Constraints:      62510
3317.93/3327.72	c #Conflicts:    3451000 | #Constraints:      63556
3317.93/3327.72	c #Conflicts:    3452000 | #Constraints:      64622
3317.93/3327.72	c #Conflicts:    3453000 | #Constraints:      65672
3317.93/3327.72	c #Conflicts:    3454000 | #Constraints:      66714
3317.93/3327.72	c #Conflicts:    3455000 | #Constraints:      67760
3317.93/3327.72	c #Conflicts:    3456000 | #Constraints:      68803
3317.93/3327.72	c #Conflicts:    3457000 | #Constraints:      69856
3317.93/3327.72	c #Conflicts:    3458000 | #Constraints:      70904
3317.93/3327.72	c #Conflicts:    3459000 | #Constraints:      71942
3317.93/3327.72	c #Conflicts:    3460000 | #Constraints:      72976
3317.93/3327.72	c #Conflicts:    3461000 | #Constraints:      74004
3317.93/3327.72	c #Conflicts:    3462000 | #Constraints:      75039
3317.93/3327.72	c #Conflicts:    3463000 | #Constraints:      76103
3317.93/3327.72	c #Conflicts:    3464000 | #Constraints:      77156
3317.93/3327.72	c #Conflicts:    3465000 | #Constraints:      78202
3317.93/3327.72	c #Conflicts:    3466000 | #Constraints:      79232
3317.93/3327.72	c #Conflicts:    3467000 | #Constraints:      80263
3317.93/3327.72	c #Conflicts:    3468000 | #Constraints:      81292
3317.93/3327.72	c #Conflicts:    3469000 | #Constraints:      82331
3317.93/3327.72	c INPROCESSING
3317.93/3327.72	c GARBAGE COLLECT
3317.93/3327.72	c rational objective 1000
3362.60/3372.59	c #Conflicts:    3470000 | #Constraints:      45485
3362.60/3372.59	c #Conflicts:    3471000 | #Constraints:      46485
3362.60/3372.59	c #Conflicts:    3472000 | #Constraints:      47485
3362.60/3372.59	c #Conflicts:    3473000 | #Constraints:      48485
3362.60/3372.59	c #Conflicts:    3474000 | #Constraints:      49485
3362.60/3372.59	c #Conflicts:    3475000 | #Constraints:      50485
3362.60/3372.59	c #Conflicts:    3476000 | #Constraints:      51485
3362.60/3372.59	c #Conflicts:    3477000 | #Constraints:      52485
3362.60/3372.59	c #Conflicts:    3478000 | #Constraints:      53485
3362.60/3372.59	c #Conflicts:    3479000 | #Constraints:      54485
3362.60/3372.59	c #Conflicts:    3480000 | #Constraints:      55485
3362.60/3372.59	c #Conflicts:    3481000 | #Constraints:      56485
3362.60/3372.59	c #Conflicts:    3482000 | #Constraints:      57485
3362.60/3372.59	c #Conflicts:    3483000 | #Constraints:      58485
3362.60/3372.59	c #Conflicts:    3484000 | #Constraints:      59485
3362.60/3372.59	c #Conflicts:    3485000 | #Constraints:      60485
3362.60/3372.59	c #Conflicts:    3486000 | #Constraints:      61485
3362.60/3372.59	c #Conflicts:    3487000 | #Constraints:      62485
3362.60/3372.59	c #Conflicts:    3488000 | #Constraints:      63485
3362.60/3372.59	c #Conflicts:    3489000 | #Constraints:      64485
3362.60/3372.59	c #Conflicts:    3490000 | #Constraints:      65485
3362.60/3372.59	c #Conflicts:    3491000 | #Constraints:      66485
3362.60/3372.59	c #Conflicts:    3492000 | #Constraints:      67485
3362.60/3372.59	c #Conflicts:    3493000 | #Constraints:      68485
3362.60/3372.59	c #Conflicts:    3494000 | #Constraints:      69485
3362.60/3372.59	c #Conflicts:    3495000 | #Constraints:      70485
3362.60/3372.59	c #Conflicts:    3496000 | #Constraints:      71485
3362.60/3372.59	c #Conflicts:    3497000 | #Constraints:      72485
3362.60/3372.59	c #Conflicts:    3498000 | #Constraints:      73485
3362.60/3372.59	c #Conflicts:    3499000 | #Constraints:      74485
3362.60/3372.59	c #Conflicts:    3500000 | #Constraints:      75485
3362.60/3372.59	c #Conflicts:    3501000 | #Constraints:      76485
3362.60/3372.59	c #Conflicts:    3502000 | #Constraints:      77485
3362.60/3372.59	c #Conflicts:    3503000 | #Constraints:      78485
3362.60/3372.59	c #Conflicts:    3504000 | #Constraints:      79485
3362.60/3372.59	c #Conflicts:    3505000 | #Constraints:      80485
3362.60/3372.59	c #Conflicts:    3506000 | #Constraints:      81485
3362.60/3372.59	c INPROCESSING
3362.60/3372.59	c GARBAGE COLLECT
3362.60/3372.59	c rational objective 1000
3435.08/3445.29	c #Conflicts:    3507000 | #Constraints:      44981
3435.08/3445.29	c #Conflicts:    3508000 | #Constraints:      45996
3435.08/3445.29	c #Conflicts:    3509000 | #Constraints:      47036
3435.08/3445.29	c #Conflicts:    3510000 | #Constraints:      48085
3435.08/3445.29	c #Conflicts:    3511000 | #Constraints:      49131
3435.08/3445.29	c #Conflicts:    3512000 | #Constraints:      50175
3435.08/3445.29	c #Conflicts:    3513000 | #Constraints:      51211
3435.08/3445.29	c #Conflicts:    3514000 | #Constraints:      52235
3435.08/3445.29	c #Conflicts:    3515000 | #Constraints:      53258
3435.08/3445.29	c #Conflicts:    3516000 | #Constraints:      54285
3435.08/3445.29	c #Conflicts:    3517000 | #Constraints:      55316
3435.08/3445.29	c #Conflicts:    3518000 | #Constraints:      56375
3435.08/3445.29	c #Conflicts:    3519000 | #Constraints:      57407
3435.08/3445.29	c #Conflicts:    3520000 | #Constraints:      58432
3435.08/3445.29	c #Conflicts:    3521000 | #Constraints:      59492
3435.08/3445.29	c #Conflicts:    3522000 | #Constraints:      60532
3435.08/3445.29	c #Conflicts:    3523000 | #Constraints:      61563
3435.08/3445.29	c #Conflicts:    3524000 | #Constraints:      62587
3435.08/3445.29	c #Conflicts:    3525000 | #Constraints:      63622
3435.08/3445.29	c #Conflicts:    3526000 | #Constraints:      64650
3435.08/3445.29	c #Conflicts:    3527000 | #Constraints:      65672
3435.08/3445.29	c #Conflicts:    3528000 | #Constraints:      66699
3435.08/3445.29	c #Conflicts:    3529000 | #Constraints:      67727
3435.08/3445.29	c #Conflicts:    3530000 | #Constraints:      68768
3435.08/3445.29	c #Conflicts:    3531000 | #Constraints:      69803
3435.08/3445.29	c #Conflicts:    3532000 | #Constraints:      70820
3435.08/3445.29	c #Conflicts:    3533000 | #Constraints:      71843
3435.08/3445.29	c #Conflicts:    3534000 | #Constraints:      72850
3435.08/3445.29	c #Conflicts:    3535000 | #Constraints:      73866
3435.08/3445.29	c #Conflicts:    3536000 | #Constraints:      74912
3435.08/3445.29	c #Conflicts:    3537000 | #Constraints:      75938
3435.08/3445.29	c #Conflicts:    3538000 | #Constraints:      76974
3435.08/3445.29	c #Conflicts:    3539000 | #Constraints:      77999
3435.08/3445.29	c #Conflicts:    3540000 | #Constraints:      79017
3435.08/3445.29	c #Conflicts:    3541000 | #Constraints:      80039
3435.08/3445.29	c #Conflicts:    3542000 | #Constraints:      81061
3435.08/3445.29	c #Conflicts:    3543000 | #Constraints:      82089
3435.08/3445.29	c #Conflicts:    3544000 | #Constraints:      83109
3435.08/3445.29	c INPROCESSING
3435.08/3445.29	c GARBAGE COLLECT
3435.08/3445.29	c rational objective 1000
3481.54/3491.85	c #Conflicts:    3545000 | #Constraints:      45924
3481.54/3491.85	c #Conflicts:    3546000 | #Constraints:      46924
3481.54/3491.85	c #Conflicts:    3547000 | #Constraints:      47924
3481.54/3491.85	c #Conflicts:    3548000 | #Constraints:      48924
3481.54/3491.85	c #Conflicts:    3549000 | #Constraints:      49924
3481.54/3491.85	c #Conflicts:    3550000 | #Constraints:      50924
3481.54/3491.85	c #Conflicts:    3551000 | #Constraints:      51924
3481.54/3491.85	c #Conflicts:    3552000 | #Constraints:      52924
3481.54/3491.85	c #Conflicts:    3553000 | #Constraints:      53924
3481.54/3491.85	c #Conflicts:    3554000 | #Constraints:      54924
3481.54/3491.85	c #Conflicts:    3555000 | #Constraints:      55924
3481.54/3491.85	c #Conflicts:    3556000 | #Constraints:      56924
3481.54/3491.85	c #Conflicts:    3557000 | #Constraints:      57924
3481.54/3491.85	c #Conflicts:    3558000 | #Constraints:      58924
3481.54/3491.85	c #Conflicts:    3559000 | #Constraints:      59924
3481.54/3491.85	c #Conflicts:    3560000 | #Constraints:      60924
3481.54/3491.85	c #Conflicts:    3561000 | #Constraints:      61924
3481.54/3491.85	c #Conflicts:    3562000 | #Constraints:      62924
3481.54/3491.85	c #Conflicts:    3563000 | #Constraints:      63924
3481.54/3491.85	c #Conflicts:    3564000 | #Constraints:      64924
3481.54/3491.85	c #Conflicts:    3565000 | #Constraints:      65924
3481.54/3491.85	c #Conflicts:    3566000 | #Constraints:      66924
3481.54/3491.85	c #Conflicts:    3567000 | #Constraints:      67924
3481.54/3491.85	c #Conflicts:    3568000 | #Constraints:      68924
3481.54/3491.85	c #Conflicts:    3569000 | #Constraints:      69924
3481.54/3491.85	c #Conflicts:    3570000 | #Constraints:      70924
3481.54/3491.85	c #Conflicts:    3571000 | #Constraints:      71924
3481.54/3491.85	c #Conflicts:    3572000 | #Constraints:      72924
3481.54/3491.85	c #Conflicts:    3573000 | #Constraints:      73924
3481.54/3491.85	c #Conflicts:    3574000 | #Constraints:      74924
3481.54/3491.85	c #Conflicts:    3575000 | #Constraints:      75924
3481.54/3491.85	c #Conflicts:    3576000 | #Constraints:      76924
3481.54/3491.85	c #Conflicts:    3577000 | #Constraints:      77924
3481.54/3491.85	c #Conflicts:    3578000 | #Constraints:      78924
3481.54/3491.85	c #Conflicts:    3579000 | #Constraints:      79924
3481.54/3491.85	c #Conflicts:    3580000 | #Constraints:      80924
3481.54/3491.85	c #Conflicts:    3581000 | #Constraints:      81924
3481.54/3491.85	c #Conflicts:    3582000 | #Constraints:      82924
3481.54/3491.85	c INPROCESSING
3481.54/3491.85	c GARBAGE COLLECT
3481.54/3491.85	c rational objective 1000
3529.51/3539.97	c #Conflicts:    3583000 | #Constraints:      46022
3529.51/3539.97	c #Conflicts:    3584000 | #Constraints:      47022
3529.51/3539.97	c #Conflicts:    3585000 | #Constraints:      48022
3529.51/3539.97	c #Conflicts:    3586000 | #Constraints:      49022
3529.51/3539.97	c #Conflicts:    3587000 | #Constraints:      50022
3529.51/3539.97	c #Conflicts:    3588000 | #Constraints:      51022
3529.51/3539.97	c #Conflicts:    3589000 | #Constraints:      52022
3529.51/3539.97	c #Conflicts:    3590000 | #Constraints:      53022
3529.51/3539.97	c #Conflicts:    3591000 | #Constraints:      54022
3529.51/3539.97	c #Conflicts:    3592000 | #Constraints:      55022
3529.51/3539.97	c #Conflicts:    3593000 | #Constraints:      56022
3529.51/3539.97	c #Conflicts:    3594000 | #Constraints:      57022
3529.51/3539.97	c #Conflicts:    3595000 | #Constraints:      58022
3529.51/3539.97	c #Conflicts:    3596000 | #Constraints:      59022
3529.51/3539.97	c #Conflicts:    3597000 | #Constraints:      60022
3529.51/3539.97	c #Conflicts:    3598000 | #Constraints:      61022
3529.51/3539.97	c #Conflicts:    3599000 | #Constraints:      62022
3529.51/3539.97	c #Conflicts:    3600000 | #Constraints:      63022
3529.51/3539.97	c #Conflicts:    3601000 | #Constraints:      64022
3529.51/3539.97	c #Conflicts:    3602000 | #Constraints:      65022
3529.51/3539.97	c #Conflicts:    3603000 | #Constraints:      66022
3529.51/3539.97	c #Conflicts:    3604000 | #Constraints:      67022
3529.51/3539.97	c #Conflicts:    3605000 | #Constraints:      68022
3529.51/3539.97	c #Conflicts:    3606000 | #Constraints:      69022
3529.51/3539.97	c #Conflicts:    3607000 | #Constraints:      70022
3529.51/3539.97	c #Conflicts:    3608000 | #Constraints:      71022
3529.51/3539.97	c #Conflicts:    3609000 | #Constraints:      72022
3529.51/3539.97	c #Conflicts:    3610000 | #Constraints:      73022
3529.51/3539.97	c #Conflicts:    3611000 | #Constraints:      74022
3529.51/3539.97	c #Conflicts:    3612000 | #Constraints:      75022
3529.51/3539.97	c #Conflicts:    3613000 | #Constraints:      76022
3529.51/3539.97	c #Conflicts:    3614000 | #Constraints:      77022
3529.51/3539.97	c #Conflicts:    3615000 | #Constraints:      78022
3529.51/3539.97	c #Conflicts:    3616000 | #Constraints:      79022
3529.51/3539.97	c #Conflicts:    3617000 | #Constraints:      80022
3529.51/3539.97	c #Conflicts:    3618000 | #Constraints:      81022
3529.51/3539.97	c #Conflicts:    3619000 | #Constraints:      82022
3529.51/3539.97	c #Conflicts:    3620000 | #Constraints:      83022
3529.51/3539.97	c INPROCESSING
3529.51/3539.97	c GARBAGE COLLECT
3529.51/3539.97	c rational objective 1000
3574.59/3585.20	c #Conflicts:    3621000 | #Constraints:      46049
3574.59/3585.20	c #Conflicts:    3622000 | #Constraints:      47049
3574.59/3585.20	c #Conflicts:    3623000 | #Constraints:      48049
3574.59/3585.20	c #Conflicts:    3624000 | #Constraints:      49049
3574.59/3585.20	c #Conflicts:    3625000 | #Constraints:      50049
3574.59/3585.20	c #Conflicts:    3626000 | #Constraints:      51049
3574.59/3585.20	c #Conflicts:    3627000 | #Constraints:      52049
3574.59/3585.20	c #Conflicts:    3628000 | #Constraints:      53049
3574.59/3585.20	c #Conflicts:    3629000 | #Constraints:      54049
3574.59/3585.20	c #Conflicts:    3630000 | #Constraints:      55049
3574.59/3585.20	c #Conflicts:    3631000 | #Constraints:      56049
3574.59/3585.20	c #Conflicts:    3632000 | #Constraints:      57049
3574.59/3585.20	c #Conflicts:    3633000 | #Constraints:      58049
3574.59/3585.20	c #Conflicts:    3634000 | #Constraints:      59049
3574.59/3585.20	c #Conflicts:    3635000 | #Constraints:      60049
3574.59/3585.20	c #Conflicts:    3636000 | #Constraints:      61049
3574.59/3585.20	c #Conflicts:    3637000 | #Constraints:      62049
3574.59/3585.20	c #Conflicts:    3638000 | #Constraints:      63049
3574.59/3585.20	c #Conflicts:    3639000 | #Constraints:      64049
3574.59/3585.20	c #Conflicts:    3640000 | #Constraints:      65049
3574.59/3585.20	c #Conflicts:    3641000 | #Constraints:      66049
3574.59/3585.20	c #Conflicts:    3642000 | #Constraints:      67049
3574.59/3585.20	c #Conflicts:    3643000 | #Constraints:      68049
3574.59/3585.20	c #Conflicts:    3644000 | #Constraints:      69049
3574.59/3585.20	c #Conflicts:    3645000 | #Constraints:      70049
3574.59/3585.20	c #Conflicts:    3646000 | #Constraints:      71049
3574.59/3585.20	c #Conflicts:    3647000 | #Constraints:      72049
3574.59/3585.20	c #Conflicts:    3648000 | #Constraints:      73049
3574.59/3585.20	c #Conflicts:    3649000 | #Constraints:      74049
3574.59/3585.20	c #Conflicts:    3650000 | #Constraints:      75049
3574.59/3585.20	c #Conflicts:    3651000 | #Constraints:      76049
3574.59/3585.20	c #Conflicts:    3652000 | #Constraints:      77049
3574.59/3585.20	c #Conflicts:    3653000 | #Constraints:      78049
3574.59/3585.20	c #Conflicts:    3654000 | #Constraints:      79049
3574.59/3585.20	c #Conflicts:    3655000 | #Constraints:      80049
3574.59/3585.20	c #Conflicts:    3656000 | #Constraints:      81049
3574.59/3585.20	c #Conflicts:    3657000 | #Constraints:      82049
3574.59/3585.20	c #Conflicts:    3658000 | #Constraints:      83049
3574.59/3585.20	c INPROCESSING
3574.59/3585.20	c GARBAGE COLLECT
3574.59/3585.20	c rational objective 1000
3600.00/3610.60	c #Conflicts:    3659000 | #Constraints:      45966
3600.00/3610.60	c #Conflicts:    3660000 | #Constraints:      47011
3600.00/3610.60	c #Conflicts:    3661000 | #Constraints:      48102
3600.00/3610.60	c #Conflicts:    3662000 | #Constraints:      49174
3600.00/3610.60	c #Conflicts:    3663000 | #Constraints:      50254
3600.00/3610.60	c #Conflicts:    3664000 | #Constraints:      51293
3600.00/3610.60	c #Conflicts:    3665000 | #Constraints:      52345
3600.00/3610.60	c #Conflicts:    3666000 | #Constraints:      53400
3600.00/3610.60	c #Conflicts:    3667000 | #Constraints:      54441
3600.00/3610.60	c #Conflicts:    3668000 | #Constraints:      55473
3600.00/3610.60	c #Conflicts:    3669000 | #Constraints:      56512
3600.00/3610.60	c #Conflicts:    3670000 | #Constraints:      57551
3600.00/3610.60	c #Conflicts:    3671000 | #Constraints:      58582
3600.00/3610.60	c #Conflicts:    3672000 | #Constraints:      59610
3600.00/3610.60	c #Conflicts:    3673000 | #Constraints:      60638
3600.00/3610.60	c #Conflicts:    3674000 | #Constraints:      61673
3600.00/3610.60	c #Conflicts:    3675000 | #Constraints:      62715
3600.00/3610.60	c #Conflicts:    3676000 | #Constraints:      63760
3600.00/3610.60	c #Conflicts:    3677000 | #Constraints:      64792
3600.00/3610.60	c #Conflicts:    3678000 | #Constraints:      65823
3600.00/3610.60	c #Conflicts:    3679000 | #Constraints:      66859
3600.00/3610.60	c #Conflicts:    3680000 | #Constraints:      67898
3600.00/3610.60	c #Conflicts:    3681000 | #Constraints:      68926
3600.00/3610.60	c cpu time 3569.48 s
3600.00/3610.60	c deterministic time 200518123740 2.01e+11
3600.00/3610.60	c optimization time 25.5294 s
3600.00/3610.60	c total solve time 3543.92 s
3600.00/3610.60	c core-guided solve time 2153.36 s
3600.00/3610.60	c propagation time 2834.23 s
3600.00/3610.60	c conflict analysis time 662.272 s
3600.00/3610.60	c propagations 936839395
3600.00/3610.60	c resolve steps 61923273
3600.00/3610.60	c decisions 10318187
3600.00/3610.60	c conflicts 3681171
3600.00/3610.60	c restarts 6394
3600.00/3610.60	c inprocessing phases 182
3600.00/3610.60	c garbage collections 182 ,( 100.00 )
3600.00/3610.60	c input clauses 5200 ,( 62.86 )
3600.00/3610.60	c input cardinalities 2631 ,( 31.81 )
3600.00/3610.60	c input general constraints 441 ,( 5.33 )
3600.00/3610.60	c input average constraint length 280.52
3600.00/3610.60	c input average constraint degree 79.50
3600.00/3610.60	c learned clauses 2419100 ,( 64.91 )
3600.00/3610.60	c learned cardinalities 318648 ,( 8.55 )
3600.00/3610.60	c learned general constraints 989171 ,( 26.54 )
3600.00/3610.60	c learned average constraint length 231.80
3600.00/3610.60	c learned average constraint degree 859616002.24
3600.00/3610.60	c watched  CF 32, 64, 128, Arb: 411610 , 0 , 0 , 0
3600.00/3610.60	c counting CF 32, 64, 128, Arb: 578003 , 0 , 0 , 0
3600.00/3610.60	c watched   constraints 411610 ,( 41.59 ) 
3600.00/3610.60	c counting  constraints 578002 ,( 58.41 ) 
3600.00/3610.60	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 2305106783 , 5761563525 , 24225460465 ,( 717729110 , 23507731355 )
3600.00/3610.60	c gcd simplifications 69863
3600.00/3610.60	c detected cardinalities 54561
3600.00/3610.60	c weakened non-implied lits 376991763
3600.00/3610.60	c weakened non-implying lits 146662
3600.00/3610.60	c original variables 1960
3600.00/3610.60	c clausal propagations 393455378
3600.00/3610.60	c cardinality propagations 64430406
3600.00/3610.60	c watched propagations 11751687
3600.00/3610.60	c counting propagations 434977827
3600.00/3610.60	c watch lookups 108208704927
3600.00/3610.60	c watch backjump lookups 0
3600.00/3610.60	c watch checks 49135843203
3600.00/3610.60	c propagation checks 38532788593
3600.00/3610.60	c constraint additions 2739091373
3600.00/3610.60	c trail pops 950797336
3600.00/3610.60	c formula constraints 4010
3600.00/3610.60	c learned constraints 3640991
3600.00/3610.60	c bound constraints 1169
3600.00/3610.60	c core-guided constraints 3093
3600.00/3610.60	c encountered formula constraints 18953789
3600.00/3610.60	c encountered learned constraints 33227048
3600.00/3610.60	c encountered bound constraints 174
3600.00/3610.60	c encountered core-guided constraints 12599159
3600.00/3610.60	c LP total time 373.369 s
3600.00/3610.60	c LP solve time 337.26 s
3600.00/3610.60	c LP constraints added 6985
3600.00/3610.60	c LP constraints removed 2951
3600.00/3610.60	c LP pivots internal 3681170
3600.00/3610.60	c LP pivots root 59555
3600.00/3610.60	c LP calls 55385
3600.00/3610.60	c LP optimalities 10834
3600.00/3610.60	c LP no pivot count 3951
3600.00/3610.60	c LP infeasibilities 44541
3600.00/3610.60	c LP valid Farkas constraints 44534
3600.00/3610.60	c LP learned Farkas constraints 40323
3600.00/3610.60	c LP basis resets 13
3600.00/3610.60	c LP cycling count 0
3600.00/3610.60	c LP singular count 6
3600.00/3610.60	c LP no primal count 0
3600.00/3610.60	c LP no farkas count 7
3600.00/3610.60	c LP other issue count 0
3600.00/3610.60	c LP Gomory cuts 1071
3600.00/3610.60	c LP learned cuts 1904
3600.00/3610.60	c LP deleted cuts 2951
3600.00/3610.60	c LP encountered Gomory constraints 5843
3600.00/3610.60	c LP encountered Farkas constraints 551895
3600.00/3610.60	c LP encountered learned Farkas constraints 226213
3600.00/3610.60	c CG auxiliary variables introduced 1364
3600.00/3610.60	c CG solutions found 170
3600.00/3610.60	c CG cores constructed 1000
3600.00/3610.60	c CG core cardinality constraints returned 0
3600.00/3610.60	c CG unit cores 1
3600.00/3610.60	c CG single cores 999
3600.00/3610.60	c CG blocks removed during cardinality reduction 0
3600.00/3610.60	c CG first core best 0
3600.00/3610.60	c CG decision core best 0
3600.00/3610.60	c CG core reduction tie 0
3600.00/3610.60	c CG core degree average 1.00
3600.00/3610.60	c CG core slack average 2.11
3600.00/3610.60	c CG core upper bound improvements 8
3600.00/3610.60	c STR number of successful calls 0
3600.00/3610.60	c STR number of unsuccessful calls 0
3600.00/3610.60	c STR number of inconclusive calls 0
3600.00/3610.60	c STR number of successful attempts 0
3600.00/3610.60	c STR number of unsuccessful attempts 0
3600.00/3610.60	c STR number of inconclusive attempts 0
3600.00/3610.60	c STR average degree increase per successful call inf
3600.00/3610.60	c STR average degree increase per successful attempt inf
3600.00/3610.60	c STR total number of conflicts for successful attempts 0
3600.00/3610.60	c STR total number of conflicts for unsuccessful attempts 0
3600.00/3610.60	c STR total number of conflicts for inconclusive attempts 0
3600.00/3610.60	c STR average number of conflicts per successful attempt inf
3600.00/3610.60	c STR average number of conflicts per unsuccessful attempt inf
3600.00/3610.60	c STR average number of conflicts per inconclusive attempt inf
3600.00/3610.60	c AVG.sumWPerc 48.56 
3600.00/3610.60	c bigint constraints 0 
3600.00/3610.60	o 1036
3600.00/3610.60	s SATISFIABLE
3600.00/3610.60	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
3600.00/3610.60	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: 63837 MiB (63189 MiB free)
  memory of node 1: 64465 MiB (63097 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4488682-1751330709/watcher-4488682-1751330709 -o /tmp/evaluation-result-4488682-1751330709/solver-4488682-1751330709 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751327095-44102 --watchdog 3760 run-opt-break.sh HOME/instance-4488682-1751330709.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=44541, runsolver pid=44538

[startup+0.100076 s]*
/proc/loadavg: 4.57 4.29 4.13 5/252 44544
/proc/meminfo: memFree=129312184/131382116 swapFree=33010684/33010684
[pid=44541] ppid=44538 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/44541/stat : 44541 (run-opt-break.s) S 44538 44541 44092 0 -1 4194304 241 1446 0 0 0 0 1 0 20 0 1 0 48750279 4292608 768 18446744073709551615 94185733406720 94185734301253 140734220497184 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94185734540304 94185734588048 94185751707648 140734220503393 140734220503522 140734220503522 140734220509124 0
/proc/44541/statm: 1048 768 704 219 0 110 0
[pid=44544] ppid=44541 vsize=57112 memory=11336 CPUtime=0.03 cores=0,2
/proc/44544/stat : 44544 (roundingsat) R 44541 44541 44092 0 -1 4194304 968 0 0 0 2 1 0 0 20 0 1 0 48750285 58482688 2834 18446744073709551615 4227072 8923433 140733802651808 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 38121472 140733802654052 140733802654248 140733802654248 140733802659818 0
/proc/44544/statm: 14278 2834 2272 1147 0 1705 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 61304 KiB
Current children cumulated memory: 14408 KiB

[startup+0.213582 s]*
/proc/loadavg: 4.57 4.29 4.13 5/252 44544
/proc/meminfo: memFree=129297316/131382116 swapFree=33010684/33010684
[pid=44541] ppid=44538 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/44541/stat : 44541 (run-opt-break.s) S 44538 44541 44092 0 -1 4194304 241 1446 0 0 0 0 1 0 20 0 1 0 48750279 4292608 768 18446744073709551615 94185733406720 94185734301253 140734220497184 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94185734540304 94185734588048 94185751707648 140734220503393 140734220503522 140734220503522 140734220509124 0
/proc/44541/statm: 1048 768 704 219 0 110 0
[pid=44544] ppid=44541 vsize=61484 memory=15968 CPUtime=0.15 cores=0,2
/proc/44544/stat : 44544 (roundingsat) R 44541 44541 44092 0 -1 4194304 2467 0 0 0 12 3 0 0 20 0 1 0 48750285 62959616 3992 18446744073709551615 4227072 8923433 140733802651808 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 38121472 140733802654052 140733802654248 140733802654248 140733802659818 0
/proc/44544/statm: 15371 3992 2336 1147 0 2798 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 65676 KiB
Current children cumulated memory: 19040 KiB

[startup+0.313408 s]*
/proc/loadavg: 4.57 4.29 4.13 5/250 44548
/proc/meminfo: memFree=129496480/131382116 swapFree=33010684/33010684
[pid=44541] ppid=44538 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/44541/stat : 44541 (run-opt-break.s) S 44538 44541 44092 0 -1 4194304 241 1446 0 0 0 0 1 0 20 0 1 0 48750279 4292608 768 18446744073709551615 94185733406720 94185734301253 140734220497184 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94185734540304 94185734588048 94185751707648 140734220503393 140734220503522 140734220503522 140734220509124 0
/proc/44541/statm: 1048 768 704 219 0 110 0
[pid=44544] ppid=44541 vsize=62204 memory=19040 CPUtime=0.24 cores=0,2
/proc/44544/stat : 44544 (roundingsat) R 44541 44541 44092 0 -1 4194304 2638 0 0 0 21 3 0 0 20 0 1 0 48750285 63696896 4760 18446744073709551615 4227072 8923433 140733802651808 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 38121472 140733802654052 140733802654248 140733802654248 140733802659818 0
/proc/44544/statm: 15551 4760 2400 1147 0 2978 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 66396 KiB
Current children cumulated memory: 22112 KiB

[startup+0.700349 s]
/proc/loadavg: 4.57 4.29 4.13 4/250 44558
/proc/meminfo: memFree=129479852/131382116 swapFree=33010684/33010684
[pid=44541] ppid=44538 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/44541/stat : 44541 (run-opt-break.s) S 44538 44541 44092 0 -1 4194304 241 1446 0 0 0 0 1 0 20 0 1 0 48750279 4292608 768 18446744073709551615 94185733406720 94185734301253 140734220497184 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94185734540304 94185734588048 94185751707648 140734220503393 140734220503522 140734220503522 140734220509124 0
/proc/44541/statm: 1048 768 704 219 0 110 0
[pid=44544] ppid=44541 vsize=71696 memory=29736 CPUtime=0.62 cores=0,2
/proc/44544/stat : 44544 (roundingsat) R 44541 44541 44092 0 -1 4194304 4812 0 0 0 55 7 0 0 20 0 1 0 48750285 73416704 7434 18446744073709551615 4227072 8923433 140733802651808 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 38121472 140733802654052 140733802654248 140733802654248 140733802659818 0
/proc/44544/statm: 17924 7434 2400 1147 0 5351 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 75888 KiB
Current children cumulated memory: 32808 KiB

[startup+1.50036 s]
/proc/loadavg: 4.57 4.29 4.13 5/248 44574
/proc/meminfo: memFree=129438912/131382116 swapFree=33010684/33010684
[pid=44541] ppid=44538 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/44541/stat : 44541 (run-opt-break.s) S 44538 44541 44092 0 -1 4194304 241 1446 0 0 0 0 1 0 20 0 1 0 48750279 4292608 768 18446744073709551615 94185733406720 94185734301253 140734220497184 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94185734540304 94185734588048 94185751707648 140734220503393 140734220503522 140734220503522 140734220509124 0
/proc/44541/statm: 1048 768 704 219 0 110 0
[pid=44544] ppid=44541 vsize=100532 memory=55640 CPUtime=1.41 cores=0,2
/proc/44544/stat : 44544 (roundingsat) R 44541 44541 44092 0 -1 4194304 10224 0 0 0 123 18 0 0 20 0 1 0 48750285 102944768 13910 18446744073709551615 4227072 8923433 140733802651808 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 38121472 140733802654052 140733802654248 140733802654248 140733802659818 0
/proc/44544/statm: 25133 13910 2432 1147 0 12560 0
Current children cumulated CPU time: 1.42 s
Current children cumulated vsize: 104724 KiB
Current children cumulated memory: 58712 KiB

[startup+3.113 s]
/proc/loadavg: 4.57 4.29 4.13 5/253 44591
/proc/meminfo: memFree=129300284/131382116 swapFree=33010684/33010684
[pid=44541] ppid=44538 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/44541/stat : 44541 (run-opt-break.s) S 44538 44541 44092 0 -1 4194304 241 1446 0 0 0 0 1 0 20 0 1 0 48750279 4292608 768 18446744073709551615 94185733406720 94185734301253 140734220497184 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94185734540304 94185734588048 94185751707648 140734220503393 140734220503522 140734220503522 140734220509124 0
/proc/44541/statm: 1048 768 704 219 0 110 0
[pid=44544] ppid=44541 vsize=140192 memory=85016 CPUtime=3.02 cores=0,2
/proc/44544/stat : 44544 (roundingsat) R 44541 44541 44092 0 -1 4194304 16572 0 0 0 278 24 0 0 20 0 1 0 48750285 143556608 21254 18446744073709551615 4227072 8923433 140733802651808 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 38121472 140733802654052 140733802654248 140733802654248 140733802659818 0
/proc/44544/statm: 35048 21254 2432 1147 0 22475 0
Current children cumulated CPU time: 3.03 s
Current children cumulated vsize: 144384 KiB
Current children cumulated memory: 88088 KiB

[startup+6.30038 s]
/proc/loadavg: 4.52 4.28 4.12 5/253 44591
/proc/meminfo: memFree=129205664/131382116 swapFree=33010684/33010684
[pid=44541] ppid=44538 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/44541/stat : 44541 (run-opt-break.s) S 44538 44541 44092 0 -1 4194304 241 1446 0 0 0 0 1 0 20 0 1 0 48750279 4292608 768 18446744073709551615 94185733406720 94185734301253 140734220497184 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94185734540304 94185734588048 94185751707648 140734220503393 140734220503522 140734220503522 140734220509124 0
/proc/44541/statm: 1048 768 704 219 0 110 0
[pid=44544] ppid=44541 vsize=163476 memory=107908 CPUtime=6.2 cores=0,2
/proc/44544/stat : 44544 (roundingsat) R 44541 44541 44092 0 -1 4194304 21778 0 0 0 589 31 0 0 20 0 1 0 48750285 167399424 26977 18446744073709551615 4227072 8923433 140733802651808 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 38121472 140733802654052 140733802654248 140733802654248 140733802659818 0
/proc/44544/statm: 40869 26977 2432 1147 0 28296 0
Current children cumulated CPU time: 6.21 s
Current children cumulated vsize: 167668 KiB
Current children cumulated memory: 110980 KiB

[startup+12.7004 s]
/proc/loadavg: 4.48 4.28 4.12 5/253 44591
/proc/meminfo: memFree=129141024/131382116 swapFree=33010684/33010684
[pid=44541] ppid=44538 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/44541/stat : 44541 (run-opt-break.s) S 44538 44541 44092 0 -1 4194304 241 1446 0 0 0 0 1 0 20 0 1 0 48750279 4292608 768 18446744073709551615 94185733406720 94185734301253 140734220497184 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94185734540304 94185734588048 94185751707648 140734220503393 140734220503522 140734220503522 140734220509124 0
/proc/44541/statm: 1048 768 704 219 0 110 0
[pid=44544] ppid=44541 vsize=170208 memory=115764 CPUtime=12.58 cores=0,2
/proc/44544/stat : 44544 (roundingsat) R 44541 44541 44092 0 -1 4194304 23255 0 0 0 1213 45 0 0 20 0 1 0 48750285 174292992 28941 18446744073709551615 4227072 8923433 140733802651808 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 38121472 140733802654052 140733802654248 140733802654248 140733802659818 0
/proc/44544/statm: 42552 28941 2432 1147 0 29979 0
Current children cumulated CPU time: 12.59 s
Current children cumulated vsize: 174400 KiB
Current children cumulated memory: 118836 KiB

[startup+25.5004 s]
/proc/loadavg: 4.44 4.28 4.13 5/253 44591
/proc/meminfo: memFree=129007652/131382116 swapFree=33010684/33010684
[pid=44541] ppid=44538 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/44541/stat : 44541 (run-opt-break.s) S 44538 44541 44092 0 -1 4194304 241 1446 0 0 0 0 1 0 20 0 1 0 48750279 4292608 768 18446744073709551615 94185733406720 94185734301253 140734220497184 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94185734540304 94185734588048 94185751707648 140734220503393 140734220503522 140734220503522 140734220509124 0
/proc/44541/statm: 1048 768 704 219 0 110 0
[pid=44544] ppid=44541 vsize=188476 memory=141200 CPUtime=25.34 cores=0,2
/proc/44544/stat : 44544 (roundingsat) R 44541 44541 44092 0 -1 4194304 28572 0 0 0 2466 68 0 0 20 0 1 0 48750285 192999424 35300 18446744073709551615 4227072 8923433 140733802651808 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 38121472 140733802654052 140733802654248 140733802654248 140733802659818 0
/proc/44544/statm: 47119 35300 2432 1147 0 34546 0
Current children cumulated CPU time: 25.35 s
Current children cumulated vsize: 192668 KiB
Current children cumulated memory: 144272 KiB

[startup+51.113 s]
/proc/loadavg: 4.29 4.26 4.12 5/253 44592
/proc/meminfo: memFree=128780228/131382116 swapFree=33010684/33010684
[pid=44541] ppid=44538 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/44541/stat : 44541 (run-opt-break.s) S 44538 44541 44092 0 -1 4194304 241 1446 0 0 0 0 1 0 20 0 1 0 48750279 4292608 768 18446744073709551615 94185733406720 94185734301253 140734220497184 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94185734540304 94185734588048 94185751707648 140734220503393 140734220503522 140734220503522 140734220509124 0
/proc/44541/statm: 1048 768 704 219 0 110 0
[pid=44544] ppid=44541 vsize=273784 memory=196408 CPUtime=50.87 cores=0,2
/proc/44544/stat : 44544 (roundingsat) R 44541 44541 44092 0 -1 4194304 40345 0 0 0 4981 106 0 0 20 0 1 0 48750285 280354816 49102 18446744073709551615 4227072 8923433 140733802651808 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 38121472 140733802654052 140733802654248 140733802654248 140733802659818 0
/proc/44544/statm: 68446 49102 2432 1147 0 55873 0
Current children cumulated CPU time: 50.88 s
Current children cumulated vsize: 277976 KiB
Current children cumulated memory: 199480 KiB

[startup+102.3 s]
/proc/loadavg: 4.21 4.25 4.12 5/253 44593
/proc/meminfo: memFree=128680884/131382116 swapFree=33010684/33010684
[pid=44541] ppid=44538 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/44541/stat : 44541 (run-opt-break.s) S 44538 44541 44092 0 -1 4194304 241 1446 0 0 0 0 1 0 20 0 1 0 48750279 4292608 768 18446744073709551615 94185733406720 94185734301253 140734220497184 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94185734540304 94185734588048 94185751707648 140734220503393 140734220503522 140734220503522 140734220509124 0
/proc/44541/statm: 1048 768 704 219 0 110 0
[pid=44544] ppid=44541 vsize=285604 memory=209464 CPUtime=101.89 cores=0,2
/proc/44544/stat : 44544 (roundingsat) R 44541 44541 44092 0 -1 4194304 43601 0 0 0 10009 180 0 0 20 0 1 0 48750285 292458496 52366 18446744073709551615 4227072 8923433 140733802651808 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 38121472 140733802654052 140733802654248 140733802654248 140733802659818 0
/proc/44544/statm: 71401 52366 2432 1147 0 58828 0
Current children cumulated CPU time: 101.9 s
Current children cumulated vsize: 289796 KiB
Current children cumulated memory: 212536 KiB

[startup+162.3 s]
/proc/loadavg: 4.18 4.23 4.12 5/256 44604
/proc/meminfo: memFree=128525852/131382116 swapFree=33010684/33010684
[pid=44541] ppid=44538 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/44541/stat : 44541 (run-opt-break.s) S 44538 44541 44092 0 -1 4194304 241 1446 0 0 0 0 1 0 20 0 1 0 48750279 4292608 768 18446744073709551615 94185733406720 94185734301253 140734220497184 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94185734540304 94185734588048 94185751707648 140734220503393 140734220503522 140734220503522 140734220509124 0
/proc/44541/statm: 1048 768 704 219 0 110 0
[pid=44544] ppid=44541 vsize=361344 memory=258004 CPUtime=161.7 cores=0,2
/proc/44544/stat : 44544 (roundingsat) R 44541 44541 44092 0 -1 4194304 53198 0 0 0 15906 264 0 0 20 0 1 0 48750285 370016256 64501 18446744073709551615 4227072 8923433 140733802651808 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 38121472 140733802654052 140733802654248 140733802654248 140733802659818 0
/proc/44544/statm: 90336 64501 2432 1147 0 77763 0
Current children cumulated CPU time: 161.71 s
Current children cumulated vsize: 365536 KiB
Current children cumulated memory: 261076 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.20 4.12 5/256 44606
/proc/meminfo: memFree=128399392/131382116 swapFree=33010684/33010684
[pid=44541] ppid=44538 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/44541/stat : 44541 (run-opt-break.s) S 44538 44541 44092 0 -1 4194304 241 1446 0 0 0 0 1 0 20 0 1 0 48750279 4292608 768 18446744073709551615 94185733406720 94185734301253 140734220497184 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94185734540304 94185734588048 94185751707648 140734220503393 140734220503522 140734220503522 140734220509124 0
/proc/44541/statm: 1048 768 704 219 0 110 0
[pid=44544] ppid=44541 vsize=361344 memory=259156 CPUtime=221.51 cores=0,2
/proc/44544/stat : 44544 (roundingsat) R 44541 44541 44092 0 -1 4194304 53481 0 0 0 21809 342 0 0 20 0 1 0 48750285 370016256 64789 18446744073709551615 4227072 8923433 140733802651808 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 38121472 140733802654052 140733802654248 140733802654248 140733802659818 0
/proc/44544/statm: 90336 64789 2432 1147 0 77763 0
Current children cumulated CPU time: 221.52 s

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

/proc/44544/statm: 257817 210680 2560 1147 0 245244 0
Current children cumulated CPU time: 3033.37 s
Current children cumulated vsize: 1035460 KiB
Current children cumulated memory: 845792 KiB

[startup+3102.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/255 44759
/proc/meminfo: memFree=126261328/131382116 swapFree=33010684/33010684
[pid=44541] ppid=44538 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/44541/stat : 44541 (run-opt-break.s) S 44538 44541 44092 0 -1 4194304 241 1446 0 0 0 0 1 0 20 0 1 0 48750279 4292608 768 18446744073709551615 94185733406720 94185734301253 140734220497184 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94185734540304 94185734588048 94185751707648 140734220503393 140734220503522 140734220503522 140734220509124 0
/proc/44541/statm: 1048 768 704 219 0 110 0
[pid=44544] ppid=44541 vsize=1039148 memory=850144 CPUtime=3093.19 cores=0,2
/proc/44544/stat : 44544 (roundingsat) R 44541 44541 44092 0 -1 4194304 159283 0 0 0 306611 2708 0 0 20 0 1 0 48750285 1064087552 212536 18446744073709551615 4227072 8923433 140733802651808 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 38121472 140733802654052 140733802654248 140733802654248 140733802659818 0
/proc/44544/statm: 259787 212536 2560 1147 0 247214 0
Current children cumulated CPU time: 3093.2 s
Current children cumulated vsize: 1043340 KiB
Current children cumulated memory: 853216 KiB

[startup+3162.3 s]
/proc/loadavg: 4.22 4.14 4.10 5/255 44767
/proc/meminfo: memFree=126070824/131382116 swapFree=33010684/33010684
[pid=44541] ppid=44538 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/44541/stat : 44541 (run-opt-break.s) S 44538 44541 44092 0 -1 4194304 241 1446 0 0 0 0 1 0 20 0 1 0 48750279 4292608 768 18446744073709551615 94185733406720 94185734301253 140734220497184 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94185734540304 94185734588048 94185751707648 140734220503393 140734220503522 140734220503522 140734220509124 0
/proc/44541/statm: 1048 768 704 219 0 110 0
[pid=44544] ppid=44541 vsize=1039148 memory=850272 CPUtime=3153.01 cores=0,2
/proc/44544/stat : 44544 (roundingsat) R 44541 44541 44092 0 -1 4194304 159284 0 0 0 312556 2745 0 0 20 0 1 0 48750285 1064087552 212568 18446744073709551615 4227072 8923433 140733802651808 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 38121472 140733802654052 140733802654248 140733802654248 140733802659818 0
/proc/44544/statm: 259787 212568 2560 1147 0 247214 0
Current children cumulated CPU time: 3153.02 s
Current children cumulated vsize: 1043340 KiB
Current children cumulated memory: 853344 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.13 4.09 5/254 44769
/proc/meminfo: memFree=126049880/131382116 swapFree=33010684/33010684
[pid=44541] ppid=44538 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/44541/stat : 44541 (run-opt-break.s) S 44538 44541 44092 0 -1 4194304 241 1446 0 0 0 0 1 0 20 0 1 0 48750279 4292608 768 18446744073709551615 94185733406720 94185734301253 140734220497184 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94185734540304 94185734588048 94185751707648 140734220503393 140734220503522 140734220503522 140734220509124 0
/proc/44541/statm: 1048 768 704 219 0 110 0
[pid=44544] ppid=44541 vsize=1051960 memory=860512 CPUtime=3212.84 cores=0,2
/proc/44544/stat : 44544 (roundingsat) R 44541 44541 44092 0 -1 4194304 161865 0 0 0 318490 2794 0 0 20 0 1 0 48750285 1077207040 215128 18446744073709551615 4227072 8923433 140733802651808 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 38121472 140733802654052 140733802654248 140733802654248 140733802659818 0
/proc/44544/statm: 262990 215128 2560 1147 0 250417 0
Current children cumulated CPU time: 3212.85 s
Current children cumulated vsize: 1056152 KiB
Current children cumulated memory: 863584 KiB

[startup+3282.3 s]
/proc/loadavg: 4.78 4.30 4.15 5/254 44771
/proc/meminfo: memFree=126010632/131382116 swapFree=33010684/33010684
[pid=44541] ppid=44538 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/44541/stat : 44541 (run-opt-break.s) S 44538 44541 44092 0 -1 4194304 241 1446 0 0 0 0 1 0 20 0 1 0 48750279 4292608 768 18446744073709551615 94185733406720 94185734301253 140734220497184 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94185734540304 94185734588048 94185751707648 140734220503393 140734220503522 140734220503522 140734220509124 0
/proc/44541/statm: 1048 768 704 219 0 110 0
[pid=44544] ppid=44541 vsize=1051960 memory=860512 CPUtime=3272.66 cores=0,2
/proc/44544/stat : 44544 (roundingsat) R 44541 44541 44092 0 -1 4194304 161865 0 0 0 324432 2834 0 0 20 0 1 0 48750285 1077207040 215128 18446744073709551615 4227072 8923433 140733802651808 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 38121472 140733802654052 140733802654248 140733802654248 140733802659818 0
/proc/44544/statm: 262990 215128 2560 1147 0 250417 0
Current children cumulated CPU time: 3272.67 s
Current children cumulated vsize: 1056152 KiB
Current children cumulated memory: 863584 KiB

[startup+3342.3 s]
/proc/loadavg: 5.13 4.51 4.24 5/254 44776
/proc/meminfo: memFree=125997640/131382116 swapFree=33010684/33010684
[pid=44541] ppid=44538 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/44541/stat : 44541 (run-opt-break.s) S 44538 44541 44092 0 -1 4194304 241 1446 0 0 0 0 1 0 20 0 1 0 48750279 4292608 768 18446744073709551615 94185733406720 94185734301253 140734220497184 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94185734540304 94185734588048 94185751707648 140734220503393 140734220503522 140734220503522 140734220509124 0
/proc/44541/statm: 1048 768 704 219 0 110 0
[pid=44544] ppid=44541 vsize=1053444 memory=861920 CPUtime=3332.48 cores=0,2
/proc/44544/stat : 44544 (roundingsat) R 44541 44541 44092 0 -1 4194304 162228 0 0 0 330366 2882 0 0 20 0 1 0 48750285 1078726656 215480 18446744073709551615 4227072 8923433 140733802651808 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 38121472 140733802654052 140733802654248 140733802654248 140733802659818 0
/proc/44544/statm: 263361 215480 2560 1147 0 250788 0
Current children cumulated CPU time: 3332.49 s
Current children cumulated vsize: 1057636 KiB
Current children cumulated memory: 864992 KiB

[startup+3402.3 s]
/proc/loadavg: 4.47 4.43 4.23 5/254 44778
/proc/meminfo: memFree=125940332/131382116 swapFree=33010684/33010684
[pid=44541] ppid=44538 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/44541/stat : 44541 (run-opt-break.s) S 44538 44541 44092 0 -1 4194304 241 1446 0 0 0 0 1 0 20 0 1 0 48750279 4292608 768 18446744073709551615 94185733406720 94185734301253 140734220497184 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94185734540304 94185734588048 94185751707648 140734220503393 140734220503522 140734220503522 140734220509124 0
/proc/44541/statm: 1048 768 704 219 0 110 0
[pid=44544] ppid=44541 vsize=1053444 memory=862048 CPUtime=3392.3 cores=0,2
/proc/44544/stat : 44544 (roundingsat) R 44541 44541 44092 0 -1 4194304 162241 0 0 0 336311 2919 0 0 20 0 1 0 48750285 1078726656 215512 18446744073709551615 4227072 8923433 140733802651808 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 38121472 140733802654052 140733802654248 140733802654248 140733802659818 0
/proc/44544/statm: 263361 215512 2560 1147 0 250788 0
Current children cumulated CPU time: 3392.31 s
Current children cumulated vsize: 1057636 KiB
Current children cumulated memory: 865120 KiB

[startup+3462.3 s]
/proc/loadavg: 4.69 4.51 4.27 5/254 44780
/proc/meminfo: memFree=125898468/131382116 swapFree=33010684/33010684
[pid=44541] ppid=44538 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/44541/stat : 44541 (run-opt-break.s) S 44538 44541 44092 0 -1 4194304 241 1446 0 0 0 0 1 0 20 0 1 0 48750279 4292608 768 18446744073709551615 94185733406720 94185734301253 140734220497184 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94185734540304 94185734588048 94185751707648 140734220503393 140734220503522 140734220503522 140734220509124 0
/proc/44541/statm: 1048 768 704 219 0 110 0
[pid=44544] ppid=44541 vsize=1068808 memory=870752 CPUtime=3452.12 cores=0,2
/proc/44544/stat : 44544 (roundingsat) R 44541 44541 44092 0 -1 4194304 164426 0 0 0 342265 2947 0 0 20 0 1 0 48750285 1094459392 217688 18446744073709551615 4227072 8923433 140733802651808 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 38121472 140733802654052 140733802654248 140733802654248 140733802659818 0
/proc/44544/statm: 267202 217688 2560 1147 0 254629 0
Current children cumulated CPU time: 3452.13 s
Current children cumulated vsize: 1073000 KiB
Current children cumulated memory: 873824 KiB

[startup+3522.3 s]
/proc/loadavg: 4.98 4.63 4.32 5/254 44782
/proc/meminfo: memFree=125927328/131382116 swapFree=33010684/33010684
[pid=44541] ppid=44538 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/44541/stat : 44541 (run-opt-break.s) S 44538 44541 44092 0 -1 4194304 241 1446 0 0 0 0 1 0 20 0 1 0 48750279 4292608 768 18446744073709551615 94185733406720 94185734301253 140734220497184 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94185734540304 94185734588048 94185751707648 140734220503393 140734220503522 140734220503522 140734220509124 0
/proc/44541/statm: 1048 768 704 219 0 110 0
[pid=44544] ppid=44541 vsize=1068808 memory=870752 CPUtime=3511.94 cores=0,2
/proc/44544/stat : 44544 (roundingsat) R 44541 44541 44092 0 -1 4194304 164427 0 0 0 348207 2987 0 0 20 0 1 0 48750285 1094459392 217688 18446744073709551615 4227072 8923433 140733802651808 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 38121472 140733802654052 140733802654248 140733802654248 140733802659818 0
/proc/44544/statm: 267202 217688 2560 1147 0 254629 0
Current children cumulated CPU time: 3511.95 s
Current children cumulated vsize: 1073000 KiB
Current children cumulated memory: 873824 KiB

[startup+3582.3 s]
/proc/loadavg: 5.15 4.74 4.39 5/254 44784
/proc/meminfo: memFree=125927900/131382116 swapFree=33010684/33010684
[pid=44541] ppid=44538 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/44541/stat : 44541 (run-opt-break.s) S 44538 44541 44092 0 -1 4194304 241 1446 0 0 0 0 1 0 20 0 1 0 48750279 4292608 768 18446744073709551615 94185733406720 94185734301253 140734220497184 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94185734540304 94185734588048 94185751707648 140734220503393 140734220503522 140734220503522 140734220509124 0
/proc/44541/statm: 1048 768 704 219 0 110 0
[pid=44544] ppid=44541 vsize=1068808 memory=870752 CPUtime=3571.77 cores=0,2
/proc/44544/stat : 44544 (roundingsat) R 44541 44541 44092 0 -1 4194304 164427 0 0 0 354149 3028 0 0 20 0 1 0 48750285 1094459392 217688 18446744073709551615 4227072 8923433 140733802651808 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 38121472 140733802654052 140733802654248 140733802654248 140733802659818 0
/proc/44544/statm: 267202 217688 2560 1147 0 254629 0
Current children cumulated CPU time: 3571.78 s
Current children cumulated vsize: 1073000 KiB
Current children cumulated memory: 873824 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.6 s]
/proc/loadavg: 5.16 4.78 4.41 4/252 44793
/proc/meminfo: memFree=126634124/131382116 swapFree=33010684/33010684
[pid=44541] ppid=44538 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/44541/stat : 44541 (run-opt-break.s) S 44538 44541 44092 0 -1 4194304 241 1446 0 0 0 0 1 0 20 0 1 0 48750279 4292608 768 18446744073709551615 94185733406720 94185734301253 140734220497184 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94185734540304 94185734588048 94185751707648 140734220503393 140734220503522 140734220503522 140734220509124 0
/proc/44541/statm: 1048 768 704 219 0 110 0
[pid=44544] ppid=44541 vsize=1070052 memory=871392 CPUtime=3599.99 cores=0,2
/proc/44544/stat : 44544 (roundingsat) R 44541 44541 44092 0 -1 4194304 164594 0 0 0 356948 3051 0 0 20 0 1 0 48750285 1095733248 217848 18446744073709551615 4227072 8923433 140733802651808 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 38121472 140733802654052 140733802654248 140733802654248 140733802659818 0
/proc/44544/statm: 267513 217848 2560 1147 0 254940 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 1074244 KiB
Current children cumulated memory: 874464 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.021102 s, system=0.013703 s

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

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

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

Child status: 2

Real time (s): 3610.62
CPU time (s): 3600.05
CPU user time (s): 3569.51
CPU system time (s): 30.5421
CPU usage (%): 99.7074
Max. virtual memory (cumulated for all children) (KiB): 1074244
Max. memory (cumulated for all children) (KiB): 874464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3569.51
system time used= 30.5421
maximum resident set size= 871520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 166300
page faults= 0
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 392
involuntary context switches= 8371


# summary of solver processes directly reported to runsolver:
#   pid: 44541,44544
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3569.51
#   total CPU system time (s): 30.5421

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.3188 second user time and 38.8187 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-07-01 02:45:09
IDJOB=4488682
IDBENCH=147526
IDSOLVER=3359
FILE ID=nodeC010/4488682-1751330709
RUNJOBID= nodeC010-1751327095-44102
SLURM_JOB_ID= 9594364
Free space on /tmp= 432668 MiB

SOLVER NAME= roundingsat+pbsuma-opt 63f22ad
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/vtxcov/normalized-vtxcov_v2000_e4000_34.opb.PB06.opb
COMMAND LINE= run-opt-break.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4488682-1751330709/watcher-4488682-1751330709 -o /tmp/evaluation-result-4488682-1751330709/solver-4488682-1751330709 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751327095-44102 --watchdog 3760  run-opt-break.sh HOME/instance-4488682-1751330709.opb

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

MD5SUM BENCH= 52f0a3c0093dc9bf421bafb6505effdf
RANDOM SEED=1367040162

nodeC010 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		: 1197.212
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.36
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		: 3625.021
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.36
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		: 1197.140
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.36
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		: 1197.180
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.36
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		: 1197.139
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.36
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		: 1197.143
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.36
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.238
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.36
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		: 1197.189
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        129329792 kB
MemAvailable:   129754572 kB
Buffers:            3280 kB
Cached:          1232228 kB
SwapCached:            0 kB
Active:           595732 kB
Inactive:         926572 kB
Active(anon):     304768 kB
Inactive(anon):        0 kB
Active(file):     290964 kB
Inactive(file):   926572 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             22688 kB
Writeback:             0 kB
AnonPages:        285460 kB
Mapped:           117304 kB
Shmem:             17960 kB
KReclaimable:      93744 kB
Slab:             177708 kB
SReclaimable:      93744 kB
SUnreclaim:        83964 kB
KernelStack:        4080 kB
PageTables:         3648 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     652932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    196608 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 432660 MiB
End job on nodeC010 at 2025-07-01 03:45:20